/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    transform: translateX(0);
}

/* base */
.u-text--body,
.u-text--input{
  font-family: "Noto Sans JP" !important;
}

main .u-text--input{
  color: #3D3935!important;
}

.p-news__inner__title__en{
  margin-bottom: 0;
}

span.price{
  display: none;
}

.preview-nav{
  top: 0;
  bottom: initial;
  display: none;
}

.p-review__inner__subtitle .c-product_info{
  background: initial;
}

.p-review_modal__control{
  margin-top: 40px;
}

.pt-00{ padding-top: 0!important; }
.pt-10{ padding-top: 10px!important; }
.pt-20{ padding-top: 20px!important; }
.pt-30{ padding-top: 30px!important; }
.pt-40{ padding-top: 40px!important; }
.pt-50{ padding-top: 50px!important; }
.pt-60{ padding-top: 60px!important; }
.pt-70{ padding-top: 70px!important; }
.pt-80{ padding-top: 80px!important; }
.pt-90{ padding-top: 90px!important; }
.pt-100{ padding-top: 100px!important; }
.pt-110{ padding-top: 110px!important; }
.pt-120{ padding-top: 120px!important; }

.pb-00{ padding-bottom: 0!important; }
.pb-10{ padding-bottom: 10px!important; }
.pb-20{ padding-bottom: 20px!important; }
.pb-30{ padding-bottom: 30px!important; }
.pb-40{ padding-bottom: 40px!important; }
.pb-50{ padding-bottom: 50px!important; }
.pb-60{ padding-bottom: 60px!important; }
.pb-70{ padding-bottom: 70px!important; }
.pb-80{ padding-bottom: 80px!important; }
.pb-90{ padding-bottom: 90px!important; }
.pb-100{ padding-bottom: 100px!important; }
.pb-110{ padding-bottom: 110px!important; }
.pb-120{ padding-bottom: 120px!important; }

.pl-00{ padding-left: 0!important; }
.pl-10{ padding-left: 10px!important; }
.pl-20{ padding-left: 20px!important; }
.pl-30{ padding-left: 30px!important; }
.pl-40{ padding-left: 40px!important; }
.pl-50{ padding-left: 50px!important; }
.pl-60{ padding-left: 60px!important; }
.pl-70{ padding-left: 70px!important; }
.pl-80{ padding-left: 80px!important; }
.pl-90{ padding-left: 90px!important; }
.pl-100{ padding-left: 100px!important; }
.pl-110{ padding-left: 110px!important; }
.pl-120{ padding-left: 120px!important; }

.pr-00{ padding-right: 0!important; }
.pr-10{ padding-right: 10px!important; }
.pr-20{ padding-right: 20px!important; }
.pr-30{ padding-right: 30px!important; }
.pr-40{ padding-right: 40px!important; }
.pr-50{ padding-right: 50px!important; }
.pr-60{ padding-right: 60px!important; }
.pr-70{ padding-right: 70px!important; }
.pr-80{ padding-right: 80px!important; }
.pr-90{ padding-right: 90px!important; }
.pr-100{ padding-right: 100px!important; }
.pr-110{ padding-right: 110px!important; }
.pr-120{ padding-right: 120px!important; }


.mt-00{ margin-top: 0!important; }
.mt-10{ margin-top: 10px!important; }
.mt-20{ margin-top: 20px!important; }
.mt-30{ margin-top: 30px!important; }
.mt-40{ margin-top: 40px!important; }
.mt-50{ margin-top: 50px!important; }
.mt-60{ margin-top: 60px!important; }
.mt-70{ margin-top: 70px!important; }
.mt-80{ margin-top: 80px!important; }
.mt-90{ margin-top: 90px!important; }
.mt-100{ margin-top: 100px!important; }
.mt-110{ margin-top: 110px!important; }
.mt-120{ margin-top: 120px!important; }

.mb-00{ margin-bottom: 0!important; }
.mb-10{ margin-bottom: 10px!important; }
.mb-20{ margin-bottom: 20px!important; }
.mb-30{ margin-bottom: 30px!important; }
.mb-40{ margin-bottom: 40px!important; }
.mb-50{ margin-bottom: 50px!important; }
.mb-60{ margin-bottom: 60px!important; }
.mb-70{ margin-bottom: 70px!important; }
.mb-80{ margin-bottom: 80px!important; }
.mb-90{ margin-bottom: 90px!important; }
.mb-100{ margin-bottom: 100px!important; }
.mb-110{ margin-bottom: 110px!important; }
.mb-120{ margin-bottom: 120px!important; }

.ml-00{ margin-left: 0!important; }
.ml-10{ margin-left: 10px!important; }
.ml-20{ margin-left: 20px!important; }
.ml-30{ margin-left: 30px!important; }
.ml-40{ margin-left: 40px!important; }
.ml-50{ margin-left: 50px!important; }
.ml-60{ margin-left: 60px!important; }
.ml-70{ margin-left: 70px!important; }
.ml-80{ margin-left: 80px!important; }
.ml-90{ margin-left: 90px!important; }
.ml-100{ margin-left: 100px!important; }
.ml-110{ margin-left: 110px!important; }
.ml-120{ margin-left: 120px!important; }

.mr-00{ margin-right: 0!important; }
.mr-10{ margin-right: 10px!important; }
.mr-20{ margin-right: 20px!important; }
.mr-30{ margin-right: 30px!important; }
.mr-40{ margin-right: 40px!important; }
.mr-50{ margin-right: 50px!important; }
.mr-60{ margin-right: 60px!important; }
.mr-70{ margin-right: 70px!important; }
.mr-80{ margin-right: 80px!important; }
.mr-90{ margin-right: 90px!important; }
.mr-100{ margin-right: 100px!important; }
.mr-110{ margin-right: 110px!important; }
.mr-120{ margin-right: 120px!important; }

.pc-none{ display: none!important; }
.sp-none{ display: block!important; }

@media screen and (max-width: 719px){
  .pc-none{ display: block!important; }
  .sp-none{ display: none!important; }
}

/* header */
.u-icon--account:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/haricchi/uploads/ec/icon_login.svg");
}

.u-icon--cart:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/haricchi/uploads/ec/icon_cart.svg");
}

.u-icon--menu:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/haricchi/uploads/ec/icon_menu.svg");
}

.l-header__inner__block__item--search{
  display: none!important;
}

.l-header__inner__block__item, .l-header__inner__block__item--menu, .l-header__inner__block__item--search{
  height: 43px;
  visibility: initial !important;
}

.l-header__inner__block__item .count,
.l-header__inner__block__item--menu .count,
.l-header__inner__block__item--search .count {
  left: 20px;
}

.p-category_menu__item--parent + .p-category_menu__item--parent {
  border-top: 0;
}

.p-category_menu__toggle.product-title{
  padding: 0;
  margin: 24px 0;
}

.p-category_menu__toggle {
  padding: 0 16px;
  margin: 16px 0;
}

.p-category_menu__item:last-child{
  margin: 0 0 24px;
}

.p-category_menu__toggle::before{
  content: "";
  height: 1px;
  width: 8px;
  background: #3D3935;
  display: block;
  position: relative;
  top: 12px;
  left: -16px;
}

.p-category_menu__toggle.product-title::before{
  display: none;
}

i.u-icon--cart {
  position: relative;
  bottom: -1px;
}

#product-index-view .c-category_header{
  background-image: url("https://d2w53g1q050m78.cloudfront.net/haricchi/uploads/ec/img-productlist-01.jpg")!important;
}

.c-category_header:before{
  background: rgba(0, 0, 0, 0.2);
}

.p-signup__title__en {
  margin-bottom: 8px;
}

html.js-prevent-body-scroll body{
  top: 0!important;
}

#cart-show-view.l-container,
#new-view.l-container,
#confirm-view.l-container,
#perform-view.l-container {
  padding-top: 0!important;
}

.l-header__inner__block__logo{
  transition: 0.4s;
}

.l-header__inner__block__logo:hover{
  opacity: 0.6;
}

@media screen and (max-width: 719px){
  .logo__block{
    padding-left: 30px;
  }

  .c-announce_bar__close {
      right: 5px;
      top: 9px;
  }
}

/* banner */
.p-banner_section{
  gap: 0;
}

.p-banner__link{
  transition: 0.4s;
}

.p-banner__link:hover{
  opacity: 0.6;
}

@media screen and (max-width: 719px){
  .p-banner_section .p-banner{
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

/* menu */
#ecf_header_section .u-color__bg--base{
  background: #F8F6F6!important;
}

#ecf_header_section .u-color__border--border{
  border-color: #325279 !important;
}

#ecf_header_section .u-color__border--border.subscribe{
  border-bottom-style: initial;
}

#ecf_header_section .c-gmenu__container__inner__list__item__child__item__inner.u-text--subhead{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}

#ecf_header_section .c-gmenu__container__inner__list__item__child__item:not(:last-child){
  margin-bottom: 16px;
}

#ecf_header_section .c-gmenu__container__inner__list__item__child__item:last-child{
  margin-bottom: 0;
}

#ecf_header_section .c-gmenu__container__inner__list__item.mypage .c-gmenu__container__inner__list__item__child__item{
  position: relative;
  padding: 0 0 0 16px;
}
#ecf_header_section .c-gmenu__container__inner__list__item.mypage .c-gmenu__container__inner__list__item__child__item::before{
  content: "";
  height: 1px;
  width: 8px;
  background: #3D3935;
  display: block;
  position: relative;
  top: 14px;
  left: -16px;
}

#ecf_header_section .u-text--subhead{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP"!important;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}

#ecf_header_section .p-signup {
  padding-right: 0;
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#ecf_header_section .subscribe-btn{
  text-align: center;
}

.p-category_menu{
  border-bottom: 1px solid #325279;
}

.p-category_menu__collapsible > .p-category_menu{
  border-bottom: 0;
}

.c-gmenu__container__inner__list + .c-gmenu__container__inner__list{
  margin-top: 0;
}

.banner-area .banner-btn{
  margin-bottom: 8px;
}

.banner-area .banner-btn:last-child{
  margin-bottom: 0;
  padding-bottom: 32px;
}

.c-gmenu__container__inner__list + .c-gmenu__container__inner__list:last-child{
  border-bottom: 0;
}

/* slider */
.p-kv_slider__nav__arrow{
  display: none;
}

.p-kv_slider__track__list__item__inner:before{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.2) 100%);
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .p-kv_slider__track__list__item__inner{
    padding-top: 42%;
  }

  .p-kv_slider__track__list__item__inner:before{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.2) 100%);
  }
}

@media screen and (max-width: 719px){
  .p-kv_slider{
    padding-bottom: 2rem;
  }
  .p-kv_slider__track__list__item__inner{
    padding-top: 115%;
  }
  .p-kv_slider__track__list__item__inner__info__title{
    font-size: 20px !important;
  }
  .p-kv_slider__nav{
    bottom: -15px;
  }
  .p-kv_slider__nav__pagination__dot button{
    background: #000!important;
  }
  .p-kv_slider__track__list__item__inner:before {
    background: initial;
  }
}

/* infomation */

.p-news__inner__title{
  padding: 0 0 16px;
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid #325279;
}

main .u-text--head {
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", "Noto Sans JP", sans-serif!important;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.64px;
}

main .u-text--subhead{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP"!important;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}

.link-more{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding-right: 26px;
  position: relative;
  transition: 0.4s;
}

.link-more::after{
  position: absolute;
  right: 0;
  content: url('/haricchi/uploads/ec/icon_arrow%201.svg');
}

.link-more:hover {
  opacity: 0.4;
}

.p-news__inner__title .link-more,
.c-section_title .link-more{
  padding: 10px 58px 10px 24px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}

.c-section_title .link-more{
  top: -10px;
}

.p-news__inner__title .link-more::after,
.c-section_title .link-more::after{
  right: 24px;
  top: 10px;
}

.p-news__inner__title .link-more:hover,
.c-section_title .link-more:hover{
  background: #21364E !important;
  color: #fff !important;
  opacity: 1;
}

.p-news__inner__title .link-more:hover::after,
.c-section_title .link-more:hover::after{
  content: url('/haricchi/uploads/ec/icon_arrow_2.svg');
}

.p-media {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #EDEDED;
}

.p-media__inner{
  padding: 0 20px;
}

.section-wrapper{
  padding: 0;
}

.section-wrapper .section-inner{
  max-width: 1200px;
  padding: 80px 20px;
  margin: 0 auto;
}

.section-wrapper .section-inner.bg-motion{
  /* background-image: url('/haricchi/uploads/ec/img_top_01.png'); */
  background-size: contain;
  background-position: 95%;
  background-repeat: no-repeat;
  position: relative;
}

.section-wrapper .section-inner.bg-motion .bg{
  width: 381px;
  height: 544px;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

.section-wrapper .section-inner .sub-title{
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  margin-right: 24px;
  margin-bottom: 64px;
  padding-right: 24px;
  position: relative;
}

.section-wrapper .section-inner .sub-title:after{
  position: absolute;
  content: "";
  top: 50%;
  left: 80px;
  width: calc(100% - 60px);
  height: 1px;
  background-color: black;
}

.section-wrapper .section-inner .brand-inner{
  display: flex;
  position: relative;
  z-index: 1;
}

.section-wrapper .section-inner .brand-inner .brand-inner__item.left{
  min-width: 345px;
}

.section-wrapper .section-inner .brand-inner .brand-inner__item.left h3{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 172.727% */
  letter-spacing: 0.88px;
  margin-bottom: 16px;
}

.section-wrapper .section-inner .brand-inner .brand-inner__item.left p{
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.56px;
}

.section-wrapper .section-inner .brand-inner .brand-inner__item.right{
  margin-left: 80px;
}

.section-wrapper .section-inner .brand-inner .brand-inner__item.right p{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
  letter-spacing: 0.28px;
}

.subscription-inner .p-new_product__more .p-new_product__more__btn,
.p-category_ranking_section .p-new_product__more .p-new_product__more__btn,
.p-news .p-new_product__more .p-new_product__more__btn,
.p-media .p-new_product__more .p-new_product__more__btn,
.p-new_product .p-new_product__slider .p-new_product__more .p-new_product__more__btn,
.section-wrapper .section-inner .brand-inner .brand-inner__item.right .p-new_product__more .p-new_product__more__btn{
  display: block;
  max-width: 212px;
  height: 44px;
  margin: 0;
  padding: 11px 16px 13px 32px;
  justify-content: left;
  align-items: center;
  gap: 40px;
  border-radius: 3px;
  border: 1px solid #21364E;
  background: initial!important;
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  position: relative;
}

.subscription-inner .p-new_product__more .p-new_product__more__btn,
.p-category_ranking_section .p-new_product__more .p-new_product__more__btn,
.p-news .p-new_product__more .p-new_product__more__btn,
.p-media .p-new_product__more .p-new_product__more__btn{
  margin: 0 auto 0;
  padding: 11px 24px 13px 16px;
  text-align: center;
}

.p-new_product .p-new_product__slider .p-new_product__more .p-new_product__more__btn{
  max-width: 228px;
  margin: 60px auto 80px;
}

.subscription-inner .p-new_product__more .p-new_product__more__btn::after,
.p-category_ranking_section .p-new_product__more .p-new_product__more__btn::after,
.p-news .p-new_product__more .p-new_product__more__btn::after,
.p-media .p-new_product__more .p-new_product__more__btn::after,
.p-new_product .p-new_product__slider .p-new_product__more .p-new_product__more__btn::after,
.section-wrapper .section-inner .brand-inner .brand-inner__item.right .p-new_product__more .p-new_product__more__btn::after{
  display: block;
  content: url('/haricchi/uploads/ec/icon_arrow%201.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 11px;
  color: #000;
}

.subscription-inner .p-new_product__more .p-new_product__more__btn:hover,
.p-category_ranking_section .p-new_product__more .p-new_product__more__btn:hover,
.p-news .p-new_product__more .p-new_product__more__btn:hover,
.p-media .p-new_product__more .p-new_product__more__btn:hover,
.p-new_product .p-new_product__slider .p-new_product__more .p-new_product__more__btn:hover,
.section-wrapper .section-inner .brand-inner .brand-inner__item.right .p-new_product__more .p-new_product__more__btn:hover{
  background: #21364E !important;
  color: #fff !important;
  opacity: 1;
}

.subscription-inner .p-new_product__more .p-new_product__more__btn:hover::after,
.p-category_ranking_section .p-new_product__more .p-new_product__more__btn:hover::after,
.p-news .p-new_product__more .p-new_product__more__btn:hover::after,
.p-media .p-new_product__more .p-new_product__more__btn:hover::after,
.p-new_product .p-new_product__slider .p-new_product__more .p-new_product__more__btn:hover::after,
.section-wrapper .section-inner .brand-inner .brand-inner__item.right .p-new_product__more .p-new_product__more__btn:hover::after{
  content: url('/haricchi/uploads/ec/icon_arrow_2.svg');
}

.p-new_product__title{
    text-align: left;
    padding: 0 0 16px;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #325279;
}

.c-section_title{
    text-align: left;
    padding: 0 0 16px;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #325279;
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .p-column_header__panel {
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 0;
  }

  .p-column_header__panel__inner {
    padding: 0 0;
  }

  .p-page_article {
    padding-right: 40px;
    padding-left: 40px;
  }

  .p-column_header section.l-container__row {
    max-width: 100%;
    padding: 40px 40px 20px;
    margin: 0 auto;
  }

  .section-wrapper .section-inner.bg-motion .bg{
    width: 300px;
    height: 400px;
  }

  .section-wrapper .section-inner .brand-inner .brand-inner__item.right{
    margin-left: 20px;
  }

  .section-wrapper .section-inner .sub-title{
    padding-right: 0;
    margin-right: 0;
  }

  .section-wrapper .section-inner .brand-inner .brand-inner__item.left h3{
    font-size: 20px;
  }
}

@media screen and (max-width: 719px){
  .section-wrapper .section-inner .sub-title{
    margin-bottom: 40px;
  }

  .section-wrapper .section-inner .brand-inner{
    flex-direction: column;
  }

  .section-wrapper .section-inner .brand-inner .brand-inner__item.right {
    margin-top: 40px;
    margin-left: 0;
  }

  .section-wrapper .section-inner .brand-inner .brand-inner__item.right .p-new_product__more .p-new_product__more__btn{
    margin: 0 auto;
  }

  .section-wrapper .section-inner.bg-motion {
    background-size: 280px;
    background-position: 100% 107%;
    background-repeat: no-repeat;
  }

  .p-new_product .p-new_product__slider .p-new_product__more .p-new_product__more__btn{
    margin: 60px auto 0px;
  }

  .width-all img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .p-media .p-media__inner{
    padding: 0;
  }

  .main .u-text--head{
    margin-bottom: 3px;
  }

  .p-media__inner__list .medium-up--one-4 {
    width: 250px;
    border-bottom-width: 0;
    border-bottom-style: solid;
  }

  .section-wrapper .section-inner.bg-motion .bg{
    width: 241px;
    height: 391px;
  }
}

/*商品一覧*/
.p-new_product{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-product_item__inner__eyecatch__img{
  padding-top:100%;
  margin-bottom: 10px;
}

.p-new_product.history .p-new_product__title{
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
}

.c-product_item__inner__title{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 15px!important;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 173.333% */
}

.u-text--body{
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque","Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
  letter-spacing: 0.28px;
}

.p-new_product__title__en{
  margin-bottom: 0;
}

@media (max-width: 719px) {
  .p-new_product__title__en{
    margin-bottom: 0;
  }
}

/* RANKING */

.p-category_ranking_section{
  padding-inline: 40px;
}

.c-product_item__inner__eyecatch__image img{
  aspect-ratio: initial;
  margin-bottom: 10px;
}

.c-product_item__inner__eyecatch__tags {
  position: absolute;
  width: calc(100% - 20px);
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: space-between;
}

.c-product_item__inner__eyecatch__tags__soldout {
  background-color: #000000;
  color: #ffffff;
  margin-top: 0;
}

.p-zero-result {
  max-width: 1200px;
  width: 100%;
}

@media (min-width: 720px) {
  .p-category_ranking_section__content {
      padding-block-start: 0;
  }
}

@media (max-width: 719px) {
  .p-category_ranking_section{
    padding-inline: 15px;
  }

  .p-category_ranking_section__content {
      padding-block-start: 0;
      overflow-x: auto;
      padding-bottom: 10px;
  }

  .p-category_ranking_section__product{
    width: 200px;
  }

  .p-category_ranking_section__products:not(:has(.medium-up--one-1)){
    width: 800px;
    display: flex;
  }

  .l-container__row.u-margin__top--80.u-margin__bottom--80{
    margin-top: 40px;
    margin-bottom: 64px;
  }
}

/* movie */
.p-movie__inner{
  position: relative;
  left: -120px;
  z-index: 1;
}

.p-movie.--middle, .p-movie.--small{
  padding: 0;
}

@media (max-width: 719px) {
  .p-movie__inner{
    position: relative;
    left: 0;
  }

  .p-movie.--middle .p-movie__inner{
    width: 100%!important;
    height: 56vw!important;
  }
}

/* grid area */
.grid-container {
  display: flex;
  padding: 106px 0 100px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: #EDEDED;
}

.grid-container h2{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 0;
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 2.64px;
  text-align: left;
}

.grid-container p{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 48px;
  padding: 0 0 16px;
  border-bottom: 1px solid #325279;
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  text-align: left;
}

.grid-container .grid-inner{
  max-width: 1160px;
  padding: 0;
  margin: 0 auto;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.grid-container .grid-inner a {
  position: relative;
  transition: 0.4s;
}

.grid-container .grid-inner a:hover {
  opacity: 0.7;
}

.grid-container .grid-inner a.box-big1 {
  grid-column: 1 / 1;
  grid-row: 1/3;
}

.grid-container .grid-inner a.box-big2 {
  grid-column: 2/3;
  grid-row: 2/4;
}

.grid-container .grid-inner a.box-small1{
  grid-column: 2/ 3;
}

.grid-container .grid-inner a.box-small2{
  grid-column: 1 / 2;
  grid-row: 3/4;
}

/* .grid-container .grid-inner a.box-small2 .sub-title::after{
  content: url('/haricchi/uploads/ec/icon_lock.svg');
  position: relative;
  bottom: -5px;
  left: 5px;
} */

.grid-container .grid-inner a span.main-title{
  color: #FFF;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 2.24px;
  position: absolute;
  left: 24px;
  bottom: 46px;
}

.grid-container .grid-inner a span.sub-title{
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.grid-container .grid-inner a img{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  .grid-container {
    padding: 60px 20px;
  }
}

@media (max-width: 719px) {
  .grid-container{
    padding: 60px 15px;
  }

  .grid-container .grid-inner{
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width:720px) and ( max-width:1024px) {
  .section-wrapper .section-inner{
    background-size: 360px;
  }
}
/* infomation */
.p-news__inner {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
}

.p-news .p-news__inner__title{
  padding-right: 120px;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  border-bottom: initial;
  justify-content: flex-start;
}

.p-news .p-news__inner__title .u-text--subhead{
  margin-bottom: 46px;
}

.p-news__inner__list{
  width: 100%;
  padding-left: 80px;
  border-left: 1px solid #325279;
}

.c-news_item__inner__date.u-text--subhead{
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", sans-serif!important;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
  letter-spacing: 0.28px;
}

.c-news_item__inner{
  align-items: center;
}

.c-news_item__inner__title.u-text--subhead{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 14px!important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
}

.p-news .p-news__inner__title__inner{
  margin-bottom: 46px;
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .p-news__inner{
    padding: 0;
    flex-direction: column;
  }

  .p-news .p-news__inner__title__inner{
    margin-bottom: 0;
  }

  .p-news .p-news__inner__title{
    padding-right: 0;
    flex-direction: row;
    text-align: left;
    align-items: flex-end;
    border-bottom: 1px solid #325279;
    justify-content: space-between;
  }

  .p-news__inner__list{
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 719px) {
  .p-news__inner{
    padding: 0;
    flex-direction: column;
  }

  .p-news__inner__title__inner{
    margin-bottom: 0;
  }

  .p-news .p-news__inner__title__inner{
    margin-bottom: 0;
  }

  .p-news .p-news__inner__title{
    padding-right: 0;
    flex-direction: row;
    text-align: left;
    align-items: center;
    border-bottom: initial;
    justify-content: space-between;
    border-bottom: 1px solid #325279;
  }

  .p-news__inner__list{
    padding-left: 0;
    border-left: 0;
  }

  .main .u-text--head{
    margin-bottom: 3px;
  }

  .p-news .p-news__inner__title .u-text--subhead{
    margin-bottom: 16px;
  }
}

/* media */
.p-media .p-news__inner__title__inner{
  margin-bottom: 0;
}

.p-media__inner__list{
  padding: 0;
}

@media screen and (max-width: 719px) {
  .media-wrap{
    overflow-x: auto;
    padding: 0 0 10px;
  }
  .c-media_item {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 10px;
  }
  .p-media__inner__list {
    width: 1000px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }
}

/* campaign banner */
.campaign-banner{
  max-width: 1160px;
  margin: 80px auto;
  padding: 0 20px;
  display: flex;
  gap: 16px;
}

.campaign-banner li a,
.campaign-banner li img{
  width: 100%;
  display: block;
  transition: 0.4s;
}

.campaign-banner li a:hover{
  opacity: 0.7;
}

@media (max-width: 719px) {
  .campaign-banner{
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .campaign-banner li{
    width: calc(50% - 8px);
  }
}

/* signup */
.signup-wrap{
  display: flex;
  align-items: center;
}

.signup-wrap .bg-area {
  height: 30vh;
  min-height: 521px;
}

.signup-wrap .bg-area img{
  height: 100%;
  object-fit: cover;
}
.container__row .p-signup{
  background: #F8F6F6;
  padding-right: 160px;
}

.container__row .p-signup__title{
  text-align: left;
}

.p-signup__title h2{
  color: var(--black, #3D3935)!important;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 2.64px;
  text-align: left;
  position: relative;
}

.p-signup__title h2::after{
  position: absolute;
  content: "";
  top: 50%;
  left: 200px;
  width: calc(100% - 210px);
  height: 1px;
  background-color: black;
}

.p-signup__title span{
  display: block;
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  text-align: left;
}

.p-signup__lead.u-text--body--overlay{
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 207.143% */
  letter-spacing: 0.84px;
  text-align: left;
}

.p-signup__inner{
  margin: 0;
}

.p-signup__inner .c-subscribe_form{
  display: flex;
  flex-direction: column;
}

.subscribe-btn{
  text-align: left;
}

.subscribe-btn.type-01 a{
  width: 310px;
  height: 48px;
  background: #21364E;
  color: var(--Off-white, #F6F7F7);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  display: inline-flex;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 84px;
  margin-bottom: 16px;
  border-radius: 3px;
  border: 1px solid #21364E;
  background: #21364E;
}

.subscribe-btn.type-02 a{
  width: 310px;
  height: 48px;
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  display: inline-flex;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 65px;
  border-radius: 3px;
  border: 1px solid #21364E;
}

.subscribe-btn a{
  position: relative;
  transition: 0.4s;
}

.subscribe-btn a:hover{
  opacity: 0.7;
}

.subscribe-btn a::after{
  display: block;
  content: url(/haricchi/uploads/ec/icon_arrow%201.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 12px;
  color: #000;
}

.subscribe-btn.type-01 a::after{
  content: url(/haricchi/uploads/ec/icon_arrow_2.svg);
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .signup-wrap {
    flex-direction: column;
  }

  .signup-wrap .p-signup__inner{
    max-width: initial;
  }

  .p-signup__lead.u-text--body--overlay{
    margin-bottom: 40px;
  }

  .signup-wrap .p-signup__inner .c-subscribe_form{
    align-items: center;
  }

  .signup-wrap .p-signup {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (max-width: 719px) {
  .subscribe-btn.type-01 a{
    width: 280px;
  }
  .subscribe-btn.type-02 a{
    width: 280px;
  }
  .signup-wrap{
    flex-direction: column;
  }
  .signup-wrap .bg-area img{
    aspect-ratio: 1/1;
  }

  .p-signup{
    padding-top: 40px;
    padding-bottom: 68px;
  }

  .subscribe-btn{
    text-align: center;
  }

  .signup-wrap .bg-area {
    height: initial;
    min-height: initial;
  }

  .p-cart_content .c-billing_list{
    margin: 40px 0;
  }

  #cart-show-view > .p-signup__inner.cart{
    display: none;
  }
}

/* footer */
#ecf_footer_section {
  flex-direction: column;
}

#ecf_footer_section .footer-top{
  display: flex;
  justify-content: space-between;
  padding-bottom: 57px;
}

#ecf_footer_section .footer-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #55697D;
  padding-top: 26px;
}

#ecf_footer_section .footer-bottom .terms-link{
  display: flex;
  align-items: center;
}

#ecf_footer_section .footer-bottom .terms-link li{
  margin-left: 24px;
}


#ecf_footer_section .footer-bottom .terms-link li a{
  color: #21364E;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  transition: 0.4s;
}

#ecf_footer_section .footer-bottom .terms-link li a:hover{
  opacity: 0.4;
}

#ecf_footer_section .c-footer_menu__title{
  color: #21364E;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px!important;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 1.92px;
}

#ecf_footer_section .footer_link{
  color: #21364E;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.04px;
}

.l-footer__info__store__sns__item:not(:last-child){
  margin-right: 16px;
}

.l-footer {
  border-top-width: 0;
}

.u-icon--twitter.footer_link{
  position: relative;
  top: -2px;
}

.u-icon--twitter::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/haricchi/uploads/ec/x.svg);
  background-size: contain;
}

.contact_tel .tel_alert a{
  color: #21364E;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-right: 5px;
  transition: 0.4s;
}

.contact_tel .tel_alert a:hover{
  opacity: 0.6;
}

.contact_tel .tel_alert a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/haricchi/uploads/ec/icon_tel.svg);
  background-size: contain;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.contact_tel .tel_alert span{
  color: #3D3935;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}

.contact_tel p{
  color: #3D3935;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-top: 5px;
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .l-footer {
    padding: 60px 40px 40px;
  }

  .l-header__inner {
    padding: 0 40px;
  }

  #ecf_footer_section .footer-top {
    flex-direction: column-reverse;
  }

  .l-footer__info {
    margin: 40px auto 0;
  }

  .l-footer__info__store__sns{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  .c-footer_menu {
    margin-left: 30px;
    margin-right: 30px;
  }

  .l-footer__menu {
    display: flex;
    justify-content: space-between;
  }

  .l-footer__info__store__logo {
    margin: 0 auto;
  }

  #ecf_footer_section .footer-bottom .terms-link{
    margin-bottom: 20px;
  }

  #ecf_footer_section .footer-bottom{
    flex-direction: column-reverse;
  }
}

@media (max-width: 719px) {
  #ecf_footer_section .footer-top{
    flex-direction: column;
    padding-bottom: 0;
  }

  #ecf_footer_section .l-footer__info__store{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 42px auto 0;
  }

  .l-footer__info{
    margin: 0 auto;
  }

  #ecf_footer_section .footer-bottom{
    flex-direction: column-reverse;
    border-top: 0;
    padding-top: 0;
  }

  #ecf_footer_section .footer-bottom .terms-link{
    flex-direction: column;
    margin-bottom: 40px;
  }

  #ecf_footer_section .footer-bottom .terms-link li{
    margin-left: 0;
  }

  #ecf_footer_section .c-footer_menu__list__item:not(:last-child){
    margin-bottom: 10px;
  }

  .footer-top .c-footer_menu.u-color__border--border {
    border-color: #325279 !important;
  }

  #ecf_footer_section.l-footer {
    border-top-width: 0;
  }

  .contact_tel .tel_alert a{
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .contact_tel .tel_alert a::before {
    top: 2px;
  }
  
  .contact_tel .tel_alert span{
    display: block;
    text-align: center;
  }
  
  .contact_tel p{
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  
}

/* instagram */
.section-wrapper.instagram .section-inner{
  background-image: initial;
}

.section-wrapper.instagram .section-inner .sub-title{
  margin-bottom: 40px;
}

.section-wrapper.instagram .section-inner .sub-title:after{
  left: 130px;
  width: calc(100% - 105px);
}

/* subscription */
.l-container__row.subscription {
  background: #EDEDED;
}

.l-container__row.subscription .subscription-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.subscription-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.subscription-block{
  width: calc(50% - 8px);
  background: #F8F6F6;
}

.subscription-block a{
  display: flex;
  transition: 0.4s;
}

.subscription-block a:hover{
  opacity: 0.7;
}

.subscription-block a .left{
  width: 170px;
  height: auto;
}

.subscription-block a .left img{
  width: 100%;
  height: auto;
  display: block;
}

.subscription-block a .right{
  max-width: 378px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 24px;
  box-sizing: border-box;
}

.subscription-block a .right > p{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2px;
}

.subscription-block a .right h3{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}

.subscription-block a .right .price{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}

.subscription-block a .right .price span{
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: -0.48px;
  padding: 0  3px;
}

.subscription-block a .right .inr{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.subscription-block a .right .inr p {
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  margin-right: 10px;
}

.subscription-block a .right .inr p.tag-01{
  display: inline-flex;
  padding: 6px 8px;
  justify-content: center;
  line-height: normal;
  align-items: center;
  font-size: 10px;
  gap: 10px;
  background: #325279;
  color: #fff;
  border: 1px solid #325279;
  text-decoration-line: initial;
}

.subscription-block a .right .inr p.tag-02{
  color: #325279;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #325279;
  text-decoration-line: initial;
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .subscription-wrap {
    justify-content: center;
  }
  .subscription-block {
    width: 550px;
  }
  .subscription-block a .right h3{
    margin-bottom: 5px;
  }

  .l-container__row.subscription .subscription-inner{
    max-width: 1160px;
    padding: 80px 40px;
  }

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

  .p-new_product .medium-up--one-4 {
    width: calc((100% - 60px) / 4);
  }

  .p-media {
    padding-right: 40px;
    padding-left: 40px;
  }

  .p-media__inner {
    padding: 0;
  }

  .p-news{
    padding-left: 40px;
    padding-right: 40px;
  }

  .campaign-banner{
    padding: 0 40px;
  }

  .signup-wrap .bg-area {
    height: 20vh;
    min-height: 420px;
  }

  .signup-wrap .p-signup {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 719px) {
  .subscription-wrap{
    flex-direction: column;
  }

  .subscription-block{
    width: 100%;
  }

  .subscription-block a .left{
    width: 180px;
    height: auto;
  }

  .subscription-block a .left img{
    width: 116px;
    height: auto;
  }

  .subscription-block a .right{
    min-width: 210px;
    padding: 10px;
  }

  .subscription-block a .right > p{
    display: none;
    margin-bottom: 0;
  }

  .subscription-block a .right h3{
    font-size: 13px;
    margin-bottom: 3px;
  }

  .subscription-block a .right .inr{
    margin-bottom: 0;
  }

  .subscription-block a .right .inr p.tag-01{
    padding: 2px 5px;
  }

  .subscription-block a .right .inr .tag-02{
    display: none!important;
  }

  .subscription-block a .right .price{
    display: block;
  }

  .subscription-block a .right .price span{
    font-size: 22px;
  }

  .l-container__row.subscription .subscription-inner{
    padding: 40px 15px;
  }
}

/* product-list */
.c-category_header__inner{
  max-width: 1200px;
  width: 100%;
  margin: 0;
  text-align: left;
}

.c-category_header__inner p.c-category_header__inner__lead{
  max-width: 1200px;
  margin: 0 auto;
  color: #FFF;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 26px!important;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 3.12px;
}

.c-category_header__inner h1.c-category_header__inner__title{
  max-width: 1200px;
  margin: 0 auto;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}

.p-category_tool__inner{
  padding-bottom: 10px;
  border-bottom: 1px solid #325279;
}

.p-category_tool__inner.hedding-category{
  justify-content: space-between;
  background: #325279;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-category_tool__inner.hedding-category h2.u-text--subhead{
  font-size: 20px!important;
  color: #fff !important;
}

.c-list_tool__num {
  margin-right: 0;
}

.p-new_product__slider{
  margin-top: 40px;
}

.l-container__row.products-sale{
  padding: 80px 0;
  background: #F8F6F6;
}

.p-category_tool{
  padding-right: 0;
  padding-left: 0;
}

.p-list_header{
  padding-right: 20px;
  padding-left: 20px;
}

.p-list_header .p-list_header__inner {
  padding-bottom: 10px;
  border-bottom: 1px solid #325279;
}

.p-list_header .p-list_header__inner .p-list_header__inner__title.u-text--head {
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 18px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}

.c-product_info{
  background: #FCFCFC;
  padding-bottom: 30px;
}

.c-product_info__price{
  margin-top: 0;
  padding: 30px 20px 0;
  background: #FCFCFC;
}

.c-product_info__form__quantity{
  margin-top: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
  background: #FCFCFC;
}

.c-product_info__form__variant.sortable{
  margin: 0;
}

.c-product_info__form__submit{
  margin-top: 0;
  padding: 0 20px 0;
  background: #FCFCFC;
}

.c-product_info__form__buttons{
  margin-top: 0;
  margin-bottom: 0;
}

.c-product_info__form__buttons #btn-add-async.c-product_info__form__submit.fix-hover,
.c-product_info__form__buttons #btn-add.c-product_info__form__submit.fix-hover{
  height: 48px;
  color: var(--Off-white, #F6F7F7);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.64px;
  position: relative;
}

.c-product_info__form__buttons #btn-add-async.c-product_info__form__submit.fix-hover::after,
.c-product_info__form__buttons #btn-add.c-product_info__form__submit.fix-hover::after {
  display: block;
  content: url(/haricchi/uploads/ec/icon_arrow_2.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 12px;
  color: #000;
}

#product-price-content.ut-01 #list-price{
  display: none;
}

#product-price-content.ut-01 #list-price::before{
  content: "通常価格：";
  font-size: 14px;
}

#product-price-content.ut-01 #list-price::after{
  content: "(税込)";
  font-size: 14px;
  padding-left: 5px;
}

#list-price-include-tax::after{
  content: "(税込)";
  font-size: 14px;
  padding-left: 5px;
}

#product-price-content.ut-01 #sales-price-include-tax{
  display: inline-block;
}

#product-price-content.ut-01 #sales-price-include-tax::after{
  content: "(税込)";
  font-size: 14px;
  padding-left: 5px;
}

.maintenance{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #3D3935;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif!important;
  font-size: 24px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 1.92px;
}

.subscription-point,
.subscription-note{
  display: none;
}

.subscription-point{
  padding: 16px 16px 20px;
  margin: 30px 20px 30px;
  background: #F6F7F7;
}

.subscription-point ul li{
  color: #3D3935;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-bottom: 10px;
}

.subscription-point ul li:last-child{
  margin-bottom: 0;
}

.subscription-point ul li::before{
  content: url("https://d2w53g1q050m78.cloudfront.net/haricchi/uploads/ec/check.svg?1733367428932");
  margin-right: 6px;
  position: relative;
  bottom: -7px;
}

.subscription-note{
  padding: 20px 0;
  margin: 0 20px 0;
}

.subscription-note ul li{
  color: #e21e1f;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 2px;
}

.subscription-note ul li:last-child{
  margin-bottom: 0;
}

.p-product_list .c-product_item__inner__content .c-product_item__inner__category{
  display: none;
}

.p-product_list .c-product_item__inner__price #sale{
  display: inline-block;
}

.sub-note {
  color: #55697D;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-top: 7px;
}


@media screen and (min-width:1025px) and ( max-width:1280px) {
  .c-category_header__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .c-category_header__inner p.c-category_header__inner__lead{
    width: 100%;
  }
  .c-category_header__inner h1.c-category_header__inner__title{
    width: 100%;
  }
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .p-list_header {
    padding-right: 0;
    padding-left: 0;
  }

  .c-category_header {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1080px) {
  .c-category_header__inner{
    width: 100%;
  }
  .l-container__row.products-sale{
    padding: 60px 0;
  }

  .p-new_product{
    padding: 0 40px;
  }
}

@media screen and (max-width: 719px) {
  .c-category_header {
    padding-right: 20px;
    padding-left: 20px;
    min-height: 276px;
  }

  .c-category_header__inner{
    width: 100%;
  }

  .l-container__row.u-margin__top--60{
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-product_list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-list_header {
    padding-right: 0;
    padding-left: 0;
  }

  .p-list_header__inner {
    padding-right: 0;
    padding-left: 0;
    display: flex;
  }

  .p-list_header .p-list_header__inner .p-list_header__inner__title.u-text--head{
    margin-bottom: 0;
  }

  .l-container__row.products-sale{
    padding: 60px 0;
  }

  .p-new_product{
    padding: 0 15px;
  }

  .temp-new_product_slider {
    flex-wrap: wrap;
    justify-content: initial;
    gap: 20px 15px;
  }

  .p-new_product__slider {
    margin-top: 40px;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .p-new_product__slider__track{
    width: initial;
  }

  .p-new_product .medium-up--one-4:not(.forced-single-row) {
    width: calc((50% - 8px));
  }

  .p-new_product .medium-up--one-4:not(.forced-single-row):nth-child(even){
    margin-left: 0;
  }

  .p-new_product .medium-up--one-4:not(.forced-single-row):nth-child(n+3){
    margin-left: 0;
    margin-top: 0;
  }

  .p-new_product .medium-up--one-4.forced-single-row {
    width: 200px;
  }

  .subscription-point{
    padding: 10px 16px 15px;
    margin: 30px 15px 30px;
  }
}

/* review */
.p-review {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 0;
  background: #F8F6F6;
}

.sub-title.review {
  padding-bottom: 16px;
  border-bottom: 1px solid #325279;
  margin-bottom: 40px;
}

.p-review__inner .p-review__inner__title.u-text--head{
  text-align: left;
}

#product_review{
  margin-top: 0!important;
}

/* bread-crumbs */
.p-product_content__breadcrumbs .c-breadcrumbs{
  display: none;
}

.p-product_content__breadcrumbs .c-breadcrumbs:first-child{
  display: block;
}

.c-breadcrumbs__item a{
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP";
  font-size: 12px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  text-decoration: none;
}

.c-breadcrumbs__item{
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP";
  font-size: 12px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}

/* products */
.c-product_img__slider .splide__arrows{
  display: none;
}
.c-product_img__slider--thumbnail{
  padding: 0;
  margin-top: 16px;
}

.c-product_img__slider--thumbnail .c-product_img__item img{
  margin: 0;
}

.c-product_info .c-product_info__category{
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP"!important;
  font-size: 13px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.26px;
}

.c-product_info .c-product_info__title {
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP"!important;
  font-size: 24px!important;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
  letter-spacing: 0.96px;
  background: #f8f6f7;
  margin-top: 0;
  padding-top: 10px;
}

.c-product_info .favorite-text.u-text--link{
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP"!important;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.c-product_info .u-color__btn--bg {
  background: #21364E !important;
}

.c-product_info .u-text--link{
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP"!important;
  font-size: 13px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.52px;
}

.c-product_info .u-text--body{
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP"!important;
  font-size: 13px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.52px;
}

.c-product_info .u-color__border--input{
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP"!important;
  font-size: 13px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.52px;
}

.c-product_info__form__submit{
  max-width: 330px;
  margin: 0 auto;
}

.c-product_info__description,
.c-product_info__share,
.c-product_info .u-text--body{
  margin-top: 0;
}

#product-category{
  background: #f8f6f7;
}

p.option-03,
p.option-04 {
  padding: 0 20px;
  margin: 10px 0px;
  font-size: 14px;
}

.campaign-text{
  display: block;
  margin-bottom: 15px;
}

.campaign-text > span {
  display: inline-block;
  color: #e21e1f;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

/* 商品詳細 */
.products_detail_wrap .inner{
  max-width: 1120px;
  padding: 30px 40px 20px;
  margin: 0 auto;
}

.products_detail_wrap h2{
  color: var(--black, #3D3935);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.88px;
  margin-bottom: 48px;
}

.products_detail_wrap p{
  color: var(--black, #3D3935);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.6px;
}

.products_detail_wrap .inner.image-section{
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.products_detail_wrap .inner.image-section img{
  width: 100%;
}

.l-container__row .p-product_content {
  padding-right: 0;
  padding-left: 0;
}

.products_detail_wrap .c-product_info__review{
  gap: 0;
}

.c-product_info__review{
  gap: 0;
  background: #f8f6f7;
  margin-top: 0;
  padding-top: 20px;
}

.c-product_info__favorite {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  /* margin-bottom: 32px; */
  /* border-bottom: 1px solid #325279; */
  background: #f8f6f7;
}

.p-product_content__inner__info{
  width: 43%;
  padding: 0;
}

.c-product_info .c-product_info__form__subsdetail__input__inputwrap > label > .frame{
  display: none;
}

.c-product_info .c-product_info__form__subsdetail__input__inputwrap > label > input{
  display: none;
}

.c-product_info .c-product_info__form__subsdetail__input__inputwrap > label > .label{
  color: var(--black, #3D3935);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.64px;
}

.c-product_info .c-product_info__form__subsdetail__input__inputwrap > label > .label{
  color: #fff !important;
  font-size: 16px !important;
  font-family: "Noto Sans JP";
  border: initial !important;
}

.c-product_info .c-product_info__form__subsdetail__input__inputwrap > label:not(:first-child){
  margin-left: 0;
}

.c-product_info .btn-flex{
  column-gap: 0;
}

.c-product_info .c-product_info__form__submit.btn-half{
  height: 56px;
  border-radius: 0;
  border-bottom: 1px solid #21364E !important;
}

.c-product_info .u-text--btn--reverse {
  color: #21364e !important;
  font-size: 16px !important;
  font-family: "Noto Sans JP";
  border: initial !important;
}

.c-product_info .u-color__btn--bg--reverse {
  background: #21364E !important;
}

.c-order_quantity{
  width: min(100%, 121px);
}

.c-order_quantity__input{
  padding: 0;
  border-radius: 0;
}

.c-order_quantity__input.u-color__border--input{
  border-color: #21364E !important;
  color: initial !important;
}

#btn-minus{
  height: 43px;
}

#btn-plus{
  height: 43px;
}

.u-icon--minus:before{
  color: #21364E;
}

.u-icon--plus:before{
  color: #21364E;
}

.c-product_info__form__quantity__label{
  padding-right: 50px;
}

.c-product_info__details{
  display: block;
  background: #EDEDED;
}

.products_accodion_wrap{
  padding: 64px 20px;
  background: #EDEDED;
}

.products_accodion_wrap .option-03{
  display: none;
}

.products_accodion_wrap .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.c-product_info__details{
  margin-top: 0;
  border-top: 0;
  border-bottom: 0;
}

#add-shop-cart-form > input + .c-product_info__details {
  border-top: 1px solid #d1d1d1;
}

.c-product_info__details__summary{
  border-bottom: 1px solid #d1d1d1;
}

.c-product_info__details__summary_inner{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}

.c-product_info__details__content_inner{
  padding-top: 24px;
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.56px;
}

.section-wrapper.product-detail .section-inner{
  background-image: initial;
}

.section-wrapper.product-detail .section-inner .sub-title{
  text-align: left;
}

.section-wrapper.product-detail.gray{
  background: #EDEDED;
}

.section-wrapper.product-detail .section-inner .img-box{
  display: flex;
  align-items: center;
}

.section-wrapper.product-detail .section-inner .img-box:hover{
  opacity: 1;
}

.section-wrapper.product-detail .section-inner .img-box.right{
  flex-direction: row-reverse;
}

.section-wrapper.product-detail .section-inner .img-box img{
  max-width: 640px;
}

.section-wrapper.product-detail .section-inner .img-box .box-inner{
  padding-left: 40px;
}

.section-wrapper.product-detail .section-inner .img-box.right .box-inner{
  padding-left: 0;
  padding-right: 40px;
}

.section-wrapper.product-detail .section-inner .img-box .box-inner h2{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 163.636% */
  letter-spacing: 0.88px;
  text-align: left;
  margin-bottom: 40px;
}

.section-wrapper.product-detail .section-inner .img-box .box-inner p{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
  letter-spacing: 0.6px;
  text-align: left;
  margin-bottom: 20px;
}

.p-review {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 0;
  background: #F8F6F6;
}

.sub-title.review {
  padding-bottom: 16px;
  border-bottom: 1px solid #325279;
  margin-bottom: 40px;
}

.section-wrapper.product-detail .section-inner .sub-title{
  margin-bottom: 40px;
}

.section-wrapper.product-detail .p-review__inner .p-review__inner__title.u-text--head{
  text-align: left;
  margin-bottom: 5px;
}

.section-wrapper.product-detail .section-inner .sub-title.review:after{
  display: none;
}

.section-wrapper.product-detail .section-inner ul{
  display: flex;
  gap: 24px;
}

.section-wrapper.product-detail .section-inner ul li{
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 24px);
  gap: 24px;
}

.section-wrapper.product-detail .section-inner ul li h3{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.08px;
}

.section-wrapper.product-detail .section-inner ul li p{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.56px;
  text-align: left;
}

.section-wrapper.product-detail.video .section-inner iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.section-wrapper.product-detail.video .section-inner {
  padding: 80px 0;
}

.section-wrapper.howto .section-inner{
  padding: 80px 20px;
}

.howto-box {
  display: flex;
  align-items: flex-start;
}

.howto-box .inner{
  max-width: 505px;
  padding: 0 40px 0;
}

.howto-box .inner h3{
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}

.howto-box .inner p{
  text-align: left;
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.56px;
  padding-left: 19px;
  padding-bottom: 10px;
  border-left: 1px solid #325279;
  margin-bottom: 40px;
}

.howto-box .inner p:last-child{
  margin-bottom: 0;
}

.howto-box video{
  max-width: 540px;
}

#sales-price{
  display: none;
}

#sales-price-include-tax {
  color: #3D3935!important;
  font-family: "brandon-grotesque", sans-serif!important;
  font-size: 24px!important;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
}

#sales-price-include-tax + span.u-text--subhead,
#sales-price + .u-text--subhead,
#list-price + .u-text--subhead,
#list-price-include-tax + .u-text--subhead{
  display: none;
}

#list-price-include-tax.ut-11{
  display: inline-block;
}

.c-product_info__price span.include-tax{
  font-size: 16px;
}

@media screen and (min-width:720px) and ( max-width:1024px) {

  .products_detail_wrap h2{
    font-size: 20px;
    margin-bottom: 40px;
  }
  .p-product_content__breadcrumbs--pc{
    padding: 20px;
  }
  .p-product_content__inner{
    padding: 0 40px;
  }

  .c-product_info__price{
    padding: 20px 20px 0;
  }

  .section-wrapper .section-inner{
    padding: 40px;
  }
  .p-product_content__inner{
    padding: 0 15px;
  }

  .p-product_content__inner__info{
    width: 100%;
  }

  .p-product_content__inner__img{
    width: 45%;
  }

  .p-product_content__inner__info{
    width: 50%;
  }

  .c-product_info .c-product_info__title{
    font-size: 18px!important;;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    letter-spacing: 0.72px;
  }

  .products_detail_wrap .inner{
    padding: 0;
  }

  .products_detail_wrap p{
    text-align: center;
    margin-bottom: 0px;
  }

  .products_detail_wrap .inner.image-section img{
    aspect-ratio: 3/2;
    object-fit: cover;
  }

  .section-wrapper.product-detail.gray .section-inner .img-box{
    flex-direction: column;
  }

  .section-wrapper.product-detail.gray .section-inner .img-box .box-inner{
    max-width: 640px;
    padding-left: 0;
  }

  .section-wrapper.product-detail.gray .section-inner .img-box .box-inner h2{
    font-size: 20px;
    margin-top: 24px;
  }

  .section-wrapper.product-detail.gray .section-inner .img-box.right{
    flex-direction: column;
  }

  .section-wrapper.product-detail.gray .section-inner .img-box.right .box-inner{
    padding-right: 0;
  }

  .products_accodion_wrap{
    padding: 30px 40px 40px;
  }

  .section-wrapper .section-inner .sub-title:after{
    width: calc(100% - 80px);
  }

  .section-wrapper.product-detail .section-inner ul{
    flex-direction: row;
  }

  .section-wrapper.product-detail .section-inner ul li{
    width: 100%;
    margin-bottom: 0;
  }

  .section-wrapper.product-detail .section-inner .sub-title{
    font-size: 14px;
    margin-right: 0;
  }

  .section-wrapper.product-detail.video .section-inner{
    padding: 0;
  }

  .section-wrapper.product-detail.video .section-inner iframe{
    aspect-ratio: 3/2;
    padding: 0;
  }

  .section-wrapper.howto .section-inner{
    padding: 64px 20px;
  }

  .howto-box {
    flex-direction: column;
    gap: 60px;
  }

  .howto-box video{
    margin: 0 auto;
  }

  .howto-box iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }

  .howto-box .inner h3{
    margin: 0 0 20px;
  }

  .p-review {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 0;
    background: #F8F6F6;
    margin-top: 0;
  }
}

@media screen and (max-width: 719px) {
  .section-wrapper .section-inner{
    padding: 64px 15px 64px;
  }
  .p-product_content__inner{
    padding: 0 15px;
  }

  .p-product_content__inner__info{
    width: 100%;
  }

  .c-product_info .c-product_info__title{
    font-size: 18px!important;;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    letter-spacing: 0.72px;
  }

  .products_detail_wrap .inner{
    padding: 0;
  }

  .products_detail_wrap .inner.image-section img{
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  .section-wrapper.product-detail.gray .section-inner .img-box{
    flex-direction: column;
  }

  .section-wrapper.product-detail.gray .section-inner .img-box .box-inner{
    padding-left: 0;
  }

  .section-wrapper.product-detail.gray .section-inner .img-box .box-inner h2{
    font-size: 20px;
    margin-top: 24px;
  }

  .section-wrapper.product-detail.gray .section-inner .img-box.right{
    flex-direction: column;
  }

  .section-wrapper.product-detail.gray .section-inner .img-box.right .box-inner{
    padding-right: 0;
  }

  .products_accodion_wrap{
    padding: 40px 15px;
  }

  .section-wrapper.product-detail .section-inner ul{
    flex-direction: column;
  }

  .section-wrapper.product-detail .section-inner ul li{
    width: 100%;
    margin-bottom: 40px;
  }

  .section-wrapper.product-detail .section-inner ul li:last-child{
    margin-bottom: 0;
  }

  .section-wrapper.product-detail .section-inner .sub-title{
    font-size: 14px;
    margin-right: 0;
  }

  .section-wrapper.product-detail.video .section-inner{
    padding: 0;
  }

  .section-wrapper.product-detail.video .section-inner iframe{
    aspect-ratio: 3/2;
    padding: 0;
  }

  .section-wrapper.howto .section-inner{
    padding: 64px 15px;
  }

  .howto-box {
    flex-direction: column;
  }

  .howto-box iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }

  .howto-box .inner h3{
    margin: 32px 0 20px;
  }
}

/* mypage */
.u-color__bg--bg {
  background: #ededed;
}

.c-coupon__content{
  background: #ededed;
}

.c-cart_item__info {
  flex: 1;
  padding-left: 70px;
}

.c-cart_item__img__inner{
  aspect-ratio: 1 / 1;
}

.member-num{
  margin-bottom: 10px;
}

.js-main-container.cart .p-page_header__inner .p-page_header__inner__title{
  font-family: "Noto Sans JP";
  font-size: 22px!important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.76px;
  padding-bottom: 16px;
  border-bottom: 1px solid #325279;
}

.display-pc{
  display: block!important;
}

.display-sp{
  display: none!important;
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .c-cart_item__img__inner{
    padding-top: 100%;
  }

  .c-cart_item__info {
    padding-left: 40px;
  }

  .p-history_detail__block__wrapper .p-history_detail__block__list{
    width: calc(100% - 350px);
  }

  .display-pc{
    display: none!important;
  }
  .display-sp{
    display: block!important;
  }

  .p-account__inner{
    flex-direction: column;
  }

  .p-account__inner__content{
    width: 100%;
  }

  .c-account_menu__list{
    padding: 40px 10px 0;
  }

  .p-account__inner__menu{
    width: 100%;
  }

  .c-account_menu__logout{
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 719px) {
  .display-pc{
    display: none!important;
  }
  .display-sp{
    display: block!important;
  }
  .c-account_menu__list {
      display: block;
      padding: 10px 0;
  }

  .p-account__inner__menu {
    margin-top: 40px;
  }

  .p-mypage__block {
    margin-top: 30px;
  }

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

  .c-cart_item__info {
    padding-left: 30px;
  }

  .c-account_menu__logout{
    max-width: 300px;
    margin: 0 auto;
  }

  .p-subscription_detail__block__head__title{
    margin-bottom: 10px;
  }
}

/* contact */
#contacts-form-view .p-page_header__inner__title{
  display: block;
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP"!important;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding-bottom: 0;
  border: 0;
}

#contacts-form-view .p-page_header__inner__title::before{
  display: block;
  content: "CONTACT";
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", sans-serif!important;
  font-size: 26px!important;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 3.12px;
}

.p-contact__link{
  display: none;
}

.p-contact__head .p-contact__head__title{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP"!important;
  font-size: 18px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.08px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #325279;
}

.c-form_table > tbody > tr > th, .c-form_table--confirm > tbody > tr > th{
  padding: 20px 80px 10px 0;
}

#view-coupon .c-form_table > tbody > tr > th,
#view-payment-information .c-form_table > tbody > tr > th,
#container_delivery_schedule_date > th,
#container_delivery_schedule_time > th{
  padding: 0 0 10px;
}

.p-checkout_confirm__inner__list__block .c-form_table > tbody > tr > th,
.p-checkout_confirm__inner__list__block .c-form_table--confirm > tbody > tr > th{
  padding: 20px 40px 20px 0;
}

.c-form_table__newsletter{
  padding: 0;
}

.p-account_form__inner__bottom{
  margin-top: 40px;
}

.c-form_table--confirm > tbody > tr > td{
  padding: 20px 10px 20px 0;
}

.c-form_table--confirm > tbody > tr{
  border-top: 1px solid #D8DDDF;
}

.c-table tbody tr td{
  padding: 20px 10px;
}

.p-account_form__inner__bottom.login-btn{
  display: none;
}

.l-container.register .p-page_header p{
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", sans-serif!important;
  font-size: 26px!important;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 3.12px;
  text-align: center;
}

.l-container.register .p-page_header h1{
  display: block;
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP"!important;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}

.l-container.register .l-container__row h2{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.08px;
  max-width: 720px;
  border-bottom: 1px solid #325279;
  padding-bottom: 16px;
  margin: 0 auto 24px;
}

.l-container.register .l-container__row h2 + p{
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: left;
}

.c-form_table.policy-check{
  margin: 40px auto 0;
}

.c-form_table, .c-form_table--confirm {
  margin: 0;
}

#customers-password-new-view .l-container__row{
  margin-top: 40px;
}

#customers-password-new-view .c-form_table tr{
  max-width: 482px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#container_payment_schedule .c-form_table tr{
  flex-direction: column;
  margin-bottom: 15px;
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .c-form_table > tbody > tr > th, .c-form_table--confirm > tbody > tr > th{
    padding: 10px 80px 10px 0;
  }

  .c-form_table--confirm > tbody > tr > th{
    margin-bottom: 0;
  }

  .c-form_table__newsletter{
    padding: initial;
  }

  .l-container.register .l-container__row h2{
    margin-left: 15px;
    margin-right: 15px;
  }

  .l-container.register .l-container__row h2 + p{
    padding: 0 15px;
  }
  .c-form_table > tbody > tr:not(:last-child), .c-form_table--confirm > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }

  .c-form_table--confirm > tbody > tr:not(:last-child) {
    margin-bottom: 0;
  }

  .p-shipping_address_table > tbody > tr:not(:last-child){
    margin-bottom: 0;
  }

  .c-form_table--confirm > tbody > tr{
    border-top: 0;
  }

  .c-form_table__tel > * {
    margin-bottom: 15px;
  }

  .p-account__inner__content__copy__btn{
    margin-left: 0;
  }
}

@media screen and (max-width: 719px) {
  .c-form_table > tbody > tr > th, .c-form_table--confirm > tbody > tr > th{
    padding: 10px 80px 10px 0;
  }

  .c-form_table--confirm > tbody > tr > th{
    margin-bottom: 0;
  }

  .c-form_table__newsletter{
    padding: initial;
  }

  .l-container.register .l-container__row h2{
    margin-left: 15px;
    margin-right: 15px;
  }

  .l-container.register .l-container__row h2 + p{
    padding: 0 15px;
  }
  .c-form_table > tbody > tr:not(:last-child), .c-form_table--confirm > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }

  .c-form_table--confirm > tbody > tr:not(:last-child) {
    margin-bottom: 0;
  }

  .p-shipping_address_table > tbody > tr:not(:last-child){
    margin-bottom: 0;
  }

  .c-form_table--confirm > tbody > tr{
    border-top: 0;
  }
}

/* policy */
.c-table tbody tr th.u-text--strong{
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP"!important;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 400!important;
  line-height: normal;
  letter-spacing: 0.28px;
}

.p-page_content__inner h2{
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP"!important;
  font-size: 18px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.08px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #325279;
}


/* login */
.control-alert > *{
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.u-text--btn {
  color: var(--Off-white, #F6F7F7)!important;
  font-family: "Noto Sans JP"!important;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  transition: 0.4s;
}

.u-text--btn:hover{
  opacity: 0.7;
}

.line_new_ec .button-container .btn-line {
  width: 320px;
  padding: 10px 10px 10px 40px;
  height: auto;
  transition: 0.4s;
}

.line_new_ec .button-container .btn-line:hover{
  opacity: 0.7;
}

.line_new_ec .button-container .btn-line .after-btn-line{
  border-color: #31ae36;
}

.line_new_ec .button-container .before-btn-line {
  top: 10px;
  left: 4px;
}

.p-login__inner__login,
.p-login__inner__registration{
  padding: 40px 24px;
  background: #FFF;
}

.p-login .p-page_header__inner .p-page_header__inner__title {
  padding-bottom: 0;
  border-bottom: initial;
}

.c-form_table tr{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.p-login__inner__login .c-form_table > tbody > tr > th,
.p-login__inner__login .c-form_table > tbody > tr > td{
  width: 100%;
}

.p-login__inner__login .c-form_table > tbody > tr > td{
  padding: 0;
}

.line_new_ec{
  width: initial;
}

.line_new_ec .button-container .button{
  border-radius: 0;
}

.login-check{
  margin-top: 25px;
}

.p-login__inner__login__bottom__submit{
  margin: 0 auto 10px;
}

.p-login__inner__login .p-page_header{
  margin-bottom: 0;
}

.alert {
  max-width: 720px;
  margin: 40px auto;
}

.alert > div > p > strong{
  display: block;
  text-align: center;
}

.alert > div > p{
  text-align: left;
}

.alert > div > ul > li{
  text-align: left;
}

#perform-view .alert + .p-page_header__inner__btn{
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .p-login__inner__login {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 719px) {
  .p-login__inner__login__bottom__submit {
      max-width: initial;
  }

  .p-login {
    padding-right: 0;
    padding-left: 0;
  }

  .control-alert > *{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .control-alert, .alert, .alert-danger {
    padding-right: 0;
    padding-left: 0;
  }

  .p-login__inner__login .p-page_header{
    margin-bottom: 15px;
  }

  .p-login__inner__login, .p-login__inner__registration{
    padding: 30px 24px 40px;
  }

  .p-login__inner__registration {
    width: 100%;
    margin-top: 40px;
  }
}

/* cart */
.p-page_header__inner .p-page_header__inner__title {
  max-width: 1200px;
  margin: 0 auto;
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.76px;
  padding-bottom: 16px;
  border-bottom: 1px solid #325279;
}

.p-browsing_history .p-browsing_history__inner__title .u-text--head{
 text-align: left;
  margin-bottom: 3px;
} 

.p-browsing_history .p-browsing_history__inner__title .p-rbrowsing_history__inner__jp{
  display: block;
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid #325279;
}

.js-browsing-histories .c-product_item__inner__category{
  display: none;
}

/* .c-product_item__inner__price span{
  display: none;
} */

.c-product_item__inner__price span#price{
  display: inline-block;
}

.c-product_item__inner__price > .origin{
  display: none;
}

.c-product_item__inner__price > .sale.u-color__text--alert{
  display: none;
}

/* .c-product_item__inner__price span#price::after{
  content: "(税込)";
  font-size: 12px;
  font-family: "Noto Sans JP";
} */

/* .c-product_item__inner__price span#price + span{
  display: none;
} */

.p-signup__inner.cart{
  max-width: 100%;
  margin-bottom: 40px;
}

.p-signup__inner.cart .subscribe-btn {
  text-align: center;
}

.p-signup__inner.cart .subscribe-btn a::after{
  display: none;
}

@media screen and (max-width: 719px) {
  .c-cart_item__action {
      padding-left: 0;
  }

  .p-page_header__inner .p-page_header__inner__title{
    font-size: 20px!important;
  }
}

/* order */
#new-view .p-page_header__inner .p-page_header__inner__title,
#confirm-view .p-page_header__inner .p-page_header__inner__title,
#perform-view .p-page_header__inner .p-page_header__inner__title{
  padding-bottom: 0;
  border-bottom: 0;
}

#new-view .u-text--subhead,
#confirm-view .u-text--subhead,
#perform-view .u-text--subhead{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.08px;
  padding-bottom: 16px;
  margin-top: 30px;
  margin-bottom: 32px;
  border-bottom: 1px solid #325279;
}

#confirm-view .u-text--subhead{
  margin-top: 0;
}

#confirm-view .p-checkout_confirm__inner__side .u-text--subhead{
  margin-top: 0;
  margin-bottom: 16px;
}

.p-checkout_confirm__inner__list__block .c-form_table.p-shipping_address_table.--confirm tr:first-child{
  border-top: 1px solid #D8DDDF;
}

.p-checkout__list__block{
  border-bottom-width: 0;
}

#view-invite-code
{
  display: none;
}

.p-checkout__list__block{
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-steps_to_order__number{
  border: 1px solid;
}

#confirm-view .c-billing_list__total .u-text--subhead {
  border-bottom: initial;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-checkout__bottom {
  margin-top: 20px;
}

.c-form_table > tbody > tr > td, .c-form_table--confirm > tbody > tr > td {
  padding: 0;
}

.c-form_table--confirm > tbody > tr > td {
  margin-bottom: 0;
}

.c-form_table--confirm > tbody > tr:first-child {
  border-top: 1px solid #D8DDDF;
}

html body #confirm-view .p-shipping_address_table.c-form_table tbody{
  gap: 0;
}

.p-checkout_confirm__inner__list__block .c-form_table > tbody > tr > td, .c-form_table--confirm > tbody > tr > td{
  padding: 20px 20px 20px 0;
}

html body .p-shipping_address_table.--confirm.c-form_table tr, html body .p-shipping_address_table.--confirm.c-form_table--confirm tr {
  padding: 0;
  border: var(--table-row-border, unset);
  border-width: var(--table-row-border-width, 0);
}

html body .p-shipping_address_table.c-form_table tbody, html body .p-shipping_address_table.c-form_table--confirm tbody {
  display: flex;
  gap: 0;
  flex-direction: column;
}

.c-account_table{
  margin-bottom: 10px;
}

#confirm-view .c-cart_list__list__item__img__inner{
  width: 100%;
  padding-top: 100%;
  aspect-ratio: 1;
}

.p-cart_content {
    margin: 0 auto 40px;
}

#AmazonPayOneClickOrderArea,
#new-view .alert{
  max-width: 720px;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  margin: 40px auto;
}

#AmazonPayOneClickOrderArea .amazon_pay_title.u-text--subhead{
  margin-top: 0;
}

#new-view .alert > div > ul > li{
  text-align: left;
}

.c-cart_submit__block__submit{
  height: 50px;
}

.p-cart_content__inner__side button.c-cart_submit__block__submit.u-text--btn.u-color__btn--bg{
  margin-top: 20px;
}

.p-cart_content__inner__side .c-cart_submit__block__submit.u-text--btn{
  margin-top: 0;
}

.p-cart_content__inner__side > .p-cart_content .c-billing_list{
  order: 1;
 }

.p-cart_content__inner__side > .p-signup__inner.cart{
 display: none;
 order: 2;
}

 .p-cart_content__inner__side > .b.u-color__border--border{
  order: 3;
 }

.p-login__inner__registration__bottom {
  margin-top: 30px;
}

.p-login .p-page_header__inner .p-page_header__inner__title{
  font-size: 22px!important;
}

@media screen and (min-width: 1024px) {
  .p-cart_content .c-billing_list {
      margin: 0 0 20px;
  }
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  #new-view .u-text--subhead{
    margin-top: 0;
  }

  #confirm-view .p-shipping_address_table.c-form_table tr{
    flex-direction: row;
  }

  #confirm-view .p-checkout_confirm__inner__list{
    width: calc(100% - 350px);
  }

  #confirm-view .c-form_table th {
    min-width: 135px;
  }

  .c-cart_submit__block{
    padding-bottom: 0;
  }

  .p-checkout_confirm__inner__list__block .c-form_table > tbody > tr > td, .c-form_table--confirm > tbody > tr > td{
    padding: 20px 0 20px 0;
  }
}

@media screen and (max-width: 719px) {

  .p-cart_content__inner__side > .p-signup__inner.cart{
    display: block;
    margin-bottom: 0;
   }

  .c-cart_submit__block {
    padding-top: 40px;
  }

  .html body #confirm-view .p-shipping_address_table.c-form_table tbody{
    gap: 0;
  }

  #confirm-view .u-color__border--border{
    margin-bottom: 0;
  }

  #confirm-view .c-form_table > tbody > tr > th{
    padding: 20px 0 0;
  }

  #confirm-view .c-form_table > tbody > tr:first-child > th{
    padding: 10px 0 0;
  }

  #confirm-view .c-form_table--confirm > tbody > tr:first-child > th{
    padding: 10px 0 0;
  }

  #confirm-view .u-text--subhead{
    margin-bottom: 20px;
  }

  #confirm-view .c-form_table--confirm > tbody > tr > td{
    padding: 10px 0 0;
  }

  #confirm-view .c-form_table--confirm > tbody > tr > th{
    padding: 10px 0 0;
    margin-bottom: 0;
  }

  #confirm-view .c-form_table--confirm > tbody > tr{
    border-top: 0;
  }

  #confirm-view .c-cart_list__list__item__img{
    width: 100px;
  }

  #confirm-view .c-cart_list__list__item__img__inner{
    width: 100%;
    padding-top: 100%;
    aspect-ratio: 1;
  }

  .p-checkout_confirm__inner__list__block .c-form_table > tbody > tr > td, .c-form_table--confirm > tbody > tr > td{
    padding: 0 20px 0 0;
  }

  .p-checkout_confirm__inner__list__block .c-form_table > tbody > tr > td{
    padding: 0 20px 20px 0;
  }

  .p-checkout_confirm__inner__list__block .c-form_table.p-shipping_address_table.--confirm tr:first-child{
    border-top: 0;
  }

  .p-checkout_confirm__inner__list{
    margin-top: 20px;
  }

  .p-login .p-page_header__inner .p-page_header__inner__title{
    font-size: 20px !important;
  }
}

/* information */
main.information .p-page_header__inner__title{
  display: block;
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  padding-bottom: 64px;
}

main.information .p-page_header__inner{
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

main.information .p-page_header__inner p{
  display: block;
  content: "CONTACT";
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", sans-serif !important;
  font-size: 26px !important;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 3.12px;
  text-align: center;
}

main.information .p-news__inner__list{
  padding-left: 0;
  border-left: 0;
}

.c-column_item__inner__img{
  background-color: #fff;
  background-size: contain;
}

.c-column_item__inner .c-column_item__inner__more{
  display: none;
}

.c-pagination__list__item.is-active:after{
  border-color: #21364E;
}

.p-column_header section.l-container__row{
  max-width: 720px;
  padding: 40px 0 20px;
  margin: 0 auto;
}

.p-column_header__bg {
  height: 100%;
  aspect-ratio: 3 / 2;
  background-size: contain;
}

.p-column_header__panel__inner__title{
  padding-bottom: 16px;
  border-bottom: 1px solid #325279;
}

.c-article_nav__inner__back.u-text--link{
  color: var(--black, #3D3935)!important;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
  position: relative;
  padding-left: 26px;
}

.c-article_nav__inner__back.u-text--link::before{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: url(/haricchi/uploads/ec/icon_arrow%201.svg);
  rotate: 180deg;
}

/* main.information .p-page_header__inner__title{
  padding-bottom: 0;
} */

@media screen and (max-width: 719px) {
  main.information .p-page_header__inner__title{
    padding-bottom: 40px;
  }

  .p-column_header section.l-container__row{
    padding: 20px 0 0;
    margin: 0 auto;
  }
}

/* faq */
.l-container.faq .p-page_header__inner p{
  display: block;
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", sans-serif !important;
  font-size: 26px !important;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 3.12px;
  text-align: center;
}

.l-container.faq .p-page_header__inner .p-page_header__inner__title {
  max-width: 1200px;
  margin: 0 auto;
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP";
  font-size: 14px!important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.12px;
  border-bottom: initial;
}

#new-view .p-page_header__inner .p-page_header__inner__title {
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP"!important;
  font-size: 22px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.76px;
}

.p-faq__inner__list__item__question .u-text--strong{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.08px;
}

.p-faq__inner__list__item__answer .u-text--body{
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__item__question span {
      font-size: 20px;
      top: 22px;
  }

  .p-faq {
    padding-right: 0;
    padding-left: 0;
}
}

/* policy */
.l-container.policy .p-page_header__inner__title.u-text--head {
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP"!important;
  font-size: 22px!important;
  letter-spacing: 1.76px;
  padding-bottom: 0;
  border-bottom: 0;
}

.c-form_table__newsletter {
  padding: 10px 0;
  margin-bottom: 0;
}

/* mypage */
.p-account__inner__content__title.u-text--head {
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 22px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.76px;
  padding-bottom: 16px;
  border-bottom: 1px solid #325279;
  margin-bottom: 40px;
}

.p-mypage__block__title.u-text--subhead {
  color: var(--black, #3D3935);
  font-family: "Noto Sans JP";
  font-size: 16px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #325279;
  margin-bottom: 24px;
}

.c-account_menu__icon{
  width: 20px;
}

.c-account_table__product__info__price.u-text--body{
  margin: 10px 0;
  font-weight: bold;
}

.c-account_table__product__info__price.u-text--body::after{
  content: "(税抜)";
  font-size: 13px;
  margin-left: 3px;
}

.subscription .c-account_table__product__info__price.u-text--body{
  display: none;
}

.subscription .c-account_table > tbody > tr > th:nth-child(6),
.subscription .c-account_table > tbody > tr > td:nth-child(6){
  display: none;
}

/* .u-color--head {
  display: none;
} */

.c-account_menu__content.--sub-heading {
  padding-block: 6px;
  padding-left: 30px;
  gap: 0;
}

.p-account__inner__menu {
  border-right-width: 0;
}

.p-favorite__header .p-list_header__inner{
  padding-bottom: 16px;
  border-bottom: 1px solid #325279;
  margin-bottom: 24px;
}

.c-account_table__product__info {
  max-width: 300px;
  padding-left: 0;
  margin: 5px 0;
}

.c-account_table__product__img {
  width: 80px;
  display: none;
}

.c-account_table__product__img__inner {
  width: 80px;
  padding-top: 100%;
  margin: 10px 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-account_table__product__info__title {
  color: var(--black, #3D3935)!important;
  font-family: "Noto Sans JP"!important;
  font-size: 12px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}

/* .c-account_table > tbody > tr > td{
  vertical-align: middle;
} */

html body .p-shipping_address_table.c-form_table tbody {
  gap: 15px;
}

.c-account_menu__item .u-icon--dot{
  display: none;
}

.c-account_table__edit i {
  margin: 5px;
}

.important-message {
  margin: 40px auto;
}

.important-message p{
  color: #D3696E;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
}

.important-message p a{
  color: #D3696E;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  text-decoration: underline;
}

#view-input-card-cvv > td > .u-text--body{
  margin: 10px auto;
}

#option_types{
  padding: 10px 20px 0;
  background: #fcfcfc!important;
}

.c-product_info__form__variant{
  padding: 15px;
}

.c-form_table__subscription table tr {
  display: table-row;
}

.c-form_table__subscription .c-account_table {
  margin-top: 40px;
  margin-bottom: 20px;
}

.p-favorite__list .c-product_item__inner__price .product_description{
  display: none;
}

.p-account__inner__content .p-account__inner__content__form__bottom{
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .c-cart_item {
      padding-bottom: 20px;
  }
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .p-account__inner__content .p-history_list {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 719px) {
  .c-account_menu__content.--sub-heading {
    padding-left: 43px;
  }

  .p-list_header__inner .p-list_header__inner__title{
    margin-bottom: 0;
  }

  .p-history_list__item__header__btn {
    margin-top: 1px;
  }

  .p-history_list .p-history_list__item__header__btn {
    margin-top: 10px;
  }

  .p-history_list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* brands */
.section-brand .section-wrapper .section-inner .sub-title:after{
  left: 180px;
  width: calc(100% - 180px);
}

.products_detail_wrap.concept-01 .section-wrapper .section-inner .sub-title{
  margin-right: 0;
  padding-right: 0;
}

.products_detail_wrap.concept-01 .section-wrapper .section-inner .sub-title:after{
  left: 90px;
  width: calc(100% - 90px);
}

.products_detail_wrap.concept-01 .section-wrapper.product-detail .section-inner .img-box img,
.products_detail_wrap.concept-02 .section-wrapper.product-detail .section-inner .img-box img{
  max-width: 616px;
}

.products_detail_wrap.concept-01 .section-wrapper.product-detail .section-inner .img-box.right .box-inner p,
.products_detail_wrap.concept-02 .section-wrapper.product-detail .section-inner .img-box.right .box-inner p{
  color: #3D3935;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  letter-spacing: 0.56px;
}

.products_detail_wrap.concept-01 .section-wrapper.product-detail .section-inner .img-box .box-inner {
  padding-left: 64px;
}

.products_detail_wrap.concept-02 .section-wrapper .section-inner .sub-title:after{
  left: 148px;
  width: calc(100% - 148px);
}

.products_detail_wrap.concept-02 .section-wrapper.product-detail .section-inner .img-box.right .box-inner{
  padding-right: 64px;
}

.products_detail_wrap.media .section-wrapper .section-inner .sub-title:after{
  left: 70px;
  width: calc(100% - 70px);
}

.products_detail_wrap.media .section-wrapper.product-detail .section-inner .img-box img {
  max-width: 269px;
  margin-left: 200px;
}

.products_detail_wrap.media .p-new_product__more__btn{
  display: block;
  max-width: 212px;
  height: 44px;
  margin: 0;
  padding: 11px 16px 13px 32px;
  justify-content: left;
  align-items: center;
  gap: 40px;
  border-radius: 3px;
  border: 1px solid #21364E;
  background: initial !important;
  color: var(--black, #3D3935) !important;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  position: relative;
}

.products_detail_wrap.media .p-new_product__more__btn::after{
  display: block;
  content: url(/haricchi/uploads/ec/icon_arrow%201.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 11px;
  color: #000;
}

.products_detail_wrap.media .p-new_product__more__btn:hover{
  background: #21364E !important;
  color: #fff !important;
  opacity: 1;
}

.products_detail_wrap.media .p-new_product__more__btn:hover::after{
  content: url('/haricchi/uploads/ec/icon_arrow_2.svg');
}

.products_detail_wrap.director .section-wrapper .section-inner .sub-title{
  padding-left: 36px;
  margin-right: 0;
  margin-bottom: 64px;
}

.products_detail_wrap.director .section-wrapper .section-inner .sub-title span{
  background: #f8f6f7;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.products_detail_wrap.director .section-wrapper .section-inner .sub-title:after{
  left: 0;
  width: 100%;
  background-color: #D0D5DD;
}

.products_detail_wrap.director .section-wrapper .section-inner .img-box.left {
  padding-bottom: 64px;
  border-bottom: 1px solid #D0D5DD;
}

.products_detail_wrap.director .section-wrapper .section-inner .img-box.left img{
  width: 220px;
  margin-left: 133px;
}

.products_detail_wrap.director .section-wrapper.product-detail .section-inner .img-box .box-inner h2{
  margin-bottom: 25px;
}

.products_detail_wrap.director .section-wrapper.product-detail .section-inner .img-box .box-inner h2 span{
  color: #3D3935;
  font-family: "brandon-grotesque", sans-serif !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 1.56px;
  margin-left: 16px;
}

.products_detail_wrap.director .section-wrapper.product-detail .section-inner .img-box .box-inner p{
  color: #3D3935;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 0.52px;
}

.products_detail_wrap.director .section-wrapper.product-detail .section-inner .img-box .box-inner{
  padding-left: 64px;
}

.section-wrapper.product-detail.products .section-inner{
  padding-top: 40px;
}

.section-wrapper.product-detail.products .section-inner .sub-title{
  color: #3D3935;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .products_detail_wrap.concept-01 .section-wrapper.product-detail .section-inner .img-box{
    flex-direction: column;
  }
  
  .products_detail_wrap.concept-01 .section-wrapper.product-detail .section-inner .img-box .box-inner{
    padding-top: 42px;
    padding-left: 0;
  }
  
  .products_detail_wrap.concept-02 .section-wrapper.product-detail .section-inner .img-box.right{
    flex-direction: column;
  }
  
  .products_detail_wrap.concept-02 .section-wrapper.product-detail .section-inner .img-box.right .box-inner{
    padding-top: 42px;
    padding-right: 0;
  }

  .products_detail_wrap.media .section-wrapper.product-detail.gray .section-inner{
    position: relative;
  }

  .products_detail_wrap.media .section-wrapper.product-detail.gray .section-inner .img-box.right img{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }

  .products_detail_wrap.media .section-wrapper.product-detail.gray .section-inner .img-box.right .box-inner{
    position: relative;
    z-index: 1;
  }

  .products_detail_wrap.media .section-wrapper.product-detail.gray .section-inner .img-box.right .box-inner .p-new_product__more a{
    margin: 40px auto 0;
  }

  .products_detail_wrap.media .section-wrapper.product-detail .section-inner .img-box img{
    max-width: 220px;
  }

  .products_detail_wrap.director .section-wrapper .section-inner .img-box.left img{
    margin-left: 20px;
    margin-right: 20px;
  }

  .products_detail_wrap.director .section-wrapper.product-detail .section-inner .img-box .box-inner{
    padding-left: 40px;
  }

  .p-movie__inner{
    left: 0;
    margin: 40px auto;
  }
}

@media screen and (max-width: 719px) {
  .section-brand .section-wrapper .section-inner {
    padding: 64px 15px 40px;
  }
  .products_detail_wrap.concept-01 .section-wrapper.product-detail .section-inner .img-box{
    flex-direction: column;
  }

  .products_detail_wrap.concept-01 .section-wrapper.product-detail .section-inner .img-box .box-inner{
    padding-left: 0;
    padding-top: 24px;
  }

  .products_detail_wrap.concept-02 .section-wrapper.product-detail .section-inner .img-box.right{
    flex-direction: column;
  }
  
  .products_detail_wrap.concept-02 .section-wrapper.product-detail .section-inner .img-box.right .box-inner{
    padding-right: 0;
    padding-top: 24px;
  }

  .products_detail_wrap.concept-01 .section-wrapper.product-detail .section-inner .img-box .box-inner h2{
    font-size: 20px;
  }

  .products_detail_wrap.concept-02 .section-wrapper.product-detail .section-inner .img-box .box-inner h2{
    font-size: 20px;
  }

  .products_detail_wrap.concept-01 .section-wrapper .section-inner{
    padding: 64px 15px 24px;
  }

  .section-wrapper.product-detail.products .section-inner ul{
    gap: 40px;
  }
  
  .section-wrapper.product-detail.products .section-inner ul li{
    margin-bottom: 0;
  }

  .products_detail_wrap.concept-02 .section-wrapper .section-inner{
    padding: 24px 15px 24px;
  }

  .products_detail_wrap.media .section-wrapper.product-detail.gray .section-inner{
    position: relative;
  }

  .products_detail_wrap.media .section-wrapper.product-detail.gray .section-inner .img-box.right img{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }

  .products_detail_wrap.media .section-wrapper.product-detail.gray .section-inner .img-box.right .box-inner{
    position: relative;
    z-index: 1;
  }

  .products_detail_wrap.media .section-wrapper.product-detail.gray .section-inner .img-box.right .box-inner .p-new_product__more a{
    margin: 40px auto 0;
  }
  
  .products_detail_wrap.director .section-wrapper .section-inner .img-box.left{
    flex-direction: column;
    padding-bottom: 20px;
  }

  .products_detail_wrap.director .section-wrapper .section-inner .img-box.left img{
    margin-left: 0;
    margin-bottom: 24px;
  }

  .products_detail_wrap.director .section-wrapper .section-inner .sub-title{
    margin-bottom: 37px;
  }

  .products_detail_wrap.director .section-wrapper.product-detail .section-inner .img-box .box-inner{
    padding-left: 0;
  }
}

/* credit alert */
.alert-credit{
  margin: 64px 0;
  padding: 24px 16px;
  background: #fff;
}

.alert-credit p{
  color: #D3696E;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  margin-bottom: 16px;
}

.alert-credit p.tel{
  margin-bottom: 0;
}

.alert-credit p.tel a{
  color: #21364E;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  margin-right: 12px;
}

.alert-credit p.tel span{
  color: #3D3935;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}

@media screen and (max-width: 719px) {
  .alert-credit p.tel a{
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .alert-credit p.tel span{
    display: block;
    text-align: center;
  }
}

/* LINE */
.p-login__inner__login .line_new_ec,
.p-cart_content__inner__side .line_ec,
#new-view .line_new_ec,
#new-view .alert{
  display: none;
}

.login-info {
  max-width: 1280px;
  margin: 0 auto;  
}

.login-info p{
  color: #E21E1E;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  margin: 0 40px 40px;
  background: #ededed;
}

.login-info.carts p{
  font-size: 12px;
  text-align: left;
  padding: 20px;
  margin: 10px 0 20px;
  background: #ededed;
}

.contact-info {
  max-width: 1280px;
  margin: 0 auto;  
}

.contact-info p{
  color: #E21E1E;
  font-size: 14px;
  text-align: left;
  padding: 20px;
  margin: 0 auto 20px;
  background: #ededed;
}

.contact-info p a{
  text-decoration: underline;
  transition: 0.4s;
}

.contact-info p a:hover{
  text-decoration: none;
  opacity: 0.6;
}

.contact-info.carts p{
  font-size: 12px;
  text-align: left;
  padding: 20px;
  margin: 10px 0 20px;
  background: #ededed;
}

control-alert > *, .alert > *, .alert-danger > * {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width:720px) and ( max-width:1024px) {
  .login-info p{
    padding: 20px;
    margin: 0 40px 40px;
  }
}

@media screen and (max-width: 719px) {
  .login-info p{
    margin: 0 0 40px;
    text-align: left;
    font-size: 13px;
  }
}

.p-kv_slider__track__list__item__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* member-rank */
.member-rank-section {
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans JP";
  text-align: center;
}
@media screen and (max-width: 719px) {
  .member-rank-section {
    font-size: 14px;
    text-align: left;
  }
}

.member-rank-section .section-inner {
  padding: 50px 20px;
}
@media screen and (max-width: 719px) {
  .member-rank-section .section-inner {
    padding: 42px 15px;
  }
}

.member-rank-section .sp-only {
  display: none;
}
@media screen and (max-width: 719px) {
  .member-rank-section .pc-only {
    display: none;
  }
  .member-rank-section .sp-only {
    display: inline-block;
  }
  
}

.member-rank-section h2 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  margin-bottom: 16px;
}
@media screen and (max-width: 719px) {
  .member-rank-section h2 {
    text-align: center;
    font-size: 21px;
  }
}

.member-rank-section h3 {
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  text-align: left;
}

.member-rank-section .member-rank-sub-title {
  color: var(--black, #3D3935);
  font-family: "brandon-grotesque", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 719px) {
  .member-rank-section .member-rank-sub-title {
    text-align: center;
  }
}

.member-rank-section .member-rank-description {
  line-height: 32px;
}

.member-rank-section .member-rank-annotation {
  font-size: 12px;
}

.member-rank-section .underline {
  border-bottom: 1px solid #325279;
  padding-bottom: 16px;
}

.member-rank-benefit {
  padding: 0;
}
@media screen and (max-width: 719px) {
  .member-rank-benefit {
    padding: 0;
  }
}

.member-rank-benefit li div {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 719px) {
  .member-rank-benefit li div {
    font-size: inherit;
    text-align: center;
  }
}

.member-rank-about h2, .member-rank-howto h2, .member-rank-section.p-faq h2 {
  margin-bottom: 34px;
}
@media screen and (max-width: 719px) {
  .member-rank-about h2 {
    text-align: left;
  }
  .member-rank-about .member-rank-sub-title {
    text-align: left;
  }
}

.member-rank-howto .member-rank-annotation {
  margin-top: 10px;
}

.member-rank-howto a {
  text-decoration: underline;
}

.member-rank-regular {
  margin-top: 70px;
  border-top: 1px solid #32527933;
  border-bottom: 1px solid #32527933;
}

.member-rank-regular .section-inner, .member-rank-periodic .section-inner {
  padding-top: 24px !important;
  padding: 24px 0;
}

.member-rank-periodic {
  border-bottom: 1px solid #32527933;
}

.member-rank-section .member-rank-annotation-container {
  margin-top: 20px;
  text-align: left;
  line-height: 22px;
}

.member-rank-section .member-rank-annotation-container .member-rank-annotation.important {
  color: #D3696E;
  font-weight: 700;
  margin-bottom: 10px;
}

.member-rank-section .section-wrapper.product-detail .section-inner ul li .member-rank-annotation-container p.member-rank-annotation {
  font-size: 12px;
}

.member-rank-table .section-inner, .member-rank-periodic-table .section-inner {
  max-width: 870px;
}

.member-rank-section .section-inner > img {
  margin-top: 40px;
}

.member-rank-section.p-faq {
  margin-bottom: 120px;
  padding: 50px 20px;
}
@media screen and (max-width: 719px) {
  .member-rank-section.p-faq {
    margin-bottom: 40px;
    padding: 42px 15px;
  }

  .section-wrapper.product-detail.products .section-inner {
    padding: 24px 15px;
  }
}

.member-rank-section .p-faq__inner {
  max-width: 870px;
  text-align: left;
}

.member-rank-section .p-faq__inner a {
  text-decoration: underline;
}

.accordion-header {
  position: relative;
  cursor: pointer;
}

.accordion-icon {
  width: 5px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}

.accordion-icon .icon-vertical, .accordion-icon .icon-horizontal {
  position: absolute;
  background-color: #333;
  border-radius: 2px;
}

.accordion-icon .icon-vertical {
  width: 2px;
  height: 16px;
  left: 7px;
  top: 4px;
  transition: transform 0.3s ease;
}

.accordion-icon.rotate .icon-vertical {
  transform: rotate(90deg);
}

.accordion-icon .icon-horizontal {
  width: 16px;
  height: 2px;
  left: 0;
  top: 10px;
}

.accordion-content {
  padding: 15px;
  margin-top: 20px;
}

.member-rank-modal-show {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 719px) {
  .member-rank-modal-show {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.member-rank-img-zoom {
  position: absolute;
  bottom: -50px;
  right: 0;
  background-color: #21364E;
  border-radius: 50px;
  color: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.member-rank-img-zoom::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/haricchi/uploads/ec/img-member-rank-search.svg');
  background-size: cover; /* 画像を要素に合わせる */
  background-repeat: no-repeat;
  background-position: center;
}

.member-rank-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s;
  transition: .6s;
}

.member-rank-modal.is-show {
  opacity: 1;
  visibility: visible;
}

.member-rank-modal-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 50px;
  z-index: 2;
}
@media screen and (max-width: 719px) {
  .member-rank-modal-inner {
    padding: 0;
  }
}

.member-rank-modal-inner img {
  width: 100%;
}

.member-rank-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 719px) {
  .member-rank-modal-close {
    right: 0;
    top: -40px;
  }
}

.member-rank-modal-close i {
  font-size: 20px;
  color: #333;
}

.member-rank-modal-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.member-rank-modal-close-icon {
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 719px) {
  .member-rank-modal-close-icon {
    width: 30px;
    height: 30px;
  }
}

.member-rank-modal-close-icon::before,
.member-rank-modal-close-icon::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}

.member-rank-modal-close-icon::before {
  transform: rotate(45deg);
}

.member-rank-modal-close-icon::after {
  transform: rotate(-45deg);
}

.member-rank-modal-close-icon:hover {
  opacity: .8;
}

.p-mypage__membership {
  background: #ededed!important;
}

.c-product_info__notice{
  padding: 10px 20px 0;
}

#add-shop-cart-form .c-cart_item__badges{
  padding: 0 20px;
}

.p-checkout__list__block__inner__category {
    margin-top: 0;
}

.u-color__border--input.free_columns{
    background: #fff!important;
    margin-bottom: 40px;
}

#btn-add-async.c-product_info__form__submit{
    margin: 0 auto 1rem;
}

.small-text {
  font-size: 12px;
}

.sub-notice {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  color:#ff0000;
}

.tokusho-img {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.tokusho-img img {
  width: calc(50% - 10px);
  height: auto;
}

.yakuten-link {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: end;
  display: flex;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: right;
}

.yakuten-link a{
  color: #21364E;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  transition: 0.4s;
}

.yakuten-link a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 719px) {
  .tokushohou .p-page_table {
      padding-right: 0;
      padding-left: 0;
  }

  .l-container__row.u-margin__top--60.tokushohou-2{
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .tokusho-img {
    gap: 10px;
  }
  .yakuten-link {
    gap: 10px;
  }
  .tokusho-img img {
    width: calc(50% - 5px);
  }
  .l-container__row.u-margin__top--60.tokushohou-2{
    padding-right: 0;
    padding-left: 0;
  }
  .tokushohou .p-page_table {
    padding-right: 0;
    padding-left: 0;
  }
}

