@charset "utf-8";

*{
    font-size:18px;
    font-weight: normal;
    padding: 0;
    margin:0;
}
ul{
    list-style-type:none;
    padding-left:0;
}
a{
    text-decoration:none;
    color:#231815;
}
.headerWrap{
    background-color: #fff;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    position: fixed;
    z-index: 999;
    /*transform: translateY(-500px);
    transition:.5s;*/
}
.headerWrap.is-show{
    transform: translateY(0);
}
.headerWrap header,
.headerWrap nav,
.pointSection ul{
    max-width:1100px;
    margin:0 auto;
}
.noticeSection_wrap p{
    max-width:880px;
    margin:0 auto;
}
.headerWrap header{
    margin-bottom:10px;
}
.headerWrap header .headerInner h1{
    width:50%;
}
.headerInner,
.upperNav,
.upperNav ul,
.headerWrap nav ul,
.pointSection ul{
    display:flex;
}
.headerInner{
    align-items: center;
    justify-content:space-between;
    margin-bottom: 10px;
}
.headerWrap>header>.headerInner>.pc{
    width: 40%;
}
.upperNav ul{
    width: 50%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.upperNav ul li{
    text-align: center;
}
.upperNav ul li:nth-of-type(1),
.upperNav ul li:nth-of-type(2){
    width: 48%;
    margin-bottom: 5px;
}
.upperNav ul li:nth-of-type(3){
    width: 100%;
}
.upperNav ul li a{
    font-family: 'Noto Serif JP', serif;
    font-size: 0.75em;
    display:block;
    color:#fff;
    background-color:#808080;
}
.upperNav p{
    font-family: 'Ovo', serif;
    margin-right:20px;
    width: 50%;
    text-align: right;
}
.upperNav p a:hover{
    color:#bdbebe;
}
.upperNav ul li a:hover{
    background-color:#bdbebe;
}
.navLink:before{
    content:"■";
    color:#231815;
}
.headerWrap nav ul li{
    font-family: 'Ovo', serif;
    width:14.2857%;
    text-align: center;
    border-left:1px solid #231815;
}
.headerWrap nav ul li:last-of-type{
    border-right:1px solid #231815;
}
.headerWrap nav ul li a{
    display: block;
    letter-spacing: 0.1em;
}
.headerWrap nav ul li a:hover{
    color: #bdbebe;
}
.topWrap{
    position: relative;
}
.moveSection{
    position:relative;
    overflow: hidden;
    z-index:2;
}
.eyeCatch{
    aspect-ratio: 1920/1080;
    background-image:url(../images/top/eyeCatch@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    filter: saturate(110%);
}
.eyeCatch>div{
    width:100%;
    text-align:center;
    font-family: 'Noto Serif JP', serif;
    color:#fff;
    position:absolute;
    left:0;
    bottom: 5%;         
}
.eyeCatch div p{
    text-shadow: 1px 1px 3px #231815;
}
.tategaki{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    font-family: 'Noto Serif JP',serif;
    color: #fff;
    text-shadow: 1px 1px 3px #231815;
    font-size:1.25em;
    letter-spacing: 0.5em;
    writing-mode: vertical-rl;
}
.fadeIn02{
    animation-name: blur02;
    animation-duration: 6s;
}
@keyframes blur02 {
    0% {
        opacity:0;
        filter: blur(20px);
    }
    75% {
        opacity:1;
        filter: blur(0);
    }
}
.eyeCatch div p:nth-of-type(1){
    font-size:2.5em;
    letter-spacing: 0.25em;
    margin-bottom: 15px;
}
.eyeCatch div p:nth-of-type(2){
    font-size:1em;
    letter-spacing: 0.25em;
}
.eyeCatch div p:nth-of-type(3){
    font-size:2em;
    letter-spacing: 0.25em;
}
.fadeIn03{
    animation-name: blur03;
    animation-duration: 6s;
}
@keyframes blur03 {
    0% {
        opacity:0;
        filter: blur(20px);
    }
    100% {
        opacity:1;
        filter: blur(0);
    }
}
.moveLogo_w{
    width:10%;
    position: absolute;
    z-index:3;
    left:50%;
    top:15vh;
    margin-left:-5%;
}
.moveLogo_w_sp{
    width:25%;
    position: absolute;
    z-index:3;
    left:50%;
    top:10vh;
    margin-left:-12.5%;
}
.fadeIn{
    animation-name: blur;
    animation-duration: 2s;
}
@keyframes blur {
    0% {
        opacity:0;
        filter: blur(20px);
    }
    100% {
        opacity:1;
        filter: blur(0);
    }
}
.moveLogo_w img{
    animation: blur 2s forwards 0.4s 1;
}
.pointSection{
    background-color: #44403f;
    padding-top:100px;
    padding-bottom:100px;
}
.pointSection h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5em;
    font-weight:400;
    letter-spacing: 0.2em;
    color:#fff;
    text-align: center;
    margin-bottom:25px;
}
.pointSection h2 span{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.75em;
    font-weight:400;
    letter-spacing: 0.5em;
    color:#fff;
    text-align: center;
}
.pointSection ul{
    align-items: center;
}
.pointSection ul li{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.25em;
    font-weight:400;
    letter-spacing: 0.25em;
    line-height: 1;
    color:#fff;
    text-align: center;
}
.pointSection ul li span span{
    font-size: 0.75em;
}
.pointSection ul li:nth-of-type(odd){
    width:20%;
}
.pointSection ul li:nth-of-type(even){
    width:5%;
}
.pointSection ul li:last-of-type{
    width:25%;
}
.requestSection{
    width:100%;
    background-image: url(../images/top/topBg01@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    padding-top:150px;
    padding-bottom:150px;
}
.moveLogo_b{
    width:10%;
    position: absolute;
    z-index:1;
    top:15vh;
    left:50%;
    margin-left:-5%;
}
.moveLogo_b_sp{
    width:25%;
    position: absolute;
    z-index:1;
    left:50%;
    top:10vh;
    margin-left:-12.5%;
}
.fixedLogo{
    text-align: center;
    margin-bottom:50px;            
    opacity:0;         
}
.fixedLogo img{
    width: 10%;
}
.fixedLogo_sp{
    text-align: center;          
    opacity:0;         
}
.fixedLogo_sp img{
    width: 25%;
}
.requestSection p{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5em;
    font-weight:400;
    letter-spacing: 0.2em;
    color:#231815;
    text-align: center;
    margin-bottom: 25px;
}
.relative{
    position: relative;
    overflow: hidden;
}
.absolute{
    position: absolute;
    top:0;
    left:0;
}
.top_requestBtn{
    width:320px;
    margin:0 auto;
    margin-bottom: 50px;
}
.top_requestBtn img{
    width:100%;
}
.top_requestBtn a:hover{
    opacity: 0.5;
}
.reflection:after {
    content:"";
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.requestSection .textBox h2{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 1.25em;
    letter-spacing: 0.25em;
    margin-bottom: 25px;
}
.requestSection .textBox p{
    text-align: center;
    font-size: 0.75em;
    line-height: 3;
}
.viewSection{
    aspect-ratio: 1920/1080;
    background-image: url(../images/top/topBg02@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.scroll_up{
    transition:0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}
.scroll_up.on{
    transform: translateY(0);
    opacity: 1;
}
.specialSection{
    width:100%;
    background-color: #44403f;
    padding-top: 150px;
    padding-bottom: 150px;
}
.doorContainer{
    width:320px;
    position: relative;
    overflow: hidden;
    margin:0 auto;
    margin-bottom:50px;
    z-index: 5;
}
.doorContainer a{
    display: block;
}
.doorContainer img{
    width:100%;
}
.doorContainer img:nth-child(1){
    cursor:pointer;
    opacity: 0;
}
.doorContainer img:nth-child(2){
    cursor:pointer;
    position: absolute;
    top:0;
    left: 0;
}
.doorContainer:hover img:nth-child(1){
    opacity: 1;
}
.doorContainer:hover img:nth-child(2){
    opacity:0;
}
.specialSection h2{
    text-align: center;
    font-family: 'Ovo', serif;
    font-size: 2em;
    letter-spacing: 0.3em;
    color: #fff;
    margin-bottom:25px;
}
.specialSection p span{
    text-align: center;
    font-family: 'Ovo', serif;
    font-weight:400;
    font-size: 1.25em;
    letter-spacing: 0.25em;
    color:#fff;
    padding-bottom: 10px;
    border-bottom:1px solid #fff;
}
.specialSection p{
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    color:#fff;
}
.specialSection p:nth-of-type(1){
    font-size: 1em;
    margin-bottom: 30px;
}
.specialSection p:nth-of-type(2){
    font-size: 0.75em;
    letter-spacing: 0.25em;
    line-height: 1.8;
    margin-bottom: 50px;
}
.specialSection p:nth-of-type(3){
    font-family: 'Ovo', serif;
    font-size: 1.25em;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}
.specialSection p:nth-of-type(4){
    font-size: 0.75em;
    letter-spacing: 0.25em;
}
.arrowBox{
    display: flex;
    justify-content: center;
}
.arrow{
    width: 50px;
    padding-top: 70px;
    position: relative;
}  
.arrow::before {
    animation: scroll 2.5s infinite;
    display: inline-block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(-45deg);
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}  
@keyframes scroll {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }    
    20% {
      opacity: 1;
    }    
    80% {
      transform: rotate(-45deg) translate(-30px, 30px);
      opacity: 0;
    }    
    100% {
      opacity: 0;
    }    
}
.noticeSection{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.noticeSection h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.5em;
    margin-bottom: 10px;
}
.noticeSection p{
    font-family: 'Noto Serif JP', serif;
    font-size: 0.6em;
}
.noticeSection_wrap{
    padding-top: 25px;
    padding-bottom: 25px;
    border-top:1px solid #231815;
    border-bottom:1px solid #231815;
    margin-bottom:10px;
}
.noticeSection>.noticeSection_wrap>p{
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
}
.footerWrap{
    background-color: #44403f;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer,
.footerWrap_inner.left{
    display:flex;
}
footer{
    max-width:880px;
    margin:0 auto;
    justify-content: space-between;
}
.footerWrap_inner.left{
    width: 60%;
}
.footerWrap_inner.right{
    width: 40%;
}
.footerWrap_inner .leftBox{
    width:35%;
}
.footerWrap_inner .rightBox{
    width: 60%;
    margin-left:5%;
}
.footerWrap_inner ul li{
    font-size: 0.5em;
    color:#fff;
}
.rightBox h2{
    font-size: 0.8em;
    color:#fff;
    margin-bottom: 5px;
}
.footerWrap_inner.right h3{
    font-size: 0.8em;
    color:#fff;
    margin-bottom: 5px;
}
.footerWrap_inner.right p:nth-of-type(3){
    font-size: 0.5em;
    color:#fff;
}
.smallWrap{
    text-align: center;
    color: #fff;
    font-family: 'DM Serif Display', serif;
    margin-top: 25px;
}
.smallWrap small{
    font-size: 0.5em;
    letter-spacing: 0.5em;
}
.sp,
.under1000,
.under768,
.under414,
.under375,
.under280{
    display: none;
}
.openbtn{
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 14px;
    height: 3px;
    border-radius: 2px;
    background: #231815;
    width: 100%;
}
.openbtn span:nth-of-type(1){
    top: 0;
}
.openbtn span:nth-of-type(2){
    top: 10px;
}
.openbtn span:nth-of-type(3){
    top: 20px;
}
.openbtn.active span:nth-of-type(1){
    top:3px;
    right: 18px;
    transform: translateY(6px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2){
    opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top:15px;
    right: 18px;
    transform: translateY(-6px) rotate(45deg);
}
.linkSection{
    padding-top: 100px;
    padding-bottom:50px;
}
.linkSection p{
    width:680px;
    margin:0 auto;
}
.linkSection p img{
    width:100%;
}
.linkSection a:hover{
    opacity:0.5;
}
@media (max-width:1800px){
    .tategaki{
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:1.15em;
        letter-spacing: 0.45em;
    }
    .eyeCatch div p:nth-of-type(1){
        font-size:2.25em;
        letter-spacing: 0.15em;
        margin-bottom: 15px;
    }
    .eyeCatch div p:nth-of-type(2){
        font-size:0.9em;
        letter-spacing: 0.15em;
    }
    .eyeCatch div p:nth-of-type(3){
        font-size:1.75em;
        letter-spacing: 0.15em;
    }
    .pointSection{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .pointSection h2{
        font-size: 1.4em;
        letter-spacing: 0.175em;
        margin-bottom:25px;
    }
    .pointSection h2 span{
        font-size: 1.7em;
        letter-spacing: 0.45em;
    }
    .pointSection ul li{
        font-size: 1.2em;
        letter-spacing: 0.225em;
    }
    .specialSection{
        padding-top: 125px;
        padding-bottom: 125px;
    }
}
@media (max-width:1600px){
    .tategaki{
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:1.1em;
        letter-spacing: 0.4em;
    }
    .eyeCatch div p:nth-of-type(1){
        font-size:2.2em;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
    }
    .eyeCatch div p:nth-of-type(2){
        font-size:0.8em;
        letter-spacing: 0.15em;
    }
    .eyeCatch div p:nth-of-type(3){
        font-size:1.7em;
        letter-spacing: 0.15em;
    }
    .pointSection h2{
        font-size: 1.35em;
        letter-spacing: 0.15em;
        margin-bottom:25px;
    }
    .pointSection h2 span{
        font-size: 1.6em;
        letter-spacing: 0.4em;
    }
    .pointSection ul{
        width: 65%;
    }
    .pointSection ul li{
        font-size: 1.15em;
        letter-spacing: 0.2em;
    }
    .requestSection p{
        font-size: 1.4em;
        letter-spacing: 0.15em;
        margin-bottom: 25px;
    }
    .top_requestBtn{
        width:300px;
    }
    .requestSection .textBox h2{
        font-size: 1.15em;
        letter-spacing: 0.15em;
        margin-bottom: 25px;
    }
    .specialSection{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .doorContainer{
        width:300px;
        margin-bottom: 40px;
    }
    .specialSection h2{
        font-size: 1.75em;
        letter-spacing: 0.3em;
        margin-bottom:25px;
    }
    .specialSection p span{
        font-size: 1.15em;
        letter-spacing: 0.2em;
        padding-bottom: 5px;
    }
    .specialSection p:nth-of-type(1){
        margin-bottom: 15px;
    }
    .specialSection p:nth-of-type(2){
        font-size: 0.75em;
        letter-spacing: 0.2em;
        line-height: 1.8;
        margin-bottom: 25px;
    }
    .specialSection p:nth-of-type(3){
        font-size: 1.2em;
        letter-spacing: 0.125em;
        margin-bottom: 5px;
    }
    .specialSection p:nth-of-type(4){
        font-size: 0.75em;
        letter-spacing: 0.2em;
    }
    .linkSection{
        padding-top: 80px;
        padding-bottom:30px;
    }
}
@media (max-width:1400px){
    *{
        font-size: 16px;
    }
    .moveLogo_w,
    .moveLogo_b{
        top:17vh;
    }
    .requestSection{
        padding-top: 125px;
        padding-bottom: 125px;
    }
}
@media (max-width:1200px){
    .headerWrap header,
    .headerWrap nav,
    footer,
    .noticeSection>.noticeSection_wrap>p{
        width:90%;
        margin:0 auto;
    }
    .moveLogo_w,
    .moveLogo_b{
        top:18vh;
    }
    .pointSection ul{
        width: 70%;
    }
    .tategaki{
        font-size:1em;
        letter-spacing: 0.3em;
    }
    .eyeCatch div p:nth-of-type(1){
        font-size:2em;
        letter-spacing: 0.05em;
        margin-bottom: 15px;
    }
    .eyeCatch div p:nth-of-type(2){
        font-size:0.75em;
        letter-spacing: 0.1em;
    }
    .eyeCatch div p:nth-of-type(3){
        font-size:1.5em;
        letter-spacing: 0.125em;
    }
    .pointSection{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pointSection h2{
        font-size: 1.3em;
        letter-spacing: 0.125em;
        margin-bottom:20px;
    }
    .pointSection h2 span{
        font-size: 1.5em;
        letter-spacing: 0.4em;
    }
    .pointSection ul li{
        font-size: 1.1em;
        letter-spacing: 0.15em;
    }
    .pointSection ul li:nth-of-type(odd){
        width:19%;
    }
    .pointSection ul li:last-of-type{
        width:28%;
    }
    .requestSection{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .requestSection p{
        font-size: 1.3em;
        letter-spacing: 0.125em;
        margin-bottom: 25px;
    }
    .fixedLogo{
        margin-bottom: 25px;
    }
    .top_requestBtn{
        width: 250px;
        margin-bottom: 25px;
    }
    .specialSection{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .doorContainer{
        width: 250px;
        margin-bottom: 25px;
    }
    .linkSection p{
        width:50%;
    }
    .linkSection{
        padding-top: 50px;
        padding-bottom:20px;
    }
}
@media (max-width:1000px){
    .under1000{
        display: block;
    }
    *{
        font-size: 14px;
    }
    .moveLogo_w,
    .moveLogo_b{
        top:19vh;
    }
    .eyeCatch div p:nth-of-type(1){
        font-size:1.8em;
        letter-spacing: 0.05em;
        margin-bottom: 10px;
    }
    .eyeCatch div p:nth-of-type(3){
        font-size:1.4em;
        letter-spacing: 0.1em;
    }
    .pointSection h2{
        font-size: 1.2em;
        letter-spacing: 0.1em;
        margin-bottom:20px;
    }
    .pointSection h2 span{
        font-size: 1.4em;
        letter-spacing: 0.3em;
    }
    .pointSection ul{
        width: 60%;
    }
    .requestSection p{
        font-size: 1.2em;
        letter-spacing: 0.1em;
        margin-bottom: 25px;
    }
    .top_requestBtn{
        width: 225px;
    }
    .doorContainer{
        width: 225px;
    }
}
@media (max-width:912px){
    .moveLogo_w,
    .moveLogo_b{
        top:8vh;
    }
    .tategaki{
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-45%,-50%);
        font-size:0.75em;
        letter-spacing: 0.3em;
    }
    .eyeCatch div p:nth-of-type(1){
        font-size:1.7em;
        letter-spacing: 0.04em;
        margin-bottom: 10px;
    }
    .eyeCatch div p:nth-of-type(3){
        font-size:1.3em;
        letter-spacing: 0.025em;
    }
    .pointSection{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pointSection h2{
        font-size: 1.1em;
        letter-spacing: 0.05em;
        margin-bottom:15px;
    }
    .pointSection h2 span{
        font-size: 1.3em;
        letter-spacing: 0.2em;
    }
    .pointSection ul{
        width: 70%;
    }
    .pointSection ul li{
        font-size: 1em;
        letter-spacing: 0.1em;
    }
    .requestSection{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .requestSection p{
        font-size: 1.1em;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }
    .requestSection .textBox h2{
        font-size: 1.1em;
        letter-spacing: 0.05em;
        margin-bottom: 15px;
    }
    .specialSection{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .specialSection h2{
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .specialSection p:nth-of-type(3){
        font-size: 1.1em;
        letter-spacing: 0.1em;
        margin-bottom: 5px;
    }
    .arrow{
        width: 30px;
        padding-top: 50px;
        position: relative;
    }  
    .arrow::before {
        animation: scroll 2.5s infinite;
        display: inline-block;
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: solid 2px #fff;
        border-left: solid 2px #fff;
        transform: rotate(-45deg);
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    .top_requestBtn{
        width: 200px;
    }
    .doorContainer{
        width: 200px;
    }
    .footerWrap_inner.left{
        width: 65%;
    }
    .footerWrap_inner.right{
        width: 35%;
    }
}
@media (max-width:800px){
    .eyeCatch div p:nth-of-type(1){
        font-size:1.5em;
        letter-spacing: 0.02em;
        margin-bottom: 10px;
    }
    .eyeCatch div p:nth-of-type(3){
        font-size:1.1em;
        letter-spacing: 0.01em;
    }
    .footerWrap_inner.left{
        width: 68%;
    }
    .footerWrap_inner.right{
        width: 32%;
    }
    .footerWrap_inner .leftBox{
        width:40%;
    }
    .footerWrap_inner .rightBox{
        width: 58%;
        margin-left:2%;
    }
}
@media (max-width:768px){
    .pc{
        display: none;
    }
    .sp,
    .under768{
        display: block;
    }
    /*.headerWrap{
        transform: translateY(-500px);
        transition:.5s;
    }*/
    .headerWrap header .headerInner h1{
        width:80%;
        margin-left:5px;
    }
    .headerWrap nav{
        width: 100%;
        background-color: #fff;
    }
    .headerWrap nav ul{
        flex-wrap: wrap;
    }
    .headerWrap nav ul li{
        width:100%;
        border-left: none;
        border-bottom:1px solid #231815;
    }
    .headerWrap nav ul li:last-of-type{
        border-right:none;
        border-bottom: none;
    }
    .headerWrap nav ul li a{
        font-size: 1.25em;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .headerWrap header{
        width:100%;
        background-color: #fff;
        position:fixed;
        top:0;
        left:0;
        padding-top: 10px;
        padding-bottom: 5px;
        z-index: 999;
    }
    .headerInner{
        margin-bottom: 0;
    }
    #g-nav{
        position: fixed;
        z-index: 998;
        top: -500px;
        left: 0;
        width: 100%;
        transition: all 0.6s;
    }
    #g-nav.panelactive{
        top:45px;
    }
    .eyeCatch{
        height:100%;
        aspect-ratio: 750/904;
        background-image:url(../images/top/eyeCatch_sp@2x.jpg);
    }
    .tategaki{
        top: 40%;
        left: 50%;
        transform: translate(-40%,-50%);
        font-size:1.25em;
        letter-spacing: 0.5em;
    }
    .eyeCatch div p:nth-of-type(1){
        font-size:2em;
        letter-spacing: 0.25em;
        margin-bottom: 15px;
    }
    .eyeCatch div p:nth-of-type(2){
        font-size:1em;
        letter-spacing: 0.25em;
    }
    .eyeCatch div p:nth-of-type(3){
        font-size:1.75em;
        letter-spacing: 0.15em;
    }
    .pointSection h2{
        font-size: 1.25em;
        letter-spacing: 0.125em;
        margin-bottom:25px;
    }
    .pointSection h2 span{
        font-size: 1.75em;
        letter-spacing: 0.25em;
    }
    .pointSection ul{
        flex-direction: column;
    }
    .pointSection ul li{
        margin-bottom: 15px;
    }
    .pointSection ul li:nth-of-type(odd){
        font-size: 1.5em;
        width:100%;
    }
    .requestSection{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .fixedLogo_sp{
        margin-bottom: 25px;
    }
    .requestSection p{
        font-size: 1.75em;
    }
    .top_requestBtn,
    .doorContainer{
        width: 30%;
        margin-bottom: 25px;
    }
    .requestSection .textBox h2{
        font-size: 1.25em;
        letter-spacing: 0.15em;
        margin-bottom: 25px;
    }
    .requestSection .textBox p{
        font-size: 0.75em;
        line-height: 3;
    }
    .viewSection{
        height:100%;
        aspect-ratio: 750/556;
        background-image: url(../images/top/topBg02_sp@2x.jpg);
    }
    .specialSection p span{
        font-size: 1.25em;
        letter-spacing: 0.25em;
        padding-bottom: 5px;
    }
    .specialSection p:nth-of-type(1){
        margin-bottom: 15px;
    }
    .specialSection h2{
        font-size: 2em;
    }
    .specialSection p:nth-of-type(3){
        font-size: 1.25em;
        letter-spacing: 0.125em;
        margin-bottom: 5px;
    }
    .footerWrap{
        padding-bottom: 175px;
    }
    footer,
    .footerWrap_inner.left{
        flex-direction: column;
    }
    .footerWrap_inner.left{
        width: 100%;
    }
    .footerWrap_inner .leftBox{
        width: 100%;
        margin-bottom: 25px;
    }
    .footerWrap_inner .leftBox h2{
        width: 50%;
        margin: 0 auto;
    }
    .footerWrap_inner .leftBox ul{
        display: flex;
        justify-content: center;
    }
    .footerWrap_inner .leftBox ul li{
        font-size: 0.8em;
    }
    .footerWrap_inner .rightBox{
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }
    .footerWrap_inner .rightBox h2{
        text-align: center;
        font-size: 1.25em;
    }
    .footerWrap_inner .rightBox ul li{
        text-align: center;
        font-size: 0.8em;
    }
    .footerWrap_inner.right{
        width: 100%;
    }
    .footerWrap_inner.right h3{
        font-size: 1em;
        text-align: center;
    }
    .footerWrap_inner.right p{
        width: 60%;
        margin:0 auto;
    }
    .footerWrap_inner.right p:nth-of-type(3){
        text-align: center;
    }
    .spFooter_btn ul{
        display: flex;
        position: fixed;
        z-index: 999;
        width: 100%;
        bottom:0;
    }
    .spFooter_btn ul li{
        width: 25%;
    }
    .spFooter_btn ul li a{
        display: block;
    }
    .spFooter_btn ul li a:hover{
        opacity:0.5;
    }
    .spFooter_btn ul li:nth-of-type(odd) a{
        background-color: #221714;
    }
    .spFooter_btn ul li:nth-of-type(even) a{
        background-color: #585757;
    }
    .linkSection p{
        width:70%;
    }
}
@media (max-width:700px){
    .tategaki{
        font-size:1.15em;
        letter-spacing: 0.4em;
    }
}
@media (max-width:600px){
    .tategaki{
        top: 35%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:1.05em;
        letter-spacing: 0.3em;
    }
    .eyeCatch div p:nth-of-type(1){
        font-size:1.75em;
        letter-spacing: 0.2em;
        margin-bottom: 10px;
    }
    .eyeCatch div p:nth-of-type(2){
        font-size:0.75em;
        letter-spacing: 0.2em;
    }
    .eyeCatch div p:nth-of-type(3){
        font-size:1.5em;
        letter-spacing: 0.1em;
    }
    .pointSection h2{
        font-size: 1.25em;
        letter-spacing: 0.1em;
        margin-bottom:15px;
    }
    .pointSection h2 span{
        font-size: 1.5em;
        letter-spacing: 0.2em;
    }
    .pointSection ul li:nth-of-type(odd){
        font-size: 1.15em;
    }
    .requestSection,
    .specialSection{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .requestSection p{
        font-size: 1.5em;
        letter-spacing: 0.1em;
    }
    .specialSection p:nth-of-type(1){
        font-size:0.75em;
    }
    .specialSection h2{
        font-size: 1.75em;
    }
    .footerWrap_inner .leftBox h2{
        width: 60%;
    }
    .footerWrap_inner.right p{
        width: 60%;
    }
    .moveLogo_w_sp,
    .moveLogo_b_sp{
        top:12vh;
    }
}
@media (max-width:500px){
    .pointSection ul li:nth-of-type(odd){
        font-size: 1em;
    }
    .requestSection,
    .specialSection{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .specialSection h2{
        letter-spacing: 0.2em;
    }
    .specialSection p:nth-of-type(2){
        font-size: 0.75em;
    }
    .specialSection p span{
        font-size: 1em;
    }
    .footerWrap{
        padding-bottom: 150px;
    }
    .moveLogo_w_sp,
    .moveLogo_b_sp{
        top:10vh;
    }
    .linkSection p{
        width:80%;
    }
}
@media (max-width:414px){
    .under414{
        display: block;
    }
    .tategaki{
        top: 35%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:1em;
        letter-spacing: 0.2em;
    }
    .eyeCatch div p:nth-of-type(1){
        font-size:1.5em;
        letter-spacing: 0.1em;
        margin-bottom: 5px;
    }
    .eyeCatch div p:nth-of-type(3){
        font-size:1.25em;
        letter-spacing: 0.1em;
    }
    .pointSection h2{
        font-size: 1.1em;
        letter-spacing: 0.1em;
        line-height: 1.6;
        margin-bottom:15px;
    }
    .pointSection h2 span{
        font-size: 1.4em;
        letter-spacing: 0.2em;
    }
    .requestSection p{
        font-size: 1.4em;
    }
    .requestSection .textBox h2{
        font-size: 1.15em;
    }
    .specialSection p:nth-of-type(3){
        font-size: 1.15em;
        letter-spacing: 0.1em;
        margin-bottom: 5px;
    }
    .footerWrap_inner.right p{
        width: 70%;
    }
    .footerWrap{
        padding-bottom: 125px;
    }
    .smallWrap small{
        letter-spacing: 0.25em;
    }
    .linkSection p{
        width:90%;
    }
}
@media (max-width:375px){
    .under375{
        display: block;
    }
    .tategaki{
        top: 35%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:0.75em;
        letter-spacing: 0.1em;
    }
    .eyeCatch div p:nth-of-type(1){
        font-size:1.25em;
        letter-spacing: 0.1em;
        margin-bottom: 5px;
    }
    .eyeCatch div p:nth-of-type(3){
        font-size:1.1em;
        letter-spacing: 0.1em;
    }
    .top_requestBtn,
    .doorContainer{
        width: 40%;
        margin-bottom: 25px;
    }
    .requestSection .textBox h2{
        font-size: 1em;
        letter-spacing: 0em;
        line-height: 1.8;
        margin-bottom:15px;
    }
    .requestSection .textBox p{
        letter-spacing: 0em;
    }
    .specialSection p:nth-of-type(3){
        font-size: 1.1em;
        letter-spacing: 0.05em;
        margin-bottom: 5px;
    }
    .footerWrap_inner.right p{
        width: 75%;
    }
    .footerWrap_inner .leftBox ul{
        flex-direction: column;
        width: 70%;
        margin:0 auto;
    }
}
@media (max-width:280px){
    .under280{
        display: block;
    }
    .tategaki{
        top: 25%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size:0.75em;
        letter-spacing: 0.1em;
    }
    .eyeCatch div p:nth-of-type(1){
        font-size:1em;
        letter-spacing: 0.1em;
        margin-bottom: 5px;
    }
    .eyeCatch div p:nth-of-type(1) span{
        font-size:0.75em;
    }
    .eyeCatch div p:nth-of-type(3){
        font-size:1em;
        letter-spacing: 0.1em;
    }
    .pointSection h2{
        font-size: 1em;
    }
    .pointSection h2 span{
        font-size: 1.25em;
        letter-spacing: 0.2em;
    }
    .pointSection ul li:nth-last-of-type(even){
        width: 10%;
    }
    .requestSection p{
        font-size: 1.25em;
    }
    .specialSection h2{
        font-size: 1.25em;
        letter-spacing: 0.15em;
    }
    .footerWrap_inner .leftBox h2{
        width: 80%;
    }
    .footerWrap{
        padding-bottom: 100px;
    }
    .footerWrap_inner .leftBox ul{
        width: 80%;
    }
    .headerWrap header{
        padding-top: 5px;
        padding-bottom: 2.5px;
    }
    .openbtn{
        width: 15px;
        height: 15px;
    }
    .openbtn span{
        height: 1px;
        border-radius: 1px;
    }
    .openbtn span:nth-of-type(1){
        top: 0;
    }
    .openbtn span:nth-of-type(2){
        top: 5px;
    }
    .openbtn span:nth-of-type(3){
        top: 10px;
    }
    .openbtn.active span:nth-of-type(1){
        top:0px;
        right: 15px;
        transform: translateY(6px) rotate(-45deg);
    }
    .openbtn.active span:nth-of-type(3){
        top:12px;
        right: 15px;
        transform: translateY(-6px) rotate(45deg);
    }
    #g-nav.panelactive{
        top:28px;
    }
    .headerWrap nav ul li{
        font-size: 0.75em;
    }
    .moveLogo_w_sp,
    .moveLogo_b_sp{
        top:7vh;
        width:30%;
        margin-left:-15%;
    }
    .fixedLogo_sp img{
        width: 30%;
    }
    .top_requestBtn,
    .doorContainer{
        width: 50%;
        margin-bottom: 25px;
    }
}