@charset "utf-8";

/* base */
.l-wrapper {
	letter-spacing: inherit;
}

.l-header {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.l-container {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.l-footer {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-page_content__inner.u-text--body * {
	/* font-family: 'Noto Sans JP',sans-serif !important; */
	-webkit-font-smoothing: antialiased;
	font-family: "Zen Kaku Gothic New", sans-serif !important;
}


/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(255,255,255,.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
	background-color: #fff;
	max-height: 85vh;
	max-width: 700px;
	overflow-y: auto;
	padding: 15px 0;
	width: 95%;
}

.modal-header {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	padding: 0 15px;
	margin-bottom: -15px;
}

.modal-close {
  background: transparent;
  border: 0;
}

.modal-close {
	background: transparent;
	border: 0;
	z-index: 1;
	background-color: #ddd;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	border-radius: 50%;
	line-height: 1;
	padding-left: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

.modal-header .modal-close::before {
  content: "\2715";
}

.modal-content {
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 0;
}

.modal-open {
  display: block;
  cursor: pointer;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
	transform: translateY(15%);
  }
  to {
	transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
	transform: translateY(0);
  }
  to {
	transform: translateY(-10%);
  }
}

.c_modal_inner {
	padding: 0 30px 30px 30px;
}

.c_modal_inner * {
	max-width: 100%;
}

.c_modal_img {
	width: 100%;
	margin: 0 auto 30px;
	max-width: 500px;
}

.c_modal_inner .item_op4.spicy_lv_box_ct {
	width: 500px;
	margin: auto;
	/* font-size: 24px; */
}

.c_modal_name {
	width: 500px;
	margin: auto;
}

.c_modal_op1 {
	width: 500px;
	margin: auto;
}

.c_modal_name h1.c-product_info__title.u-text--head {
	font-size: 28px !important;
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}


/* menu */
.c-gmenu .u-text--subhead {
	font-family: inherit;
	font-weight: normal;
}

.p-search_menu .u-text--subhead {
	font-family: inherit;
	font-weight: normal;
}

a.c-gmenu__container__inner__list__item__child__item__inner.u-text--subhead span:empty {
	margin-top: -20px;
	display: block;
}


/* header */
.c-announce_bar {
	border-top: 1px solid #0e0e0e;
	border-bottom: 1px solid #0e0e0e;
}

.l-header__inner__block__item:not(:last-child), .l-header__inner__block__item--menu:not(:last-child), .l-header__inner__block__item--search:not(:last-child) {
	margin-right: 36px;
}

.u-color__bg--accent {
	background: #020202;
}

.u-color__bg--alert {
	background: #0e0e0e;
}

.u-color--head {
	width: 116px;
	justify-content: flex-end;
}


/* slider */
.sec_mv .slick-dots li {
	margin: 0;
}

.sec_mv .slick-dots li button {
	display: none;
}

.sec_mv .slick-dots {
	bottom: 0;
}

.sec_mv .slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.main_contents .slick-dots li {
	margin: 0;
}

.main_contents .slick-dots li button {
	display: none;
}

.main_contents .slick-dots {
	bottom: 0;
}

.main_contents .slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.sec_set .btn:hover {
}

div.all_p_btn {
	position: relative;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: auto;
}

div.all_p_btn a.btn.more {
	margin: 0;
	transform: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div.all_p_btn + div.all_p_btn .btn {
	right: 280px;
}












/* item */
section[data-section-type="new_product"] {
	padding: 96px 0 64px;
	border-top: 1px solid #0e0e0e;
	background-color: #f0f0f0;
}

.p-new_product .wrap {
	margin-top: 48px;
	padding-top: 48px;
	border-top: 1px solid #0e0e0e;
}

.p-new_product__slider__track {
	overflow: hidden;
}

ul.p-new_product__slider__track__list.temp-new_product_slider {
	/* overflow: hidden; */
	margin: 0 -3.333333%;
}

.c-product_item:hover {
	opacity: 1;
}

.p-new_product {
	padding: 0;
}

.p-new_product .medium-up--one-4:not(:nth-child(4n+1)) {
	margin-left: 0px;
}

.p-new_product .medium-up--one-5:not(:nth-child(5n+1)) {
	margin-left: 0px;
}

@media screen and (min-width: 720px) {
.p-new_product .medium-up--one-4 {
	width: 25%;
}

.p-new_product .medium-up--one-5 {
	width: 25%;;
}
}
/* @media */

.p-new_product__slider__track__list__item {
	padding-left: 3.3333333333%;
	padding-right: 3.3333333333%;
	border-left: 0;
	position: relative;
}

.p-new_product__slider__track__list__item::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #0e0e0e;
}

.p-new_product__slider__track__list__item:first-child {
	/* padding-left: 0; */
}

.p-new_product__slider__track__list__item:first-child::before {
	display: none;
}

.p-new_product__slider__track__list__item:last-child {
	/* padding-right: 0; */
}

.c-product_item__inner__eyecatch__img {
	padding-top: 100%;
}

.c-product_item__inner__price.u-text--body {
	margin-bottom: 48px;
	font-size: 1.2rem;
	letter-spacing: 1px;
}

.c-product_item__inner__title.u-text--subhead {
	margin-bottom: 16px;
	font-size: 2rem;
	font-weight: 500;
}

.c-product_item__inner__price > .origin {
	font-size: 1.6rem;
	margin-right: 5px;
}

span.sale.u-color__text--alert {
	font-size: 1.6rem;
}

.c-product_item__inner__price.u-text--body small {
	display: block;
	font-size: 11px;
}

.c-product_item_btns .btn {
	width: 100%;
}

.c-product_item_btns .btn + .btn {
	margin-top: 14px;
}

.c-product_item_btns .btn:hover {
	color: #020202;
}

.c-product_item_btns .btn.buy {
	background-color: #474747;
	color: #fcfcfc;
}

.c-product_item_btns .btn.buy:hover {
	color: #fcfcfc;
}

.c-product_item__actions {
	display: none;
}

ul.component_list li:empty {
	border: 0;
}






/* page */
dt.p-faq__inner__list__item__question.u-color--head {
	width: auto;
}

.u-text--subhead {
	font-family: inherit;
}

div.u-text--subhead {
	font-family: "Noto Sans JP", sans-serif;
}

h1.c-product_info__title.u-text--head {
	font-family: "Noto Sans JP", sans-serif;
}



/* product */
.c-product_info ul.component_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 32px;
	margin-bottom: 32px;
}

.c-product_info ul.component_list li {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 8px;
min-width: 88px;
height: 24px;
border: 1px solid #474747;
border-radius: 16px;
font-size: 1rem;
line-height: 1;
white-space: nowrap;
text-align: center;
}

section[data-section-type="products_show_review-section"] * {
	background-color: whitesmoke;
}

.c-product_info__option {
}

.c-product_info__option.spicy_lv_box {
	display: flex;
	align-items: center;
	/* border: 1px solid currentColor;
	width: fit-content;
	padding: 5px 20px; */
}

.spicy_lv {
	font-family: system-ui,"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 18px;
	color: #800;
}

.c-product_info__option table {
	margin-bottom: 30px;
}

.c-product_info__option table th, .c-product_info__option table td {
	padding: 7px 12px;
}

ul.component_list li:empty {
	border: 0 !important;
}

.p-recommend_product__inner {
}

.p-recommend_product__inner .c-product_item__inner__title {
	font-size: 16px;
	font-weight: 500;
}

.p-recommend_product__inner .c-product_item__inner__category {
	display: none;
}

.p-recommend_product__inner .product_option.v01 {
	display: none;
}

.p-recommend_product__inner .c-product_item__inner__price.u-text--body {
	display: none;
}

.rec_check_true .c-product_item__inner__price {
	display: none;
}


/** only pc
===================================*/
@media screen and (min-width: 920px) {
.c-product_info ul.component_list {
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	/* margin-top: 48px; */
}

.c-product_info ul.component_list li {
	height: 32px;
	border-radius: 24px;
	font-size: 1.2rem;
}

}/* @media */


/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {

h1.c-product_info__title.u-text--head {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 26px !IMPORTANT;
}

/* top  */
.all_p_btn {
	padding-top: 30px;
	background-color: #f0f0f0;
}

}/* @media */



/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
div.all_p_btns_wrap a.btn.more {
	bottom: 40px;
}

div.all_p_btn + div.all_p_btn a.btn {
	right: 20px;
	bottom: 20px;
}
}/* @media */


/* product_category */
.p-product_list {
	margin-bottom: 60px;
}

.p-product_list__list__item {
	position: relative;
}

/* li.p-product_list__list__item.c_check_true {
	display: block !IMPORTANT;
} */

.p-product_list .c-product_item {
	height: 100%;
}

.c-product_item {
	position: relative;
	justify-content: space-between;
	/* height: 100%; */
}

.c-product_item form {
	height: 100%;
	padding-bottom: 50px;
}

.c-product_item__inner__control {
	position: absolute;
	bottom: 5px;
	width: 95%;
	margin: auto;
}

.item_op1 {}

.item_op1 ul.component_list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 8px;
margin-top: 0;
margin-bottom: 0;
margin-bottom: 12px;
}

.item_op1 ul.component_list li {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 0 8px;
min-width: 70px;
height: 24px;
border: 1px solid #474747;
border-radius: 16px;
font-size: 1rem;
line-height: 1;
white-space: nowrap;
text-align: center;
}

.item_op1.empty_box {
	padding-top: 36px;
}


/** PC
===================================*/
@media screen and (min-width: 920px) {
.item_op1 ul.component_list {
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	margin-bottom: 12px;
}

.item_op1 ul.component_list li {
	height: 24px;
	border-radius: 24px;
	font-size: 1.2rem;
}


}/* @media */

.c-product_item__inner__title.u-text--subhead {
	margin-bottom: 10px;
}

.item_op4.spicy_lv_box_ct {
	display: flex;
	font-size: 14px;
	align-items: center;
	margin-top: 0px;
}

.spicy_lv_box_ct h3.spicy_lv_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
}

.spicy_lv {
	font-family: system-ui,"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
}

.to_detail_link {
	text-align: center;
}

.to_detail_link a {
	border: 1px solid currentColor;
	padding: 6px;
	min-width: 200px;
	display: inline-block;
	margin-top: 20px;
	border-radius: 3px;
}

.to_detail_link a:hover {
	background-color: #000000;
	color: #fff;
}




/* cart */
main#cart-show-view {
	padding-bottom: 60px;
}



/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
.l-header__inner__block__item:not(:last-child), .l-header__inner__block__item--menu:not(:last-child), .l-header__inner__block__item--search:not(:last-child) {
	margin-right: 16px;
}

.u-color--head {
	width: auto;
}

.p-new_product .wrap {
	margin-top: 64px;
	padding-top: 64px;
}

ul.p-new_product__slider__track__list.temp-new_product_slider {
	margin: 0;
}

.p-new_product .medium-up--one-5:not(.forced-single-row) {
	padding: 0 24px 32px 0;
	width: 50%;
}

.p-new_product__slider__track__list__item::before {
	display: none !important;
}

.p-new_product .medium-up--one-5:not(.forced-single-row):nth-child(even) {
	margin-left: 0;
	border-left: 1px solid #0e0e0e;
	padding-left: 24px;
	padding-right: 0;
}

.p-new_product .medium-up--one-5:not(.forced-single-row):nth-child(n+3) {
	padding-top: 32px;
	padding-bottom: 0;
	border-top: 1px solid #0e0e0e;
	margin-top: 0px;
}

.c-product_item__inner__title.u-text--subhead {
	font-size: 14px !important;
	margin-bottom: 8px;
}

.c-product_item__inner__price.u-text--body {
	margin: 0 0 30px;
}

.c-product_item__inner__price > .origin {
	font-size: 12px;
	margin-right: 5px;
}

span.sale.u-color__text--alert {
	font-size: 12px;
}

.c-product_item__inner__price.u-text--body small {
	display: block;
	font-size: 10px;
}

.c-product_item_btns .btn.buy {
	background-color: #474747;
	color: #fcfcfc;
	min-height: 32px;
	font-size: 1rem;
}

.c-product_item_btns .btn {
	width: 100%;
	min-height: 32px;
	font-size: 1rem;
}

.c-product_item_btns .btn + .btn {
	margin-top: 8px;
}




/* product_category */
.p-product_list .medium-up--one-3:not(:first-child) {
	margin-top: 0;
}

.p-product_list__list {
	gap: 30px 3%;
}

.p-product_list .medium-up--one-3 {
	width: 48.5%;
}

.to_detail_link a {
	font-size: 13px;
	width: 80%;
	min-width: auto;
	margin-top: 10px;
	padding: 4px;
}

.item_op1.empty_box {
	height: 36px;
	margin-bottom: 12px;
}

.p-product_list .medium-up--one-3:not(:nth-child(3n+1)) {
	margin-left: 0 !important;
}



}/* @media */



/* セット商品 */
.p-set_selection__content {
	width: calc(100% - 300px);
	padding-right: 50px;
}

.p-set_selection__sidebar {
	width: 300px;
}

.p-set_selection {
}

.p-set_selection__content__list {
}

.p-set_selection__content__list .item_op1 {
	margin-top: 16px;
}

.p-set_selection__content__list .item_op1 ul.component_list li {
	height: 20px;
	border-radius: 24px;
	font-size: 1rem;
	min-width: 30px;
}

.p-set_selection__content__list .c-product_item__inner__title.u-text--subhead {
	font-size: 15px !important;
	margin-top: 12px;
}

.selected_item_title_wrap.flbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

h3.selected_item_title {
	font-family: 'Noto Sans JP',sans-serif;
	font-size: 16px;
}

.p-set_selection__sidebar__header .select_clear {
	margin: 0;
	font-weight: bold;
}

.p-set_selection__sidebar__prices.u-color__bg--bg.js-selections-price {
	background-color: #fff;
}

.p-set_selection .u-color__text--sub {
	color: #333;
}

.selected_item_title_wrap.flbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.set_status.u-color__text--sub {
	padding-top: 35px;
	font-size: 16px;
}

.p-set_selection__content__list {
	transition: 0s;
}

.p-set_selection__content__list .c-product_item.selected {
	border: 2px solid #000;
	padding: 5px;
	transition: 0s;
}


/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
h1.p-list_header__inner__title.u-text--head {
	font-size: 29px !IMPORTANT;
}

.p-set_selection__content {
	width: 100%;
	padding: 0;
}

.p-set_selection__sidebar {
	width: 100%;
}

.p-set_selection__sidebar__header {
	flex-direction: column;
	gap: 0;
}

.selected_item_title_wrap.flbox {
	margin: 0;
}

.set_status.u-color__text--sub {
	padding: 10px 0;
}

.js-toggle-selections.toggle_btn.u-color__text--link {
	margin-bottom: 10px;
}


}/* @media */