@charset "utf-8";

/* ======================================================
 * desk_pocket.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- hero_contents ---- */
  .hero_contents {
    position: relative;
  }
  .hero_contents > .hero_visual_data {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    padding: 8px 9px 5px;
    background: #fff;
    color: #ee8800;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.25;
  }

  /* ----- lead-heading ---- */
  .lead-heading-lv2 {
    margin: 3.5em 0 1.75em;
    text-align: center;
  }
  .lead-heading-layout {
    display: inline-block;
    position: relative;
    color: #6a8eb2;
    font-size: 3.4rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .lead-heading-layout .heading_sub {
    display: block;
    color: #333333;
    font-size: 2.4rem;
  }
  .lead-heading-layout::before,
  .lead-heading-layout::after {
    position: absolute;
    content: "";
    top: 10px;
    left: -50px;
    width: 2px;
    height: 70px;
    background-color: #6a8eb2;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  .lead-heading-layout::after {
    left: auto;
    right: -50px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  /* ----- pickup-layout ---- */
  .pickup-layout {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .pickup-layout .image_caption {
    margin-top: 1em;
    font-size: 1.6rem;
    text-align: center;
  }

  /* ----- special-point-title----- */
  .special-point-title {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 8px solid #e4e4e4;
  }
  .special-point-title .point_bg {
    padding-top: 0.8em;
    background-color: #f6ab00;
  }
  .special-point-title .point_number {
    font-size: 4.8rem;
  }
  .special-point-title .point_label {
    font-size: 2.4rem;
  }
  .special-point-title .point_text {
    padding-left: 5px;
  }
  .special-point-title + .text-paragraph {
    margin-top: 1.5em !important;
  }

  /* ----- lineup_contents----- */
  /* heading-lv3 */
  .lineup_contents .heading-lv3 {
    margin: 3.25em 0 0.5em;
    border-bottom: none;
  }
  .lineup_contents .heading-lv3 .block {
    display: flex;
    align-items: center;
  }
  .lineup_contents .heading-lv3 .heading_title {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .lineup_contents .heading-lv3 .heading_title .saigai_taisaku-icon-new {
    position: relative;
    display: inline-block;
    top: -2px;
    width: 62px;
    padding-left: 2px
  }
  .lineup_contents .heading-lv3 .heading_title .saigai_taisaku-icon-new img {
    width: 100%;
    vertical-align: middle;
  }
  .lineup_contents .heading-lv3 .deadline_data {
    display: inline-block;
    margin-left: 15px;
    padding: 3px 15px 0px;
    border: 1px solid #333333;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
  }
  .lineup_contents .heading-lv3 .deadline_data > em {
    font-size: 2.3rem;
    font-style: normal;
    font-weight: bold;
    vertical-align: middle;
  }
  .lineup_contents .deadline_data + .saigai_taisaku-icon-new {
    position: relative;
    display: inline-block;
    width: 62px;
    padding-left: 6px
  }
  .lineup_contents .deadline_data + .saigai_taisaku-icon-new img {
    width: 100%;
    vertical-align: middle;
  }
  .lineup_contents .heading-lv3 + .release-date {
    margin-top: -.7em !important;
  }
  /* column-media */
  .lineup_contents .column-media {
    margin-top: 0.5em !important;
  }
  .lineup_contents .saigai_taisaku-media {
    margin-top: 0.5em !important;
  }
  .lineup_contents .column-media > .column_image[data-image="left"] {
    margin-top: 5px;
  }
  /* text */
  .lineup_contents .product-lead {
    color: #ee8800;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .lineup_contents .product-lead-v2 {
    color: #ee8800;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 2.1;
  }
  .saigai_taisaku-image-set {
    display: flex;
    justify-content: center;
    margin-top: 3px;
  }
  .saigai_taisaku-image-set-v2 {
    display: flex;
    justify-content: center;
    margin-top: 3px;
  }
  .lineup_contents .text-paragraph {
    line-height: 1.7;
  }
  .lineup_contents .text-paragraph strong {
    font-size: 2.0rem;
  }
  /* box-layout-product */
  .lineup_contents .box-layout-product {
    margin-top: 1em;
    padding: 20px 30px;
    background-color: #fff7e7;
  }
  .lineup_contents .box-layout-product .heading-lv4 {
    margin-bottom: 0.7em !important;
  }
  .lineup_contents .box-layout-product .heading-lv4 + * {
    margin-top: 0.5em !important;
  }
  .lineup_contents .box-layout-product .heading-lv4 .heading_title {
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .lineup_contents .box-layout-product .heading-lv4 .heading_title::before {
    background-color: #6a8eb2;
  }
  .lineup_contents .box-layout-product .box_detail .column-media .column_image {
    margin-left: 50px;
  }
  /* product-order */
  .lineup_contents .product-order > li {
    position: relative;
    padding: 0 50px 0 30px;
  }
  .lineup_contents .product-order > li + li {
    margin-top: 0.3em;
  }
  .lineup_contents .product-order > li .list_mark {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 10em;
    background-color: #231815;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
  }
  .lineup_contents .product-order > li .min-text {
    display: block;
    width: 90%;
    font-size: 1.2rem;
  }
  .lineup_contents .product-order > li .list_detail {
    position: absolute;
    top: 0;
    right: 0;
  }
  .list_mark-v2 {
    width: 21px;
    height: 21px;
    border-radius: 10em;
    background-color: #231815;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
    display: inline-block;
  }
  .list_mark-v3 {
    width: 21px;
    height: 21px;
    border-radius: 10em;
    background-color: #231815;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
    display: inline-block;
  }
  .list_mark-v3:first-of-type {
    margin-right: 10px;
  }
  .list_mark-v3:last-of-type {
    margin-left: 10px;
  }
  /* product-order-v2 */
  .lineup_contents .product-order-v2 > li {
    position: relative;
    padding: 0 50px 0 30px;
  }
  .lineup_contents .product-order-v2 > li + li {
    margin-top: 0.3em;
  }
  .lineup_contents .product-order-v2 > li .list_mark {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 10em;
    background-color: #231815;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
  }
  .lineup_contents .product-order-v2 > li .min-text {
    display: block;
    width: 90%;
    font-size: 1.2rem;
  }
  .lineup_contents .product-order-v2 > li .list_detail {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* ----- product-order-v2__label----- */
  .product-order-v2__label {
    display: flex;
    flex-flow: row wrap;
    background-color: #fff;
    padding: 20px 29px;
    gap: 10px;
  }
  .product-order-v2__label__body {
    width: 68%;
  }
  .product-order-v2__label-small-text {
    font-size: 1.2rem;
  }
  /* ----- saigai_taisaku_set_caption----- */
  .saigai_taisaku_set_caption {
    margin-right: -50px;
  }
  .saigai_taisaku_set_caption__column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 18px;
    background-color: #87caac;
    border-radius: 5px;
    color: #35a774;
    font-weight: bold;
    line-height: 1.4;
  }
  .saigai_taisaku_set_caption__column__item__point {
    -webkit-display: flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 56px;
    max-height: 56px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    color: #35a774;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.0;
  }
  .saigai_taisaku_set_caption__column__item__text {
    padding-left: 14px;
    color: #333;
    font-size: 1.4rem;
  }
    /* ----- saigai_taisaku_caption----- */
  .image-set .saigai_taisaku_caption {
    display: inline-block;
    margin-top: 10px;
    padding: 7px 20px 4px;
    border-radius: 5px;
    background: #6a8eb2;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
  }
  /* ----- saigai_taisaku_caption-v2----- */
  .saigai_taisaku_caption-v2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 10px;
  }
  /* ----- saigai_taisaku_caption-v3----- */
  .saigai_taisaku_caption-v3 {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
  }
  /* ----- saigai_taisaku_caption-allergy----- */
  .saigai_taisaku_caption-allergy {
    margin-top: 10px;
    padding: 7px 20px 4px;
    border-radius: 5px;
    background: #6a8eb2;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
  }
  /* ----- saigai_taisaku_caption-halal----- */
  .saigai_taisaku_caption-halal {
    margin-top: 10px;
    padding: 4px 20px;
    border-radius: 5px;
    background: #23925a;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .saigai_taisaku_caption-v3 .saigai_taisaku_caption-allergy {
    padding: 7px 17px 4px;
  }
  .saigai_taisaku_caption-v3 .saigai_taisaku_caption-halal {
    padding: 4px 15px;
  }
  .image-set .saigai_taisaku_caption--woman {
    display: inline-block;
    min-width: 320px;
    margin-top: 25px;
    padding: 9px 25px 6px;
    border-radius: 5px;
    background: #f8c5ac;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: bold;
  }
  .image-set .saigai_taisaku_caption--woman .saigai_taisaku_caption__column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .saigai_taisaku_caution {
    min-width: 380px;
    margin-top: 15px;
    padding: 9px 22px 6px;
    border-radius: 5px;
    border: 2px solid #ec6d4e;
    color: #ec6d4e;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: bold;
  }
  .saigai_taisaku_caution .saigai_taisaku_caution__column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  .saigai_taisaku-box {
    padding: 5px 2px 6px 22px;
    border: 1px solid #ccc;
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 26px;
    grid-template-columns: minmax(0, 278px) 1fr;
    grid-template-rows: auto auto;
  }
  .saigai_taisaku-box_title {
    grid-area: 1 / 1 / 2 / 4;
    margin-top: 12px;
  }
  .saigai_taisaku-box-media_detail {
    grid-area: 2 / 1 / 6 / 4;
    margin-top: 9px;
  }
  .saigai_taisaku-box-media_detail .text-paragraph {
    margin-top: 0!important;
  }
  .saigai_taisaku-box-media_image {
    grid-area: 1 / 4 / 6 / 6;
    max-width: 100%;
  }
  .saigai_taisaku-box_title {
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ----- ec-button----- */
  .ec-button {
    display: inline-block;
    margin-left: 25px;
    padding: 0 0 10px 0;
    max-width: 250px;
    min-width: 88px;
    vertical-align: top;
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde !important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ec-button_link:hover {
    color: #418fde !important;
    background-color: #daebfc;
  }
  /* ----- ec-button-v2----- */
  .ec-button-v2 {
    display: inline-block;
    margin-left: 25px;
    padding: 0 0 10px 0;
    max-width: 250px;
    min-width: 88px;
    vertical-align: top;
  }
  /* ----- saigai_taisaku_list-wrap----- */
  .saigai_taisaku_list-wrap {
    margin-top: 20px;
  }
  .saigai_taisaku_list-circle li {
    position: relative;
    padding-left: 1.2em;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #555;
  }
  .saigai_taisaku_list-circle li .saigai_taisaku_list_mark {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 10px;
    min-height: 9px;
  }
  /* ----- saigai_taisaku_lead_box----- */
  .saigai_taisaku_lead_box {
    margin-top: 40px;
    text-align: center;
  }
  .saigai_taisaku_lead_text {
    border-bottom: 2px solid #007aa3;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .saigai_taisaku_lead_image {
    margin-top: 24px;
  }
  .saigai_taisaku_text {
    margin-top: 30px;
    text-align: center;
  }
  .saigai_taisaku_lead_box_column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 820px;
    margin: 34px auto 0;
  }
  .saigai_taisaku_lead_box_column_text {
    padding: 10px;
    background: #007aa3;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
  }
  .saigai_taisaku-order {
    display: inline-block;
    width: 88px;
    right: 0;
    margin: 0 0 10px 28px;
    text-align: center;
    background-color: #f15b56;
    padding: 2px 12px 0;
    border-radius: 5px;
    vertical-align: top;
  }
  .saigai_taisaku-order-icon {
    font-style: normal;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ----- news-box----- */
  .news-box {
    margin-top: 3.7em;
    padding: .85em 0 1.4em;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .news-box .news-heading-lv2 {
    text-align: center;
  }
  .news-box .news-heading-lv2 .heading_title {
    font-size: 3.6rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .news-box .news-article {
    margin-top: .9em;
  }
  .news-box .news-article .article_item {
    display: flex;
    justify-content: center;
  }
  .news-box .news-article .article_item .article_date + .article_description {
    margin-left: 1.1em;
  }
  .news-box .news-article .article_item .article_date {
    font-size: 1.8rem;
  }
  .news-box .news-article .article_item .article_description {
    font-size: 1.8rem;
  }
  .news-box .news-article .article_item .article_description .article_link {
    text-decoration: underline;
    color: #3381d0;
  }
  .news-box .news-article .article_item .article_description .article_link:hover {
    text-decoration: none;
  }
  /* ----- accordion-layout----- */
  .accordion-layout.type-lineup {
    margin-top: 1.15em;
  }
  .accordion-layout.type-lineup > *:first-child {
    margin-top: 0 !important;
  }
  /* ----- lineup_list----- */
  .lineup_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
  }
  .accordion_detail > .lineup_list {
    margin-bottom: -3px;
  }
  .lineup_list > li {
    width: calc((100% - (6px * 4))/5 - .1px);
    margin-top: .45em;
    margin-left: 6px;
  }
  .lineup_list > li:nth-child(-n+5) {
    margin-top: 0;
  }
  .lineup_list > li:nth-child(5n+1) {
    margin-left: 0;
  }
  .lineup_list .anc_link {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding-left: 1.4em;
    color: #333;
  }
  .lineup_list .anc_link:hover {
    text-decoration: underline;
  }
  .lineup_list .anc_link::before {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 7px;
    left: 2px;
    border-right: 2px solid #f6ab00;
    border-bottom: 2px solid #f6ab00;
    transform: rotate(45deg);
    content: "";
  }

  /* ----- heading-wrap----- */
  .heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1.75em;
  }
  .heading-wrap > .heading-lv1 {
    margin-bottom: 0 !important;
  }
  .heading-wrap > .heading-ec-button-wrap {
    margin-top: 0 !important;
  }
  .heading-wrap + * {
    margin-top: 1.75em;
  }
  /* ----- heading-ec-button----- */
  .heading-ec-button {
    display: inline-block;
    margin-left: 25px;
    width: 88px;
    vertical-align: top;
  }
  .heading-ec-button_link {
    display: block;
    padding: 6px 26px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde !important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .heading-ec-button_link:hover {
    color: #418fde !important;
    background-color: #daebfc;
  }
    /* ----- saigai_taisaku-discription ----- */
  .saigai_taisaku-discription {
    margin-top: 8px;
  }
  .saigai_taisaku-discription-text {
    position: absolute;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    top: calc(50% - 38px);
    left: calc(50% - 142px);
    line-height: 1.6;
  }
  .saigai_taisaku-discription-frame {
    position: relative;
    max-width: 33%;
  }
  .saigai_taisaku-discription-image {
    max-width: calc(63% - 61px);
  }
  .saigai_taisaku-discription-bg {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 61px;
  }
  /* ----- saigai_taisaku-image-set__title ----- */
  .saigai_taisaku-image-set__title {
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 14px;
    position: relative;
    margin-bottom: 6px;
  }
  .saigai_taisaku-image-set__title::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 4px;
    height: 28px;
    background-color: #7fbe25;
  }
  .saigai_taisaku-column-layout {
    margin: 41px 0 23px;
  }
  .saigai_taisaku-column-layout-v2 {
    margin: 41px 0 0;
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
  }
  .saigai_taisaku-column-layout-v2 .column_item {
    width: calc(50% - 15px);
  }
  .saigai_taisaku-column-layout-v3 {
    margin: 12px 0 0;
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
  }
  .saigai_taisaku-column-layout-v3 .column_item {
    width: calc(50% - 15px);
  }
  .saigai_taisaku-column-layout-v2 .column_item .gp-al-right {
    margin-bottom: 5px;
  }
    /* ----- saigai_taisaku-media ----- */
  .saigai_taisaku-media {
    display: grid;
    grid-template-columns: 380px 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 33px;
    grid-column-gap: 30px;
  }

  .saigai_taisaku-media__head {
    grid-area: 1 / 1 / 3 / 2;
    width: 380px;
  }
  .saigai_taisaku-media__body-top {
    grid-area: 1 / 2 / 2 / 3;
  }
  .saigai_taisaku-media__body-bottom {
    grid-area: 2 / 2 / 3 / 3;
    max-width: 100%;
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  /* ----- saigai_taisaku_set_caption----- */
  .saigai_taisaku_set_caption__column {
    display: block;
  }
  .saigai_taisaku_set_caption__column__item__point {
    max-width: 56px;
    margin: 0 auto;
  }
  .saigai_taisaku_set_caption__column__item__text {
    margin-top: 10px;
  }
  .saigai_taisaku-discription-text {
    top: calc(50% - 38px);
    left: calc(50% - 129px);
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .saigai_taisaku-discription-text {
    top: calc(50% - 33px);
    left: calc(50% - 115px);
  }
}
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- hero_contents ---- */
  .hero_contents {
    position: relative;
  }
  .hero_contents > .hero_visual_data {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    padding: 5px 7px 2px;
    background: #fff;
    color: #ee8800;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.25;
  }

  /* ----- lead-heading ---- */
  .lead-heading-lv2 {
    margin: 1.8em 0 1em;
    text-align: center;
  }
  .lead-heading-layout {
    color: #6a8eb2;
    font-size: 2.3rem;
    line-height: 1.3;
    font-weight: bold;
  }
  .lead-heading-layout .heading_sub {
    position: relative;
    display: block;
    width: 47%;
    margin: 0 auto 0.5em;
    color: #333333;
    font-size: 1.6rem;
  }
  .lead-heading-layout .heading_sub::before,
  .lead-heading-layout .heading_sub::after {
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    width: 1px;
    height: 30px;
    background-color: #6a8eb2;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .lead-heading-layout .heading_sub::after {
    left: auto;
    right: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  /* ----- pickup-layout ---- */
  .pickup-layout {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .pickup-layout .image_caption {
    margin-top: 1em;
    font-size: 1.6rem;
    text-align: center;
  }

  .contents-wrap .column-layout {
    margin-top: 1.5em;
  }

  /* ----- special-point-title----- */
  .special-point-title {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 7px solid #e4e4e4;
  }
  .special-point-title .point_bg {
    padding-top: 0.8em;
    background-color: #f6ab00;
  }
  .special-point-title .point_number {
    font-size: 3.2rem;
  }
  .special-point-title .point_label {
    font-size: 1.7rem;
  }
  .special-point-title .point_text {
    padding-left: 10px;
  }
  .special-point-title + .text-paragraph {
    margin-top: 1.3em !important;
  }

  /* ----- lineup_contents----- */
  /* heading-lv3 */
  .lineup_contents .heading-lv3 {
    margin: 1.75em 0 1em;
    border-bottom: none;
  }
  .lineup_contents .heading-lv3 .block {
    display: block;
    align-items: center;
  }
  .lineup_contents .heading-lv3 .heading_title {
    font-size: 2.0rem;
    font-weight: 700;
  }
  .lineup_contents .heading-lv3 .heading_title .saigai_taisaku-icon-new {
    position: relative;
    display: inline-block;
    top: -1px;
    width: 43px;
    padding-left: 8px
  }
  .lineup_contents .heading-lv3 .heading_title .saigai_taisaku-icon-new img {
    width: 100%;
    vertical-align: middle;
  }
  .lineup_contents .heading-lv3 .deadline_data {
    display: inline-block;
    margin-top: 10px;
    padding: 3px 10px 0px;
    border: 1px solid #333333;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: bold;
  }
  .lineup_contents .heading-lv3 .deadline_data > em {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: bold;
    vertical-align: middle;
  }
  .lineup_contents .deadline_data + .saigai_taisaku-icon-new {
    position: relative;
    display: inline-block;
    width: 43px;
    padding-left: 8px
  }
  .lineup_contents .deadline_data + .saigai_taisaku-icon-new img {
    width: 100%;
    vertical-align: middle;
  }
  .lineup_contents .heading-lv3 + .release-date {
    margin-top: -1.2em !important;
    padding-bottom: 0.5em;
  }
  /* column-media */
  .lineup_contents .column-media {
    margin-top: 0.5em !important;
  }
  .lineup_contents .column-media .column_detail > .image-set {
    margin: 1.5em 30px 0;
  }
  /* text */
  .lineup_contents .product-lead {
    color: #ee8800;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .lineup_contents .product-lead-v2 {
    color: #ee8800;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
  }
  .saigai_taisaku-image-set {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .saigai_taisaku-image-set-v2 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .saigai_taisaku-image-set-v2 .image_inner img {
    padding: 0 42px;
  }
  .lineup_contents .text-paragraph {
    line-height: 1.5;
  }
  .lineup_contents .text-paragraph strong {
    font-size: 2.0rem;
  }
  /* box-layout-product */
  .lineup_contents .box-layout-product {
    margin-top: 1.5em;
    padding: 15px 15px 20px;
    background-color: #fff7e7;
  }
  .lineup_contents .box-layout-product .heading-lv4 {
    margin-bottom: 1em !important;
  }
  .lineup_contents .box-layout-product .heading-lv4 + * {
    margin-top: 0.5em !important;
  }
  .lineup_contents .box-layout-product .heading-lv4 .heading_title {
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .lineup_contents .box-layout-product .heading-lv4 .heading_title::before {
    background-color: #6a8eb2;
  }
  .lineup_contents .box-layout-product .column-media .column_image {
    margin-top: 22px;
  }
  .box-layout-product .box_detail .column-media .column_image .image-set {
    padding: 0 55px;
  }
  .box-layout-product .box_detail .column-layout .column_item .image-set {
    padding: 0 55px;
  }
  /* product-order */
  .lineup_contents .product-order > li {
    position: relative;
    padding: 0 50px 0 30px;
  }
  .lineup_contents .product-order > li + li {
    margin-top: 1em;
  }
  .lineup_contents .product-order > li .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 10em;
    background-color: #231815;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
  }
  .lineup_contents .product-order > li .min-text {
    display: block;
    width: 90%;
    font-size: 1.2rem;
  }
  .lineup_contents .product-order > li .list_detail {
    position: absolute;
    top: 0;
    right: 0;
  }
  .list_mark-v2 {
    width: 21px;
    height: 21px;
    border-radius: 10em;
    background-color: #231815;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
    display: inline-block;
  }
  .list_mark-v3 {
    width: 21px;
    height: 21px;
    border-radius: 10em;
    background-color: #231815;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
    display: inline-block;
  }
  .list_mark-v3:first-of-type {
    margin-right: 5px;
  }
  .list_mark-v3:last-of-type {
    margin-left: 5px;
  }
  /* product-order-v2 */
  .lineup_contents .product-order-v2 > li {
    position: relative;
    padding: 0 50px 0 30px;
  }
  .product-order-v2:first-of-type {
    margin-top: 15px;
  }
  .saigai_taisaku-column-layout-v2 .column_item + .column_item {
    margin-top: 13px;
  }
  .saigai_taisaku-column-layout-v3 {
    margin-top: 18px;
  }
  .saigai_taisaku-column-layout-v3 .column_item + .column_item {
    margin-top: 3px;
  }
  .lineup_contents .product-order-v2 > li + li {
    margin-top: 1em;
  }
  .lineup_contents .product-order-v2 > li .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 10em;
    background-color: #231815;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
  }
  .lineup_contents .product-order-v2 > li .min-text {
    display: block;
    width: 90%;
    font-size: 1.2rem;
  }
  .lineup_contents .product-order-v2 > li .list_detail {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* ----- product-order-v2__label----- */
  .product-order-v2__label {
    display: flex;
    flex-flow: row wrap;
    background-color: #fff;
    padding: 16px 10px 11px 15px;
    gap: 7px;
  }
  .product-order-v2__label__body {
    width: 73%;
  }
  .product-order-v2__label-small-text {
    font-size: 1.1rem;
  }
  /* ----- saigai_taisaku_set_caption----- */
  .saigai_taisaku_set_caption {
    margin: 13px -50px 0 0;
  }
  .saigai_taisaku_set_caption__column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 30px 8px 15px;
    background-color: #87caac;
    border-radius: 5px;
    color: #35a774;
    font-weight: bold;
    line-height: 1.4;
  }
  .saigai_taisaku_set_caption__column__item__point {
    -webkit-display: flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    color: #35a774;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.0;
  }
  .saigai_taisaku_set_caption__column__item__text {
    padding-left: 14px;
    color: #333;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  /* ----- saigai_taisaku_caption----- */
  .image-set .saigai_taisaku_caption {
    display: inline-block;
    margin-top: 10px;
    padding: 7px 20px 4px;
    border-radius: 5px;
    background: #6a8eb2;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
  }
  /* ----- saigai_taisaku_caption-v2----- */
  .saigai_taisaku_caption-v2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
  /* ----- saigai_taisaku_caption-v3----- */
  .saigai_taisaku_caption-v3 {
    display: flex;
    flex-flow: row wrap;
    gap: 9px;
    margin-top: 20px;
    max-width: 210px;
  }
  /* ----- saigai_taisaku_caption-allergy----- */
  .saigai_taisaku_caption-allergy {
    padding: 7px 20px 4px;
    border-radius: 5px;
    background: #6a8eb2;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
  }
  /* ----- saigai_taisaku_caption-halal----- */
  .saigai_taisaku_caption-halal {
    padding: 4px 20px 5px;
    border-radius: 5px;
    background: #23925a;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .saigai_taisaku_caption-v3 .saigai_taisaku_caption-allergy {
    width: 100%;
    justify-content: center;
  }
  .saigai_taisaku_caption-v3 .saigai_taisaku_caption-halal {
    width: 100%;
    justify-content: center;
  }
  .image-set .saigai_taisaku_caption--woman {
    display: inline-block;
    min-width: 215px;
    margin-top: 25px;
    padding: 9px 15px 6px;
    border-radius: 5px;
    background: #f8c5ac;
    color: #333;
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: bold;
  }
  .image-set .saigai_taisaku_caption--woman .saigai_taisaku_caption__column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .image-set .saigai_taisaku_caption--woman .saigai_taisaku_caption__column__item img {
    max-width: 48px;
    max-height: 31px;
  }
  .saigai_taisaku_caution {
    width: 282px;
    margin: 10px auto 0;
    padding: 7px 14px 4px;
    border-radius: 5px;
    border: 2px solid #ec6d4e;
    color: #ec6d4e;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .saigai_taisaku_caution .saigai_taisaku_caution__column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .saigai_taisaku_caution .saigai_taisaku_caution__column img {
    width: 37px;
    height: 35px;
  }
  .saigai_taisaku-box {
    padding: 15px 0 15px 11px;
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    margin-top: 20px;
  }
  .saigai_taisaku-box_title {
    grid-area: 1 / 1 / 2 / 6;
  }
  .saigai_taisaku-box-media_detail {
    grid-area: 2 / 1 / 7 / 3;
  }
  .saigai_taisaku-box-media_image {
    grid-area: 2 / 3 / 7 / 5;
    margin-left: 15px;
    min-width: 164px;
  }
  .saigai_taisaku-box-media_image figure {
    max-width: 100%;
  }
  .saigai_taisaku-box_title {
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
  }

  /* ----- ec-button----- */
  .ec-button {
    display: inline-block;
    margin-left: 10px;
    max-width: 120px;
    min-width: 58px;
    vertical-align: middle;
  }
  .ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    padding: 2px 14px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ----- ec-button-v2----- */
  .ec-button-v2 {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 10px;
    max-width: 120px;
    min-width: 58px;
    vertical-align: middle;
  }
  /* ----- saigai_taisaku_list-wrap----- */
  .saigai_taisaku_list-wrap {
    margin-top: 20px;
  }
  .saigai_taisaku_list-circle li {
    position: relative;
    padding-left: 1.2em;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #555;
  }
  .saigai_taisaku_list-circle li .saigai_taisaku_list_mark {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 10px;
    min-height: 9px;
  }
  /* ----- saigai_taisaku_lead_box----- */
  .saigai_taisaku_lead_box {
    margin-top: 30px;
    text-align: center;
  }
  .saigai_taisaku_lead_text {
    border-bottom: 2px solid #007aa3;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
  }
  .saigai_taisaku_lead_image {
    margin-top: 20px;
  }
  .saigai_taisaku_text {
    margin-top: 22px;
    text-align: center;
  }
  .saigai_taisaku_lead_box_column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 345px;
    margin: 18px auto 0;
  }
  .saigai_taisaku_lead_box_column_image {
    width: 105px;
  }
  .saigai_taisaku_lead_box_column_text {
    padding: 7px 2px;
    background: #007aa3;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.9;
  }
  .saigai_taisaku-order {
    width: 70px;
    right: 0;
    margin: 0 0 0 15px;
    text-align: center;
    background-color: #f15b56;
    padding: 4px;
    border-radius: 5px;
  }
  .saigai_taisaku-order-icon {
    font-style: normal;
    font-size: 1.3rem;
    color: #fff;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ----- news-box----- */
  .news-box {
    margin-top: 2.6em;
    padding: .6em 0 1em;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .news-box .news-heading-lv2 {
    text-align: center;
  }
  .news-box .news-heading-lv2 .heading_title {
    font-size: 2.3rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .news-box .news-article {
    margin-top: .4em;
  }
  .news-box .news-article .article_item .article_date + .article_description {
    margin-top: .4em;
  }
  .news-box .news-article .article_item .article_date {
    font-size: 1.5rem;
  }
  .news-box .news-article .article_item .article_description {
    font-size: 1.5rem;
  }
  .news-box .news-article .article_item .article_description .article_link {
    text-decoration: underline;
    color: #3381d0;
  }
  /* ----- accordion-layout----- */
  .accordion-layout.type-lineup {
    margin-top: 1.6em;
  }
  .accordion-layout.type-lineup > *:first-child {
    margin-top: 0 !important;
  }
  /* ----- lineup_list----- */
  .lineup_list {
    margin-top: 1em;
  }
  .lineup_list > li {
    margin-top: .98em;
  }
  .lineup_list > li:first-child {
    margin-top: 0;
  }
  .lineup_list .anc_link {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding-left: 1.5em;
    color: #333;
  }
  .lineup_list .anc_link::before {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 3px;
    left: 3px;
    border-right: 2px solid #f6ab00;
    border-bottom: 2px solid #f6ab00;
    transform: rotate(45deg);
    content: "";
  }

  /* ----- heading-wrap----- */
  .heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1.5em;
  }
  .heading-wrap > .heading-lv1 {
    margin-bottom: 0 !important;
  }
  .heading-wrap > .heading-ec-button-wrap {
    margin-top: 0 !important;
  }
  .heading-wrap + * {
    margin-top: 1.5em;
  }
  /* ----- heading-ec-button----- */
  .heading-ec-button {
    display: inline-block;
    margin-left: 10px;
    width: 70px;
    vertical-align: middle;
  }
  .heading-ec-button_link {
    text-align: center;
    display: block;
    border: 2px solid #418fde;
    border-radius: 5px;
    padding: 2px 14px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ----- saigai_taisaku-discription ----- */
  .saigai_taisaku-discription-frame {
    position: relative;
  }
  .saigai_taisaku-discription-text {
    position: absolute;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    top: calc(50% - 31px);
    left: calc(50% - 137px);
    line-height: 1.6;
  }
  .saigai_taisaku-discription-bg {
    margin-top: 21px;
  }
  .saigai_taisaku-discription-bg .image-set {
    margin-top: 7px;
  }
  /* ----- saigai_taisaku-image-set__title ----- */
  .saigai_taisaku-image-set__title {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
  }
  .saigai_taisaku-image-set__title::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 4px;
    height: 29px;
    background-color: #7fbe25;
  }
  .saigai_taisaku-column-layout {
    margin: 25px 0 7px;
  }
  .saigai_taisaku-column-layout .column_item:nth-of-type(n+2) {
    margin-top: 25px;
  }
  /* ----- saigai_taisaku-media ----- */
  .saigai_taisaku-media {
    display: flex;
    flex-flow: column;
  }
  .saigai_taisaku-media__head {
    order: 2;
  }
  .saigai_taisaku-media__head .image-set .image_inner img {
    padding: 0 15px;
  }
  .saigai_taisaku-media__body-top {
    order: 1;
  }
  .saigai_taisaku-media__body-bottom {
    order: 3;
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */

@media only screen and (min-width: 569px) and (max-width: 767px) {
  .saigai_taisaku-discription-text {
    position: absolute;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    top: calc(50% - 52px);
    left: calc(50% - 237px);
    line-height: 1.6;
  }
}
@media only screen and (min-width: 487px) and (max-width: 568px) {
  .saigai_taisaku-discription-text {
    position: absolute;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    top: calc(50% - 43px);
    left: calc(50% - 205px);
    line-height: 1.6;
  }
}



/* ======================================================
 * Print
====================================================== */
@media print {
}