div.menu__second-level {
  visibility: hidden;
     opacity: 0;
     z-index: 1;
}

.slick-dots li.slick-active button:before{
  color: #ec6486 !important;
}

div.menu__second-level .tabs_list{
  display: flex;
  flex-direction: column;
}


li.menu__mega div.menu__second-level {
    position: absolute;
    top: 135px;
    left: 20px;
    box-sizing: border-box;
    width: calc(100% - 40px);
  	height: calc(100vh - 175px);
    padding: 20px 2%;
    background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

li.menu__mega:hover div.menu__second-level {
    top: 135px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega div.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega div.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}























.disnone{
  display: none;
}



.child{
  display: none;
}

li{
  list-style:none;
}

.parent{
  position: relative;
}

.toggle_btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	width: 10px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #000000;
	position: absolute;
	width: 10px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 1px;
	height: 10px;
}
.navigation h4.selected .toggle_btn:before,
.parent.selected .toggle_btn:before {
	content: normal;
}




.sidebar__section h4{
  background-color: #e6e6e6;
  padding: 10px 5px;
  font-size: 15px;
  margin: 10px 0;
}

.sidebar__section h5{
  font-size: 18px;
  margin: 10px 0;
}
.sidebar__section ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.sidebar__section .prices{
  padding-bottom: 15px;
  border-bottom: #000000 1px solid;
}
.sidebar__section .categories{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-top: #000000 1px solid;
  border-bottom: #000000 1px solid;
  margin-top: 15px;
  padding-top: 15px;
}

.sidebar__section ul.child li a{
  padding-left: 20px;
  position: relative;
}
.sidebar__section ul.child li a::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #a7a7a7;
}


.seller__section,
.recommend__section{
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  border-bottom: #a6a6a6 2px solid;
}

.recommend__section .box .button a{
    background: url(https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fY29udGFjdF9fdw.png?cmsp_timestamp=20231212084454) #ec6486 no-repeat 98% 50%;}

/* information */
.info {
  margin-top: 10px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  display: flex;
  padding: 15px 25px;
  border-top: #dbdbdb 1px solid;
}
.info-list__unit span{
  padding-right: 20px;
  color: #ec6486;
}

.info-list__unit:last-child{
  border-bottom: #dbdbdb 1px solid;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}












.header__menu{
  display: flex;
  align-items: center;
}
.header__menu .submenu ul,
.header__menu .submenu ul li{
  display: flex;
  height: 100%;
    align-items: center;
    justify-content: center;
}

.header__menu .submenu ul li{
  margin-left: 10px;
  padding: 0 0 5px 10px;
}

.header__menu .submenu ul li a{
  display: flex;
  height: 100%;
    align-items: center;
    justify-content: center;
  
}
.header__menu .submenu ul li a span{
  font-size: 12px;
  padding-top: 30px;
}

.header__menu .submenu ul li.sm01 a{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fc3VibWVudTAx.png?cmsp_timestamp=20231212090901') no-repeat 50% 30%;
}
.header__menu .submenu ul li.sm02 a{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fc3VibWVudTAy.png?cmsp_timestamp=20231212090901') no-repeat 50% 30%;
}
.header__menu .submenu ul li.sm03 a{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fc3VibWVudTAz.png?cmsp_timestamp=20231212090901') no-repeat 50% 30%;
}
.header__menu .submenu ul li.sm04 a{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fc3VibWVudTA0.png?cmsp_timestamp=20231212090901') no-repeat 50% 30%;
}






.guide__menu{
  background-color: #f5f5f5;
}
.guide__menu__inbox{
  padding: 30px;
  display: flex;
  justify-content: space-between;
  
}
.guide__menu__inbox ul:nth-child(1){
  width: 25%;
}
.guide__menu__inbox ul{
  width: 20%;
}
.guide__menu__inbox ul li{
  list-style: none;
}
.guide__menu__inbox ul li:not(:last-child){
  margin-bottom: 15px;
}
.guide__menu__inbox ul li.p a{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fbWVudTAx.png?cmsp_timestamp=20231212073723') no-repeat 0 50%;
  padding-left: 12px;
  font-weight: 700;
}
.guide__menu__inbox ul li.c a{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fbWVudTAy.png?cmsp_timestamp=20231212073723') no-repeat 0 50%;
  padding-left: 12px;
  margin-left: 15px;
}




.slider__wrapper,
main.under{ 
  padding-top: 135px;
}

@media screen and (max-width: 900px) {
.slider__wrapper,
main.under{ 
  // padding-top: 135px;
  padding-top: 216px;

}
}

header .header__inner{
  background-color: #ffffff;
  display:flex;
  justify-content: space-between;
  height: 80px;
  padding: 0 30px;
}

#slider {
  min-width: 1000px;
  overflow: hidden; //横スクロールさせないようにする
}
#slider .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important; //両サイドが表示される
  height: 500px !important;
  //z-index: 1; //スマホやタブレットでスワイプできないときに指定
}
.bx-wrapper .bx-prev {
  left: -50px !important;
}
.bx-wrapper .bx-next {
  right: -50px !important;
}


h1{
  margin: 0;
}


footer .footer__upper .guide__col a{
  text-decoration: underline;
}

footer .footer__upper .guide__col span{
  color: #bc272d;
}

footer .footer__upper .guide__col table{
  border-top: #c7c7c7 1px solid;
  border-left: #c7c7c7 1px solid;
}
footer .footer__upper .guide__col table tr th{
  border-right: #c7c7c7 1px solid;
  border-bottom: #c7c7c7 1px solid;
  padding: 3px 5px;
  font-weight: 400;
  font-size: 14px;
}
footer .footer__upper .guide__col table tr th.a{
  width: 50px;
}
footer .footer__upper .guide__col table tr th.p{
  width: 50px;
}
footer .footer__upper .guide__col table tr td{
  background-color: #ffffff;
  border-right: #c7c7c7 1px solid;
  border-bottom: #c7c7c7 1px solid;
  padding: 3px 5px;
  text-align: center;
  font-size: 14px;
}

.box p,
.box li,
.box th,
.box td{
  font-size: 15px;
  line-height: 1.8;
}

.spacer_t{
  margin-top: 5px;
}

.spacer_tt{
  margin-top: 10px;
}
.box h3{
  display: block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: #aeaeae 1px solid;
  margin-top: 50px;
}
.box h3 span{
  font-size: 26px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  border-left: #aeaeae 5px solid;
  display: block;
  margin-bottom: 5px;
}
.box h4{
  font-size: 18px;
  margin: 30px 0 5px 0;
}
.box h5{
  font-size: 15px;
  line-height: 1;
  border-left: #aeaeae 5px solid;
  display: block;
      margin-bottom: 5px;
    margin: 15px 0 5px 0;
    padding: 5px 0 5px 10px;
}
.box p{
  line-height: 1.8;
}

.box dl{
  display: flex;
  margin: 20px 0;
}
.box dl dt{
  font-weight: 400;
  line-height: 2;
}
.box dl dd{
  line-height: 2;
}
.box ol{
  margin-top: 20px;
}
.box ol li{
  margin-left: 20px;
}

.box ul li{
  list-style: none;
  display: flex;
}
.box ul li::before{
  content: "●"; 
  color: #a6a6a6;
  padding-right: 5px;
}

.box table tr:first-child th,
.box table tr:first-child td{
  border-top: #c7c7c7 1px solid;
}
.box table.price{
  border-left: #c7c7c7 1px solid;
}
.box table.price *{
  text-align: center;
}
.box table.price tr th.a{
  width: 180px;
}

.box table.price tr th.p{
  width: 150px;
}

.box table.price tr td{
  border-right: #c7c7c7 1px solid;
}

.box table.w50{
  width: 50%;
}

.box a,
.box a:hover,
.box a:focus,
.box a:visited{
  color: #ec6486;
  text-decoration: underline;
}

.box table.w80{
  width: 80%;
}

.box table tr th{
  background-color: #ededed;
  padding: 8px 15px;
  font-weight: 400;
  text-align: left;
  border-right: #c7c7c7 1px solid;
  border-bottom: #c7c7c7 1px solid;
}
.box table tr td{
  padding: 8px 15px;
  border-bottom: #c7c7c7 1px solid;
}


header{
  position: fixed;
    top: 0;
  left: 0;
  width: 100%;
  z-index:100;
}

footer{
  background-color: #ededed;
  padding: 5rem 0;
}
footer .footer__inner{
  max-width: 1200px;
  margin: 0 auto;
}
footer .footer__inner .footer__menu{
  border-top: #72767a 1px solid;
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
}
footer .footer__inner .footer__menu__inbox{
  display:flex;
  justify-content: space-between;
  width:calc(100% - 400px);
}
footer .footer__inner .footer__menu ul li{
  list-style: none;
}
footer .footer__inner .footer__menu ul li:not(:last-child){
  margin-bottom: 10px;
}
footer .footer__inner .footer__menu ul li a{
  display: block;
}

footer .footer__inner .footer__logo{
  max-width: 152px;
  width: 100%;
  margin-top: 20px;
}

footer .footer__upper{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

footer .footer__upper .guide__col{
  width: 32%;
}



html, body, input{
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  background-color: #ffffff;
  background-image: url();
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}

/*
 * layout
 */
.container {
  max-width: 1300px;
  margin: 0 auto;
}

/* header */
.promo__seciton {
  background-color: #238c00;
  width: 100%;
  min-height: 49px;
}

.promo {
  background: #238c00;
}

.promo__text {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #238c00;
}

.header__section {
  text-align: center;
  margin-bottom: 60px;
}

.header-search input{
  position: relative;
  width: 190px;
    border: #ccc 1px solid;
    border-radius: 50px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  min-width: 240px;
    padding: 10px 11px 10px 20px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
}

.header-tools {
  float: right;
  margin: 25px 0 0;
  width: 465px;
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo-img a{
    display: flex;
  	max-width: 404px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.header__logo {
  margin: 70px 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
}

.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ddd;
  width: 1220px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}

/* slider */
#slider div {
  width: 1300px !important;
}

.slider {
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
.main__section {
  margin-top: 30px;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 212px;
  margin-right: 50px;
}

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 60px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: -35px;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
  float: right;
  width: calc(100% - 262px);
}

.info__section, .recommend__section, .new-item__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .new-item-list, .seller-list, .together-list {
  margin-top: 0;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 60px;
}

/* footer */
.footer__section {
  border-bottom: 1px solid #000;
}

.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #4a4f54;
  font-size: 16px;
  font-weight: 400;
}

.guide__list {
  margin: 0;
}

.guide__payment .guide__name {
  margin: 15px 0 10px 0;
}

.guide__payment dd{
  background-color: #ffffff;
  padding: 10px 20px;
  border: #e1e1e1 1px solid;
  
}
.guide__payment dd img:not(:last-child){
 margin-right: 5px; 
}

.guide__other {
  margin: 0;
  padding-bottom: 15px;
  color: #666;
}

.footer__navi {
  margin-bottom: 40px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
}

.copyright {
  margin: 0 0 10px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  position: relative;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
}
.product-list__unit:nth-child(4n){
  margin-right: 0;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}
.product-list__unit-md,
.product-list__unit-lg {
  width: 23.5%;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  text-align: left;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
  display: none;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section {
  margin-bottom: 120px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}

.product__explain {
  padding-top: 60px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #ddd;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  margin: 0;
  padding-bottom: 40px;
  font-size: 26px;
}

.btn-primary {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

.promotion{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(229, 100, 128, 1), rgba(245, 184, 207, 1));
}
.promotion__inner{
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}


/*----- instagram ----------------------------------------------------------------------------------------------- */

.instagram a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 115px;
  width: 100%;
  background-color: #e1e1e1;
}
.instagram a span{
  font-size: 18px;
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9faW5zdGFncmFt.png?cmsp_timestamp=20231212022212') no-repeat 100% 50%;
  padding: 10px 75px 10px 0;
}


.box .credit img:not(:last-child){
  margin-right: 10px;
}

.box .button{
  margin: 10px 0;
}
.box .button a{
  width: 240px;
  height: 50px;
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fY29udGFjdF9fdw.png?cmsp_timestamp=20231212084454') #4d4d4d no-repeat 98% 50%;
  border-radius: 10px;
  display: flex;
  align-items: center;
    justify-content: center;
  text-decoration: none;
}

.box .button a:hover,
.box .button a:focus,
.box .button a:visited{
  text-decoration: none;
}

.box .button a span{
  color: #ffffff;
}


.box dl.tel{
  margin: 10px 0;
}
.box dl.tel dt{
  border: #ededed 3px solid;
  border-radius: 50px 0 0 50px;
    background-color: #ededed;
  padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box dl.tel dd{
  border: #ededed 3px solid;
  border-radius: 0 50px 50px 0;
  margin: 0;
    background-color: #ffffff;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}
.box dl.tel dd span{
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.box dl.return dt{
  width: 100px;
}

.box dl.payment__bank{
}
.box dl.payment__bank dt{
    width: 80px;
    display: flex;
    background-color: #ededed;
    align-items: center;
    justify-content: center;
}
.box dl.payment__bank dd{
  background-color: #ffffff;
}

section,
.relative{
  position: relative;
}
.anchor{
  position: absolute;
  margin-top: -150px;
  padding-top: 150px;
}
.spacer{
  padding-top: 15px;
  border-top: #000000 1px solid;
}






.menus{
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 10px;
}
.menus a{
  display: flex;
  height: 100%;
  align-items: center;
  
}
.menus ul{
  display: flex;
  height: 100%;
}

.menus a span{
  background: url(https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fYXJyb3dfX2Rvd24.png?cmsp_timestamp=20231214103252) no-repeat 100% 50%;
  padding-right: 12px;
}



.megamenu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 30px;
  color: #333;
  background: #ffb6c1;
  visibility: hidden;
}
 
.megamenus:hover .megamenu { /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible; /* 下層メニューを表示 */
}


h4.cat01{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAxX19zaWRl.png?cmsp_timestamp=20231214005708') #e6e6e6 no-repeat 10px 50%;
  padding-left: 30px;
}
h4.cat02{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAyX19zaWRl.png?cmsp_timestamp=20231214005708') #e6e6e6 no-repeat 10px 50%;
  padding-left: 40px;
}
h4.cat03{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAzX19zaWRl.png?cmsp_timestamp=20231214005708') #e6e6e6 no-repeat 10px 50%;
  padding-left: 30px;
}
h4.cat04{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDA0X19zaWRl.png?cmsp_timestamp=20231214005708') #e6e6e6 no-repeat 10px 50%;
  padding-left: 30px;
}



.navigation h4.cat01{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAxX19vbg.png?cmsp_timestamp=20231214095208') #4d4d4d no-repeat 10px 50%;
  padding-left: 30px;
}
.navigation h4.cat02{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAyX19vbg.png?cmsp_timestamp=20231214095208') #4d4d4d no-repeat 10px 50%;
  padding-left: 40px;
}
.navigation h4.cat03{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAzX19vbg.png?cmsp_timestamp=20231214095208') #4d4d4d no-repeat 10px 50%;
  padding-left: 30px;
}
.navigation h4.cat04{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDA0X19vbg.png?cmsp_timestamp=20231214095208') #4d4d4d no-repeat 10px 50%;
  padding-left: 30px;
}
.slick-next:before{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fYXJyb3dfX3I.png?cmsp_timestamp=20231214102514');
}
.slick-prev:before{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fYXJyb3dfX2w.png?cmsp_timestamp=20231214102514');
}

.slick-next:before, .slick-prev:before{
  font-size: 40px !important;
  color: transparent !important;
  opacity: 1 !important;
}

.slick-prev{
  left: 1.5vw !important;
  width: 40px !important;
  height: 40px !important;
}
.slick-next{
  right: 1.5vw !important;
  width: 40px !important;
  height: 40px !important;
}
.slick-next,
.slick-prev{
  z-index: 1;
}




body{
  overflow-x: hidden;
}

.tab_content h5{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.tab_content_inboxes{
  display: flex;
  flex-wrap: wrap;
}
.tab_content_inboxes .list{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.tab_content_inboxes .list:nth-child(3n){
  margin-right: 0;
}

.tab_content_inboxes .list ul{
  width: 50%;
}
.tab_content_inboxes .list ul li{
  list-style: none;
}
.tab_content_inboxes .list ul li a{
  display: block;
  padding: 3px 0;
}
.tab_content_inboxes .list ul li i{
  padding-right: 3px;
}

.tab_content_inboxes .list p{
  background-color: #e6e6e6;
  padding: 7px 15px;
  margin-bottom: 10px;
}
.tab_content_inboxes .list .list_inbox{
  display: flex;
  justify-content: space-between;
}



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(calc(100%/5) - 5px);
  height: 50px;
  font-size: 13px;
  background-color: #e6e6e6;
  line-height: 50px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 5px;
}
.tab_item_first{
  border-radius: 50px 0 0 50px;
}
.tab_item_last{
  border-radius: 0 50px 50px 0;
}
.tab_item:last-child{
  margin-right: 0;
}


.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding-top: 30px;
  clear: both;
  overflow: hidden;
}
.tab_content_inbox{
  padding-top: 35px;
  border-top: #c0c0c0 1px solid;
}


/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ec6486;
  color: #fff;
}


.button_center{
  display: flex;
  margin :0 auto;
    justify-content: center;
}


.tab_item span{
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tab001 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAx.png?cmsp_timestamp=20231214005207') no-repeat 0 100%;
  padding-left: 20px;
}

.tab002 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAy.png?cmsp_timestamp=20231214004042') no-repeat 0 100%;
  padding-left: 40px;
}

.tab003 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAz.png?cmsp_timestamp=20231214004042') no-repeat 0 100%;
  padding-left: 30px;
}

.tab004 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDA0.png?cmsp_timestamp=20231214004042') no-repeat 0 100%;
  padding-left: 30px;
}

.tabs input:checked + .tab_item.tab001 span,
.tabss input:checked + .tab_item.tab101 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAxX19vbg.png?cmsp_timestamp=20231214004708') no-repeat 10px 50%;
}

.tabs input:checked + .tab_item.tab002 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAyX19vbg.png?cmsp_timestamp=20231214005424') no-repeat 10px 50%;
}

.tabs input:checked + .tab_item.tab003 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAzX19vbg.png?cmsp_timestamp=20231214005424') no-repeat 10px 50%;
}

.tabs input:checked + .tab_item.tab004 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDA0X19vbg.png?cmsp_timestamp=20231214005424') no-repeat 10px 50%;
}



.slick-slide{
  margin:0 5px;
}

.slick-slide img{
  width: 100%;
}





.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
	position: relative;
}
.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab .cp_tabpanels {
    top: -374px;
    left: 280px;
    display: block;
    width: calc(100% - 280px);
    position: inherit;
  overflow-y: auto;
    max-height: calc(100vh - 225px);
}
.cp_tab > input + label {
    position: relative;
    z-index: 100;
    display: flex;
    width: 235px;
    height: 65px;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
  background-color: #e6e6e6;
    border-radius: 6px;
    padding-left: 50px;
}
.cp_tab > input + label:last-of-type {
	margin-bottom: 100px;
}





.cp_tab > input + label.tab01::before{
  content: "";
  position: absolute;
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAx.png?cmsp_timestamp=20231214005207') no-repeat 0 0;
  width: 20px;
  height: 20px;
  left: 30px;
}
.cp_tab > input:checked + label.tab01::before{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAxX19vbg.png?cmsp_timestamp=20231214004708') no-repeat 0 0;
}



.cp_tab > input + label.tab02::before{
  content: "";
  position: absolute;
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAy.png?cmsp_timestamp=20231214004042') no-repeat 0 0;
  width: 20px;
  height: 20px;
  left: 25px;
}
.cp_tab > input:checked + label.tab02::before{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAyX19vbg.png?cmsp_timestamp=20231214005424') no-repeat 0 0;
}



.cp_tab > input + label.tab03::before{
  content: "";
  position: absolute;
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAz.png?cmsp_timestamp=20231214004042') no-repeat 0 0;
  width: 20px;
  height: 20px;
  left: 30px;
}
.cp_tab > input:checked + label.tab03::before{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAzX19vbg.png?cmsp_timestamp=20231214005424') no-repeat 0 0;
}



.cp_tab > input + label.tab04::before{
  content: "";
  position: absolute;
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDA0.png?cmsp_timestamp=20231214004042') no-repeat 0 0;
  width: 20px;
  height: 20px;
  left: 30px;
}
.cp_tab > input:checked + label.tab04::before{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDA0X19vbg.png?cmsp_timestamp=20231214005424') no-repeat 0 0;
}




.cp_tab > input + label::after{
  content: "";
  position: absolute;
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fYXJyb3dfX21lbnU.png?cmsp_timestamp=20231214115811') no-repeat 0 0;
  width: 20px;
  height: 20px;
  right: 10px;
}
.cp_tab > input:checked + label {
  background-color: #4d4d4d;
  color: #ffffff;
  
}
.tab_content_inboxes .list .list_inbox ul{
	flex-direction: column;
}


.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
}


@media screen and (max-width: 1310px) {
  .header__logo-img a{
    max-width: 265px;
  }
}

@media screen and (max-width: 1200px) {
  .tab_item{
    font-size: 11px !important;
  }
}

@media screen and (max-width: 1250px) {
  .header-search__box{
    min-width: 100px;
  }
  .header-search input{
    width: 150px;
  }
}





@media screen and (min-width: 1151px) {
.header__menu .submenu ul li:first-child{
  border-left: #e6e6e6 1px solid;
}
}
@media screen and (max-width: 1000px) {
  .header__logo-img a{
    max-width: 180px;
  }
}

@media screen and (max-width: 1150px) {
  
  .submenu {
    display: flex;
    height: 100%;
}
  
  .header__menu .submenu ul, .header__menu .submenu ul li {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.header__menu .submenu ul li a{
    width: 30px;
    background-position: 50% 50% !important;
  }
  .header__menu .submenu ul li a span{
    display: none;
  }
}
  .product-list__unit img{
    max-width: 80%;
    max-height: 100px;
  }
@media screen and (min-width: 901px) {
  
  .product-list__unit img{
    max-width: 80%;
    max-height: 100px;
  }
  
  .guide__sp__box{
    display: block !important;
  }
  
  .slider__wrapper{
    margin-bottom: 70px;
  }
  
  
  .sp{ display: none !important; }
  
  .sp_nav{ display: none !important; }
}

@media screen and (max-width: 900px) {
  
  
  .pc{ display: none !important; }
  
  .header__logo-img a{ max-width: 136px; }
  
  .guide__sp__box{ display: none; }
  .h2__title{ display: flex; justify-content: space-between; }
  
  header{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  
  .promotion{ height: 60px; }
  .promotion img{ max-width: 350px; width: 100%; }
  
  header .header__inner{ height: 70px; padding: 0 10px; }
  
  .container{
    width: calc(100% - 40px);
  }
  
  .sidebar__section{
    display: none !important;
  }
  .contents__section{
    float: none;
        width: 100%;
  }
  
  .section__title-h2{
    font-size: 24px;
  }
  
  .guide__menu__inbox{
    display: block;
        padding: 15px;
  }
  .guide__menu__inbox ul{
    width: 100% !important;
  }
  .guide__menu__inbox ul li:not(:last-child){
    margin-bottom: 5px;
  }
  .guide__menu__inbox ul li.p a{
    display: block;
  }
  
  .box h3 span{
    font-size: 18px;
    padding: 5px 0 5px 10px;
  }
  
  .box h4{
    font-size: 16px;
    margin-top: 20px;
  }
  
  .box p, .box li, .box th, .box td{
    font-size: 14px;
  }
  
  .box ul li{
    display: block;
  }
  
  .box table{
    width: 100% !important;
  }
  .box table tr th{
    display: list-item;
    list-style:none;
    border: none;
    border-top: #c7c7c7 1px solid;
   
    
  }
  .box table tr td{
    display: list-item;
    list-style:none;
    border: none !important;
  }
  
  .box .button a{
    width: 100%;
  }
  
  .box dl.tel{
        flex-direction: column;
  }
  .box dl.tel dt{
    border-radius: 30px 30px 0 0;
  }
  .box dl.tel dd{
    border-radius: 0 0 30px 30px;
    text-align: center;
  }
  .box table.price tr th{
    display: revert;
    border-right: #c7c7c7 1px solid;
    border-bottom: #c7c7c7 1px solid;
  }
  .box table.price tr td{
    display: revert;
    border-right: #c7c7c7 1px solid !important;
    border-bottom: #c7c7c7 1px solid !important;
  }
  .box table.price tr th.a{
    width: 50px;
  }
  .box table.price tr th.p{
    width: 70px;
  }
  .box dl.return{
    display: block;
  }
  .box dl.return dt{
    width: 100%;
  }
  .tabs{
    display: none;
  }
  
  .instagram a{
    height: 80px;
  }
  
  footer{
    padding: 1rem 0;
  }
  footer .footer__inner{
    margin: 0 10px;
  } 
  footer .footer__upper{
    display: block;
  }
  footer .footer__upper .guide__col{
    width: calc(100% - 20px);
  }
  footer .footer__inner .footer__menu{
    display: block;
  }
  footer .footer__inner .footer__logo{
    max-width: initial;
    text-align: center;
  }
  footer .footer__inner .footer__menu__inbox{
    width: 100%;
  }
  footer .footer__inner .footer__logo a{
    display: block;
  }
  footer .footer__inner .footer__logo a img{
    max-width: 130px;
  }
  
  .footer__menu__inbox__sp{
    display: flex;
  }
  .footer__menu__inbox__sp ul{
    width: 50%;
  }
  
  
  .product-list__unit-lg{
    width: 48.5%;
  }
  .product-list__unit:nth-child(even){
    margin-right: 0;
  }
  .section__title-h2{
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .txt--lg{
    font-size: 14px;
  }
  .button_center .button{
    width: 100%;
  }
  .info-list__unit{
    padding: 10px 0;
  }
  .info-list__unit{
    display: block;
  }
  .instagram a span{
    font-size: 15px;
    background: url(https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9faW5zdGFncmFt.png?cmsp_timestamp=20231212022212) no-repeat 100% 50% / 30px auto;
    padding: 10px 55px 10px 0;
  }
  .header__menu .submenu ul li{
    padding: 0;
    margin: 0;
  }
  .header__menu .submenu ul li a{
    width: 30px;
    background-position: 50% 50% !important;
  }
  .header__menu .submenu ul li a span{
    display: none;
  }
  
  
  
  
.menu_icon{
  right: 0;
  display: flex;
  width: 40px;
  height: var(--header--height--pc);
  background-color: var(--global--color--blue);
  z-index: 101;
  top: 0;
}
  
  
  
.menu_icon .menu-trigger{
display: flex;
width: 100%;
height: var(--header--height--pc);
position: relative;

 }


 .menu_icon.menu__icon_active{ }
 .menu_icon.menu__icon_active .menu-trigger span{}
 .menu_icon.menu__icon_active .menu-trigger.active span:nth-of-type(4)::before{ color: var(--global--color--blue); }




.menu_icon .menu-trigger span { position: absolute; width: 20px; height: 1px; background-color: #000000; left: calc(50% - 10px); transition: all .4s; }
.menu_icon .menu-trigger span:nth-of-type(1) { top: 30%; }
.menu_icon .menu-trigger span:nth-of-type(2) { top: 40%; }
.menu_icon .menu-trigger span:nth-of-type(3) { top: 50%; }

.menu_icon .menu-trigger.active span:nth-of-type(4),
.menu_icon .menu-trigger span:nth-of-type(4) { background-color: transparent; bottom: 40%; height: 0; width: 100%; left: 0; text-align: center; font-weight: 700; }



.menu_icon .menu-trigger span:nth-of-type(4)::before{ content: "MENU"; font-size: 10px; }
.menu_icon .menu-trigger.active span:nth-of-type(4)::before{ content: "CLOSE"; }

.menu_icon .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	top: 27%;
}

.menu_icon .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_icon .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
	top: 52%;

}
  .submenu{
    display: flex;
    height: 100%;
  }
  
  .navigation{
    position: fixed; top: 125px; height: calc(100vh - 125px); background-color: #f4f4f4; display: none; z-index: 99; width: 100%; overflow-y: auto; }
  /*.navigation{ position: fixed; top: 0; height: calc(100vh); background-color: var(--global--color--blue); display: none; z-index: 100; width: 100%; overflow-y: auto; }*/
  .navigation.open{ display: initial; }


  .navigation .navigation__inner{
    padding: 20px;
  }



  .navigation .navigation__inner .tel{ border-top: #ffffff 1px solid; margin-top: 20px; padding-top: 20px; }


  .navigation .navigation__inner ul li a{ padding: 15px 40px; display: flex; justify-content: space-between; align-items: center; }

  .navigation .navigation__inner .tel a{ justify-content: center; }

  .navigation .navigation__inner .sns{ margin-top: 15px; }
  .navigation .navigation__inner .sns p{ text-align: center; }

  .navigation .navigation__inner .sns ul{ display: flex; justify-content: center; }
  .navigation .navigation__inner .sns ul li a{ display: block; }

  .navigation .navigation__inner .sns ul li a img{ height: 24px; } 





  .navigation__inner{
    /*
    display: flex;
    justify-content: center;
    */
    max-width: 1170px;
    margin: 0 auto;
  }

  .navigation__inner .navigation__inbox__l,
  .navigation__inner .navigation__inbox__r{ width: 100%; }

  .navigation__inner .navigation__inbox__r{ padding-top: 8rem; }


  .navigation__inner .navigation__inbox__l p{ margin: 0 20px; }
  .navigation__inner .navigation__inbox__l p img{ max-width: 654px; width: 100%; }

  .navigation__inbox__r__inner{ padding: 40px 0; overflow-y: auto; }

  .navigation .navigation__inner .navigation__inbox__r__inner a{ padding: 5px 0; font-weight: 700; color: var(--color--white); font-size: 1.8rem; }



  .navigation .navigation__inner ul li a{ padding: 15px 0; color: var(--global--color--white); }
  .navigation .navigation__inner ul li a span{ font-size: 3rem; }
  
  
  .banners{
    margin-bottom: 20px;
  }
  .banners ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .banners ul li{
    width: 49%;
  }
  .banners ul li img{
    width: 100%;
  }
  .navigation ul.p{
    display: none;
  }
  .navigation h4{
    position: relative;
    display: block;
    padding: 15px;
    background-color: #4d4d4d;
    color: #ffffff;
    margin: 2px 0;
  }
  .navigation h4 .toggle_btn,
  .navigation .toggle_btn{
    right: 10px;
  }
  .navigation h4 .toggle_btn:before,
  .navigation h4 .toggle_btn:after{
        background-color: #ffffff;
  }
  .navigation a i{
    margin-right: 10px;
  }
  .navigation h5{
    font-size: 18px;
    margin: 15px 0 15px;
    padding-top: 15px;
    border-top: #cacaca 1px solid;
  }
  .navigation .prices__inbox{
    display: flex;
    justify-content: space-between;
  }
  .navigation .prices__inbox ul{
    width: 48%;
  }
  .navigation .prices__inbox ul li{
    border-bottom: #dbdbdb 1px solid;
  }
  .navigation .footer__menu__inbox__sp{
    margin: 15px 0 15px;
    padding-top: 15px;
    border-top: #cacaca 1px solid;
  }
  .navigation .footer__menu__inbox__sp a{
    padding: 5px 0 !important;
    color: #808080 !important;
  }
  .navigation .header-search input{
    width: calc(100% - 20px);
    background-color: #ffffff;
    margin-top: 0;
  }
  .navigation .instagram a{
    height: auto;
    margin-top: 15px;
    background-color: transparent;
  }
  
  .product-list__unit-md, .product-list__unit-lg{
    width: 48.5%;
      margin-bottom: 15px;
  }
  
  }
  
.youtube-variable{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-variable iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* スマホ・タブレット（画面幅991px以下）のみ適用 */
@media screen and (max-width: 991px) {
    
    /* 親要素のli：JavaScriptの高さ指定を完全に無視させる */
    .product__image-thumb ul li.col.col-lg-3 {
        height: auto !important;
        max-height: none !important; /* 追加 */
        margin-bottom: 10px !important;
        width: auto !important; /* 横幅も自動に */
    }

/* サムネイル画像本体：見切れ対策版 */
    .product__image-thumb .image__thumb {
        width: 70px !important;
        height: 70px !important;
        max-height: 70px !important;
        /* cover から contain に変更 */
        object-fit: contain !important; 
        /* 背景に薄いグレーなどを敷くと、余白が自然に見えます（お好みで） */
        background-color: #f9f9f9; 
        display: block !important;
        margin: 0 auto !important;
    }

    /* 横並びを整える */
    .product__image-thumb ul.row {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
    }
}