@charset "UTF-8";

:root {
  --color-green: #00754A;
  --color-blue: #5696EF;
  --color-black: rgba(0, 0, 0, 0.87);
  --color-note-black: rgba(0, 0, 0, 0.58);
  --color-brown: #917977;
  --color-yellow: #FFE79A;
  --color-gift-pink: #E66F89;
  --color-border-pink: #EFB9C4;
  --color-white: #ffffff;
  --color-gray: #F2F0EB;
  --color-gold: #BC9865;
}

html {
  scroll-padding-top: 56px; 
  /* scroll-behavior: smooth; */
}

@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;
  }

  #bag {
    position: relative;
    top: min(-19px, calc(-19/1440*100vw));
  }
  #goods {
    position: relative;
    top: min(-70px, calc(-70/1440*100vw));
  }
  #utensil {
    position: relative;
    top: min(-19px, calc(-19/1440*100vw));
  }
  #assort {
    position: relative;
    top: min(-70px, calc(-70/1440*100vw));
  }
  #card {
    position: relative;
    top: min(-70px, calc(-70/1440*100vw));
  }
}
@media screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }

  #bag {
    position: relative;
    top: calc(-19/375*100vw);
  }
  #goods {
    position: relative;
    top: calc(-15/375*100vw);
  }
  #utensil {
    position: relative;
    top: calc(-15/375*100vw);
  }
  #assort {
    position: relative;
    top: calc(-15/375*100vw);
  }
  #card {
    position: relative;
    top: calc(-15/375*100vw);
  }
}


._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);
  }
  .c-more-link .btn {
    padding: 8px 15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .section_inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
  }
  .section_ttl {
    font-weight: bold;
    position: relative;
    left: min(3px, calc(3/1440*100vw));
    color: var(--color-blue);
    font-size: min(24px, calc(24/1440*100vw));
    line-height: calc(30/24);
    text-align: center;
  }
  .section_txt {
    color: var(--color-black);
    font-size: min(15px, calc(15/1440*100vw));
    line-height: calc(24/15);
    text-align: center;
    margin-top: min(30px, calc(30/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-black);
    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-yellow);
  }
  .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 {
    position: relative;
    left: calc(3/375*100vw);
    color: var(--color-blue);
    font-size: calc(22/375*100vw);
    line-height: calc(32/22);
    font-weight: bold;
    text-align: center;
  }
  .section_txt {
    color: var(--color-black);
    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-black);
    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-yellow);
    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);
  }

}

/* ----------------------------------------------------------
  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: 804px;
    width: calc(804/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(30/375*100vw) calc(14 / 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);
  }

  ._01 .custom-service_box .custom-service_txt-area {
    padding: calc(32/375*100vw) calc(15 / 375* 100vw);
  }
  ._01 .custom-service_box .custom-service_ttl {
    margin-bottom: calc(3 / 375* 100vw);
  }
  ._01 .custom-service_box .custom-service_txt {
    margin-bottom: calc(14/375*100vw);
  }
}


/* ----------------------------------------------------------
  kv
---------------------------------------------------------- */
.mainVisual {
  background: url("/gift/newlife/images/kv_pc.webp") no-repeat;
  background-size: 100%;
  height: calc( 608 / 1440 * 100vw );
}
.mainVisual .mainVisual-text {
  position: relative;
}
.mainVisual .logo img {
  width: 100%;
}
.mainVisual .mainVisual-text .mainVisual-text-img {
  position: absolute;
  top: calc(186 / 1440 * 100vw);
  left: calc(174 / 1440 * 100vw);
}
.mainVisual .mainVisual-text .mainVisual-text-img img {
  width: calc( 530.5 / 1440 * 100vw );
}
.mainVisual .mainVisual-text h1 {
  position: relative;
  top: calc(-9 / 1440 * 100vw);
  left: calc(14 / 1440 * 100vw);
  font-feature-settings: "palt";
  color: #5E9FF8;
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(29 / 24);
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-top: calc(18 / 1440 * 100vw);
  text-shadow: 0px 0px 5px rgba(170, 131, 102, 0.35);
}

@media screen and (max-width: 1023px) {
  .mainVisual {
    background: url("/gift/newlife/images/kv_sp.webp") no-repeat;
    background-size: cover;
    height: calc( 540 / 375 * 100vw );
  }
  .mainVisual .mainVisual-text .mainVisual-text-img {
    top: calc( 375 / 375 * 100vw );
    left: calc( 15 / 375 * 100vw );
    text-align: right;
  }
  .mainVisual .mainVisual-text .mainVisual-text-img img {
    width: calc( 248 / 375 * 100vw );
  }
  .mainVisual .mainVisual-text h1 {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(29 / 17);
    letter-spacing: 0.07em;
    margin-top: calc(-4 / 375 * 100vw);
    top: 0;
    left: calc(-15 / 375 * 100vw);
  }

}
  /* ----------------------------------------------------------
  block-lead
  ---------------------------------------------------------- */
  .block-lead {
    padding-top: 74px;
    padding-bottom: 95px;
    background-color: #FFF9E6;
  }
  .block-lead .mod-text {
    text-align: center;
    font-size: 15px;
    color: var(--color-black);
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(32 / 15);
    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);
      padding-bottom: calc(55 / 375 * 100vw);
    }
    .block-lead .mod-text {
      font-size: calc(13 / 375 * 100vw);
      line-height: calc(28/13);
    }
  }


/* ----------------------------------------------------------
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/newlife/images/bg_kv_link_pc.webp") no-repeat;
    /* background-size: 100%; */
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: min(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: min(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: min(13px, calc(13 / 1440* 100vw));
    color: #5696EF;
    font-weight: 500;
    line-height: calc(22 / 13);
    position: relative;
    gap: calc(4 / 1440* 100vw);
  }
  .kv_link-area .kv_link::after {
    content: "";
    background: url("/gift/newlife/images/icon_arrow.svg") no-repeat;
    background-size: cover;
    display: inline-block;
    width: min(12px, calc(12 / 1440* 100vw));
    height: min(7px, calc(7 / 1440* 100vw));
  }

}
@media print, screen and (max-width: 1023px){
  .kv_link-area {
    background: url("/gift/newlife/images/bg_kv_link_sp.webp") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 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: calc(280/375*100vw);
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 calc(24 / 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(12 / 375* 100vw);
    color: #5696EF;
    font-weight: bold;
    line-height: calc(22 / 12);
    position: relative;
    gap: calc(8 / 375* 100vw);
    top: 0;
  }
  .kv_link-area .kv_link::after {
    content: "";
    background: url("/gift/newlife/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 {
  padding-top: min(65px, calc(65 / 1440 * 100vw));
}
.section-gift .assort_01 {
  padding-top: min(26px, calc(26 / 1440 * 100vw));
  padding-bottom: min(82px, calc(82 / 1440 * 100vw));
}
@media print, screen and (max-width: 1023px){
  .section-gift {
    padding-top: calc(62 / 375 * 100vw);
  }
  .section-gift .assort_01 {
    padding-top: calc(22 / 375 * 100vw);
    padding-bottom: calc(58 / 375 * 100vw);
  }
}

/* ----------------------------------------------------------
  section-name-engraving
---------------------------------------------------------- */
.section-name-engraving {
  border-top: 1px solid #DBDBDB;
  padding-top: min(60px, calc(60 / 1440 * 100vw));
}
.section-name-engraving .assort_02 {
  padding-top: min(91px, calc(91 / 1440 * 100vw));
  padding-bottom: min(19px, calc(19 / 1440 * 100vw));
}
.section-name-engraving .assort_03 {
  padding-top: min(124px, calc(124 / 1440 * 100vw));
  padding-bottom: min(19px, calc(19 / 1440 * 100vw));
}
.section-name-engraving .assort_04 {
  padding-top: min(63px, calc(63 / 1440 * 100vw));
  padding-bottom: min(80px, calc(80 / 1440 * 100vw));
}

@media print, screen and (max-width: 1023px){
  .section-name-engraving {
    border-top: calc(2 / 375 * 100vw) solid #DBDBDB;
    padding-top: calc(60 / 375 * 100vw);
  }
  .section-name-engraving .assort_02 {
    padding-top: calc(88 / 375 * 100vw);
    padding-bottom: 0;
  }
  .section-name-engraving .assort_03 {
    padding-top: calc(101 / 375 * 100vw);
    padding-bottom: calc(41 / 375 * 100vw);
  }
  .section-name-engraving .assort_04 {
    padding-top: calc(58 / 375 * 100vw);
    padding-bottom: calc(58 / 375 * 100vw);
  }
  .section-name-engraving .custom-service {
    margin-top: calc(39 / 375 * 100vw);
  }
}

/* ----------------------------------------------------------
  section-athome
---------------------------------------------------------- */
.section-athome {
  border-top: 1px solid #DBDBDB;
  padding-top: min(62px, calc(62 / 1440 * 100vw));
}
.section-athome .assort_05 {
  padding-top: min(91px, calc(91 / 1440 * 100vw));
  padding-bottom: min(80px, calc(80 / 1440 * 100vw));
}
.section-athome .assort_06 {
  padding-top: min(4px, calc(4 / 1440 * 100vw));
  padding-bottom: min(20px, calc(20 / 1440 * 100vw));
}
.section-athome .assort_07 {
  padding-top: min(63px, calc(63 / 1440 * 100vw));
  padding-bottom: min(41px, calc(41 / 1440 * 100vw));
}

@media print, screen and (max-width: 1023px){
  .section-athome {
    border-top: calc(1 / 375 * 100vw) solid #DBDBDB;
    padding-top: calc(60 / 375 * 100vw);
  }
  .section-athome .assort_05 {
    padding-top: calc(88 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }
  .section-athome .assort_06 {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(41 / 375 * 100vw);
  }
  .section-athome .assort_07 {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
  }
}

/* ----------------------------------------------------------
  section-refresh
---------------------------------------------------------- */
.section-refresh {
  border-top: 1px solid #DBDBDB;
  padding-top: min(62px, calc(62 / 1440 * 100vw));
}
.section-refresh .assort_08 {
  padding-top: min(91px, calc(91 / 1440 * 100vw));
  padding-bottom: min(80px, calc(80 / 1440 * 100vw));
}
.section-refresh .assort_09 {
  padding-top: min(4px, calc(4 / 1440 * 100vw));
  padding-bottom: min(40px, calc(40 / 1440 * 100vw));
}


@media print, screen and (max-width: 1023px){
  .section-refresh {
    border-top: calc(1 / 375 * 100vw) solid #DBDBDB;
    padding-top: calc(60 / 375 * 100vw);
  }
  .section-refresh .assort_08 {
    padding-top: calc(87 / 375 * 100vw);
    padding-bottom: calc(41 / 375 * 100vw);
  }
  .section-refresh .assort_09 {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
  }
}

/* ----------------------------------------------------------
  section-atstore
---------------------------------------------------------- */
.section-atstore {
  border-top: 1px solid #DBDBDB;
  padding-top: min(62px, calc(62 / 1440 * 100vw));
}
.section-atstore .assort_10 {
  padding-top: min(91px, calc(91 / 1440 * 100vw));
  padding-bottom: min(80px, calc(80 / 1440 * 100vw));
}
.section-atstore .assort_11 {
  padding-top: min(4px, calc(4 / 1440 * 100vw));
  padding-bottom: min(20px, calc(20 / 1440 * 100vw));
}

@media print, screen and (max-width: 1023px){
  .section-atstore {
    border-top: calc(1 / 375 * 100vw) solid #DBDBDB;
    padding-top: calc(60 / 375 * 100vw);
  }
  .section-atstore .assort_10 {
    padding-top: calc(87 / 375 * 100vw);
    padding-bottom: calc(41 / 375 * 100vw);
  }
  .section-atstore .assort_11 {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(7 / 375 * 100vw);
  }
  .section-atstore .custom-service_box .custom-service_txt-area {
    padding: calc(18/375*100vw) calc(18 / 375* 100vw);
  }
}

/* ----------------------------------------------------------
  section-wrapping
---------------------------------------------------------- */
.section-wrapping .section_inner {
  background-color: rgba(242,240,235,0.5);
  max-width: 1128px;
  padding-top: min(37px, calc(37 / 1440 * 100vw));
  border-radius: min(12px, calc(12 / 1440 * 100vw));
}
.section-wrapping .section_ttl {
  font-family: "SoDoSans";
  font-style: normal;
  font-weight: 700;
  width: fit-content;
  position: relative;
  color: var(--color-gold);
  top: min(3px, calc(3 / 1440 * 100vw));
  left: min(3px, calc(3 / 1440 * 100vw));
  letter-spacing: 0.06em;
  margin: 0 auto min(34px, calc(34 / 1440 * 100vw));
  font-size: min(22px, calc(22 / 1440 * 100vw));
  line-height: calc(32 / 22);
}
.section-wrapping .wrapping_item {
  position: relative;
  left: min(35px, calc(35 / 1440 * 100vw));
  width: min(985px, calc(985 / 1440 * 100vw));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: min(28px, calc(28 / 1440 * 100vw));
  padding-bottom: min(45px, calc(45 / 1440 * 100vw));
}
.section-wrapping .wrapping_item::before {
  content: "";
  background-image: url("/gift/newlife/images/gift_wrapping/icon_online.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: min(80px, calc(80 / 1440 * 100vw));
  height: min(80px, calc(80 / 1440 * 100vw));
  position: absolute;
  top: 0;
  left: calc(6 / 1440 * 100vw);
  z-index: 1;
}
.section-wrapping .wrapping_item_img {
  width: min(131px, calc(131 / 1440 * 100vw));
  flex-shrink: 0;
}
.section-wrapping .wrapping_item_txt_wrap {
  width: min(680px, calc(680 / 1440 * 100vw));
  flex-shrink: 0;
  margin-top: min(16px, calc(16 / 1440 * 100vw));
}
.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(11px, calc(11 / 1440 * 100vw));
  line-height: calc(22/11);
  color: rgba(0, 0, 0, 0.58);
  margin-bottom: min(8px, calc(8 / 1440 * 100vw));
}

.section-wrapping .wrapping_item_border {
  width: 75%;
  background-color: #fff;
  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: #E66F89;
  font-weight: 500;
  margin-top: 0;
}

.wrapping_gift_wrap {
  position: relative;
  display: flex;
  gap: min(20px, calc(20 / 1440 * 100vw));
  width: min(920px, calc(920 / 1440 * 100vw));
  padding-top: min(44px, calc(44 / 1440 * 100vw));
  margin: 0 auto;
}
.wrapping_gift_wrap::before {
  content: "";
  display: inline-block;
  width: min(920px, calc(920 / 1440 * 100vw));
  height: min(1px, calc(1 / 1440 * 100vw));
  background: #DBDBDB;
  position: absolute;
  top: min(-2px, calc(-2 / 1440 * 100vw));

}
.wrapping_gift_item {
  display: flex;
  gap: min(20px, calc(20 / 1440 * 100vw));
}
.wrapping_gift_item_img {
  width: min(120px, calc(120 / 1440 * 100vw));
  flex-shrink: 0;
}
.wrapping_gift_item_txt {
  width: min(310px, calc(310 / 1440 * 100vw));
  flex-shrink: 0;
  font-size: min(14px, calc(14 / 1440 * 100vw));
  line-height: calc(23/14);
  color: rgba(0, 0, 0, 0.87);
  margin-top: min(7px, calc(7 / 1440 * 100vw));
}
.wrapping_gift_item_ttl {
  font-size: min(15px, calc(15 / 1440 * 100vw));
  line-height: calc(22/15);
  font-weight: bold;
}

.wrapping_gift_item_txt-note {
  font-size: min(11px, calc(11 / 1440 * 100vw));
  line-height: calc(22/11);
  color: rgba(0, 0, 0, 0.58);
  margin-top: min(5px, calc(5 / 1440 * 100vw));
}

.section-wrapping .c-more-link {
  justify-content: center;
  padding-bottom: min(51px, calc(51 / 1440 * 100vw));
  margin-top: min(18px, calc(18 / 1440 * 100vw));
}
.section-wrapping .c-more-link .btn {
  padding: 8px 19px;
  font-size: 13px;
}


@media print, screen and (max-width: 1023px) {
  .section-wrapping {
    padding-bottom: calc(37 / 375 * 100vw);
    border-bottom: 1px solid #DBDBDB;
  }
  .section-wrapping .section_inner {
    max-width: 100%;
    padding-top: calc(18 / 375 * 100vw);
    border-radius: calc(12 / 375 * 100vw);
  }
  .section-wrapping .section_ttl {
    letter-spacing: 0.06em;
    margin-bottom: calc(15 / 375 * 100vw);
    top: 0;
    left: calc(2 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
  }

  .section-wrapping .wrapping_item {
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: calc(19 / 375 * 100vw);
    padding-bottom: calc(39 / 375 * 100vw);
  }
  .section-wrapping .wrapping_item::before {
    content: "";
    background-image: url("/gift/newlife/images/gift_wrapping/icon_online.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(70 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
    position: absolute;
    top: calc(9 / 375 * 100vw);
    left: calc(46 / 375 * 100vw);
    z-index: 1;
  }
  .section-wrapping .wrapping_item_img {
    width: calc(144.44 / 375 * 100vw);
  }
  .section-wrapping .wrapping_item_txt_wrap {
    width: calc(304 / 375 * 100vw);
    margin: 0 auto;
  }

  .section-wrapping .wrapping_item_ttl {
    letter-spacing: 0.05em;
    text-align: left;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26/16);
    margin-bottom: calc(10 / 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);
    margin-bottom: calc(6 / 375 * 100vw);
  }
  .section-wrapping .wrapping_item_txt-note {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(17/11);
    margin-bottom: 0;
  }

  .section-wrapping .wrapping_item_border {
    width: 100%;
    padding: calc(11 / 375 * 100vw) calc(16 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    text-align: left;
    line-height: calc(18/11);
    margin: calc(11 / 375 * 100vw) auto 0;
  }

  .wrapping_gift_wrap {
    flex-direction: column;
    gap: calc(20 / 375 * 100vw);
    width: calc(304 / 375 * 100vw);
    padding-top: calc(9 / 375 * 100vw);
    margin: 0 auto;
  }
  .wrapping_gift_wrap::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(1 / 375 * 100vw);
    top: calc(-10 / 375 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
  }
  .wrapping_gift_item {
    display: flex;
    align-items: center;
    gap: calc(22 / 375 * 100vw);
  }
  .wrapping_gift_item_img {
    width: calc(120 / 375 * 100vw);
    flex-shrink: 0;
  }
  .wrapping_gift_item_txt {
    width: calc(163 / 375 * 100vw);
    flex-shrink: 0;
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(17/11);
    color: rgba(0, 0, 0, 0.87);
    margin-top: calc(7 / 375 * 100vw);
  }
  .wrapping_gift_item_ttl {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22/13);
    font-weight: bold;
  }
  
  .wrapping_gift_item_txt-note {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(16/11);
    color: rgba(0, 0, 0, 0.58);
    margin-top: calc(5 / 375 * 100vw);
  }
  
  .section-wrapping .c-more-link {
    justify-content: center;
    padding-bottom: calc(31 / 375 * 100vw);
    margin-top: calc(33 / 375 * 100vw);
  }
  .section-wrapping .c-more-link .btn {
    /* padding: 8px 19px; */
    padding: 0;
    font-size: calc(13 / 375 * 100vw);
  }
}

/* ----------------------------------------------------------
  配送に関するお知らせ
---------------------------------------------------------- */
.news_area {
  padding: min(101px, calc(101/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.87);
  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: rgba(0, 0, 0, 0.87);
  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/newlife/images/news_icon.webp');
  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(41/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(236/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;
}

/* ----------------------------------------------------------
  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 .section_inner {
    padding-top: min(126px, calc(126/1440*100vw));
    padding-bottom: min(141px, calc(141/1440*100vw));
  }
  .digital_wrap {
    max-width: 803px;
    width: calc(803/1440*100vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: min(58px, calc(58/1440*100vw));
  }
  .digital_item {
    display: flex;
    gap: min(22px, calc(22/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));
  }
  .digital_txt-area {
    padding-top: min(22px, calc(22/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 .section_inner {
    width: 100%;
    padding-top: calc(103/375*100vw);
    padding-bottom: calc(8/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(20/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(16/375*100vw);
    font-weight: bold;
    line-height: calc(24/16);
    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(15/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(19/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;
  }
}


.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;
}

@media screen and (max-width: 1023px) {
  .c-more-link .btn {
    width: calc(116 / 375 * 100vw);
    height: calc(28.55 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding: 0;
    border: calc(1 / 375 * 100vw) solid #00754A;
  }
  .itemList .item .item_labes {
    top: calc(8 / 375 * 100vw);
    left: calc(8 / 375 * 100vw);
  }
  .itemList .item .item_labes div {
    width: calc(40 / 375 * 100vw);
  }
}