@charset "utf-8";

:root{
--base-color:#e8e8e8;
}
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
* 全ての要素にbox-sizing: border-box;.
* 全ての背景画像にbackground-repeat: no-repeat.
*/html{box-sizing:border-box;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none;vertical-align: bottom}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none;}a{text-decoration:none;}.wrapper{overflow:hidden;}body{overflow-y:scroll;}

img{
max-width: 100%;
}


header{
width:100%;
height:80px;
background-color:#b3d4fc;
}
h1{
padding: 20px; 100px
color:#fff;
}

[class^="content"]{/*キャレット^ は頭の文字が共通の場合 同時に命令できる*/
width:100%;
padding:100px;
/*height:100vh;後で高さをとる*/
}
.key-visual{
max-width: 960px;
margin-bottom: 30px;
}
.content1{
width:960px;
margin: 0 auto;
background-color:#fff;
text-align: center;
}
.content1>h2{
padding:20px;
font-size:34px;
margin-bottom: 40px;
}

.content2{
background-color:var(--base-color);
color:#333;
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
h2{
font-size:36px;
margin-bottom: 20px;
}
.txt{
padding:0 20px;
}
.inner{
width:40%;
}
.img {
width:50%;
}
.content2 img{
border-radius:58% 42% 17% 83% / 68% 57% 43% 32% ;
animation: fancy-radius 5s linear infinite;
}
.content3 img{
 border-radius: 34% 66% 39% 61% / 90% 17% 83% 10% ;
}

@keyframes fancy-radius{
 0%{border-radius:63% 37% 0% 100% / 51% 69% 31% 49% ;}
 50%{border-radius:58% 42% 17% 83% / 68% 57% 43% 32% ;}
 100%{border-radius:63% 37% 0% 100% / 51% 69% 31% 49%  ;}
}

.content3{
background-color:var(--base-color);
color:#333;
display: flex;
justify-content: space-between;
margin:0 auto;
padding:100px;
}


[class^="bg"]{
width:100%;
height:60vh;
background:url(../img/camera03.jpg)no-repeat center center/ cover fixed;
}
.bg2{
background:url(../img/camera04.jpg)no-repeat center center/ cover fixed;
}

.bg3{
background:url(../img/camera05.jpg)no-repeat center center/ cover fixed;
}

footer{
width:100%;
height:400px;
background: #b3b6fc
}