@charset "UTF-8";/*color:#5A5659;こげ茶　color:#dcd9d6;茶　color:#ececea;薄茶*/
.grecaptcha-badge{opacity:0;}
.spOnly{display:none!important;}
i{font-style:normal;}
a{text-decoration:none;transition:0.3s ease-in-out;}
a:hover{opacity:0.85;filter:alpha(opacity=85);}
i,u,em{text-decoration:none;font-style:normal;font-weight:400;}
q{font-family: "Poppins", sans-serif;font-weight:500;}/*ゴシック体*/
em{font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;font-weight:600;}
i{font-family:"Outfit", sans-serif;}/*logoと同じ*/
body{overflow-x:hidden;container-type:inline-size;font-family:font-family:YuGothic, "Yu Gothic",meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;}
html.admin_bar{margin-top:0!important;padding-top:32px;}
@keyframes fadeIN{100%{opacity:1;}}

a.more{display:table;color:#7CA5D2;padding:20px 100px 20px 0;/*background:url(../layout/moreBTN.gif) no-repeat right bottom 20px*/;font-size:20px;vertical-align:bottom;line-height:0.7;font-weight:600;position:relative;}
a.more:after{content:'';display:block;width:85px;height:1px;background-color:#999;position:absolute;bottom:20px;left:60px;opacity:0;animation:fade 0.6s ease-in-out 0s 1 forwards;}
a.more:before{content:'';display:block;width:8px;height:1px;background-color:#999;position:absolute;bottom:21px;left:145px;opacity:0;animation:fade 0.6s ease-in-out 0s 1 forwards;rotate:-135deg;transform-origin:left bottom;}
a.more:hover{color:#09c;background-image:none;}
a.more:hover:after{width:0;opacity:1;animation:more01 0.6s ease-in-out 0s 1 forwards;}
a.more:hover:before{width:0;opacity:1;animation:more02 0.2s ease-in-out 0.6s 1 forwards;}
@keyframes fade{0%{opacity:0;background-color:#fff;}100%{opacity:1;background-color:#999;}}
@keyframes more01{0%{width:0;background-color:#0ff;}100%{width:85px;background-color:#09c;}}
@keyframes more02{0%{width:0;background-color:#09c;}100%{width:8px;background-color:#09c;}}

.scroll::-webkit-scrollbar{width:8px;}
.scroll::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.2);}
.scroll::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.3);border-radius:4px;transition:0.15s ease-in-out;}
.scroll::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,0.6);}

.center{text-align:center;}
main{width:1200px;margin:0 auto;padding-top:100px;}

/* header */
header{position:fixed;top:0;left:0;right:0;height:90px;box-sizing:border-box;z-index:3;}
header:before{opacity:0;content:'';display:block;position:absolute;top:0;left:0;right:0;height:100%;width:100%;box-sizing:border-box;background:linear-gradient(to right,rgba(240,205,208,0.95) 0%,rgba(200,108,115,0.75) 40%,rgba(226,172,176,0.75) 60%,rgba(213,139,144,0.95) 100%);mix-blend-mode:multiply;transition:0.15s ease-in-out;}
header.fixed:before{opacity:1;background:linear-gradient(to right,rgba(240,205,208,1.0) 0%,rgba(200,108,115,1.0) 100%);mix-blend-mode:multiply;}
.logo a{display:block;width:100%;height:100%;box-sizing:border-box;color:#fff;text-align:center;position:relative;}
header .logo{opacity:0;width:200px;height:68px;position:absolute;top:0;bottom:0;left:10px;margin:auto 0;text-align:center;line-height:1;}
.logo a b{display:block;font-size:45px;font-family:"Cormorant SC",serif;font-weight:400;}
.logo a span{display:block;margin-top:3px;font-size:11px;font-family:YuMincho,"Yu Mincho","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;font-weight:400;}
header p.description{opacity:0;font-size:13px;font-weight:bold;line-height:2.0;color:#fff;position:absolute;left:270px;top:0;bottom:0;height:4em;margin:auto 0;text-shadow:1px 1px 2px rgba(0,0,0,0.3);letter-spacing:0.05em;}

header.fixed .logo{opacity:1;}
header.fixed p.description{opacity:1;text-shadow:none;}

/*----------共有ここから　※変更があるならcommon.cssとtop.cssを一緒にすること※　------------*/
a.link{display:table;margin:50px auto;min-width:260px;padding:1.25em 2em;box-sizing:border-box;background:#d89;border-radius:6px;font-size:20px;font-weight:bold;text-decoration:none!important;position:relative;line-height:1;font-family:"Noto Sans JP",sans-serif;font-size:16px;color:#fff;font-weight:400;text-align:center;transition:0.3s ease-in-out;}
a.link:hover{opacity:.6;}
a.link02{display:table;margin:20px 0 0 0;min-width:260px;padding:12px 15px;box-sizing:border-box;border:1px solid #fff;background-color:rgba(255,255,255,0.7);text-shadow:none;color:#000!important;font-size:20px;font-weight:bold;text-decoration:none!important;position:relative;line-height:1.5;font-size:13px;font-family:"Noto Sans JP",sans-serif;font-weight:400;transition:0.15s ease-in-out;}
a.link02:after{content:'';transform:translateY(50%) skewX(45deg);width:40px;height:7px;border-bottom:1px solid #333;border-right:1px solid #333;position:absolute;right:25px;bottom:50%;transition:.3s all;}
a.link02:hover {background-color:rgba(221,136,153, 0.8)!important;border-color:#fff;color:#fff!important;}
a.link02:hover:after {right:15px;border-color:#fff;}
a.link.store span{background:url(../layout/icon-store02.png) no-repeat left center;padding:3px 0 3px 35px;transition:0.3s ease-in-out;}
a.link.store:hover span{opacity:.6;}

#loading{position:fixed;top:0;width:100%;height:100%;background-color:rgba(255,255,255,1);z-index:1000;}
#loading .loader{position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;background:url(../top/loader.svg) center no-repeat;width:60px;height:60px;}

header #gNavi{position:absolute;right:100px;top:0;bottom:0;margin:auto 0;height:1.0em;}
header #gNavi ul{display:flex;justify-content:right;align-items:center;margin:0;}
header #gNavi ul li{margin:0 20px;line-height:1;}
header #gNavi ul li a{color:#fff;font-size:15px;font-family:"Outfit", sans-serif;font-weight:400;letter-spacing:0.02em;display:block;position:relative;text-shadow:1px 1px 2px rgba(0,0,0,0.5);}
header #gNavi ul li a:before{content:'';display:block;position:absolute;bottom:-10px;left:0;right:0;margin:0 auto;width:7px;height:4px;background:url(../layout/navARROWbk.gif);opacity:0;}
header #gNavi ul li a:hover{color:#000;text-shadow:none;}
header #gNavi ul li a:hover:before{animation:navARROW 0.2s ease-out 0s infinite;}
@keyframes navARROW{0%{opacity:0.3;}100%{opacity:0.7;}}
header.fixed #gNavi ul li a{text-shadow:none;}


#humBTN{width:30px;height:34px;position:fixed;right:50px;top:28px;margin:auto 0;cursor:pointer;z-index:5;}
#humBTN span{width:30px;height:2px;position:absolute;background-color:#fff;}
#humBTN:hover span,#humBTN.open span{background-position-x:-40px;}
#humBTN.open span{background-color:#666;}
#humBTN span:nth-of-type(1){top:5px;transform-origin:center top;}
#humBTN span:nth-of-type(2){top:0;bottom:0;margin:auto 0;}
#humBTN span:nth-of-type(3){bottom:5px;transform-origin:center bottom;}
#humBTN:hover span:nth-of-type(1){animation:humBTN 0.15s ease-out 0s forwards;}
#humBTN:hover span:nth-of-type(2){animation:humBTN 0.15s ease-out 0.1s forwards;}
#humBTN:hover span:nth-of-type(3){animation:humBTN 0.15s ease-out 0.2s forwards;}
#humBTN.open span:nth-of-type(1){animation:rotate01 0.15s ease-out 0.2s forwards;}
#humBTN.open span:nth-of-type(2){animation:rotate02 0.15s ease-out 0.2s forwards;}
#humBTN.open span:nth-of-type(3){animation:rotate03 0.15s ease-out 0.2s forwards;}
@keyframes humBTN{0%{background-position-x:-40px;}100%{background-position-x:0;background-color:#333;}}
@keyframes rotate01{100%{rotate:45deg;top:17px;background-color:#666;}}
@keyframes rotate02{100%{opacity:0;}}
@keyframes rotate03{100%{rotate:-45deg;bottom:16px;background-color:#000;}}
html.admin_bar #humBTN{top:57px;}

#humBOX{box-sizing:border-box;background:url(../layout/humBCKG03.webp) no-repeat center bottom -150px,linear-gradient(to bottom,rgba(240,205,208,1.0) 0%,rgba(200,108,115,1.0) 100%);width:600px;position:fixed;right:-630px;top:0;z-index:5;padding:130px 70px 200px 70px;transition:0.2s ease-in-out;min-height:100vh;max-height:100vh;overflow-y:auto;}
html.admin_bar header{top:32px;}
#humBOX.open{right:0;}

#humBOX nav.menu{width:fit-content;padding:25px 0 75px 0;border-bottom:1px dashed rgba(255,255,255,0.6);position:relative;margin:0 auto 50px auto;opacity:0;text-shadow:1px 2px 0px rgba(0,0,0,0.3);}
#humBOX nav.menu:after{content:'';display:block;width:100%;height:1px;border-bottom:1px dashed rgba(0,0,0,0.2);position:absolute;bottom:0px;}
#humBOX nav.menu h3{font-size:28px;font-family:"Outfit", sans-serif;font-weight:200;color:#fff;text-align:center;letter-spacing:0em;position:absolute;top:-27px;left:0;right:0;margin:0 auto;}
#humBOX nav.menu ul{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
#humBOX nav.menu ul li{width:calc(100% / 3 - 10px);margin-top:30px;}
#humBOX nav.menu ul li a{display:block;font-size:20px;color:#fff;text-align:center;font-family:"Outfit", sans-serif;font-weight:200;position:relative;letter-spacing:0.02em;}
#humBOX nav.menu ul li a:before{content:'';display:block;position:absolute;bottom:-2px;left:0;right:0;width:7px;height:4px;background:url(../layout/navARROWbk.gif);opacity:0;margin:0 auto;}
#humBOX nav.menu ul li a:hover:before{animation:navARROW 0.2s ease-out 0s infinite;}
#humBOX .logo a{color:#fff;}
#humBOX ul.privacy{margin-top:30px;display:flex;flex-wrap:wrap;justify-content:center;opacity:0;}
#humBOX ul.privacy li{text-align:center;}
#humBOX ul.privacy li a{color:#fff;font-size:12px;padding-left:20px;position:relative;display:inline-block;line-height:1.5;vertical-align:middle;}
#humBOX ul.privacy li a:before{content:'';display:inline-block;width:20px;height:20px;background:url(../layout/icon-privacy.webp) no-repeat center top / auto 85%;margin-right:5px;vertical-align:middle;}



#humBOX span.humlogo{display:block;width:160px;height:87px;margin:60px auto 0 auto;background:url(../layout/logo.webp) no-repeat center;}

#humBOX .contact{display:flex;align-items:center;justify-content:center;position:relative;}
#humBOX .contact a.tel{display:table;font-size:12px;line-height:1.3;margin-left:50px;color:#fff;opacity:0;text-align:center;font-weight:bold;}
#humBOX .contact a.tel b{font-size:28px;display:block;font-family:Oswald, sans-serif;font-weight:normal;}
#humBOX .contact a.tel:hover b{color:#fff;}
#humBOX .contact a.tel em{font-size:13px;display:block;margin-top:5px;}

#humBOX .contact > div{opacity:0;translate:0 -3px;}
#humBOX .contact > div h3.logo a b{margin-bottom:0;line-height:1;font-size:40px;}
#humBOX .contact > div h3.logo a span{font-size:8px;line-height:1;}
#humBOX .contact > div p{font-size:10px;line-height:1.5;color:#fff;margin-top:10px;}

#humSkin{display:none;width:100%;height:100%;background-color:rgba(0,0,0,0.6);position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;z-index:3;}
#humSkin .humITEM{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;opacity:0;transition:0.15s ease-in-out;animation:fadeIN 0.6s ease-in-out 1s 1 forwards;}
#humSkin.open .humITEM{width:calc(100% - 600px)}
#humSkin .humITEM div{width:400px;height:fit-content;position:relative;box-sizing:border-box;padding:30px;background:#fff;border-radius:12px;box-shadow:0 0 5px rgba(0,0,0,0.8);}
#humSkin .humITEM > div h2{color:#fff;position:absolute;top:-75px;left:0;right:0;border:1px solid rgba(255,255,255,0.3);padding:7px 20px;width:fit-content;margin:0 auto;}
#humSkin .humITEM > div h2 em{color:#fff;font-size:15px;}
#humSkin .humITEM > div time{width:fit-content;display:block;line-height:1;position:absolute;top:40px;right:-20px;background:#333;color:#fff;padding:5px 8px;font-size:11px;}
#humSkin .humITEM > div a.linkMORE{width:50px;height:50px;border-radius:50%;display:block;line-height:48px;vertical-align:middle;text-align:center;position:absolute;bottom:-80px;left:0;right:0;margin:0 auto;background:#ccc;font-size:15px;color:#333;font-family:"Times New Roman", Times, serif;transition:0.15s ease-in-out;}
#humSkin .humITEM > div a.linkMORE:hover{background:#d89;color:#fff;opacity:1;}
#humSkin .humITEM > div a.linkITEM{width:100%;height:fit-content;min-height:200px;position:relative;display:block;color:#333;}
#humSkin .humITEM > div a.linkITEM *{display:block;}
#humSkin .humITEM > div a.linkITEM span.thumIMG{width:300px;height:auto;aspect-ratio:1.5 / 1;background:url() no-repeat center / contain;position:relative;border-radius:15px;display:block;margin:0 auto 15px auto;}
#humSkin .humITEM > div a.linkITEM b{font-size:17px;line-height:1.5;display:block;}
#humSkin .humITEM > div a.linkITEM b span{font-size:10px;margin-bottom:5px;display:block;line-height:1.5;font-family:YuGothic, "Yu Gothic",meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";font-weight:bold;}
#humSkin .humITEM > div a.linkITEM span.cat{display:block;}
#humSkin .humITEM > div a.linkITEM span.cat i{font-size:10px;background:#666;color:#fff;line-height:1;padding:3px 7px;margin:0 2px 0 0;display:inline-block;}
#humSkin .humITEM > div a.linkITEM span.txt{font-size:12px;line-height:1.75;margin-top:7px;}

#humBOX.open nav.menu{animation:fadeIN 0.6s ease-in-out 0.5s 1 forwards;}
#humBOX.open .contact > div{opacity:0;animation:fadeIN 0.6s ease-in-out 0.8s 1 forwards;}
#humBOX.open .contact a.tel{opacity:0;animation:fadeIN 0.6s ease-in-out 1s 1 forwards;}
#humBOX.open ul.privacy{opacity:0;animation:fadeIN 0.6s ease-in-out 1.5s 1 forwards;}

#humBOX.open:after{animation:humBOXbg 0.6s ease-in-out 0.2s 1 forwards;}
@keyframes humBOXbg{100%{background-position:center bottom 50px;opacity:1;}}
header,
header *,
#humBTN{transition:0.15s ease-in-out;}
header.fixed{height:70px;}
header.fixed h1.logo{scale:0.8;}
header.fixed + #humSkin + #humBOX + #humBTN{top:15px;}
html.admin_bar header.fixed + #humSkin + #humBOX + #humBTN{top:47px;}
header.fixed p.description{line-height:1.7;height:3.5em;left:240px;}


div.full{width:100vw;position:relative;left:calc(50% - 50vw);margin:100px 0;overflow:hidden;}
div#infiniteITEMS.full{height:350px;left:0;}
div#infiniteITEMS:before,
div#infiniteITEMS:after{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;}
div#infiniteITEMS:before{background:#b3b8be url() repeat center;opacity:0.25;}
div#infiniteITEMS:after{background-image:url(../top/dotted-wh.svg);background-size:15px auto;opacity:0.25;}
div#infiniteITEMS div.body{padding:0;width:100%;height:100%;margin:0;position:relative;z-index:2;}
div#infiniteITEMS div.panel{margin:0 15px;height:100%;opacity:0;}
div#infiniteITEMS div.panel a{display:block;height:100%;text-align:left;position:relative;color:#000;}
div#infiniteITEMS div.panel a b{display:block;font-size:15px;margin-bottom:7px;line-height:1.25;}
div#infiniteITEMS div.panel a span.cat{display:block;font-size:11px;color:#000;line-height:1.5;}
div#infiniteITEMS div.panel a span.thumIMG{display:block;width:100%;height:200px;background:#fff url() no-repeat center / contain;margin-bottom:15px;border-radius:15px;border:2px solid #fff;box-shadow:0 0 5px rgba(0,0,0,0.3);box-sizing:border-box;transition:0.15s ease-in-out;}
div#infiniteITEMS div.panel a:hover{opacity:1.0;}
div#infiniteITEMS div.panel a:hover span.thumIMG{scale:1.1;}
div#infiniteITEMS div.panel a:hover b,
div#infiniteITEMS div.panel a:hover span:not(.thumIMG){opacity:0.7;}
div#infiniteITEMS button.slick-prev,div#infiniteITEMS button.slick-next{width:41px;height:40px;background:rgba(0,0,0,0.8) url() no-repeat center;position:absolute;top:0;bottom:0;margin:auto 0;overflow:hidden;text-indent:-999px;z-index:2;transition:0.3s ease-in-out;opacity:0;}
div#infiniteITEMS:hover button.slick-prev,div#infiniteITEMS:hover button.slick-next{opacity:1;}
div#infiniteITEMS button.slick-prev{left:-100px;background-image:url(../layout/arrow-slide01.gif);}
div#infiniteITEMS button.slick-next{right:-100px;background-image:url(../layout/arrow-slide02.gif);}
div#infiniteITEMS:hover button.slick-prev{left:30px;}
div#infiniteITEMS:hover button.slick-next{right:30px;}
div#infiniteITEMS .slick-list{padding-top:40px!important;height:100%;box-sizing:border-box;}
div#infiniteITEMS .slick-track{height:100%;box-sizing:border-box;position:relative;z-index:1;}

div#infiniteITEMS div.panel.new a span.thumIMG:before{content:'NEW';display:block;width:50px;height:50px;color:#fff;background-color:#00c;text-align:center;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;line-height:1;font-size:15px;font-family:"Cormorant SC",serif;font-weight:600;border-radius:50%;text-shadow:none;position:absolute;top:-10px;left:-20px;rotate:-15deg;animation:bound 5s ease-in-out 0s infinite;}
@keyframes bound{0%{opacity:0;}10%,90%{filter:blur(0);opacity:1;}100%{filter:blur(20px);opacity:0;}}

div#infiniteITEMS.fade div.panel{filter:blur(30px);animation:infiniITEMS 0.3s ease-in-out 0s 1 forwards;}
@keyframes infiniITEMS{100%{opacity:1;filter:blur(0);}}
div#infiniteITEMS.fade div.panel:nth-of-type(1){animation-delay:0.3s;}
div#infiniteITEMS.fade div.panel:nth-of-type(2){animation-delay:0.4s;}
div#infiniteITEMS.fade div.panel:nth-of-type(3){animation-delay:0.5s;}
div#infiniteITEMS.fade div.panel:nth-of-type(4){animation-delay:0.6s;}
div#infiniteITEMS.fade div.panel:nth-of-type(5){animation-delay:0.7s;}
div#infiniteITEMS.fade div.panel:nth-of-type(6){animation-delay:0.8s;}
div#infiniteITEMS.fade div.panel:nth-of-type(7){animation-delay:0.9s;}
div#infiniteITEMS.fade div.panel:nth-of-type(8){animation-delay:1.0s;}
div#infiniteITEMS.fade div.panel:nth-of-type(9){animation-delay:1.1s;}
div#infiniteITEMS.fade div.panel:nth-of-type(10){animation-delay:1.2s;}
div#infiniteITEMS.fade div.panel:nth-of-type(11){animation-delay:1.3s;}
div#infiniteITEMS.fade div.panel:nth-of-type(12){animation-delay:1.4s;}
div#infiniteITEMS.fade div.panel:nth-of-type(13){animation-delay:1.5s;}
div#infiniteITEMS.fade div.panel:nth-of-type(14){animation-delay:1.6s;}
div#infiniteITEMS.fade div.panel:nth-of-type(15){animation-delay:1.7s;}

	/*非公開時*/
.NG a span.thumIMG,
.lock a span.thumIMG{filter:grayscale(100%) brightness(105%) contrast(25%);}
.NG a:not(.linkMORE):after{content:'';display:block;width:20px;height:20px;position:absolute;top:0;left:0;right:0;bottom:120px;margin:auto;background:url(../layout/icon-lockWH.svg) no-repeat center / contain;}
.lock a:not(.linkMORE):after{content:'';display:block;width:20px;height:20px;position:absolute;top:0;left:0;right:0;bottom:120px;margin:auto;background:url(../layout/icon-lockWH.svg) no-repeat center / contain;}
.lock a:not(.linkMORE):before{content:'パスワード制限';display:block;width:8em;height:1em;line-height:1;font-size:13px;text-align:center;position:absolute;top:0;left:0;right:0;bottom:70px;margin:auto;z-index:2;text-shadow:none;font-family:YuGothic, "Yu Gothic",meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";font-weight:bold;color:#fff;}
.NG a span.messageNG{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto!important;display:block;background:#000;color:#fff;padding:10px 20px;width:fit-content;height:fit-content;text-align:center;font-size:14px;opacity:0;scale:0;line-height:1.3;transition:0.3s ease-in-out;}
.NG a span.messageNG.active{opacity:0.75;scale:1;}

section#fNEWS{margin:100px auto;}
section#fNEWS > .newsBOX{display:flex;width:1200px;margin:0 auto;box-sizing:border-box;}
section#fNEWS h2{width:300px;font-size:20px;font-family:"Noto Sans JP",sans-serif;font-weight:300;}
section#fNEWS h2 i{display:block;font-size:40px;line-height:1;color:#d89;}
section#fNEWS div.newsBOX ul{width:calc(100% - 300px);padding-left:40px;box-sizing:border-box;}
section#fNEWS div.newsBOX ul li{border-top:1px solid #cfcfcf;}
section#fNEWS div.newsBOX ul li:last-child{border-bottom:1px solid #cfcfcf;}
section#fNEWS div.newsBOX ul li a{display:flex;padding:25px 10px;position:relative;color:#333;font-family:YuGothic, "Yu Gothic",meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";font-weight:500;}
section#fNEWS div.newsBOX ul li a time{display:inline-block;height:fit-content;margin-right:10px;font-weight:normal;}
section#fNEWS div.newsBOX ul li a i.cate{display:inline-block;padding:4px 8px;min-width:80px;background-color:#d89;color:#fff;line-height:1.2;text-align:center;font-size:12px;translate:0 -1px;box-sizing:border-box;}
section#fNEWS div.newsBOX ul li a b.title{display:block;width:70%;margin-left:20px;line-height:1.5;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
section#fNEWS div.newsBOX ul li a b.title:hover{color:#d89;}

#faq{width:1100px;margin:100px auto;}
#faq h2{margin-bottom:50px;text-align:center;font-size:60px;color:#d89;line-height:1;font-family:"Noto Sans JP",sans-serif;}
#faq h2 b{display:block;margin-top:15px;font-size:18px;color:#000;font-family:YuGothic, "Yu Gothic",meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
#faq div.faq{margin-bottom:50px;}
#faq div.faq > h4{margin-top:30px;padding:10px 50px 10px 20px;background:#f0f0f0;font-size:18px;font-weight:bold;position:relative;cursor:pointer;font-family:YuGothic, "Yu Gothic",meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
#faq div.faq > h4.active{color:#d89;}
#faq div.faq > h4:after{content:'';display:block;width:21px;height:12px;background:url(../layout/arrow-gray.gif) no-repeat center;position:absolute;right:20px;top:0;bottom:0px;margin:auto 0;transition:0.3s ease-in-out;rotate:0deg;}
#faq div.faq > h4.active:after{rotate:180deg;}
#faq div.faq > p{padding:20px;font-weight:300;}
#faq div.faq > p > a{color:#0084c4;}
#faq div.faq > p > a:hover{text-decoration:underline;}
#faq > p{text-align:center;margin:0 auto;font-size:18px;}

section.fBanner{width:1140px;margin:100px auto;position:relative;}
section.fBanner a.img{display:block;box-shadow:0 0 5px rgba(0,0,0,0.3);height:486px;box-sizing:border-box;transition:0.3s ease-in-out;position:relative;}
section.fBanner a.img:hover{opacity:1;}
section.fBanner a.img:after{content:'';display:block;width:100%;height:100%;border:2px solid rgba(255,255,255,0.3);position:absolute;top:0;left:0;box-sizing:border-box;transition:0.3s ease-in-out;}
section.fBanner a.img:hover:after{border-width:10px;}
section.fBanner time{display:block;width:240px;height:240px;padding:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;text-align:left;font-size:20px;background:#333 url(../layout/banner/dateBCKG.webp) no-repeat center / cover;border:2px solid #fff;box-shadow:0 0 5px rgba(0,0,0,0.3);position:absolute;right:30px;top:450px;}
section.fBanner time span{display:block;line-height:1.1;}
section.fBanner time span *{display:block;color:#fff;text-shadow:-1px -1px 0 rgba(0,0,0,0.6);}
section.fBanner time span b{font-family:arial,sans;font-weight:100;font-style:normal;}
section.fBanner time span b:before{content:'#';margin-right:5px;}
section.fBanner time span i{font-family:oswald,sans-serif;font-weight:600;font-style:normal;font-size:45px;}
section.fBanner h3{font-size:20px;margin:30px 0 15px 0;line-height:1.5;font-weight:bold;}
section.fBanner p{padding-right:320px;font-family:YuGothic, "Yu Gothic",meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";font-weight:normal;}
	
a#pagetop{display:block;width:fit-content;margin:0 50px 30px auto;padding-top:55px;text-align:center;position:relative;font-size:13px;font-family:"Noto Sans JP",sans-serif;color:#d89!important;}
a#pagetop:after{content:'';display:inline-block;background:url(../layout/arrow-pink.gif) no-repeat center;width:50px;height:50px;color:#333!important;border:1px solid #d89;position:absolute;top:0;right:0;left:0;margin:0 auto;transition:0.4s ease-in-out;}
a#pagetop:hover:after{background:#d89 url(../layout/arrow-white.gif) no-repeat center;}

footer{background:linear-gradient(to right, rgb(240,205,208),rgb(200,108,115));text-align:center;padding:30px 0 0 0;position:relative;}
footer ul#fNavi{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:50px;}
footer ul#fNavi li{margin:0 25px;}
footer ul#fNavi li a{display:block;color:#fff;line-height:1.5;font-size:16px;font-family:YuGothic, "Yu Gothic",meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";font-weight:bold;}
footer ul#fNavi li a span{display:block;font-size:12px;font-weight:200;}
footer h3.logo{width:291px;height:auto;margin:0 auto 35px auto;line-height:1;}
footer h3.logo a{display:block;width:100%;height:100%;}
footer h3.logo a b{font-size:55px;color:#fff;}
footer h3.logo a span{font-size:13px;color:#fff;}
footer p{font-size:14px;color:#fff;}
footer p a{display:table;color:#fff;font-size:23px;line-height:1;font-family:Oswald,sans-serif;padding:7px 0 7px 40px;background:url(../layout/icon-building.webp) no-repeat left center / 24px auto;margin:13px auto -5px auto;}
footer address.copy{color:#fff;text-align:center;margin-top:40px;position:relative;}
footer address.copy b{position:relative;z-index:2;font-size:12px;font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;font-weight:400;display:block;}
footer address.copy:before{content:'';background:linear-gradient(to right, #000 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.3) 50%,#000 100%);mix-blend-mode:multiply;opacity:0.25;position:absolute;bottom:0;display:block;height:25px;width:100%;z-index:1;}

/*----------共有ここまで　※変更があるならcommon.cssとtop.cssを一緒にすること※　------------*/


/*他ページと共有*/
@media screen and (max-width:1400px){
#titleIMG{width:100%;}
button.slick-prev, button.slick-next{display:none!important;}
}
@media screen and (max-width:1350px){
header #gNavi{width:calc(100% - 110px);min-width:auto;}
header #gNavi ul{display:flex;flex-wrap:wrap;text-align:left;}
header #gNavi ul li{width:5em;margin:0 0 0 20px;}
header.fixed #gNavi{width:calc(28em + 60px);height:2.7em;}
header.fixed #gNavi ul{justify-content:left;}
header.fixed #gNavi ul li{width:7em;margin:4px 0;padding-left:15px;}
header #gNavi ul li a:before{top:4px;bottom:0;right:auto;left:-12px;width:4px;height:7px;background:url(../layout/navARROWbk02.gif);}

}

@media screen and (max-width:1260px){
main{width:calc(100% - 40px);margin-left:20px;margin-right:20px;}
}

@media screen and (max-width:1200px){
ul#fBanner{width:95%;margin-right:auto;margin-left:auto;}
section#faq{width:90%;}
section#fNEWS > .newsBOX{width:90%;}
section#fNEWS div.newsBOX ul li a b.title{width:62%;}


}
@media screen and (max-width:1150px){
header p.description{display:none;}

}

@media screen and (max-width:1100px){
header #gNavi{right:110px;}

}
@media screen and (max-width:1050px){
#humSkin.open .humITEM{width:calc(100% - 270px);}

#humBOX{width:270px;padding:70px 10px 0 10px;}
#humBOX nav.menu{padding:0 0 0 40px;border:0;width:100%;box-sizing:border-box;margin-bottom:80px;}
#humBOX nav.menu h3,
#humBOX nav.menu:before,#humBOX nav.menu:after{display:none;}
#humBOX nav.menu ul{display:block;}
#humBOX nav.menu ul li{width:100%;margin:15px 0 0 0;}
#humBOX nav.menu ul li a{text-align:left;}
#humBOX nav.menu ul li a:before{left:30px;right:auto;}
#humBOX .contact{display:block;}
#humBOX .contact > div{width:fit-content;margin:0 auto 30px auto;}
#humBOX .contact a.tel{margin:0 auto;}
section#fNEWS{box-sizing:border-box;padding:100px 50px;background-size:cover;}
section#fNEWS div.newsBOX{width:100%;display:block;padding:60px;border:2px solid #efefef;}
section#fNEWS div.newsBOX ul{width:100%;padding-left:0;}
section#fNEWS h2{margin-bottom:15px;}

}

@media screen and (max-width:980px){
footer ul#fNavi li{margin-bottom:15px;width:calc(100% / 4 - 50px);}
}

@media screen and (max-width:800px){
header #gNavi{height:fit-content;width:calc(100% - 110px);min-width:auto;}
header.fixed #gNavi{width:calc(20em + 60px);}
header.fixed #gNavi ul li{width:5em;}calc(28em + 60px)
}
@media screen and (max-width:768px){
header #gNavi ul li{margin:0 15px;}
header #gNavi ul li a{font-size:13px;}
#humBOX{padding:50px 50px 200px 50px;width:90%;right:-100%;}
#humBOX nav.menu h3{display:block;margin-bottom:10px;position:relative;top:auto;}
#humBOX nav.menu h3:before,
#humBOX nav.menu h3:after{display:none;}
#humBOX nav.menu ul{display:flex;flex-wrap:wrap;justify-content:left;}
#humBOX nav.menu ul li{width:calc(100% / 3);}
#humSkin.open .humITEM{display:none!important;}
html.admin_bar{padding-top:46px!important;}
html.admin_bar header{top:46px!important;}
html.admin_bar #humBOX{top:46px;}
html.admin_bar #humBTN{top:73px;}
section#faq > div.faq > h4{font-size:15px;}
section#faq > div.faq p.answer{font-size:13px;}
section#fNEWS div.newsBOX{width:100%;padding:60px 40px;}
section#fNEWS div.newsBOX ul{padding-right:0;}
section#fNEWS div.newsBOX ul li a{display:block;}
section#fNEWS div.newsBOX ul li a b.title{margin-left:0;}
section#fNEWS div.newsBOX ul li a time{position:relative;left:auto;top:auto;margin:0 0 15px 0;}

}
@media screen and (max-width:700px){
header #gNavi ul{display:none;}
}
@media screen and (max-width:650px){
#humBOX{padding:50px 25px 280px 25px;}
}
@media screen and (max-width:600px){
body #wpadminbar{position:fixed;top:0;}
header .logo{scale:0.8;transform-origin:left center;left:10px;}

#humBTN{right:30px;}
header #gNavi{right:90px;}
#humBOX nav.menu{padding-left:10px;padding-right:10px;}
#humBOX nav.menu ul li{margin-left:0;margin-right:0;}
#humBOX .contact{display:block;}
#humBOX .contact > div p{text-align:center;}
#humBOX.open .contact a.tel{margin:30px auto 0 auto;}
footer ul#fNavi li{margin:0 0 15px 0;width:calc(100% / 4);}

}
@media screen and (max-width:550px){
footer nav.fNavi > div h3{margin-bottom:35px;}
#humBOX{padding-top:30px;}
section#fNEWS{padding-left:20px;padding-right:20px;}
section#fNEWS div.newsBOX{padding-left:20px;padding-right:20px;}
section#fNEWS h2{font-size:16px;}
section#fNEWS h2 i{font-size:30px;}
section#fNEWS div.newsBOX ul li a time{font-size:14px;}
section#fNEWS div.newsBOX ul li a b.title{width:100%;font-size:15px;}
section#fNEWS div.newsBOX ul li a b.title i.cate{translate:0 0;}
section#fNEWS div.newsBOX ul li a i.cate{font-size:10px;font-weight:bold;min-width:70px;line-height:1;}
a#pagetop{margin:0 20px 30px auto;}
}


@media screen and (max-width:500px){
#humBTN{top:18px;}
section#fNEWS{padding:30px 20px;}
section#faq > div.faq > p{padding:20px 5px;}

}

@media screen and (max-width:460px){
#titleIMG{padding-top:70px;}
#titleIMG h2{top:70px;}
header{height:70px;}
header #gNavi{display:none;}
html.admin_bar #humBTN{top:60px;}
#humBOX nav.menu{width:100%;box-sizing:border-box;padding-left:30px;padding-right:30px;}
#humBOX nav.menu ul li{width:50%;box-sizing:border-box;}
#humBOX nav.menu ul li a{text-align:left;}
footer ul#fNavi li{margin:0 0 15px 0;width:calc(100% / 2);}

footer p{font-size:12px;}
footer p b{display:block;font-size:16px;margin:15px auto 0px auto;}
footer p a{margin-top:15px;}

#contact{width:100%;}
}
@media screen and (max-width:400px){
section#fNEWS div div.newsBOX ul li{margin-top:0;}

}
@media screen and (max-width:370px){
#humBOX nav.menu{margin-bottom:30px;}
#humBOX.open .contact a.tel{margin-top:0;}
#humBOX nav.menu ul{display:block;}
#humBOX nav.menu ul li{width:100%;box-sizing:border-box;margin-top:0;}
}
