body {
  color: #000;
}

/* トップ：重要なお知らせ */
.top_notice {
  background: #ede1e3;
  padding: 0.75em;
}

.top_notice p {
  text-align: center;
  color: #fa2e2e;
  font-size: 0.85em;
  font-weight: 500;
}

.top_notice p a:hover {
  opacity: 0.7;
}

.top_notice p a:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1em;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fa2e2e;
  border-right: 1px solid #fa2e2e;
  transform: rotate(45deg);
}



/* トップ：見出し */
.c-headline-wrap {
  margin: 4em 0 2em;
}

.c-headline {
  text-align: center;
  font-family: 'Hiragino Mincho ProN', YuMincho, serif !important;
  font-weight: bold;
  font-size: 2.3em;
}

.c-headline--bg {
  background-image: url(//d2w53g1q050m78.cloudfront.net/shopsolivecojp/uploads/top/title_bg_color2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
  .c-headline-wrap {
    margin: 3em 0 1em;
  }

  .c-headline {
    font-size: 1.4em;
    border-top: 1px solid #8A8A8A;
    padding-top: 2em;
  }

  .c-headline--bg {
    background-image: url(//d2w53g1q050m78.cloudfront.net/shopsolivecojp/uploads/top/title_bg_color2_sp.png);
    background-size: contain;
    background-position: center 90%;
    padding-top: 1.5em;
  }
}



/* レイアウト */
.flex_container {
  display: flex;
  flex-wrap: wrap;
}


.main_container {
  max-width: 1200px;
  margin: 0 auto;
}

.main_contents {
  width: calc(100% - 330px);
}


.side_contents {
  width: 280px;

}


.l-header {
  position: relative;
}

.u-icon--arrow:before {
  content: "";
}

.p-carousel_slider__track__list__item__inner {
  transform: scale(1.0);
  margin: 0 0.5em;
  opacity: 0.7;
  transition: transform 0;
}


.p-carousel_slider__track__list__item.is-active:not(.splide__slide--clone) .p-carousel_slider__track__list__item__inner {
  opacity: 1;
  transition: 0.5s;
}



/* トップ：バナーエリア */
.sec-banner {
  justify-content: space-between;
  margin-top: 5em;
}

.pccol2 {
  width: 49%;
  margin-bottom: 2%;
}

.btn_green {
  background: #ad2b32;
  color: #fff;
  font-weight: bold;
  display: block;
  max-width: 300px;
  margin: 0 auto 1em auto;
}



.btn_white {
  border: 1px solid #333;
  border-radius: 50px;
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 1em auto;
}



.header_nav {
  background: #ad2b32;
}


.header_nav ul {
  display: flex;
  width: 100%;

}


.header_nav ul li a {
  border-right: 1px solid #fff;
  display: block;
  color: #fff;
  font-weight: 400;
}

.foot_order {
  background: #f1f1dd;
  padding: 3em 0;
}

.sp {
  display: none;
}

.souryou0 {
  border: 2px solid #830029 !important;
  background-color: #EBD1CB !important;
}


@media screen and (max-width:768px) {
  .main_container {
    max-width: initial;
    width: 100%;
  }

  .main_contents {
    width: 96%;
    margin: 0 2%;
  }


  .side_contents {
    display: none;

  }

  .spcol1 {
    width: 100%;
  }


  .header_nav ul li a {
    padding: 1em 0.5em;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

}


#cart-show-view h1 {
  text-align: left;
}

.p-cart_content {
  min-height: 200px;
}

.c-cart_submit__block__submit {
  margin-top: 2em;
  background: #ff0000 !important;
}


.c-cart_submit {
  border: none;
}

#noshi_btn ul li {
  font-size: 0.85em;
  list-style: disc;
  margin-left: 1em;
}

.c-billing_list__total {
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 1em;
  width: 100%;
  background: #EFEFEF;
}

.c-billing_list {
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
}

.cart_product_info {
  width: calc(100% - 320px);
}

.cart_product_value {
  width: 300px;
}

.c-cart_item__info__quantity {
  align-items: center;
  justify-content: flex-end;
}

.c-cart_item {
  align-items: center;
}



@media screen and (max-width:980px) {
  .cart_product_info {
    width: 100%;
  }

  .cart_product_value {
    width: 100%;
  }

  .p-cart_content__inner__side {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    align-items: center;
  }

  .c-cart_item__action {
    padding-left: 0;
    margin: 0 0 0 auto;
    width: auto;
  }

  .p-cart_content__inner__product {

    width: 100%;
  }

  .p-cart_content__inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .c-cart_item {
    align-items: center;
    flex-direction: column;

  }

  .c-cart_item__img,
  .c-cart_item--table .variant-image {
    width: 120px;
    margin-bottom: 1em;
  }

}

.c-cart_item .c-product_info__form__quantity {
  margin-top: 0;
}

button.c-cart_item__info__quantity__submit {
  border: 1px solid #666666;
  color: #000 !important;
  background: #fff !important;
  border-radius: 0 !important;
  padding: 0.75em 1em;
}


.c-cart_item__info__title {
  font-weight: bold;
  margin: 0.5em 0;
  display: block;
}


label.sku_select {
  border-radius: 8px;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
}

input[type="radio"].option_radio:checked+label {
  border: 2px solid #000;
  background: #ffffec;
}


.splide #price {
  font-weight: bold;
  font-size: 1.5em;
}


.c-product_item__inner__price>.sale {
  font-weight: bold;
  font-size: 1.5em;
}

.c-product_item__inner__price>.sale>span {
  font-size: 0.5em;
}


.c-product_item__inner__price>.origin {
  margin-right: 5px;
  font-size: 0.7em;
}


.c-product_item {
  height: auto;
}

.c-product_item__link:hover {
  opacity: 1;
}

.c-product_item__buttons-inner {
  display: flex;
  gap: 1em;
  align-items: flex-end;
  margin-top: 1em;
}

.c-product_item__buttons-inner label {
  margin-bottom: 0.3em;
  font-size: .7em;
}

.c-product_item__buttons-inner select {
  padding: 0.4em;
  min-width: 80px;
}

.c-product_item__form {
  margin-top: 1em;
}

.c-product_item__select {
  display: flex;
  flex-direction: column;
}

.c-product_item__buttons-inner .btn-add-async {
  padding: 0.6em;
  white-space: nowrap;
}

@media screen and (max-width: 719px) {
  .c-product_item__buttons-inner {
    flex-direction: column;
    gap: 0;
  }

  .c-product_item__select {
    flex-direction: row;
    align-items: center;
  }

  .c-product_item__buttons-inner .btn-add-async {
    zoom: .8;
  }
}


.c-product_item__inner__title {
  flex-grow: 1;
  font-weight: bold;
}

@media screen and (max-width: 719px) {
  .c-product_item__inner__title {
    font-size: 14px !important;
  }
}

.slide-media {
  margin-bottom: 20px;
}


.about_banner {
  margin-top: 3em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  color: #000;
}


h1.c-product_info__title {
  margin-bottom: 1em;
}

.content_style p {
  line-height: 1.8;
}

.c-product_info__price {
  font-weight: bold;
  margin-top: 1em;
}


.c-product_info__review {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-product_info__stars,
.c-product_info__show-review {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.c-product_info__show-review {
  margin: 0;
}

.c-product_info__show-review img {
  width: 24px;
  height: 24px;
}

.c-product_info__show-review span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.c-product_info__star {
  font-size: 16px;
  color: #f1cb6b;
  letter-spacing: -1.7px;
  margin-top: 0;
  margin-right: 4px;
}

.c-product_info__star.is-empty {
  font-size: 14px;
  color: inherit;
}

@media screen and (max-width: 719px) {
  .c-product_info__star.is-empty {
    font-size: 14px;
  }
}


.c-product_info__price #sales-price-include-tax {
  font-size: 1.5em !important;
}

.page_link div {
  padding: 0.5em;
  font-size: 0.85em;
  margin: 1em;
}

.page_link div:hover .dli-chevron-down {
  color: #822027;
}


.dli-chevron-down {
  display: inline-block;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 0.5em;
}



#guide table {
  margin: 1em;
}

#guide tr {
  border-bottom: 1px solid #ccc;
}

#guide th,
#guide td {
  padding: 0.5em;
}

#guide td {
  text-align: right;
}

#guide ul.list {
  padding-left: 1em;
  margin: 0.5em 0 0 1em;
}

#guide ul.list li {
  list-style: disc;
  margin-bottom: 0.5em;
}

.guide_icon {
  margin: 0.25em 0;
}

.guide_icon img {
  height: 30px;
  width: auto;
}

.credit img {
  height: 35px;
}

.amazon img {
  height: 25px;
}

.paypay img {
  height: 30px;
}

.furikomi img {
  height: 20px;
}

.pay img {
  height: 40px;
}

#guide h2 {
  color: #822027 !important;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.25em !important;
  margin: 3em 0 1em 0;
}

#guide h4 {
  border-left: 3px solid #822027;
  font-weight: bold;
  font-size: 1.15em;
  padding-left: 1em;
  margin: 3em 0 0.5em 0;
}

#guide h5 {
  font-weight: bold;
  font-size: 1.15em;
  margin: 0 0 0.25em 0;
}

#guide .p-page_content__inner>ul>li {
  list-style: none;
}

#guide .p-page_content__inner>ul>li h2:before {
  content: " ";
}


h4 {
  font-size: 1.25em;
  font-weight: bold;
  ;
  margin-bottom: 0.5em;
}


#product_show1 .c-product_item__inner__title {
  font-size: 1.5em !important;
  font-weight: bold;
}

#product_show1 h4 {
  font-size: 1.15em;
}


#header-order-quantity {
  border-radius: 100%;
  padding: 0.25em 0.7em;
  position: absolute;
  left: -1em;
  top: 1em;
  font-size: 0.8em;
  background: #ff0000;
  border-radius: 50%;
  color: #fff;
}



#product_show1 .btn-add-async {
  font-size: 1.15em !important;
}

.about_souryou {
  width: 48%;
}

.about_souryou a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.85em;
  justify-content: center;
}


.about_souryou img {
  width: 22px;
}


.c-product_item__inner__price {
  font-size: 1em;
}

.c-product_item__inner__price .price {
  font-weight: bold;
  font-size: 24px;
}

.btn-add-async {
  padding: 0.5em 1em;
}

#product_show1 .c-product_item__inner__eyecatch {
  width: 48%;
  margin-right: 2%;
}

#product_show1 .c-product_item__inner__eyecatch img {
  border: 1px solid #ccc;
}

#product_show1 .c-product_item {
  flex-direction: row;
}

#product_show1 .c-product_item__inner__content {
  width: 50%;
  margin-top: 0;
  justify-content: space-between;
}

.p-product_list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 3%;
}

.p-product_list__list::after {
  content: none !important;
}

.p-product_list .medium-up--one-3 {
  width: 100% !important;
  margin: 0 !important;
}

.p-product_list__list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-pagination {
  margin-top: 40px;
}

.category_img_box {
  max-width: 450px;
  width: 100%;
}

.category_title {
  width: calc(100% - 450px);
  text-align: center;
}


h1 {
  font-weight: bold;
  margin: 2em 0;
  font-size: 1.25em;
}

.p-category_tool {
  padding: 0;
}

.c-list_tool {
  width: 100%;
}

.c-list_tool__sort__label {
  margin-left: auto;
}

.p-product_list {
  padding: 0;
}

#contact_sec {
  margin-top: 2em;
}

.c-form_table,
.c-form_table--confirm {
  max-width: 700px;
  margin: 0 auto;
}

.c-form_table>tbody>tr,
.c-form_table--confirm>tbody>tr {
  display: flex;
  flex-direction: column;
}

.p-login__inner {
  flex-direction: column;
  align-items: center;
}

.p-product_content__breadcrumbs {
  margin: 0.5em auto;
}

.p-product_content__inner__info {
  width: 45%;
}

@media screen and (max-width: 719px) {
  .p-product_content__inner__info {
    padding: 0;
    width: 100%;
  }

  .tab-wrap_invalid {
    padding: 0 10px;
  }
}


/* review */
@media screen and (max-width: 719px) {
  .p-review {
    padding: 40px 15px;
  }
}


.p-login__inner__registration {
  margin-top: 3em;
  width: 100%;
}

.p-login__inner__login {
  width: 100%;
}

.u-color__btn--bg {
  background: rgb(0, 0, 0) !important;
}

.u-color__btn--bg {
  border-radius: 8px !important;
  font-weight: bold;
}

.cart_btn_icon {
  width: 30px;
  margin-right: 0.5em;
}

.btn-add-async::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("https://d2w53g1q050m78.cloudfront.net/shopsolivecojp/uploads/common/cart_icon_w.png") no-repeat;
  background-size: contain;
  background-position: left 36%;
  margin-right: 8px;
}

.c-product_info__favorite__btn {
  width: 48%;
  margin-right: 2%;
  padding: 0.5em;
  border-radius: 8px;
  border: 1px solid #333;
}

.c-product_info__favorite__btn span {
  text-decoration: none;
}


.content_style ul {
  margin: 2em 0;
}

.content_style ul li {
  line-height: 2;
}

.content_style h2 {
  color: #822027;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.25em;
  margin: 2em 0 1em 0;
}


.content_style h3 {
  color: #822027;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.25em;
  margin: 2em 0 1em 0;
}


.content_style h4 {
  font-weight: bold;
  font-size: 1em;
  margin: 2em 0 0.5em 0;
}

.content_style table {
  width: auto;
  margin: 2em 0;
}

.p-column__inner__list {
  display: flex;
}

.content_style th {
  background: #F7EEEC;
  font-weight: bold;
  border: 1px solid #cccccc;
  border-left: none;
  padding: 0.5em 1em;
  width: auto;
  white-space: nowrap;
}

.content_style td {
  border: 1px solid #cccccc;
  padding: 0.5em 1em;
  border-right: none;
}




.content_style .pccol3 {
  width: 31%;
  margin: 0 1% 1em 1%;
}


.btn-add-async {
  background: #ff0000 !important;
  font-size: 1.25em !important;
  border-radius: 8px;
}

.content_style {
  margin-top: 3em !important;
}


.c-product_img__slider--main {
  border: 1px solid #ccc;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.tab-wrap:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ad2b32;
  display: block;
  order: -1;
}

.tab-label {
  border: 1px solid #ad2b32;
  border-bottom: none;
  color: #707070;
  max-width: 250px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 0.75em .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  flex: 1;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #ad2b32;
  color: #fff;
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 1em 0;
  opacity: 1;
  transition: .5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}



[class^="item_label_"] {
  text-align: center;
  display: inline-block;
  padding: 0.25em 0;
  width: 32.3333%;
  max-width: 100px;
  font-size: 0.85em;
  margin-right: 1%;
  border-radius: 6px;
}

.item_label_SALE {
  background: #ff0000;
  color: #fff;
}

.item_label_期間限定 {
  background: #FF4EC6;
  color: #fff;
}

.item_label_のし対応 {
  background: #E8B300;
  color: #fff;
}

.item_label_包装なし {
  border: 1px solid #000;
}

.item_label_包装あり {
  background: #000;
  color: #fff;
}

.p-product_list [class^="item_label_"] {
  /* width: 31.333%; */
  font-size: 0.8em;
  margin: 0 1% 0.5em 1%;
}

.c-article_nav__inner__back {
  text-decoration: none;
}

.c-article_nav__inner a {
  height: 100%;
}

.c-article_nav__inner__prev,
.c-article_nav__inner__next {
  position: relative;
  max-width: 35%;
}

.c-article_nav__inner__prev {
  padding-left: 20px;
}

.c-article_nav__inner__next {
  padding-right: 20px;
}

.c-article_nav__inner__prev::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* ②棒が長くなった分、右へ7px移動 */
  width: 13px;
  height: 13px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(225deg);
}


.c-article_nav__inner__next::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  /* ②棒が長くなった分、右へ7px移動 */
  width: 13px;
  height: 13px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 719px) {
  .c-article_nav__inner {
    flex-direction: column;
    gap: 20px;
  }

  .c-article_nav__inner__prev,
  .c-article_nav__inner__next {
    width: 100%;
    max-width: 90%;
  }
}




.c-product_img__slider--thumbnail {
  padding: 0;
}

select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */
select {
  background-image:
    linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}






body,
.u-text--head,
.u-text--body,
.c-product_item__inner__title {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
}


.c-product_item__inner__title {
  margin-top: 0.5em;
}




.c-product_item__inner__title p.border {
  font-weight: 500;
}




ol.c-breadcrumbs:not(:first-child) {
  display: none;
}




.c-table tbody tr th {
  white-space: nowrap;
  font-weight: bold;
  vertical-align: text-top;
}

.c-table tbody tr td {
  color: #333 !important;
  line-height: 1.8;
}

main {
  margin-top: 0;
}

img {
  transition: 1s;
}

.c-product_item__actions {
  display: none;
}

.header_nav {
  background: #ad2b32;
}


.header_nav ul {
  display: flex;
  width: 100%;
  justify-content: center;
}

.header_nav ul li {
  transition: 1s;
}

.header_nav ul li a {
  font-weight: bold;
  border-right: 1px solid #fff;
  display: block;
  padding: 1em 5em;
  text-align: center;
  margin: 0.5em 0;
  font-size: 0.9em;
  transition: 1s;
}


@media screen and (max-width:950px) {
  .header_nav ul li a {
    padding: 1em 3em;
  }
}




.header_nav ul li:hover {
  background: #822027;
}



.header_nav ul li:nth-of-type(1) a {
  border-left: 1px solid #fff;
}

.header_logo {
  max-width: 200px;
  padding: 0.25em 0;
}

.header_container {
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_items ul {
  display: flex;
  flex-wrap: wrap;
}

.header_nav ul {
  align-items: center;
}

.header_items ul li {
  margin-left: 1em;
  position: relative;
}

.header_items ul li a {
  display: inline-block;
  padding: 1em 0.5em;
}

/*
.header_items ul li a:hover{
  text-decoration:underline;
color:#822027;
}
*/
.ranking_icon img {
  position: relative;
  z-index: 9999;
  width: 60px;
  margin-bottom: -20px;
}

span.top_icon {
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.25em;
}

span.top_icon img {
  height: 25px;
  width: auto;
}

.side_contents ul {
  margin-bottom: 2em;
}

.header_items ul li a {
  font-size: 0.8em;
}



.side_contents .side_img {
  background: #deb5aa;
  border-radius: 8px;
  transition: 1s;
}

.side_contents .side_img:hover {
  background: #CE9182;
  opacity: 1;
}

.side_contents ul li ul li a {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 1em 0.5em;
  position: relative;
}

.side_contents ul li ul li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);
}



.side_contents ul li ul li a span {
  position: relative;
}

.side_contents ul li ul li a span::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #822027;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: center top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
  /*変形の時間*/
}

.side_contents ul li ul li a:hover {
  color: #822027;
}

.side_contents ul li ul li a:hover span::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}



.hover_img7:hover {
  opacity: 0.7;

}

.hover_img8:hover {
  opacity: 0.8;
}

.title_img img {
  width: 100%;
}


.u-color__btn--bg {
  border-radius: 50px;
  font-weight: bold;
}


/*メニュー*/
.openbtn {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 40px;
  height: 50px;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 20%;
  height: 2px;
  border-radius: 5px;
  background: #000;
  width: 60%;
}


.openbtn span:nth-of-type(1) {
  top: 8px;
}

.openbtn span:nth-of-type(2) {
  top: 16px;
}

.openbtn span:nth-of-type(3) {
  top: 25px;
}

.openbtn span:nth-of-type(3)::after {
  content: "メニュー";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 5px;
  left: -2px;
  color: #000;
  font-size: 0.55em;
  white-space: nowrap;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
  content: "閉じる";
  /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 4px;
}

.sp_nav {
  display: none;
  background: #669900;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  z-index: 8;
}

.sp_nav.active {
  display: block;
}


.c-column_item__inner__title {
  font-weight: 500;
}



@media screen and (max-width:1200px) {
  .main_container {
    max-width: initial;
    width: 96%;
    margin: 0 2%;
  }
}


.p-product_slider [data-slides] .c-product_item__inner__eyecatch {
  width: auto;
}



.header_items ul li a {
  position: relative;
}

.header_items ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ad2b32;
  bottom: 5px;
  transform: scale(0, 1);
  transform-origin: center top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
  /*変形の時間*/
}

.header_items ul li a:hover {
  color: #ad2b32;
}

.header_items ul li a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}


.p-product_content__breadcrumbs--sp .c-breadcrumbs {
  padding: 0.5em 0;
}

.c-breadcrumbs {
  padding: 0.5em 0;
}

.p-product_content__breadcrumbs--sp {
  border: none;
}

.p-cart_content [class^="item_label_"] {
  font-size: 0.75em;
  width: 72px;
}



@media screen and (max-width:768px) {

  .splide [class^="item_label_"] {
    padding: 0.25em 0;
    width: 48%;
    font-size: 0.7em;
    margin: 0.5% 1%;
  }

  .header_nav ul li {
    width: 25%;
  }

  .header_nav ul li a {
    padding: 0.5em 0;
    font-size: 0.8em;
  }

  .header_nav ul li:nth-of-type(1) a {
    border-left: none;
  }

  .header_nav ul li:nth-of-type(4) a {
    border-right: none;
  }

  .openbtn.active {
    z-index: 99;
  }

  .header_logo {
    max-width: 115px;
  }

  .header_items ul li a {
    padding: 0.25em;
    font-size: 0.55em;
  }

  span.top_icon {
    height: 25px;
    margin-right: 0;
    display: block;
  }

  span.top_icon img {
    margin: 0 auto;
  }

  body.fixed {
    position: fixed;
    z-index: 0;
    width: 100%;
  }

  .ranking_icon img {
    width: 40px;
  }


  span.top_icon img {
    height: 20px;
    width: auto;
  }

  .header_items ul li {
    margin-left: 0.25em;
    line-height: 1;
  }

  .c-product_info__favorite__btn span {
    font-size: 12px;
  }


  .category_title {
    width: 100%;
  }

  .category_img_box {
    width: 100%;
    max-width: initial;
  }

  .p-product_list__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-product_list .medium-up--one-3 {
    width: 95% !important;
    margin: 0 0 1em 0;
  }

  #product_show1 .c-product_item__inner__eyecatch {
    width: 100%;
    margin: 0;
  }

  #product_show1 .c-product_item__inner__eyecatch img {
    border: 1px solid #ccc;
  }

  #product_show1 .c-product_item {
    flex-direction: column;
  }

  #product_show1 .c-product_item__inner__content {
    width: 100%;
    margin-top: 1em;
  }

  .p-column__inner__list .medium-up--one-3:not(:first-child) {
    margin: 0;
  }

  #header-order-quantity {
    left: 10px;
    font-size: 0.8em;
    top: 10px;
  }


  .credit img {
    height: 30px;
  }

  .amazon img {
    height: 20px;
  }

  .paypay img {
    height: 25px;
  }

  .furikomi img {
    height: 15px;
  }

  .pay img {
    height: 35px;
  }

  .page_link {
    flex-direction: column;
    align-items: center;
  }

  .page_link div {
    padding: 0.25em;
    margin: 0 0.5em;
  }

  #header-order-quantity {
    padding: 0.25em 0.5em;
  }

}


/* 250606 theme_customize.css から転記 */
.u-text--head {
  color: #000000 !important;
  font-size: 32px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-color--head {
  color: #000000 !important;
}

.u-text--subhead {
  color: #000000 !important;
  font-size: 17px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-text--body {
  color: #000000 !important;
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-color--body {
  color: #000000 !important;
}

.u-text--strong {
  color: #000000 !important;
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-text--link {
  color: #000000 !important;
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-text--head--overlay {
  color: #FFFFFF !important;
  font-size: 24px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-text--subhead--overlay {
  color: #FFFFFF !important;
  font-size: 17px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-text--body--overlay {
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-text--color--overlay {
  color: #FFFFFF !important;
}

.u-color__btn--bg {
  background: #000000 !important;
}

.u-color__btn--bg--overlay {
  background: #000000 !important;
}

.u-color__btn--bg--reverse {
  background: #FFFFFF !important;
}

.u-color__btn--bg--overlay--reverse {
  background: #FFFFFF !important;
}

.u-color__btn {
  color: #000000 !important;
}

.u-text--btn {
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-text--btn--overlay {
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-text--btn--reverse {
  color: #000000 !important;
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

  border: 1px solid #646464 !important;
}

.u-text--btn--overlay--reverse {
  color: #000000 !important;
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

  border: 1px solid #646464 !important;
}

.u-color__btn--text {
  color: #FFFFFF !important;
}

.u-color__btn--text--bg {
  background: #FFFFFF !important;
}

.u-text--input {
  color: #000000 !important;
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-color--input {
  color: #000000 !important;
}

.u-color__input--bg {
  background: #FFFFFF !important;
}

.u-color__border--input {
  border-color: #646464 !important;
}

.u-color__bg--base {
  background: #FFFFFF !important;
}

.u-color__bg--main {
  background: #FFFFFF !important;
}

.u-color__border--border {
  border-color: #D8DDDF !important;
}

.u-color__border--main {
  border-color: #D8DDDF !important;
}

.u-font--head {
  font-size: 24px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-font--subhead {
  font-size: 17px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-font--body {
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}

.u-font--bold {
  font-weight: bold;
}

.c-product_info__details__icon::before,
.c-product_info__details__icon::after {
  background: #000000 !important;
}





.c-product_item__actions .c-product_item__form--favorite {
  display: inline-block;
}


.c-product_item__actions .c-product_item__form--cart {
  display: inline-block;
}



/*================ Fonts ================*/

/*================ Headings ================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "游ゴシック", serif;
}

/*================ Variables ================*/
:root {
  --color-text-head: #000000;
  --color-text-body: #000000;
  --color-text-overlay: #FFFFFF;
  --color-text-link: #000000;
  --color-btn-bg: #000000;
  --color-btn-text: #FFFFFF;
  --color-input-text: #000000;
  --color-input-border: #646464;
  --color-page-bg: #FFFFFF;
  --color-page-border: #D8DDDF;
  --color-page-accent: #000000;

  --font-size-text-head: 24px;
  --font-size-text-subhead: 17px;
  --font-size-text-body: 13px;
  --font-size-text-link: 13px;
}

.c-steps_to_order--theme {
  --theme-color: var(--color-btn-bg) !important;
  --text-color: var(--color-btn-text) !important;
}

.p-movie--theme {
  --theme-color: var(--color-btn-bg);
}

/*================ 250526_blog ================*/

.p-page_article__inner a {
  cursor: pointer;
}

.p-page_article__inner a:hover {
  color: #822027;
}

.p-page_article__inner p {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

.u-text--head h1 {
  font-size: 32px !important;
}

.p-page_article__inner h2 {
  font-size: 28px;
  margin-top: 80px;
  font-weight: bold;
  color: #822027;
  border-bottom: 2px solid #e0e0e0;
}

.p-page_article__inner h3 {
  font-size: 24px;
  margin-top: 40px;
  font-weight: bold;
  color: #822027;
}

.p-page_article__inner h4 {
  font-size: 20px;
  margin-top: 40px;
  font-weight: bold;
  color: #822027;
}

.p-page_article__inner h5 {
  font-size: 20px;
  margin-top: 40px;
  font-weight: bold;
}

.p-page_article__inner ul li {
  font-size: 16px;
  list-style: disc;
}

.p-page_article__inner ol li {
  font-size: 16px;
  list-style: decimal;
}

.p-page_article__inner li::marker {
  color: #822027;
}

.p-page_article__inner li ul {
  margin-top: 10px;
}

.p-page_article__inner table {
  width: 100%;
  table-layout: auto;
  border: 1px solid #fff;
  margin-top: 40px;
}

.p-page_article__inner table thead th {
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid #fff;
  background-color: #e2f0cf;
  font-weight: bold;
}

.p-page_article__inner table tbody tr th {
  border: 1px solid #fff;
  background-color: #f0f7db;
}

.p-page_article__inner table tbody tr td {
  border: 1px solid #fff;
  background-color: #fafcf3;
}

.p-page_article__inner blockquote {
  margin-top: 40px;
  margin-inline: 0;
  background-color: #fafcf3;
  padding: 30px;
  color: #666666;
}

.p-page_article__inner dl {
  margin-top: 40px;
}

.p-page_article__inner dt:before {
  content: "Ｑ";
  color: #822027;
  padding-right: 10px;
  font-weight: bold;
}

.p-page_article__inner dt {
  margin: 40px 0 0 40px;
  font-size: 20px;
  text-indent: -1.5em;
}

.p-page_article__inner dd:before {
  content: "Ａ";
  color: #666;
  padding-right: 15px;
  font-weight: bold;
}

.p-page_article__inner dd {
  margin: 20px 0 0 40px;
  color: #666;
  font-size: 16px;
  text-indent: -1.8em;
}

.note {
  background: #f9f9f9;
  border-left: 4px solid #67A376;
  padding: 0.8rem;
  margin: 1rem 0;
}

@media screen and (max-width: 768px) {
  table::before {
    content: '※横にスクロールしてご覧ください';
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
  }

  table {
    display: block;
    padding-top: 40px;
    overflow-x: scroll;
    position: relative;
    margin: 20px 0;
    white-space: nowrap;
    height: auto !important;
  }

  table tbody thead {
    width: 100%;
    display: table;
  }

}