@charset "utf-8";

/*--------------------
fvArea
--------------------*/
.fvArea{
    position: relative;
    width: 100%;
    min-width: 1300px;
    min-height: 100vh;
    min-height: 100svh;
    transition: opacity .6s ease;
}
.contents-in .fvArea{
    opacity: 0;
    z-index: -100;
    pointer-events: none;
}
/*fvArea deco*/
.fv_deco_txt{
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../img/top/fv_txt.png) no-repeat center bottom 10%;
    background-size: 101.2% auto;
}
@media screen and (max-width:767px){
    .fv_deco_txt{
        display: none;
    }
}

.fv_deco{
    width: 100%;
    height: 100%;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    pointer-events: none;
}
.fv_deco::before,
.fv_deco::after{
    position: fixed;
    margin: auto;
    content: "";
    display: block;
    pointer-events: none;
}
.fv_deco._x::after{
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(209,37,26,1) 17%, transparent 29%, rgba(209,37,26,1) 55%, transparent 72%, rgba(232,144,139,1) 87%, transparent 100%);
}
.fv_deco._x::before{
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(209,37,26,1) 17%,transparent 29%, rgba(209,37,26,1) 55%,transparent 72%, rgba(232,144,139,1) 87%, transparent 100%);
}
.fv_deco._y::after{
    top: 0%;
    left: 16px;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg,transparent 0%, rgba(209,37,26,1) 17%,transparent 29%, rgba(209,37,26,1) 55%, transparent 72%, rgba(232,144,139,1) 87%,transparent 100%);
}
.fv_deco._y::before{
    bottom: 1%;
    right: 10px;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, transparent 0%, rgba(209,37,26,1) 17%,transparent 29%, rgba(209,37,26,1) 55%,transparent 72%, rgba(232,144,139,1) 87%, transparent 100%);
}
@media screen and (max-width:767px){
    .fv_deco._x::after{
        left: unset;
        right: 0;
        width: 80%;
        background: linear-gradient(90deg,transparent 0%, rgba(209,37,26,1) 20%, transparent 40%, rgba(209,37,26,1) 55%, transparent 100%);
    }
    .fv_deco._x::before{
        bottom: 1%;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, rgba(209,37,26,1) 17%,transparent 29%, rgba(209,37,26,1) 55%, transparent 72%, rgba(232,144,139,1) 87%, transparent 100%);
    }
    .fv_deco._y::after{
        bottom: 0;
        top: unset;
        left: 5px;
        width: 1px;
        height: 70%;
    }
    .fv_deco._y::before{
        bottom: 1%;
        right: 5px;
        width: 1px;
        height: 99%;
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(209,37,26,1) 17%, rgba(255,255,255,1) 29%, rgba(209,37,26,1) 55%, rgba(255,255,255,1) 72%, rgba(232,144,139,1) 87%, rgba(255,255,255,1) 100%);
    }
}


/*X*/
.official_xBtn{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
}
.official_xBtn::before{
    content: "";
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--main-color);
    clip-path: circle(100% at left 0% bottom 0%);
}

.official_xBtn .shareLists__item {
    width: 30px;
    height: 30px;
    margin-left: 0;
}
.official_xBtn .shareLists__link:before {
    background-color: #FFF;
}
.official_xBtn .shareLists__link:hover:before {
    background-color: var(--sub-color);
}
.official_xBtn .shareLists__item {
    position: absolute;
    top: 41%;
    left: 23%;
}
@media screen and (max-width:767px){
	.official_xBtn{
        width:calc(56 / var(--vw-min) * 100vw);
        height: calc(56 / var(--vw-min) * 100vw);
	}
    .official_xBtn .shareLists__item {
        width: 4.53vw;
        height: 4.53vw;
        top: 50%;
    }
}

/*fvArea inner*/
.fvArea_inner{
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fv_contentsBox {
    padding-left: 20px;
    width: 43.8%;
    min-width: 510px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fv_ttl{
    width: 60%;
    margin-bottom: 70px;
}
.fv_ttl img{
    width: 100%;
    height: auto;
    min-width: 310px;
}
.fv_catch{
    font-size: 18px; 
    /*font-size: min(calc(17 / var(--vw-min) * 100vw),17px);*/
    line-height: 1.72;
    margin-bottom: 31.5px;
}
.fv_day{
    text-align: center;
    font-size: 17px;
    color: var(--main-color);
    font-weight: 600;
    line-height: 2.17;
}
.fv_day_txt{
    font-size: 37px;
    letter-spacing: 0.07em;
    line-height: 1;
    margin-bottom: 14px;
    display: block;
}
.fv_day_txt_s{
    font-size: 29px;
    letter-spacing: 0.2em;
    line-height: 1.3;
}
.fv_snsBoxWrap{
    position: absolute;
    left: 30px;
    top: 30px;
    display: flex;
}
@media screen and (max-width:767px){
    .fvArea_inner{
        width: 100%;
        height: 100%;
        min-height: 100vh;
        min-height: 100svh;    
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: url(../img/top/fv_line_txt_sp.png) no-repeat top left;
        background-size: 19.4vw auto;
    }
    .fvArea_inner::after{
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg,  rgba(255,255,255,1) 0%, transparent 60%);
        pointer-events: none;
    }
    .fvArea[data-kv="1"] .fvArea_inner::after{

        background: linear-gradient(0deg,  rgba(0,0,0,1) 0%, transparent 60%);
        pointer-events: none;
    }
    .fvArea[data-kv="1"] .fv_day {
        color: #FFF;
    }

    .fv_contentsBox {
        padding-left: unset;
        height: 100%;
        width: 100%;
        min-width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fv_ttl{
        width: 68.8vw;
        margin-bottom: 0;
        position: absolute;
        top: 23vw;
    }
    .fv_ttl img{
        width: 100%;
        height: auto;
        min-width: unset;
    }
    .fv_catch{
        position: absolute;
        font-size: 3.6vw;    
        margin-bottom: 3.4vw;
        line-height: 1.6;
        top: 8.5vw;
        text-align: center;
    }
    .fv_day{
        position: absolute;
        font-size: 3.5vw;
        bottom: 12vw;
    }
    .fv_day_txt{
        font-size: 6.4vw;
    }
    .fv_day_txt_s{
        font-size: 5vw;
    }
    .fv_snsBoxWrap{
        display: none;
    }
}

@media screen and (max-width:767px){
    .fvArea{
        min-width: 100%;
        height: 100vh;
        height: 100svh;
        position: relative;
    }
    .fvArea_inner{
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .fv_txtWrap{
        width: 100%;
        min-width: unset;
    }
}
/*btn*/
.kvBtnWrap{
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 40;
    font-size: 20px;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    padding-right: 20px;
}
.kvBtn{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    color: #FFF;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}
.kvBtn__item{
    margin-bottom: 8px;
}
.kvBtn__item:last-child{
    margin-bottom: 0;
}
.kvBtn__item button{
    width: 100%;
    height: 100%;
    background:#FFF url(../img/top/kv_btn_vis1.png) no-repeat center center;
    background-size: contain;
    pointer-events: all;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    border: 1px var(--main-color) solid;
    border-radius: 50px;
    overflow: hidden;
}

.kvBtn__item[data-vis="vis2"] button{
    background:#FFF url(../img/top/kv_btn_vis2.png) no-repeat center center;
    background-size: contain;
}
.kvBtn__item_inner{
    width: 68px;
    height: 68px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;

}
.btn_circle{
    display: none;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    /*width: 100%;
    height: 100%;*/
}
.btn_circle,
.btn_circle circle{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease;
}
@media screen and (max-width:767px){
    .kvBtnWrap{
        padding-right: calc(3 / var(--vw-min) * 100vw);
        height: 100%;
        min-height: 100svh;
    }
    .kvBtn__item{
        margin-bottom: calc(6 / var(--vw-min) * 100vw);
    }
    .kvBtn__item:last-child{
        margin-bottom: 0;
    }
    .kvBtn__item_inner{
        width: calc(48 / var(--vw-min) * 100vw);
        height: calc(48 / var(--vw-min) * 100vw);
    }
}
/*btn active*/
/*
.is-active .btn_circle{
    opacity: 1;
}
    */
/*
.is-active .btn_circle circle{
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
    animation: dash 14s ease-in-out backwards;
    transform-origin: 50% 50%;
    opacity: 1;
    stroke-dashoffset:0;
  }
  
  @keyframes dash{
    to{
      stroke-dashoffset:0;
    }
  }
    */




/*active*/
.kvBtn__item_inner::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: var(--main-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    border-radius: 50%;
    transition: all .4s ease;
    z-index: 3;
    opacity: 0;
}
.is-active .kvBtn__item_inner::after {
    opacity: .5;
}
.is-active .kvBtn__item button{
    /*filter: grayscale(1);
    opacity: 0.4;*/
}

/**/
.kvBox__item{
    position: absolute;
    opacity: 0;
    transition: opacity .8s ease;
    width: 100%;
    height: 100vh;
}
.kvBox__item.is-active{
    opacity: 1;
}
/*--------------
VISUAL BG
----------------*/
.bg{
    width: 100%;
   /* background: url(../img/top/bg_main_pc.jpg) no-repeat right center;
    background-size: cover;*/
    min-width: 1200px;
    min-height: 100vh;
    position: fixed;
    z-index: -2;
    pointer-events: none;
    overflow: hidden;
}
.bg #vis1{
   background: url(../img/top/bg_main_pc.jpg) no-repeat right center;
    background-size: cover;
}
.bg #vis2{
    background: url(../img/top/bg_main_pc_vis2.jpg) no-repeat right center;
     background-size: cover;
 }
.bg img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:767px){
    .bg{
        min-width: unset;
    }
    .bg #vis1{
        background: url(../img/top/bg_main_sp.jpg) no-repeat right center;
         background-size: cover;
     }
     .bg #vis2{
         background: url(../img/top/bg_main_sp_vis2.jpg) no-repeat left center;
          background-size: cover;
      }
}
.bg_contents{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(175, 88, 94, 0.85);
    position:fixed;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}

.contentsArea{
    opacity: 0;
    pointer-events: none;
}
.contents-in .contentsArea{
    pointer-events: all;
}


/* CONTENTS IN */
/*BG*/
.bg{
    transition: filter .6s ease;
}
.contents-in .bg{
    filter: grayscale(100%);
    transition-delay: .0s;
}
/*
.bg_contents{
    transition: opacity .6s ease;
}
.contentsArea{
    transition: opacity .6s ease;
}
.contents-in .bg_contents{
    opacity: 1;
    transition-delay: .6s;
}
.contents-in .contentsArea{
    opacity: 1;
    transition-delay: .8s;
}
*/
.bg_contents, .contentsArea{
    transition: opacity .8s ease;
}
.contents-in .bg_contents, 
.contents-in .contentsArea{
    opacity: 1;
    transition-delay: 0s;
}
/*--------------
CONTENTS
----------------*/
/*content_ttl*/
.content_ttl{
    font-size: 77px;
    letter-spacing: 0.005em;
    line-height: 1.2;
    font-weight: 300;
}
.content_ttl .ttl_jp{
    display: block;
    font-size: 17px;
    letter-spacing: 0.18em;
    line-height: 2.23;
    font-family: var(--main-font-family)!important;
}
.f_red{
    color: var(--main-color);
}
.f_green{
    color: var(--sub-color);
}

@media screen and (max-width:767px){
    .content_ttl{
        font-size: 10.9vw;
    }
    .content_ttl .ttl_jp{
        display: block;
        font-size: 2.9vw;
        margin-top: 4.5vw;
    }
}
/*--------------
NEWS
----------------*/
.newsArea{
    margin-top: 100px;
    padding: 140px 0 170px;
}
.newsArea .area_inner{
    display: flex;
    width: 1040px;
}
.newsArea .content_ttl{
    width: 130px;
    color: #FFF;
    writing-mode: vertical-rl;
    display: flex;
    align-items: flex-end;
    font-size: 71px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-weight: 300;
}
.news_contentBox{
    width: 910px;
    position: relative;
}
.news_more{
    position: absolute;
    right: 0;
    bottom: 0;
}
.news_link{
    color: #FFF;
    text-decoration: none;
    transition: all .3s ease-in;
}
.newsLists{
    width: 740px;
}
.newsLists_item{
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
}
.newsLists_item:first-child{
    border-top: none;
    padding-top: 0;
}
.news_link{
    display: flex;
}
.newsLists_item:hover .news_link{
    color: var(--sub-color);
}
.news_ttl{
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.92;
}
.news_date{
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.2;
    padding-right: 50px;
}
.btn_more{
    position: absolute;
    right: 0;
    bottom: 0;

}
.btn_more_link{
    color: #FFF;
    text-decoration: none;
    transition: all .4s ease;
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 1.23;
}
.btn_more_link:hover{
    color:var(--sub-color);
}
.btn_more_txt{
    display: block;
    padding-left: 45px;
    line-height: 35px;
}
.btn_more_txt:after{
    content: '';
	position: absolute;
	left: 0;
	bottom: 0;
    top: 0;
    margin: auto;
	width: 35px;
	height: 35px;
	-webkit-mask-image: url(../img/top/btn_more_deco.png);
    mask-image: url(../img/top/btn_more_deco.png);
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    background-color: #FFF;
	transition: all .4s ease;
}
.btn_more_link:hover .btn_more_txt:after{
    background-color:var(--sub-color);
}
@media screen and (max-width:767px){
    .newsArea{
        margin-top: 0;
        padding: 10vw 0 10vw;
    }
    .newsArea .content_ttl{
        font-size:12.2vw;
        letter-spacing: 0.05em;
        line-height: 1.2;
        margin-bottom: 4.93vw;
    }
    .newsArea .area_inner{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .newsArea .content_ttl{
        width: 100%;
        color: #FFF;
        writing-mode:unset;
        display: block;

    }

    .news_contentBox{
        width: 100%;
    }
    .news_more{
        position: relative;
    }
    .newsLists_item {   
        padding: 7.2vw 0;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        border-top: none;
        margin-bottom: 5.6vw;
    }
    .news_link{
        color: #FFF;
        text-decoration: none;
        transition: all .3s ease-in;
        flex-direction: column;
    }
    .newsLists{
        width: 100%;
    }     
    .news_ttl{
        font-size:3.2vw;
        letter-spacing: 0.03em;
        line-height: 1.75;
    }
    .news_date{
        font-size: 3.3vw;
        letter-spacing: 0.04em;
        line-height: 1.28;
        padding-right: 0;
    }
    .btn_more{
        position: relative;
        right: unset;
        bottom: unset;
        font-size: 4.53vw;
        letter-spacing: 0.03em;
    }
}

/*--------------
INTRODUCTION
----------------*/
.introArea{
    overflow: hidden;
}
.intro_inner{
    width: 100%;
    overflow:hidden;
    text-align: center;
    padding-top: 200px;
    position: relative;
    background-color: #FFF;
    /*clip-path: circle(65.4% at 49% 66%);
    clip-path: url(../img/top/intro_bg.svg);*/
    -webkit-mask: url(../img/top/intro_bg.svg) no-repeat center top / 130%;
	mask: url(../img/top/intro_bg.svg) no-repeat center top / 130%;
}
@media screen and (max-width:767px){
    .intro_inner{
        padding-top: 30.2vw;
        -webkit-mask: url(../img/top/intro_bg_sp.svg) no-repeat center top / 130%;
        mask: url(../img/top/intro_bg_sp.svg) no-repeat center top / 130%;
    }
}
.intro_bg{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 27.6vw;
    background-color: #FFF;
    clip-path: circle(65.4% at 49% 66%);
display: none;
}
.intro_txtBox{
    width: 1300px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height:3.5;
    /*letter-spacing: 0.32em*/
}
@media screen and (max-width:767px){
    .intro_txtBox{
        width: 100%;
    }
}
.intro_phBox .swiper-slide img {
    height: auto;
    width: 100%;
  }

.introArea .content_ttl{
    text-align: center;
    margin-bottom: 94px;
    font-size: 77px;
    letter-spacing: 0.005em;
    line-height: 1.2;
    font-weight: 300;
}
.introArea .content_ttl .ttl_jp{
    display: block;
    font-size: 17px;
    letter-spacing: 0.18em;
    line-height: 2.23;
    font-family: var(--main-font-family);
}

.intro_txtBox{
    font-size: 18px;
    letter-spacing: 0.13em;
    line-height: 2.55;
    padding-bottom: 90px;
    text-align: center;
    font-family: var(--main-font-family);
}
.intro_txt1{
    font-size: 24px;
    line-height: 2.14;
    color: #AF5A5F;
    margin-bottom: 55px;
    letter-spacing: 0.14em; 
    font-family: var(--main-font-family);
}
.intro_phBox{
    position: relative;
    background-color: black;
    overflow:hidden;
}
.intro_phLists{
    filter: grayscale(100%);
    opacity: .4;
}
.intro_phBox_txt{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    z-index: 5;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    letter-spacing: 0.09em;
    line-height: 2.89;
    text-shadow: 0 2px 6px #FFF;
    text-align: center;
}
.intro_phLists.swiper-wrapper {
    transition-timing-function: linear;
}
.introSwiper_sp{
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
}
/*deco*/
.intro_deco_txt{
    width: 100%;
    padding-top: 14%;
    background: url(../img/top/intro_deco_txt.png) no-repeat center bottom;
    background-size: 100% auto;
}
@media screen and (max-width:767px){
    .introArea .area_inner{
        width: 100%;
        padding: 10vw 6vw;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .introArea .content_ttl{
        margin-bottom: 11vw;
        font-size: 10.9vw;
        letter-spacing: 0;
    }
    .introArea .content_ttl .ttl_jp{
        font-size: 2.93vw;
        letter-spacing: 0.1em;
        line-height: 3.45;
        margin-top: 0;
    }
    .intro_txtBox{
        font-size: 3.3vw;
        line-height: 2.2;
        font-weight: 500;
        padding-bottom: 12.8vw;
    }
    .intro_txt1{
        font-size: 3.73vw;
        line-height: 1.92;
        margin-bottom: 8.53vw;   
    }
    .intro_phBox_txt{
        font-size: 4vw;
        line-height: 2;
    }
    .introSwiper_sp{
        opacity: 1;
        position: relative;
    }
    /*deco*/
    .intro_deco_txt{
        padding-top: 20vw;
    }
}

/*--------------
MOVIE
----------------*/
.movieArea{
    padding: 99px 0 142px 0;
    overflow: hidden;
}
.movieArea .content_ttl{
    text-align: center;
    color: #FFF;
    margin-bottom: 54px;
}
.movieArea .content_ttl{
    font-size: 75px;
    letter-spacing: 0.005em;
    line-height: 1.2;
    font-weight: 300;
}
.movieArea .content_ttl .ttl_jp{
    display: block;
    font-size: 17px;
    letter-spacing: 0.22em;
    line-height: 2.23;
    margin-top: 14px;
}
@media screen and (max-width:767px){
    .movieArea{
        padding: 15.1vw 0 16.8vw 0;
    }
    
    .movieArea .content_ttl{
        font-size: 12.26vw;
        line-height: 1.2;
        margin-bottom: 9.6vw;
    }
    .movieArea .content_ttl .ttl_jp{
        font-size: 3.2vw;
        letter-spacing: 0.2em;
        line-height: 3.1;
        margin-top: 0;
    }
}

/*MOVIE*/
.movie_iframeWrap{
    position: relative;
}
.movie_iframeWrap::after{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    content: '';
    background: url(../img/top/btn_play.png) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: 120px;
    height: 120px;
    pointer-events: none;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
}
@media screen and (max-width:767px){
    .movie_iframeWrap::after{
        width: 16vw;
        height: 16vw;
    }  
}
.movie_iframeWrap:hover::after{
    opacity: .8;
}
.movieList{
	transition: .3s ease;
	opacity: 0!important;
}
.movieList.swiper-slide-active{
	opacity: 1!important;
}
#movie .movie_iframeWrap {
	position: relative;
	margin: auto;
	width: 100%;
	padding-top: 56.25%;
}
#movie .movie_iframeWrap a{
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube_thumb{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .3s ease;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#movie .contIn p {
	text-align: center;
	font-size: 20px;
	padding: 16px 0;
}
@media screen and (max-width: 767px){
	#movie .contIn p {
		font-size: var(--sp-size-30);
		padding: var(--sp-size-20) 0;
	}
}
.movieList_ttl{
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	color: var(--sub-color);
}
/* pager */
.comSwiper_pager{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.comSwiper_pager .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	position: relative;
	margin: 5px;
	opacity: 1;
	background-color:#FFF;
	border-radius: 50%;
	border: 2px solid var(--main-color);
}
.swiper-pagination-horizontal.swiper-pagination-bullets.comSwiper_pager .swiper-pagination-bullet:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .3s;
}
@media screen and (max-width: 767px){
	.swiper-pagination-horizontal.swiper-pagination-bullets.comSwiper_pager .swiper-pagination-bullet{
		width: var(--sp-size-20);
		height: var(--sp-size-20);
		margin: var(--sp-size-8);
		border-width: var(--sp-size-2);
	}
	.comSwiper_pager .swiper-pagination-bullet:after{
		width: var(--sp-size-10);
		height: var(--sp-size-10);
	}
}
/* hover */
.comSwiper_pager .swiper-pagination-bullet:hover::before{
	opacity: 80%;
}
/* active */
.comSwiper_pager .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
	opacity: 0;
}
.comSwiper_pager .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
	opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.comSwiper_pager .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}

/**/
.js-swiper-pagination{
    display: flex;
    justify-content: center;
    margin-top: 48px;
}
.js-swiper-pagination .swiper-pagination-bullet{
    margin: 0 12px !important;
    

}
.swiper-pagination-bullet-active{
    background: var(--sub-color);
    transform: scale(1.3);
}

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

/**
 * movieListsWrap
 */
 .movieListsWrap {
	width: 100%;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:768px){
	.movieListsWrap {
		/*width: calc(620 / 750 * 100vw);*/
	}
}
/* item */
.movieLists__item {
	width: 640px;
	margin: 0 auto;
}
.movieLists__item > a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
@media screen and (max-width:768px){
	.movieLists__item {
		width: 100%;
	}
}

/* thumb */
.movieLists__thumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* icon */
.movieLists__icon {
	/*background-color: #fff;
	-webkit-mask: url(../img/top/btn_play.png) no-repeat center / contain;
	mask: url(../img/top/btn_play.png) no-repeat center / contain;*/
    background: url(../img/top/btn_play.png) no-repeat center / contain;
    opacity: .8;
	display: block;
	width: 86px;
	height: 86px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}
@media screen and (max-width:768px){
	.movieLists__icon {
		width: calc(116 / 750 * 100vw);
		height: calc(116 / 750 * 100vw);
	}
}

/* hover */
.movieLists__thumb {
	transition: transform .6s ease;
}
.movieLists__item > a:hover .movieLists__thumb {
	transform: scale(1.06);
}

/* title */
.movieLists__title {
	color: #fff;
	font-size: 16px;
	margin-top: 0.8em;
	text-align: center;
}
@media screen and (max-width:768px){
	.movieLists__title {
		font-size: 12px;
	}
}

/**
 * movieListsPager
 */
 .movieListsPagerWrap {
    width: 640px;
    pointer-events: none;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.movieListsPagerWrap:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:768px){
    .movieListsPagerWrap {
        width: calc(620 / 750 * 100vw);
        top: unset;
        bottom: 0;

    }
    .movieListsPagerWrap:before {
        display: none;
    }
}

/* pager */
.movieListsPager {
    width: 40px;
    height: 40px;
    margin: auto;
    pointer-events: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.movieListsPager.is-next { right: -60px; }
.movieListsPager.is-prev { left: -60px; }
@media screen and (max-width:768px){
    .movieListsPager {
        width: calc(25 / 375 * 100vw);
        height: calc(13 / 375 * 100vw);
    }
    .movieListsPager.is-next { right: 0 }
    .movieListsPager.is-prev { left: 0; }
}

.movieListsPager > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.movieListsPager > a:before {
    content: "";
    background: no-repeat center / contain;
    display: block;
    width: 18px;
    height: 35px;
}

@media screen and (max-width:768px){
    .movieListsPager > a:before {
        width: calc(18 / 750 * 100vw);
        height: calc(35 / 750 * 100vw);
    }
}

.movieListsPager.is-next > a:before { background-image: url(../img/top/arrow_next.png); }
.movieListsPager.is-prev > a:before { background-image: url(../img/top/arrow_prev.png);}

/* hover */
.movieListsPager > a:before {
    transition: transform .3s ease;
}
.movieListsPager.is-next > a:hover:before { transform: translate(40%); }
.movieListsPager.is-prev > a:hover:before { transform: translate(-40%); }



/*--------------
COMICS
----------------*/
.comicsArea{
    background: #FFF;
    width: 100%;
    position: relative;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}
@media screen and (max-width:767px){

}
.comicsArea .area_inner{
    position: relative; 
    display: flex;
    justify-content: space-between;
    width: 1000px;
    padding-top: 190px;
    padding-bottom: 127px;
}

.comicsArea .content_ttl{
    position: absolute;
    top: 260px;
    left: 0;
    text-align: center;
    color: #000;
    margin-bottom: 0;
    font-size: 75px;
    letter-spacing: -0.005em;
    line-height: 1.2;
    font-weight: 300;
}
.comicsArea .content_ttl .ttl_jp{
    display: block;
    font-size: 16px;
    letter-spacing: 0.14em;
    line-height: 2.3;
    margin-top: 17px;
    text-align: left;
}
.comic_ttl_txt{
    font-size: 14.5px;
    letter-spacing: 0.085em;
    font-weight: 500;
    position: relative;
    margin-top: 308px;
}
.comic_ttl_txt .cr{
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}
.comics_listBoxWrap{
    position: relative;
}
.comics_list{
    width: 660px;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
}
.comics_list li{
    padding: 10px;
    padding-bottom: 0;
}
.comics_list li:nth-child(n + 4) {
    margin-top: 78px;
}
.comics_text{
    font-size: 16px;
    line-height: 2.37;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-indent: -.5em;
}
.imgWrap{
    width: 200px;
    height: 284px;
    overflow: hidden;
    margin-bottom: 23px;
}
@media screen and (max-width:767px){
    .comicsArea .area_inner{
        flex-direction: column;
        width: 100%;
        padding-top: 16vw;
        padding-bottom: 22vw;
    }
    
    .comicsArea .content_ttl{
        position: relative;
        top: unset;
        left: unset;
        margin-bottom: 10.6vw;
        font-size: 12.2vw;
        letter-spacing: 0.005em;
    }
    .comicsArea .content_ttl .ttl_jp{
        display: block;
        font-size: 3vw;
        letter-spacing: 0.17em;
        line-height: 3.3;
        margin-top: 0;
        text-align: center;
    }
    .comic_ttl_txt{
        margin-top: 0;
        text-align: center;
        font-size: 3.3vw;
        line-height: 1.88;
    }
    .comics_listBoxWrap{
        position: relative;
    }
    .comics_list{
        width: 100C;
        display: flex;
        flex-wrap: wrap;
        margin:0 auto;
    }
    .comics_list li{
        font-weight: bold;
    }
    .comics_list{
        width: 100%;
    }
    .comics_list li{
        width: calc(100%/3);
        padding: 1.8vw;
    }
    .comics_list li:nth-child(n + 4) {
        margin-top: 11.7vw;
      }
    
    .imgWrap{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 0;
    }
    .comics_text{
        font-size: 2.9vw;
        line-height: 3.45;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}
.comics_list li img{
    width: 100%;
    height: auto;
    transition: all .4s;
}
.comics_list li:hover img{
    transform:scale(1.06);
}

.comics_linkBtnWrap{
    margin-top: 59px;
}
.comics_linkBtn{
    display: block;
    background-color: var(--main-color);
    color: #FFF;
    font-size: 16.5px;
    letter-spacing: 0.11em;
    line-height: 1;
    border-radius: 100px;
    padding: 25.5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 2;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
}
.comics_linkBtn:hover{
    background-color: var(--sub-color);
}
@media screen and (max-width:767px){
    .comics_txtBox{
        width: 100%;
        margin: 10vw auto 0 auto;
        font-size: min(2.6vw,20px);
        order: 2;
    }
    .comics_listBoxWrap{
        order: 1;
    }
    .comics_linkBtn{
        font-size: 3.8vw;
        line-height: 1;
        padding: 6vw 0;
    }
    .comics_linkBtnWrap{
        margin-top: 8.8vw;
    }
}



/*
.js-scrani{
    opacity: 0;
}
.js-scrani.is-ani{
    opacity: 1;
    transition: opacity .6s ease;
    transition-delay: .4s;
}
*/
.fadeIn {
	opacity: 0;
    transform: scale(1.02);
    transition: all .6s ease;
    transition-delay: .0s;
}
.fadeIn.animated{
	transform: scale(1);
	opacity: 1;
}


/*may10*/
#js-imgModal{
    display: none;
}
.modalImgWrap{
    opacity: 0;
    transition: opacity .8s ease;
}
.modalImgWrap.is-view{
    opacity: 1;
}
.modalImgWrap img{
    width: 600px;
    height: auto;
}
@media screen and (max-width:767px){
    .modalImgWrap{
        width: 90%;
        margin: 0 auto;
    }
    .modalImgWrap img{
        width: 100%;
    }
}

/*kv_modalBtn*/
.kv_modalBtn{
    width: 76px;
    height: 76px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000;
    opacity: 0;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.kv_modalBtn::before {
    content: "";
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--sub-color);
    clip-path: circle(100% at right 0% bottom 0%);
}
.kv_modalBtn a{
    color: #FFF;
    text-decoration: none;
} 
.is-active .kv_modalBtn{
    pointer-events: all;
    opacity: 1;
}
.kv_modalBtn__link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}
.kv_modalBtn__link::after{
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: auto;
    width: 18px;
    height: 18px;
    display: block;
    content: "";
    background: url(../img/common/icon/ic_zoom.png) no-repeat center center;
    background-size: 100% auto;
    transition: all .3s ease;
}
.kv_modalBtn__link:hover::after{
    transform: scale(1.3);
}

@media screen and (max-width:767px) {
    .kv_modalBtn {
        width:calc(56 / var(--vw-min) * 100vw);
        height: calc(56 / var(--vw-min) * 100vw);
    }
    .kv_modalBtn__link::after{
        bottom: calc(13 / var(--vw-min) * 100vw);
        right: calc(13 / var(--vw-min) * 100vw);
        width: calc(14 / var(--vw-min) * 100vw);
        height: calc(14 / var(--vw-min) * 100vw);
    }
}
