@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: 1200px;
    min-height: 640px;
}
/*-----------------------------------------------
* 02. Modal
-------------------------------------------------*/
.modalBox {
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,.75);
    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: 64px;
    height: 64px;
    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{
        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;
    display: flex;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 37.5px);
    left: calc(50% - 190px);
}
#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{
    min-width: 1200px;
    width: 100%;
    height: 100vh;
    min-height: 620px;
    position: relative;
    overflow: hidden;
}
#headBG img{
    max-width: 100%;
    height: 100vh;
}
/*#headBG{
    background-image: url("../img/top/fv_img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    text-align: center;
}*/
#headBG {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
video {
    position: absolute;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
    video {
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
    }
}
@media (max-aspect-ratio: 16/9) {
    video {
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
    }
}
#head_catch{
    position: absolute;
    width: 587px;
    height: 71px;
    top: calc(50% - 35.5px - 80px);
    left: calc(50% - 293.5px);
    background: url(../img/top/catch.png);
    background-size: 100%;
    background-repeat: no-repeat;
    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: 394px;
    height: 135.048px;
    background: url(../img/top/fv_logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
/*    top: 23.4375%;
    left:6.667%;*/
    bottom: 170px;
    left: 63px;
    z-index: 10;
}
#head_sns{
    width: 222px;
    height: 40px;
    background:#68422f;
    position: absolute;
    top: 40px;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 10;
}
#head_sns dl{
    display: flex;
}
#head_sns dt{
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    letter-spacing: 0.001em;
    padding-left: 40px;
}
#head_sns dd{
    margin: 10px;
}
#head_sns .twi{
    margin: 12px 10px;
    margin-left: 20px;
}
.twi a{
    background: url(../img/common/sns_tw.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 16px;
    display: block;
    transition: all 0.3s;
}
.insta a{
    background: url(../img/common/sns_insta.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    transition: all 0.3s;
}
.insta a:hover,.twi a:hover{
    transform: scale(0.9);
    opacity: 0.7;
}
#head_eng a{
    width: 135px;
    height: 40px;
    background: #68422f;
    border-radius: 20px;
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 40px;
    transition: all .3s;
    z-index: 10;
}
#head_eng a:hover{
    transform: scale(0.95);
    opacity: 0.7;
}
#head_store{
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 440px;
    height: 120px;
    z-index: 2;
}
.releaseNotice{
    background: url(../img/top/fv_release.png);
    width: 286px;
    height: 43px;
    margin: 0 auto;
}
.storeWrap{
    display: flex;
    flex-wrap: wrap;
}
#head_store ul{
    margin-top: 13px;
}
.storeWrap li:last-child{
    margin-left: 40px;
}
.appstore a{
    background: url(../img/common/btn_appstore.png);
    width: 200px;
    height: 64px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    transition: all .3s;
}
.googleplay a{
    background: url(../img/common/btn_googleplay.png);
    width: 200px;
    height: 64px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    transition: all .3s;
}
.storeWrap li a:hover{
    transform: scale(0.95);
    opacity: 0.7;
}
#head_pvWrap{
    width: 240px;
    height: 152px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 2;
}
#head_pvInWrap{
    position: relative;
}
#head_pvInWrap p{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.025em;
    background: #f59020;
    color: #fff;
    width: 160px;
    height: 24px;
    border-radius: 12px;
    position: absolute;
    top: -16px;
    left: calc(50% - 80px);
    z-index: 4;
}
#head_pvInWrap a{
    width: 240px;
    height: 136px;
    display: block;
    position: relative;
    border: 4px solid #fff;
    border-radius: 4px;
    margin-top: 16px;
}
#head_pvInWrap img{
    width: 232px;
    height: 128px;
}
#head_pvInWrap span{
    display: block;
    position: absolute;
    width: 76px;
    height: 70px;
    top: calc(50% - 38px);
    left: calc(50% - 35px);
    z-index: 3;
}
#head_pvInWrap span:before{
    content: '';
    background:url(../img/common/movie_circle.png);
    background-size: 100%;
    width: 76px;
    height: 70px;
    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: 76px;
    height: 70px;
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 35px);
    transition: all .2s;
}
#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: 80px;
    height: 172px;
    top: calc(50% - 86px);
    right: -40px;
    background: #f59020;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all 0.3s ease;
}
#head_link a{
    position: absolute;
    width: 80px;
    height: 172px;
    left: 0;
}
#head_link a:after{
    content: '';
    width: 29px;
    height: 31px;
    top: 71px;
    right: 4px;
    position: absolute;
    background: url(../img/common/icon_toCat_h.png);
    background-size: 100%;
}
#head_link a span{
    position: absolute;
    padding: 50px 0 20px;
    width: 40px;
    height: 172px;
    left: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#head_link a span:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 14px;
    background: url(../img/common/icon_cat.png);
    background-size: 100%;
    top: 25px;
    left: calc(50% - 8px);
}
#head_link:hover{
    right: 0;
}

/*
TOP SECTION COMMON
*/
.top_sectionWrap{
    width: 800px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 120px;
}
.top_sectionWrap h3{
    margin: 0 auto;
    margin-bottom: 64px;
    position: relative;
}
.top_sectionWrap h3:after{
    content: url("../img/top/icon_hone.png");
    width: 60px;
    height: 24px;
    position: absolute;
    bottom: -64px;
    left:calc(50% - 30px);
}
.top_sectionWrap p{
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.tp_b h3:after{content: url("../img/top/icon_hone_b.png");}
.tp_b p{color: #582d18;}
.ts_catch{
    padding: 40px 0;
}
.ts_footcatch{
    padding-top: 80px;
}
.ts_video{
    width: 720px;
    border: 6px solid #fff;
    border-radius: 4px;
    position: relative;
}
.ts_video a img{
    width: 100%;
}
.ts_video span{
    display: block;
    position: absolute;
    width: 76px;
    height: 70px;
    top: calc(50% - 38px);
    left: calc(50% - 35px);
    z-index: 3;
}
.ts_video span:before{
    content: '';
    background:url(../img/common/movie_circle.png);
    background-size: 100%;
    width: 126px;
    height: 116px;
    position: absolute;
    top: calc(50% - 68px);
    left: calc(50% - 58px);
    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: 126px;
    height: 116px;
    position: absolute;
    top: calc(50% - 68px);
    left: calc(50% - 58px);
    transition: all .2s;
}
.ts_video a:hover span:after{
    transform: scale(0.875);
}
.ts_video a:hover span:before{
    animation-play-state: paused;
}
/*
TOP NEWFAMILY
*/
#top_NewFamily{
    width: 100%;
    background:url(../img/top/ptn_s1.jpg);
    background-repeat: repeat;
    position: relative;
}
#top_NewFamily .top_sectionWrap{
    width: 100%;
}
#top_NewFamily h3{
    background:url(../img/top/s1_h3.png);
    width: 586px;
    height: 272px;
}
.s1_select{
    position: relative;
}
.s1_select ul{
    display: flex;
    width: 100%;
    width: calc(100% + 30px);
/*    width: calc(100% - 4vw);*/
    justify-content: center;
    padding: 40px 0;
    position: relative;
    left: -30px;
/*    left: 4vw;*/
}
.s1_select .owl-carousel .owl-stage-outer{
    height: 260px!important;
}
/*.bnrCarouselNav{
    position: absolute;
    height: 380px;
    width: 1040px;
    width: 100%;
/*    left: calc(50% - 520px);
}*/
#bnrCarPrev{
    width: 58px;
    height: 86px;
    position: absolute;
    top: calc(50% - 43px);
    right: 50px;
    z-index: 10;
}
#bnrCarNext{
    width: 58px;
    height: 86px;
    position: absolute;
    top: calc(50% - 43px);
    left: 50px;
    z-index: 10;
}
.s1_select li{
    width: 240px;
    height: 240px;
    margin:0 20px;
    margin-top: 20px;
}
.s1_select .owl-item.center li{
/*    transform: scale(1.125);*/
    width: 270px;
    height: 270px;
    margin-top: 0;
}
.s1_select li img{
    width: 100%;
}
.s1_detail{
    width: 1040px;
    height: 440px;
    margin:0 auto;
}
.s1_detail_InWrap{
    width: 1040px;
    height: 440px;
    background: url(../img/top/ptn_s1_dogs.jpg);
    border:6px solid #fff;
    border-radius: 14px;
}
.s1_detail_InWrap ul{
    display: flex;
    flex-wrap: wrap;
    padding:20px;
}
.s1_detail_InWrap li{
    width: calc(100% / 5);
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s1hide{display: none;}
/*.s1_dd1,.s1_dd2,.s1_dd3,.s1_dd4{
    display: none;
}*/
/*.s1_select .owl-item.center li.s1_d1 ~ .s1_dd1{
    display: inline-block;
}*/
#s1_item_r{
    position: absolute;
    background: url("../img/top/s1_item_r.png");
    width: 198px;
    height: 239px;
    top:94px;
    right: 0; 
}
#s1_item_l{
    position: absolute;
    background: url("../img/top/s1_item_l.png");
    width: 236px;
    height: 275px;
    top: 175px;
    left: 0;
}
#s2_item_r{
    position: absolute;
    background: url("../img/top/s2_item_r.png");
    width: 258px;
    height: 205px;
    top:164px;
    right: 0;
}
#s2_item_l{
    position: absolute;
    background: url("../img/top/s2_item_l.png");
    width: 150px;
    height: 177px;
    top: 461px;
    left: 0;
}
#s3_item_r{
    position: absolute;
    background: url("../img/top/s3_item_r.png");
    width: 189px;
    height: 349px;
    top:163px;
    right: 30px;
}
#s3_item_l{
    position: absolute;
    background: url("../img/top/s3_item_l.png");
    width: 231px;
    height: 379px;
    top: 307px;
    left: 0;
}
#s4_item_r{
    position: absolute;
    background: url("../img/top/s4_item_r.png");
    width: 157px;
    height: 156px;
    top:430px;
    right: 40px; 
}
#s4_item_l{
    position: absolute;
    background: url("../img/top/s4_item_l.png");
    width: 210px;
    height: 307px;
    top: 245px;
    left: 0;
}
/*
TOP FEATURE
*/
#top_NewFeature{
    width: 100%;
    background:url(../img/top/ptn_s2.jpg);
    background-repeat: repeat;
    position: relative;
    border-top: 8px solid #80c200;
}
#top_NewFeature h3{
    background:url(../img/top/s2_h3.png);
    width: 700px;
    height: 200px;
}
#top_NewFeature .ts_video span:before{
    background:url(../img/top/movie_circle_s2.png);
}
/*
TOP EnjoyFashion
*/
#top_EnjoyFashion{
    width: 100%;
    background:url(../img/top/ptn_s3.jpg);
    background-repeat: repeat;
    position: relative;
    border-top: 8px solid #ed6f6f;
}
#top_EnjoyFashion h3{
    background:url(../img/top/s3_h3.png);
    width: 539px;
    height: 127px;
}
#top_EnjoyFashion .ts_video span:before{
    background:url(../img/top/movie_circle_s3.png);
}
/*
TOP Refresh
*/
#top_Refresh{
    width: 100%;
    background:url(../img/top/ptn_s4.jpg);
    background-repeat: repeat;
    position: relative;
    border-top: 8px solid #00d2d2;
}
#top_Refresh h3{
    background:url(../img/top/s4_h3.png);
    width: 546px;
    height: 128px;
}
#top_Refresh .ts_video span:before{
    background:url(../img/top/movie_circle_s4.png);
}
#top_Refresh .ts_footcatch{
    background:url(../img/top/s4_fc.png);
    background-size: 100%;
    width: 679px;
    height: 64px;
    margin: 80px auto 0;
    padding: 0;
}
/*
TOP FOOTER
*/
#top footer,#inPage footer{
    width: 100%;
    background: url(../img/top/ptn_hf.jpg);
    background-repeat: repeat;
    position: relative;
    border-top: 8px solid #f59020;
}
#top_footWrap{
    width: 1040px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin:0 auto;
}
#top_foot_btn ul{
    margin: 0 auto;
    margin-top: 32px;
    width: 440px;
}
#top_foot_detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 80px 0;
}
#tp_ft_d_spWp{display: flex;flex-wrap: wrap;}
#tp_ft_icon_dog{
    background: url("../img/common/foot_icon_dog.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
}
#top_foot_detail h3{
    background: url("../img/common/foot_logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 352px;
    margin: 0 40px;
}
#top_foot_detail dl{
    margin-left: 20px;
}
#top_foot_detail dl div{
    color: #fff;
    display: flex;
    width: 465px;
    font-size: 16px;
}
#top_foot_detail dt{
    margin-right:  20px;
    width: 70px;
    text-align: right;
    color: #f59020;
}
#top_foot_detail dd{
    width: 375px;
}
#top_foot_detail dd span{
    font-size: 13px;
}
.footLink--cat{
    width: 372px;
    height: 64px;
    background: url(../img/common/link_cat.png);
    background-size: 100%;
    display: block;
    position: relative;
    transition: all .3s;
    margin: 40px auto 20px;
}
.footLink--cat:after{
    content: '';
    background: url(../img/common/link_cat_arrow.png);
    background-size: 100%;
    width: 17px;
    height: 27px;
    position: absolute;
    right: 21px;
    top: 19px;
    transition: all .3s;
}
.footLink--cat:hover{
    transform: scale(0.95);
    opacity: 0.7;
}
.footLink--cat:hover:after{
    right: 16px;
    transform: scale(0.95);
}
.footLink--pp{
    display: flex;
    justify-content: center;
/*    padding-top: 60px;*/
}
.footLink--pp li a{
    font-size: 16px;
    color: #ccc;
    text-decoration: none;
}
.footLink--pp li{
    margin-left: 40px;
}
.footLink--pp li:first-child{
    margin-left: 0px;
}
.footNotice{
    font-size: 10px;
    color: #ccc;
    /*color: #797979;*/
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}
.footLink--neilo{
    width: 178px;
    height: 48px;
    background: url(../img/common/logo_neilo.png);
    background-size: 100%;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 8px;
    display: block;
}
.cpr{
    font-size: 12px;
    color: #ccc;
    text-align: center;
}
.sns_share{
    display: flex;
    flex-wrap: wrap;
    width: 170px;
    height: 20px;
    position: absolute;
    top: 42px;
    left: 40px;
}
.sns_share dt{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.001em;
    line-height: 20px;
}
.sns_share .twi a{
    height: 20px;
    margin-top: 2px;
}
.fb a{
    background: url(../img/common/sns_fb.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    transition: all 0.3s;
}
.line a{
    background: url(../img/common/sns_line.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    transition: all 0.3s;
}
.sns_share dd{  
    margin-left: 20px;
}
.sns_share a:hover{
    transform: scale(0.9);
}
.toTop{
    position: absolute;
    width: 100px;
    height: 98px;
    top: 30px;
    right: 40px;
}
.toTop a{
    display: block;
    width: 100px;
    height: 98px;
    position: relative;
}
.toTop a:before{
    content: '';
    width: 100px;
    height: 98px;
    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: 100px;
    height: 98px;
    background: url("../img/common/pagetop_arrow.png");
    background-size: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
}
.toTop a:hover:after{
    top: -5px;
}

/* TOP sectionWrap EDIT */
.top_contFlex{
    width: 800px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:52px 0 40px;
}
.top_contFlex.vL{
    flex-direction: row-reverse;
}
.top_contFlex .ts_catch{width: 476px;}
.top_contFlex .ts_video{
    width: 300px;
    height: 524px;
}
.top_contFlex .ts_video span{
    width: 126px;
    height: 116px;
    top: calc(50% - 51px);
    left: calc(50% - 70px);
}
.top_contFlex.vL .ts_catch{padding-left: 24px;}
.top_contFlex.vL .ts_video{margin-right: 24px;}
.top_contFlex.vR .ts_catch{padding-right: 24px;}
.top_contFlex.vR .ts_video{margin-left: 24px;}

/* INTOP MOVIE MODAL*/
.ytIframeWrap.tMovie{
    width: 360px;
    height: 640px;
}
.tMovie .ytIframe{
    width: 360px;
    height: 640px;
}

/* カルーセル関係ここから追記しています */
/*MEMO*
-*上にある .bnrCarouselNav削除すること

*/
.s1_charas{
    width: 100%;
    min-width: 1200px;
    height: 300px;
    position: relative;
/*    z-index: 50;*/
}
.s1_charas ul {
    width: 100%;
    min-width: 1200px;
    height: 288px;
/*    width: calc(100% + 24px);
    left: 24px;*/
    /*margin-left: 24px;*/
}
.s1_charas .swiper-wrapper{
    /*left: 28px;*/
}
.s1_charas li {
    height: 240px;
    /*padding: 24px 28px;*/
    padding: 0 24px;
    margin-top: 24px;
/*    margin-left: 30px;*/
    width: 288px;
    /*width: 240px!important;*/
    /*transition: width .8s ease-in-out,height .8s ease-in-out;*/
}
.s1_charas li a {
    display: block;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.s1_charas li a img {
    position: absolute;
    width: 240px;
    left: 0;
    top: 0;
    right: 0;
}
.s1_charas li.swiper-slide-active{
/*    height: 288px;
    width: 288px!important;
    margin-top:0;
    padding: 0;*/
/*    margin: 0 28px;*/
    /*padding: 0 28px;
    width: 344px;*/
/*    margin-left: 30px;*/
    transform: scale(1.2);
}
/*.s1_charas .swiper-slide-active a{
    height: 288px;
}
.s1_charas .swiper-slide-active a img{
    width: 288px;
}
.s1_charas .swiper-slide-prev{
    margin-right: 24px;
}
.s1_charas .swiper-slide-next{
    margin-left: 24px;
}*/
.bnrCarouselNav{
    position: absolute;
    height: 300px;
    width: 100%;
}
#bnrCarPrev{
    width: 58px;
    height: 86px;
    position: absolute;
    top: calc(50% - 43px);
    right: 50px;
    z-index: 10;
}
#bnrCarNext{
    width: 58px;
    height: 86px;
    position: absolute;
    top: calc(50% - 43px);
    left: 50px;
    z-index: 10;
}
.s1_detail{
    overflow: hidden;
    margin-top: 12px;
}


/*-----------------------------------------------
* 04. InPage
-------------------------------------------------*/
#inPage #fullWrap{
    width: 100%;
    background: url(../img/top/ptn_hf.jpg);
    background-size: 100%;
    background-repeat: repeat;
    position: relative;
}
#inPage header{
    padding: 40px 0 60px;
}
#inPage header h1 a{
    background: url("../img/common/foot_logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 352px;
    height: 125px;
    margin: 0 auto;
    display: block;
    transition: all .5s;
}
#inPage header h1 a:hover{opacity: 0.6;}
.inPageContent{
    width: 1040px;
    margin: 0 auto;
    padding-bottom: 60px;
    color: #fff;
}
#campain_rules{width: 880px;}
.inPageContent--twi{
    padding: 0 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}
.inPageContent h3{
    text-align: center;
    font-size: 24px;
    padding-bottom: 32px;
    font-weight: 700;
}
.inPageContent--insta{padding:0 40px;}
.inPageContent--insta h3{
    padding: 60px 0 32px;
}
.inPageContent h4{
    text-align: center;
    font-size: 18px;
    margin-bottom: 26px;
    font-weight: 700;
}
.inPageContent h4 span{background-color: rgba(218,133,14,.9);}
.inPageContent--twi p,
.inPageContent--insta p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
}
.inPageContent--term .cat{
    margin-bottom: 40px;
}
.inPageContent--term p{
    font-size: 16px;
    line-height: 28px;
}
.inPageContent .idt{padding-left:1em;}
.inPageContent .idt2{padding-left:2em;}
.inPageContent .idt3{padding-left:3em;}


/*.swiper-slide{
  height: 200px;
  height: 500px;
  background: pink;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}
.swiper-slide:nth-child(2){
    background: skyblue;
  }
.swiper-slide:nth-child(3){
    background: green;
  }*/