@charset "UTF-8";
/***************************/
/* 共通設定                */
/***************************/
html,body {
    overflow-x: hidden;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222; }

.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #090909;
  border-color: #000000; }

.btn-default:hover {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #222222;
  border-color: #222222; }

.btn-default .badge {
  color: #222222;
  background-color: #ffffff; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0; }

.pull-right {
  float: right !important; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

a {
  color: black; }

.widthMax {
  margin: 0 calc(50% - 50vw);
  width: 100vw; }

@media screen and (max-width: 1024px) {
  .medium-margin-bottom-3 {
    margin-bottom: 2rem; } }

.grid-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media screen and (min-width: 40em) {
    .grid-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

/***************************/
/* ベース設定                */
/***************************/
@media screen and (max-width: 719px) {
  .l-container__row.u-margin__top--60 {
    margin-top: 40px; } }

/***************************/
/* ヘッダー設定                */
/***************************/
.top-bar-container {
  border-bottom: #707070 solid 1px; }
  .top-bar-container .top-bar {
    padding: 0.5rem 0;
    font-size: 13px; }
    .top-bar-container .top-bar .regist {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .top-bar-container .top-bar .regist img {
        width: 17px;
        height: auto;
        margin-right: 0.25rem; }
    .top-bar-container .top-bar .mypage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .top-bar-container .top-bar .mypage img {
        width: 13px;
        height: auto; }
    .top-bar-container .top-bar .l-header__inner__block__link {
      position: relative; }
      .top-bar-container .top-bar .l-header__inner__block__link i {
        font-size: 24px; }
      .top-bar-container .top-bar .l-header__inner__block__link .count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 20px;
        height: 20px;
        font-size: 12px;
        position: absolute;
        left: 30px;
        top: 0;
        padding: 0 4px;
        border-radius: 10px; }
        @media screen and (max-width: 719px) {
          .top-bar-container .top-bar .l-header__inner__block__link .count {
            font-size: 10px; } }
      .top-bar-container .top-bar .l-header__inner__block__link .c-tooltip {
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px); }
        @media screen and (max-width: 720px) {
          .top-bar-container .top-bar .l-header__inner__block__link .c-tooltip {
            -webkit-transform: translate(11px, 30px);
            -ms-transform: translate(11px, 30px);
            transform: translate(11px, 30px);
            left: unset;
            right: 0; } }

.top-menu-container {
  border-bottom: #707070 solid 1px; }
  .top-menu-container .top-bar {
    padding: 10px 0; }
    @media screen and (max-width: 1024px) {
      .top-menu-container .top-bar .top-bar-left, .top-menu-container .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
      .top-menu-container .top-bar .top-bar-right {
        text-align: right; } }
    .top-menu-container .top-bar .site-header-lgoo {
      line-height: 28px;
      margin: 0; }
      @media screen and (min-width: 1024px) {
        .top-menu-container .top-bar .site-header-lgoo {
          width: 200px;
          border-right: #707070 solid 1px; } }
      .top-menu-container .top-bar .site-header-lgoo a {
        height: auto; }
        .top-menu-container .top-bar .site-header-lgoo a img {
          width: 147px;
          height: auto;
          padding-bottom: 3px; }
    .top-menu-container .top-bar .menu {
      font-size: 16px; }
      .top-menu-container .top-bar .menu a {
        padding: 0 0.95rem; }

/***************************/
/* slide設定                */
/***************************/
.spp-slide-wrapper {
  position: relative; }
  .spp-slide-wrapper .spp-slide-list {
    margin-left: 0; }
    .spp-slide-wrapper .spp-slide-list .slick-slide div {
      height: auto;
      line-height: 0%;
    }
    .spp-slide-wrapper .spp-slide-list .slick-slide div .spp-slide {
      margin: 0;
      padding: 0;
      height: auto;
    }
    .spp-slide-wrapper .spp-slide-list.slick-dotted.slick-slider {
      margin-bottom: 0; }
    .spp-slide-wrapper .spp-slide-list .slick-dots button:before {
      color: #fff;
      opacity: 1; }
    .spp-slide-wrapper .spp-slide-list .slick-dots .slick-active button:before {
      -webkit-text-stroke: 3px #FFF;
      text-stroke: 3px #FFF; }
  .spp-slide-wrapper .slidelogo {
    position: absolute;
    height: auto;
    top: 1rem;
    width: 30%;
    left: 50%;
    margin-left: -15%; }
    @media screen and (min-width: 640px) {
      .spp-slide-wrapper .slidelogo {
        width: 240px;
        margin-left: -120px; } }
    @media screen and (min-width: 1024px) {
      .spp-slide-wrapper .slidelogo {
        max-width: 307px;
        width: auto;
        height: 44%;
        top: 110px;
        left: calc((100vw - 1000px)/2);
        margin-left: -110px; } }

/***************************/
/* 楽天バナー設定                */
/***************************/
.rakute-bnr {
    display:none;
  padding: 10px 0; }
  @media screen and (min-width: 1024px) {
    .rakute-bnr {
      padding: 5px 0; } }
  .rakute-bnr a img {
    width: 243px;
    height: auto; }

/***************************/
/* ２カラム設定                */
/***************************/
.twocol {
  background-color: #C1D0D3;
  padding: 2rem 0; }
  @media screen and (min-width: 1024px) {
    .twocol {
      padding: 120px 0 80px 0; } }
  .twocol .grid-container {
    position: relative; }
  .twocol .two-col-head {
    padding: 20px;
    text-align: center;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    background-color: #fff; }
    @media screen and (max-width: 641px) {
      .twocol .two-col-head {
        margin: 0 calc(50% - 50vw) 2rem calc(50% - 50vw); } }
    @media screen and (min-width: 1024px) {
      .twocol .two-col-head {
        text-align: left;
        position: absolute;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        left: -40px;
        top: -40px;
        padding: 40px; } }
  .twocol .twocol-ttl {
    font-size: 28px;
    margin-bottom: 10px; }
  .twocol .p-banner__link {
    font-size: 16px; }

/***************************/
/* バナー設定                */
/***************************/
.p-banner-wrapper {
  padding: 2rem 0;
  background-color: #F4F7F8; }
  @media screen and (min-width: 1024px) {
    .p-banner-wrapper {
      padding: 80px 0; } }
  .p-banner-wrapper .p-banner__image {
    margin-bottom: 0; }

.p-banner-center {
  padding: 60px 0;
  background-size: cover; }
  @media screen and (min-width: 1024px) {
    .p-banner-center {
      padding: 145px 0; } }
  .p-banner-center p {
    font-size: 28px; }
  .p-banner-center h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 34px; }

/***************************/
/* コラム設定                */
/***************************/
.column-list {
  padding: 2rem 0 0 0;
  background-color: #CBD3C1; }
  @media screen and (min-width: 1024px) {
    .column-list {
      padding: 80px 0; } }
  .column-list .p-column__inner {
    margin-bottom: 2rem; }
    @media screen and (max-width: 641px) {
      .column-list .p-column__inner {
        width: auto; } 
    }
    .column-list .p-column__inner .p-column__inner__title p {
      background: #fff;
      margin-bottom: 0; }
      @media screen and (min-width: 1024px) {
        .column-list .p-column__inner .p-column__inner__title p {
          background: transparent; } }
    .column-list .p-column__inner .p-column__inner__title__en {
      font-size: 28px;
      font-family: 'Noto Serif JP', serif;
      background-color: rgba(255, 255, 255, 0.4);
      padding: 40px;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 641px) {
        .column-list .p-column__inner .p-column__inner__title__en {
          margin: 0 calc(50% - 50vw) 2rem calc(50% - 50vw); } }
      @media screen and (min-width: 1024px) {
        .column-list .p-column__inner .p-column__inner__title__en {
          -ms-writing-mode: tb-rl;
          -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl; } }
    .column-list .p-column__inner .p-column__inner__title .btn-all {
      width: 114px;
      text-align: center; }
    .column-list .p-column__inner .c-column_item__inner__img {
      padding-top: 100%; }
    .column-list .p-column__inner .c-column_item {
      background-color: #fff; }
      .column-list .p-column__inner .c-column_item .c-column_item__inner__date {
        font-size: 14px;
        color: #000;
        padding: 16px 20px 0 20px; }
      .column-list .p-column__inner .c-column_item .c-column_item__inner__title {
        font-size: 18px;
        margin-top: 6px;
        padding: 0 20px 20px 20px; }

.l-container.column .page-green {
  background-color: #CBD3C1;
  padding: 40px 0; }
  @media screen and (min-width: 640px) {
    .l-container.column .page-green {
      padding: 140px 0; } }
  .l-container.column .page-green .page-column-header {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Noto Serif JP', serif;
    background-color: #fff;
    padding: 36px;
    letter-spacing: 0.1em;
    display: block; }
    @media screen and (max-width: 641px) {
      .l-container.column .page-green .page-column-header {
        margin: 0 calc(50% - 50vw) 2rem calc(50% - 50vw); } }
    @media screen and (min-width: 640px) {
      .l-container.column .page-green .page-column-header {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        width: auto;
        float: right; } }
  .l-container.column .page-green .c-column_item {
    background-color: #fff;
    padding-bottom: 20px; }
    .l-container.column .page-green .c-column_item .c-column_item__inner__img {
      margin-bottom: 20px; }
    .l-container.column .page-green .c-column_item .c-column_item__inner__date {
      margin: 0 20px; }
    .l-container.column .page-green .c-column_item .c-column_item__inner__title {
      margin: 6px 20px 0 20px;
      font-size: 18px; }
  .l-container.column .page-green .column_header .column_header__panel__inner__top {
    padding: 20px; }
    @media screen and (min-width: 1024px) {
      .l-container.column .page-green .column_header .column_header__panel__inner__top {
        padding: 40px 70px 20px 70px; } }
  .l-container.column .page-green .column_header .p-column_header__panel__inner__top__share__list {
    margin-left: 0; }
  .l-container.column .page-green .column_header h1 {
    margin: 0 20px;
    padding-bottom: 30px;
    border-bottom: #000 solid 1px; }
    @media screen and (min-width: 1024px) {
      .l-container.column .page-green .column_header h1 {
        margin: 0 70px; } }
  .l-container.column .page-green .page_article {
    background-color: #fff; }
    .l-container.column .page-green .page_article .page_article__inner {
      padding: 20px; }
      @media screen and (min-width: 1024px) {
        .l-container.column .page-green .page_article .page_article__inner {
          padding: 40px 70px; } }
  .l-container.column .page-green .c-article_nav {
    background-color: #fff;
    padding: 40px 70px; }
    
    .l-container.column .page-green .page_article .column_page_article__inner__foot {
        padding: 20px;
    }
    @media screen and (min-width: 1024px) {
    .l-container.column .page-green .page_article .column_page_article__inner__foot {
        padding: 20px 70px 20px 70px;
    }
    }

/***************************/
/* ニュース設定                */
/***************************/
.news-list-wrapper {
  background-color: #F4F7F8;
  padding: 2rem 0; }
  @media screen and (min-width: 1024px) {
    .news-list-wrapper {
      padding: 80px 0; } }
  .news-list-wrapper .news-list {
    padding: 50px;
    background-color: #fff; }
    @media screen and (min-width: 1024px) {
      .news-list-wrapper .news-list {
        padding: 100px; } }
    .news-list-wrapper .news-list .p-news__inner__title {
      margin-bottom: 80px; }
      .news-list-wrapper .news-list .p-news__inner__title .p-news__inner__title__en {
        display: inline;
        font-size: 28px;
        font-family: 'Noto Serif JP', serif;
        padding-bottom: 16px;
        border-bottom: #BCAB7C solid 5px; }
    .news-list-wrapper .news-list .p-news__inner__list .c-news_item__inner__date {
      font-size: 14px;
      color: #7B5A02; }
    .news-list-wrapper .news-list .p-news__inner__list .c-news_item__inner__title {
      font-size: 16px; }

.l-container.news .page-green {
  padding: 140px 0; }
  .l-container.news .page-green .p-page_header .p-page_header__inner__title {
    font-family: 'Noto Serif JP', serif; }
  .l-container.news .page-green .page-news-content {
    line-height: 1.6; }
  .l-container.news .page-green .news__inner__list {
    width: 100%; }

/***************************/
/* 商品詳細ページ設定                */
/***************************/
@media screen and (max-width: 719px) {
  .p-product_content {
    margin-top: 40px; } }
.p-product_content__inner__img .sub_description {
  margin-top: 80px; }

.p-product_content__inner__img table.ingredients {
  margin-top: 60px; }
  .p-product_content__inner__img table.ingredients tbody {
    border: none; }
    .p-product_content__inner__img table.ingredients tbody tr {
      background-color: transparent; }
      .p-product_content__inner__img table.ingredients tbody tr td {
        padding: 0.5rem 0; }
        .p-product_content__inner__img table.ingredients tbody tr td:nth-child(1) {
          width: 100px; }

.p-product_content__inner__info.about-page {
  width: 100%; }

.p-product_content__inner__info .c-product_info .c-product_info__category {
  display: none; }

.p-product_content__inner__info .c-product_info .c-product_info__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  margin: 0;
  font-size: 400; }

.p-product_content__inner__info .c-product_info .c-product_info__description {
  font-size: 18px; }

.p-product_content__inner__info .c-product_info .c-product_info__price .u-text--subhead span.sales_price {
  display: block;
  font-size: 34px;
  color: #28A6D0; }

.p-product_content__inner__info .c-product_info .c-product_info__price .u-text--subhead span.tax_included_price, .p-product_content__inner__info .c-product_info .c-product_info__price .u-text--subhead span.sales_price-include-tax {
  font-size: 18px; }

.p-product_content__inner__info .c-product_info .c-product_info__form .c-product_info__form__submit {
  background-color: #000;
  color: #fff; }
  .p-product_content__inner__info .c-product_info .c-product_info__form .c-product_info__form__submit.fix-hover {
    width: 210px;
    height: 36px;
    border-radius: 18px; }

.p-product_content__inner__info .c-product_info ul.component {
  margin-left: 0; }
  .p-product_content__inner__info .c-product_info ul.component li {
    background: url(https://suppon.com/img/icon_check_pink@2x.png) no-repeat left center;
    font-size: 18px;
    font-weight: 400;
    background-size: 25px auto;
    padding-left: 32px;
    margin-bottom: 1em; }

.p-product_content__inner__info .c-product_info .product_attention_description {
  font-size: 14px; }
  .p-product_content__inner__info .c-product_info .product_attention_description h5 {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    border-bottom: #B1B3B5 solid 1px;
    padding-bottom: 8px;
    margin-bottom: 18px;
    background: url(https://web.archive.org/web/20230524165816im_/https://d2w53g1q050m78.cloudfront.net/supponcom/uploads/product_down_arrow.png?1678804299051) no-repeat right center;
    margin-top: 60px; }
  .p-product_content__inner__info .c-product_info .product_attention_description ul {
    margin-left: 24px; }
    .p-product_content__inner__info .c-product_info .product_attention_description ul li {
      list-style: disc;
      background: none;
      font-size: 14px;
      padding-left: 0; }

/***************************/
/* フリーページ設定                */
/***************************/
.l-container.about .base-light-blue {
  background-color: #F4F7F8; }
  .l-container.about .base-light-blue .head-copy {
    position: relative;
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 2.3em; }
    @media screen and (max-width: 1024px) {
      .l-container.about .base-light-blue .head-copy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding-top: 3rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        gap: 2rem; } }
    .l-container.about .base-light-blue .head-copy .head-parts {
      width: 80px;
      height: auto;
      position: absolute;
      left: 40px;
      right:auto;
      top: -100px; }
      @media screen and (min-width: 1024px) {
        .l-container.about .base-light-blue .head-copy .head-parts {
          width: 140px;
          left:auto;
          right: -90px;
          top: -160px; } }
    @media screen and (min-width: 1024px) {
      .l-container.about .base-light-blue .head-copy h1, .l-container.about .base-light-blue .head-copy p {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl; } }
    .l-container.about .base-light-blue .head-copy h1 {
      font-family: 'Noto Serif JP', serif;
      font-size: 28px;
      letter-spacing: 0.25em; }
    .l-container.about .base-light-blue .head-copy p {
      line-height: 1.6em;
      letter-spacing: 0.25em; }
      @media screen and (min-width: 1024px) {
        .l-container.about .base-light-blue .head-copy p {
          margin-top: 40px;
          line-height: 2.3em; } }
      .l-container.about .base-light-blue .head-copy p span {
        text-combine-upright: all; }
  .l-container.about .base-light-blue .point-list {
    padding: 2rem 0 0 0; }
    @media screen and (min-width: 1024px) {
      .l-container.about .base-light-blue .point-list {
        padding: 90px 0 0 0; } }
    .l-container.about .base-light-blue .point-list .list-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: calc(50% - 50vw);
      margin-right: -4%;
      background-color: #fff;
      padding-top: 2rem;
      padding-bottom: 2rem;
      position: relative; }
      @media screen and (min-width: 1024px) {
        .l-container.about .base-light-blue .point-list .list-content {
          padding-top: 100px;
          padding-bottom: 100px;
          padding-left: calc((100vw - 1000px)/2); } }
      .l-container.about .base-light-blue .point-list .list-content h2, .l-container.about .base-light-blue .point-list .list-content h3 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px; }
      .l-container.about .base-light-blue .point-list .list-content h2 {
        text-align: center;
        margin-bottom: 2rem; }
        @media screen and (min-width: 1024px) {
          .l-container.about .base-light-blue .point-list .list-content h2 {
            margin-bottom: 97px;
            font-size: 28px;
            text-align: left; } }
      .l-container.about .base-light-blue .point-list .list-content h3 {
        width: 100%;
        font-size: 28px;
        margin-bottom: 2rem;
        display: inline-block;
        color: #fff;
        background-color: #D3BC64;
        padding: 20px 30px; }
        @media screen and (min-width: 1024px) {
          .l-container.about .base-light-blue .point-list .list-content h3 {
            position: absolute;
            bottom: 100px;
            right: -50px;
            width: auto;
            padding: 30px 40px;
            margin-bottom: 0; } }
      .l-container.about .base-light-blue .point-list .list-content ul {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        margin-left: 0; }
        @media screen and (min-width: 1024px) {
          .l-container.about .base-light-blue .point-list .list-content ul {
            padding: 0; } }
        .l-container.about .base-light-blue .point-list .list-content ul li {
          font-size: 18px;
          padding-left: 48px;
          background: url("https://web.archive.org/web/20230524165816im_/https://d2w53g1q050m78.cloudfront.net/supponcom/uploads/list-mark.png") no-repeat;
          background-size: auto 26px;
          margin-bottom: 2em; }
          @media screen and (min-width: 1024px) {
            .l-container.about .base-light-blue .point-list .list-content ul li {
              padding-left: 60px;
              font-size: 20px; } }
  .l-container.about .base-light-blue .ingredient {
    position: relative;
    padding-top: 0;
    padding-bottom: 2rem; }
    @media screen and (min-width: 1024px) {
      .l-container.about .base-light-blue .ingredient {
        padding-top: 230px;
        padding-bottom: 130px; } }
    .l-container.about .base-light-blue .ingredient .ingredient-sean01 {
      position: relative;
      height: auto; }
      @media screen and (min-width: 1024px) {
        .l-container.about .base-light-blue .ingredient .ingredient-sean01 {
          position: absolute;
          top: -40px;
          right: 0;
          width: 36%; } }
    .l-container.about .base-light-blue .ingredient .ingredient-sean02 {
      width: 50%;
      margin-top: -25%;
      height: auto;
      mix-blend-mode: multiply; }
      @media screen and (min-width: 1024px) {
        .l-container.about .base-light-blue .ingredient .ingredient-sean02 {
          position: absolute;
          width: 220px;
          top: 30px;
          right: 33%;
          margin-top: 0; } }
    .l-container.about .base-light-blue .ingredient h4 {
      font-family: 'Noto Serif JP', serif;
      font-size: 28px;
      color: #28A6D0;
      margin-bottom: 2rem; }
      @media screen and (min-width: 1024px) {
        .l-container.about .base-light-blue .ingredient h4 {
            font-size: 34px;
          margin-bottom: 60px; } }
    .l-container.about .base-light-blue .ingredient h5 {
      font-family: 'Noto Serif JP', serif;
      font-size: 24px;
      margin-top: 2rem; }
      @media screen and (min-width: 1024px) {
        .l-container.about .base-light-blue .ingredient h5 {
            font-size: 28px;
          margin-top: 0; } }
    .l-container.about .base-light-blue .ingredient .amino-comment {
      width: 100%;
      line-height: 2; }
      @media screen and (min-width: 640px) {
        .l-container.about .base-light-blue .ingredient .amino-comment {
          width: 540px; } }
    .l-container.about .base-light-blue .ingredient .three-ingredient {
      margin: 2em 0;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .l-container.about .base-light-blue .ingredient .three-ingredient {
          text-align: left;
          margin: 60px 0; } }
      .l-container.about .base-light-blue .ingredient .three-ingredient img {
        width: 250px;
        height: auto;
        margin-bottom: 2rem; }
        @media screen and (min-width: 1024px) {
          .l-container.about .base-light-blue .ingredient .three-ingredient img {
              margin-right: 25px;
            margin-bottom: 0; } }
  .l-container.about .base-light-blue .effect-wrapper {
    padding: 2rem 0; }
    @media screen and (min-width: 1024px) {
      .l-container.about .base-light-blue .effect-wrapper {
        padding: 80px 0; } }
    .l-container.about .base-light-blue .effect-wrapper p {
      line-height: 2em; }
    .l-container.about .base-light-blue .effect-wrapper .four-effect {
      position: relative; }
      .l-container.about .base-light-blue .effect-wrapper .four-effect h3 {
        text-align: center;
        margin-bottom: 2em;
        font-family: 'Noto Serif JP', serif;
        color: #fff;
        font-size: 28px;
        line-height: 1em;
        background-color: #AAA78F;
        padding: 40px; }
        @media screen and (min-width: 1024px) {
          .l-container.about .base-light-blue .effect-wrapper .four-effect h3 {
            position: absolute;
            -ms-writing-mode: tb-rl;
            -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
            margin-bottom: 0.5rem; } }
      .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (min-width: 1024px) {
          .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item {
            margin-bottom: 60px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row; } }
        .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item .effect-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item .effect-content .num-title {
            font-family: 'Noto Serif JP', serif;
            font-size: 54px;
            line-height: 54px;
            margin-right: 24px; }
          .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item .effect-content .effect-description {
            margin-right: 24px; }
            .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item .effect-content .effect-description h5 {
              font-family: 'Noto Serif JP', serif;
              font-size: 28px;
              position: relative;
              display: inline-block; }
              .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item .effect-content .effect-description h5::before {
                content: '';
                display: block;
                position: absolute;
                bottom: 0;
                background-color: #FAF5B7;
                mix-blend-mode: multiply;
                height: 12px;
                width: 100%; }
            @media screen and (min-width: 1024px) {
              .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item .effect-content .effect-description {
                width: 360px; } }
        @media screen and (min-width: 1024px) {
          .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item:nth-of-type(1) {
            margin-left: 205px; }
          .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item:nth-of-type(2) {
            margin-left: 355px; }
          .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item:nth-of-type(3) {
            margin-left: 155px; }
          .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item:nth-of-type(4) {
            margin-left: 315px; }
            .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item:nth-of-type(4) .effect-description {
              width: 405px; } }
        .l-container.about .base-light-blue .effect-wrapper .four-effect .effect-item .effect-illsut img {
          mix-blend-mode: multiply; }
  .l-container.about .base-light-blue .interview-list {
    padding-top: 2rem; }
    @media screen and (min-width: 1024px) {
      .l-container.about .base-light-blue .interview-list {
        padding-top: 80px; } }
    .l-container.about .base-light-blue .interview-list h3 {
      display: block;
      margin: 0 auto 2rem auto;
      text-align: center;
      font-family: 'Noto Serif JP', serif;
      font-size: 28px;
      letter-spacing: 0.1em; }
      @media screen and (min-width: 1024px) {
        .l-container.about .base-light-blue .interview-list h3 {
          margin: 0 auto 75px auto;
          -ms-writing-mode: tb-rl;
          -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
          text-align: right; } }
    .l-container.about .base-light-blue .interview-list .interview-wrapper {
      margin-bottom: 2rem;
      position: relative;
      padding-left: 0; }
      .l-container.about .base-light-blue .interview-list .interview-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        z-index: 10;
        border-style: solid;
        border-width: 60px 60px 0 0;
        border-color: #bbd7e4 transparent transparent transparent; }
      @media screen and (min-width: 1024px) {
        .l-container.about .base-light-blue .interview-list .interview-wrapper {
          margin-bottom: 70px; } }
      .l-container.about .base-light-blue .interview-list .interview-wrapper .interview {
        background-color: #fff;
        padding: 20px; }
        @media screen and (min-width: 1024px) {
          .l-container.about .base-light-blue .interview-list .interview-wrapper .interview {
            padding: 50px; } }
        .l-container.about .base-light-blue .interview-list .interview-wrapper .interview h5 {
          font-family: 'Noto Serif JP', serif;
          font-size: 20px;
          margin-bottom: 20px; }
        .l-container.about .base-light-blue .interview-list .interview-wrapper .interview h6 {
          font-family: 'Noto Serif JP', serif;
          font-size: 26px;
          margin-bottom: 24px;
          color: #28A6D0; }
        .l-container.about .base-light-blue .interview-list .interview-wrapper .interview .person {
          text-align: right; }
        .l-container.about .base-light-blue .interview-list .interview-wrapper .interview p {
          text-align: justify; }

.l-container.about .product-part {
  padding: 2rem 0; }
  @media screen and (min-width: 1024px) {
    .l-container.about .product-part {
      padding: 120px 0 100px 0; } }
  .l-container.about .product-part h2 {
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.2rem; }
    .l-container.about .product-part h2 span {
      font-size: 43px; }
      .l-container.about .product-part h2 span.pink {
        color: #F07DBF; }
      .l-container.about .product-part h2 span.green {
        color: #5A9663; }
  .l-container.about .product-part h4 {
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    margin-bottom: 140px;
    position: relative; }
    .l-container.about .product-part h4:before {
      content: '';
      display: block;
      background-color: #FAF5B7;
      width: 100%;
      height: 12px;
      position: absolute;
      margin: 0 auto;
      bottom: 0;
      mix-blend-mode: multiply; }
  .l-container.about .product-part .product-img {
    position: relative; }
    .l-container.about .product-part .product-img .seal {
      position: absolute;
      width: 120px;
      height: auto;
      right: 10px;
      top: 10px; }
      @media screen and (min-width: 1024px) {
        .l-container.about .product-part .product-img .seal {
          width: 146px;
          top: -73px;
          right: -73px; } }
  .l-container.about .product-part .tabs .tabs-title {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l-container.about .product-part .tabs .tabs-title img {
      width: 22px;
      height: 22px;
      margin-right: 0.5rem; }
    .l-container.about .product-part .tabs .tabs-title a {
      color: #000;
      background-color: #e6e9ec;
      opacity: 0.4;
      font-size: 1rem;
      padding: 0.8rem 1rem;
      width: 100%; }
      .l-container.about .product-part .tabs .tabs-title a span {
        font-size: 14px;
        color: #C10707;
        margin-left: 0.5rem; }
      .l-container.about .product-part .tabs .tabs-title a[aria-selected='true'] {
        opacity: 1;
        background: #fff; }
  .l-container.about .product-part #list-price {
    position: relative; }
    .l-container.about .product-part #list-price::before {
      position: absolute;
      content: "";
      display: block;
      -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
      background-color: #2CB5D9;
      width: 100%;
      height: 1px;
      top: 50%;
      left: 0; }
  .l-container.about .product-part #list-price + .u-text--subhead, .l-container.about .product-part .list_price_include_tax {
    display: none; }

.l-container.commitment .header-freepage {
  position: relative; }
  .l-container.commitment .header-freepage .main-head {
    width: 100vw;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .header-freepage .main-head {
        height: 600px; } }
  .l-container.commitment .header-freepage p {
    position: absolute;
    font-size: 28px;
    margin-left: -4em;
    line-height: 2em;
    left: 50%;
    top: 100px;
    height: 400px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #fff; }

.l-container.commitment .base-light-blue {
  background-color: #F4F7F8;
  padding: 2em 0; }
  @media screen and (min-width: 1024px) {
    .l-container.commitment .base-light-blue {
      padding: 140px 0 120px 0; } }
  .l-container.commitment .base-light-blue .head-copy-warpper .head-copy-img {
    width: 100%;
    height: auto;
    float: right;
    z-index: 20;
    position: relative; }
    @media screen and (min-width: 1000px) {
      .l-container.commitment .base-light-blue .head-copy-warpper .head-copy-img {
        margin-top: -150px;
        width: 860px;
        margin-right: calc(-1*(100vw - 1000px)/4); } }
  .l-container.commitment .base-light-blue .head-copy-warpper .head-copy {
    background-color: #000;
    padding: 2rem;
    color: #fff;
    display: block;
    width: 100%;
    z-index: 30;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-light-blue .head-copy-warpper .head-copy {
        width: 600px;
        padding: 60px; } }
    .l-container.commitment .base-light-blue .head-copy-warpper .head-copy h2 {
      font-size: 28px;
      font-family: 'Noto Serif JP', serif;
      margin-bottom: 1rem; }
      @media screen and (min-width: 1024px) {
        .l-container.commitment .base-light-blue .head-copy-warpper .head-copy h2 {
          margin-bottom: 60px; } }
  .l-container.commitment .base-light-blue .column01 {
    margin-top: 1rem;
    padding: 0 1rem; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-light-blue .column01 {
        margin-top: 60px;
        padding: 0 60px; } }
    .l-container.commitment .base-light-blue .column01 h3 {
      font-family: 'Noto Serif JP', serif;
      font-size: 20px;
      margin-bottom: 30px; }
    .l-container.commitment .base-light-blue .column01 img {
      mix-blend-mode: multiply;
      width: 244px;
      height: auto; }
    .l-container.commitment .base-light-blue .column01 + .column01 {
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .l-container.commitment .base-light-blue .column01 + .column01 {
          text-align: left; } }
  .l-container.commitment .base-light-blue .column02 {
    margin-top: 2rem; }
    .l-container.commitment .base-light-blue .column02.right {
      padding: 0 2rem; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-light-blue .column02 {
        margin-top: 60px; }
        .l-container.commitment .base-light-blue .column02.right {
          padding: 0 60px; } }
    .l-container.commitment .base-light-blue .column02 h3 {
      font-family: 'Noto Serif JP', serif;
      font-size: 20px;
      margin-bottom: 30px; }
    @media screen and (min-width: 1000px) {
      .l-container.commitment .base-light-blue .column02 .suppon-img {
        margin-left: calc(-1*(100vw - 1000px)/4); } }
  .l-container.commitment .base-light-blue .suppon-component {
    margin-top: 2rem;
    background-color: #fff; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-light-blue .suppon-component {
        margin-top: 140px; } }
    .l-container.commitment .base-light-blue .suppon-component .suppon-component-inner {
      padding: 2rem;
      position: relative;
      border-top: #AAA78F solid 2px;
      border-left: #AAA78F solid 2px;
      border-right: #AAA78F solid 2px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 10px; }
      @media screen and (min-width: 1024px) {
        .l-container.commitment .base-light-blue .suppon-component .suppon-component-inner {
          padding: 75px 60px 60px 60px; } }
      .l-container.commitment .base-light-blue .suppon-component .suppon-component-inner .obi {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 550px;
        margin-top: -1.6rem;
        margin-left: -275px;
        text-align: center;
        background-color: #AAA78F;
        color: #fff;
        padding: 0.8rem 0; }
      .l-container.commitment .base-light-blue .suppon-component .suppon-component-inner .title-caption {
        display: block;
        font-size: 20px;
        text-align: center;
        color: #AAA78F; }
      .l-container.commitment .base-light-blue .suppon-component .suppon-component-inner h4 {
        text-align: center;
        font-size: 38px;
        font-family: 'Noto Serif JP', serif;
        color: #AAA78F;
        margin-bottom: 24px; }
      @media screen and (min-width: 1024px) {
        .l-container.commitment .base-light-blue .suppon-component .suppon-component-inner p {
          text-align: center; } }
      .l-container.commitment .base-light-blue .suppon-component .suppon-component-inner .suppon-img {
        width: 320px;
        margin: 36px auto 0 auto; }
  .l-container.commitment .base-light-blue .amino-left, .l-container.commitment .base-light-blue .amino-right {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 60px;
    border-bottom: #AAA78F solid 2px; }
    .l-container.commitment .base-light-blue .amino-left p, .l-container.commitment .base-light-blue .amino-right p {
      display: block;
      width: 280px;
      font-size: 16px;
      margin: 0 auto;
      position: relative; }
      .l-container.commitment .base-light-blue .amino-left p::before, .l-container.commitment .base-light-blue .amino-right p::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        background-color: #FAF5B7;
        mix-blend-mode: multiply;
        height: 12px;
        width: 100%; }
  .l-container.commitment .base-light-blue .amino-left {
    border-left: #AAA78F solid 2px; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-light-blue .amino-left {
        padding-left: 60px; } }
    .l-container.commitment .base-light-blue .amino-left .pink-inner {
      position: relative;
      border: #EB76AB solid 2px;
      padding: 40px;
      border-radius: 45px; }
      @media screen and (min-width: 1024px) {
        .l-container.commitment .base-light-blue .amino-left .pink-inner {
          min-height: 585px; } }
      .l-container.commitment .base-light-blue .amino-left .pink-inner h4 {
        color: #EB76AB;
        background-color: #fff;
        font-family: 'Noto Serif JP', serif;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -100px;
        text-align: center;
        width: 200px;
        font-size: 22px; }
        .l-container.commitment .base-light-blue .amino-left .pink-inner h4:before, .l-container.commitment .base-light-blue .amino-left .pink-inner h4:after {
          display: inline-block;
          content: '|';
          color: #F8BAD6;
          font-size: 24px;
          font-weight: 700; }
        .l-container.commitment .base-light-blue .amino-left .pink-inner h4:before {
          margin-right: 16px;
          -webkit-transform: rotate(-15deg);
          -ms-transform: rotate(-15deg);
          transform: rotate(-15deg); }
        .l-container.commitment .base-light-blue .amino-left .pink-inner h4:after {
          margin-left: 16px;
          -webkit-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
          transform: rotate(15deg); }
      .l-container.commitment .base-light-blue .amino-left .pink-inner .suppon-img {
        margin-top: 1rem; }
  .l-container.commitment .base-light-blue .amino-right {
    border-right: #AAA78F solid 2px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-light-blue .amino-right {
        padding-right: 60px; } }
    .l-container.commitment .base-light-blue .amino-right .blue-inner {
      border: #3494E6 solid 2px;
      padding: 40px;
      border-radius: 45px; }
      @media screen and (min-width: 1024px) {
        .l-container.commitment .base-light-blue .amino-right .blue-inner {
          min-height: 585px; } }
      .l-container.commitment .base-light-blue .amino-right .blue-inner h4 {
        color: #3494E6;
        background-color: #fff;
        font-family: 'Noto Serif JP', serif;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -130px;
        text-align: center;
        width: 220px;
        font-size: 22px; }
        .l-container.commitment .base-light-blue .amino-right .blue-inner h4:before, .l-container.commitment .base-light-blue .amino-right .blue-inner h4:after {
          display: inline-block;
          content: '|';
          color: #6CB5F4;
          font-size: 24px;
          font-weight: 700; }
        .l-container.commitment .base-light-blue .amino-right .blue-inner h4:before {
          margin-right: 16px;
          -webkit-transform: rotate(-15deg);
          -ms-transform: rotate(-15deg);
          transform: rotate(-15deg); }
        .l-container.commitment .base-light-blue .amino-right .blue-inner h4:after {
          margin-left: 16px;
          -webkit-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
          transform: rotate(15deg); }
      .l-container.commitment .base-light-blue .amino-right .blue-inner .suppon-img {
        margin-top: 1rem; }

.l-container.commitment .base-light-beige {
  background-color: #E0DED6;
  padding: 2rem 0; }
  @media screen and (min-width: 1024px) {
    .l-container.commitment .base-light-beige {
      padding: 120px 0; } }
  .l-container.commitment .base-light-beige h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    background-color: #AAA78F;
    text-align: center;
    color: #fff;
    padding: 40px;
    letter-spacing: 0.5rem; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-light-beige h4 {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl; } }
  .l-container.commitment .base-light-beige .interview-box {
    margin-top: 1rem; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-light-beige .interview-box {
        margin-top: 145px; } }
  .l-container.commitment .base-light-beige .interview-wrapper {
    margin-bottom: 1rem;
    width: calc(100vw - 2rem);
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-light-beige .interview-wrapper {
        width: 860px;
        margin-bottom: 80px; } }
    .l-container.commitment .base-light-beige .interview-wrapper .interview {
      background-color: #fff;
      padding: 20px; }
      @media screen and (min-width: 1024px) {
        .l-container.commitment .base-light-beige .interview-wrapper .interview {
          padding: 50px; } }
    .l-container.commitment .base-light-beige .interview-wrapper .interview-att {
        margin-top: 50px;
    }
      .l-container.commitment .base-light-beige .interview-wrapper .interview h5 {
        font-family: 'Noto Serif JP', serif;
        font-size: 20px; }
      .l-container.commitment .base-light-beige .interview-wrapper .interview h6 {
        font-family: 'Noto Serif JP', serif;
        font-size: 26px;
        margin-bottom: 40px;
        color: #28A6D0; }
      .l-container.commitment .base-light-beige .interview-wrapper .interview p, .l-container.commitment .base-light-beige .interview-wrapper .interview img {
        margin-bottom: 50px; }

.l-container.commitment .base-interview {
  padding: 2rem 0; }
  @media screen and (min-width: 1024px) {
    .l-container.commitment .base-interview {
      padding: 120px 0; } }
  .l-container.commitment .base-interview h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    background-color: #AAA78F;
    text-align: center;
    color: #fff;
    padding: 40px;
    letter-spacing: 0.5rem; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-interview h4 {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl; } }
  .l-container.commitment .base-interview .interview-box {
    margin-top: 2rem; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-interview .interview-box {
        margin-top: 145px; } }
  .l-container.commitment .base-interview .profile {
    text-align: center;
    margin-top: 1rem; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-interview .profile {
        margin-top: 0;
        text-align: right; }
        .l-container.commitment .base-interview .profile br {
          display: none; } }
    .l-container.commitment .base-interview .profile span {
      font-size: 22px; }
  @media screen and (min-width: 1024px) {
    .l-container.commitment .base-interview .interview-wrapper {
      width: 860px; } }
  .l-container.commitment .base-interview .interview-wrapper .question {
    font-size: 22px;
    font-family: "Noto Serif JP", sans-serif;
    border-bottom: #707070 solid 1px;
    padding-bottom: 20px;
    margin-top: 2rem;
    padding: 0 1rem;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-interview .interview-wrapper .question {
        padding: 0;
        margin-top: 70px; } }
    .l-container.commitment .base-interview .interview-wrapper .question span {
      margin-right: 20px;
      font-size: 48px;
      opacity: 0.26; }
      @media screen and (min-width: 1024px) {
        .l-container.commitment .base-interview .interview-wrapper .question span {
          font-size: 60px;
          line-height: 60px; } }
  .l-container.commitment .base-interview .interview-wrapper .medium-6 {
    line-height: 2;
    padding: 0 1rem 1rem 1rem; }
    @media screen and (min-width: 1024px) {
      .l-container.commitment .base-interview .interview-wrapper .medium-6 {
        padding: 0; } }
    .l-container.commitment .base-interview .interview-wrapper .medium-6 h5 {
      font-family: "Noto Serif JP", sans-serif;
      font-weight: 700; }

.l-container.commitment .twocol {
  background-color: #F4F7F8;
  padding-bottom: 0; }

/***************************/
/* グレーページ設定                */
/***************************/
.page-gray {
  background-color: #BCBCBC;
  padding: 3rem 0; }
  @media screen and (min-width: 1024px) {
    .page-gray {
      padding: 100px 0; } }
  .page-gray .page-gray-header {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
    font-family: "Noto Serif JP", sans-serif; }
    @media screen and (min-width: 1024px) {
      .page-gray .page-gray-header {
        margin-bottom: 60px; } }
  .page-gray .content-section {
    background-color: #fff;
    padding: 2rem; }
    @media screen and (min-width: 1024px) {
      .page-gray .content-section {
        padding: 60px 120px; } }
    .page-gray .content-section .company-profile-table tbody {
      border: none; }
      .page-gray .content-section .company-profile-table tbody tr {
        background: transparent;
        border-bottom: #707070 solid 1px; }
        .page-gray .content-section .company-profile-table tbody tr:last-child {
          border-bottom: none; }
    .page-gray .content-section .company-profile-table th {
      padding: 16px 0;
      width: 35%;
      position: relative; }
      @media screen and (min-width: 1024px) {
        .page-gray .content-section .company-profile-table th:after {
          content: '';
          display: block;
          border-right: #707070 solid 1px;
          height: 60%;
          position: absolute;
          right: 0;
          top: 20%; } }
      @media screen and (max-width: 640px) {
        .page-gray .content-section .company-profile-table th {
          width: 100%;
          text-align: left;
          display: block;
          padding: 16px 0 0 0; } }
    .page-gray .content-section .company-profile-table td {
      padding: 16px 0; }
      .page-gray .content-section .company-profile-table td ul li {
        list-style:disc;
      }
      @media screen and (max-width: 640px) {
        .page-gray .content-section .company-profile-table td {
          display: block; } }
      @media screen and (min-width: 1024px) {
        .page-gray .content-section .company-profile-table td {
          padding: 16px 60px; } }

/***************************/
/* 利用規約,プライバシーポリシー             */
/***************************/
.customer_term, .privacy-policy {
  margin-left: 0; }
  .customer_term .u-text--subhead, .privacy-policy .u-text--subhead {
    font-size: 18px !important;
    margin-top: 50px;
    color: #000 !important; }
  .customer_term .u-text--body, .privacy-policy .u-text--body {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: normal; }
  .customer_term ol, .privacy-policy ol {
    margin-left: 1.6em; }
    .customer_term ol li, .privacy-policy ol li {
      list-style: decimal;
      margin-bottom: 0.8em; }

.privacy-policy ol li {
  list-style-type: lower-latin; }

/***************************/
/* 特定商取引法に基づく表記             */
/***************************/
.law-info tbody {
  border: none; }
  .law-info tbody tr {
    background: transparent;
    border-bottom: #707070 solid 1px; }
    .law-info tbody tr:last-child {
      border-bottom: none; }

.law-info th {
  padding: 16px 0;
  width: 25%;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #000 !important;
  font-size: 16px !important; }
  @media screen and (max-width: 640px) {
    .law-info th {
      display: block;
      padding: 16px 0 0 0;
      width: 100%; } }

.law-info td {
  padding: 16px 60px;
  color: #000 !important;
  font-size: 16px !important; }
  @media screen and (max-width: 640px) {
    .law-info td {
      display: block;
      padding: 16px 0; } }
  .law-info td ul li {
    list-style: disc; }

/***************************/
/*　お問い合わせ設定                */
/***************************/
.c-form_table tbody {
  border: none; }
  .c-form_table tbody tr:nth-child(even) {
    background: none; }
  .c-form_table tbody tr.u-text--body {
    font-size: 1rem;
    color: #000; }

/***************************/
/* フッターバナー設定                */
/***************************/

.l-footer__info__store__sns .l-footer__info__store__sns__item img {
  width: 24px;
  height: auto;
}

.footer-bnr {
  background-color: #F4F7F8;
  padding: 2rem 0; }
  @media screen and (min-width: 1024px) {
    .footer-bnr {
      padding: 180px 0 240px 0; } }
  .footer-bnr ul {
    margin: 0; }
    .footer-bnr ul a {
      display: block;
      width: 280px;
      padding: 20px 0;
      text-align: center;
      color: #fff; }
      @media screen and (min-width: 640px) {
        .footer-bnr ul a {
          width: 450px;
          padding: 30px 0; } }
      .footer-bnr ul a.contact_link {
        background-color: #000;
        margin-bottom: 2rem; }
        @media screen and (min-width: 640px) {
          .footer-bnr ul a.contact_link {
            margin-bottom: 48px; } }
      .footer-bnr ul a.faq_link {
        background-color: #63CBE1; }
        
.footer-bnr__share {
    background-color:#F4F7F8;
    display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
    .footer-bnr__share {
      padding-bottom: 80px; } }
  .footer-bnr__share .c-product_info__share__label {
    padding-right: 20px; }
  .footer-bnr__share .c-product_info__share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none; }
    .footer-bnr__share .c-product_info__share__list .c-product_info__share__list__item {
      font-size: 24px; }
      .footer-bnr__share .c-product_info__share__list .c-product_info__share__list__item:not(:last-child) {
        margin-right: 20px; }
      .footer-bnr__share .c-product_info__share__list .c-product_info__share__list__item .c-product_info__share__list__item__inner {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        color: black; }
        .footer-bnr__share .c-product_info__share__list .c-product_info__share__list__item .c-product_info__share__list__item__inner .u-icon--facebook, .footer-bnr__share .c-product_info__share__list .c-product_info__share__list__item .c-product_info__share__list__item__inner .u-icon--twitter, .footer-bnr__share .c-product_info__share__list .c-product_info__share__list__item .c-product_info__share__list__item__inner .u-icon--line {
          font-family: "icon", sans-serif !important;
          font-style: normal;
          font-weight: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
        .footer-bnr__share .c-product_info__share__list .c-product_info__share__list__item .c-product_info__share__list__item__inner .u-icon--facebook:before {
          content: "\e909"; }
        .footer-bnr__share .c-product_info__share__list .c-product_info__share__list__item .c-product_info__share__list__item__inner .u-icon--twitter:before {
          content: "\e917"; }
        .footer-bnr__share .c-product_info__share__list .c-product_info__share__list__item .c-product_info__share__list__item__inner .u-icon--line:before {
          content: "\e918"; }

/***************************/
/* フッター設定                */
/***************************/
.footer_bg {
  padding: 2rem 0; }
  @media screen and (min-width: 1024px) {
    .footer_bg {
      padding: 80px 0; } }

.l-footer {
  padding: 0;
  border-top: none; }
  @media screen and (max-width: 641px) {
    .l-footer .l-footer__info__store__logo {
      margin-left: 1.25rem; } }
  .l-footer .l-footer__info__store__logo img {
    width: 217px;
    height: auto; }
  .l-footer .c-footer_menu .footer_head {
    display: none; }

.footer_body {
  margin-left: 1.25rem;
  margin-top: 2rem;
  font-size: 12px; }
  @media screen and (min-width: 640px) {
    .footer_body {
      text-align: right;
      margin-left: 0;
      margin-top: 40px; } }

/***************************/
/* テーマ設定                */
/***************************/
/* 画面遷移エフェクト無効 */
.l-wrapper-none {
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s; }

.l-wrapper-none.is-complete {
  opacity: 1; }

.l-wrapper-none.is-remove {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  
/***************************/
/* ローディング                */
/***************************/
.l-wrapper-none {
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease; }

.pace-done .l-wrapper-none {
  opacity: 1; }


/***************************/
/* LINE ID 連携（PC）       */
/***************************/
/* カート画面 */
.line_ec .button-container {
  width: 100%; }

.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none; }

.line_ec .button-container .before-btn-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%; }

.line_ec .button-container .after-btn-line {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px; }

.line_ec .button-container .btn-line {
  background-color: #31ae36; }

.line_ec .button-container .btn-line .after-btn-line {
  border-color: #70C053; }

@media screen and (min-width: 480px) {
  .line_ec .button-container {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px; }
  .line_ec .button-container .before-btn-line {
    width: 40px;
    height: 40px; }
  .line_ec .button-container .after-btn-line {
    width: 40px; } }

/* 注文情報入力画面 */
.alert {
  text-align: left;
  padding-right: 55px;
  padding-left: 55px;
  margin: 40px 0; }

.alert > div > p {
  margin-bottom: 10.5px; }

.alert > div > p > strong {
  font-weight: bold; }

.alert > div > ul {
  -webkit-padding-start: 40px;
  padding-inline-start: 40px; }

.alert > div > ul > li {
  list-style: disc;
  margin-bottom: 10.5px; }

#new-view img {
  pointer-events: auto; }

.line_new_ec {
  margin: 0 auto;
  width: 60%; }

.line_new_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none; }

.line_new_ec .button-container .before-btn-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%; }

.line_new_ec .button-container .after-btn-line {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px; }

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

.line_new_ec .button-container .btn-line .after-btn-line {
  border-color: #70C053; }

@media screen and (min-width: 350px) {
  .line_new_ec .button-container {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .line_new_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px; }
  .line_new_ec .button-container .before-btn-line {
    width: 40px;
    height: 40px; }
  .line_new_ec .button-container .after-btn-line {
    width: 40px; } }

/***************************/
/* LINE ID 連携（SP）       */
/***************************/
/* カート画面 */
.line_sp_ec .button-container {
  width: 100%; }

.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none; }

.line_sp_ec .button-container .button .before-btn-line {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%; }

.line_sp_ec .button-container .button .after-btn-line {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px; }

.line_sp_ec .button-container .btn-line {
  background-color: #31ae36; }

.line_sp_ec .button-container .btn-line .after-btn-line {
  border-color: #70C053; }

@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .line_sp_ec .button-container {
    margin: 5px; }
  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px; }
  .line_sp_ec .button-container .button .before-btn-line {
    width: 40px;
    height: 40px; }
  .line_sp_ec .button-container .button .after-btn-line {
    width: 40px; } }

/**************/
/* Amazon Pay */
/**************/
#addressBookWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px; }

#walletWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
  margin-bottom: 15px; }

#consentWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 165px;
  max-height: 400px; }

.consent_wrapper {
  margin-bottom: 10px; }

/* Mobile optimized and small window */
#addressBookWidgetDiv {
  width: 100%;
  height: 228px; }

#walletWidgetDiv {
  width: 100%;
  height: 228px; }

#consentWidgetDiv {
  width: 100%;
  height: 165px; }

/* Desktop and tablet */
@media only screen and (min-width: 768px) {
  #addressBookWidgetDiv {
    width: 400px;
    height: 228px; }
  #walletWidgetDiv {
    width: 400px;
    height: 228px; }
  #consentWidgetDiv {
    width: 400px;
    height: 165px; } }

/**************/
/* Stripe Pay */
/**************/

.c-product_info {
  margin-bottom:2rem;
}
.stripe-tab {
  display:flex;
  flex-flow: column;
  padding: 0 0 1rem 0;
}
.stripe-tab .tabs-title {
  display: flex;
  margin-bottom:0.5rem;
}

.stripe-tab .tabs-title span {
  font-size: 80%;
  color: red;
  margin-left:1rem;
}

.stripe-tab .tabs-title img {
  width: 22px;
  height: auto;
  margin-right:0.5rem;
}

/*****************************/
/* チェックボックスバリデーション */
/*****************************/
.check_agree .formError {
  top: -20px !important;
  right: -20px !important; }

.c-form_table__checkbox input {
  min-width: 20px; }

/*******************************/
/* 郵便番号、電話番号バリデーション */
/*******************************/
.smart_phone .formError {
  top: -30px !important; }

/*******************************/
/* shop/snippets/_product.html */
/*******************************/
.c-product_item {
  position: relative; }

.c-product_item__inner {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%; }

.c-product_item__inner__eyecatch__favorite {
  position: absolute;
  z-index: 99; }

.product_description {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

@media screen and (min-width: 720px) {
  .p-new_product [data-slides="1"] .product_description, .p-new_product [data-slides="2"] .product_description {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; } }

/**************************************/
/* shop/sections/_pickup_product.html */
/**************************************/
.p-pickup_product__inner {
  max-width: initial; }

/**************************************/
/* shop/customer/invite_coupons.html */
/**************************************/
.p-invite_coupon__list {
  margin-top: 30px; }

.invite_coupon__table {
  table-layout: fixed; }

.w20 {
  width: 20%; }

.w40 {
  width: 40%; }

/**************************************/
/* shop/sections/category_panel.liquid */
/**************************************/
.p-category_panel__block--1 {
  height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

@media screen and (max-width: 720px) {
  .p-category_panel__block--1 {
    height: 0;
    padding-top: 60%; } }

.p-category_panel__block--1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%); }

@media screen and (max-width: 720px) {
  .p-category_panel__block--1:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%); } }

.p-category_panel__block--1 {
  width: 100%; }

/**************************************/
/* shop/sections/products_show_content.liquid */
/**************************************/
.c-product_img__slider__track__list__item__inner {
  background-size: contain !important; }

.c-product_img__thumbnail__track__list__item__inner {
  background-size: contain !important; }

/**************************************/
/* バグ解消するまで表示するメッセージ      */
/**************************************/
.customize_notice p {
  text-align: center;
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 3px;
  color: #999; }

/**************************************/
/* shop/snippets/_preview_footer.html.liquid */
/**************************************/
.preview-nav {
  z-index: 10;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px;
  background-color: #eeeeee;
  opacity: 0.8;
  height: 50px;
  border-color: #fff;
  border-radius: 0;
  border: 1px solid transparent; }

.preview-btn-col {
  text-align: right; }

/**************************************/
/* shop/sections/new_product.liquid */
/* 2021/11/4: 暫定対応のため追加 */
/* 後ほどbundle.cssに反映してもらうためSwimmyさんに修正依頼すること */
/**************************************/
.temp-new_product_slider {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial; }

/**************************************/
/* shop/sections/carts_show_content.liquid */
/**************************************/
.c-cart_submit .c-form_input {
  position: relative; }

@media screen and (max-width: 720px) {
  .c-cart_submit .c-form_input .customer_emailformError {
    top: -33px !important; }
  .c-cart_submit .c-form_input .customer_passwordformError {
    top: -25px !important; } }

/**************************************/
/* shop/contacts/draft.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #contacts-form-view .c-form_table__tel .contact_address_attributes_tel01formError {
    top: -33px !important; }
  #contacts-form-view .c-form_table__tel .contact_address_attributes_tel02formError {
    top: -33px !important; }
  #contacts-form-view .c-form_table__tel .contact_address_attributes_tel03formError {
    top: -33px !important; }
  #contacts-form-view .c-form_table .contact_customer_attributes_emailformError {
    top: -33px !important; }
  #contacts-form-view .c-form_table__newsletter .agreeformError {
    top: -44px !important; } }

/**************************************/
/* shop/customers/registrations/new.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #customers-registrations-sign-up-view .c-form_table__name .customer_billing_address_attributes_kana01formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table__name .customer_billing_address_attributes_kana02formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table__postcode .customer_billing_address_attributes_zip01formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table__postcode .customer_billing_address_attributes_zip02formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel01formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel02formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel03formError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table .customer_emailformError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table .customer_passwordformError {
    top: -33px !important; }
  #customers-registrations-sign-up-view .c-form_table__newsletter .agreeformError {
    top: 55px !important; } }

/**************************************/
/* shop/customers/passwords/new.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #customers-password-new-view .p-account_form__inner .customer_emailformError {
    top: -33px !important; } }

/**************************************/
/* shop/customers/passwords/edit.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #customers-password-edit-view .p-account_form__inner .passwordformError {
    top: -33px !important; }
  #customers-password-edit-view .p-account_form__inner .customer_password_confirmationformError {
    top: -33px !important; } }

/**************************************/
/* 区切り線デザイン                      */
/**************************************/
.section_line {
  border: solid;
  border-width: 1px; }

/************************************************************/
/* 関連商品デザイン                                            */
/* shop/sections/products_show_recommend.liquid             */
/* shop/sections/carts_show_recommend.liquid                */
/* 2021/11/17: 暫定対応のため追加                              */
/* 後ほどbundle.cssに反映してもらうためSwimmyさんに修正依頼すること */
/************************************************************/
.p-recommend_product__inner__list {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

/**************************************/
/* カートデザイン */
/* shop/sections/carts_show_content.liquid */
/**************************************/
.c-cart_item__action__delete > .hide {
  visibility: hidden; }

/**************************************/
/* セット一覧デザイン */
/* shop/sets/index.html.liquid */
/**************************************/
.price > .origin {
  text-decoration: line-through;
  margin-right: 10px; }

/**************************************/
/* セット選択画面、セット編集画面　SKUデザイン */
/* shop/sets/show.html.liquid　*/
/* shop/customer/subs_orders/sets/edit.html.liquid　*/
/**************************************/
.fieldset .option_template_basic_theme[style*='display: block'] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/***************************************************************/
/* ec_force/shop/customer/subs_orders/variants/show.html.liquid*/
/***************************************************************/
#btn-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

#btn-minus:hover {
  opacity: 0.4; }

#btn-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

#btn-plus:hover {
  opacity: 0.4; }

/************************************************************/
/* ecforce_paymentsデザイン
/* shop/orders/_view_payment_information.html.liquid
/* shop/customer/cards/index.html.liquid
/* font系のstyleはカード名義のみ適用で、他はiframeで表示されているため適用されません
/************************************************************/
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-name,
.ecforce-payment-card-cvv {
  height: 40px !important;
  padding: 10px 20px !important;
  color: #9A9A9A !important;
  font-size: 13px !important;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  background: #FFFFFF !important;
  border-color: #BDC1C2 !important;
  border: 1px solid #cccccc !important;
  width: 100%; }

/************************************************************/
/* 注文情報確認画面(shop/order/confirm), [カスタマイズ]注文情報確認画面(admin/themes/:id/customize?screen=order_confirmation)
/* shop/sections/order_confirmation_button.liquid
/************************************************************/
section[data-section-id="order_confirmation_button"] {
  text-align: center; }

section[data-section-id="order_confirmation_button"] .p-checkout_confirm__inner__list__block--bottom {
  margin-bottom: 20px; }

@media screen and (max-width: 718px) {
  .p-checkout_confirm__inner__list__block--bottom.float_checked {
    display: none; } }

/* 注意喚起文 */
.p-checkout_confirm__caution__block {
  margin: 0 auto 40px;
  padding: 18px 20px 19px;
  border: thin solid #D8DDDF; }

.p-checkout_confirm__caution__pc {
  display: block; }

.p-checkout_confirm__caution__sp {
  display: none; }

@media screen and (max-width: 720px) {
  .p-checkout_confirm__caution__block {
    padding: 18px 15px 20px; }
  .p-checkout_confirm__caution__pc {
    display: none; }
  .p-checkout_confirm__caution__sp {
    display: block; } }

/************************************************************/
/* 商品詳細画面
/* shop/products/show.html.liquid
/************************************************************/
.c-product_img__slider--thumbnail .c-product_img__item img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

/************************************************************/
/* ショップフォーム設定 > 都道府県と住所1の入力不可設定=>有効
/* shop/customers/registrations/new.html.liquid
/* shop/customer/shipping_addresses/_form.html.liquid
/* shop/customer/subs_orders/shipping_addresses/edit.html.liquid
/* shop/customer/orders/shipping_addresses/edit.html.liquid
/* shop/customer/base/edit.html.liquid
/* shop/orders/_view_billing_information.html.liquid
/* shop/orders/_view_shipping_information.html.liquid
/************************************************************/
.disabled-input-shop {
  pointer-events: none; }

select.disabled-input-shop {
  background-color: #ccc !important; }

input.disabled-input-shop {
  background-color: #ccc !important; }

/*# sourceMappingURL=theme.css.map */
/*
     FILE ARCHIVED ON 16:58:16 May 24, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:33:38 Mar 14, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.566
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.014
  cdx.remote: 11.578
  LoadShardBlock: 161.882 (3)
  PetaboxLoader3.datanode: 169.465 (5)
  load_resource: 307.036
  PetaboxLoader3.resolve: 60.436
  loaddict: 181.873
*/