/*
 * style.css - 外注先追加CSS
 *
 * 共通スタイルは DocumentRoot/ 内のアセットから読み込み済みです。
 * このファイルには案件固有のスタイルのみ記述してください。
 */
@charset "UTF-8";
@media screen and (min-width: 751px) {
  #naturallife,
  #naturallife a,
  #naturallife dt,
  #naturallife dd,
  #naturallife li,
  #naturallife th,
  #naturallife td,
  #naturallife p {
      font-family: "Noto Sans CJK JP" , "Noto Sans JP" ,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
      font-feature-settings: "palt" 1;
  }
  #naturallife {
      background: #011b6a;
      width: 1366px;
      margin: 0 auto;
      letter-spacing: 0;
      position: relative;
      color: #011b6a;
      font-size: 18px;
      line-height: calc(32 / 18);
      text-box: trim-both text text;
  }
  #naturallife a, #naturallife button {
      display: block;
      width: 100%;
      transition: opacity 0.3s ease;
      background: none;
      border: none;
      padding: 0;
  }
  #naturallife a:hover, #naturallife button:hover {
      cursor: pointer;
      opacity: 0.8;
  }
  #naturallife img {
      display: block;
      width: 100%;
  }
  #naturallife sup {
      vertical-align: top;
  }
  #naturallife table td {
      border: none;
  }
  #naturallife .color-red {
      color: #ff000a;
  }
  #naturallife .mt-0 {
      margin-top: 0 !important;
  }
  #naturallife .mt-2em {
      margin-top: 2em !important;
  }
  #naturallife .btn-apply {
      margin: 0 auto;
  }
  #naturallife .noto {
      display: inline-flex;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: .57em;
      background-image: url(../images/noto_g.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: left bottom;
      position: relative;
      top: -.2em;
  }
  #naturallife .noto.noto--strong {
      background-image: url(../images/noto_g-strong.svg);
  }
  #naturallife .link-underline {
      display: inline;
      color: #0071ba;
      text-decoration: underline;
  }
  #naturallife .list-indent li {
      padding-left: 1em;
      text-indent: -1em;
  }
  #naturallife .list-indent .list-mark {
      display: inline-block;
      text-indent: -1em;
  }
  #naturallife .imagewrap {
      position: relative;
  }
  #naturallife .imagewrap .imagewrap__image {
      position: relative;
  }
  #naturallife .imagewrap .imagewrap__detail {
      position: absolute;
      width: 100%;
      height: 100%;
      inset: 0;
  }
  #naturallife .imagewrap .imagewrap__link {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
  }
  #naturallife .naturallife__title {
      width: 766px;
      margin-inline: auto;
  }
  #naturallife .naturallife_top {
      display: block;
      position: fixed;
      background: url(../images/top.png) no-repeat;
      background-size: 100%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 100px;
      height: 100px;
      z-index: 3;
      right: 50px;
      bottom: 150px;
  }
  #naturallife .tabs {
      height: 170px;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      gap: 10px;
      flex: 1;
      transition: all 0.3s;
  }
  #naturallife .tabs label {
      width: 360px;
      height: 154px;
      padding-bottom: 5px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      border-radius: 26px 26px 0 0;
      border: 3px solid #fff;
      background-position: top -1px center;
      background-size: 100% 102%;
      background-repeat: no-repeat;
      transition: all 0.3s;
  }
  #naturallife .tabs label img {
      width: 100%;
      transition: all 0.3s;
      margin-bottom: -16px;
  }
  #naturallife .tabs .tab-A {
      background-image: url("../images/tabA-bg.png");
  }
  #naturallife .tabs .tab-B {
      background-image: url("../images/tabB-bg.png");
  }
  #naturallife input[name="tab_howto"], #naturallife input[name="tab_product"], #naturallife input[name="tab_terms"] {
      display: none;
  }
  #naturallife #tab1:checked ~ .tabs label[for="tab1"], #naturallife #tab2:checked ~ .tabs label[for="tab2"], #naturallife #tab3:checked ~ .tabs label[for="tab3"], #naturallife #tab4:checked ~ .tabs label[for="tab4"], #naturallife #tab5:checked ~ .tabs label[for="tab5"], #naturallife #tab6:checked ~ .tabs label[for="tab6"], #naturallife #tab7:checked ~ .tabs label[for="tab7"], #naturallife #tab8:checked ~ .tabs label[for="tab8"] {
      height: 170px;
      transition: all 0.3s;
  }
  #naturallife .panels {
      position: relative;
      z-index: 1;
      margin: 0 auto;
      margin-top: -3px;
  }
  #naturallife .panels .panel {
      display: none;
  }
  #naturallife #tab1:checked ~ .panels #panel1, #naturallife #tab2:checked ~ .panels #panel2, #naturallife #tab3:checked ~ .panels #panel3, #naturallife #tab4:checked ~ .panels #panel4, #naturallife #tab5:checked ~ .panels #panel5, #naturallife #tab6:checked ~ .panels #panel6, #naturallife #tab7:checked ~ .panels #panel7, #naturallife #tab8:checked ~ .panels #panel8 {
      display: block;
  }
  #naturallife .modal {
      display: none;
      position: fixed;
      inset: 0;
      background: #011b6a;
      justify-content: center;
      align-items: center;
      z-index: 99999;
  }
  #naturallife .modal.is-active {
      display: flex;
  }
  #naturallife .modal .modal__content {
      width: calc(900 / 1366 * min(100vw, 1366px));
      max-width: 900px;
      max-height: 80%;
      overflow-y: auto;
      position: relative;
      background: #fff;
  }
  #naturallife .modal .modal__inner {
      position: relative;
      padding: 50px;
  }
  #naturallife .modal .modal__close {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      position: fixed;
      top: 12%;
      left: 50%;
      margin-left: calc(390 / 1366 * min(100vw, 1366px));
      transform: translateX(-50%);
      border: none;
      padding: 0;
      cursor: pointer;
      background: url("../images/modal-close.png") no-repeat center;
      background-size: 100%;
      width: 80px;
      height: 80px;
  }
  #naturallife .naturallife-nav {
      width: 100%;
      box-shadow: 0px 10px 10px -6px rgba(104, 18, 9, 0.3);
      position: relative;
      background-image: url("../images/nav-bg.png");
      background-size: 100% 100%;
  }
  #naturallife .naturallife-nav .naturallife-nav__list {
      width: 1000px;
      margin: 0 auto;
      display: flex;
  }
  #naturallife .naturallife-nav .naturallife-nav__item {
      position: relative;
      width: 100%;
  }
  #naturallife .gift {
      padding-top: 110px;
      padding-inline: 183px;
      padding-bottom: 93px;
      background-image: url("../images/gift-bg.png");
      background-repeat: repeat-y;
      background-size: 100%;
  }
  #naturallife .gift .gift__content {
      padding: 15px;
      background-repeat: repeat-y;
      background-size: 100%;
      position: relative;
  }
  #naturallife .gift .gift__content.gift__content--original {
      background-image: url("../images/gift-original-bg.png");
  }
  #naturallife .gift .gift__content.gift__content--decorate {
      margin-top: 80px;
      background-image: url("../images/gift-decorate-bg.png");
  }
  #naturallife .gift .gift__title {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      margin-top: -30px;
  }
  #naturallife .gift .gift__title.gift__title--original {
      width: 900px;
  }
  #naturallife .gift .gift__title.gift__title--decorate {
      width: 540px;
  }
  #naturallife .gift .gift__inner {
      background: #fff;
      position: relative;
  }
  #naturallife .gift .gift__list {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      flex-flow: row wrap;
  }
  #naturallife .gift .gift__item {
      width: 50%;
      position: relative;
  }
  #naturallife .gift .gift__item button {
      width: 100px;
      position: absolute;
      right: 45px;
      bottom: 25px;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-01 {
      width: 100%;
      height: 472px;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-01 button {
      right: auto;
      left: 50px;
      bottom: 35px;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-02 {
      height: 367px;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-02 button {
      right: auto;
      left: 326px;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-03 {
      height: 367px;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-04 {
      height: 391px;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-04 button {
      right: auto;
      left: 326px;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-05 {
      height: 391px;
  }
  #naturallife .gift .gift__content--decorate .gift__item button {
      right: auto;
      left: 330px;
  }
  #naturallife .gift .gift__content--decorate .gift__item:nth-of-type(even) button {
      left: 298px;
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-01 {
      height: 446px;
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-02 {
      height: 446px;
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-03 {
      height: 371px;
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-04 {
      height: 371px;
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-05 {
      height: 387px;
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-06 {
      height: 387px;
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-07 {
      height: 421px;
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-08 {
      height: 421px;
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-09 {
      height: 377px;
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-10 {
      height: 377px;
  }
  #naturallife .gift .gift-toki {
      position: relative;
  }
  #naturallife .gift .gift-toki .gift-toki__title {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      width: 630px;
      margin-top: -64px;
  }
  #naturallife .gift .gift-toki .gift-toki__inner {
      position: relative;
      margin-top: 13px;
  }
  #naturallife .gift .gift-toki .gift-toki__banner {
      width: 764px;
      position: absolute;
      bottom: 43px;
      left: 50%;
      transform: translateX(-50%);
  }
  #naturallife .gift .gift-chance {
      margin-top: 55px;
      margin-bottom: 64px;
      margin-inline: auto;
      display: flex;
      flex-flow: column nowrap;
      gap: 55px;
  }
  #naturallife .gift .button-dl {
      width: 945px;
      margin-inline: auto;
  }
  #naturallife .gift .gift-line {
      margin-top: 80px;
  }
  #naturallife .gift .gift-line .gift-line__inner {
      position: relative;
  }
  #naturallife .gift .gift-line .gift-line__more {
      z-index: 2;
      position: absolute;
      width: 160px;
      right: 97px;
      bottom: 214px;
  }
  #naturallife .gift .gift-line .gift-line__note {
      font-weight: 500;
      position: absolute;
      z-index: 2;
      bottom: 24px;
      left: 0;
      width: 100%;
      padding-left: 64px;
  }
  #naturallife .gift .gift-line .gift-line__note li {
      font-size: 20px;
      line-height: 1.6;
  }
  #naturallife .gift .gift-line .gift-line__button {
      margin-top: 30px;
      padding-inline: 28px;
  }
  #naturallife .product {
      padding-top: 54px;
      padding-bottom: 60px;
      padding-inline: 253px;
  }
  #naturallife .product .product__item {
      margin-top: 15px;
  }
  #naturallife .howto {
      padding-top: 23px;
      padding-inline: 253px;
  }
  #naturallife .howto .howto__imagewrap {
      border-radius: 26px;
      overflow: hidden;
  }
  #naturallife .howto .howto__detail {
      padding-top: 42px;
      padding-bottom: 52px;
      padding-inline: 105px;
  }
  #naturallife .howto .howto__button {
      width: 945px;
      margin-top: 68px;
      left: 50%;
      transform: translateX(-50%);
      position: relative;
  }
  #naturallife .howto .tab__component {
      margin-top: 40px;
  }
  #naturallife .howto .panel {
      display: none;
  }
  #naturallife .terms {
      padding-inline: 253px;
  }
  #naturallife .terms .marker {
      content: '';
      width: .9em;
      height: .9em;
      line-height: 0;
      border-radius: 50px;
      background: #ea001e;
      top: 0.05em;
      display: inline-block;
      position: relative;
      margin-right: .2em;
  }
  #naturallife .terms .marker.marker--blue {
      background: #011b6a;
  }
  #naturallife .terms .terms__inner {
      padding-top: 80px;
      padding-bottom: 100px;
  }
  #naturallife .terms .tab__component {
      margin-top: 30px;
  }
  #naturallife .terms .terms__content {
      background: #fff;
      height: 874px;
      margin: 0 auto;
      padding: 30px 40px;
      border-radius: 26px;
  }
  #naturallife .terms .terms__content dl {
      width: 100%;
      padding-bottom: 34px;
  }
  #naturallife .terms .terms__content dl dt {
      font-weight: bold;
  }
  #naturallife .terms .terms__content dl dd p + p {
      margin-top: 2em;
  }
  #naturallife .terms .terms__content dl dd:not(:first-of-type) {
      margin-top: 1em;
  }
  #naturallife .terms .terms__content dl:not(:first-child) {
      border-top: 1px solid #011b6a;
      padding-top: 34px;
  }
  #naturallife .terms .terms__detail {
      overflow: auto;
      height: 100%;
  }
  #naturallife .terms .terms__detail > dl > dt {
      font-size: 24px;
      line-height: 1.5;
  }
  #naturallife .terms .terms__sub {
      border-top: none !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
  }
  #naturallife .terms .terms__sub dd {
      margin-top: 0 !important;
  }
  #naturallife .terms .terms__sub dd:not(:last-child) {
      margin-bottom: 2em;
  }
  #naturallife .terms .terms__table th {
      font-weight: 400;
      text-align: start;
      vertical-align: top;
      width: 3em;
  }
  #naturallife .terms .terms__table td {
      text-align: start;
      vertical-align: top;
  }
}
@media screen and (max-width: 750px) {
  
  /* font */
  #naturallife,
  #naturallife a,
  #naturallife dt,
  #naturallife dd,
  #naturallife li,
  #naturallife th,
  #naturallife td,
  #naturallife p {
    font-family: "Noto Sans CJK JP", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-feature-settings: "palt" 1;
  }

  #naturallife {
    background: #011b6a;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0;
    position: relative;
    color: #011b6a;
    font-size: 3.2vw;
    line-height: 1.75;
    text-box: trim-both text text;
    margin-top: calc(140 / 750 * 100vw);
  }
  #naturallife a,
  #naturallife button {
    display: block;
    width: 100%;
    transition: opacity 0.3s ease;
    background: none;
    border: none;
    padding: 0;
  }
  #naturallife a:hover,
  #naturallife button:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  #naturallife img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #naturallife sup {
    vertical-align: top;
  }
  #naturallife .color-red {
    color: #ff000a;
  }
  #naturallife .mt-0 {
    margin-top: 0 !important;
  }
  #naturallife .mt-2em {
    margin-top: 2em !important;
  }
  #naturallife .btn-apply {
    margin: 0 auto;
  }
  #naturallife .noto {
    display: inline-flex;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 0.57em;
    background-image: url(../images/noto_g.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom;
    position: relative;
    top: -0.2em;
  }
  #naturallife .noto.noto--strong {
    background-image: url(../images/noto_g-strong.svg);
  }
  #naturallife .link-underline {
    display: inline;
    color: #0071ba;
    text-decoration: underline;
  }
  #naturallife .list-indent li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #naturallife .list-indent .list-mark {
    display: inline-block;
    text-indent: -1em;
  }
  #naturallife .imagewrap {
    position: relative;
  }
  #naturallife .imagewrap .imagewrap__image {
    position: relative;
  }
  #naturallife .imagewrap .imagewrap__detail {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  #naturallife .imagewrap .imagewrap__link {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #naturallife .naturallife__title {
    width: 88vw;
    margin-inline: auto;
  }
  #naturallife .naturallife_top {
    display: block;
    position: fixed;
    background: url(../images/top.png) no-repeat;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: min(10.67vw, 80px);
    height: min(10.67vw, 80px);
    z-index: 3;
    right: min(2.67vw, 20px);
    bottom: min(6.67vw, 50px);
  }
  #naturallife .tabs {
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1.3333333333vw;
    flex: 1;
    transition: all 0.3s;
  }
  #naturallife .tabs label {
    height: 18.6666666667vw;
    width: 42vw;
    padding-bottom: 0.6666666667vw;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: min(2vw, 15px) min(2vw, 15px) 0 0;
    border: min(0.4vw, 3px) solid #fff;
    background-position: top -1px center;
    background-size: 100% 102%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  #naturallife .tabs label img {
    width: 100%;
    transition: all 0.3s;
  }
  #naturallife .tabs .tab-A {
    background-image: url("../images/tabA-bg.sp.png");
  }
  #naturallife .tabs .tab-B {
    background-image: url("../images/tabB-bg.sp.png");
  }
  #naturallife input[name=tab_howto],
  #naturallife input[name=tab_product],
  #naturallife input[name=tab_terms] {
    display: none;
  }
  #naturallife #tab1:checked ~ .tabs label[for=tab1], #naturallife #tab2:checked ~ .tabs label[for=tab2], #naturallife #tab3:checked ~ .tabs label[for=tab3], #naturallife #tab4:checked ~ .tabs label[for=tab4], #naturallife #tab5:checked ~ .tabs label[for=tab5], #naturallife #tab6:checked ~ .tabs label[for=tab6], #naturallife #tab7:checked ~ .tabs label[for=tab7], #naturallife #tab8:checked ~ .tabs label[for=tab8] {
    height: 20vw;
    /* padding-bottom: 0; */
    /* padding-top: .5em; */
    transition: all 0.3s;
  }
  #naturallife .panels {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: min(-0.4vw, -3px);
  }
  #naturallife .panels .panel {
    display: none;
  }
  #naturallife #tab1:checked ~ .panels #panel1, #naturallife #tab2:checked ~ .panels #panel2, #naturallife #tab3:checked ~ .panels #panel3, #naturallife #tab4:checked ~ .panels #panel4, #naturallife #tab5:checked ~ .panels #panel5, #naturallife #tab6:checked ~ .panels #panel6, #naturallife #tab7:checked ~ .panels #panel7, #naturallife #tab8:checked ~ .panels #panel8 {
    display: block;
  }
  #naturallife .modal {
    display: none;
    position: fixed;
    inset: 0;
    /* background: rgba(0,0,0,.6); */
    background: #011b6a;
    justify-content: center;
    align-items: center;
    z-index: 99999;
  }
  #naturallife .modal.is-active {
    display: flex;
  }
  #naturallife .modal .modal__content {
    max-width: 90%;
    max-height: 80%;
    overflow-y: auto;
  }
  #naturallife .modal .modal__inner {
    position: relative;
  }
  #naturallife .modal .modal__close {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 1.8666666667vw;
    right: 2.4vw;
    border: none;
    padding: 0;
    cursor: pointer;
    background: url("../images/modal-close.png") no-repeat center;
    background-size: 100%;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #naturallife .naturallife-nav {
    width: 100%;
    box-shadow: 0px 10px 10px -6px rgba(104, 18, 9, 0.3);
    position: relative;
  }
  #naturallife .naturallife-nav .naturallife-nav__list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    background: #dab13b;
    /*justify-content: space-between;*/
  }
  #naturallife .naturallife-nav .naturallife-nav__item {
    position: relative;
    width: 100%;
    /*.nav-btn {
      width: 100%;
      height: 100%;
    }*/
  }
  #naturallife .gift {
    /* width: calc(750 / 750 * 100vw); */
    /* max-width: 750px; */
    padding-top: 20vw;
    /* padding-inline: 4vw; */
    padding-bottom: 13.3333333333vw;
    background-image: url("../images/gift-bg.sp.png");
    background-repeat: repeat-y;
    background-size: 100%;
  }
  #naturallife .gift .gift__content {
    margin-inline: auto;
    width: calc(690 / 750 * 100vw);
    max-width: calc(690 / 750 * 100vw);
    padding: 2.6666666667vw;
    background-repeat: repeat-y;
    background-size: 100%;
    position: relative;
  }
  #naturallife .gift .gift__content.gift__content--original {
    background-image: url("../images/gift-original-bg.sp.png");
  }
  #naturallife .gift .gift__content.gift__content--decorate {
    margin-top: 21.3333333333vw;
    background-image: url("../images/gift-decorate-bg.sp.png");
  }
  #naturallife .gift .gift__title {
    position: absolute;
    top: 0;
    left: 50%;
    width: 82.6666666667vw;
    transform: translateX(-50%);
    z-index: 2;
  }
  #naturallife .gift .gift__title.gift__title--original {
    margin-top: -11.3333333333vw;
  }
  #naturallife .gift .gift__title.gift__title--decorate {
    margin-top: -13.7333333333vw;
  }
  #naturallife .gift .gift__inner {
    background: #fff;
    position: relative;
  }
  #naturallife .gift .gift__list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: row wrap;
  }
  #naturallife .gift .gift__item {
    width: 50%;
    position: relative;
    /* outline: 1px dotted rgb(50, 50, 50);
    outline-offset: -1px; */
  }
  #naturallife .gift .gift__item button {
    width: 13.3333333333vw;
    position: absolute;
    right: 2vw;
    /*bottom: calc(40 / 750 * 100vw);*/
    bottom: 2.8vw;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-01 {
    width: 100%;
    height: 71.4666666667vw;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-01 button {
    right: auto;
    left: 26.6666666667vw;
    bottom: 3.7333333333vw;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-02 {
    /*height: 72.8vw;*/
    height: calc(547 / 750 * 100vw)
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-03 {
    /*height: 72.8vw;*/
    height: calc(547 / 750 * 100vw)
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-04 {
    height: 83.2vw;
  }
  #naturallife .gift .gift__content--original .gift__item.gift-original-modal-05 {
    height: 83.2vw;
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-01 {
    /*height: 86.4vw;*/
    height: calc(630 / 750 * 100vw);
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-02 {
    /*height: 86.4vw;*/
    height: calc(630 / 750 * 100vw);
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-03 {
    height: 70.6666666667vw;
    button {
      bottom: calc(35 / 750 * 100vw);
    }
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-04 {
    height: 70.6666666667vw;
    button {
      bottom: calc(35 / 750 * 100vw);
    }
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-05 {
    /*height: 81.8666666667vw;*/
    height: calc(580 / 750 * 100vw);
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-06 {
    /*height: 81.8666666667vw;*/
    height: calc(580 / 750 * 100vw);
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-07 {
    /*height: 82.9333333333vw;*/
    height: calc(605 / 750 * 100vw);
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-08 {
    /*height: 82.9333333333vw;*/
    height: calc(605 / 750 * 100vw);
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-09 {
    /*height: 69.6vw;*/
    height: calc(505 / 750 * 100vw);
  }
  #naturallife .gift .gift__content--decorate .gift__item.gift-decorate-modal-10 {
    /*height: 69.6vw;*/
    height: calc(505 / 750 * 100vw);
  }
  #naturallife .gift .gift-toki {
    position: relative;
  }
  #naturallife .gift .gift-toki .gift-toki__title {
    position: absolute;
    top: 0;
    left: 50%;
    width: 82.6666666667vw;
    transform: translateX(-50%);
    z-index: 2;
    width: 85.3333333333vw;
    margin-top: -12.5333333333vw;
  }
  #naturallife .gift .gift-toki .gift-toki__inner {
    position: relative;
    margin-top: 3.0666666667vw;
  }
  #naturallife .gift .gift-toki .gift-toki__banner {
    width: 85.6vw;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #naturallife .gift .gift-chance {
    margin-top: 5.0666666667vw;
    width: 86.6666666667vw;
    margin-inline: auto;
    display: flex;
    flex-flow: column nowrap;
    gap: 4.2666666667vw;
  }
  #naturallife .gift .gift-line {
    padding-inline: 4vw;
    margin-top: 8vw;
  }
  #naturallife .gift .gift-line .gift-line__inner {
    position: relative;
  }
  #naturallife .gift .gift-line .gift-line__more {
    z-index: 2;
    position: absolute;
    width: 19.3333333333vw;
    right: 4.8vw;
    bottom: 30.6666666667vw;
  }
  #naturallife .gift .gift-line .gift-line__note {
    font-weight: 500;
    position: absolute;
    z-index: 2;
    bottom: 3.3333333333vw;
    left: 0;
    width: 100%;
    padding-inline: 5vw;
    /* font-size: 3.2vw; */
  }
  #naturallife .gift .gift-line .gift-line__note li {
    letter-spacing: 0;
  }
  #naturallife .gift .gift-line .gift-line__button {
    margin-top: 4vw;
    padding-inline: 3.3333333333vw;
  }
  #naturallife .product {
    padding-top: 4.6666666667vw;
    padding-bottom: 5.3333333333vw;
    padding-inline: 4.6666666667vw;
  }
  #naturallife .product .product__item {
    margin-top: 2vw;
  }
  #naturallife .howto {
    padding-inline: 4vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  #naturallife .howto .howto__imagewrap {
    border-radius: 3.4666666667vw;
    overflow: hidden;
  }
  #naturallife .howto .howto__detail {
    padding-top: 5.3333333333vw;
    padding-bottom: 7.6vw;
    padding-inline: 6vw;
  }
  #naturallife .howto .howto__button {
    margin-top: 5.7333333333vw;
    padding-inline: 3.3333333333vw;
  }
  #naturallife .howto .tab__component {
    margin-top: 4.6666666667vw;
  }
  #naturallife .howto .panel {
    display: none;
  }
  #naturallife .terms .marker {
    content: "";
    width: 0.9em;
    height: 0.9em;
    line-height: 0;
    border-radius: 50px;
    background: #ea001e;
    top: 0.05em;
    display: inline-block;
    position: relative;
    margin-right: 0.2em;
  }
  #naturallife .terms .marker.marker--blue {
    background: #011b6a;
  }
  #naturallife .terms .terms__inner {
    /* padding-top: min(5.33vw, 40px); */
    padding-bottom: min(8vw, 60px);
    padding-top: 5.3333333333vw;
  }
  #naturallife .terms .tab__component {
    margin-top: min(3.33vw, 25px);
    padding-inline: min(4vw, 30px);
  }
  #naturallife .terms .terms__content {
    background: #fff;
    height: min(80vw, 600px);
    margin: 0 auto;
    padding: min(4vw, 30px) min(2.67vw, 20px);
    border-radius: 3.4666666667vw;
  }
  #naturallife .terms .terms__content dl {
    width: 100%;
    padding-bottom: min(2.67vw, 20px);
  }
  #naturallife .terms .terms__content dl dt {
    font-weight: bold;
  }
  #naturallife .terms .terms__content dl dd p + p {
    margin-top: 2em;
  }
  #naturallife .terms .terms__content dl dd:not(:first-of-type) {
    margin-top: 1em;
  }
  #naturallife .terms .terms__content dl:not(:first-child) {
    border-top: 1px solid #011b6a;
    padding-top: min(2.27vw, 17px);
  }
  #naturallife .terms .terms__detail {
    overflow: auto;
    height: 100%;
  }
  #naturallife .terms .terms__detail > dl > dt {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  #naturallife .terms .terms__sub {
    border-top: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #naturallife .terms .terms__sub dd {
    margin-top: 0 !important;
  }
  #naturallife .terms .terms__sub dd:not(:last-child) {
    margin-bottom: 2em;
  }
  #naturallife .terms .terms__table th {
    font-weight: 400;
    text-align: start;
    vertical-align: top;
    width: 3em;
  }
  #naturallife .terms .terms__table td {
    text-align: start;
    vertical-align: top;
  }
}

@media screen and (min-width: 751px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

