@charset "UTF-8";

/* mv */

body{
    width:100%;
    font-family: 'Noto Sans JP', sans-serif;
}

main{
    overflow: hidden;
}

*{
    box-sizing: border-box;
    font-feature-settings: "palt";
}

p,h1,h2,h3,span{
    font-family: 'Noto Sans JP', sans-serif;
}

.inline-b{
    display:inline-block;
}
.monts{
    font-family: 'Montserrat', sans-serif;
}

.pc-none{
    display:none;
}

@media screen and (max-width:480px){
    .pc-none{
        display:inherit;
    }

    .sp-none{
        display:none;
    }
}

.video-area{
    max-width:1080px;
    width:90%;
    display:flex;
    margin:0 auto;
    justify-content: space-evenly;
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    top:50vw;
}

/* 動画 */

iframe{
    width:100%;
    height:37vw;
}

.remodal{
    padding:0;
    background-color:transparent;
    width:90%;
    height:37vw;
}

.remodal-close{
    left:97%;
    top:-5%;
    background-color:#fff;
    border-radius:100px;
}

.a-video img{
    width:90%;
}

.video-title-btn{
    display:block;
    margin-top:-2px;
    transition:.3s;
}

.video-title-btn:hover{
    opacity:0.6;
}

@media screen and (max-width:768px){
    .video-area{
        width:90%;
        display:block;
        margin:0 auto;
        position:static;
        transform: translate(0,0);
        max-width:500px;
        padding:50px 0;
        background-color:#fff;
    }
    .a-video img{
        width:100%;
        max-width:500px;
    }

    .a-video + .a-video{
        margin-top:30px;
    }

    iframe{
        height:50vw;
    }
    
    .remodal{
        height:50vw;
    }

    .remodal-close{
        left:97%;
        top:-6%;
    }
}

@media screen and (max-width:480px){
    .video-area{
        width:90%;
        display:block;
        margin:0 auto;
        position:static;
        transform: translate(0,0);
        max-width:500px;
        padding:50px 0;
        background-color:#fff;
    }
    .a-video img{
        width:100%;
        max-width:500px;
    }

    .a-video + .a-video{
        margin-top:30px;
    }

    iframe{
        height:50vw;
    }
    
    .remodal{
        height:50vw;
    }

    .remodal-close{
        left:94%;
        top:-6%;
    }
}

/* アニメーション */


.fade-left{
    animation-name:fade;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fade{
      from {
        opacity: 0;
      transform: translateX(-100px);
      }
    
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }
    
    .fade-left.reverse{
        animation-name:fade-reverse;
        }
        
        @keyframes fade-reverse{
          from {
            opacity: 0;
          transform: translateX(100px);
          }
        
          to {
            opacity: 1;
          transform: translateX(0);
          }
        }
    
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
     
    .effect-left{
        opacity: 0;
    }

/* mv */

.mv-img{
    position:relative;
}

.mv-img img{
    width:100%;
}

.mv-logo{
    position:absolute;
    z-index:2;
    top:10%;
    left:10%;
}

.mv-logo img{
    width:55vw;
}

/* touring */

#touring{
    background-image:url(img/touring-back.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:right;
    padding-top:220px;
    padding-bottom:100px;
}

.touring-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
}

#touring .h2-jp{
    font-weight:700;
    font-size:26px;
    opacity:0.2;
    letter-spacing:0.02em;
    color:#000;
}

#touring h2{
    font-size:46px;
    color:#D2321E;
    font-weight:600;
    letter-spacing:0.06em;
    line-height:1.3;
}

.touring-text{
    width:65%;
    margin-top:50px;
}

.touring-text p{
    font-size:20px;
    letter-spacing:0.06em;
    line-height:1.9;
}

@media screen and (max-width:768px){
    #touring{
        padding-top:100px;
        padding-bottom:100px;
        background-position:80%;
    }

    #touring .h2-jp{
        font-size:24px;
    }
    
    #touring h2{
        font-size:30px;
    }
    
    .touring-text{
        width:80%;
        margin-top:40px;
    }
    
    .touring-text p{
        font-size:18px;
    }
}

@media screen and (max-width:480px){
    #touring{
        padding-top:70px;
        padding-bottom:70px;
        background-color: rgba(255,255,255,0.4);
        background-blend-mode: lighten;
    }

    #touring .h2-jp{
        font-size:22px;
    }
    
    #touring h2{
        font-size:26px;
    }
    
    .touring-text{
        width:100%;
        margin-top:30px;
    }
    
    .touring-text p{
        font-size:16px;
    }
}

/* row-68 */

#row-68{
    background-image:url(img/area2-back.jpg);
    background-size:cover;
    padding-top:100px;
    position:relative;
}

@media screen and (max-width:768px){
    #row-68{
        padding-top:70px;
    }
}
/* 帯 */

.obi-1-content{
    position:relative;
}

.obi.obi1 img{
    width:100%;
}

.obi-1-top{
    position:absolute;
    top:0;
}

.obi-1-top img{
    width:100%;
}
.obi-text.obi1{
    position:absolute;
    bottom:20%;
    width:100%;
    z-index:2;
}

.obi{
    position:relative;
    z-index:1;
}

@media screen and (max-width:480px){
    .obi.obi1 img{
        width:100%;
        height:50vw;
    }
    
    .obi-1-top{
        position:absolute;
        top:-7%;
        rotate:-3deg;
        left:-6%;
    }
    .obi-text.obi1{
        position:absolute;
        bottom:30%;
        z-index:4;
        width:130%;
        rotate:-3deg;
        left:-8%;
    }

    .obi1-img-sp{
        position:absolute;
        width:40%;
        top:17%;
        z-index:5;
        right:-3%;
    }
}

/* row68 */

.row-68-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
    padding-bottom:70px;
}

@media screen and (max-width:480px){
    #row-68{
        padding-top:50px;
    }

    .row-68-content{
        padding-bottom:27vw;
        padding-top:30px;
    }
}

.warning-icon img{
    width:70px;
}

.warning-icon{
    width:fit-content;
    margin:0 auto;
}

#row-68 h2{
    text-align: center;
    z-index:2;
    position:relative;
    padding-bottom:60px;
    margin-top:40px;
}

#row-68 h2::after{
    content:"";
    width:40px;
    height:4px;
    background-color:#000;
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:0;
}

.row68-h2-small{
    font-weight:500;
    font-size:3.08vw;
    letter-spacing:0.04em;
}

.row68-h2-big{
    font-weight:600;
    font-size:4.6vw;
    letter-spacing:0.1em;
    color:#D2321E;
    position:relative;
    z-index:2;
    width:fit-content;
    margin:0 auto;
}

.row68-h2-big::before{
    content:"";
    height:30%;
    width:92%;
    background-color:#FFF014;
    position:absolute;
    bottom:0;
    left:50%;
    transform: translate(-50%);
    z-index:-1;
    opacity:0.6;
}

.row68-text{
    text-align: center;
    letter-spacing:0.06em;
    width:92%;
    margin:0 auto;
    margin-top:50px;
}

.row68-text .top{
    font-size:18px;
    line-height:1.9;
}

.row68-box{
    border:1px solid #000;
    display:block;
    width:fit-content;
    margin:0 auto;
    line-height:1;
    padding:20px 22px;
    font-size:18px;
    letter-spacing:0.06em;
    margin-top:40px;
    line-height:1.6;
}

.row68-text.bottom{
    margin-top:65px;
}
.row68-text.bottom p{
    font-size:14px;
    line-height:2.25;
}

@media screen and (max-width:768px){
    .warning-icon img{
        width:60px;
    }
    
    #row-68 h2{
        padding-bottom:50px;
        margin-top:40px;
    }
    .row68-h2-small{
        font-size:3.8vw;
    }

    .row68-h2-big{
        font-size:5.4vw;
    }
    .row68-text{
        text-align: center;
        letter-spacing:0.06em;
        width:100%;
        margin:0 auto;
        margin-top:50px;
    }
    
    .row68-text .top{
        font-size:16px;
    }
    
    .row68-box{
        padding:15px;
        font-size:16px;
        margin-top:40px;
    }
    
    .row68-text.bottom{
        margin-top:50px;
    }

}

@media screen and (max-width:480px){
    .warning-icon img{
        width:50px;
    }
    
    #row-68 h2{
        padding-bottom:30px;
        margin-top:30px;
    }

    .row68-h2-small{
        font-size:5vw;
    }

    .row68-h2-big{
        font-size:6vw;
    }

    .row68-text{
        margin-top:30px;
    }
    
    .row68-text .top{
        text-align: justify;
    }
    
    .row68-box{
        padding:12px;
        margin-top:30px;
    }

    .row68-text.bottom{
        margin-top:30px;
    }
    
    .row68-text.bottom p{
        text-align: justify;
    }

    .row68-text.bottom p.sp-center{
        text-align: center;
    }
}
@media screen and (min-width:1300px){

    .row68-h2-small{
        font-size:40px;
    }

    .row68-h2-big{
        font-size:60px;
    }
}


/* obi-2 */

.obi-2{
    position:relative;
    background: linear-gradient(transparent 60%, #F5F6F6 0%);
}

.obi.obi2{
    z-index:2;
}

.obi2 img{
    width:100%;
}

.obi-2-text{
    position:absolute;
    bottom:22%;
    z-index:5;
}

.obi-2-text img{
    width:100%;
}

.obi2-bottom-bg{
    background-color:#F5F6F6;
    position:relative;
    z-index:6;
}
.obi2-bottom{
    width:100%;
    margin-top:-10%;
    padding-top:3%;
    z-index:6;
    position:relative;
}

@media screen and (max-width:480px){ 
    .obi2 img{
        width:100%;
        height:31.25vw;
    }

    .obi-2-text img{
       scale:1.15;
    }
    
    .obi-2-text{
        position:absolute;
        bottom:21%;
        z-index:5;
        left:-20%;
        
    }
    
    .obi-2-text img{
        width:100%;
        rotate:-2deg;
    }
    .obi2-bottom-bg{
        z-index:1;
        padding-bottom:5%;
    }
    
    .obi2-bottom{
        width:100%;
        position:relative;
        scale:1.1;
        background-color:#F5F6F6;
        z-index:1;
        rotate:-2deg;
    }

    .obi2-img-sp{
        width:34%;
        position:absolute;
        top:-80%;
        left:5%;
        z-index:0;
        z-index:0;
    }
}

/* case*/

#case{
    margin-top:-2px;
    z-index:2;
    position:relative;
}

.case.gray{
    background-color:#F5F6F6;
}


.case-content img{
    max-width:1300px;
    width:70%;
    margin:0 auto;
    display:block;
}

@media screen and (max-width:768px){
    .case-content img{
        width:100%;
    }
}

/* warning */

#warning{
    background-image:url(img/warning-back.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top:70px;
    padding-bottom:80px;
}

.warning-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
}

#warning h2{
    background-color:#D2321E;
    color:#fff;
    width:100%;
    text-align: center;
    line-height:1;
    padding:12px 0;
    font-size:25px;
    font-weight:600;
    letter-spacing:0.1em;
}

.warning-text{
    width:55%;
    margin-top:60px;
    color:#fff;
}

.warning-text p{
    font-size:22px;
    line-height:1.9;
    letter-spacing:0.08em;
}

.warning-text p .yellow{
    color:#FFFF32;
    font-weight:600;
}

@media screen and (max-width:768px){
    #warning{
        padding-bottom:70px;
        background-position: 75%;
    }
    
    #warning h2{
        font-size:22px;
    }
    
    .warning-text{
        width:100%;
        margin-top:50px;
    }
    
    .warning-text p{
        font-size:18px;
    }
}

@media screen and (max-width:480px){
    #warning{
        padding-top:50px;
        padding-bottom:50px;
        background-color: rgba(0,0,0,0.3);
        background-blend-mode: darken;
    }
    
    #warning h2{
        font-size:20px;
        padding:10px 0;
    }
    
    .warning-text{
        margin-top:30px;
    }
    
    .warning-text p{
        font-size:16px;
    }
}

/* 帯３ */


.obi3 img{
    width:100%;
}

#obi-3{
    position:relative;
    margin-top:-14%;
}

.obi-3-text{
    position:absolute;
    bottom:25%;
    z-index:5;
}

.obi-3-text img{
    width:100%;
}

.obi3-triangle{
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    height:10vw;
    width:100%;
    background-color:#000;
    margin-top:-1px;
}

@media screen and (max-width:480px){
    .obi3 img{
        width:100%;
        height:35vw;
    }
    
    .obi-3-text{
        bottom:30%;
        scale:1.1;
        rotate:-2deg;
    }
}

/* confirm */

#confirm{
    padding-bottom:80px;
}

.confirm-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
    position:relative;
}

.confirm-text{
    width:78%;
}

.confirm-text p{
    font-size:21px;
    line-height:1.9;
    letter-spacing:0.06em;
}

.confirm-text p .maker{
    font-weight:600;
    display:inline;
    background: linear-gradient(transparent 70%, #FFFF32 0%);
}

.confirm-img{
    position:absolute;
    width:21%;
    bottom:-13%;
    right:0;
    z-index:6;
}

.confirm-img img{
    width:100%;
}

@media screen and (max-width:768px){
    #confirm{
        padding-bottom:70px;
    }

    .confirm-content{
        padding-top:15vw;
    }
    
    
    .confirm-text{
        width:100%;
        background-color:rgba(300,300,300,0.7);
        position:relative;
        z-index:7;
        padding:30px 0;
    }
    
    .confirm-text p{
        font-size:18px;
        text-align: justify;
    }
    
    .confirm-img{
        width:35%;
        top:-15vw;
        z-index:6;
    }
}

@media screen and (max-width:480px){
    #confirm{
        padding-bottom:30px;
    }

    .confirm-content{
        padding-top:17vw;
    }
    
    
    .confirm-text{
        padding:20px 0;
    }
    
    .confirm-text p{
        font-size:16px;
    }
    
    .confirm-img{
        width:38%;
        top:-15vw;
        z-index:1;
    }
}

/* footer */

.footer-bg{
    background-image:url(img/footer-back.jpg);
    background-size:100% 100%;
    background-repeat: no-repeat;
}
.footer-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
    position:relative;
    padding:70px 0;
}

.footer-text,
.footer-logo{
    width:32%;
    margin:0 auto;
}

.footer-logo{
    margin-top:3.1%;
}

.footer-text img,
.footer-logo img{
    width:100%;
}

.footer-left,
.footer-right{
    position:absolute;
    width:25%;

    bottom:-55px;
}

.footer-left img,
.footer-right img{
    width:100%;
}

.footer-left{
    left:0;
}

.footer-right{
    right:0;
}

.copy{
    background-color:#000;
    padding:20px 0;
    height:55px;
}

.copy p{
    font-size:14px;
    letter-spacing:0.04em;
    text-align: center;
    color:#fff;
}

@media screen and (max-width:768px){
    .footer-text,
    .footer-logo{
        width:48%;
    }
    .footer-left,
    .footer-right{
        width:28%;
        bottom:-50px;
    }
    
    .copy{
        height:50px;
    }
}

@media screen and (max-width:480px){
    .footer-content{
        padding:50px 0;
    }

    .footer-text,
    .footer-logo{
        width:60%;
    }
    .footer-left,
    .footer-right{
        width:28%;
        bottom:-40px;
    }

    .footer-left{
        left:-5%;
    }

    .footer-right{
        right:-5%;
    }
    
    .copy{
        height:40px;
        padding:10px 0;
    }
}