/* Theme NEW GALLERY */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/draft-b');
@font-face {
    font-family: "NEW GALLERY";
    src: url('font/NEWGALLERYVF.woff') format('woff'),
         url('font/NEWGALLERYVF.woff2') format('woff2'),
         url('font/NEWGALLERYVF.ttf') format('truetype');
    font-weight: 300 900;
    font-style: normal;

}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
form,
input,
textarea,
button,
p,pre {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 210%;
	color: #222;
    font-family:'Noto Sans JP',"游ゴシック",YuGothic,ヒラギノ角ゴ ProN W3,"Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    letter-spacing: 0.64px;
    font-feature-settings: 'palt' on;
    text-overflow: ellipsis;
}
body.en,
body.en div,
body.en dl,
body.en dt,
body.en dd,
body.en ul,
body.en ol,
body.en li,
body.en h1,
body.en h2,
body.en h3,
body.en h3,
body.en h4,
body.en h5,
body.en h6,
body.en form,
body.en input,
body.en textarea,
body.en button,
body.en p,
body.en pre {
letter-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	margin-left: 0;
	text-align: center;
}

.clearfix:before {
	display: block;
	content: "";
	font-size: 14px;
	clear: both;
}

.clearfix {
	display: block;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.fead-mv {
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {

	color: inherit;
	text-decoration: none;
}
ul {
	list-style: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flext {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.rpic{
	flex-direction:row-reverse;
}
.inner{
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

#wrapper{
	max-width: 100%;

}

#footer{
    background: #000;
    padding: 60px 0 0 0;
    margin-top: 200px;
}
#footer .wrap{
    width: 95%;
    margin: 0 auto;
}
#footer .foot_mg .right{
    width: 64%;
    padding: 40px 0;
}
#footer .foot_mg dl{
    max-width: 280px;
}
#footer .foot_mg dl+dl{
    margin-left: 10%;
}
#footer .foot_mg dl+dl dt{
    font-size: 16px;
    font-weight: 400;
padding:2px 0 9px 0;
    font-family: 'Noto Sans JP',"游ゴシック",YuGothic,ヒラギノ角ゴ ProN W3,"Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#footer .foot_mg dl+dl dt.e{
    font-size: 20px;
  color: #E7E7E7;
  font-family: 'Draft B', sans-serif;
  line-height: 150%;
  padding: 0 0 5px 0;
}
#footer .foot_mg .logo{
    width: 29%;
    max-width: 306px;

}
#footer .foot_mg .logo p{
    color: #FFF;
    font-family: NEW GALLERY;
    font-weight: 700;
    font-size: 128px;
    line-height: 82%;
}
#footer .foot_mg dt{
    font-size: 20px;
    color: #E7E7E7;
    font-family: 'Draft B', sans-serif;
    line-height: 150%;
    padding: 0 0 5px 0;

}
#footer .foot_mg dt+dd{
    color: #E7E7E7;
    font-size: 14px;
    letter-spacing: 0.56px;
    font-weight: 500;
    padding: 0 0 15px 0;
    line-height: 180%;

}
body.en #footer .foot_mg dt+dd{
letter-spacing: 0;
}
#footer .foot_mg dd a{
    display: inline-flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: #FFF;
    font-family: 'Draft B', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
#footer .sns{
    padding: 35px 0;
}
#footer .sns li{
    padding: 0 10px 0 0;
}

#footer .foot_line{
    border-top: 1px solid #333;
    padding: 25px 0 0 0;
}
#footer .foot_nav li a{
    color: #AAA;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.56px;
}
body.en #footer .foot_nav li a{
letter-spacing: 0;
}
#footer .foot_nav li{
    padding: 0 30px 20px 0;
}
#footer .foot_nav{
    padding-bottom: 10px;
}
#footer .copy{
    color: #CCC;
    font-family: 'Draft B', sans-serif;
    line-height: normal;
    font-size: 14px;
    padding: 0 0 30px 0;
}
.home1 h2{
    text-align: center;
    font-family: 'Draft B', sans-serif;
    font-size: 42px;
    font-weight: 400;
    padding: 0 0 60px 0;

}

.home1 .box{
    width: 23%;
    margin: 0 2.6% 50px 0;
}
.home1 .box:nth-child(4n){
    margin-right: 0;
}



.home1 .box .pic a{
    display: flex;
    position: relative;
}
.home1 .box .pic a:before{
    content: "";
    width: 1px;
    padding-bottom: 100%;
}
.home1 .box .pic a .w{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#f8f8f8 ;
}
.home1 .box .pic a .w img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home1 .box .pic a .ex_inf{
    position: absolute;
    bottom: 0;
    left: 0;
    padding:5px 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    background: #fff;
}
.home1 .box p.ex_inf{
    padding-top: 15px;
}
.home1 .box p.ex_inf .w{
    display: inline-block;
    padding:4px 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 2px;
}
.home1 .box dl{
    padding: 8px 0 0 0;
}
.home1 .box dt{
    color: #222;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 150%;
    font-weight: 500;
    font-feature-settings: 'palt' on;
    leading-trim: both;
    text-edge: cap;
    padding: 0 0 10px 0;

}
.home1 .box dd{
    leading-trim: both;
    color: #222;
    text-edge: cap;
    font-feature-settings: 'pwid' on;
    font-size: 14px;
    line-height: 100%;
}
.home1{
    padding: 0 0 50px 0;
}

.sliderwrap{
    position: relative;
    width: 100%;
    height: calc(100vh - 50px); /* フローティングメニューの高さ分を引く */
    min-height: 650px; /* 最小高さを設定 */
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sliderwrap .slider{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.sliderwrap .slider .slick-list{
    height: 100%;
}

.sliderwrap .slider .slick-track{
    height: 100%;
}

.sliderwrap .slider .slick-slide{
    height: 100%;
}

.sliderwrap .slider.slick-initialized{
    display: block;
}
.home2{
margin-bottom: 60px;

}
.home2 .sign{
font-size:12px;
padding-top:5px;
color:#666;
}
.sliderwrap .arrows{
    position: absolute;
    left: 3%;
    bottom: 5%;
}
.sliderwrap .dots{
    position: absolute;
    display: flex;
    right: 3%;
    bottom: 3%;
}
.sliderwrap .dots li{
    display: inline-block;
    margin-right: 1px;
}
.sliderwrap .dots li:first-child:last-child {
    display: none;
}
.sliderwrap .dots li button{
    width: 60px;
    height: 4px;
    background: #000;
    opacity: 0.2;
    text-indent: -9999px;
    border: none;
    cursor: pointer;

}
.sliderwrap .dots li button.background--dark{
    background: #fff;
}
.sliderwrap .dots li.slick-active button,.sliderwrap .dots li button:hover{
    opacity: 1;
}
.sliderwrap .arrows button{
    background: none;
    border: none;
    text-indent: -9999px;
    width:40px ;
    height: 40px;
    cursor: pointer;
}

.sliderwrap .arrows button.slick-prev{
    background:url(images/sl_ar_l.svg) 0 0 no-repeat;
    margin-right: 20px;
}
.sliderwrap .arrows button.slick-next{
    background:url(images/sl_ar_r.svg) 0 0 no-repeat;
}

.home3 .imap{
    width: 43.7%;
    padding: 0 0 20px 0;
}
.home3 .tbox{
    width: 51%;
}
.home3 h2{
    font-size: 32px;
    font-family: 'Draft B', sans-serif;
    line-height: 150%;
    font-weight: 400;
    line-height: 150%;
    padding: 0 0 20px 0;
}
.home3 li{
    padding: 0 0 20px 43px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
.home3 li .i{
    position: absolute;
    top: 0;
    left: 0;
}
.home_consept{
    width: 50%;
    transition: all 2.5s ease;
    margin-top: 50px;
    opacity: 0;
    padding-top: 300px;


}
.home_consept h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 0.96px;
    padding: 0 0 40px 0;
}
.home_consept .txt p{
    font-weight: 500;
    line-height: 220%;
    letter-spacing: 0.64px;
    padding: 0 0 25px 0;
}
body.en .home_consept .txt p{
letter-spacing: 0;
}
.logowrap{
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
    left:0;
    z-index: 10;
    transform: scale(2) translate(0,0);
    transform-origin:left 30%;
    transition: all 1.5s ease; /* アニメーションのスムーズな遷移のためにトランジションを設定 */
}
.homemv_wrap.small .logowrap{
    transition: all 0.75s ease; /* アニメーションのスムーズな遷移のためにトランジションを設定 */
    padding-top: 20px;
}
* { min-height: 0vw; min-height: 0; }
.logowrap .logo{
    /*opacity: 0;*/
    width: 100%;
    transition: all 2.5s ease; /* アニメーションのスムーズな遷移のためにトランジションを設定 */
    text-align: center;
    font-family: NEW GALLERY;
    line-height: 0.85;
    font-weight: 700;
    backface-visibility:hidden;
    font-size: clamp(6.25rem, 2.31rem + 15.08vw, 14.375rem);
    min-height: 0vw; min-height: 0;

}

.homemv_wrap.small.small2 .logowrap{
    transform: scale(0.9) translate(0,0);
    position: sticky;

}


.home_head li{
    display: inline-block;
}
.home_head ul{
    text-align: right;
}
.home_head{

    margin: 0 auto;
    padding: 10px 0 10px 0;
    position: absolute;
    z-index: 100;
    right: 5%;
    top: -100px;

}
.homemv_wrap{
    opacity: 0;
    position: relative;
    padding: 130px 0 120px 0;
    transition: all 2.5s ease; /* アニメーションのスムーズな遷移のためにトランジションを設定 */

}
.homemv_wrap.small{

    opacity: 1;

}

.homemv_wrap.small.small2 .home_consept{
    margin-top: 0;
    opacity: 1;
}
.homemv_wrap.small .logowrap .logo{
    opacity: 1;
    transition: all 0.6s ease; /* アニメーションのスムーズな遷移のためにトランジションを設定 */


}

.logowrap .logo{
    position: relative;
    z-index: 1;

}

.logo_left{
    width: 50%;
    position: relative;
}


.homemv_wrap.small .logowrap{
    opacity: 1;

}



.homemv_wrap.small.small2 .logowrap .logo{
    font-weight: 400;
}

.homemv_outer{
    overflow: hidden;
}
.homemv_outer.over{
    overflow: visible;
}



#header h1{
    font-family: NEW GALLERY;
    font-size: 48px;
    font-weight: 400;
    line-height: 82%;
    width: 100%;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#header h1 span{
    display: inline-block;
    text-align: left;
}
.overlay #header h1 a{
    pointer-events: none;
}
#header{
    padding: 30px 0 30px 0;
}

.pan li{
    font-size: 12px;
    letter-spacing: 1.4px;
    display: inline-block;
}
.pan li a:after{
    content: " 〉";
    display: inline-block;
    padding: 0 0.5em 0 0.5em;
    color: #AAA;
}
.pan li a{
    color: #aaa;
}
.pan{
    padding: 0 0 20px 0;
}

.coten1 .pic{
    padding: 0 0 50px 0;
}
.coten1 .txt p{
    padding: 0 0 0 0;
}
.coten1 h2{
    font-size: 32px;
    font-weight: 700;
    padding: 0 0 10px 0;
    letter-spacing: 1.28px;
    line-height: 200%;
}
.coten1 .day{
    font-size: 20px;
    line-height: 150%;
    padding: 0 0 0 0;
}

.coten1 {
    padding: 0 0 0 0;
}
.coten1plus{
    padding-bottom: 40px;
}

.coten2 .tbox{
    width: 58%;
}
.coten2 .pic{
    width: 34.5%;
    padding: 0 0 20px 0;
}
.coten2 h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 0.64px;
    padding: 0 0 20px 0;
}
.coten2 .tbox p,.coten3 p{
    padding: 0 0 40px 0;
    text-align: justify;
    font-feature-settings: 'palt' on;
    text-overflow: ellipsis;
letter-spacing: 0.09em;

}
.coten2 .en,.coten3 .en{
padding-top:1em;

}
body.en .coten2 .tbox p,body.en .coten3 p{

letter-spacing: 0;
}

.coten2{
    padding: 0 0 30px 0;
    border-bottom: 1px solid #D9D9D9;
}

.coten3{
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #D9D9D9;
}

.h4s,.coten2 h4,.coten3 h4,.coten5 h4{
    font-size: 21px;
    line-height: 200%;
    letter-spacing: 0.84px;
    font-weight: 700;
    padding: 0 0 30px 0;
}

.coten4{
    padding: 50px 0 50px 0;
}
.coten4 .box{
    width: 23%;
    margin: 0 2.66% 15px 0;
}
.coten4 ul{
padding-bottom:40px;
}
.coten4 .box:nth-child(4n){
    margin-right: 0;
}
.coten4 .box .pic{
    position: relative;
    display: flex;
    margin-bottom: 15px;
}
.coten4 .box .pic:before{
    content: "";
    width: 1px;
    padding-bottom: 74.63%;
}
.coten4 .box .pic p{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.coten4 .box .pic p img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coten4 .box .pic+p{
    padding: 0 0 20px 0;

    font-weight: 500;
    line-height: 140%;
}
.coten5{
    background: #000;
}
.coten5 .is-layout-constrained{
    transform: translateY(1px);
}
.coten5 .flexb{
    padding: 0px 0 60px 0;

}
.coten5 h3{
    color: #E7E7E7;
    font-size: 24px;
    line-height: 200%;
    font-weight: 700;
    padding: 0 0 30px 0;
}
.coten5 h3 .e{
    font-weight: 500;
    display: block;
    font-size: 16px;
    line-height: 160%;
}
.coten5 .tbox p{
    color: #E7E7E7;
    padding: 0 0 40px 0;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
letter-spacing: 0.09em;

}
body.en .coten5 .tbox p{
letter-spacing: 0;

}
.coten5 .en{
padding-top:2.3em;
}
.coten5 .tbox li{
    color: #E7E7E7;
    font-weight: 700;
letter-spacing: 0.09em;
}
body.en .coten5 .tbox li{
letter-spacing: 0;
}
.coten5 .tbox ul{
padding: 0 0 20px 0;

}
.coten5 .tbox li a{
    color: #E7E7E7;
text-decoration: underline;
font-weight: 400;
}
.coten5 .tbox{
    width: 65%;
}
.coten5 .pic{
    width: 31%;
padding-top:9px;
}
.coten5 .box{

padding-top:80px;
}
.coten5 hr {
  border-width: 1px;
}
@media only screen and (max-width: 1024px) {
    #footer .foot_mg .logo p{
        font-size: 94px;
    }
    #footer .foot_mg dl{
        max-width: none;
        width: 100%;
    }
    #footer .foot_mg .right{
        width: 50%;
    }
    #footer .foot_mg dl+dl{
        margin-left: 0;
        padding-top: 40px;
    }

    #footer .foot_nav li{
        line-height: 180%;
    }
    .coten5 .pic{
        width: 40%;
    }
    .coten5 .tbox{
        width: 55%;
    }
    #header h1{
        max-width: 90%;
    }
}
@media only screen and (max-width: 599px) {
    .home_head{
        display: block;
        top: 5px;
    }
    .overlay .home_head{
        z-index: -1;
    }
.coten5 .tbox li a{
display:block;
margin-bottom:20px;
word-break: break-all;
}
    #footer .foot_mg .right{
        width: 100%;
    }
    .inner{
        width: 90%;
    }
    #footer .wrap{
        width: 90%;
    }
    #footer{
        padding-top: 30px;
    }
    #footer .foot_mg dl{
        padding-top: 0;

    }
    #footer .foot_mg dt + dd{
        line-height: 180%;
        font-size: 14px;
    }
    #footer .foot_nav{
        display: block;
        padding-bottom: 30px;
        width: 100%;
    }
    #footer .copy{
        width: 100%;
    }
    #footer .foot_nav li{
        padding-bottom: 4px;
    }
    #header h1{
        font-size: 42px;
    }
    .coten1 .txt p{
        font-size: 14px;
    }
    .coten1 .day,.coten1plus li,.coten2 .tbox p, .coten3 p,.coten5 .tbox p {
        font-size: 14px;
    }
    .coten2 .tbox{
        width: 100%;
    }
    .coten2 .pic{
        width: 100%;
        text-align: center;
        max-width: 285px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    .coten2 h3{
        text-align: justify;
        line-height: 200%;
        font-size: 20px;
        text-edge: cap;
        font-feature-settings: 'palt' on;
        text-overflow: ellipsis;
    }
    .coten2,.coten3{
        border: none;
    }

    .coten4 .box .pic+p{
        font-size: 14px;

    }
    .coten4 .box{
        width: 47%;
        margin-right: 6%;
    }
    .coten4 .box:nth-child(2n){
        margin-right: 0;
    }
    .coten5 .tbox{
        width: 100%;
    }
    .coten5 .pic{
        width: 100%;
        margin-top: 20px;
    }
    .coten5 h3{
        font-size: 20px;
    }
    .coten5 h3 .e{
        font-size: 14px;
    }
}

.h2h{
    text-align: center;
    font-size: 42px;
    text-edge: cap;
    font-family: 'Draft B', sans-serif;
    font-weight: 400;

    padding-bottom: 30px;

}
.w585{
    max-width: 585px;
    margin:0 auto;
}
.red{
    color:#EC0000 ;
}
.contact1 .chyu1{
    padding: 0 0 40px 0;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.contact1 .chyu1 p{
	font-weight: 500;
}
.contact1 .chyu1 p a{
    text-decoration: underline;
}
.contact1 .table dt,.contact1 .smf-item__label__text{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.56px;
    margin-bottom: 5px;
}
.contact1 .table dt .red,.contact1 .smf-item__label__text .red{
    font-size: 12px;
    margin-left: 0.5em;
}
.contact1 .table dd{
    min-height: 40px;
}
.contact1 .size1,.contact1 .smf-form .smf-item .smf-text-control__control.size1{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #222;
    display: block;
}
.contact1 .wp-block-snow-monkey-forms-item{
	margin-bottom: 35px;
}
.contact1 .wp-block-snow-monkey-forms-item.policycont{
	margin-bottom: 0;
}
.contact1 dl{
    margin-bottom: 35px;
}
.contact1 textarea{
    height:180px ;
}
.contact1 .policy{
    background: rgba(238, 238, 238, 0.80);
}
.contact1 .policy .txt,.contact1 .doui .smf-item__col{
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
    padding: 10px 0;
}
.contact1 .policy h3{
    color: #333;
    font-weight: 700;
    padding: 16px 0 10px 0;
}
.contact1 .policy .txt p{
    text-align: justify;
    line-height: 180%;
    letter-spacing: 0.64px;
    padding: 0 0 20px 0;
}
.contact1 .policy .txt p a{
    color: #002790;
    text-decoration: underline;
}
.contact1 .policy .txt span,.contact1 .doui span{
    color: #fff;
}
.contact1 .doui span{
	line-height: 160%;
}
.contact1 .policy .doui,.contact1 .doui{
    background:#000 ;
}
.contact1 .smf-button-control{
	max-width: 280px;
	width: 63.22%;
	margin-left: 2.22% !important;
	margin-right: 2.22% !important;
	display: inline-block;
}
.contact1 button[data-action="confirm"]{
	width: 100%;
	background: #222;
	color: #fff;
	line-height: 180%;
	letter-spacing: 0.64px;
	border: none;
	font-weight: 500;
	padding: 15px 0;
	border-radius: 9999px;
	cursor: pointer;
}
.contact1 .smf-action{
	text-align: center;
	letter-spacing: -5px;
	}
.contact1 .smf-action .smf-button-control{
	letter-spacing: 0;
}
.form_btn{
    margin-top: 40px;
}
.contact1 form[data-screen="confirm"] .policy,.contact1 form[data-screen="confirm"] .doui{
	display: none;
}
.contact1 form[data-screen="confirm"] .smf-action .smf-button-control:first-child{
	width: 31.11%;
}
.contact1 form[data-screen="confirm"] .smf-action .smf-button-control button[data-action="back"]{
	width: 100%;
	background-color: #fff;
	border: 1px solid #222;
	line-height: 180%;
	letter-spacing: 0.64px;
	font-weight: 500;
	padding: 15px 0;
	border-radius: 9999px;
	cursor: pointer;
	background: none;

}
.contact1 form[data-screen="confirm"] .smf-action .smf-button-control button[data-action="complete"]{
	width: 100%;
	background: #222;
	color: #fff;
	line-height: 180%;
	letter-spacing: 0.64px;
	border: none;
	font-weight: 500;
	padding: 15px 0;
	border-radius: 9999px;
	cursor: pointer;
}
.contact1 .smf-form .smf-item .smf-radio-buttons-control__control .smf-label{
    line-height: 160%;
    margin-top: 5px;
}
.contact1 .smf-form .smf-item .smf-radio-buttons-control__control .smf-label+.smf-label{
    margin-top: 10px;
}
.mmg2 .smf-action{
	margin-top: 40px;
}
.mmg2 form[data-screen="input"] .txt2{
	display: none;

}
.mmg2 form[data-screen="confirm"] .txt2{
	display: block;

}
.mmg2 form[data-screen="confirm"] .txt1{
	display: none;

}
.mmg2 form[data-screen="confirm"] .policycont{
	display: none;
}
.form_btn .submit{
    max-width: 280px;
    width: 63.22%;
}
.form_btn li.back{
    width: 31.11%;
}
.form_btn li{
    margin-left: 2.22%;
    margin-right: 2.22%;
}
.mmg2 form[data-screen="confirm"] .mmgmail .smf-placeholder{
	background: #eee;
	text-align: center;
	padding: 50px 5px;
	font-weight: 500;
}
.form_btn .submit input{
    width: 100%;
    background:#222 ;
    color: #fff;
    line-height: 180%;
    letter-spacing: 0.64px;
    border: none;
    font-weight: 500;
    padding: 15px 0;
    border-radius: 9999px;
    cursor: pointer;
}
.form_btn .back input{
    width: 100%;
    background-color: #fff;
    border: 1px solid #222;
    line-height: 180%;
    letter-spacing: 0.64px;
    font-weight: 500;
    padding: 15px 0;
    border-radius: 9999px;
    cursor: pointer;
}

.slick-num{
    display: none;
}
.logo .in{
    display: inline-block;
    text-align: left;
}
@media only screen and (max-width: 599px) {
.form_btn .submit{
width:55%;
}
    .contact1 .smf-button-control{
	width: 55%;
	}
    .logowrap{
        position: relative;
        text-align: center;
        top: 50%;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        transform: translateY(-50%);
        width: 100%;
        padding: 0;
        height: auto;
    }

    .logowrap .logo{
font-size: 148px;
        font-size: clamp(6.25rem, -1.576rem + 39.13vw, 11.875rem);
        font-weight: 400;
    }
    .homemv_wrap{
        padding-top: 0 !important;
        overflow: hidden;
    }
    .logo_left{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    .homemv_wrap.small.small2 .logowrap{
        transform: translateY(-50%);
        position: relative;
    }
    .homemv_wrap.small.small2 .home_consept{
        margin-top: 50px;
    }
    .home_consept{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        opacity: 1;
        padding-top: 20px;

    }
    .logowrap:before{
        display: none;
    }
    .home_consept h2{
        font-size: 21px;
        line-height: 200%;
    }
    .home1 h2{
        font-size: 36px;
        text-align: left;
        padding-bottom: 30px;
        letter-spacing: 0;
    }
    #special_feature h2{
        line-height: 120%;
    }
    .home1 h2 .s{
        display: block;
    }
    .home1 .box{
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto !important;
    }
    .home1 .storslide .box{
        margin-left: 10px!important;
        margin-right: 10px !important;
    }
    body.home .home1 .box{
        width: 23%;
        margin: 0 2.6% 50px 0 !important;
    }
    body.home .home1 .box:nth-child(4n){
        margin-right: 0 !important;
    }
    body.home .home1 .wrap{
        overflow: auto;
    }
    body.home .home1 .wrap .flex{
        width:1200px !important;
    }
    .home2{
        max-width:none;
        width: 100%;
    }
    .home3 .tbox{
        width: 100%;
    }
    .home3 .imap{
        width: 100%;
        padding-top: 30px;
    }
    .slick-num{
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom:16px;
        font-size: 13px;
        color: #fff;
        letter-spacing: 1.3px;
        background: rgba(34, 34, 34, 0.60);
        border-radius: 9999px;
        padding:2px 15px;

    }
    .sliderwrap .arrows,.sliderwrap .dots{
        display: none;
    }
}
.mw_wp_form_input .form_btn li.back{
    display: none;
}

.mw_wp_form_preview .policy{
    display: none;
}
.thanks p{
    text-align: center;
    padding: 0 0 20px 0;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.64px;
}
#mc_embed_signup .txt p{
    text-align: center;
    font-weight: 700;
    line-height: 180%;
    padding: 0 0 20px 0;
}
#mc_embed_signup .txt{
    padding-bottom:30px ;
}
#mc_embed_signup .mc-field-group,#waku+.mailpoet_paragraph {
    background:#eee ;
    text-align: center;
    padding: 50px 5px;
}
#mc_embed_signup .mc-field-group input,#waku+.mailpoet_paragraph input{
    text-align: center;
    border: none;
    background: #eee;
    font-weight: 700;
    font-size: 18px;
user-select: none;
pointer-events : none;
width:100%;
}
.form_btn .back a {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #fff;
    border: 1px solid #222;
    line-height: 180%;
    letter-spacing: 0.64px;
    font-weight: 500;
    padding: 15px 0;
    border-radius: 9999px;
    cursor: pointer;
}
#mc_embed_signup{
    position: relative;
}
#mce-success-response{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 180%;
}
#mc_embed_signup .mc-field-group input:focus,#waku+.mailpoet_paragraph  input:focus {
    border: none;
    outline: none;
}
#waku+.mailpoet_paragraph label{
display:none;

}
.mgabout li{
    font-size: 14px;
    line-height: 180%;
    font-weight: 500;
    padding-left: 1em;
    text-indent: -1em;
}
.mgabout li a{
    color: #002790;
    text-decoration: underline;
}
.mgabout{
    padding: 0 0 20px 0;
}
.singlepic .pic {
    padding: 0 0 50px 0;
}
.totop{
    display: none;
}
#footer{
    position: relative;
}
.kai1{
display:block;
}
@media only screen and (max-width: 599px) {
.kai1{
padding-bottom:25px;
}
.kai2{
display:block;
}
    .totop{
        display: block;
        position:absolute;
        top: 60px;
        right:40px ;

        color: #fff;
        font-size: 14px;
    }
    .totop a{
        color: #fff;
        display: block;
        transform: rotate(-90deg);
        transform-origin:right top;
    }
    .totop .i img{
        transform: rotate(90deg);
    }
    .totop .t{
        display: inline-block;
        margin-right: 1em;
    }
}
.mw_wp_form_input .thanks .txt2{
    display: none;
}
.mw_wp_form_preview .thanks .txt1{
    display: none;
}
.mw_wp_form_preview .thanks .txt2{
    display: block;
}
.mw_wp_form_preview .mgabout{
    display: none;
}
.mw_wp_form_preview .mgdd{
    background: #eee;
    text-align: center;
    padding: 50px 5px;
    font-weight: 500;
  }

.logowrap .logo .andr{
    display: none;
}
#footer .foot_mg .logo .andr{
    display: none;
}
.android #footer .foot_mg .logo .andr{
    display: inline;
}
.android #footer .foot_mg .logo .in{
    display: none;
}
#header h1 .andr{
    max-width:115px ;
    display: inline-block;
}
#header h1 .andr img.background--dark{
    filter: invert(1); /* 画像の色を反転（黒→白） */
}
.android #header h1 .andr{
    display: inline-block;
}
.android #header h1 .in{
    display: none;
}

@media only screen and (max-width: 1024px) {
    #footer .foot_mg .logo{
        width: 100%;
        max-width: 230px;
    }
}
@media only screen and (max-width: 599px) {
    .android .logowrap .logo .andr{
        display: block;
    }
    .android .logowrap .logo .in{
        display: none;
    }
    .h2h{
        line-height: 140%;
        padding-bottom: 60px;
        font-size: 36px;
    }
    #header h1 .andr{
        max-width: 77px;
    }


}
#mailpoet_form_1 .mailpoet_paragraph.last{
display:none;
}
.mgstop .btn a{
display:block;
max-width:250px;
  width: 100%;
  background: #222;
margin:0 auto;
  color: #fff;
  line-height: 180%;
  letter-spacing: 0.64px;
  border: none;
  font-weight: 500;
  padding: 15px 0;
  border-radius: 9999px;
  cursor: pointer;
}
.mgstop dt{
font-weight:bold;
}
.mgstop dd{
  background: #eee;
  text-align: center;
  padding: 20px 5px;
font-weight:bold;
}

#gnav{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
}
#gnav .wrap{
    position: fixed;
    top: 0;
    right: 0;
    background: #222;
    width: 80%;
    max-width:460px ;
    height: 100%;
    z-index: 100;
    overflow-y: scroll;
    scrollbar-width: none;
    transform: translateX(460px);
    transition: ease .5s;

}
#gnav.action .wrap{
    transform: translateX(0);
}
#header .open{
    position: absolute;
    top: 24px;
    right: 24px;
    line-height: 1;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(images/ic_open.svg) 0 0 no-repeat;
}
#header .open.background--dark{
    filter: invert(1); /* 画像の色を反転（黒→白） */
}
.head_ic{
	position: absolute;
	top: 20px;
	right: 44px;
	line-height: 1;
}
.head_ic li{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 0 18px 0 0;

}
.head_ic.background--dark li img{
    filter: invert(1); /* 画像の色を反転（黒→白） */
}
#gnav .wrap::-webkit-scrollbar{
    display:none;
}
#gnav .wrap .in{
    width: 80%;
    margin: 50px auto 50px auto;

    border-top:1px solid  #555;
}
#gnav li a{
    color: #fff;
}
#gnav .nav {
    border-bottom:1px solid #555 ;
    padding: 20px 0 0 0;
    margin-bottom: 25px;
}
#gnav .shopnav{
    border-bottom:1px solid #555 ;
}
#gnav .nav li{
    font-family: 'Draft B', sans-serif;
    padding: 0 0 8px 0;
}
#gnav .nav li.sns img{
    width: 32px;
}
#gnav .nav li.sns li{
    display: inline-block;
}
#gnav .nav li.sns li:first-child{
    padding-right: 10px;
}
#gnav .nav li.sns{
    padding:0 0 20px 0 ;
}
#gnav .lang li{
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}
#gnav .lang li:first-child{
    padding-right: 3px;
}
#gnav .shopnav li{
    font-size: 15px;
    padding: 0 0 24px 0;
}
#gnav .shopnav li .i{
    display: inline-block;
    vertical-align: baseline;
    margin-right: 8px;
}
#gnav .shopnav{
    padding: 25px 0 5px 0;
}
#header .coloer_selecter.dark-color{
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

#gnav .close{
    display: none;
    position: absolute;
    top: -30px;
    right: 490px;
    width:20px ;
    height: 20px;
    background: url(images/ic_close.svg) 0 0 no-repeat;
    z-index: 200;
    cursor: pointer;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);

}
#gnav.action .close{
    display: block;
    top: 30px;
}

@media only screen and (max-width: 1024px) {
    #gnav .wrap{
        transform: translateX(250px);
        max-width: none;
        width: 250px;
    }
    #gnav .close{
        right: 280px;
        top: 24px;
    }
}
.commerce1{
    max-width: 790px;
    margin: 0 auto;
}
.commerce1 h3{
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 18px 0;
}
.commerce1 p{
    padding: 0 0 25px 0;
}
.excat{
    text-align: center;
    padding: 0 0 60px 0;
}
.excat li{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding: 0 3px;
}
.excat li a{
    display: inline-block;
    padding: 0 10px 3px 10px;
    border-bottom:2px solid #fff ;
}
.excat li a:hover,.excat li.current-cat a{
    border-color: #000;
    opacity: 1;
}
@media only screen and (max-width: 599px) {
    .excat{
        display: none;
    }
    #header .open{
        right: 5%;
    }
    .head_ic{
        right: calc(5% + 20px);
    }
    .head_ic li{
        padding-right: 14px;
    }
}
.newslist .box{
    display: flex;
    padding: 0 0 30px 0 ;
}
.newslist .box dl{
    display: flex;
}
.newslist .box p{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height: 160%;

}
.newslist .box dt{
    padding: 0 45px 0 0;
    line-height: 160%;
    font-size: 16px;
    font-weight: bold;
}

.newslist .box dd a{
    background:#000 ;
    font-size: 12px;
    display: block;
    width: 96px;
    text-align: center;
    font-family: 'Draft B', sans-serif;
    color: #fff;
    border-radius: 2px;
}
.newslist .box dt+dd{
    padding-right: 35px;
    line-height: 180%;
}
.newslist .box dd+dd{
    border: 1px solid #000;
    font-size: 12px;
    margin-right: 10px;
    padding: 0 5px;
    line-height: 230%;
    vertical-align: middle;
    font-weight: 400;
    font-family: 'Draft B', sans-serif;
border-radius: 2px;
}
@media only screen and (max-width: 599px) {
    .newslist .box{
        display: block;
    }
    .newslist .box dt{
        padding-right: 10px;
        font-size: 14px;
        line-height: 140%;
    }
    .newslist .box dt+dd{
        padding-right: 10px;
        line-height: 140%;
    }
    .newslist .box dd + dd{
        line-height: 180%;
    }
    .newslist .box p{
        padding: 10px 0 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space:inherit;
        font-size: 14px;
    }
}
.newssingle{
    max-width:792px;
    margin: 0 auto;
}
.newssingle .newspic{
    display: flex;
    position: relative;
    margin-bottom: 30px;

}
.newssingle .newspic:before{
    content: "";
    width: 1px;
    padding-bottom: 56%;
}
.newssingle .newspic p{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.newssingle .newspic p img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newssingle .news_tit dl{
    display: flex;
    padding: 0 0 24px 0;
}
.newssingle .news_tit dt{
    padding: 0 20px 0 0;
    line-height: 140%;
    font-size: 18px;
    font-weight: bold;
}
.newssingle .news_tit a{
    background: #000;
    font-size: 12px;
    display: block;
    width: 96px;
    text-align: center;
    font-family: 'Draft B', sans-serif;
    color: #fff;
    border-radius: 2px;
}
.newssingle .news_tit dt+dd {
    padding-right: 20px;
    line-height: 180%;
}
.newssingle .news_tit dd+dd{
    border: 1px solid #000;
    font-size: 12px;
    font-family: 'Draft B', sans-serif;
    margin-right: 10px;
    padding: 0 5px;
    line-height: 230%;
    vertical-align: middle;
border-radius: 2px;
}
.newssingle h2{
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 30px 0;
    line-height: 180%;
}
.newssingle .txt p{
    padding: 0 0 20px 0;
    text-align: justify;
    font-feature-settings: 'palt' on;
    text-overflow: ellipsis;
    letter-spacing: 0.09em;
}
body.en .newssingle .txt p{
letter-spacing: 0;
}
.newssingle .txt{
    padding: 0 0 10px 0;
}
@media only screen and (max-width: 599px) {
    .newssingle .news_tit dt,.newssingle .news_tit dt+dd{
        padding-right: 10px;
    }
    .newssingle h2{
        font-size: 20px;
    }
}
.home #header{
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;

}

.home .slider .slide{
    position: relative;
    display: flex;
}
.home .slider .slide:before{
    content: "";
    width: 1px;
    padding-bottom: 100lvh;
}
.home .slider .slide .pic,.home .slider .slide .pic span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.home .slider .slide .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.home .slider .slide .pic .sp{
    display: none;
}
.home .slider .slide dl{
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: 2;
    display: none;
}

.home .slider .slide .txt{
    display: none;

}
.home .slider .slide dt,.home_nav .txt dt{
    font-weight: bold;
    color: #222;
}

.home .slider .slide dt a,.home_nav .txt dt a{
    color: #222;
}
.home .slider .slide dt.background--dark,.home_nav .txt dt.background--dark{
    color: #fff;
}
.home .slider .slide dt.background--dark a,.home_nav .txt dt.background--dark a{
    color: #fff;
}
.home .slider .slide dt+dd,.home_nav .txt dt+dd{
    font-weight: bold;
    color: #222;
}
.home .slider .slide dt+dd.background--dark,.home_nav .txt dt+dd.background--dark{
    color: #fff;
}
.home .slider .slide dl.light-color dt a,.home_nav .txt dl.light-color dt a{
    color: #222;
}
.home .slider .slide dl.light-color dt+dd,.home_nav .txt dl.light-color dt+dd{
    color: #222;
}
.home_nav .txt{
    position: absolute;
    left: 35px;
    bottom: calc(100% + 35px);
}
.home .slider .slide dd.tag .x,.home_nav .txt dd.tag .x{
    background: #000;
    font-size: 12px;
    display: inline-block;
    width: 96px;
    text-align: center;
    font-family: 'Draft B', sans-serif;
    color: #fff;
    line-height: 210%;
}

.home .slider .slide dd.tag,.home_nav .txt dd.tag{
    padding-bottom: 10px;
}
.home .home2{
    margin-bottom: 0;
    position: relative;
}
.home_nav{
    background: #000;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
}
.home_nav ul{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 7px 0;
}
.home_nav li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.home_nav li a{
    color: #fff;
    font-family: 'Draft B', sans-serif;
    letter-spacing: 10%;
}
.home_nav li ul{
    min-width: 80px;
}
.home_nav li li{
    max-width: 30px;
    padding: 0 0 0 0;
}
.home_nav li ul{
    letter-spacing: -5px;
}
.home_nav li li+li{
    letter-spacing: 0;
    padding-left: 20px;
}
.footnav{
    letter-spacing: -5px;
    border-bottom: #333 solid 1px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    margin-top: -50px;
}
.footnav li{
    display: inline-block;
    letter-spacing: 10%;
    padding: 0 2.5em 0 0;
}
.footnav li a{
    color: #fff;
    font-family: 'Draft B', sans-serif;
}
.home_news{
    padding:100px 0 80px 0 ;
}
.home_news .tit{
    float: left;
    width: 210px;
    padding-top: 40px;
}
.home_news .newslist{
    width:calc(100% - 210px);
    float: right;
    border-top:1px solid #222;
    border-bottom:1px solid #222;
    padding: 40px 0 20px 0;
}
.home_news .newslist .box{
    padding-bottom: 20px;
}
.home_news .tit h2{
    text-align: left;
line-height: 0.8;
}
.home_news .tit .more a{
    display: block;
    width: 100px;
    border-radius: 25px ;
    border: 1px solid #000;
    font-family: 'Draft B', sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
}

.home1  .tit{
    position: relative;
}
.home1 .exslidenav{
    position: absolute;
    right: 20px;
    top: 25px;
}
.home1 .exarrows button {
    background: none;
    border: none;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.home1 .exarrows button.slick-prev {
    background: url(images/sl_ar_l.svg) 0 0 no-repeat;
    position: absolute;
	top: 110px;
	left: -40px;
}
.home1 .exarrows button.slick-next {
    background: url(images/sl_ar_r.svg) 0 0 no-repeat;
    top: 110px;
	right: -40px;
	position: absolute;
}
.home1 .wrap{
	position: relative;
}
.home1 .exslidenav .more a{
    display: block;
    width: 100px;
    border-radius: 25px;
    border: 1px solid #000;
    font-family: 'Draft B', sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
  }
@media only screen and (max-width: 1024px) {
    .home .slider .slide .pic .sp{
        display: block;
    }
    .home .slider .slide .pic .pc{
        display: none;
    }
    .home_news .tit h2{
        line-height: 1;
    }

    .home_news .tit{
        float: none;
        width: 100%;
    }
    .home_news .newslist{
        float: none;
        width: 100%;
    }
    .home_news .tit{
        display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
    padding-top: 0;

    }
    .home .home1 h2{
        text-align: left;
    }
    .home_news .tit .more{
        margin-right: 20px;
    }
}
@media only screen and (max-width: 599px) {
    .home_news .tit .more{
        margin-right: 0;
    }
    .footnav{
        display: none;
    }
    .home .slider .slide:before{
        padding-bottom: 178%;
    }
    .home .slider .slide dl{
        bottom: 80px;
        left: 18px;
    }
    .home .sliderwrap .dots{
        display: block;
        left: 3%;
        text-align: center;
    }
    .home .slick-num{
        display: none;
    }
    .sliderwrap .dots li button{
        width:40px ;
    }
    .home_nav li a{
        background:#222 ;
        display: block;
        border-radius: 5px;
        padding: 10px 0;
    }
    .home_nav ul{
        display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
    }
    .home_nav li{
        width: calc(50% - 2.5px);
        padding: 0;
        margin-bottom: 5px;
    }
    .home_nav li li{
        max-width: none;
        width: calc(50% - 2.5px);
        margin-bottom: 0;
    }
    .home_nav li ul{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .home_nav li li+li{
        padding-left: 0;
    }
    .home_nav ul{
        padding: 10px 0 5px 0;
        display: none;
    }
    .home_nav li li a{
        padding: 7px 0 ;
    }
    .home_nav .txt{
        left: 18px;
        bottom: 88px;
    }
    .home1 .exarrows{
        display: none;
    }
    .home1 .exslidenav{
        top: 15px;
        right: 0;
    }
    .home1 .exslide .box{
        max-width: none;

    }
    .home1 .exslide .box .in{
        max-width: 320px;
        margin: 0 auto;
    }
    .home1 .exslide .box:first-child{
        display: block;
    }

}
.pagenav{
    text-align: center;
}
.pagenav a.page{
    display: inline-block;
    min-width: 30px;
    line-height: 30px;
    border:1px solid  #AAA;
    border-radius: 50%;
    font-size: 14px;
    color: #aaa;
    margin: 0 7px 10px 7px;
}
.pagenav a.page:hover{
    color: #222;
    border-color: #222;
    opacity: 1;

}
.pagenav span.current{
    display: inline-block;
    min-width: 32px;
    line-height: 32px;
    background: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    margin: 0 7px 10px 7px;
}
.pagenav span.extend{
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-5px);
    color: #aaa;
    letter-spacing: -0.5px;

    width: 32px;
}
.pagenav .previouspostslink{
    background: url(images/sl_ar_l.svg) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-indent: -9999px;
    background-size: cover;
    vertical-align: middle;
    transform: translateY(-2px);
    margin-right: 7px;
}
.pagenav .nextpostslink{
    background: url(images/sl_ar_r.svg) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-indent: -9999px;
    background-size: cover;
    vertical-align: middle;
    transform: translateY(-2px);
    margin-left: 7px;
}
@media only screen and (max-width: 599px) {
    .pagenav .nextpostslink{
        margin-left: 3px;
    }
    .pagenav .previouspostslink{
        margin-right: 3px;
    }
    .pagenav span.current,.pagenav a.page{
        margin-left: 3px;
        margin-right: 3px;
    }
}
/*.home1 .box .pic a .ex_inf.end{
    background: #999;
    color: #fff;
}
.home1 .box p.ex_inf.end .w{
    background: #999;
    color: #fff;
}
.home1 .box .pic a .ex_inf.insession{
    background: #000;
    color: #fff;
}
.home1 .box p.ex_inf.insession .w{
    background: #000;
    color: #fff;
}

*/
.home1 .box p.ex_inf .w{
    background: #000;
    color: #fff;
}
.post-navigation{
    text-align: center;
}
.post-navigation .nav-previous,.post-navigation .nav-next{
    width: 32px;
    height: 32px;
}
.post-navigation .backtolist{
    font-size: 18px;
    font-family: 'Draft B', sans-serif;
    padding: 0 30px;
    letter-spacing: -0.5px;
    font-weight: 400;
}
body.en .post-navigation .backtolist{
letter-spacing: 0;

}
.post-navigation .nav-previous a,.post-navigation .nav-next a{
    background: none;
    border: none;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    display: block;

}
.post-navigation .nav-previous a{

    background: url(images/sl_ar_l.svg) 0 0 no-repeat;
    background-size: cover;
}
.post-navigation .nav-next a{

    background: url(images/sl_ar_r.svg) 0 0 no-repeat;
    background-size: cover;
}
.overlay #header h1{
    opacity: 0.6;
}
.bkkey{
    display: none;
}
.overlay .bkkey{
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0,0,0,0.5);
}

#wrapper.sf{
    background:#efefef ;
}

.sfwrap .sfright{
    width: 65.83%;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 6px;
}
.sfwrap .sfside{
    width: 23%;
    padding: 0 0 30px 0;
}
.sfwrap .sfside .box{
    border-top:2px solid #000;
}
.sfwrap .sfside .box h3{
    font-size: 24px;
    font-family: 'Draft B', sans-serif;
    font-weight: normal;
}
.sfwrap .sfside .ex .pic{
    display: flex;
    position: relative;
}
.sfwrap .sfside .ex .pic:before{
    content: "";
    width: 1px;
    padding-bottom: 100%;
}
.sfwrap .sfside .ex .pic a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sfwrap .sfside .ex .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sfwrap .sfside .ex dt{
    color: #222;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 150%;
    font-weight: 500;
    font-feature-settings: 'palt' on;
    leading-trim: both;
    text-edge: cap;
    padding: 0 0 10px 0;
}
.sfwrap .sfside .ex dd{
    leading-trim: both;
    color: #222;
    text-edge: cap;
    font-feature-settings: 'pwid' on;
    font-size: 14px;
    line-height: 100%;
}
.sfwrap .sfside .ex dl{
    padding: 10px 0 0 0;
}
.sfwrap .sfright .in{
    max-width: 690px;
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;
}
.sfwrap .sfright .tit h2{
    font-size: 28px;
    font-weight: bold;
    line-height: 200%;
    padding: 0 0 30px 0;
    letter-spacing: 1.28px;
}
body.en .sfwrap .sfright .tit h2{
    letter-spacing: 0;
}
.sfwrap .sfright .tit .day{
    padding: 0 0 10px 0;
}
.sfwrap .sfright .wp-block-preformatted{
    background:#F8F8F8 ;
    padding: 20px 5%;
    color: #555555;
    margin-top: 60px;
    text-align: justify;
    font-feature-settings: 'palt' on;
    text-overflow: ellipsis;
    letter-spacing: 0.09em;
}
body.en .sfwrap .sfright .wp-block-preformatted{
    letter-spacing: 0;
}
.sfwrap .sfright .txtwrap p{
    padding: 0 0 20px 0;
    text-align: justify;
    font-feature-settings: 'palt' on;
    text-overflow: ellipsis;
    letter-spacing: 0.09em;
}
.sfwrap .sfright .txtwrap p{
    letter-spacing: 0;
}
.sfwrap .sfright .txtwrap h4{
    font-size: 18px;
    padding: 20px 0 20px 0;
    font-weight: bold;

letter-spacing: 0.84px;
}
body.en .sfwrap .sfright .txtwrap h4{
    letter-spacing: 0;
}
.sfwrap .sfright .txtwrap h3{
    font-size: 24px;
    font-weight: bold;
    padding: 40px 0 10px 0;

letter-spacing: 0.84px;
}
body.en .sfwrap .sfright .txtwrap h3{
    letter-spacing: 0;
}

.sfwrap .sfright .top_linkp.no1{
    display: none;
}
.sfwrap .sfright .pagenav a{
    display: inline-block;
    min-width: 30px;
    line-height: 30px;
    border: 1px solid #AAA;
    border-radius: 50%;
    font-size: 14px;
    color: #aaa;
    margin: 0 7px 10px 7px;
}

.sfwrap .sfright .pagenav .nextpostslink{
    margin: 0;
    background-image: url(images/sf_next.svg);
    width: 28px;
    height: 26px;
    background-position: 50% 50%;
}
.sfwrap .sfright .pagenav .previouspostslink{
    margin: 0;
    background-image: url(images/sf_prev.svg);
    width: 28px;
    height: 26px;
    background-position: 50% 50%;
}
.sfwrap .sfright .pagenav{
    letter-spacing: -4px;
}
.sfwrap .sfright .pagenav span,.sfwrap .sfright .pagenav a{
    letter-spacing: 0;
}
.sfwrap .sfright .bottom_linkp .pagenav{
    padding: 50px 0 20px 0;
}
.home1 .box .sf_tit{
    font-size: 18px;
    font-weight: bold;
    line-height: 180%;
    padding: 14px 0 0 0;
}
.sfwrap .sfright .txtwrap p+.wp-block-image,.sfwrap .sfright .txtwrap h3+.wp-block-image{
    margin-top:30px;
}
.sfwrap .sfright .txtwrap .wp-block-image+.wp-block-image{
    margin-top:60px;
}
.sfwrap .sfright .txtwrap .wp-block-image figcaption{
margin:0;
font-size:12px;
color: #888;

 padding-top: 5px;
}
.sfwrap .sfright .txtwrap .goos-block p+.wp-block-image{
    margin-top: 0;
    margin-bottom: 40px;
}
.sfwrap .sfright .txtwrap .goos-block p+.wp-block-image:last-child{
    margin-bottom: 1em;
}
.sfwrap .sfright .txtwrap .wp-block-separator{
height:1px;
border-top: 1px solid #ccc;
border-bottom:none;
}
.sfwrap .sfright .txtwrap .bottom_credit{
padding-top:10px;
}
.sfwrap .sfright .txtwrap .bottom_credit li{
font-size:12px;
color: #222;
line-height:180%;

}
@media only screen and (max-width: 1024px) {
    .sfwrap .sfright .tit h2{
        font-size: 24px;
    }
    .sfwrap .sfright{
        width: 72%;
    }
    .sfwrap .sfside .box h3{
        font-size: 20px;
    }
    .sfwrap .sfright .txtwrap h3{
        font-size: 20px;
        line-height: 180%;
    }
    .sfwrap .sfright .txtwrap h4,.sfwrap .sfright .txtwrap p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 599px) {
    .sfwrap .sfright{
        width: 100%;
    }
    .sfwrap .sfright .tit h2{
        font-size: 20px;
    }
    .sfwrap .sfside{
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }
    .sfwrap .sfside .ex{
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
.sfwrap{
width:100%;
}
.sfwrap .sfright .in{
width:90%;
}
}


.home1 .storslide .box{
    margin: 0 20px 50px 20px;
}
.home1 .storslide.flex .box{
    margin: 0 2.6% 50px 0;
}
.home1 .storslide.flex .box:nth-child(4n){
    margin-right: 0;
}
.home1 .box .info{
    padding-top: 16px;
}
.home1 .storslide dt{
    font-weight:bold;
    padding-bottom: 5px;
}
.home1 .storslide dt .tname{
    display:block;
}
.home1 .box .info .soldout{
    color: #FF0000;
    font-size: 14px;
}
.home1 .box .info .soldout+dd{
    font-size: 14px;
}
.home1 .box .info dt{
    text-align: right;
    padding-bottom: 5px;
    font-weight: bold;
}
.home1 .box .info dt small{
    display: none;
}
.home1 .storslide .box dd{
    line-height: 140%;
}
.home1 .box .info dd{
    text-align: right;
    padding-bottom: 5px;
}
.home1 .box .info dt+dd{
    font-size: 14px;
}
.home1 .box .info dd+dd{
    font-size: 12px;
}
.home1 .box .info dd .new{
    border: 1px solid #000;
    font-size: 10px;
    padding: 0 3px;
    line-height: 230%;
    vertical-align: middle;
    font-weight: 400;
    font-family: 'Draft B', sans-serif;
border-radius: 2px;
}

.store_top .flexb .pic{
    width: 50%;
    display: flex;
    position: relative;
}
.store_top .flexb .pic p{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.store_top .flexb .tbox{
    width: 50%;
}

.store_top .pic:before{
    content: "";
    width: 1px;
    padding-bottom: 56.27%;
    display: block;
}

.store_top .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.store_top .tbox{
    width: 50%;
    background:#F8F8F8 ;
    display:flex;
    align-items: center;
}
.store_top .tbox .in{
    max-width: 540px;
    width: 95%;
    margin: 0 auto;
}
.store_top .tbox h3{
    font-size: 36px;
    font-family: 'Draft B','Noto Sans JP', sans-serif;
    padding: 20px 0;
    line-height: 140%;
}
.store_top .tbox p{
    padding: 0 0 20px 0;
}
.store_top .tbox .more a{
    display: block;
    width: 100%;
    max-width: 280px;
    border-radius: 25px;
    border: 1px solid #000;
    font-family: 'Draft B', sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
    font-family: 'Draft B', sans-serif;
}
.store_top .tbox .txt{
    padding: 0 0 10px 0;
}

.store_top{
    margin-bottom:150px;
}
.store_top .sliderwrap .dots{
    bottom: -50px;
}
.store_top .sliderwrap .dots ul{
    height: 4px;
}
.store_top .sliderwrap .dots li{
    line-height: 1px;
    font-size: 1px;
}
.store_top .sliderwrap .arrows{
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
}
.storelist .h2h{
    padding-bottom: 0;
}
.storelist .h3s{
    text-align: center;
    font-family: 'Draft B', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    position: relative;
    margin-top: -10px;
    padding: 0 0 20px 0;
}
.storelist .h3s:before{
    content: "|";
    display: block;
    line-height: 120%;
}
.storelist_nav li{
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 25px;
    cursor: pointer;
    position: relative;
}
.storelist_nav li.check2{
    margin-left: 20px;
}
.storelist_nav li:first-child{
    margin-left: 0;
}
.storelist_nav li .i{
    display: inline-block;
    margin: 0.25em;
}
.storelist_nav li .i img{
    vertical-align: middle;
    width: 14px;
}
.storelist_nav li li{
    cursor: text;
}
.storelist_nav li .check1_op{
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: 150px;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 10px;
    z-index: 10;
    background: #fff;
    display: none;
}
.storelist_nav li .check1_op.action{
    display: block;
}
.storelist_nav li .check1_op li{
    display: block;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 14px;
}
.storelist_nav li .check1_op li input[type="radio"] {
    display: none;
}
.storelist_nav li .check1_op li input[type="radio"] + label {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.storelist_nav li .check1_op li input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 10px;
    background-size: contain;
}
.storelist_nav li .check1_op li input[type="radio"]:checked + label:before {
    background-image: url('images/ic_check.svg'); /* ここにチェックされた時の画像のパス */
}
.storelist_nav .check2 input[type="checkbox"] {
    display: none;
}
.storelist_nav .check2 input[type="checkbox"]+ label  {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.storelist_nav .check2 input[type="checkbox"]+ label:before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: 0.25em;
}
.storelist_nav .check2 input[type="checkbox"] + label:before{
    background-image: url(images/check_on.svg);

}
.storelist_nav .check2 input[type="checkbox"]:checked + label:before{
    background-image: url(images/check-circle-fill.svg);
}

.storelist_nav{
    text-align: right;
    padding: 0 0 25px 0;
}
.check3_op{
    position: fixed;
    width: 95vw;
    z-index: 120;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 800px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 2.5% 10px 2.5%;
    display: none;


}
.check3_op.action{
    display: block;
}
.backcolor{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}
.backcolor.action{
    display: block;
}
.check3_op .tit{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.check3_op .tt{
    border-bottom:#222 1px solid ;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 15px;
}
.check3_op li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 2em 5px 0;
    font-size: 14px;
}

.check3_op .waku{
    padding-bottom: 15px;
}
.storelist .home1 .box dt .tname{
    display: block;
}
.check3_op li input{
    margin-right: 0.5em;
    vertical-align: middle;
}
.check3_op .btns{
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.check3_op .wrap{
    border-bottom: 1px solid #222;
    margin-bottom: 30px;
}
.check3_op .btns li{
    padding: 0;
}
.check3_op .btns li:first-child{
    width: 30.37%;
}
.check3_op .btns li:last-child{
    width: 59.26%;
}
.check3_op .btns li #clear-button{
    border: 1px solid #000;
    border-radius: 100vw;
    text-align: center;
    font-size: 14px;
    line-height: 160%;
    padding: 9px 0;
    box-sizing: border-box;
    cursor: pointer;
}
.check3_op .btns li input{
    border-radius: 100vw;
    background: #000;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 160%;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
}
.check3_op .close{

    position: absolute;
    top: 25px;
    right: 2.5%;
    width: 20px;
    height: 20px;
    background: url(images/ic_close.svg) 0 0 no-repeat;
    z-index: 200;
    cursor: pointer;
}
.storelist .home1 .box dt{
    font-weight: bold;
    padding-bottom: 5px;
}
.storelist .home1 .box dd{
    line-height: 140%;
}
.store1{
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}
.store1 .imgs{
    width: 48.67%;
    padding: 0 0 30px 0;
}
.store1 .right{
    width: 40%;
    padding: 0 0 30px 0;
}
.store1 .right .artist{
    font-weight: bold;
    line-height: 160%;
}
.store1 .right .artist .sname{
    display: block;
}
.store1 .right h2{
    font-size: 24px;
}
.store1 .right .price{
    padding: 5px 0 20px 0;
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.store1 .right .price .s,.store1 .right .price .woocommerce-price-suffix{
    font-weight: normal;
    padding-left: 0.5em;
    font-size: 12px;
}
.store1 .stit{
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}
.store1 .stit .key{
    font-weight: 400;
    display: inline;
    padding: 0 0.25em;
}
.store1 .varis{
    padding: 0 0 20px 0;
}
.store1 .varis ul{
	display: flex;
	flex-wrap: wrap;
}

.store1 .varis dd li a,.store1 .varis dd li div{
    border: 1px solid #000;
    border-radius: 100vw;
    display: inline-block;
    width: 50px;
    line-height: 48px;
    text-align: center;
    margin: 1px;
    margin-bottom: 10px;
    background: #000;
    color: #fff;
}
.store1 .varis dd select+ul li div{
    width: auto;
    line-height:210%;
    padding: 10px 1.2em;
    font-size: 14px;
    min-width: 50px;
}

.store1 .varis dd li.selected div,.store1 .varis dd li div:hover{
    box-shadow:0 0 0 1px #000;
    border-color:#000 ;
    background: #fff;
    color: #000;
}
.store1  [data-wvstooltip]::before{
    display: none;
}
.store1  [data-wvstooltip]::after{
    display: none;
}
.store1 .varis dd li.imgon a{
    line-height: 1;
    width: auto;
    border-radius: 4px;
    overflow: hidden;
    padding: 3px;
}
.store1 .reset_variations{
    display: none !important;
}
.store1 .varis .image-variable-item div {
    line-height: 1;
    width: auto;
    border-radius: 4px;
    overflow: hidden;
    padding: 3px;
}
.store1 .varis dd li{
    padding-right: 10px;
}
.store1 .varis dd li.active a{
    border-color: #222;
}
.store1 .varis dd li.imgon,.store1 .varis .image-variable-item{
    padding-right: 10px;
}
.store1 .qu select{
    padding: 10px;
    min-width: 70px;
}
.store1 .qu .quantity input{
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: textfield;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    width: 40px;
    order: 2;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle;
}
.store1 .qu .quantity{
    border-top:1px solid #AAA;
    border-bottom:1px solid #AAA;

}
.store1 .qu .quantity input[type="number"]::-webkit-outer-spin-button,
.store1 .qu .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.store1 .wc-block-components-quantity-selector{
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
      margin-bottom: 30px;
    position: relative;
    flex-wrap: wrap;

}
.store1 .wc-block-components-quantity-selector .qty{
    width: 40px;
}
.store1 .wc-block-components-quantity-selector .zan,.store1 .single_variation_wrap {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;

}
.store1 .single_variation_wrap{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: block;
    margin-top: 10px;
}
.store1 .single_variation_wrap p{
    line-height: 140%;
    white-space: nowrap;
}
.store1 .wc-block-components-quantity-selector button{
    background: none transparent;
    border: 1px solid #AAA;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;

    padding: 0;
    text-align: center;
    text-decoration: none;
 }
 .store1 .wc-block-components-quantity-selector button.minus{
    border-right:none ;
 }
 .store1 .wc-block-components-quantity-selector button.plus{
    border-left:none ;
 }
 .store1 .wc-block-components-quantity-selector button:hover{
    border: 1px solid #000;
 }
.store1 .qu .zan{
    display: block;
    color: #666;
    font-size: 12px;
    padding: 0 0 0 0;
}

.store1 .qu .zan.b{
    color: #666666;
}
.store1 .qu{
    padding: 0 0 20px 0;
}
.store1 .storetable{
    padding: 0 0 20px 0 ;
}
.store1 .storetable table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ccc;
}
.store1 .storetable th{
    width:130px;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding: 3px 5px;
    font-size: 14px;
}
.store1 .storetable td{
    width: 350px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding: 3px 5px 3px 0;
    font-size: 14px;
}
.store1 .short-description{
    background: #F8F8F8;
    padding: 20px 20px 0 20px;
    margin-bottom: 40px;
}
.store1 .short-description p{
    padding: 0 0 20px 0;
    font-size: 14px;
    color: #666;
    line-height: 180%;
}
.store2{
    padding: 0 0 0 0;
    border-bottom: 1px solid #ccc;
}
.store2:last-child{
    border: none;
}
.store3{
    padding: 60px 0 0 0;
}
.store3 h3 {
    font-size: 24px;
    line-height: 200%;
    font-weight: 700;
    padding: 0 0 30px 0;
}
.store3 h3 .e {
    font-weight: 500;
    display: block;
    font-size: 16px;
    line-height: 160%;
}
.store3 .pic {
    width: 31%;
    padding-top: 9px;
}
.store3 .tbox{
    width: 65%
}
.store3 .tbox p{
    padding: 0 0 40px 0 ;
}
.sdslide .slick-arrow{
    border: none;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.sdslide .slick-arrow.slick-prev{
    background: url(images/sf_prev.svg) 0 0 no-repeat;
    left: 10px;
}
.sdslide .slick-arrow.slick-next{
    background: url(images/sf_next.svg) 0 0 no-repeat;
    right: 10px;
}
.store1 .thumbs .slick-track{
    width: 100% !important;
}
.store1 .thumbs .box{
    width: 18.49% !important;
    cursor: pointer;
    margin: 10px 1.88% 0 0;

}
.store1 .thumbs .box:nth-child(5n){
    margin-right: 0;
}
.store1 .thumbs .pic,.sdslide .pic{
    position: relative;
    display: flex;
}
.store1 .thumbs .pic:before,.sdslide .pic:before{
    content: "";
    width: 1px;
    padding-bottom: 100%;
}
.store1 .thumbs .pic .w,.sdslide .pic .w{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8f8f8;

}
.store1 .thumbs .pic .w img,.sdslide .pic .w img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sdslide ,.store1 .thumbs{
    display: none;
}
.sdslide.slick-initialized,.store1 .thumbs.slick-initialized{
    display: block;
}
.store2 h3{
    font-size: 22px;
    padding: 30px 0 20px 0;
    font-weight: bold;
}
.store2 p{
    padding: 0 0 20px 0;
}
.store2{
    padding: 20px 0 50px 0;
}
.home1 .slick-track{
    margin-left: 0;
    margin-right: 0;
}
@media only screen and (max-width: 1024px) {
    .store3 .tbox{
        width: 55%;
    }
    .store3 .pic{
        width: 40%;
    }
    .store1 .right{
        width: 48%;
    }
    .home1 .exarrows button.slick-prev{
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .home1 .exarrows button.slick-next{
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .home1 .exarrows button{
        width: 30px;
        height: 30px;
        background-size: cover !important;
    }
    .store_top{
        background: #F8F8F8;
    }
    .store_top .tbox h3{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .store_top .tbox .txt p{
        line-height: 140%;
        font-size: 14px;
    }
    .store_top .flexb .pic,.store_top .flexb .tbox{
        width: 100%;
    }
    .store_top .tbox .more a{
        margin: 0 auto;
    }
    .store_top .tbox .in{
        max-width: none;
    }
    .store_top .sliderwrap .dots{
        display: none;
    }
    .store_top .slick-num{
        display: none;
    }
    .store_top .sliderwrap .arrows{
        display: block;
    }
}
@media only screen and (max-width: 599px) {
    .store_top .tbox h3{
        font-size: 20px;
    }
    .storelist .home1 .box{
        width: 48%;
        margin-right: 4% !important;
        margin-left: 0;
    }
    .storelist .home1 .box:nth-child(2n){
        margin-right: 0 !important;
    }
    .storelist_nav{
        text-align: center;
    }
    .storelist .h3s:before{
        font-size: 14px;
        line-height: 210%;
    }
    .store3 .pic {
        width: 100%;
        margin-top: 20px;
    }
    .store3 .tbox{
        width: 100%;
    }
    .store1 .imgs{
        width: 100%;
        padding-bottom: 80px;
    }
    .store1 .right{
        width: 100%;
    }
    .store1 .thumbs{
        display: none !important;
    }
    .store1 .slick-num{
        bottom: -44px;
    }
    .store2 h3{
        font-size: 20px;
    }
    .check3_op{
        width: 86vw;
        padding-left: 5%;
        padding-right: 5%;
    }
    .check3_op li{
        width: 100%;
        margin-right: 0;
    }
    .storelist_nav li{
        margin-left: 18px;
    }
    .storelist_nav li.check2{
        margin-left: 12px;
    }
    .storelist_nav li .check1_op{
        right: auto;
        left: 0;
    }
}
.detail_btns{
    padding: 20px 0 40px 0;
}
.detail_btns .out-of-stock-text,.detail_btns .nostock{
    color: #FF0000;
}
.detail_btns .tocart{
    width: 75%;
}
.unlogin .detail_btns .tocart{
 width: 100%;
}
.unlogin .detail_btns .tolike{
width: 0;
display: none;
}
.detail_btns .tolike{
    width: 18.75%;
}
.detail_btns .tolike .yith-wcwl-add-to-wishlist{
    margin-top: 0;
}
.detail_btns .tolike .yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
    border:1px solid #aaa ;
    border-radius: 100vh;
    height: 58px;
    width: 100%;
    position: relative;
    margin-top: 0;
}

.detail_btns .tolike .yith-wcwl-add-to-wishlist div{
    position: relative;
}
.detail_btns .tolike .yith-wcwl-add-to-wishlist span.feedback{
    border:1px solid #000;
    border-radius: 100vh;
    height: 58px;
    width: 100%;
    position: relative;
    margin-top: 0;
    display: block;
}

.detail_btns .tolike .yith-wcwl-add-to-wishlist a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;


}
.detail_btns .tolike .yith-wcwl-add-to-wishlist a svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.detail_btns .tolike .yith-wcwl-add-to-wishlist span{
    display: none;
}
.detail_btns .tolike .yith-wcwl-add-to-wishlist span.feedback{
    display: block;
    font-size: 0;
    position: relative;
}
.detail_btns .tolike .yith-wcwl-add-to-wishlist span.feedback svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.detail_btns .tolike .yith-wcwl-add-to-wishlist i{
    display: block;
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    text-indent:0;
    color: #aaa;

}
.detail_btns .tolike .yith-wcwl-add-to-wishlist span.feedback i{
    color: #000;
}
.detail_btns .tolike .yith-wcwl-add-to-wishlist span.feedback+a{
    position: absolute;
    top: calc(100% + 2px);
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}
.detail_btns .tolike .yith-wcwl-add-to-wishlist span.feedback+a:hover{
    text-decoration: underline;
}
.detail_btns .tocart button{
    width: 100%;
    background: #222;
    color: #fff;
    line-height: 180%;
    font-weight: 500;
    border: none;

    padding: 15px 0;
    border-radius: 100vh;
    cursor: pointer;
}
.woocommerce-variation-availability .stock{
    font-size: 12px;
    color: #666;
}
.keikoku:before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
}
.keikoku div{
    width: 90%;
    max-width: 350px;
    box-sizing: border-box;
    padding:16px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
}
.keikoku div p{
    padding: 0 0 20px 0;
}
.keikoku div .closed{
    display: block;
    margin: 0 auto;
    width: 100px;
    cursor: pointer;
    background: #ccc;
    font-size: 14px;
    padding: 5px 0;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
}

h2.wp-block-heading:before{
	visibility: hidden;
}
.wc-block-components-product-badge{
    display: none !important;
}

.wc-block-components-button:not(.is-link){
    border-radius: 100vw;
    background:#000;
    color: #fff;
    border: none;

}
.ja .display-laws .h2h{
    font-size:32px;
}
.display-laws .wp-block-table table td{
    border-top: none;
    border-left: none;
    border-right: none;
    vertical-align: top;
}
.display-laws{
    max-width: 850px;
    margin: 0 auto;
}
.display-laws td:first-child{
    padding-right: 1.5em;
}
.ja .display-laws p.chy ,.ja .display-laws li{
    text-indent: -1em;
    padding-left: 1em;
}
.ja .display-laws li li{
    text-indent: -0.5em;
    padding-left: 0.5em;
}
@media only screen and (max-width: 599px) {
    .ja .display-laws .h2h{
        font-size: 24px;
    }
}
.artworks_btn_pop{
    margin-bottom: 16px;
    display: none;
}

.artworks_btn_pop .c{
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear;
    border-radius: 100vw;
    background: #000;
    color: #fff;
    min-height: 3em;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    cursor: pointer;
}
.woocommerce-thankyou-order-received{
    padding: 0 0 20px 0 ;
    font-size:18px;
}
.faq{
    max-width: 900px;
}
.faq .ewd-ufaq-post-margin{
    padding-bottom: 40px;
}
.faq h4{
    font-size: 18px;
    line-height: 140%;
    padding:0 0 10px 0;
}
.faq .ewd-ufaq-faq-div{
    padding-bottom: 10px;
}
.ja .faq .h2h{
    font-size: 32px;
}
@media only screen and (max-width: 599px) {
    .ja .faq .h2h{
        font-size: 24px;
    }
}

.faq-categories li{
    display: inline-block;
    font-size:14px;
    padding: 0 2em 10px 0;
}
.faq-categories li .i{
    width: 14px;
    display: inline-block;
    margin: 0.25em;
}
.h4faq{
    text-align: center;
    font-size:20px;
    font-weight: bold;
    padding: 60px 0 25px 0;
}

.faq-categories{
    padding-top: 20px;
}
.faqs .box{
    border-top:1px solid #D9D9D9 ;
}
.faqs .inner{
    max-width:790px ;
}
.faqs .box h4{
    font-weight: bold;
    padding: 18px 70px 18px 0;
    position: relative;
    cursor: pointer;
}
.faqs .box h4:before{
    content: "";
    width: 16px;
    height: 1px;
    background-color: #222;
    position: absolute;
    right: 25px;
    top: 32px;

}
.faqs .box h4:after{
    content: "";
    width: 17px;
    height: 1px;
    background-color: #222;
    position: absolute;
    right: 25px;
    top: 32px;
    transform: rotate(90deg);
    transform-origin:center center;

}
.faqs .box h4.active+.a{
    display: block;
}
.faqs .box h4.active:after{
    width: 16px;
    transform: rotate(0);
}
.faqs .wrap{
    border-bottom:1px solid #D9D9D9 ;
}
.faqs .box .a{
    display: none;
    padding: 0 70px 0 0;
}
.faqs .a p{
    padding: 0 0 20px 0;
}
.variations_form .single_variation_wrap button,.variations_form .single_variation_wrap .quantity{
    display: none !important;

}
.w1000{
    max-width: 1000px;
}
@media only screen and (max-width: 599px) {
    .faqs .box .a{
        padding: 0;
    }
}
.popup-content .wrap h2.wp-block-heading{
    padding-top: 40px;
}
.sitepolicy h3{
    font-size: 21px;
    padding: 20px 0 0 0;
    font-weight: bold;
}
.sitepolicy p{
    padding: 0 0 30px 0;
}
.sitepolicy ul li{
    text-indent: -1em;
    padding-left: 1em;
}
.sitepolicy ul {
    padding: 0 0 30px 0;
}
.sitepolicy ol {
    padding: 0 0 20px 1em;
  }
.sitepolicy h4{
    padding: 0 0 0 0;
    font-weight: bold;
}
.sitepolicy h2{
    font-weight: bold;
}

.woocommerce form.ja .form-row-first, .woocommerce-page form.ja .form-row-first{
float: right ;
}
.woocommerce form.ja .form-row-last, .woocommerce-page form.ja .form-row-last{
float: left ;
}
.woocommerce .edit-account-pass .form-row label[for="mailchimp_woocommerce_is_unsubscribed"],.woocommerce .edit-account-pass .form-row label[for="mailchimp_woocommerce_is_subscribed"]{
    display: none;

}
.woocommerce-button,.woocommerce-terms-and-conditions-wrapper button{
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
  }

/* ブランクテンプレート用 追記 2024/12/25 */
#footer.blank {
    background: #000;
    padding: 30px 0;
    margin-top: 0;
}
#footer.blank .footer__flex--blank {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
#footer.blank .footer__logo--blank {
    width: 100px;
    a {
        display: block;
    }
}
#footer.blank .copy {
    padding-bottom: 0;
}

@media only screen and (max-width: 599px) {
    #footer .copy {
        width: auto;
    }
}

@media only screen and (max-width: 599px) {
    .sliderwrap{
        height: 100vh;
        min-height: 500px; /* スマホでの最小高さを調整 */
    }

    .sliderwrap .slider{
        height: 100%;
        display: flex;
        align-items: center;
    }

    .sliderwrap .slider .slick-list{
        height: 100%;
    }

    .sliderwrap .slider .slick-track{
        height: 100%;
    }

    .sliderwrap .slider .slick-slide{
        height: 100%;
    }
}
.store_top .sliderwrap{
height:auto;
overflow: visible;
min-height:0;
}