@charset "UTF-8";
.breadcrumb:has(+ .member) {
  margin-bottom: 2rem;
}

/* Member area */

@media screen and (width <= 767px) {
  .member {
    display: none;
  }
}
@media screen and (width > 767px), print {
  .member {
    margin-bottom: 5rem !important;
  }
}
.member_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
.member_link a {
  font-family: "Shippori Mincho B1", serif !important;
  color: #333 !important;
  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;
  gap: 0.7rem;
  padding: 0.7rem 1.5rem;
  border: 0.1rem solid var(--gray) !important;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.member_link a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (width > 767px), print {
  .member_link a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .member_link a:hover {
    opacity: 0.7;
  }
}
.member_link_mypage::before {
  width: 1.2rem;
  height: 1.6rem;
  background-image: url(../images/product/icon_mypage.svg);
}
.member_link_favorite::before {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/product/icon_star.svg);
}
.member_link_logout::before {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/product/icon_logout.svg);
}
.member_link_login::before {
  width: 1.5rem;
  height: 1.6rem;
  background-image: url(../images/product/icon_login.svg);
}
.member_link_entry::before {
  width: 1.6rem;
  height: 1.8rem;
  background-image: url(../images/product/icon_entry.svg);
  background-position: bottom center;
  margin-bottom: -0.2rem;
}

/* 各種パーツ */

table {
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
}
table th, table td {
  border-right: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
@media screen and (width <= 767px) {
  table th, table td {
    padding: 0.6rem 1rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
@media screen and (width > 767px), print {
  table th, table td {
    padding: 0.8rem 1.5rem;
    line-height: 1.625;
  }
}
table th {
  background-color: var(--light-beige);
  font-weight: 700;
}

.box {
  border: 0.1rem solid var(--light-gray);
}
@media screen and (width <= 767px) {
  .box {
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
@media screen and (width > 767px), print {
  .box {
    padding: 2rem 3rem;
    line-height: 1.625;
  }
}
.box > *:first-child {
  margin-top: 0;
}

.box_notice {
  border: 0.1rem solid var(--main-color);
  color: var(--main-color);
}
@media screen and (width <= 767px) {
  .box_notice {
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
@media screen and (width > 767px), print {
  .box_notice {
    padding: 2rem 3rem;
    line-height: 1.625;
  }
}

.cat_label {
  display: inline-block;
  padding: 0.3rem 1rem;
  border: 0.1rem solid var(--brand-color);
  color: var(--brand-color);
  font-family: var(--font-noto);
  font-size: 1.3rem;
}
@media screen and (width > 767px), print {
  .cat_label {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cat_label:hover {
    opacity: 0.7;
  }
}
.cat_label[data-brand=sugomen] {
  --brand-color: var(--main-color);
}
.cat_label[data-brand=newtouch] {
  --brand-color: var(--color-newtouch);
}
.cat_label[data-brand=vegan] {
  --brand-color: var(--color-vegan);
}
.cat_label[data-brand=teorian] {
  --brand-color: var(--color-teorian);
}
.cat_label[data-brand=teorimen] {
  --brand-color: var(--color-teorimen);
}

.li_brand_lineup_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem 0.8rem;
}
.li_brand_lineup_type_item .type_item_inner {
  display: block;
  padding: 0.3rem 1.2rem 0.4rem;
  border: 0.1rem solid var(--gray);
  border-radius: 50vh;
  font-size: 1.5rem;
}
@media screen and (width > 767px), print {
  .li_brand_lineup_type_item a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .li_brand_lineup_type_item a:hover {
    opacity: 0.7;
  }
}

@media screen and (width <= 767px) {
  .product_info {
    margin-top: 3.5rem;
  }
}
@media screen and (width > 767px), print {
  .product_info {
    margin-top: 5rem;
  }
}
.product_info_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .product_info_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .product_info_main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product_info_main .col_img {
  position: relative;
}
@media screen and (width > 767px), print {
  .product_info_main .col_img {
    width: 43.33%;
  }
}
@media screen and (width <= 767px) {
  .product_info_main .col_img_inner {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    overflow-x: scroll;
  }
}
.product_info_main .col_img .li_menu_photograph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .product_info_main .col_img .li_menu_photograph {
    padding-top: 24rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.6rem;
  }
  .product_info_main .col_img .li_menu_photograph:has(.li_menu_photograph_item:nth-of-type(6)) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 2rem;
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_img .li_menu_photograph {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
  .product_info_main .col_img .li_menu_photograph a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .product_info_main .col_img .li_menu_photograph a:hover {
    opacity: 0.7;
  }
}
.product_info_main .col_img .li_menu_photograph_item {
  aspect-ratio: 52/34;
  overflow: hidden;
  border: 0.1rem solid var(--light-gray);
}
@media screen and (width <= 767px) {
  .product_info_main .col_img .li_menu_photograph_item {
    width: 8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_img .li_menu_photograph_item {
    width: calc((100% - 2rem) / 5);
  }
}
.product_info_main .col_img .li_menu_photograph_item:first-child {
  width: 100%;
}
@media screen and (width <= 767px) {
  .product_info_main .col_img .li_menu_photograph_item:first-child {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_img .li_menu_photograph_item:first-child {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
.product_info_main .col_img .li_menu_photograph_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.product_info_main .col_img .li_menu_photograph_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt {
    width: 100%;
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt {
    width: 52.5%;
  }
}
.product_info_main .col_txt .cat_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.product_info_main .col_txt .cat_seriese {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt .cat_seriese {
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .cat_seriese {
    font-size: 1.8rem;
  }
}
.product_info_main .col_txt .new_label {
  display: inline-block;
  margin-left: 1em;
  color: var(--main-color);
}
.product_info_main .col_txt .heading_lv1 {
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt .heading_lv1 {
    margin-top: 1rem;
    font-size: 3rem;
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .heading_lv1 {
    margin-top: 0.8rem;
    font-size: 4rem;
  }
}
.product_info_main .col_txt .type_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin-top: 1.3rem;
}
.product_info_main .col_txt .type_wrap .new_product {
  margin-top: 0;
  color: var(--dark-gray);
  font-size: 1.5rem;
}
.product_info_main .col_txt .type_wrap .new_product .-red {
  display: inline-block;
  margin-left: 0.8rem;
  color: var(--main-color);
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt .info_txt {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .info_txt {
    margin-top: 2.5rem;
  }
}
.product_info_main .col_txt .info_txt a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .info_txt a:hover {
    text-decoration: none;
  }
}
.product_info_main .col_txt .info_table {
  margin-top: 1.5rem;
  display: grid;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt .info_table {
    grid-template-columns: 17.2rem calc(100% - 17.2rem);
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .info_table {
    grid-template-columns: repeat(4, auto);
  }
  .product_info_main .col_txt .info_table:not(:has(> dt:nth-of-type(2))) {
    grid-template-columns: repeat(2, auto);
  }
}
.product_info_main .col_txt .info_table dt, .product_info_main .col_txt .info_table dd {
  border-right: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt .info_table dt, .product_info_main .col_txt .info_table dd {
    padding: 0.6rem 1rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .info_table dt, .product_info_main .col_txt .info_table dd {
    padding: 0.8rem 1.5rem;
    line-height: 1.625;
  }
}
.product_info_main .col_txt .info_table dt {
  background-color: var(--light-beige);
  font-weight: 700;
}
.product_info_main .col_txt .info_note {
  margin-top: 1.5rem;
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt .info_note {
    font-size: 1.5rem;
  }
}
.product_info_main .col_txt .info_note a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .info_note a:hover {
    text-decoration: none;
  }
}
.product_info_main .col_txt .brand_bnr {
  margin-top: 2rem;
  background-color: var(--beige);
  position: relative;
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt .brand_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .brand_bnr {
    display: block;
    min-height: 7.7rem;
    padding: 1.2rem 4rem 1.2rem 18rem;
    line-height: 1.625;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .product_info_main .col_txt .brand_bnr:hover {
    opacity: 0.7;
  }
}
.product_info_main .col_txt .brand_bnr::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background-color: var(--main-color);
  background-image: url(../images/common/card_arw.svg);
  background-size: 1.5rem 1.3rem;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.product_info_main .col_txt .brand_bnr .img {
  width: 18rem;
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt .brand_bnr .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .brand_bnr .img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.product_info_main .col_txt .brand_bnr .ttl {
  margin-top: 0;
  padding-left: 1.5rem;
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt .brand_bnr .ttl {
    width: calc(100% - 18rem);
    padding-top: 1.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .brand_bnr .ttl {
    font-size: 1.8rem;
  }
}
.product_info_main .col_txt .brand_bnr .ttl > span {
  display: inline-block;
}
.product_info_main .col_txt .brand_bnr .txt {
  margin-top: 0;
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt .brand_bnr .txt {
    width: 100%;
    font-size: 1.5rem;
    padding: 0.5rem 3.8rem 0.5rem 1rem;
  }
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .brand_bnr .txt {
    padding-left: 1.5rem;
  }
}
.product_info_main .col_txt .info_sns {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.product_info_main .col_txt .info_sns p {
  margin-top: 0;
}
@media screen and (width <= 767px) {
  .product_info_main .col_txt .info_sns p {
    font-size: 1.5rem;
  }
}
.product_info_main .col_txt .info_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.product_info_main .col_txt .info_sns_list li a {
  display: block;
}
@media screen and (width > 767px), print {
  .product_info_main .col_txt .info_sns_list li a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .product_info_main .col_txt .info_sns_list li a:hover {
    opacity: 0.7;
  }
}
.product_info_main .col_txt .info_sns_list li a img {
  width: 3rem;
}
.product_info_details .acc_btn {
  width: 100%;
  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;
  gap: 1rem;
  border: 0.1rem solid var(--txt-color);
  margin-top: 4rem;
}
@media screen and (width <= 767px) {
  .product_info_details .acc_btn {
    padding: 0.9rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
@media screen and (width > 767px), print {
  .product_info_details .acc_btn {
    padding: 1.2rem;
    line-height: 1.625;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .product_info_details .acc_btn:hover {
    opacity: 0.7;
  }
}
.product_info_details .acc_btn .icon {
  display: block;
  width: 1.9rem;
  height: 0.1rem;
  background-color: var(--main-color);
  position: relative;
}
.product_info_details .acc_btn[data-open=false] .icon::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.9rem;
  background-color: var(--main-color);
  position: absolute;
  top: -0.9rem;
  right: 0.9rem;
}
.product_info_details_content {
  display: none;
}
@media screen and (width <= 767px) {
  .product_info_details .cmn_heading_lv2 {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  .product_info_details .cmn_heading_lv2 {
    margin-top: 7rem;
  }
}
@media screen and (width <= 767px) {
  .product_info_details .cmn_heading_lv2:first-child {
    margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  .product_info_details .cmn_heading_lv2:first-child {
    margin-top: 4rem;
  }
}
@media screen and (width <= 767px) {
  .product_info_details .product_info_note {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
@media screen and (width > 767px), print {
  .product_info_details .product_info_note {
    margin-top: 2rem;
  }
}
@media screen and (width <= 767px) {
  .product_info_details .li_nutritional_info_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (width <= 767px) {
  .product_info_details .li_nutritional_info_table th, .product_info_details .li_nutritional_info_table td {
    display: block;
  }
}
@media screen and (width <= 767px) {
  .product_info_details .li_nutritional_info_table th {
    width: 10.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (width > 767px), print {
  .product_info_details .li_nutritional_info_table th {
    width: 11.2rem;
  }
}
@media screen and (width <= 767px) {
  .product_info_details .li_nutritional_info_table td {
    width: calc(100% - 10.2rem);
  }
}
@media screen and (width > 767px), print {
  .product_info_details .li_nutritional_info_table.-code th {
    width: 17rem;
  }
}
@media screen and (width > 767px), print {
  .product_info_details .li_nutritional_info_table.-code td {
    width: calc(50% - 17rem);
  }
}
.product_info_details .li_nutritional_info_table:has(> .li_nutritional_info_table_item) {
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
}
@media screen and (width > 767px), print {
  .product_info_details .li_nutritional_info_table:has(> .li_nutritional_info_table_item) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
  }
  .product_info_details .li_nutritional_info_table:has(> .li_nutritional_info_table_item):not(:has(> .li_nutritional_info_table_item:nth-of-type(6))):has(> .li_nutritional_info_table_item:nth-of-type(5)) .li_nutritional_info_table_item:nth-of-type(5) {
    grid-column: 2/4;
  }
}
.product_info_details .li_nutritional_info_table_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_info_details .li_nutritional_info_table_item dt, .product_info_details .li_nutritional_info_table_item dd {
  border-right: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
@media screen and (width <= 767px) {
  .product_info_details .li_nutritional_info_table_item dt, .product_info_details .li_nutritional_info_table_item dd {
    padding: 0.6rem 1rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
@media screen and (width > 767px), print {
  .product_info_details .li_nutritional_info_table_item dt, .product_info_details .li_nutritional_info_table_item dd {
    padding: 0.8rem 1.5rem;
    line-height: 1.625;
  }
}
.product_info_details .li_nutritional_info_table_item dt {
  background-color: var(--light-beige);
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .product_info_details .li_nutritional_info_table_item dt {
    width: 10.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (width > 767px), print {
  .product_info_details .li_nutritional_info_table_item dt {
    width: 11.2rem;
  }
}
.product_info_details .li_nutritional_info_table_item dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product_info_details .li_nutritional_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-left: 0.1rem solid var(--gray);
}
.product_info_details .li_nutritional_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .product_info_details .li_nutritional_info_item {
    width: 100%;
  }
  .product_info_details .li_nutritional_info_item:first-of-type {
    border-top: 0.1rem solid var(--gray);
  }
}
@media screen and (width > 767px), print {
  .product_info_details .li_nutritional_info_item {
    width: 50%;
  }
  .product_info_details .li_nutritional_info_item:nth-of-type(-n + 2) {
    border-top: 0.1rem solid var(--gray);
  }
}
.product_info_details .li_nutritional_info_item dt, .product_info_details .li_nutritional_info_item dd {
  border-right: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
@media screen and (width <= 767px) {
  .product_info_details .li_nutritional_info_item dt, .product_info_details .li_nutritional_info_item dd {
    padding: 0.6rem 1rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
@media screen and (width > 767px), print {
  .product_info_details .li_nutritional_info_item dt, .product_info_details .li_nutritional_info_item dd {
    padding: 0.8rem 1.5rem;
    line-height: 1.625;
  }
}
.product_info_details .li_nutritional_info_item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--light-beige);
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .product_info_details .li_nutritional_info_item dt {
    width: 10.2rem;
  }
}
@media screen and (width > 767px), print {
  .product_info_details .li_nutritional_info_item dt {
    width: 17rem;
  }
}
@media screen and (width <= 767px) {
  .product_info_details .li_nutritional_info_item dd {
    width: calc(100% - 10.2rem);
  }
}
@media screen and (width > 767px), print {
  .product_info_details .li_nutritional_info_item dd {
    width: calc(100% - 17rem);
  }
}

.allergy_list {
  display: grid;
}
@media screen and (width <= 767px) {
  .allergy_list {
    grid-template-columns: repeat(5, calc((100% - 0.8rem) / 5));
    gap: 0.2rem;
  }
}
@media screen and (width > 767px), print {
  .allergy_list {
    grid-template-columns: repeat(auto-fill, max((100% - 3.6rem) / 10, 10rem));
    gap: 0.4rem;
  }
}
.allergy_list > li {
  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;
  border: 1px solid var(--light-gray);
  text-align: center;
  color: var(--dark-gray);
}
@media screen and (width <= 767px) {
  .allergy_list > li {
    min-height: 3.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (width > 767px), print {
  .allergy_list > li {
    min-height: 4.4rem;
  }
}
.allergy_list > li[data-contain=true] {
  border-color: var(--main-color);
  color: var(--main-color);
}

.order_bottom_bar {
  padding-block: 1rem;
  background-color: #EADFD1;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.order_bottom_bar_message {
  margin-block: 0 1rem;
  color: var(--main-color);
  font-weight: 500;
  line-height: 1.28;
}
@media screen and (width <= 767px) {
  .order_bottom_bar_message {
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .order_bottom_bar_message {
    text-align: center;
    font-size: 1.8rem;
  }
}
.order_bottom_bar_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem 0;
}
.order_bottom_bar .btn_cart {
  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;
  background-color: var(--main-color);
  border: 0.1rem solid var(--main-color);
  color: var(--white);
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .order_bottom_bar .btn_cart {
    width: 24rem;
    height: 4rem;
    gap: 0.3rem;
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .order_bottom_bar .btn_cart {
    width: 33.33vw;
    max-width: 48rem;
    height: 6rem;
    gap: 0.5rem;
    font-size: 2.2rem;
  }
}
.order_bottom_bar .btn_cart::before {
  content: "";
  display: block;
  background-color: var(--white);
  -webkit-mask-image: url(../images/common/icon_cart.svg);
          mask-image: url(../images/common/icon_cart.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (width <= 767px) {
  .order_bottom_bar .btn_cart::before {
    width: 2.6rem;
    height: 2rem;
  }
}
@media screen and (width > 767px), print {
  .order_bottom_bar .btn_cart::before {
    width: 3rem;
    height: 2.3rem;
  }
}
@media screen and (width > 767px), print {
  .order_bottom_bar .btn_cart {
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
  }
  .order_bottom_bar .btn_cart:not(.__disabled)::before {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .order_bottom_bar .btn_cart:not(.__disabled):hover {
    background-color: var(--white);
    color: var(--main-color);
  }
  .order_bottom_bar .btn_cart:not(.__disabled):hover::before {
    background-color: var(--main-color);
  }
}
.order_bottom_bar .btn_cart.__disabled {
  background-color: var(--gray);
  border: 0.1rem solid var(--gray);
}
.order_bottom_bar .select_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .order_bottom_bar .select_count {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .order_bottom_bar .select_count {
    gap: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.order_bottom_bar .select_count .set_count {
  background-color: var(--white);
  font-weight: 600;
}
@media screen and (width <= 767px) {
  .order_bottom_bar .select_count .set_count {
    padding: 0.8rem 1.2rem;
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .order_bottom_bar .select_count .set_count {
    padding: 1.2rem 2rem 1.4rem;
    font-size: 2rem;
  }
}
.order_bottom_bar .select_count .set_count .select_count_current {
  color: var(--main-color);
}
@media screen and (width <= 767px) {
  .order_bottom_bar .select_count .set_count .select_count_current {
    font-size: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .order_bottom_bar .select_count .set_count .select_count_current {
    font-size: 3rem;
  }
}
@media screen and (width <= 767px) {
  .order_bottom_bar .select_count .btn_cart {
    width: 100%;
  }
}
@media screen and (width <= 767px) {
  .order_bottom_bar .select_count .btn_cart:disabled {
    width: auto;
    background-color: transparent;
    border: none;
    color: var(--txt-color);
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .order_bottom_bar .select_count .btn_cart:disabled {
    background-color: var(--gray);
    border: 0.1rem solid var(--gray);
  }
  .order_bottom_bar .select_count .btn_cart:disabled:hover {
    color: var(--white);
  }
}
.order_bottom_bar .select_count .btn_cart:disabled::before {
  content: none;
}
.order_bottom_bar .total_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Figtree", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (width <= 767px) {
  .order_bottom_bar .total_price.tax_in {
    font-size: 2.6rem;
  }
}
@media screen and (width > 767px), print {
  .order_bottom_bar .total_price.tax_in {
    font-size: 3rem;
  }
}
.order_bottom_bar .total_price_prefix {
  font-family: var(--font-main);
  color: var(--dark-gray);
  font-size: 1.4rem;
  font-weight: 400;
}
.order_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .order_info {
    width: calc(100% - 12rem);
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .order_info {
    gap: 3rem;
  }
}
.order_info dt {
  color: var(--dark-gray);
  font-weight: 400;
}
@media screen and (width <= 767px) {
  .order_info dt {
    font-size: 1.3rem;
    line-height: 1.38;
  }
}
@media screen and (width > 767px), print {
  .order_info dt {
    margin-top: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.85;
  }
}
.order_info dd {
  font-weight: 600;
}
@media screen and (width <= 767px) {
  .order_info dd {
    font-size: 1.8rem;
    line-height: 1.44;
  }
}
@media screen and (width > 767px), print {
  .order_info dd {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.order_info dd.price {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (width <= 767px) {
  .order_info dd.price {
    font-size: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .order_info dd.price {
    font-size: 3rem;
  }
}

@media screen and (width <= 767px) {
  .form_brand_lineup_order#form1 {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (width > 767px), print {
  .form_brand_lineup_order#form1 {
    margin-left: auto;
  }
}
@media screen and (width <= 767px) {
  .form_brand_lineup_order:has(#favorite) {
    width: 12rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (width > 767px), print {
  .form_brand_lineup_order:has(#favorite) {
    margin-left: 4rem;
  }
}
.form_brand_lineup_order_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 767px) {
  .form_brand_lineup_order_box {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (width > 767px), print {
  .form_brand_lineup_order_box {
    gap: 3rem;
  }
}
.form_brand_lineup_order_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  color: var(--dark-gray);
}
.form_brand_lineup_order_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  background-color: var(--white);
  border: 0.1rem solid var(--light-gray);
  border-radius: 0.3rem;
  color: var(--txt-color);
  text-align: right;
  font-family: "Figtree", sans-serif;
  font-size: 1.8rem;
}
@media screen and (width <= 767px) {
  .form_brand_lineup_order_number {
    width: 5rem;
    padding-right: 1rem;
  }
}
@media screen and (width > 767px), print {
  .form_brand_lineup_order_number {
    width: 7rem;
    padding-right: 0.4rem;
  }
}
.form_brand_lineup_order #favorite.btn {
  padding: 0;
  border: none;
  position: relative;
}
@media screen and (width <= 767px) {
  .form_brand_lineup_order #favorite.btn {
    padding-left: 3rem;
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media screen and (width > 767px), print {
  .form_brand_lineup_order #favorite.btn {
    min-height: 3.2rem;
    padding-left: 4.2rem;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
  .form_brand_lineup_order #favorite.btn:hover {
    background-color: transparent;
    color: var(--txt-color);
  }
  .form_brand_lineup_order #favorite.btn:hover::before {
    opacity: 0;
  }
  .form_brand_lineup_order #favorite.btn:hover::after {
    opacity: 1;
  }
}
.form_brand_lineup_order #favorite.btn::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/product/icon_fav.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (width <= 767px) {
  .form_brand_lineup_order #favorite.btn::before {
    width: 2.6rem;
    height: 2.6rem;
    top: 0.3s;
  }
}
@media screen and (width > 767px), print {
  .form_brand_lineup_order #favorite.btn::before {
    width: 3.2rem;
    height: 3.2rem;
    top: 0;
  }
}
.form_brand_lineup_order #favorite.btn::after {
  background-image: url(../images/product/icon_fav_active.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-mask-image: none;
          mask-image: none;
  background-color: transparent;
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (width <= 767px) {
  .form_brand_lineup_order #favorite.btn::after {
    width: 2.6rem;
    height: 2.6rem;
    top: 0.3s;
  }
}
@media screen and (width > 767px), print {
  .form_brand_lineup_order #favorite.btn::after {
    width: 3.2rem;
    height: 3.2rem;
    top: 0;
  }
}

@media screen and (width <= 767px) {
  .section_bg {
    margin-top: 3rem;
    padding-block: 3rem 5rem;
  }
}
@media screen and (width > 767px), print {
  .section_bg {
    margin-top: 5rem;
    padding-block: 5rem 7rem;
  }
}
.section_bg.-beige {
  background-color: var(--beige);
}
.section_bg.-beige + .section_bg.-beige {
  padding-top: 0;
}
.section_bg.-light-beige {
  background-color: var(--light-beige);
}
@media screen and (width <= 767px) {
  .section_bg section {
    scroll-margin-top: 7rem;
  }
}
@media screen and (width > 767px), print {
  .section_bg section {
    scroll-margin-top: 12rem;
  }
}
@media screen and (width <= 767px) {
  .section_bg section:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  .section_bg section:not(:first-child) {
    margin-top: 8rem;
  }
}
.section_bg + .section_bg {
  margin-top: 0;
}
@media screen and (width > 767px), print {
  .section_bg .article_txt {
    font-size: 1.5rem;
    line-height: 1.466;
  }
}

.product_section_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-color);
  text-align: center;
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .product_section_ttl {
    margin-bottom: 1.5rem;
    gap: 0.3rem;
    font-size: 2.4rem;
    line-height: 1.33;
  }
}
@media screen and (width > 767px), print {
  .product_section_ttl {
    margin-bottom: 2rem;
    gap: 0.5rem;
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
.product_section_ttl::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product_section_ttl[data-section=cook]::before {
  background-image: url(../images/product/product_section_icon01.svg);
}
@media screen and (width <= 767px) {
  .product_section_ttl[data-section=cook]::before {
    width: 3.6rem;
    height: 3.5rem;
  }
}
@media screen and (width > 767px), print {
  .product_section_ttl[data-section=cook]::before {
    width: 4.6rem;
    height: 4.5rem;
  }
}
.product_section_ttl[data-section=secret]::before {
  background-image: url(../images/product/product_section_icon02.svg);
}
@media screen and (width <= 767px) {
  .product_section_ttl[data-section=secret]::before {
    width: 4.5rem;
    height: 3.5rem;
  }
}
@media screen and (width > 767px), print {
  .product_section_ttl[data-section=secret]::before {
    width: 5.7rem;
    height: 4.5rem;
  }
}
.product_section_ttl[data-section=voice]::before {
  background-image: url(../images/product/product_section_icon03.svg);
}
@media screen and (width <= 767px) {
  .product_section_ttl[data-section=voice]::before {
    width: 4.2rem;
    height: 3.5rem;
  }
}
@media screen and (width > 767px), print {
  .product_section_ttl[data-section=voice]::before {
    width: 5.4rem;
    height: 4.5rem;
  }
}
.product_section_ttl[data-section=recommend]::before {
  background-image: url(../images/product/product_section_icon04.svg);
}
@media screen and (width <= 767px) {
  .product_section_ttl[data-section=recommend]::before {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media screen and (width > 767px), print {
  .product_section_ttl[data-section=recommend]::before {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.product_section_ttl[data-section=related]::before {
  background-image: url(../images/product/product_section_icon05.svg);
}
@media screen and (width <= 767px) {
  .product_section_ttl[data-section=related]::before {
    width: 2.7rem;
    height: 3.5rem;
  }
}
@media screen and (width > 767px), print {
  .product_section_ttl[data-section=related]::before {
    width: 3.5rem;
    height: 4.5rem;
  }
}

.product_cook .article-txt a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .product_cook .article-txt a:hover {
    text-decoration: none;
  }
}

.product_card_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .product_card_col2 {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (width > 767px), print {
  .product_card_col2 {
    margin-top: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem 6rem;
  }
}
.product_card_col2 > li {
  background-color: var(--white);
}
@media screen and (width <= 767px) {
  .product_card_col2 > li {
    width: 100%;
  }
}
@media screen and (width > 767px), print {
  .product_card_col2 > li {
    width: calc(50% - 3rem);
  }
}
.product_card_col2 > li .mov {
  width: 100%;
  aspect-ratio: 16/9;
}
.product_card_col2 > li .mov iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width <= 767px) {
  .product_card_col2 > li .txt_wrap {
    padding: 1.3rem 2rem;
  }
}
@media screen and (width > 767px), print {
  .product_card_col2 > li .txt_wrap {
    padding: 1.5rem 2rem;
  }
}
.product_card_col2 > li .txt_wrap .ttl {
  color: var(--main-color);
  font-weight: 500;
}
@media screen and (width <= 767px) {
  .product_card_col2 > li .txt_wrap .ttl {
    font-size: 1.8rem;
    line-height: 1.44;
  }
}
@media screen and (width > 767px), print {
  .product_card_col2 > li .txt_wrap .ttl {
    font-size: 2.2rem;
    line-height: 1.54;
  }
}
@media screen and (width <= 767px) {
  .product_card_col2 > li .txt_wrap .txt {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
.product_card_col2 > li .txt_wrap .txt:first-child {
  margin-top: 0;
}
.product_card_col2 > li .txt_wrap .txt a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .product_card_col2 > li .txt_wrap .txt a:hover {
    text-decoration: none;
  }
}

.product_card_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .product_card_col3 {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (width > 767px), print {
  .product_card_col3 {
    margin-top: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem 4.5rem;
  }
}
@media screen and (width <= 767px) {
  .product_card_col3 > li {
    width: 100%;
  }
  .product_card_col3 > li::after {
    clear: both;
  }
}
@media screen and (width > 767px), print {
  .product_card_col3 > li {
    width: calc((100% - 9rem) / 3);
  }
}
.product_card_col3 > li .img {
  aspect-ratio: 37/22;
}
@media screen and (width <= 767px) {
  .product_card_col3 > li .img {
    width: 16rem;
    margin-right: 1rem;
    float: left;
  }
}
@media screen and (width > 767px), print {
  .product_card_col3 > li .img {
    width: 100%;
  }
}
.product_card_col3 > li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width > 767px), print {
  .product_card_col3 > li .txt_wrap {
    margin-top: 1.5rem;
  }
}
.product_card_col3 > li .txt_wrap .ttl {
  color: var(--main-color);
  font-weight: 500;
}
@media screen and (width <= 767px) {
  .product_card_col3 > li .txt_wrap .ttl {
    font-size: 1.8rem;
    line-height: 1.44;
  }
}
@media screen and (width > 767px), print {
  .product_card_col3 > li .txt_wrap .ttl {
    font-size: 2.2rem;
    line-height: 1.54;
  }
}
@media screen and (width <= 767px) {
  .product_card_col3 > li .txt_wrap .txt {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
.product_card_col3 > li .txt_wrap .txt a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .product_card_col3 > li .txt_wrap .txt a:hover {
    text-decoration: none;
  }
}

.product_story_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  .product_story_anchor {
    margin-block: 6rem 3rem;
    gap: 1rem 2rem;
  }
}
@media screen and (width > 767px), print {
  .product_story_anchor {
    margin-block: 9rem 3rem;
    gap: 2rem;
  }
}
@media screen and (width <= 767px) {
  .product_story_anchor > li {
    width: calc(50% - 1rem);
  }
}
.product_story_anchor > li a {
  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;
  background-color: var(--white);
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
}
@media screen and (width <= 767px) {
  .product_story_anchor > li a {
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.46;
  }
}
@media screen and (width > 767px), print {
  .product_story_anchor > li a {
    gap: 1rem;
    padding: 2rem 2.5rem;
    line-height: 1.375;
  }
}
.product_story_anchor > li a::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.7rem;
  background-image: url(../images/common/arw_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (width > 767px), print {
  .product_story_anchor > li a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .product_story_anchor > li a:hover {
    opacity: 0.7;
  }
}
.product_story_anchor + section {
  margin-top: 0 !important;
}

.product_secret_story {
  background-color: var(--white);
}
@media screen and (width <= 767px) {
  .product_secret_story {
    margin-top: 3.5rem;
    padding: 2.5rem 2rem 3rem;
  }
}
@media screen and (width > 767px), print {
  .product_secret_story {
    margin-top: 5rem;
    padding: 4rem 6rem 6rem;
  }
}
.product_secret_story_ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.3em;
  position: relative;
}
@media screen and (width <= 767px) {
  .product_secret_story_ttl {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    font-size: 2.2rem;
    line-height: 1.45;
  }
}
@media screen and (width > 767px), print {
  .product_secret_story_ttl {
    margin-bottom: 3.5rem;
    padding-bottom: 2rem;
    font-size: 3rem;
  }
}
.product_secret_story_ttl::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.1rem;
  background-color: var(--main-color);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product_secret_story_ttl + .product_secret_story_box {
  margin-top: 0;
}
.product_secret_story_box {
  border: 0.1rem solid var(--gold);
  position: relative;
}
@media screen and (width <= 767px) {
  .product_secret_story_box {
    margin-top: 2rem;
    padding: 1.5rem 1.9rem;
  }
}
@media screen and (width > 767px), print {
  .product_secret_story_box {
    margin-top: 4rem;
    padding: 4rem 2rem;
  }
}
.product_secret_story_box::before, .product_secret_story_box::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--gold);
  position: absolute;
}
.product_secret_story_box::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  left: 0;
}
.product_secret_story_box::after {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  right: 0;
  bottom: 0;
}
@media screen and (width > 767px), print {
  .product_secret_story_box:nth-of-type(odd) .box_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (width > 767px), print {
  .product_secret_story_box .box_inner {
    width: 100%;
    max-width: 98rem;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
  }
}
.product_secret_story_box .box_inner .ttl {
  color: var(--main-color);
  font-weight: 500;
}
@media screen and (width <= 767px) {
  .product_secret_story_box .box_inner .ttl {
    font-size: 1.8rem;
    line-height: 1.44;
  }
}
@media screen and (width > 767px), print {
  .product_secret_story_box .box_inner .ttl {
    font-size: 2.2rem;
    line-height: 1.54;
  }
}
@media screen and (width <= 767px) {
  .product_secret_story_box .box_inner .img {
    width: 14rem;
    float: left;
    margin-right: 1rem;
  }
}
@media screen and (width > 767px), print {
  .product_secret_story_box .box_inner .img {
    width: 32.65%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.product_secret_story_box .box_inner .img_txt {
  width: 100%;
}
@media screen and (width <= 767px) {
  .product_secret_story_box .box_inner .img_txt::after {
    content: "";
    clear: both;
  }
}
@media screen and (width <= 767px) {
  .product_secret_story_box .box_inner .img_txt p {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
.product_secret_story_box .box_inner .img_txt p a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .product_secret_story_box .box_inner .img_txt p a:hover {
    text-decoration: none;
  }
}

.product_message {
  background-color: var(--white);
  border-top: 0.2rem solid #C0AF95;
  border-bottom: 0.2rem solid #C0AF95;
}
@media screen and (width <= 767px) {
  .product_message {
    margin-top: 3rem;
    padding: 1.5rem 2rem;
    position: relative;
  }
}
@media screen and (width > 767px), print {
  .product_message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 5rem;
    padding: 2rem 3rem;
  }
}
.product_message .img {
  border: 0.1rem solid #C0AF95;
  border-radius: 50vh;
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .product_message .img {
    width: 5.6rem;
    height: 5.6rem;
    position: absolute;
    top: 1.5rem;
    left: 2rem;
  }
}
@media screen and (width > 767px), print {
  .product_message .img {
    width: 13rem;
    height: 13rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.product_message .img img {
  width: 100%;
  transform: translate(0%, 30%);
}
.product_message .txt_wrap .ttl {
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .product_message .txt_wrap .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5.6rem;
    padding-left: 7.1rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (width > 767px), print {
  .product_message .txt_wrap .ttl {
    font-size: 2.6rem;
    line-height: 1.46;
  }
}
@media screen and (width <= 767px) {
  .product_message .txt_wrap p {
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
.product_message .txt_wrap p a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .product_message .txt_wrap p a:hover {
    text-decoration: none;
  }
}

.product_voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.1rem;
}
@media screen and (width <= 767px) {
  .product_voice_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1rem;
  }
}
@media screen and (width > 767px), print {
  .product_voice_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.1rem 4rem;
  }
}
.product_voice_item {
  background-color: var(--white);
  border-top: 0.2rem solid var(--main-color);
}
@media screen and (width <= 767px) {
  .product_voice_item {
    padding: 1.8rem 2rem 1.5rem;
  }
}
@media screen and (767px < width <= 1080px), print {
  .product_voice_item {
    width: calc((100% - 4rem) / 2);
    padding: 2.3rem 2rem 1.5rem;
  }
}
@media screen and (width > 1080px), print {
  .product_voice_item {
    width: calc((100% - 12rem) / 4);
    padding: 2.3rem 2rem 1.5rem;
  }
}
.product_voice_item.-icon01 .product_voice_inner::before {
  background-image: url(../images/product/product_voice_icon01.svg);
}
.product_voice_item.-icon02 .product_voice_inner::before {
  background-image: url(../images/product/product_voice_icon02.svg);
}
.product_voice_item.-icon03 .product_voice_inner::before {
  background-image: url(../images/product/product_voice_icon03.svg);
}
.product_voice_item.-icon04 .product_voice_inner::before {
  background-image: url(../images/product/product_voice_icon04.svg);
}
.product_voice_inner::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  float: left;
}
@media screen and (width <= 767px) {
  .product_voice_inner::before {
    width: 5.5rem;
    height: 5.5rem;
    margin-top: -3.1rem;
  }
}
@media screen and (width > 767px), print {
  .product_voice_inner::before {
    width: 6rem;
    height: 6rem;
    margin-top: -3.6rem;
  }
}
.product_voice_inner::after {
  content: "";
  clear: both;
}
@media screen and (width <= 767px) {
  .product_voice_inner p {
    font-size: 1.5rem;
  }
}
.product_voice_inner p:first-child {
  margin-top: 0;
}
.product_voice_inner p a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .product_voice_inner p a:hover {
    text-decoration: none;
  }
}

@media screen and (width <= 767px) {
  .product_recommend {
    scroll-margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  .product_recommend {
    scroll-margin-top: 9rem;
  }
}
@media screen and (width <= 767px) {
  .product_recommend .splide {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
@media screen and (width > 767px), print {
  .product_recommend_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.product_recommend_item {
  background-color: var(--white);
}
@media screen and (767px < width <= 1080px), print {
  .product_recommend_item {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (width > 1080px), print {
  .product_recommend_item {
    width: calc((100% - 8rem) / 5);
  }
}
.product_recommend_item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (width > 767px), print {
  .product_recommend_item a:hover {
    opacity: 0.6;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.product_recommend_item figure {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.product_recommend_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_recommend_item .txt_box {
  padding: 1rem 1.5rem 2rem;
}
.product_recommend_item .brand {
  --brand-color: var(--dark-gray);
  display: inline-block;
  padding: 0.3rem 1rem;
  color: var(--brand-color);
  font-family: var(--font-noto);
  font-size: 1.3rem;
  border: 0.1rem solid var(--brand-color);
}
.product_recommend_item .brand[data-brand=sugomen] {
  --brand-color: var(--main-color);
}
.product_recommend_item .brand[data-brand=newtouch] {
  --brand-color: var(--color-newtouch);
}
.product_recommend_item .brand[data-brand=vegan] {
  --brand-color: var(--color-vegan);
}
.product_recommend_item .brand[data-brand=teorian] {
  --brand-color: var(--color-teorian);
}
.product_recommend_item .brand[data-brand=teorimen] {
  --brand-color: var(--color-teorimen);
}
.product_recommend_item .ttl {
  margin-top: 0.6rem;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (width <= 767px) {
  .product_recommend_item .ttl {
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .product_recommend_item .ttl {
    font-size: 1.8rem;
  }
}
.product_recommend_item .ttl .-small {
  display: block;
  font-size: 1.2rem;
}
.product_recommend_item .date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem 0.8rem;
  margin-top: 1rem;
  font-size: 1.3rem;
}
.product_recommend_item .date_wrap .date {
  color: var(--dark-gray);
  line-height: 1.1;
}
.product_recommend_item .date_wrap .label {
  margin-top: 0;
  color: var(--main-color);
  line-height: 1.1;
}
.product_recommend_item .category_list {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  .product_recommend_item .category_list {
    gap: 0.2rem 0.4rem;
  }
}
@media screen and (width > 767px), print {
  .product_recommend_item .category_list {
    gap: 0.8rem;
  }
}
.product_recommend_item .category_list li {
  border: 0.1rem solid var(--gray);
  border-radius: 50vh;
  font-size: 1.3rem;
}
@media screen and (width <= 767px) {
  .product_recommend_item .category_list li {
    padding: 0.2rem 0.8rem 0.3rem;
  }
}
@media screen and (width > 767px), print {
  .product_recommend_item .category_list li {
    padding: 0.2rem 0.9rem 0.3rem;
  }
}
.product_recommend .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 767px) {
  .product_recommend .btn_wrap {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .product_recommend .btn_wrap {
    margin-top: 4rem;
  }
}

@media screen and (width <= 767px) {
  .product_related {
    scroll-margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  .product_related {
    scroll-margin-top: 9rem;
  }
}
.product_related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  .product_related_list {
    gap: 1.5rem 1rem;
  }
}
@media screen and (width > 767px), print {
  .product_related_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem 4rem;
  }
}
@media screen and (width <= 767px) {
  .product_related_list > li {
    width: 100%;
  }
}
@media screen and (767px < width <= 1080px), print {
  .product_related_list > li {
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (width > 1080px), print {
  .product_related_list > li {
    width: calc((100% - 12rem) / 4);
  }
}
.product_related_list > li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  background-color: var(--white);
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
  position: relative;
  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (width <= 767px) {
  .product_related_list > li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (width > 767px), print {
  .product_related_list > li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product_related_list > li a::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: var(--main-color);
  background-image: url(../images/common/card_arw_s.svg);
  background-size: 1.1rem 1.1rem;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (width > 767px), print {
  .product_related_list > li a:hover {
    opacity: 0.6;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.product_related_list > li figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 4/3;
}
@media screen and (width <= 767px) {
  .product_related_list > li figure {
    width: 13rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (width > 767px), print {
  .product_related_list > li figure {
    width: 100%;
  }
}
.product_related_list > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width <= 767px) {
  .product_related_list > li .ttl_wrap {
    width: calc(100% - 13rem);
    padding: 1.4rem 1.5rem 0;
  }
}
@media screen and (width > 767px), print {
  .product_related_list > li .ttl_wrap {
    padding: 1.5rem 2rem 0;
  }
}
.product_related_list > li .ttl_wrap .label {
  display: inline-block;
  border: 0.1rem solid var(--main-color);
  border-radius: 50vh;
  color: var(--main-color);
  font-weight: 500;
}
@media screen and (width <= 767px) {
  .product_related_list > li .ttl_wrap .label {
    padding: 0.3rem 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (width > 767px), print {
  .product_related_list > li .ttl_wrap .label {
    padding: 0.3rem 1.5rem;
    font-size: 1.4rem;
  }
}
.product_related_list > li .ttl_wrap .ttl {
  margin-top: 0.6rem;
  color: var(--main-color);
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .product_related_list > li .ttl_wrap .ttl {
    font-size: 1.7rem;
  }
}
@media screen and (width > 767px), print {
  .product_related_list > li .ttl_wrap .ttl {
    font-size: 1.8rem;
  }
}
.product_related_list > li .txt {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (width <= 767px) {
  .product_related_list > li .txt {
    padding-inline: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 4.8em;
  }
}
@media screen and (width > 767px), print {
  .product_related_list > li .txt {
    padding-inline: 2rem;
  }
}
.product_related .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 767px) {
  .product_related .btn_wrap {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .product_related .btn_wrap {
    margin-top: 4rem;
  }
}

@media screen and (width <= 767px) {
  .product_bnr_area .bnr_col3 {
    margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  .product_bnr_area .bnr_col3 {
    margin-top: 8rem;
  }
}

.bnr_col5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  .bnr_col5 {
    margin-top: 1.5rem;
    gap: 1.3rem 1rem;
  }
}
@media screen and (width > 767px), print {
  .bnr_col5 {
    margin-top: 2.5rem;
    gap: 3.5rem;
  }
}
@media screen and (width <= 767px) {
  .bnr_col5 > li {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (width > 767px), print {
  .bnr_col5 > li {
    width: calc((100% - 14rem) / 5);
  }
}
@media screen and (width <= 767px) {
  .bnr_col5 > li.-sp-large {
    width: calc((100% - 2rem) / 2);
  }
  .bnr_col5 > li.-sp-large:nth-of-type(2) {
    margin-left: auto;
  }
}
.bnr_col5 > li a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (width > 767px), print {
  .bnr_col5 > li a:hover {
    opacity: 0.7;
  }
}
.bnr_col5 > li img {
  width: 100%;
}

@media screen and (width <= 767px) {
  [data-page=product_bulk] .box_corner_triangle + .cmn_heading_lv3 {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_bulk] .box_corner_triangle + .cmn_heading_lv3 {
    margin-top: 5rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=product_bulk] .product_bulk_list.section_bg {
    margin-top: 4rem;
    padding-block: 5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_bulk] .product_bulk_list.section_bg {
    margin-top: 5rem;
    padding-block: 7rem;
  }
}
[data-page=product_bulk] .product_bulk_series {
  font-weight: 700;
}
@media screen and (width <= 767px) {
  [data-page=product_bulk] .product_bulk_series {
    font-size: 1.7rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_bulk] .product_bulk_series {
    font-size: 2.4rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=product_bulk] .product_bulk_series:not(:first-child) {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_bulk] .product_bulk_series:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=product_bulk] .product_bnr_area {
    margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_bulk] .product_bnr_area {
    margin-top: 7rem;
  }
}
[data-page=product_bulk] .product_bnr_area .cmn_heading_lv2 + .bnr_col3 {
  margin-top: 0;
}
[data-page=product_bulk] .product_bnr_area .product_search_link {
  border-bottom: 0.1rem solid var(--light-gray);
}
@media screen and (width <= 767px) {
  [data-page=product_bulk] .product_bnr_area .product_search_link {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_bulk] .product_bnr_area .product_search_link {
    margin-bottom: 7rem;
    padding-bottom: 7rem;
  }
}

.product_search_link {
  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;
}
@media screen and (width <= 767px) {
  .product_search_link {
    gap: 2rem;
    margin-top: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .product_search_link {
    gap: 6rem;
    margin-top: 3rem;
  }
}
@media screen and (width <= 767px) {
  .product_search_link > li {
    width: 100%;
  }
}
@media screen and (width > 767px), print {
  .product_search_link > li {
    width: calc((100% - 6rem) / 2);
    max-width: none;
  }
}
.product_search_link > li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.1rem solid var(--txt-color);
  color: var(--txt-color);
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (width <= 767px) {
  .product_search_link > li a {
    padding: 1rem 0.9rem 0.9rem 2rem;
  }
}
@media screen and (width > 767px), print {
  .product_search_link > li a {
    padding: 1rem 4rem 0.9rem 2rem;
  }
  .product_search_link > li a:hover {
    opacity: 0.7;
  }
}
.product_search_link > li a::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1rem 0.9rem;
  background-color: var(--main-color);
  background-image: url(../images/common/card_arw.svg);
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .product_search_link > li a::after {
    bottom: -0.1rem;
    right: -0.1rem;
  }
}
@media screen and (width > 767px), print {
  .product_search_link > li a::after {
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.product_search_link > li a:has(> .img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.product_search_link > li a:has(> .img) .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 767px) {
  .product_search_link > li a:has(> .img) .txt_wrap {
    padding: 0.6rem 0 0.9rem 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .product_search_link > li a:has(> .img) .txt_wrap {
    padding: 1rem 0 0.9rem 1.5rem;
  }
}
@media screen and (width <= 767px) {
  .product_search_link > li a:has(> .img) .txt_wrap .ttl {
    font-size: 1.6rem;
  }
}
@media screen and (width <= 767px) {
  .product_search_link > li a:has(> .img) .txt_wrap .txt {
    font-size: 1.5rem;
  }
}
.product_search_link > li .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .product_search_link > li .img {
    width: 18rem;
  }
}
@media screen and (width > 767px), print {
  .product_search_link > li .img {
    width: 15.9rem;
  }
}
.product_search_link > li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_search_link > li .ttl {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
}
.product_search_link > li .txt {
  margin-top: 0;
}

.li_bulk_sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .li_bulk_sale {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    margin-top: 0.8rem;
  }
}
@media screen and (width > 767px), print {
  .li_bulk_sale {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.li_bulk_sale_item {
  background-color: var(--white);
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
  position: relative;
}
@media screen and (width <= 767px) {
  .li_bulk_sale_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
}
@media screen and (767px < width <= 1080px), print {
  .li_bulk_sale_item {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (width > 1080px), print {
  .li_bulk_sale_item {
    width: calc((100% - 10rem) / 5);
  }
}
@media screen and (width > 767px), print {
  .li_bulk_sale_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.li_bulk_sale_item[data-status=out-of-stock]::before {
  content: "";
  display: block;
  background-color: rgba(153, 153, 153, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.li_bulk_sale_item[data-status=out-of-stock] .li_bulk_sale_item_link {
  pointer-events: none;
}
.li_bulk_sale_item[data-status=out-of-stock] input {
  pointer-events: none;
}
.li_bulk_sale_item .bulk_img {
  position: relative;
}
@media screen and (width <= 767px) {
  .li_bulk_sale_item .bulk_img {
    width: 13rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.7rem;
  }
}
@media screen and (width > 767px), print {
  .li_bulk_sale_item .bulk_img {
    width: 100%;
  }
}
.li_bulk_sale_item .bulk_img .img {
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (width <= 767px) {
  .li_bulk_sale_item .bulk_img .img {
    margin-top: 0.6rem;
    padding: 0.5rem;
  }
}
@media screen and (width > 767px), print {
  .li_bulk_sale_item .bulk_img .img {
    padding: 1rem;
  }
}
.li_bulk_sale_item .bulk_img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.li_bulk_sale_item_link {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: rgba(230, 230, 230, 0.9);
  font-size: 1.3rem;
}
@media screen and (width > 767px), print {
  .li_bulk_sale_item_link {
    position: absolute;
    right: 1.5rem;
    bottom: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .li_bulk_sale_item_link:hover {
    opacity: 0.7;
  }
}
.li_bulk_sale_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (width <= 767px) {
  .li_bulk_sale_item_content {
    padding: 1rem 1rem 1rem 0;
  }
}
@media screen and (width > 767px), print {
  .li_bulk_sale_item_content {
    padding: 1rem 1.5rem 1.5rem;
  }
}
.li_bulk_sale_item_txt {
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (width <= 767px) {
  .li_bulk_sale_item_txt {
    margin-top: 0.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .li_bulk_sale_item_txt {
    margin-top: 0.7rem;
    font-size: 1.8rem;
  }
}
.li_bulk_sale_item .li_brand_lineup_type {
  margin-top: 1rem;
}
@media screen and (width <= 767px) {
  .li_bulk_sale_item .li_brand_lineup_type {
    gap: 0.4rem;
  }
}
.li_bulk_sale_item .li_brand_lineup_type_item .type_item_inner {
  padding: 0.2rem 1rem 0.3rem;
  font-size: 1.3rem;
}
.li_bulk_sale_item_label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 767px) {
  .li_bulk_sale_item_label {
    margin-top: 0.8rem;
  }
}
@media screen and (width > 767px), print {
  .li_bulk_sale_item_label {
    margin-top: 1.5rem;
  }
}
.li_bulk_sale_item_label .assort_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .li_bulk_sale_item_label .assort_price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (width > 767px), print {
  .li_bulk_sale_item_label .assort_price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.li_bulk_sale_item_label .assort_price small {
  display: inline-block;
  color: var(--dark-gray);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (width <= 767px) {
  .li_bulk_sale_item_label .assort_price small {
    margin-right: 0.7rem;
  }
}
@media screen and (width > 767px), print {
  .li_bulk_sale_item_label .assort_price small {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.li_bulk_sale_item_label .assort_num_label {
  color: var(--dark-gray);
  font-size: 1.6rem;
}
.li_bulk_sale_item_label_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  background-color: var(--white);
  border: 0.1rem solid var(--light-gray);
  border-radius: 0.3rem;
  color: var(--txt-color);
  text-align: right;
  font-family: "Figtree", sans-serif;
  font-size: 1.8rem;
}
@media screen and (width <= 767px) {
  .li_bulk_sale_item_label_number {
    width: 5rem;
    margin-left: 0.5rem;
    padding-right: 1rem;
  }
}
@media screen and (width > 767px), print {
  .li_bulk_sale_item_label_number {
    width: 6rem;
    margin-left: 1rem;
    padding-right: 0.4rem;
  }
}

@media screen and (width <= 767px) {
  [data-page=product_allergen] .section_bg.-beige {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .section_bg.-beige {
    margin-top: 5rem;
  }
}
[data-page=product_allergen] .section_bg.-beige .allergen_search_condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .section_bg.-beige .allergen_search_condition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .section_bg.-beige .allergen_search_condition {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
[data-page=product_allergen] .section_bg.-beige .allergen_search_condition .allergen_include_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .section_bg.-beige .allergen_search_condition .allergen_include_radio {
    width: 100%;
  }
}
[data-page=product_allergen] .section_bg.-beige .allergen_search_condition .allergen_include_radio .radio_wrapper {
  height: 4.4rem;
  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;
  background-color: var(--white);
  border: 1px solid var(--white);
  cursor: pointer;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .section_bg.-beige .allergen_search_condition .allergen_include_radio .radio_wrapper {
    width: calc(50% - 1rem);
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .section_bg.-beige .allergen_search_condition .allergen_include_radio .radio_wrapper {
    width: 15rem;
  }
}
[data-page=product_allergen] .section_bg.-beige .allergen_search_condition .allergen_include_radio .radio_wrapper:not(.__checked) {
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
}
[data-page=product_allergen] .section_bg.-beige .allergen_search_condition .allergen_include_radio .radio_wrapper.__checked {
  color: var(--main-color);
  border-color: var(--main-color);
}
[data-page=product_allergen] .section_bg.-beige .allergen_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .section_bg.-beige .allergen_select {
    gap: 3.1rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .section_bg.-beige .allergen_select {
    gap: 4.1rem;
  }
}
[data-page=product_allergen] .section_bg.-beige .allergen_select_btn {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .section_bg.-beige .allergen_select_btn {
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .section_bg.-beige .allergen_select_btn:hover {
    text-decoration: none;
  }
}
[data-page=product_allergen] .section_bg.-beige .allergen_select_btn:not(:first-child) {
  position: relative;
}
[data-page=product_allergen] .section_bg.-beige .allergen_select_btn:not(:first-child)::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 2rem;
  background-color: var(--txt-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .section_bg.-beige .allergen_select_btn:not(:first-child)::before {
    left: -1.6rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .section_bg.-beige .allergen_select_btn:not(:first-child)::before {
    left: -2.1rem;
  }
}
[data-page=product_allergen] .section_bg.-beige .allergy_list {
  margin-top: 3rem;
}
[data-page=product_allergen] .section_bg.-beige .allergy_list li {
  background-color: var(--white);
  cursor: pointer;
}
[data-page=product_allergen] .section_bg.-beige .allergy_list li:not([data-contain=true]) {
  border-color: var(--white);
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
  color: var(--txt-color);
}
[data-page=product_allergen] .product_search_result {
  background-color: var(--light-beige);
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .product_search_result {
    padding-block: 3rem 5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .product_search_result {
    padding-block: 5rem 7rem;
  }
}
[data-page=product_allergen] .product_search_result .brand_search_series {
  font-weight: 700;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .product_search_result .brand_search_series {
    font-size: 1.7rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .product_search_result .brand_search_series {
    font-size: 2.4rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .product_search_result .brand_search_series:not(:first-child) {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .product_search_result .brand_search_series:not(:first-child) {
    margin-top: 5rem;
  }
}
[data-page=product_allergen] .product_search_result .allergen_search_error {
  display: none;
}
[data-page=product_allergen] .product_search_result .allergen_search_error.is__show {
  display: block;
}
[data-page=product_allergen] .product_search_result .loading {
  display: none;
}
[data-page=product_allergen] .result_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .result_list {
    margin-top: 0.8rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .result_list {
    margin-top: 2rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .result_list_item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (767px < width <= 1080px), print {
  [data-page=product_allergen] .result_list_item {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (width > 1080px), print {
  [data-page=product_allergen] .result_list_item {
    width: calc((100% - 10rem) / 5);
  }
}
[data-page=product_allergen] .result_list_item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.05);
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .result_list_item a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  [data-page=product_allergen] .result_list_item a:hover {
    opacity: 0.6;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
[data-page=product_allergen] .result_list_item .thumb {
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .result_list_item .thumb {
    padding: 0.5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .result_list_item .thumb {
    padding: 1rem;
  }
}
[data-page=product_allergen] .result_list_item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .result_list_item .txt_box {
    padding: 0.5rem 1.2rem 1.5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .result_list_item .txt_box {
    padding: 1rem 1.5rem 2rem;
  }
}
[data-page=product_allergen] .result_list_item .brand {
  --brand-color: var(--dark-gray);
  display: inline-block;
  color: var(--brand-color);
  font-family: var(--font-noto);
  font-size: 1.3rem;
  border: 0.1rem solid var(--brand-color);
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .result_list_item .brand {
    padding: 0.3rem 0.7rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .result_list_item .brand {
    padding: 0.3rem 0.9rem;
  }
}
[data-page=product_allergen] .result_list_item .brand[data-brand=sugomen] {
  --brand-color: var(--main-color);
}
[data-page=product_allergen] .result_list_item .brand[data-brand=newtouch] {
  --brand-color: var(--color-newtouch);
}
[data-page=product_allergen] .result_list_item .brand[data-brand=vegan] {
  --brand-color: var(--color-vegan);
}
[data-page=product_allergen] .result_list_item .brand[data-brand=teorian] {
  --brand-color: var(--color-teorian);
}
[data-page=product_allergen] .result_list_item .brand[data-brand=teorimen] {
  --brand-color: var(--color-teorimen);
}
[data-page=product_allergen] .result_list_item .brand_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3rem;
}
[data-page=product_allergen] .result_list_item .brand_wrap .new {
  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;
  background-color: var(--main-color);
  color: var(--white);
  font-family: var(--font-noto);
  font-size: 1.3rem;
  font-weight: 300;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .result_list_item .brand_wrap .new {
    padding: 0.3rem 0.5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .result_list_item .brand_wrap .new {
    padding: 0.3rem 0.6rem;
  }
}
[data-page=product_allergen] .result_list_item .ttl {
  margin-top: 0.6rem;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .result_list_item .ttl {
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .result_list_item .ttl {
    font-size: 1.8rem;
  }
}
[data-page=product_allergen] .result_list_item .date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem 0.8rem;
  margin-top: 1rem;
  font-size: 1.3rem;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .result_list_item .date_wrap {
    display: none;
  }
}
[data-page=product_allergen] .result_list_item .date_wrap .date {
  color: var(--dark-gray);
  line-height: 1.1;
}
[data-page=product_allergen] .result_list_item .date_wrap .label {
  margin-top: 0;
  color: var(--main-color);
  line-height: 1.1;
}
[data-page=product_allergen] .result_list_item .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .result_list_item .category_list {
    margin-top: 0.7rem;
    gap: 0.2rem 0.4rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .result_list_item .category_list {
    margin-top: 1.5rem;
    gap: 0.8rem;
  }
}
[data-page=product_allergen] .result_list_item .category_list li {
  border: 0.1rem solid var(--gray);
  border-radius: 50vh;
  font-size: 1.3rem;
}
@media screen and (width <= 767px) {
  [data-page=product_allergen] .result_list_item .category_list li {
    padding: 0.2rem 0.8rem 0.3rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_allergen] .result_list_item .category_list li {
    padding: 0.2rem 0.9rem 0.3rem;
  }
}

@media screen and (width > 767px), print {
  body:has(> [data-page=product_allergen]) #footer {
    margin-top: 0;
  }
}

.company_table {
  line-height: 1.625;
}
@media screen and (width > 767px), print {
  .company_table {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.company_table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid var(--gray);
}
@media screen and (width <= 767px) {
  .company_table_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
    padding-block: 1.2rem;
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .company_table_row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    padding-block: 1.5rem;
  }
}
.company_table_row:first-child {
  border-top: 0.1rem solid var(--gray);
}
.company_table_row dt {
  font-weight: 700;
}
@media screen and (width > 767px), print {
  .company_table_row dt {
    width: 18rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.company_table_row dd:has(> .name) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 767px) {
  .company_table_row dd .name {
    width: 19.5rem;
  }
}
@media screen and (width > 767px), print {
  .company_table_row dd .name {
    width: 20.8rem;
  }
}
.company_table_row dd a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .company_table_row dd a:hover {
    text-decoration: none;
  }
}

@media screen and (width <= 767px) {
  [data-page=product_entrance,] .brand_bnr .product_search_link {
    margin-top: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_entrance] .brand_bnr .product_search_link {
    gap: 6rem;
    margin-top: 3rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=product_entrance] .brand_bnr .product_search_link > li {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (width > 767px), print {
  [data-page=product_entrance] .brand_bnr .product_search_link > li {
    width: calc((100% - 6rem) / 2);
    max-width: none;
  }
}
@media screen and (width <= 767px) {
  [data-page=product_entrance] .brand_bnr .product_search_link > li a {
    padding-inline: 1rem 3.2rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=product_entrance] .brand_bnr .product_search_link > li a::after {
    right: 1rem;
    bottom: 1rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=product_entrance] .brand_bnr .product_search_link > li .ttl {
    font-size: 1.5rem;
  }
}
@media screen and (width <= 767px) {
  [data-page=product_entrance] .brand_bnr .product_search_link > li .txt {
    display: none;
  }
}
aside .contact_list {
  line-height: 1.625;
}
@media screen and (width <= 767px) {
  aside .contact_list {
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  aside .contact_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
aside .contact_list dt {
  font-weight: 400;
}
@media screen and (width <= 767px) {
  aside .contact_list dt {
    display: inline;
  }
}
@media screen and (width > 767px), print {
  aside .contact_list dt {
    width: 12em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
aside .contact_list dt::after {
  content: "：";
  display: inline;
}
@media screen and (width <= 767px) {
  aside .contact_list dd {
    display: inline;
  }
}
@media screen and (width > 767px), print {
  aside .contact_list dd {
    width: calc(100% - 12em);
  }
}
aside .contact_list dd a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  aside .contact_list dd a:hover {
    text-decoration: none;
  }
}

[data-page=product_entrance] .contact_list {
  line-height: 1.625;
}
@media screen and (width <= 767px) {
  [data-page=product_entrance] .contact_list {
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_entrance] .contact_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
[data-page=product_entrance] .contact_list dt {
  font-weight: 400;
}
@media screen and (width <= 767px) {
  [data-page=product_entrance] .contact_list dt {
    display: inline;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_entrance] .contact_list dt {
    width: 12em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
[data-page=product_entrance] .contact_list dt::after {
  content: "：";
  display: inline;
}
@media screen and (width <= 767px) {
  [data-page=product_entrance] .contact_list dd {
    display: inline;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_entrance] .contact_list dd {
    width: calc(100% - 12em);
  }
}
[data-page=product_entrance] .contact_list dd a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  [data-page=product_entrance] .contact_list dd a:hover {
    text-decoration: none;
  }
}
[data-page=product_entrance] .entry_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  [data-page=product_entrance] .entry_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_entrance] .entry_btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
    margin-top: 8rem;
  }
}
[data-page=product_entrance] .entry_btns .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  min-height: 6.2rem;
  padding-right: 4rem;
  position: relative;
}
@media screen and (width <= 767px) {
  [data-page=product_entrance] .entry_btns .btn {
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_entrance] .entry_btns .btn {
    width: 29rem;
  }
  [data-page=product_entrance] .entry_btns .btn:hover::before {
    background-color: var(--white);
  }
  [data-page=product_entrance] .entry_btns .btn.-mypage:hover::before {
  background-color: var(--white) !important;
  }
}

[data-page=product_entrance] .entry_btns .btn::before {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--main-color);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
[data-page=product_entrance] .entry_btns .btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5rem;
}
[data-page=product_entrance] .entry_btns .btn.-entry::before {
  -webkit-mask-image: none;
          mask-image: none;
  background-image: url(../images/product/icon_entry_r.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.9rem;
  height: 2.2rem;
}
@media screen and (width > 767px), print {
  [data-page=product_entrance] .entry_btns .btn.-entry:hover::before {
    background-color: transparent;
    background-image: url(../images/product/icon_entry_w.svg);
  }
}
[data-page=product_entrance] .entry_btns .btn.-login::before {
  -webkit-mask-image: url(../images/product/icon_login.svg);
          mask-image: url(../images/product/icon_login.svg);
  width: 2rem;
  height: 2.15rem;
}

[data-page=product_entrance] .entry_btns .btn.-mypage::before {
    -webkit-mask-image: url(../images/product/icon_mypage.svg);
  mask-image: url(../images/product/icon_mypage.svg);
  background-image: none;
  background-color: var(--main-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;

  width: 1.9rem;
  height: 2.2rem;
}
[data-page=product_entrance] .entry_btns .btn.-logout::before {
  -webkit-mask-image: url(../images/product/icon_logout.svg);
          mask-image: url(../images/product/icon_logout.svg);
  width: 2rem;
  height: 2.15rem;
}

[data-page=product_haisou] .content_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  [data-page=product_haisou] .content_col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_haisou] .content_col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 6rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=product_haisou] .content_col2_inner {
    width: calc((100% - 6rem) / 2);
  }
}
[data-page=product_haisou] .content_col2 table th {
  width: 50%;
}

/* .box_column_col.login_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .box_column_col.login_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  .box_column_col.login_btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
    margin-top: 8rem;
  }
}
.box_column_col.login_btns .btn_login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 6.2rem;
  padding-right: 4rem;
  margin: 0;
  position: relative;
  border: 0.1rem solid #000;
  font-weight: 500;
  line-height: 1.33;
  background-color: #fff;
  color: #333;
}

.box_column_col.login_btns .btn_login:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: var(--white);
}

@media screen and (width <= 767px) {
  .box_column_col.login_btns .btn_login {
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .box_column_col.login_btns .btn_login {
    width: 29rem;
  }
  .box_column_col.login_btns .btn_login:hover::before {
    background-color: var(--white);
  }
  .box_column_col.login_btns .btn_login:hover::after {
    background-color: var(--white);
  }
}
.box_column_col.login_btns .btn_login::before {
  content: "";
  display: block;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--main-color);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.box_column_col.login_btns .btn_login::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5rem;
  width: 1.7rem;
  height: 1.3rem;
  -webkit-mask-image: url(../images/common/btn_arw.svg);
  mask-image: url(../images/common/btn_arw.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--main-color);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.box_column_col.login_btns .btn_login:nth-of-type(1)::before {
  -webkit-mask-image: none;
          mask-image: none;
  background-image: url(../images/product/icon_entry_r.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.9rem;
  height: 2.2rem;
}
@media screen and (width > 767px), print {
  .box_column_col.login_btns .btn_login:nth-of-type(1):hover::before {
    background-color: transparent;
    background-image: url(../images/product/icon_entry_w.svg);
  }
  .box_column_col.login_btns .btn_login.--entry:hover:before {
    background-color: transparent;
    background-image: url(../images/product/icon_entry_w.svg);
  }
  .box_column_col.login_btns .btn_login.--login:hover:before {
    background-image: none;
    background-color: var(--white);
  }
  .box_column_col.login_btns .btn_login.--mypage:hover:before {
    background-image: none;
    background-color: var(--white);
  }
  .box_column_col.login_btns .btn_login.--logout:hover:before {
    background-image: none;
    background-color: var(--white);
  }
}
.box_column_col.login_btns .btn_login:nth-of-type(2)::before {
  -webkit-mask-image: url(../images/product/icon_login.svg);
          mask-image: url(../images/product/icon_login.svg);
  width: 2rem;
  height: 2.15rem;
}

.box_column_col.login_btns .btn_login.--entry::before {
  -webkit-mask-image: none;
          mask-image: none;
  background-image: url(../images/product/icon_entry_r.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.9rem;
  height: 2.2rem;
}

.box_column_col.login_btns .btn_login.--login::before {
  -webkit-mask-image: url(../images/product/icon_login.svg);
          mask-image: url(../images/product/icon_login.svg);
  background-image: none;
  background-color: var(--main-color);
  width: 2rem;
  height: 2.15rem;
}

.box_column_col.login_btns .btn_login.--mypage::before {
  -webkit-mask-image: url(../images/product/icon_mypage.svg);
  mask-image: url(../images/product/icon_mypage.svg);
  background-image: none;
  background-color: var(--main-color);
  width: 2rem;
  height: 2.15rem;
}

.box_column_col.login_btns .btn_login.--logout::before {
  -webkit-mask-image: url(../images/product/icon_logout.svg);
  mask-image: url(../images/product/icon_logout.svg);
  background-image: none;
  background-color: var(--main-color);
  width: 2rem;
  height: 2.15rem;
} */

/* =========================
  レイアウト
========================= */
.box_column_col.login_btns {
  display: flex;
}

@media screen and (width <= 767px) {
  .box_column_col.login_btns {
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
  }
}

@media screen and (width > 767px), print {
  .box_column_col.login_btns {
    justify-content: center;
    gap: 3rem;
    margin-top: 8rem;
  }
}


/* =========================
  ボタン本体
========================= */
.box_column_col.login_btns .btn_login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 6.2rem;
  padding-right: 4rem;
  margin: 0;
  position: relative;

  border: 0.1rem solid #000;
  font-weight: 500;
  line-height: 1.33;

  background-color: #fff;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}

.box_column_col.login_btns .btn_login:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: var(--white);
}


/* =========================
  共通アイコン
========================= */
.box_column_col.login_btns .btn_login::before {
  content: "";
  display: block;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: var(--main-color);
  transition: background-color 0.3s !important;
}

/* 矢印 */
.box_column_col.login_btns .btn_login::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;

  width: 1.7rem;
  height: 1.3rem;

  mask-image: url(../images/common/btn_arw.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;

  background-color: var(--main-color);
  transition: background-color 0.3s !important;
}


/* =========================
  ▼ アイコン切り替え（hrefで判定）
========================= */

/* 会員登録 */
.box_column_col.login_btns .btn_login[href*="entry"]::before {
  mask-image: none;
  background-image: url(../images/product/icon_entry_r.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  width: 1.9rem;
  height: 2.2rem;
}

/* ログイン */
.box_column_col.login_btns .btn_login[href*="login"]::before {
  mask-image: url(../images/product/icon_login.svg);
  background-color: var(--main-color);

  width: 2rem;
  height: 2.15rem;
}

/* マイページ */
.box_column_col.login_btns .btn_login[href*="mypage"]::before {
  mask-image: url(../images/product/icon_mypage.svg);
  background-color: var(--main-color);

  width: 2rem;
  height: 2.15rem;
}

/* ログアウト */
.box_column_col.login_btns .btn_login[href*="logout"]::before {
  mask-image: url(../images/product/icon_logout.svg);
  background-color: var(--main-color);

  width: 2rem;
  height: 2.15rem;
}


/* =========================
  hover時のアイコン挙動
========================= */
@media screen and (width > 767px), print {

  /* 通常アイコン（login / mypage / logout） */
  .box_column_col.login_btns .btn_login:hover::before {
    background-color: var(--white);
  }

  /* entryだけ特別（画像差し替え） */
  .box_column_col.login_btns .btn_login[href*="entry"]:hover::before {
    background-image: url(../images/product/icon_entry_w.svg);
    background-color: transparent;
  }

  /* 矢印 */
  .box_column_col.login_btns .btn_login:hover::after {
    background-color: var(--white);
  }
}

/* =========================
  オパシティ対策
========================= */
.box_column_col.login_btns {
  opacity: 1 !important;
}
.box_column_col.login_btns .btn_login:hover {
  opacity: 1 !important;
}

/* =========================
  フォント・幅
========================= */
@media screen and (width <= 767px) {
  .box_column_col.login_btns .btn_login {
    font-size: 1.6rem;
  }
}

@media screen and (width > 767px), print {
  .box_column_col.login_btns .btn_login {
    width: 29rem;
  }
}