@charset "UTF-8";

/******* ↓↓↓↓↓ リセットCSS ↓↓↓↓↓ *************************************/
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSerifJP-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansJP-Regular.woff') format('woff');
    font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family: 'Noto Serif Japanese', serif;
}
*{
    letter-spacing: 0.05em;
}

.sans-serif{
    font-family: 'Noto Sans Japanese', sans-serif !important;
    letter-spacing: 0.05em;
}
br{font-family: sans-serif !important;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 0.6;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a:hover{
    opacity: 0.7;
}

#pagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #752100;
  opacity: 0.6;
  border-radius: 50%;
}
#pagetop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#pagetop a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}

.wrapper_inner .movie_bnr {
	float: left;
	padding: 0em 1em 0em ;
}

.wrapper_inner .movie_bnr img {
	max-width: 100%;
	margin: 0 auto 3em;
}

.wrapper_inner .nemurisoudan_bnr {
	float: left;
	padding: 0em 1em 0em ;
}

.wrapper_inner .nemurisoudan_bnr img {
	max-width: 100%;
	margin: 0 auto 3em;
}

/******* ↑↑↑↑↑↑ リセットCSS ↑↑↑↑↑↑ *************************************/
/* pc */
@media screen and (min-width: 768px) {
    .pc{display: block;}
    .sp{display: none !important;}
    /* btn */
    .common_btn01{
        background-color: #950000;
        padding: 5px 20px 5px;
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        width: 200px;
        height: 40px;
        display: flex;
        align-items: center;
        background-image: url(../img/side_arrow.png);
        background-repeat: no-repeat;
        background-position: 90% center;
    }
    .common_btn02{
        background-color: #fff;
        padding: 5px 20px 0px;
        box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
        color: #3F210E;
        text-decoration: none;
        font-size: 14px;
        width: 460px;
        height: 90px;
        display: flex;
        align-items: center;
        background-image: url(../img/side_arrow2.png);
        background-repeat: no-repeat;
        background-position: 90% center;
        justify-content: center;
        line-height: 185%;
        margin: 0 auto;
    }
    .common_btn02 p{
        text-align: center;
    }
    .common_btn02 p span{
        font-size: 18px;
    }
    .common_btn03{
        background-color: #ffffff;
        padding: 5px 20px 0px;
        box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
        color: #3F210E;
        text-decoration: none;
        font-size: 14px;
        width: 140px;
        height: 40px;
        display: flex;
        align-items: center;
        background-image: url(../img/side_arrow2.png);
        background-repeat: no-repeat;
        background-position: 90% center;
    }
    body{
        position: relative;
    }
    header{
        position: fixed;
        width: 200px;
        height: 100vh;
        z-index: 10;
        background-color: rgba(255,255,255,0.8);
        left: 0px;
        top: 0px;
    }
    .fix_sidebar-inner{
        padding: 45px 20px 20px;
        height: calc(100vh - 65px);
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-content: space-between;
        min-height: 650px;
    }
    .fix_sidebar_inner__logo{
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        height: 176px;
    }
    .fix_sidebar_inner__logo_a01{
        margin-bottom: 40px;
        width: 118px;
    }
    .fix_sidebar_inner__logo_a01 img{
        width: 100%;
    }
    .fix_sidebar_inner__logo_span01{
        display: block;
        cursor: pointer;
    }
    .fix_sidebar_inner__logo_span01:hover{
        opacity: 0.7;
    }
    .fix_sidebar_inner__underbtn{
        width: 100%;
    }
    .fix_sidebar_inner__underbtn_a01{
        background-color: #950000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 20px 0 38px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 10px;
        background-image: url(../img/side_arrow.png);
        background-repeat: no-repeat;
        background-position: center 70px;
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    }
    .fix_sidebar_inner__underbtn_a01__p{
        line-height: 215%;
    }
    .fix_sidebar_inner__underbtn_a01__p__span{
        font-size: 16px;
    }
    .fix_sidebar_inner__underbtn_p01{
        color: #3F210E;
        font-size: 12px;
        text-align: center;
        width: 100%;
        margin: 20px 0 10px;
    }
    .fix_sidebar_inner__underbtn_a02{
        background-color: #950000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10px 0;
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        margin-bottom: 10px;
    }
    .fix_sidebar_inner__underbtn_a02 img{
        width: 124px;
        height: 74px
    }
    .fix_sidebar_inner__underbtn_a03{
        background-color:#3F210E;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 8px 0 5px;
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        margin-bottom: 10px;
        text-decoration: none;
        text-align: center;
        font-size: 12px;
        color: #fff;
        line-height: 145%;
    }
    .fix_sidebar_inner__underbtn_a04{
        background-color:#3F210E;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 12px 0 9px;
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        text-decoration: none;
        text-align: center;
        font-size: 12px;
        color: #fff;
        line-height: 145%;
    }
    /* gnav */
    .gnav_drawer{
        position: fixed;
        bottom: 0;
        left: 0;
        transition-duration: 0.3s;
        transform: translateY(100%);
        overflow-y: hidden;
        background-color: #950000;
        z-index: 1;
        width: 200px;
    }
    .action{
        transform: translateY(0%);
    }
    .gnav_btn_close{
        cursor: pointer;
        margin: 17px 0px 30px 17px;
        display: block;
    }
    .gnav_btn_close:hover{
        opacity: 0.7;
    }
    .gnav_ul{
        margin: 0 0 40px 40px;
    }
    .gnav_ul li a{
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        margin-bottom: 10px;
        display: block;
        line-height: 138%;
    }
    .wrapper{
        padding-left: 200px;
        overflow: hidden;
    }
    .wrapper_inner{
        width: 1032px;
        margin: 0 auto;
    }
    
    /* footer */
    footer{
        background-color: #3F210E;
        padding-left: 200px;
        overflow: hidden;
        position: relative;
    }
    .footer_inner{
        width: 1032px;
        margin: 0 auto;
        padding: 100px 0 30px;
    }
    .footer_inner__p01{
        text-align: center;
        font-size: 28px;
        color: #FFFFFF;
        margin: 0 auto 50px;
    }
    .footer_inner__a01{
        background-color: #FFFFFF;
        color: #3F210E;
        text-align: center;
        display: block;
        width: 820px;
        margin: 0px auto 50px;
        padding: 20px 0;
        line-height: 165%;
        text-decoration: none;
        font-size: 14px;
    }
    .footer_inner__a01 span{
        font-size: 18px;
    }
    .footer_inner_sitemap{
        width: 820px;
        margin: 0px auto 80px;
        display: flex;
    }
    .footer_inner_sitemap__div01{
        width: 279px;
    }
    .footer_inner_sitemap__div02{
        width: 245px;
    }
    .footer_inner_sitemap__div03{
        width: 158px;
    }
    .footer_inner_sitemap__div04{
        width: 138px;
    }
    .footer_inner_sitemap__div01 a,.footer_inner_sitemap__div02 a,.footer_inner_sitemap__div03 a,.footer_inner_sitemap__div04 a{
        color: #fff;
        font-size: 14px;
        display: block;
        text-decoration: none;
        margin: 0 0 20px 0;
    }
    .footer_inner_sitemap__div04 a{
        font-size: 12px;
    }
    .footer_inner_links{
        width: 820px;
        margin: 0px auto 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer_inner_links span{
        margin: 0 20px;
    }
    .footer_inner__p02{
        text-align: center;
        font-size: 12px;
        color: #fff;
        margin: 0 auto 30px;
    }
    .footer_totop{
        position: absolute;
        right: calc(50% - 600px);
        top:0px;
    }
    .footer_totop a{
        display: block;
    }
    .top_store_inner{
        padding: 100px 0 20px;
        display: flex;
        justify-content: space-between;
    }
    .top_store_inner_left{
        width: 576px;
        height: 486px;
        position: relative;
    }
    .top_store_inner_left::before{
        content: "";
        background-image: url(../img/store_bg01.png);
        background-repeat: no-repeat;
        position: absolute;
        width: 509px;
        height: 486px;
        z-index: -2;
        top: -40px;
        left: -40px;
    }
    .top_store_inner_left::after{
        content: "";
        background-image: url(../img/store_icon01.png);
        background-repeat: no-repeat;
        position: absolute;
        width: 108px;
        height: 108px;
        z-index: -1;
        bottom: 110px;
        right: 90px;    
        background-size: cover;
    }
    .top_store_inner_left__p01{
        font-size: 140%;
        line-height: 150%;
        color: #3F210E;
        margin-bottom: 40px;
    }
    .top_store_inner_left__p02{
        font-size: 16px;
        color: #3F210E;
        line-height: 220%;
        margin-bottom: 20px;
    }
    .top_store_inner_left__p02 a{
        font-size: 16px;
        color: #3F210E;
        text-decoration: none;
        padding: 0 10px;
    }
    .top_store_inner_left__a01{
        color: #3F210E;
        font-size: 14px;
        position: relative;
        text-decoration: none;
    }
    .top_store_inner_left__a01::after{
        content: "";
        background-image: url(../img/side_arrow2.png);
        background-repeat: no-repeat;
        background-position: 90% center;
        position: absolute;
        width: 46px;
        height: 7px;
        right: -55px;
        top: 1px;
    }
    .top_store_inner_right{
        width: 522px;
        position: relative;
    }
    .top_store_inner_right::after{
        content: "";
        position: absolute;
        width: 590px;
        height: 290px;
        background-image: url(../img/store_img01.png);
        top: 70px;
        left: 0px;
    }
    .top_store_inner_ttl{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .top_store_inner_ttl p{
        color: #3F210E;
        font-size: 16px;
        position: relative;
        width: 158px;
        text-align: right;
    }
    .top_store_inner_ttl p::after{
        content: "";
        width: 45px;
        height: 1px;
        background-color: #3F210E;
        position: absolute;
        left: 20px;
        top: 4px;
    }
    .top_store_inner_ttl img{
        margin-top: -12px;
    }
    /* under_common */
    .under_store_wrapper{
        background-image: url(../img/bg_texture01.jpg);
        background-repeat: repeat;
    }
    .under_pagettl{
        margin: 100px auto 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .under_pagettl img{
        margin-right: 30px;
    }
    .under_pagettl h1::before{
        content: "";
        background-color: #3F210E;
        width: 45px;
        height: 1px;
        position: absolute;
        left: 0px;
        top: 16px;
    }
    .under_pagettl h1{
        font-size: 16px;
        color: #3F210E;
        position: relative;
        padding: 10px 0 0 70px;
    }
    .under_main{
        width: 1032px;
        margin: 0 auto;
        position: relative;
    }
    .under_main .under_main__div{
        padding-top: 100px;
        width: 322px;
        display: flex;
        justify-content: center;
    }
    .under_ttl01{
        margin: 160px auto 50px;
        width: 960px;
    }
    .under_ttl01 h2{
        text-align: center;
        color: #3F210E;
        font-size: 28px;
    }
    .under_ttl01 h2 span{
        text-decoration: underline;
    }
    .active::after{
        background-position: top center !important;
    }
    .show{
        display: block !important;
    }
    .under_shopbox04{
        margin: 200px auto;
        width: 960px;
    }
    .under_shopbox04__p{
        text-align: center;
        color: #3F210E;
        font-size: 16px;
        line-height: 185%;
        margin: 0 0 40px;
    }
    /* 動画再生ボタン */
    .video-wrap{
        position: relative;
    }
    .video-btn {
        position: absolute;
        width: 100%;
        height: 54.6vw;
        z-index: 1;
        display: none;
    }
    .video-wrap .stop{
        display: block !important;
    }
    .video{
        position: absolute;
    }
    .ibmirror_wrapper{
        border-top:solid 1px #9E8F86;
    }
    .ibmirror_wrapper .wrapper_inner{
        text-align: center;
    }
    .ibmirror__p01{
        text-align: center;
        line-height: 185%;
        color: #3F210E;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .ibmirror__p02{
        text-align: center;
        line-height: 180%;
        color: #3F210E;
        font-size: 90%;
        margin-bottom: 40px;
    }
    .ibmirror__p03{
        text-align:justify;
        line-height: 180%;
        color: #3F210E;
        font-size: 90%;
        margin-bottom: 40px;
    }
    .ibmirror_wrapper2{
        background-color: #654D3E;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ibmirror_wrapper2 .wrapper_inner{
        width: 820px;
    }
    .ibmirror_wrapper2 .wrapper_inner .video-wrap video{
        width: 820px;
        height: 461.25px;
    }
    /* under_pagettl2 */
    .under_pagettl2_wrapper{
        overflow: visible;
    }
    .under_pagettl2{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 245px;
    }
    .under_pagettl2__span{
        position: absolute;
        left: 128px;
        top: 130px;
    }
    .under_pagettl2__spanb{
        position: absolute;
        left: 65px;
        top: 130px;
    }
    .under_pagettl2__span2{
        position: absolute;
        left: 620px;
        top: 95px;
    }
    .under_pagettl2__span3{
        position: absolute;
        left: 687px;
        top: 115px;
    }
    .under_pagettl2_mainimg_wrapper{
        width: 100%;
        display: flex;
        justify-content: space-between;
        z-index: -1;
        position: relative;
    }
    .under_pagettl2_mainimg_sps{
        width: 200px;
    }
    .under_pagettl2_mainimg{
        width: calc(100% - 200px);
        height: 400px;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 0;
    }
    .under_pagettl2_mainimg img{
        width: 100%;
        min-width: 1100px;
        min-height:400px;
    }
    .under_contttl01_wrapper{
        position: relative;
    }
    .under_contttl01_wrapper_inner{
        padding-left: 200px;
        width: calc(100% - 200px);
        display: flex;
        justify-content: center;
        align-items: flex-start;
        height: 600px;
        margin-bottom: 150px;
    }
    .under_contttl01_wrapper__img02{
        position: absolute;
        z-index: -1;
        top: 160px;
        left: calc(50% - 616px);
    }
}





/* sp */
@media screen and (max-width: 767px) {
    .pc{display: none !important;}
    .sp{display: block;}
    /* btn */
    .common_btn01{
        background-color: #950000;
        padding: 5px 12px 0px;
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        width: calc(100% - 24px);
        height: 50px;
        display: flex;
        align-items: center;
        background-image: url(../img/side_arrow.png);
        background-repeat: no-repeat;
        background-position: 95% center;
    }
    .common_btn02{
        background-color: #fff;
        padding: 5px 20px 0px;
        box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
        color: #3F210E;
        text-decoration: none;
        font-size: 14px;
        width: calc(100% - 40px);
        height: 90px;
        display: flex;
        align-items: center;
        background-image: url(../img/side_arrow2.png);
        background-repeat: no-repeat;
        background-position: 90% center;
        justify-content: flex-start;
        line-height: 185%;
        margin: 0 auto;
    }
    .common_btn02 p{
        text-align: left;
    }
    .common_btn02 p span{
        font-size: 16px;
    }
    .common_btn03{
        background-color: #ffffff;
        padding: 5px 12px 0px;
        box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2);
        color: #3F210E;
        text-decoration: none;
        font-size: 12px;
        width: calc(100% - 24px);
        height: 50px;
        display: flex;
        align-items: center;
        background-image: url(../img/side_arrow2.png);
        background-repeat: no-repeat;
        background-position: 95% center;
    }
    body{
        position: relative;
    }
    header{
        position: fixed;
        width: 100%;
        height: 46px;
        z-index: 10;
        top: 0px;
        background-color: rgba(255,255,255,0.8);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.06);
    }
    .fix_sidebar-inner{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        width: 88%;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }
    .fix_sidebar_inner__logo{
        width: 70%;
    }
    .fix_sidebar_inner__logo_a01{
    }
    .fix_sidebar_inner__logo_a01 img{
        width: 100%;
    }
    .fix_sidebar_inner__btn{
        position: absolute;
        left: 0px;
        top: 14px;
        width: 24px;
    }
    .fix_sidebar_inner__logo_span01{
        display: flex;
        cursor: pointer;
        width: 100%;
        align-items: center;
    }
    .fix_sidebar_inner__logo_span01:hover{
        opacity: 0.7;
    }
    .fix_sidebar_inner__logo_span01 img{
        width: 100%;
    }
    .fix_sidebar_inner__underbtn{
        display: none;
    }
    /* gnav */
    .gnav_drawer{
        position: fixed;
        top: 0;
        left: -300px;
        transition-duration: 0.3s;
        transform: translateX(0%);
        overflow-y: hidden;
        background-color: #950000;
        z-index: 1;
        width: 300px;
        height: 100vh;
    }
    .action{
        transform: translateX(100%);
    }
    .gnav_btn_close{
        cursor: pointer;
        margin: 17px 0px 30px 17px;
        display: block;
    }
    .gnav_btn_close:hover{
        opacity: 0.7;
    }
    .gnav_ul{
        margin: 0 0 30px 30px;
    }
    .gnav_ul li a{
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        margin-bottom: 16px;
        display: block;
        line-height: 130%;
    }
    .wrapper{
        padding-left: 0px;
        overflow: hidden;
    }
    .wrapper_inner{
        width: 100%;
        margin: 0 auto;
    }
    /* footer */
    footer{
        background-color: #3F210E;
        overflow: hidden;
    }
    .footer_inner{
        width: 100%;
        margin: 0 auto;
        padding: 40px 0 0;
    }
    .footer_inner__p01{
        text-align: center;
        font-size: 18px;
        color: #FFFFFF;
        margin: 0 auto 30px;
        line-height: 165%;
    }
    .footer_inner__a01{
        background-color: #FFFFFF;
        color: #3F210E;
        text-align: center;
        display: block;
        width: 88%;
        margin: 0px auto 50px;
        padding: 15px 0;
        line-height: 185%;
        text-decoration: none;
        font-size: 12px;
    }
    .footer_inner__a01 span{
        font-size: 16px;
    }
    .footer_inner_sitemap{
        width: 100%;
        margin: 0px auto 40px;
        display: flex;
        flex-wrap: wrap;
        border-top: solid 1px #7D695B;
    }
    .footer_inner_sitemap a{
        color: #fff;
        font-size: 12px;
        display: flex;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 15px 10px;
        border-bottom: solid 1px #7D695B;
        line-height: 145%;
        width: calc(50% - 20px);
    }
    .footer_inner_sitemap a:nth-child(odd){
        border-right: solid 1px #7D695B;
        width: calc(50% - 21px);
    }
    
    .footer_inner_links{
        margin: 0px auto 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer_inner_links span{
        margin: 0 0 20px;
    }
    .footer_inner__p02{
        display: block;
        text-align: center;
        font-size: 10px;
        background-color: #fff;
        margin: 0 auto;
        padding: 22px 0 18px;
        color: #3F210E;
        line-height: 100%;
    }
    .footer_totop{
        display: none;
    }
    .top_store_inner{
        padding: 40px 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .top_store_inner_left{
        position: relative;
        width: 88%;
        margin: 0 auto 40px;
    }
    .top_store_inner_left::before{
        content: "";
        background-image: url(../img/store_bg01.png);
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -2;
        top: 10px;
        left: 0%;
        background-size: contain;
    }
    .top_store_inner_left::after{
        content: "";
        background-image: url(../img/store_icon01.png);
        background-repeat: no-repeat;
        position: absolute;
        width: 108px;
        height: 108px;
        z-index: -1;
        bottom: -60px;
        right: 0%; 
        background-size: cover;  
    }
    .top_store_inner_left__p01{
        font-size: 110%;
        line-height: 150%;
        color: #3F210E;
        margin-bottom: 10px;
    }
    .top_store_inner_left__p02{
        font-size: 12px;
        color: #3F210E;
        line-height: 220%;
        margin-bottom: 20px;
    }
    .top_store_inner_left__p02 a{
        font-size: 12px;
        color: #3F210E;
        text-decoration: none;
        padding: 0 5px;
    }
    .top_store_inner_left__a01{
        color: #3F210E;
        font-size: 12px;
        position: relative;
        text-decoration: none;
    }
    .top_store_inner_left__a01::after{
        content: "";
        background-image: url(../img/side_arrow2.png);
        background-repeat: no-repeat;
        background-position: 90% center;
        position: absolute;
        width: 46px;
        height: 7px;
        right: -55px;
        top: 1px;
    }
    .top_store_inner_right{
        position: relative;
    }
    .top_store_inner_ttl{
        text-align: center;
        margin: 0 auto 20px;
    }
    .top_store_inner_ttl p{
        color: #3F210E;
        font-size: 16px;
        position: relative;
    }
    .top_store_inner_ttl img{
        height: 40px;
        margin-bottom: 5px;
    }
    .top_store_inner_spimg{
        width: 100%;
        margin: 0 0 30px 0;
    }
    .top_store_inner_spimg img{
        width: 100%;
    }
    /* under_common */
    .under_store_wrapper{
        background-image: url(../img/bg_texture01.jpg);
        background-repeat: repeat;
    }
    .under_pagettl{
        margin: 100px auto 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .under_pagettl img{
        margin-bottom: 20px;
        height: 28px;
    }
    .under_pagettl h1{
        font-size: 16px;
        color: #3F210E;
        position: relative;
        text-align: center;
    }
    .under_main{
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .under_main .under_main__div{
    }
    .under_main_sp__p{
        font-size: 110%;
        color: #3F210E;
        line-height: 185%;
        margin: 0 auto 20px;
		text-align: center;
        width: 88%;
    }
    .under_main_spimg{
        width: 100%;
    }
    .under_ttl01{
        margin: 80px auto 0;
        width: 88%;
    }
    .under_ttl01 h2{
        text-align: center;
        color: #3F210E;
        font-size: 110%;
		margin-bottom: 2em;
    }
    .under_ttl01 h2 span{
        text-decoration: underline;
    }
    .active::after{
        background-position: top center !important;
    }
    .show{
        display: block !important;
    }
    .under_shopbox04{
        margin: 200px auto;
        width: 960px;
    }
    .under_shopbox04__p{
        text-align: center;
        color: #3F210E;
        font-size: 16px;
        line-height: 185%;
        margin: 0 0 40px;
    }
    .under_shopbox04{
        margin: 100px auto;
        width: 88%;
    }
    .under_shopbox04__p{
        text-align: center;
        color: #3F210E;
        font-size: 14px;
        line-height: 185%;
        margin: 0 0 40px;
    }
    /* 動画再生ボタン */
    .video-wrap{
        position: relative;
    }
    .video-btn {
        position: absolute;
        width: 100%;
        height: 54.6vw;
        z-index: 1;
        display: none;
    }
    .video-btn img{
        width: 100%;
    }
    .video-wrap .stop{
        display: block !important;
    }
    .video{
        position: absolute;
    }
    .ibmirror_wrapper{
        border-top:solid 1px #9E8F86;
    }
    .ibmirror_wrapper .wrapper_inner{
        text-align: center;
    }
    .ibmirror_img{
        margin: 30px 0;
    }
    .ibmirror__p01{
        text-align: center;
        line-height: 200%;
        color: #3F210E;
        font-size: 16px;
        width: 88%;
        margin: 0 auto 10px;
    }
    .ibmirror__p02{
        text-align: justify;
        line-height: 180%;
        color: #3F210E;
        font-size: 12px;
        width: 88%;
        margin: 0 auto 20px;
    }
    .ibmirror__p03{
        text-align: justify;
        line-height: 170%;
        color: #3F210E;
        font-size: 11px;
        width: 88%;
        margin: 0 auto 40px;
    }
    .ibmirror_wrapper2{
        background-color: #654D3E;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ibmirror_wrapper2 .wrapper_inner{
        width: 300px;
    }
    .ibmirror_wrapper2 .wrapper_inner .video-wrap video{
        width: 300px;
        height: 170px;
    }
    /* under_pagettl2 */
    .under_pagettl2_wrapper{
        overflow: visible;
    }
    .under_pagettl2{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 245px;
    }
    .under_pagettl2__img{
        margin-bottom: 20px;
    }
    .under_pagettl2__img2{
        width: 80%;
    }
    .under_pagettl2__span{
        color: #3F210E;
        font-size: 16px;
    }
    .under_pagettl2__spanb{
        color: #3F210E;
        font-size: 16px;
    }
    .under_pagettl2__spanb p{
        text-align: center;
        line-height: 185%;
    }
    .under_pagettl2__span2{
        position: absolute;
        left: calc(50% - 78px);
        top: 160px;
        width: 156px;
        height: 106px;
    }
    .under_pagettl2__span2 img{
        width: 100%;
    }
    .under_pagettl2__span3{
        position: absolute;
        left: calc(50% - 78px);
        top: 180px;
        width: 156px;
        height: 123px;
    }
    .under_pagettl2__span3 img{
        width: 100%;
    }
    .under_pagettl2_mainimg_wrapper{
        width: 100%;
        display: flex;
        justify-content: space-between;
        z-index: -1;
        position: relative;
    }
    .under_pagettl2_mainimg_sps{
        width: 200px;
    }
    .under_pagettl2_mainimg{
        width: 100%;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 0;
    }
    .under_pagettl2_mainimg img{
        width: 100%;
    }
    .under_contttl01_wrapper{
        position: relative;
        margin-bottom: 30px;
    }
    .under_contttl01_wrapper_inner{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .under_contttl01_wrapper__p01{
        color: #3F210E;
        font-size: 18px;
        text-align: center;
        line-height: 200%;
    }
    .under_contttl01_wrapper__img02{
        width: 100%;
    }
}

.wpcf7-not-valid-tip{
	line-height: 200%;
}