/* カスタマイズ用CSS */
.center{text-align:center;}
.ec-orderPolicy h3{ font-weight: 600;font-size:1.1rem;}
.ec-orderPolicy h4{font-weight: 600;font-size:1.0rem; margin-top:20px;}
.ec-orderPolicy ul{margin:10px 0 30px;}
.wrap_vtr{display:flex; flex-wrap:wrap; justify-content:space-between;}
.wrap_vtr .frame-wrapper__video{margin:15px 0;}
@media screen and (min-width: 992px){
.wrap_vtr div{ width:49%;}
.wrap_vtr .frame-wrapper__video{ padding-bottom:30.25%; }
}

.campaing_mother_day img{ width:100%; height:auto;}
.ec-zipInputHelp .ec-zipInputHelp__icon {
    display: none;
}
/* side */
.side_banner div{ margin:15px 0;}
.sb__category h3{font-size:1.2rem; margin:30px 0;letter-spacing: .2em;font-family: 'Poppins', sans-serif; font-weight: 600;}
.sb__category h3 span{font-size:0.7rem; display:block;letter-spacing: 0; color:#8B8B8B}
.sb__category ul > li{ margin-bottom:15px;}



.ec-categoryRole .ec-secHeading__en{ font-size:1.8rem;}
.ec-categoryRole .ec-secHeading{ margin-bottom:60px}
.ec-categoryRole-link .ec-blockBtn--top{margin: 30px auto 0}


.main_visual{ margin-bottom:80px;}
.main_banner{ margin-bottom:10px;}
.main_banner img{ width:100%; height:auto;}
.main_banner_sepa{ display:flex;flex-wrap: wrap; margin:20px 0}
.main_banner_sepa a{ width:100%;}
.main_banner_sepa .pc{ display:none;}
.main_banner_sepa .sp{ display:block;} 

@media screen and (min-width: 992px){
.main_banner_sepa a{ width:50%;}
.main_banner_sepa .pc{ display:block;}   
.main_banner_sepa .sp{ display:none;}
.main_banner_sepa .ec-secHeading{display:none;}
}

.cate_wrap{display:flex; margin:30px auto 50px; flex-wrap:wrap;justify-content: space-between; align-items:center}
.cate_wrap img{max-width:230px; height:auto; width:100%; margin:0 auto 10px;}
.cate_wrap p{ width:100%; color:#333333; font-size:0.8rem; line-height:1.8; text-align:center;}
.beams-design h2{ color:#ee5d00; font-weight:bold;}
.main__content--free h2{ font-size:1.3rem;}
@media screen and (min-width: 768px){
.cate_wrap p{ width:40%;max-width:230px;}
.cate_wrap p+p{ width:50%;max-width:100%;}
.cate_wrap{ justify-content:center;}
}
/*
.sb__category ul > li.cat__has-sub:nth-child(2)  li:nth-child(3){
    display: none;
}*/
.sb__category .cat__menu-sub > li.cat__has-sub:nth-child(2) {
    display: block;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 50px 0;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.core-web-vitals-img {
  height: auto;
  max-width: 100%;
  width: 100%;
}