@charset "UTF-8";

:root {
  --color-line-pink: #FFDDDD;
  --color-pink: #EB95AB;
  --color-gift-pink: #E66F89;
  --bg-pink: #ffd0da;
  --color-green: #00754A;
  --color-black: #000000;
  --color-gray: #5A5A5A;
  --color-white: #ffffff;
  --color-gold: #BC9865;
}

@font-face {
  font-family: "SoDoSans";
  font-style: normal;
  font-weight: 400;
  src: url("/common/fonts/SoDoSans/SoDoSans-Regular.woff") format("woff2");
}
@font-face {
  font-family: "SoDoSans SemiBold";
  font-style: normal;
  font-weight: 400;
  src: url("/common/fonts/SoDoSans/SoDoSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "SoDoSans";
  font-style: normal;
  font-weight: 700;
  src: url("/common/fonts/SoDoSans/SoDoSans-Bold.woff") format("woff2");
}

@font-face {
  font-family: "Lander";
  font-style: normal;
  font-weight: 400;
  src: url("/common/fonts/Lander/LanderGrande-Bold.woff") format("woff2");
}

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

.mod-en {
  font-family: "SoDoSans";
}
.title-en {
  font-family: "Lander";
}
.mainContents {
  overflow-x: hidden; 
  overflow-x: clip; 
}
.mainContents img {
  width: 100%;
}
h2, h3 {
  margin: 0;
}
p {
  margin: 0;
  letter-spacing: 0;
}
a:hover {
  opacity: 0.75;
}



@media print, screen and (min-width: 1024px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}


._detail-btn {
  display: inline-block;
  padding: min(2px, calc(2/1440*100vw)) min(16px, calc(16/1440*100vw));
  font-size: 12px;
  text-align: center;
  color: #00754a;
  border: 1px solid #00754a;
  border-radius: 15px;
  font-weight: bold;
}
@media print, screen and (max-width: 1023px) {
  ._detail-btn {
    padding: calc(3/375*100vw) calc(15/375*100vw);
  }
}

@media print, screen and (min-width: 1024px) {
  .section_inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
  }
  .section_ttl {
    font-family: "SoDoSans";
    font-style: normal;
    font-weight: 700;
    position: relative;
    left: min(3px, calc(3/1440*100vw));
    color: var(--color-gold);
    font-size: min(28px, calc(28/1440*100vw));
    line-height: calc(20/28);
    letter-spacing: 0.02em;
    text-align: center;
  }
  .section_txt {
    color: #5A5A5A;
    font-size: min(15px, calc(15/1440*100vw));
    line-height: calc(24/15);
    text-align: center;
    margin-top: min(32px, calc(32/1440*100vw));
    font-weight: 500;
  }

  .item_area {
    /* padding-top: min(94px, calc(94/1440*100vw)); */
    padding-top: min(60px, calc(60/1440*100vw));
    padding-bottom: min(30px, calc(30/1440*100vw));
  }
  .item_area#zodiac-goods {
    padding-top: min(74px, calc(74/1440*100vw));
  }
  .item_ttl {
    position: relative;
    font-size: min(16px, calc(16/1440*100vw));
    line-height: calc(26/16);
    font-weight: bold;
    color: var(--color-gray);
    text-align: center;
    margin: 0 0 min(39px, calc(39/1440*100vw));
  }
  .item_ttl._m {
    margin-top: min(34px, calc(34/1440*100vw));
  }
  .item_ttl._m2 {
    margin-top: min(31px, calc(31/1440*100vw));
  }
  .item_ttl::before {
    position: absolute;
    content: "";
    display: block;
    width: min(40px, calc(40/1440*100vw));
    height: min(4px, calc(4/1440*100vw));
    top: min(-46px, calc(-46/1440*100vw));
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-line-pink);
  }
  .item_ttl.-no-border::before {
    content: none;
  }
}
@media screen and (max-width: 1023px) {
  .section_inner {
    width: calc(350/375*100vw);
    margin: 0 auto;
  }
  .section_ttl {
    font-family: "SoDoSans";
    font-style: normal;
    font-weight: 700;
    position: relative;
    left: calc(3/375*100vw);
    color: var(--color-gold);
    font-size: calc(27/375*100vw);
    line-height: calc(32/27);
    font-weight: bold;
    text-align: center;
  }
  .section_txt {
    color: #5A5A5A;
    font-size: calc(13/375*100vw);
    line-height: calc(22/13);
    text-align: center;
    margin-top: calc(23/375*100vw);
  }
  .item_area {
    padding-top: calc(94/375*100vw);
    padding-bottom: calc(30/375*100vw);
  }
  .item_ttl {
    position: relative;
    font-size: calc(16/375*100vw);
    line-height: calc(26/16);
    font-weight: bold;
    color: var(--color-gray);
    text-align: center;
    margin: 0 0 calc(39/375*100vw);
  }
  .item_ttl._m {
    margin-top: calc(7/375*100vw);
  }
  .item_ttl._m2 {
    margin-top: calc(10/375*100vw);
  }
  .item_ttl::before {
    position: absolute;
    content: "";
    display: block;
    width: calc(40/375*100vw);
    height: calc(4/375*100vw);
    background-color: var(--color-line-pink);
    top: calc(-41/375*100vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .item_ttl.-no-border::before {
    content: none;
  }

  .item_area_wrap {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    border-radius: calc(12/375*100vw);
    padding: calc(10/375*100vw) 0 calc(10/375*100vw) calc(28/375*100vw);
    margin-bottom: calc(40/375*100vw);
  }
  .item_area_wrap .item_area_img {
    width: calc(118/375*100vw);
  }
  .item_area_wrap .item_area_txt {
    flex: 1;
    padding: calc(12 / 375 * 100vw) 0 0 calc(21 / 375 * 100vw);
  }
  .item_area_wrap .item_area_txt .item_txt {
    font-size: calc(12/375*100vw);
    line-height: calc(19/12);
    white-space: nowrap;
  }
  .item_area_wrap .item_area_txt .item_txt_g {
    color: #00754A;
    font-size: calc(12/375*100vw);
    font-weight: bold;
    line-height: calc(24/12);
    margin-top: calc(15/375*100vw);
  }

}

/* ----------------------------------------------------------
  kv
---------------------------------------------------------- */
.mainVisual {
  background: url("/gift/sotsugyo_nyugaku/images/kv_pc.jpg") no-repeat;
  background-size: 100%;
  height: calc( 614 / 1440 * 100vw );
}
.mainVisual .mainVisual-text {
  position: relative;
}
.mainVisual .logo img {
  width: 100%;
}
.mainVisual .mainVisual-text h1 {
  position: absolute;
  top: calc( -13 / 1440 * 100vw );
  left: calc( 13 / 1440 * 100vw );

}
.mainVisual .mainVisual-text h1 img {
  width: calc( 405 / 1440 * 100vw );
}
.mainVisual .mainVisual-text h1 p {
  position: relative;
  top: calc( -96 / 1440 * 100vw );
  left: calc( 89 / 1440 * 100vw );
  font-feature-settings: "palt";
  color: var(--color-white);
  font-size: calc(54 / 1440 * 100vw);
  line-height: calc(76 / 54);
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-top: calc(18 / 1440 * 100vw);
  text-shadow: 0px 0px 99px #5c727c;
}
.mainVisual .mainVisual-text h1 p span {
  display: block;
  font-feature-settings: "palt";
  color: var(--color-white);
  font-size: calc(54 / 1440 * 100vw);
  line-height: calc(76 / 54);
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .mainVisual {
    background: url("/gift/sotsugyo_nyugaku/images/kv_sp.jpg") no-repeat;
    background-size: 100%;
    height: calc( 540 / 375 * 100vw );
  }
  .mainVisual .mainVisual-text h1 {
    top: calc( 398 / 375 * 100vw );
    left: calc( 115 / 375 * 100vw );
    text-align: right;
  }
  .mainVisual .mainVisual-text h1 img {
    width: calc( 159.74 / 375 * 100vw );
    margin-left: auto;
  }
  .mainVisual .mainVisual-text h1 p {
    font-size: calc(30 / 375 * 100vw);
    line-height: calc(43 / 30);
    letter-spacing: 0.07em;
    margin-top: calc(9 / 375 * 100vw);
    top: 0;
    left: 0;
  }
  .mainVisual .mainVisual-text h1 p span {
    display: block;
    font-size: calc(30 / 375 * 100vw);
    line-height: calc(43 / 30);
    font-weight: bold;
    letter-spacing: 0.15em;
  }
}
  /* ----------------------------------------------------------
  block-lead
  ---------------------------------------------------------- */
  .block-lead {
    padding-top: 74px;
  }
  .block-lead .block-lead-ttl {
    position: relative;
    color: var(--color-gray);
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(43 / 20);
    letter-spacing: 0.15em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 11px;
  }
  .block-lead .mod-text {
    text-align: center;
    font-size: 15px;
    color: var(--color-gray);
    line-height: calc(32/15);
    margin-bottom: 95px;
    font-weight: 500;
  }
  .block-line img.mod-pc {
    display: block;
    width: 100vw;
  }
  .block-line img.mod-sp {
    display: none;
  }
  @media screen and (max-width: 1023px) {
    .block-lead {
      padding-top: calc(46 / 375 * 100vw);
    }
    .block-lead .block-lead-ttl {
      font-size: calc(18 / 375 * 100vw);
      line-height: calc(34 / 18);
      margin: 0 auto calc(25 / 375 * 100vw);
    }
    .block-lead .mod-text {
      font-size: calc(13 / 375 * 100vw);
      line-height: calc(28/13);
      margin-bottom: calc(55 / 375 * 100vw);
    }
  }


/* ----------------------------------------------------------
fixed link
---------------------------------------------------------- */
.js-fixed-menu-target {
  position: sticky;
  top: 0;
  z-index: 100;
}
@media print, screen and (min-width: 1024px) {
  .kv_link-area {
    background: url("/gift/sotsugyo_nyugaku/images/bg_kv_link_pc.jpg") no-repeat;
    /* background-size: 100%; */
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: max(56px, calc(56/1440*100vw));
    /* position: fixed;
    top: 0px;
    left: 0px;
    right: 0px; */
    opacity: 1;
    transition-duration: 0.2s;
    z-index: 100;
    text-align: center;
    padding: 0;
  }
  body.js-fixed-menu .kv_link-area {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    opacity: 1
  }
  .kv_link-area .kv_link-list {
    font-family: "Noto Sans JP", sans-serif;
    width: max(348px, calc(348/1440*100vw));
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 min(40px, calc(40 / 1440* 100vw));
    position: relative;
    top: min(-3px, calc(-3 / 1440* 100vw));
    left: 0;
  }
  /* .kv_link-area .kv_link-item:nth-child(2) {
    margin-right: max(18px, calc(18 / 1440* 100vw));
  } */
  .kv_link-area .kv_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: max(12px, calc(12 / 1440* 100vw));
    color: #615052;
    font-weight: 500;
    line-height: calc(22 / 12);
    position: relative;
    gap: calc(4 / 1440* 100vw);
  }
  .kv_link-area .kv_link::after {
    content: "";
    background: url("/gift/sotsugyo_nyugaku/images/icon_arrow.svg") no-repeat;
    background-size: cover;
    display: inline-block;
    width: calc(12 / 1440* 100vw);
    height: calc(7 / 1440* 100vw);
  }

}
@media print, screen and (max-width: 1023px){
  .kv_link-area {
    background: url("/gift/sotsugyo_nyugaku/images/bg_kv_link_sp.jpg") no-repeat;
    background-size: 100%;
    width: 100%;
    height: max(56px, calc(56/375*100vw));
    /* position: absolute; */
    /* top: calc(700 / 375 * 100vw); */
    /* left: 0px;
    right: 0px; */
    opacity: 1;
    transition-duration: 0.2s;
    z-index: 100;
    text-align: center;
    padding: 0;
  }
  body.js-fixed-menu .kv_link-area {
    position: fixed;
    top: 0;
    opacity: 1
  }
  body.js-fixed-menu.js-fixed-menu-add .kv_link-area {
    opacity: 0;
  }
  /* body:not(.js-fixed-menu) .kv_link-area {
    position: absolute;
    top: calc(911 / 375 * 100vw);
    opacity: 1;
  } */
  .kv_link-area .kv_link-list {
    font-family: "Noto Sans JP", sans-serif;
    width: max(280px, calc(280/375*100vw));
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 calc(23 / 375 * 100vw);
    position: relative;
    top: 0;
    left: 0;
  }
  .kv_link-area .kv_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: calc(11 / 375* 100vw);
    color: #615052;
    font-weight: bold;
    line-height: calc(22 / 11);
    position: relative;
    gap: calc(4 / 375* 100vw);
    top: calc(-3 / 375* 100vw);
  }
  .kv_link-area .kv_link::after {
    content: "";
    background: url("/gift/sotsugyo_nyugaku/images/icon_arrow.svg") no-repeat;
    background-size: cover;
    display: inline-block;
    width: calc(12 / 375* 100vw);
    height: calc(7 / 375* 100vw);
  }
}
/* ----------------------------------------------------------
  section-banner
---------------------------------------------------------- */
.section-banner {
  padding: calc(20 / 1440 * 100vw) 0;
}
.section-banner a {
  display: block;
  width: max(460px, calc(460 / 1440 * 100vw));
  margin: 0 auto;
}
@media print, screen and (max-width: 1023px){
  .section-banner {
    padding: calc(16 / 375 * 100vw) 0;
  }
  .section-banner a {
    width: calc(343 / 375 * 100vw);
  }
}
/* ----------------------------------------------------------
section-gift
---------------------------------------------------------- */
.section-gift {
  position: relative;
  background-color: var(--color-white);
}
.section-gift::before {
  content: "";
  background-image: url(/gift/sotsugyo_nyugaku/images/bg_ttl.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(211 / 1440 * 100vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section-gift .section_inner {
  position: relative;
  padding-top: min(65px, calc(65 / 1440 * 100vw));
  z-index: 1;
}
body.js-fixed-menu .section-gift .section_inner {
  padding-top: min(119px, calc(119 / 1440 * 100vw));
}
.itemAreaFlex1col .item {
  width: min(704px, calc(704 / 1440 * 100vw));
  display: flex;
  justify-content: flex-start;
  gap: min(17px, calc(17 / 1440 * 100vw));
  margin: 0 auto;
}
.itemAreaFlex1col .item .item_image_wrap {
  width: min(350px, calc(350 / 1440 * 100vw));
  flex-shrink: 0;
}
.itemAreaFlex1col .item .item_texts_wrap {
  width: min(320px, calc(320 / 1440 * 100vw));
}
.itemAreaFlex1col .item .item_texts {
  margin-top: min(42px, calc(42 / 1440 * 100vw));
}
.itemAreaFlex1col .item .item_description {
  font-size: min(13px, calc(13 / 1440 * 100vw));
  line-height: calc(18/13);
  font-weight: bold;
  margin-bottom: min(9px, calc(9 / 1440 * 100vw));
}
.itemAreaFlex1col .item .item_name {
  font-size: min(13px, calc(13 / 1440 * 100vw));
  line-height: calc(18/13);
}
.itemAreaFlex1col .item .item_price {
  font-size: min(14px, calc(14 / 1440 * 100vw));
  font-weight: 700;
}
.itemAreaFlex1col .item .item_btn {
  margin-top: min(5px, calc(5 / 1440 * 100vw));
}
.itemAreaFlex1col .item .c-more-link .btn {
  font-size: 11px;
}
.assort_01 {
  padding-top: min(56px, calc(56 / 1440 * 100vw));
  padding-bottom: 0;
}
.assort_02 {
  padding-top: 0;
  padding-bottom: min(37px, calc(37 / 1440 * 100vw));
}
.assort_03 {
  padding-top: min(8px, calc(8 / 1440 * 100vw));
  padding-bottom: 0;
}
.assort_04 {
  padding-top: min(63px, calc(63 / 1440 * 100vw));
  padding-bottom: min(78px, calc(78 / 1440 * 100vw));
}
.assort_05 {
  padding-top: min(40px, calc(40 / 1440 * 100vw));
  padding-bottom: min(6px, calc(6 / 1440 * 100vw));
}
.assort_01 .item_price {
  margin-top: min(6px, calc(6 / 1440 * 100vw));
}


@media print, screen and (max-width: 1023px){
  .section-gift::before {
    content: "";
    background-image: url(/gift/sotsugyo_nyugaku/images/bg_ttl_sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(327 / 375 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .section-gift .section_inner {
    padding-top: calc(61/375*100vw);
  }
  body.js-fixed-menu .section-gift .section_inner {
    padding-top: calc(117/375*100vw);
  }
  .assort_01 {
    padding-top: calc(83 / 375 * 100vw);
    padding-bottom: calc(3 / 375 * 100vw);
  }
  .assort_02 {
    padding-top: calc(47 / 375 * 100vw);
    padding-bottom: 0;
  }
  .assort_03 {
    padding-top: calc(30 / 375 * 100vw);
    padding-bottom: 0;
  }
  .assort_04 {
    padding-top: calc(37 / 375 * 100vw);
    padding-bottom: calc(83 / 375 * 100vw);
  }
  .assort_05 {
    padding-top: calc(19 / 375 * 100vw);
    padding-bottom: 0;
  }

  .itemAreaFlex1col .item {
    width: 100%;
    flex-direction: column;
    gap: calc(16 / 375 * 100vw);
  }
  .itemAreaFlex1col .item .item_image_wrap {
    width: 100%;
  }
  .itemAreaFlex1col .item .item_texts_wrap {
    width: calc(317 / 375 * 100vw);
    margin: 0 auto;
  }
  .itemAreaFlex1col .item .item_texts {
    margin-top: 0;
  }
  .itemAreaFlex1col .item .item_description {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(17/11);
    letter-spacing: -0.01em;
    margin-bottom: calc(7 / 375 * 100vw);
  }
  .itemAreaFlex1col .item .item_name {
    font-size: calc(11 / 375 * 100vw);
  }
  .itemAreaFlex1col .item .item_price {
    font-size: calc(14 / 375 * 100vw);
  }
  .itemAreaFlex1col .item .item_btn {
    margin-top: calc(5 / 375 * 100vw);
  }
  .itemAreaFlex1col .item .c-more-link {
    justify-content: center;
  }
  .itemAreaFlex1col .item .c-more-link .btn {
    font-size: 11px;
  }
  .assort_01 .item_price {
    margin-top: calc(6 / 375 * 100vw);
  }
  .c-more-link {
    margin-top: 10px;
  }
  .assort_03 .c-more-link {
    justify-content: center;
  }
}

/* ----------------------------------------------------------
  custom
---------------------------------------------------------- */
.custom-service_link a {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #00754a;
  cursor: pointer;
  transition-duration: 0.2s;
  font-family: 'Noto Sans JP';
}
.custom-service_btn a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  color: #00754a;
  /* border: 1px solid #00754a; */
  transition-duration: 0.2s;
}
.custom-service_note {
  width: min(800px,calc(800/1440*100vw));
  font-size: min(11px,calc(11/1440*100vw));
  color: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .custom-service {
    width: 100%;
    margin-top: min(7px,calc(7/1440*100vw));
  }
  .section-gift .custom-service {
    padding-bottom: min(28px,calc(28/1440*100vw));
    margin-top: min(58px, calc(58 / 1440 * 100vw));
  }
  .custom-service._m {
    margin-top: max(6px,calc(6/1440*100vw));
  }
  .custom-service._m2 {
    margin-top: min(47px,calc(47/1440*100vw));
  }
  .custom-service._m .custom-service_img {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: min(12px, calc(12 / 1440 * 100vw)) 0 0 min(12px, calc(12 / 1440 * 100vw));
    border-right: none;
  }
  .custom-service_box {
    display: flex;
    max-width: 800px;
    width: calc(800/1440*100vw);
    margin: 0 auto;
    overflow: hidden;
  }
  .custom-service_box._01 {
    margin-bottom: min(16px, calc(16 / 1440 * 100vw));
  }
  .custom-service_box:last-child {
    margin-top: calc(19/1440*100vw);
  }
  .custom-service_box .custom-service_img img {
    max-width: 171px;
    width: calc(171/1440*100vw);
    border-radius: min(12px,calc(12/1440*100vw)) 0 0 min(12px,calc(12/1440*100vw));
  }
  .custom-service_box._w .custom-service_img img {
    max-width: 126px;
    width: calc(126/1440*100vw);
  }
  .custom-service_box .custom-service_txt-area {
    padding: min(43px,calc(43/1440*100vw)) min(32px,calc(32/1440*100vw));
    border-radius: 0 min(12px,calc(12/1440*100vw)) min(12px,calc(12/1440*100vw)) 0;
    flex: 1;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: none;
  }
  .custom-service_box._w .custom-service_txt-area {
    padding: min(29px,calc(29/1440*100vw)) min(16px,calc(16/1440*100vw)) min(24px,calc(24/1440*100vw));
  }
  .custom-service_box .custom-service_ttl {
    font-size: min(16px,calc(16/1440*100vw));
    font-weight: bold;
    line-height: calc(24/16);
    margin-bottom: min(9px,calc(9/1440*100vw));
    color: rgba(0, 0, 0, 0.87);
  }
  .custom-service_box .custom-service_txt {
    font-size: min(14px,calc(14/1440*100vw));
    line-height: calc(20/14);
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: min(14px,calc(14/1440*100vw));
  }
  .custom-service_link a {
    font-size: min(14px,calc(14/1440*100vw));
  }
  .custom-service_btn a {
    /* position: relative;
    left: min(-20px,calc(-20/1440*100vw));
    top: max(-2px,calc(-2/1440*100vw)); */
    padding: min(2px,calc(2/1440*100vw))0;
    font-size: min(14px,calc(14/1440*100vw));
    /* border-radius: min(24px,calc(24/1440*100vw)); */
  }
}
@media screen and (max-width: 1023px) {
  /*- custom -*/
  .custom-service {
    width: 100%;
    margin-top: calc(30/375*100vw);
  }
  .section-gift .custom-service {
    padding-bottom: calc(77/375*100vw);
  }
  .custom-service._m {
    margin-top: calc(28/375*100vw);
  }
  .custom-service._m2 {
    margin-top: calc(52/375*100vw);
  }
  .custom-service_box {
    display: flex;
    width: calc(343/375*100vw);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: calc(12 / 375 * 100vw);
  }
  .custom-service_box:last-child {
    margin-top: calc(61/375*100vw);
  }
  .custom-service_box .custom-service_img {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .custom-service_box .custom-service_img img {
    width: calc(170/375*100vw);
    border-radius: calc(12/375*100vw) 0 0 calc(12/375*100vw);
  }
  .custom-service_box._w .custom-service_img img {
    width: calc(110/375*100vw);
  }
  .custom-service_box .custom-service_txt-area {
    padding: calc(15/375*100vw) calc(13 / 375* 100vw);
    flex: 1;
    border-radius: 0 calc(12/375*100vw) calc(12/375*100vw) 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .custom-service_box._w .custom-service_txt-area {
    padding: calc(23/375*100vw) calc(16 / 375* 100vw) 0;
  }
  .custom-service_box._w._01 .custom-service_txt-area {
    padding: calc(25/375*100vw) calc(17 / 375* 100vw) calc(19 / 375* 100vw);
    border: none;
  }

  .custom-service_box .custom-service_ttl {
    font-size: calc(14/375*100vw);
    font-weight: bold;
    line-height: calc(24/14);
    margin-bottom: calc(6 / 375* 100vw);
    color: rgba(0, 0, 0, 0.87);
    white-space: normal;
  }

  .custom-service_box._w .custom-service_ttl {
    font-size: calc(13/375*100vw);
    margin-bottom: calc(7/375*100vw);
    line-height: calc(24/13);
    white-space: normal;
  }
  .custom-service_box._w._01 .custom-service_ttl {
    line-height: calc(20/14);
    margin-bottom: calc(5/375*100vw);
  }

  .custom-service_box .custom-service_txt {
    font-size: calc(11/375*100vw);
    line-height: calc(17/11);
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: calc(15/375*100vw);
  }
  .custom-service_box._w .custom-service_txt {
    margin-bottom: calc(4/375*100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(18 / 12);
  }
  .custom-service_link a {
    font-size: calc(12/375*100vw);
  }
  .custom-service_btn a {
    position: relative;
    left: calc(0/375*100vw);
    top: calc(0/375*100vw);
    padding: calc(7/375*100vw) 0;
    font-size: calc(12/375*100vw);
    border-radius: calc(24/375*100vw);
  }
  .custom-service_note {
    width: calc(343/375*100vw);
    font-size: calc(11/375*100vw);
    text-indent: -1em;
    padding-left: 1em;
    margin-top: calc(16/375*100vw);
  }
}

/* ----------------------------------------------------------
  goods
---------------------------------------------------------- */
.section-goods {
  position: relative;
  background-color: #fff;
  padding-bottom: min(40px, calc(40 / 1440 * 100vw));
}
.section-goods::before {
  content: "";
  background-image: url("/gift/sotsugyo_nyugaku/images/bg_ttl.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(211/1440*100vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section_border {
  border-top: 1px solid #D6AE05;
  margin-top: min(5px, calc(5 / 1440 * 100vw));
}
.section-goods .section_inner {
  position: relative;
  padding-top: min(66px, calc(66 / 1440 * 100vw));
  z-index: 1;
}
.section-goods .goods_01 {
  padding-top: min(65px, calc(65 / 1440 * 100vw));
  padding-bottom: min(30px, calc(30 / 1440 * 100vw));
}
.section-goods .goods_02 {
  padding-top: min(90px, calc(90 / 1440 * 100vw));
  padding-bottom: 0;
}
.section-goods .goods_03 {
  padding-top: min(52px, calc(52 / 1440 * 100vw));
  padding-bottom: 0;
}
.section-goods .goods_img {
  width: min(600px, calc(600 / 1440 * 100vw));
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .section-goods {
  padding-bottom: calc(68/375*100vw);
  }
  .section-goods::before {
    content: "";
    background-image: url("/gift/sotsugyo_nyugaku/images/bg_ttl_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(327/375*100vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .section_border {
  border-top: calc(1/375*100vw) solid #D6AE05;
  margin-top: calc(5/375*100vw);
  }
  .section-goods .section_inner {
    width: 100%;
    padding-top: calc(60/375*100vw);
  }
  .section-goods .goods_01 {
    padding-top: calc(79/375*100vw);
    padding-bottom: calc(13/375*100vw);
  }
  .section-goods .goods_02 {
    padding-top: calc(107/375*100vw);
    padding-bottom: calc(17/375*100vw);
  }
  .section-goods .goods_03 {
    padding-top: calc(94/375*100vw);
    padding-bottom: calc(12/375*100vw);
  }
  .section-goods .goods_img {
    width: 100%;
  }
}

/* ----------------------------------------------------------
  digital
---------------------------------------------------------- */
.section-digital {
  position: relative;
  background-color: #FFF;
}
.section-digital .section_inner {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  .section-digital::before {
    content: "";
    background-image: url("/gift/sotsugyo_nyugaku/images/bg_ttl.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(211/1440*100vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .section-digital .section_inner {
    padding-top: min(66px, calc(66/1440*100vw));
    padding-bottom: min(53px, calc(53/1440*100vw));
  }
  .digital_wrap {
    max-width: 803px;
    width: calc(803/1440*100vw);
    margin: min(77px, calc(77/1440*100vw)) auto 0;
    display: flex;
    flex-direction: column;
    gap: min(52px, calc(52/1440*100vw));
  }
  .digital_item {
    display: flex;
    gap: min(20px, calc(20/1440*100vw));
  }
  .digital_img {
    max-width: 343px;
    width: calc(343/1440*100vw);
    border-radius: min(12px, calc(12/1440*100vw));
  }
  .digital_txt-area {
    flex: 1;
    padding-top: min(1px, calc(1/1440*100vw));
  }
  ._01 .digital_txt-area {
    padding-top: min(12px, calc(12/1440*100vw));
  }
  .digital_ttl {
    font-size: min(19px, calc(19/1440*100vw));
    font-weight: bold;
    line-height: calc(36/19);
    margin-bottom: min(14px, calc(14/1440*100vw));
    color: rgba(0, 0, 0, 0.87);
  }
  .digital_txt {
    font-size: min(15px, calc(15/1440*100vw));
    line-height: calc(25/15);
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: min(20px, calc(20/1440*100vw));
  }
  .digital_btn a {
    display: inline-block;
    padding: min(8px, calc(8/1440*100vw)) min(15px, calc(15/1440*100vw));
    font-size: min(12px, calc(12/1440*100vw));
    text-align: center;
    color: #00754a;
    border: 1px solid #00754a;
    border-radius: min(16px, calc(16/1440*100vw));
    font-weight: bold;
  }
}
@media screen and (max-width: 1023px) {
  .section-digital {
    padding-bottom: calc(58/375*100vw);
  }
  .section-digital::before {
    content: "";
    background-image: url("/gift/sotsugyo_nyugaku/images/bg_ttl_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(327/375*100vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .section-digital .section_inner {
    width: 100%;
    padding-top: calc(58/375*100vw);
    padding-bottom: calc(61/375*100vw);
  }
  .digital_wrap {
    width: 100%;
    margin: calc(40/375*100vw) auto 0;
    display: flex;
    flex-direction: column;
    gap: calc(41/375*100vw);
    padding: 0 calc(16 / 375 * 100vw);
  }
  .digital_item {
    display: flex;
    flex-direction: column;
    gap: calc(14/375*100vw);
  }
  .digital_img {
    width: 100%;
    border-radius: calc(12/375*100vw);
  }
  .digital_txt-area {
    flex: 1;
    padding-left: 0;
  }
  .digital_ttl {
    font-size: calc(19/375*100vw);
    font-weight: bold;
    line-height: calc(36/19);
    margin-bottom: calc(7/375*100vw);
    color: rgba(0, 0, 0, 0.87);
  }
  .digital_txt {
    font-size: calc(13/375*100vw);
    line-height: calc(22/13);
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: calc(23/375*100vw);
    padding-right: calc(5/375*100vw);
  }
  .digital_btn {
    text-align: center;
  }
  .digital_btn a {
    display: inline-block;
    padding: calc(7/375*100vw) calc(12/375*100vw);
    font-size: calc(13/375*100vw);
    text-align: center;
    color: #00754a;
    border: 1px solid #00754a;
    border-radius: calc(16/375*100vw);
    font-weight: bold;
  }
}

/* ----------------------------------------------------------
  sweets-coffee
---------------------------------------------------------- */
.section-sweets-coffee {
  position: relative;
}
.section-sweets-coffee .section_inner {
  position: relative;
  z-index: 1;
  padding-top: min(73px, calc(73 / 1440 * 100vw));
}
.section-sweets-coffee::before {
  content: "";
  background-image: url("/gift/sotsugyo_nyugaku/images/bg_ttl.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(211/1440*100vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section-sweets-coffee .section_ttl {
  letter-spacing: -0.03em;
}
.section-sweets-coffee .section_txt {
  font-size: min(14px, calc(14 / 1440 * 100vw));
  line-height: calc(24/14);
}
.sweets_01 {
  padding-top: min(54px, calc(54 / 1440 * 100vw));
  padding-bottom: min(30px, calc(30 / 1440 * 100vw));
}
.sweets_02 {
  padding-top: min(58px, calc(58 / 1440 * 100vw));
  padding-bottom: min(6px, calc(6 / 1440 * 100vw));
}
.sweets_03 {
  padding-top: min(83px, calc(83 / 1440 * 100vw));
  padding-bottom: min(160px, calc(160 / 1440 * 100vw));
}
@media print, screen and (max-width: 1023px) {
  .section-sweets-coffee::before {
    content: "";
    background-image: url("/gift/sotsugyo_nyugaku/images/bg_ttl_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(327/375*100vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .section-sweets-coffee .section_inner {
    padding-top: calc(47 / 375 * 100vw);
  }
  .section-sweets-coffee .section_ttl {
    letter-spacing: -0.03em;
  }
  .section-sweets-coffee .section_txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24/14);
  }
  .sweets_01 {
    padding-top: calc(79 / 375 * 100vw);
    padding-bottom: calc(83 / 375 * 100vw);
  }
  .sweets_02 {
    padding-top: calc(11 / 375 * 100vw);
    padding-bottom: calc(66 / 375 * 100vw);
  }
  .sweets_03 {
    padding-top: calc(7 / 375 * 100vw);
    padding-bottom: calc(77 / 375 * 100vw);
  }
}

/* ----------------------------------------------------------
  section-wrapping
---------------------------------------------------------- */
.section-wrapping {
  background-color: #FFF2F5;
}
.section-wrapping .section_inner {
  padding-top: min(61px, calc(61 / 1440 * 100vw));
}
.section-wrapping .section_ttl {
  width: fit-content;
  position: relative;
  top: min(3px, calc(3 / 1440 * 100vw));
  left: min(50px, calc(50 / 1440 * 100vw));
  letter-spacing: -0.03em;
  margin: 0 auto min(67px, calc(67 / 1440 * 100vw));
}
.section-wrapping .section_ttl::before {
  content: "";
  background-image: url("/gift/sotsugyo_nyugaku/images/gift_wrapping/icon_online.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: min(72px, calc(72 / 1440 * 100vw));
  height: min(72px, calc(72 / 1440 * 100vw));
  position: absolute;
  top: calc(-22 / 1440 * 100vw);
  left: calc(-88 / 1440 * 100vw);
  z-index: 1;
}
.section-wrapping .wrapping_item {
  width: min(789px, calc(789 / 1440 * 100vw));
  margin: 0 auto;
  display: flex;
  gap: min(60px, calc(60 / 1440 * 100vw));
  padding-bottom: min(29px, calc(29 / 1440 * 100vw));
}
.section-wrapping .wrapping_item_img {
  width: min(310px, calc(310 / 1440 * 100vw));
  flex-shrink: 0;
}
.section-wrapping .wrapping_item_txt_wrap {
  width: min(432px, calc(432 / 1440 * 100vw));
  flex-shrink: 0;
}
.section-wrapping .wrapping_item_ttl {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: min(18px, calc(18 / 1440 * 100vw));
  font-weight: bold;
  line-height: calc(28/18);
  margin-bottom: min(11px, calc(11 / 1440 * 100vw));
  color: var(--color-gift-pink);
}
.section-wrapping .wrapping_item_txt {
  font-size: min(15px, calc(15 / 1440 * 100vw));
  line-height: calc(26/15);
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
}
.section-wrapping .wrapping_item_txt-note {
  font-size: min(13px, calc(13 / 1440 * 100vw));
  line-height: calc(26/13);
  color: rgba(0, 0, 0, 0.58);
  margin-bottom: min(30px, calc(30 / 1440 * 100vw));
}
.section-wrapping .wrapping_item_flex {
  width: min(360px, calc(360/1440*100vw));
  display: flex;
  gap: min(20px, calc(20/1440*100vw));
  margin: 0 auto;
}
.section-wrapping .wrapping_item_flex_item {
  width: min(160px, calc(160/1440*100vw));
}
.section-wrapping .wrapping_item_flex_item img {
cursor: pointer;
  }
.section-wrapping .wrapping_item_flex_item_txt {
  font-size: min(13px, calc(13/1440*100vw));
  line-height: calc(22/13);
  color: rgba(0, 0, 0, 0.87);
  padding: 0 min(7px, calc(7/1440*100vw));
  margin-top: min(19px, calc(19/1440*100vw));
}
.section-wrapping .wrapping_item_border {
  border-top: 1px solid var(--color-gift-pink);
  border-bottom: 1px solid var(--color-gift-pink);
  padding: min(12px, calc(12/1440*100vw)) 0;
  text-align: center;
  font-size: min(13px, calc(13/1440*100vw));
  line-height: calc(20/13);
  color: var(--color-gift-pink);
  font-weight: 500;
  margin-top: min(29px, calc(29/1440*100vw));
}
@media print, screen and (max-width: 1023px) {
  .section-wrapping .section_inner {
    padding-top: calc(61 / 375 * 100vw);
  }
  .section-wrapping .section_ttl {
    letter-spacing: 0.01em;
    margin-bottom: calc(41 / 375 * 100vw);
    top: 0;
    left: calc(30 / 375 * 100vw);
  }
  .section-wrapping .section_ttl::before {
    content: "";
    background-image: url("/gift/sotsugyo_nyugaku/images/gift_wrapping/icon_online.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(72 / 375 * 100vw);
    height: calc(72 / 375 * 100vw);
    position: absolute;
    top: calc(-19 / 375 * 100vw);
    left: calc(-80 / 375 * 100vw);
    z-index: 1;
  }
  .section-wrapping .wrapping_item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: calc(31 / 375 * 100vw);
    padding-bottom: calc(39 / 375 * 100vw);
  }
  .section-wrapping .wrapping_item_img {
    width: calc(221 / 375 * 100vw);
  }
  .section-wrapping .wrapping_item_txt_wrap {
    width: 100%;
  }

  .section-wrapping .wrapping_item_ttl {
    letter-spacing: 0.1em;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26/16);
    margin-bottom: calc(11 / 375 * 100vw);
  }
  .section-wrapping .wrapping_item_txt {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22/13);
    color: rgba(0, 0, 0, 0.87);
    padding: 0 calc(5 / 375 * 100vw);
    margin-bottom: 0;
  }
  .section-wrapping .wrapping_item_txt-note {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(22/11);
    margin-bottom: calc(38 / 375 * 100vw);
  }
  .section-wrapping .wrapping_item_flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(17 / 375 * 100vw);
    padding: 0 calc(8 / 375 * 100vw);
    margin: 0 auto;
  }
  .section-wrapping .wrapping_item_flex_item {
    display: flex;
    align-items: center;
    width: 100%;
    gap: calc(18 / 375 * 100vw);
  }
  .section-wrapping .wrapping_item_flex_item img {
    width: calc(160 / 375 * 100vw);
  }
  .section-wrapping .wrapping_item_flex_item_txt {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22/13);
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
    margin-top: 0;
  }
  .section-wrapping .wrapping_item_border {
    border-top: 1px solid var(--color-gift-pink);
    border-bottom: 1px solid var(--color-gift-pink);
    padding: calc(11 / 375 * 100vw) 0;
    text-align: center;
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(20/13);
    margin-top: calc(31 / 375 * 100vw);
  }
}

/* ----------------------------------------------------------
  配送に関するお知らせ
---------------------------------------------------------- */
.news_area {
  padding: min(41px, calc(41/1440*100vw)) 0 min(38px, calc(38/1440*100vw));
}
.news_box {
  max-width: 800px;
  width: calc(800/1440*100vw);
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.65);
  padding: min(20px, calc(20/1440*100vw)) 0 min(23px, calc(23/1440*100vw));
}
.news_area .news_box {
  position: relative;
  /* left: max(-11px, calc(-11/1440*100vw)); */
}
.news_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(17px, calc(17/1440*100vw));
  font-weight: bold;
  color: #000;
  margin: 0;
}
.news_ttl:before {
  content: '';
  display: inline-block;
  margin-right: min(10px, calc(10/1440*100vw));
  width: min(32.62px, calc(32.62/1440*100vw));
  height: min(32.57px, calc(32.57/1440*100vw));
  background-image: url('/gift/onenga/images/2026/news_icon.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.news_txt {
  color: rgba(0, 0, 0, 0.87);
  font-size: min(13px, calc(13/1440*100vw));
  line-height: calc(22/13);
  margin: min(10px, calc(10 / 1440 * 100vw)) 0 0;
  text-align: center;
}
.news_note {
  color: rgba(0, 0, 0, 0.58);
  font-size: min(11px, calc(11/1440*100vw));
  margin: min(9px, calc(9/1440*100vw)) 0 0;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
.news_area {
  padding: calc(38/375*100vw) 0;
}
.news_box {
  width: calc(343/375*100vw);
  margin: 0 auto;
  padding: calc(15/375*100vw) calc(15/375*100vw) calc(24/375*100vw);
}
.news_area .news_box {
  position: relative;
}
.news_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(16/375*100vw);
  font-weight: bold;
  margin: 0;
}
.news_ttl:before {
  content: '';
  display: inline-block;
  margin-right: calc(10/375*100vw);
  width: calc(33.9/375*100vw);
  height: calc(33.85/375*100vw);
}
.news_txt {
  color: rgba(0, 0, 0, 0.87);
  font-size: calc(13 / 375 * 100vw);
  line-height: calc(22 / 13);
  margin: calc(12/375*100vw) 0 0;
  text-align: left;
}
.news_note {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(11/375*100vw);
  margin: calc(5/375*100vw) 0 0;
  line-height: calc(17/11);
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
}

/* ----------------------------------------------------------
カテゴリー
---------------------------------------------------------- */
.category_area {
border-top: 8px solid #EDEBE9;
padding: 42px 0 74px;
}
.category_area_ttl {
font-size: 24px;
line-height: calc(32/24);
text-align: center;
font-weight: bold;
color: rgba(0, 0, 0, 0.87);
}
.category_area_text {
font-size: 13px;
line-height: calc(22/13);
text-align: center;
color: rgba(0, 0, 0, 0.87);
margin-top: 15px;
}
.category_link {
width: 710px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px 36px;
margin: 36px auto 0;
}
.category_link:last-child {
  margin: 15px auto 0;
}
.category_link .link_item a {
font-size: 14px;
line-height: calc(27/14);
color: #00754A;
font-weight: bold;
}
@media print, screen and (max-width: 1023px) {
.category_area {
padding: calc(40/375*100vw) 0 calc(55/375*100vw);
}
.category_area_ttl {
font-size: calc(22/375*100vw);
line-height: calc(32/22);
}
.category_area_text {
font-size: calc(13/375*100vw);
line-height: calc(22/13);
margin-top: calc(11/375*100vw);
}
.category_link {
width: calc(195/375*100vw);
flex-direction: column;
gap: calc(3.3/375*100vw) 0;
margin: calc(35/375*100vw) auto 0;
}
.category_link:last-child {
  margin: calc(8/375*100vw) auto 0;
}
.category_link .link_item a {
display: block;
font-size: calc(13/375*100vw);
line-height: calc(27/13);
text-align: center;
}
}


  /* ----------------------------------------------------------
  block-gift
  ---------------------------------------------------------- */
  .block-gift {
    padding: 0 0 31px;
    text-align: center;
    overflow: hidden;
  }
  .block-gift h2, .block-gift h3, .block-gift h4, .block-gift p {
    margin: 0;
    padding: 0;
  }
  .block-gift h2 {
    font-size: 24px;
  }
  .block-gift h3 {
    font-size: 18px;
    margin-bottom: 23px;
  }
  .block-gift .mod-h3::before {
    margin: 43px auto 23px auto;
  }
  .block-gift .mod-h3._03::before {
    margin: 54px auto 23px auto;
  }
  .block-gift ._row-head ._box {
    position: relative;
    margin: 52px auto 0;
    background: #fff;
    padding: 40px 0 0 0;
    text-align: center;
    width: 560px;
    box-sizing: border-box;
  }
  .block-gift ._row-head ._image img {
    width: 100%;
  }
  .block-gift ._row-head p {
    margin-top: 19px;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.87);
  }
  .block-gift ._row-body ._btns {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 37px;
    margin-bottom: 54px;
  }
  .block-gift ._row-body ._btns._mb0 {
    margin-bottom: 0;
  }
  .block-scene {
    background: #D4E9E2;
    border-top: 8px solid #EDEBE9;
    padding: 45px 0 100px 0;
    text-align: center;
  }
  .block-scene p {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.7);
  }
  .block-scene ._row-head {
    text-align: center;
  }
  .block-scene ._row-head h2 {
    font-size: 24px;
    text-align: center;
    line-height: 1.58;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
  }
  .block-scene ._row-body {
    margin-top: 50px;
    text-align: center;
  }
  .mod-h2 {
    margin: 0;
    font-size: 27px;
    text-align: center;
    line-height: calc(32/27);
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
  }
  .mod-h3 {
    font-size: 16px;
    text-align: center;
    line-height: calc(26/16);
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
  }
  .mod-h3.is-L {
    font-size: 18px;
  }
  .mod-h3:before {
    position: relative;
    content: "";
    display: block;
    margin: 43px auto 27px auto;
    background-color: #067149;
    width: 40px;
    height: 4px;
    z-index: 1;
  }
  .mod-h4 {
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.87);
  }
  p.mod-note {
    font-size: 11px!important;
    line-height: 1.81;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 5px;
    margin-bottom: 18px;
  }
  .mod-image-wrap {
    margin: 0 auto;
    width: 343px;
    margin-top: 39px;
  }
  .mod-image-wrap._03 {
    width: 345px;
    margin: 22px auto 0;
  }
  .mod-image-wrap2 {
    margin: 0 auto;
    width: 210px;
  }
  .mod-image-wrap2.p3_images {
    position: relative;
    width: 210px;
    height: 193px;
  } 
  .mod-image-wrap2.p3_images .p3_card {
    position: absolute;
    left: -11px;
  }
  .mod-image-wrap2.p3_images .p3_hand {
    position: absolute;
    width: 122px;
    top: 42px;
    left: 87px;
  }
  ._btnsmod-mt30-sp {
    margin-top: 36px;
  }
  .mod-btn-more,
  .mod-btn-wrap {
    display: inline-block;
    padding: 0 24px;
    font-size: 16px;
    text-align: center;
    line-height: 56px;
    color: #00754a;
    border: 1px solid #00754a;
    border-radius: 50px;
    font-weight: bold;
  }
  .mod-btn-link {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 1.46;
    color: #047249;
  }
  .mod-gift-items {
    display: flex;
  }
  .mod-gift-items > div {
    position: relative;
  }
  .mod-gift-items ._item {
    position: relative;
    width: 152px;
    border-radius: 12px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
  .mod-gift-items ._item ._labes {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 10;
  }
  .mod-gift-items ._item ._labes div {
    width: 40px;
  }
  .mod-gift-items ._item ._item-image img {
    width: 100%;
  }
  .mod-gift-items ._item ._item-image a {
    display: block;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-gift-items ._item ._item-image a:hover {
    opacity: 0.8;
  }
  .mod-gift-items ._item ._item-texts {
    position: relative;
    padding: 14px 10px 0 10px;
    height: 258px;
    box-sizing: border-box;
    text-align: left;
  }
  .mod-gift-items ._item ._item-texts ._en {
    font-size: 11px;
    line-height: 1.54;
    font-weight: bold;
    color: #006241;
    margin-bottom: 5px;
    color: #aa8875;
  }
  .mod-gift-items ._item ._item-texts ._name {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.54;
    color: rgba(0, 0, 0, 0.87);
  }
  .mod-gift-items ._item ._item-texts ._text {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.7);
  }
  .mod-gift-items ._item ._item-texts ._price {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.016em;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
  }
  .mod-gift-items ._item ._item-texts ._btn {
    margin-top: 10px;
  }
  .mod-gift-items ._item ._item-texts ._bottom {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .block-gift .gift-size {
    text-align: left;
    width: 100%;
    max-width: 334px;
    margin: auto;
  }
  .block-gift .gift-size ._inner {
    display: flex;
  }
  .block-gift .gift-size ._txt {
    font-size: 12px;
    line-height: 2.0833333333;
    margin-top: 10px;
  }
  .block-gift .gift-size ._notes {
    font-size: 10px;
    line-height: 2;
  }
  .mod-scene-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* width: 950px; */
    margin: 0 auto;
  }
  .mod-scene-list li {
    padding: 12px 24px;
  }
  .mod-scene-list a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 1.68;
    color: #00754a;
    font-weight: bold;
  }
  ._row-head {
    margin-bottom: 53px;
  }

  .mod-slider-banner ._slide-dots {
    margin-top: 0.3472222222vw;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .mod-slider-banner ._slide-dots li {
    display: inline-block;
    width: 0.5555555556vw;
    height: 0.5555555556vw;
    margin: 0 0.3472222222vw;
    border-radius: 50%;
    background: rgba(237, 235, 233, 0.3);
  }
  .mod-slider-banner ._slide-dots li button {
    display: none;
  }
  .mod-slider-banner ._slide-dots li.slick-active {
    background: #fff;
  }
  .mod-slider-banner .slick-list {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 0.6944444444vw;
    overflow: hidden;
  }
  .mod-slider-banner a {
    display: block;
  }
  .m-change {
    margin-top: 8px;
    margin-bottom: 27px;
  }
  .mod-sp {
    display: none;
  }
@media screen and (max-width: 1023px) {
  .mod-sp {
    display: block;
  }
  /* ----------------------------------------------------------
  block-main
  ---------------------------------------------------------- */
  .block-main {
  }
  /* ----------------------------------------------------------
  block-gift
  ---------------------------------------------------------- */
  .block-gift {
    overflow: hidden;
    padding: 0 0 53px 0;
  }
  .block-gift h2, .block-gift h3, .block-gift p {
    margin: 0;
    padding: 0;
  }
  .block-gift h2 {
    font-size: 22px;
  }
  .block-gift ._row-head ._box {
    position: relative;
    margin: 10px auto 61px;
    background: #fff;
    padding: 36px 0 0 0;
    text-align: left;
    width: 91%;
    box-sizing: border-box;
  }
  .block-gift ._row-head ._image img {
    width: 100%;
  }
  .block-gift ._row-head p {
    margin-top: 17px;
    font-size: 13px;
    text-align: left;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.87);
  }
  .block-gift ._row-body {
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
  }
  .block-gift ._row-body ._btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin-top: 36px;
  }
  .block-scene {
    background: #D4E9E2;
    border-top: 8px solid #EDEBE9;
    padding: 50px 15px 100px 15px;
    text-align: center;
  }
  .block-scene p {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.7);
  }
  .block-scene ._row-head {
    text-align: center;
  }
  .block-scene ._row-head h2 {
    font-size: 22px;
    text-align: center;
    line-height: 1.58;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
    margin: 0 -15px;
  }
  .block-scene ._row-head p {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
    line-height: 1.69;
    color: rgba(0, 0, 0, 0.87);
  }
  .block-scene ._row-body {
    margin-top: 40px;
    text-align: center;
  }
  .block-scene a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 1.68;
    color: #00754a;
    font-weight: bold;
  }
  .mod-h2 {
    margin: 0;
    font-size: calc(27 / 375* 100vw);
    text-align: center;
    line-height: calc(32/27);
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
  }
  .mod-h3 {
    font-size: calc(16 / 375* 100vw);
    text-align: center;
    line-height: calc(26/16);
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
  }
  .mod-h3.is-L {
    font-size: 18px;
  }
  .mod-h3.is-L-sp {
    font-size: 18px;
    line-height: calc(22/18);
    margin-top: 60px;
  }
  .mod-h3:before {
    position: relative;
    content: "";
    display: block;
    margin: 43px auto 23px auto;
    background-color: #067149;
    width: 40px;
    height: 4px;
  }
  .mod-h4 {
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.87);
  }
  .mod-h4.is-left-sp {
    line-height: calc(22/13);
    text-align: left;
    margin-top: 27px;
  }
  p.mod-note {
    font-size: 11px !important;
    line-height: 1.81 !important;
    color: rgba(0, 0, 0, 0.7) !important;
    margin-top: 5px;
    text-align: left;
  }
  p.mod-note.is-center-sp {
    text-align: center;
  }
  .mod-image-wrap {
    margin: 20px auto 0 auto;
    width: 343px;
  }
  .mod-image-wrap._03 {
    width: 342px;
    margin: 22px auto 0;
  }
  .mod-image-wrap2 {
    margin: 0 auto;
    width: 210px;
  }
  .mod-image-wrap2.p3_images {
    position: relative;
    width: 210px;
    height: 193px;
  } 
  .mod-image-wrap2.p3_images .p3_card {
    position: absolute;
    left: -11px;
  }
  .mod-image-wrap2.p3_images .p3_hand {
    position: absolute;
    width: 122px;
    top: 42px;
    left: 87px;
  }
  .mod-btn-more,
  .mod-btn-wrap {
    display: inline-block;
    padding: 14px 25px;
    font-size: 16px;
    text-align: center;
    line-height: 1.68;
    color: #00754a;
    border: 1px solid #00754a;
    border-radius: 50px;
    font-weight: bold;
  }
  .mod-btn-link {
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    line-height: 1.46;
    color: #047249;
  }
  ._btnsmod-mt30-sp {
    margin: 31px auto;
    text-align: center;
  }
  .mod-gift-items {
    display: flex;
    padding: 5px 0;
  }
  .mod-gift-items > div {
    position: relative;
  }
  .mod-gift-items ._item {
    position: relative;
    width: 153px;
    border-radius: 12px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
  .mod-gift-items ._item ._labes {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 10;
  }
  .mod-gift-items ._item ._labes div {
    width: 40px;
  }
  .mod-gift-items ._item ._item-image img {
    width: 100%;
  }
  .mod-gift-items ._item ._item-image a {
    display: block;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-gift-items ._item ._item-image a:hover {
    opacity: 0.8;
  }
  .mod-gift-items ._item ._item-texts {
    position: relative;
    padding: 10px 10px 0 10px;
    height: 240px;
  }
  .mod-gift-items ._item ._item-texts ._en {
    font-size: 11px;
    line-height: 1.54;
    font-weight: bold;
    margin-right: -5px;
    margin-bottom: 5px;
    color: #aa8875;
  }
  .mod-gift-items ._item ._item-texts ._en.is-col {
    color: #aa8875;
  }
  .mod-gift-items ._item ._item-texts ._name {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.54;
    color: rgba(0, 0, 0, 0.87);
  }
  .mod-gift-items ._item ._item-texts ._text {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.7);
  }
  .mod-gift-items ._item ._item-texts ._price {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.016em;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
  }
  .mod-gift-items ._item ._item-texts ._btn {
    margin-top: 10px;
  }
  .mod-gift-items ._item ._item-texts ._bottom {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .block-gift .gift-size {
    text-align: left;
    width: 100%;
    max-width: 334px;
    margin: auto;
  }
  .block-gift .gift-size ._inner {
    display: flex;
    /* flex-wrap: wrap; */
  }
  .block-gift .gift-size ._txt {
    font-size: 12px;
    line-height: 2.0833333333;
    margin-top: 10px;
  }
  .block-gift .gift-size ._notes {
    font-size: 10px;
    line-height: 2;
  }
  .mod-scene-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }
  .mod-scene-list a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 1.68;
    color: #00754a;
    font-weight: bold;
  }

  .mod-slider-banner ._slide-dots {
    margin-top: 4.5333333333vw;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
  .mod-slider-banner ._slide-dots li {
    display: inline-block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 1.3333333333vw;
    border-radius: 50%;
    background: rgba(237, 235, 233, 0.3);
  }
  .mod-slider-banner ._slide-dots li button {
    display: none;
  }
  .mod-slider-banner ._slide-dots li.slick-active {
    background: #fff;
  }
  .mod-slider-banner .slick-list {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 2.6666666667vw;
    overflow: hidden;
  }
  .mod-slider-banner a {
    display: block;
  }
  .mt-change {
    margin-top: 30px !important;
  }
  .m-change {
    margin-top: 8px;
    margin-bottom: 23px;
  }
  #rapping ._btn {
    display: flex;
    justify-content: center;
  }
  .mod-pc {
    display: none;
  }

  .scene {
    border-top: 8px solid #EDEBE9;
    background: #D4E9E2;
    padding: 64px 0;
    text-align: center;
    margin: 0 0 0;
  }

  .scene_texts {
    text-align: center;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.7);
  }

  .scene_title {
    font-size: 22px;
    text-align: center;
    line-height: 1.6363636364;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
    margin: -1px 0 0;
  }

  .scene_text {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.6923076923;
    position: relative;
    left: 4px;
  }

  .scene_link {
    display: block;
    border: 1px solid #00754A;
    border-radius: 32px;
    margin: 17px 0 0;
    font-size: 16px;
    color: #00754A;
    font-weight: bold;
    padding: 16px 24px;
  }

  .scene_connection-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    padding-top: 36px;
    width: 240px;
    margin: 0 auto;
    position: relative;
    left: 4px;
  }
  .scene_connection-links a {
    color: #00754A;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    line-height: 1.6875;
  }
  .scene_link {
    color: #00754A;
    font-weight: bold;
    margin: 50px 0 0;
    display: inline-block;
    font-size: 16px;
  }
}

.itemList .item .item_description {
  color: var(--color-pink);
  font-size: min(13px, calc(13 / 1440 * 100vw));
  font-weight: bold;
}
/* itemOnly add parts */
.itemOnly .itemList::before,
.itemOnly .itemList::after {
  content: none;
}
.itemOnly .itemList {
  justify-content: center;
}
.itemOnly .itemList .item {
  width: min(320px, calc(320/1440 * 100vw));
}
@media screen and (max-width: 1023px) {
  .itemList .item .item_description {
    font-size: calc(22/750*100vw);
  }
  .itemOnly .itemList .item {
    align-items: center;
    width: 100%;
  }
}

/* itemOnlyFlex */
.itemOnlyFlex .itemList::before,
.itemOnlyFlex .itemList::after {
  content: none;
}
.itemOnlyFlex .itemList {
  justify-content: center;
}
.itemOnlyFlex .itemList .item {
  width: min(735px, calc(735/1440 * 100vw));
  flex-direction: row;
  gap: min(22px, calc(22/1440 * 100vw));
}
.itemOnlyFlex .itemList .item .item_image_wrap {
  width: min(350px, calc(350/1440 * 100vw));
}
.itemOnlyFlex .itemList .item .item_texts_wrap {
  width: min(320px, calc(320/1440 * 100vw));
}
@media screen and (max-width: 1023px) {
  .itemOnlyFlex .itemList {
    justify-content: center;
  }
  .itemOnlyFlex .itemList .item {
    width: 100%;
  }
  .itemOnlyFlex .itemList .item .item_image_wrap {
    width: 100%;
  }
  .itemOnlyFlex .itemList .item .item_texts_wrap {
    width: 100%;
  }
}

/* itemTwo */
.itemTwo .itemList::before,
.itemTwo .itemList::after {
  content: none;
}
.itemTwo .itemList {
  justify-content: center;
}

/* egift slider */
.block-egift-card .digital_txt-area {
  width: min(600px, calc(600/1440 * 100vw));
  padding-top: 0;
  margin: 0 auto;
}
.block-egift-card .block-egift-card-slider {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .block-egift-card .block-egift-card-slider {
    /* width: min(268px, calc(268 / 1440* 100vw)); */
    margin-top: min(16px, calc(16 / 1440* 100vw));
    margin-bottom: min(13px, calc(13 / 1440* 100vw));
  }
}
@media screen and (max-width: 1023px) {
  .block-egift-card .block-egift-card-slider {
    /* width: calc(268 / 375* 100vw); */
    margin-bottom: calc(32 / 375* 100vw);
    margin-top: calc(55 / 375* 100vw);
  }
  .block-egift-card .digital_txt-area {
    width: 100%;
    padding: 0 calc(16 / 375 * 100vw);
  }
}
.block-egift ._slider {
  margin: 0 auto;
  /* margin-top: calc(32 / 1440 * 100vw); */
  padding: min(calc(72 / 1440 * 100vw), 72px) min(calc(20 / 1440 * 100vw), 20px) 0;
  position: relative;
  width: calc(953.5 / 1440 * 100vw);
  max-width: 953.5px;
  height: calc(361 / 1440 * 100vw);
  overflow: hidden;
  box-sizing: border-box;
}

.block-egift ._slider ._cover {
  position: absolute;
  top: 0px;
  left: 0px;
}
 .mod-egift-slider ._items ._item {
     max-width: 260px;
     width: calc(260 / 1440 * 100vw);
     text-align: center;
   }
 
   .mod-egift-slider ._items ._item img {
     max-width: 260px;
     width: calc(260 / 1440 * 100vw);
   }
@media print, screen and (max-width: 1023px) {
   .block-egift ._slider {
     margin: 0 auto;
     margin-top: calc(27 / 375 * 100vw);
     padding: 12.3333333333vw 0 0 0;
     position: relative;
     width: 100vw;
     height: 90vw;
     box-sizing: border-box;
   }
 
   .block-egift ._slider ._cover {
     position: absolute;
     top: 0px;
     left: 0;
     width: 100%;
   }
 .mod-egift-slider ._items {
     width: 100vw;
   }
 
   .mod-egift-slider ._items ._item {
     width: 69.3333333333vw;
     text-align: center;
   }
 
   .mod-egift-slider ._items ._item img {
     width: 69.3333333333vw;
   }
}

/* モーダル */
.modal2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}

/* モーダルがactiveの時 */
.modal2.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal2__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal2__content {
  position: relative;
  background-color: transparent;
  width: 100%;
  max-width: 500px;
  padding: 0 0 28px;
  overflow: hidden;
}

/* モーダルを閉じるボタン */
.modal2__close-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
}
/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 4px 0;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  display: inline-block;
  background-color: #E1DFDD;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
  background-color: #00A862;
}

@media print, screen and (max-width: 1023px) {
  .modal2 {
    padding: calc(16 / 375 * 100vw);
  }
  /* モーダルのコンテンツ */
  .modal2__content {
    width: calc(343 / 375 * 100vw);
    padding: 0 0 28px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top: 16px;
  }
}

/* block-wrapping */
@media print, screen and (min-width: 1024px) {
  .block-wrapping {
    --w:1440;
    --gift-text-color: rgba(0, 0, 0, 0.87);
  }
  .mod-btn-large {
    display: inline-block;
    text-align: center;
    border: min(1px, 1 / var(--w) * 100vw) solid #00754A;
    border-radius: min(100px, 100 / var(--w) * 100vw);
    padding: min(14px, 14 / var(--w) * 100vw) min(25px, 25 / var(--w) * 100vw) min(14px, 14 / var(--w) * 100vw) min(25px, 25 / var(--w) * 100vw);
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.69;
    font-weight: bold;
    color: #00754a;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-large:hover {
    opacity: 0.8;
  }
  .block-wrapping ._row-body {
    padding: min(91px, 91 / var(--w) * 100vw) 0 min(34px, 34 / var(--w) * 100vw) 0;
    text-align: center;
  }
  .block-wrapping ._block1 ._image-set {
    width: min(343px, 343 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .block-wrapping ._block1 ._2 {
    margin-top: min(55px, 55 / var(--w) * 100vw);
  }
  .block-wrapping ._block1 ._3 {
    margin-top: min(23px, 23 / var(--w) * 100vw);
  }
  .block-wrapping ._block1 ._4 {
    margin-top: min(40px, 40 / var(--w) * 100vw);
  }
  .block-wrapping ._block1 ._6 {
    margin: 0 !important;
    margin-top: min(10px, 10 / var(--w) * 100vw)!important;
    padding-left: min(5px, 5 / var(--w) * 100vw);
    text-align: left;
  }
  .block-wrapping ._block1 ._7 {
    margin-top: min(42px, 42 / var(--w) * 100vw);
  }
  .block-wrapping ._block2 {
    margin-top: min(55px, 55 / var(--w) * 100vw);
  }
  .block-wrapping ._block2 ._image {
    width: min(343px, 343 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .block-wrapping ._block2 ._2 {
    margin-top: min(20px, 20 / var(--w) * 100vw);
  }
  .block-wrapping ._block2 ._3 {
    margin-top: min(7px, 7 / var(--w) * 100vw);
  }
  .block-wrapping ._block2 ._4 {
    margin-top: min(20px, 20 / var(--w) * 100vw);
  }
  .block-wrapping ._block2 ._5 {
    margin-top: min(40px, 40 / var(--w) * 100vw);
  }
  .block-wrapping ._block2 ._6 {
    margin-top: min(35px, 35 / var(--w) * 100vw);
  }
  .block-wrapping ._block3 {
    margin-top: min(55px, 55 / var(--w) * 100vw);
  }
  .block-wrapping ._block3 ._image {
    width: min(343px, 343 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .block-wrapping ._block3 ._2 {
    margin-top: min(25px, 25 / var(--w) * 100vw);
  }
  .block-wrapping ._block3 ._3 {
    margin-top: min(8px, 8 / var(--w) * 100vw);
  }
  .block-wrapping ._block3 ._4 {
    margin-top: min(20px, 20 / var(--w) * 100vw);
  }
  .block-wrapping ._block3 ._5 {
    margin-top: min(22px, 22 / var(--w) * 100vw);
  }
  .block-wrapping ._block3 ._6 {
    margin-top: min(40px, 40 / var(--w) * 100vw);
  }
  .block-wrapping ._doc {
    font-size: min(15px, 15 / var(--w) * 100vw);
    line-height: 1.6;
    color: var(--gift-text-color);
  }
  .block-wrapping ._note {
    font-size: min(11px, 11 / var(--w) * 100vw);
    line-height: 1;
    color: var(--gift-text-color);
  }
  .block-wrapping ._link {
    font-size: min(15px, 15 / var(--w) * 100vw);
    line-height: 1.47;
    color: #047249;
  }
  .mod-wrapping-h2 h2 {
    font-size: min(24px, 24 / var(--w) * 100vw);
    line-height: 1.58;
    font-weight: bold;
    color: var(--gift-text-color);
    margin-bottom: min(15px, 15 / var(--w) * 100vw);
  }
  .mod-wrapping-h3 {
    position: relative;
    text-align: center;
  }
  .mod-wrapping-h3::before {
    position: relative;
    content: "";
    display: block;
    margin: 0 auto min(22px, 22 / var(--w) * 100vw) auto;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(4px, 4 / var(--w) * 100vw);
    z-index: 1;
    background: #067149;
  }
  .mod-wrapping-h3 h3 {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1.63;
    font-weight: bold;
    color: #000000;
  }
  .mod-wrapping-images {
    display: flex;
    gap: 0;
    justify-content: center;
  }
  .mod-wrapping-image p {
    margin: 0 !important;
  }
  .mod-wrapping-images > * {
    width: min(111px, 111 / var(--w) * 100vw);
  }
  .mod-wrapping-image {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    align-items: flex-start;
    font-size: min(10px, 10 / var(--w) * 100vw);
    line-height: 1;
    color: var(--gift-text-color);
  }
}
@media screen and (max-width: 1023px) {
  .block-wrapping {
    --w:375;
    --gift-text-color: rgba(0, 0, 0, 0.87);
  }
  .mod-btn-large {
    display: inline-block;
    text-align: center;
    border: calc(1 / var(--w) * 100vw) solid #00754A;
    border-radius: calc(100 / var(--w) * 100vw);
    padding: calc(14 / var(--w) * 100vw) calc(25 / var(--w) * 100vw) calc(14 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.69;
    font-weight: bold;
    color: #00754a;
  }
  .block-wrapping ._row-body {
    padding: calc(22 / var(--w) * 100vw) calc(16 / var(--w) * 100vw) calc(60 / var(--w) * 100vw) calc(16 / var(--w) * 100vw);
  }
  .block-wrapping ._block1 ._image-set {
    width: calc(343 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .block-wrapping ._block1 ._2 {
    margin-top: calc(55 / var(--w) * 100vw);
  }
  .block-wrapping ._block1 ._3 {
    margin-top: calc(23 / var(--w) * 100vw);
  }
  .block-wrapping ._block1 ._4 {
    margin-top: calc(20 / var(--w) * 100vw);
  }
  .mod-wrapping-images._5 p {
    margin: 0 !important;
  }
  .block-wrapping ._block1 ._6 {
    margin: 0 !important;
    margin-top: calc(9 / var(--w) * 100vw)!important;
    text-align: left;
    font-size: calc(10 / var(--w) * 100vw);
  }
  .block-wrapping ._block1 ._7 {
    margin-top: calc(42 / var(--w) * 100vw);
    text-align: center;
  }
  .block-wrapping ._block2 {
    margin-top: calc(61 / var(--w) * 100vw);
  }
  .block-wrapping ._block2 ._image {
    width: calc(338 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .block-wrapping ._block2 ._2 {
    margin-top: calc(20 / var(--w) * 100vw);
  }
  .block-wrapping ._block2 ._3 {
    margin: 0 !important;
    margin-top: calc(9/var(--w)*100vw) !important;
  }
  .block-wrapping ._block2 ._4 {
    margin-top: calc(15 / var(--w) * 100vw);
  }
  .block-wrapping ._block2 ._5 {
    margin-top: calc(26 / var(--w) * 100vw);
  }
  .block-wrapping ._block2 ._6 {
    margin-top: calc(30 / var(--w) * 100vw);
    text-align: center;
  }
  .block-wrapping ._block3 {
    margin-top: calc(55 / var(--w) * 100vw);
  }
  .block-wrapping ._block3 ._image {
    width: calc(342 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .block-wrapping ._block3 ._2 {
    margin-top: calc(25 / var(--w) * 100vw);
  }
  .block-wrapping ._block3 ._3 {
    margin: 0 !important;
    margin-top: calc(10/var(--w)*100vw) !important;
  }
  .block-wrapping ._block3 ._4 {
    margin-top: calc(20 / var(--w) * 100vw);
  }
  .block-wrapping ._block3 ._5 {
    margin-top: calc(22 / var(--w) * 100vw);
    margin-bottom: calc(-10/var(--w)*100vw);
  }
  .block-wrapping ._block3 ._6 {
    margin-top: calc(40 / var(--w) * 100vw);
    text-align: center;
  }
  .block-wrapping ._doc {
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.69;
    color: var(--gift-text-color);
    margin-left: 0;
    margin-right: 0;
  }
  .block-wrapping ._note {
    font-size: calc(11 / var(--w) * 100vw);
    line-height: 1;
    color: var(--gift-text-color);
  }
  .block-wrapping ._link {
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.47;
    color: #047249;
  }
  .mod-wrapping-h2 h2 {
    font-size: calc(22 / var(--w) * 100vw);
    line-height: 1.64;
    font-weight: bold;
    color: var(--gift-text-color);
    margin-bottom: calc(15 / var(--w) * 100vw);
    text-align: center;
  }
  .mod-wrapping-h3 {
    position: relative;
    text-align: center;
  }
  .mod-wrapping-h3::before {
    position: relative;
    content: "";
    display: block;
    margin: 0 auto calc(28 / var(--w) * 100vw) auto;
    width: calc(40 / var(--w) * 100vw);
    height: calc(4 / var(--w) * 100vw);
    z-index: 1;
    background: #067149;
  }
  .mod-wrapping-h3 h3 {
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1.22;
    font-weight: bold;
    color: var(--gift-text-color);
  }
  .mod-wrapping-images {
    width: calc(334 / var(--w) * 100vw);
    margin: 0 auto;
    display: flex;
    gap: 0;
  }
  .mod-wrapping-images > * {
    width: calc(111 / var(--w) * 100vw);
  }
  .mod-wrapping-image {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    font-size: calc(10 / var(--w) * 100vw);
    line-height: 1;
    color: var(--gift-text-color);
  }
}

.js-fixed-menu-target {
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 1;
  visibility: visible;
}
.js-fixed-menu-target.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}