@charset "utf-8";
/*-----------------------------------------------
* 01. Template
* 02. Modal
-------------------------------------------------*/
/*-----------------------------------------------
* 01. Template
-------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body{
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #000;
    font-family: 'Kosugi Maru', "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.07em;
    line-height: 1.8;
    word-wrap: break-word;
}
.pc{ display: block; }
.sp{ display: none; }
a{ color: #222; }
a:hover{ text-decoration: none; }
.ah { transition: opacity .3s ease; }
.ah:hover { opacity: .7; }
::selection{
	background: #000;
	color: #fff;
}
::-moz-selection{
    background: #000;
    color:#fff;
}
@media screen and (max-width:768px){ 
    html{ 
        font-size: 62.5% !important;
    }
    body{
        font-size: 10px; 
        font-size: 1rem;
        min-width: 320px;
    }
    .sp{ display: block; }
    .pc{ display: none; }
    img{ max-width: 100%; height: auto; }
}
#fullWrap{
    min-width: 320px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
/*-----------------------------------------------
* 02. Modal
-------------------------------------------------*/
.modalBox {
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,.65);
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.js-modalBox{
    display: none;
}
.closeBtn {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.closeBtn a{
    background: url(../img/common/close.png) no-repeat center;
    background-size: 100%;
    display: block;
    width: 80px;
    height: 80px;
    pointer-events: auto;
    position: absolute;
    top: 40px;
    right: 40px;
}
.oneModal {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.oneModalIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    width: 100%;
    min-width: 1200px;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
}
.ytIframeWrap{
    width: 920px;
    height: 520px;
    margin: 30px 0;
}
.ytIframe,.ytIframeY{
    width: 100%;
    height: 100%;
    display: block;
}
@media screen and (max-width:768px){
    .oneModalIn{
        min-width: 100%;
    }
    .closeBtn{
        min-width: 100%;
    }
    .closeBtn a{
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
    }
    .oneModalIn_cont{
        width: 100%;
    }
    .ytIframeWrap{
        width: 100%;
        height: auto;
        padding-top: 56.25%;
        position: relative;
    }
    .ytIframe,.ytIframeY{
        position: absolute;
        top: 0;
        left: 0;
    }
}

/*-----------------------------------------------
* 03. TOP
-------------------------------------------------*/
/*
LOADING
*/
#loading{
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}
#load{
/*    width: 380px;
    height: 75px;*/
    width: 50.667vw;
    height: 10vw;
    display: flex;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 25.3335vw);
    top: calc(50% - 5vw);
}
#load div{transition: all .2s;transform: rotate(20deg);}
.l01,.l02,.l03,.l04,.l05,.l06,.l07,.l08,.l09{opacity: 0;}
.on01{
    transform: rotate(20deg);
    opacity: 1;
}
.on02{
    transform: rotate(0deg)!important;
}
/*
ANIMATION
*/
@keyframes rotation{
    0%  { transform: rotate(0); }
    100%{ transform: rotate(360deg); }
}

/*
TOP HEADER
*/
#top header{
    width: 100%;
    /*padding-top: 147.2%;*/
    /*padding-top:221.8667%;*/
    padding-top: 238.933vw;
    position: relative;
    background: url("../img/top/ptn_hf.jpg");
    background-size: 100%;
}
#headBG img{
    max-width: 100%;
    height: 100vh;
}
#headBG {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
/*    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
}
video {
    position: absolute;
    width: 100%;
}
/*@media (aspect-ratio: 16/9), (min-aspect-ratio: 9/16) {
    video {
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
    }
}
@media (max-aspect-ratio: 9/16) {
    video {
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
    }
}*/
#head_catch{
    position: absolute;
    width: 68.9333vw;
    height: 8.6667vw;
    background: url(../img/top/catch_sp.png);
    background-size: 100%;
    top: 46.6667vw;
    left: calc(50% - 34.46665vw);
    opacity: 0.5;
}
#headbtm{
    position: absolute;
    width: 100%;
    /*height: 12.5%;*/
    height: 80px;
    left: 0;
    bottom: 0;
    background: rgba(218,133,14,.8);
}
#headLogo{
    position: absolute;
/*    width: 32.833%;
    height: 29.375%;*/
    width: 80.1333%;
    height: 27.4667vw;
    background: url(../img/top/fv_logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 92vw;
    left:calc(50% - 40.6665%);
    z-index: 10;
}
#head_sns{
    width: 42.6667%;
    height: 3.3846154%;
    background: rgba(88,45,24,.9);
    position: absolute;
    top: 1.442308%;
    left: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 10;
}
#head_sns dl{
    display: flex;
    position: relative;
    height: 100%;
}
#head_sns dt{
    font-size: 1.4rem;
    color: #fff;
    line-height: 40px;
    letter-spacing: 0.001em;
    padding-left: 15%;
    position: relative;
    top: calc(50% - 2.0rem);
}
#head_sns dd{
    margin: 3.125%;
}
#head_sns .twi{
    width: 12.5%;
    /*height: 50%;*/
    /*margin: 4.6875% 3.125%;*/
    margin-left: 6.25%;
}
#head_sns .insta{
    margin-left: 6.25%;
}
.twi a{
    background: url(../img/common/sns_tw.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12.5%;
    height: 50%;
    display: block;
    transition: all 0.3s;
    position: absolute;
    top: calc(50% - 25%);
}
.insta a{
    background: url(../img/common/sns_insta.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12.5%;
    height: 62.5%;
    display: block;
    transition: all 0.3s;
    position: absolute;
    top:calc(50% - 31.25%);
}
#head_eng{
    width: 24%;
    height: 3.3846154%;
    position: absolute;
    top: 1.442308%;
    right: 3.2%;
    z-index: 10;
}
#head_eng a{
/*    width: 24%;
    height: 3.3846154%;*/
    width: 100%;
    height: 100%;
    background: rgba(88,45,24,.9);
    border-radius: 50px;
    display: block;
    font-size: 1.4rem;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: relative;
/*    top: 1.442308%;
    right: 3.2%;
    transition: all .3s;*/
    z-index: 10;
}
#head_eng a span{
    position: relative;
    top:calc(50% - 2.0rem);
}
#head_store{
    position: absolute;
    /*top: 57.692308%;*/
    top: 128vw;
    left: calc(50% - 43.51%);
    width: 87.2%;
    height: 11.538462%;
    z-index: 3;
}
.releaseNotice{
    background: url(../img/top/fv_release.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 63.4667vw;
    padding-top: 9.46667vw;
    margin: 0 auto;
}
.storeWrap{
    display: flex;
    flex-wrap: wrap;
}
#head_store ul{
    margin-top: 3.333vw;
}
.storeWrap li:last-child{
    margin-left: 5.33vw;
}
.appstore a{
    background: url(../img/common/btn_appstore.png);
    width: 46.3303275229%;
    height: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    transition: all .3s;
    position: absolute;
}
.googleplay a{
    background: url(../img/common/btn_googleplay.png);
    width: 46.3303275229%;
    height: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    transition: all .3s;
    position: absolute;
    right: 0;
}
#head_pvWrap{
    width: 100%;
    /*height: 33.653846153%;*/
    height: 91.7333vw;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #f59020;
}
#head_pvInWrap{
    position: absolute;
    top: 12.8vw;
    left: calc(50% - 43.6vw);
}
#head_pvInWrap p{
    font-size: 1.4rem;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.025em;
    /*background: #f59020;*/
    color: #fff;
    width: 160px;
    height: 24px;
    position: absolute;
    bottom: calc(-24px - 3.6697244%);
    left: calc(50% - 80px);
    z-index: 4;
}
#head_pvInWrap a{
    width: 87.2vw;
    display: block;
    position: relative;
    border: 4px solid #fff;
    border-radius: 4px;
    margin: 0 auto;
}
#head_pvInWrap img{
    width: 100%;
}
#head_pvInWrap span{
    display: block;
    position: absolute;
    width: 16.8vw;
    height: 15.4667vw;
    top: calc(50% - 7.7333vw);
    left: calc(50% - 8.4vw);
    z-index: 3;
}
#head_pvInWrap span:before{
    content: '';
    background:url(../img/common/movie_circle.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    /*top: calc(50% - 38px);
    left: calc(50% - 35px);*/
    animation: rotation 10s linear infinite;
}
#head_pvInWrap span:after{
    content: '';
    background:url(../img/common/icon_play.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    /*top: calc(50% - 38px);
    left: calc(50% - 35px);*/
}
#head_pvInWrap a:hover span:after{
    transform: scale(0.875);
}
#head_pvInWrap a:hover span:before{
    animation-play-state: paused;
}
#head_link{
    position: absolute;
    width: 8.533vw;
    height: 39.6vw;
    top: 29.867vw;
    right: 0;
    background: #f59020;
    border-top-left-radius: 2.133vw;
    border-bottom-left-radius: 2.133vw;
}
#head_link a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
#head_link a span{
    position: absolute;
    width: 100%;
    padding: 13.333vw 0 0;
    writing-mode: vertical-rl;
    text-decoration: none;
    text-align: center;
    font-size: 3.2vw;
    color: #fff;
    display: flex;
    align-items: center;
}
#head_link a span:before{
    content: '';
    position: absolute;
    width: 4.4vw;
    height: 3.867vw;
    background: url(../img/common/icon_cat.png);
    background-size: 100%;
    top: 6.267vw;
    left: calc(50% - 2.2vw);
}

/*
TOP SECTION COMMON
*/
.top_sectionWrap{
    width: 87.2%;
    margin: 0 auto;
    padding: 12.8vw 0;
    position: relative;
    z-index: 1000;
}
.top_sectionWrap h3{
    margin: 0 auto;
    margin-bottom: 48px;
    position: relative;
    margin-bottom: 8.833vw;
}
.top_sectionWrap h3:after{
    content: '';
    background: url("../img/top/icon_hone.png");
    background-size: 100%;
    /*height: 18.897638%;*/
    height: 3.2vw;
    position: absolute;
    bottom: -50.393701%;
    left:calc(50% - 30px);
}
.top_sectionWrap h3:after{
    width: 8vw;
    left:calc(50% - 4vw);
    bottom: -8.833vw;
}
.top_sectionWrap p{
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.8rem;
    color: #fff;
}
.tp_b h3:after{background: url("../img/top/icon_hone_b.png") center center / 100%;}
.tp_b p{color: #582d18;}
.ts_catch{
    padding: 6.4vw 0 10.933vw;
}
.ts_footcatch{
    padding-top: 6.4%;
}
.ts_video{
    width: 100%;
    margin:0 auto;
    border: 1.0667vw solid #fff;
    border-radius: 0.533vw;
    position: relative;
    z-index: 1;
}
.ts_video a img{
    width: 100%;
}
.ts_video span{
    display: block;
    position: absolute;
    /*width: 76px;*/
    width: 19.7492%;
    /*height: 70px;*/
    height: 32.9545%;
    top: calc(50% - 16.4525225%);
    left: calc(50% - 9.8746%);
    z-index: 3;
}
.ts_video span:before{
    content: '';
    background:url(../img/common/movie_circle.png);
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    /*top: calc(50% - 38px);
    left: calc(50% - 35px);*/
    animation: rotation 10s linear infinite;
}
.ts_video span:after{
    content: '';
    background:url(../img/common/icon_play.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    /*top: calc(50% - 38px);
    left: calc(50% - 35px);*/
}
/*
TOP NEWFAMILY
*/
#top_NewFamily{
    width: 100%;
    background:url(../img/top/ptn_s1.jpg);
    background-size: 100%;
    background-repeat: repeat;
    position: relative;
    border-bottom: 1.0667vw solid #80c200;
    z-index: 1;
}
#top_NewFamily .top_sectionWrap{
    width: 100%;
}
#top_NewFamily h3{
    background:url(../img/top/s1_h3.png);
    background-size: 100%;
    width: 78.133vw;
    padding-top: 36.2667vw;
    margin-bottom: 8.833vw;
    z-index: 2;
}

.s1_select{
    position: relative;
}
.s1_select ul{
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 0 6.4%;
    position: relative;
}

.bnrCarouselNav{
    position: absolute;
    height: 43.7333vw;
/*    width: 1040px;*/
    width: 100%;
/*    left: calc(50% - 520px);*/
}
#bnrCarPrev{
    width: 6.133%;
    height: 16.667%;
    position: absolute;
    top: calc(50% - 8.3335%);
    right: 9.3%;
    z-index: 10;
}
#bnrCarNext{
    width: 6.133%;
    height: 16.667%;
    position: absolute;
    top: calc(50% - 8.3335%);
    left: 9.3%;
    z-index: 10;
}
.s1_select li{
/*    width: 43.7333vw;
    height: 43.7333vw;*/
    width: 39.7333vw;
    height: 39.7333vw;
    margin: 2vw 1.667vw 0;
}
.s1_select .owl-item.center li{
/*    transform: scale(1.125);*/
    width: 43.7333vw;
    height: 43.7333vw;
    margin: 0 0.8335vw 0;
    margin-top: 0;
}
.s1_select .owl-carousel .owl-stage-outer{
    height: 43.7333vw!important;
    margin-left: -2vw;
}
.s1_select li img{
    width: 100%;
}
.s1_select .owl-controls{display: none;}
.s1_detail{
    width: 87.2%;
    height: 85.33%;
    margin:0 auto;
}
.s1_detail_InWrap{
    width: 100%;
    height: 85.33%;
    background: url(../img/top/ptn_s1_dogs.jpg);
    border:1.0667vw solid #fff;
    border-radius: 3.2vw;
}
.s1_detail_InWrap ul{
    display: flex;
    flex-wrap: wrap;
    padding:6.269592%;
    justify-content: center;
}
.s1_detail_InWrap li{
    width: calc(100% / 3);
    padding: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s1_detail_InWrap li:nth-child(n+7){
    display: none;
}
.s1hide{display: none;}
#s1_item_r{
    position: absolute;
    background: url("../img/top/s1_item_r.png");
    background-size: 100%;
    width: 26.4vw;
    height: 31.8667vw;
    top:12.8vw;
    right: -9.333vw;
}
#s1_item_l{
    position: absolute;
    background: url("../img/top/s1_item_l.png");
    background-size: 100%;
    width: 31.4667vw;
    height: 36.667vw;
    top: 6.667vw;
    left: -12vw;
}
/*
TOP FEATURE
*/
#top_NewFeature{
    width: 100%;
    background:url(../img/top/ptn_s2.jpg);
    background-size: 100%;
    background-repeat: repeat;
    position: relative;
/*    border-top: 8px solid #80c200;*/
}
#top_NewFeature .top_sectionWrap{
    width: 100%;
}
#top_NewFeature .ts_video{
    width: 87.2%;
}
#top_NewFeature h3{
    background:url(../img/top/s2_h3.png);
    background-size: 100%;
/*    width: 95.718654%;
    padding-top: 19.41896%;*/
    width: 93.333vw;
    padding-top: 26.667vw;
}
#top_NewFeature .ts_video span:before{
    background:url(../img/top/movie_circle_s2.png) center center / 100%;
}
#s2_item_r{
    position: absolute;
    background: url("../img/top/s2_item_r.png");
    background-size: 100%;
    width: 34.4vw;
    height: 27.33vw;
    top:-3.733vw;
    right: -6.667vw;
}
#s2_item_l{
    position: absolute;
    background: url("../img/top/s2_item_l.png");
    background-size: 100%;
    width: 20vw;
    height: 23.6vw;
    top: 53.333vw;
    left: -6.667vw;
}
/*
TOP EnjoyFashion
*/
#top_EnjoyFashion{
    width: 100%;
    background:url(../img/top/ptn_s3.jpg);
    background-size: 100%;
    background-repeat: repeat;
    position: relative;
    border-top: 1.0667vw solid #ed6f6f;
}
#top_EnjoyFashion h3{
    background:url(../img/top/s3_h3.png);
    background-size: 100%;
    width: 82.415902%;
    padding-top: 19.41896%;
    z-index: 1;
}
#top_EnjoyFashion .ts_video span:before{
    background:url(../img/top/movie_circle_s3.png) center center / 100%;
}
#s3_item_r{
    position: absolute;
    background: url("../img/top/s3_item_r.png");
    background-size: 100%;
    width: 25.2vw;
    height: 46.533vw;
    top: 5.333vw;
    right: -6.667vw;
}
#s3_item_l{
    position: absolute;
    background: url("../img/top/s3_item_l.png");
    background-size: 100%;
    width: 30.8vw;
    height: 50.533vw;
    top:4.667vw;
    left: -15.333vw;
}
/*
TOP Refresh
*/
#top_Refresh{
    width: 100%;
    background:url(../img/top/ptn_s4.jpg);
    background-size: 100%;
    background-repeat: repeat;
    position: relative;
    border-top: 1.0667vw solid #00d2d2;
}
#top_Refresh h3{
    background:url(../img/top/s4_h3.png);
    background-size: 100%;
    width: 72.8vw;
    padding-top: 17.0667vw;
    z-index: 10;
}
#top_Refresh .ts_video span:before{
    background:url(../img/top/movie_circle_s4.png) center center / 100%;
}
#s4_item_r{
    position: absolute;
    background: url("../img/top/s4_item_r.png");
    background-size: 100%;
    width: 20.933vw;
    height: 20.8vw;
    top:36.667vw;
    right: -8vw; 
}
#s4_item_l{
    position: absolute;
    background: url("../img/top/s4_item_l.png");
    background-size: 100%;
    width: 28vw;
    height: 40.933vw;
    /*top: 12.8vw;*/
    top: 22vw;
    left: -8vw;
}
#top_Refresh .ts_footcatch{
    background:url(../img/top/s4_fc.png);
    background-size: 100%;
    width: 90.5333vw;
    height: 8.5333vw;
    margin: 10.6667vw auto 0;
    padding: 0;
}
/*
TOP FOOTER
*/
#top footer,#inPage footer{
    width: 100%;
    background: url(../img/top/ptn_hf.jpg);
    background-size: 100%;
    background-repeat: repeat;
    position: relative;
    border-top: 1.0667vw solid #f59020;
}
#top_footWrap{
    width: 87.2%;
    padding-top: 32% ;
    padding-bottom: 12.8%;
    margin:0 auto;
    position: relative;
}
#top_foot_btn ul{
    margin: 0 auto;
    margin-top: 6.4vw;
    width: 100%;
    height: 12.8vw;
}
#top_foot_btn li a{
    width: 40.4vw;
    height: 12.8vw;
}
#top_foot_detail{
    padding: 14.678899% 0;
}
#tp_ft_d_spWp{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 19.2vw;
}
#tp_ft_icon_dog{
    background: url("../img/common/foot_icon_dog.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 22.018349%;
}
#top_foot_detail h3{
    background: url("../img/common/foot_logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 58.256881%;
    margin: 0 0 0 7.33945%;
}
#top_foot_detail dl{
    margin-top: 7.33945%;
}
#top_foot_detail dl div{
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    /*width: 79.510703%;*/
    width: 82.5688%;
    font-size: 1.4rem;
        letter-spacing: 0.001em;
    margin: 0 auto;
}
#top_foot_detail dt{
    margin-right: 3.2vw;
    width: 24%;
    text-align: right;
    color: #f59020;
}
#top_foot_detail dd{
    width: calc(76% - 3.2vw);
}
#top_foot_detail dd span{
    font-size: 1.2rem;
}
.footLink--pp{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*padding-top: 14.678899%;*/
}
.footLink--pp li a{
    font-size: 1.4rem;
    color: #ccc;
    text-decoration: none;
}
.footLink--pp li{
    margin-left: 6.422018%;
}
.footLink--pp li:first-child{
    margin-left: 0px;
}
.footNotice{
    font-size: 1rem;
    color: #ccc;
    /*padding-top: 14.678899%;*/
    /*padding-top: 7.33945%;*/
    padding-bottom:5.5045875%;
    text-align: center;
}
.footLink--cat{
    width: 85.321%;
    padding-top: 14.6789%;
    background: url(../img/common/link_cat_sp.png);
    background-size: 100%;
    margin: 0 auto;
    margin-top:8.2568812%;
    margin-bottom: 8.2568812%;
    display: block;
}
.footLink--neilo{
    width: 27.217125%;
    padding-top: 7.33945%;
    background: url(../img/common/logo_neilo.png);
    background-size: 100%;
    margin: 0 auto;
    /*margin-top: 14.678899%;*/
    /*margin-top: 7.33945%;
    margin-bottom: 7.33945%;*/
    margin-top:5.5045875%;
    margin-bottom: 5.5045875%;
    display: block;
}
.cpr{
    font-size: 1rem;
    color: #ccc;
    text-align: center;
}
.sns_share{
    display: flex;
    flex-wrap: wrap;
    width: 48.8%;
    height: 6.4vw;
    position: absolute;
    top: 12.8vw;
    left: calc(50% - 24.4%);
    z-index: 10;
}
.sns_share dt{
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.001em;
    line-height: 6.4vw;
}
.sns_share .twi{
    height: 4.2667vw;
    width: 10.929%;
    margin-top: 2.1858%;
}
.sns_share .twi a{
    height: 4.2667vw;
    width: 10.929%;
    top: 0;
}
.fb{
    width: 5.333vw;
    height: 5.333vw;
    margin-top: 1.0929%;
}
.fb a{
    background: url(../img/common/sns_fb.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5.333vw;
    height: 5.333vw;
    display: block;
    position: absolute;
}
.line{
    width: 5.333vw;
    height: 5.06667vw;
    margin-top: 1.3661%;
}
.line a{
    background: url(../img/common/sns_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5.333vw;
    height: 5.06667vw;
    display: block;
    transition: all 0.3s;
}
.sns_share dd{
    margin-left: 14.20765%;
}
.toTop{
    position: absolute;
    width: 16.533vw;
    height: 16.2667vw;
    top: 4.8vw;
    right: 4.2667vw;
    z-index: 10;
}
.toTop a{
    display: block;
    width: 16.533vw;
    height: 16.2667vw;
    position: relative;
}
.toTop a:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/common/pagetop.png");
    background-repeat: no-repeat;
    background-size: 100%;
    animation: rotation 10s linear infinite;
    position: absolute;
}
.toTop a:after{
    content:'';
    width: 100%;
    height: 100%;
    background: url("../img/common/pagetop_arrow.png");
    background-size: 100%;
    position: absolute;
    top: 0;
}

/* TOP sectionWrap EDIT */
.top_contFlex .ts_video{
    width: 50.4vw!important;
}
.top_contFlex .ts_video span{
    width: 14vw;
    height: 12.667vw;
    top: calc(50% - 6.333vw);
    left: calc(50% - 7vw);
}
/* INTOP MOVIE MODAL*/
.tMovie.ytIframeWrap{
    width: 84vw;
    width: 79.2vw;
    height: auto;
    padding-top: 142.2%;
    margin:30px auto;
}


/* カルーセル関係ここから追記しています */
.s1_charas{
    width: 100%;
    height: 43.7333vw;
    margin-bottom: 6.4%;
    position: relative;
/*    z-index: 50;*/
}
.s1_charas ul{
    width: 100%;
    height: 43.7333vw;
}
.s1_charas li{
    width: 39.7333vw;
    height: 39.7333vw;
    margin: 2vw 1.667vw 0;
}
.s1_charas li a{
    display: block;
    height: 39.7333vw;
    overflow: hidden;
    position: relative;
}
.s1_charas li a img{
    position: absolute;
    width: 39.7333vw;
    left: 0;
    top: 0;
    right: 0;
}
.s1_charas li.swiper-slide-active{
    width: 43.7333vw;
    height: 43.7333vw;
    margin: 0 0.8335vw 0;
    margin-top: 0;
}
.s1_charas .swiper-slide-active a{
    height: 43.7333vw;
}
.s1_charas .swiper-slide-active a img{
    width: 43.7333vw;
}


/*-----------------------------------------------
* 04. InPage
-------------------------------------------------*/
#inPage #fullWrap{
    width: 100%;
    background: url(../img/top/ptn_hf.jpg);
    background-size: 100%;
    background-repeat: repeat;
    position: relative;
}
#inPage header{
    padding: 5.333vw 0 8vw;
}
#inPage header h1 a{
    background: url("../img/common/foot_logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 46.9333vw;
    height: 16.6667vw;
    margin: 0 auto;
    display: block;
}
.inPageContent{
    width: 87.2%;
    margin: 0 auto;
    padding-bottom: 8vw;
    color: #fff;
}
.inPageContent--twi{
    padding-bottom: 5.333vw;
    border-bottom: 1px solid #fff;
}
.inPageContent h3{
    text-align: center;
    font-size: 1.8rem;/*24*/
    padding-bottom: 4.26667vw;
    font-weight: 700;
}
.inPageContent--insta h3{
    padding: 8vw 0 32px;
}
.inPageContent h4{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 3.4667vw;
    font-weight: 700;
}
.inPageContent h4 span{background-color: rgba(218,133,14,.9);}
.inPageContent--twi p,
.inPageContent--insta p{
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 5.333vw;
}
.inPageContent--term .cat{
    margin-bottom: 5.333vw;
}
.inPageContent--term p{
    font-size: 1.4rem;
    line-height: 2.8rem;
}
.inPageContent .idt{padding-left:1em;}
.inPageContent .idt2{padding-left:2em;}
.inPageContent .idt3{padding-left:3em;}