﻿:root {
  --lp-common-color1: #73C4C7;
  --lp-common-color2: #D4D94F;
  --lp-common-color3: #A7B2A7;
  --lp-common-color4: #FFBEBE;
  --lp-common-color5: #73A0C7;
  --lp-common-color6: #E5B3D0;
  --lp-common-color7: #6FD6BA;
}


/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 2;
  font-size: calc(12* (100vw / 375));
  padding-bottom: calc(80* (100vw / 375));
  overflow: hidden;
  text-align: center;
  color: #000;
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

@font-face {
  font-family: "Baskerville";
  src: url("../fonts/baskerville.ttf") format("truetype");
}

@font-face {
  font-family: "interItalicB";
  src: url("../font/Inter-BoldItalic.otf") format("opentype");
}

@font-face {
  font-family: "interItalicSB";
  src: url("../font/Inter-SemiBoldItalic.otf") format("opentype");
}

.ff_bask {
  font-family: "Baskerville", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}

.main-area .lp_credit {
  font-size: calc(12* (100vw / 375));
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: calc(28* (100vw / 375));
}

.main-area .lp_credit a {
  text-decoration: underline;
  display: inline;
}

@media screen and (max-width: 767px) {
  .main-area .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    font-size: 1.4rem;
    padding-bottom: 8rem;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area a {
    transition: all 0.3s;
  }

  .ff_gara {
    font-size: 5rem;
  }

  .main-area .lp_credit {
    font-size: 1.2rem;
    margin-top: 1.7rem;
  }
}

/* ▽ sec__fv ▽ */


.sec__fv h2+p {
  margin-top: calc(35* (100vw / 375));
}

.sec__fv .nav {
  display: flex;
  justify-content: center;
  gap: calc(8* (100vw /375));
  margin-top: calc(33* (100vw /375));
}

.sec__fv li {
  width: calc(113* (100vw /375));
}

@media screen and (min-width: 768px) {
  .sec__fv h2 {
    width: 120rem;
    margin: auto;
  }

  .sec__fv h2+p {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    margin-top: 7.1rem;
  }

  .sec__fv .nav {
    gap: 4rem;
    margin-top: 5.3rem;
  }

  .sec__fv li {
    width: 27.1rem;
  }

}



/* ===============================================
* l--item *
=============================================== */
.l--item {
  position: relative;
  margin-top: calc(80* (100vw /375));
  padding-top: calc(45* (100vw /375));
}

.l--item::before {
  content: "";
  position: absolute;
  background: url(../img/sp/sec01_bg.svg) center/cover no-repeat;
  width: 100%;
  height: calc(225* (100vw /375));
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}

.l--item .sec-ttl {
  position: relative;
  font-family: "interItalicB", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: calc(40* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  width: fit-content;
  margin: 0 calc(30* (100vw /375)) calc(43* (100vw /375)) auto;
}

.l--item .sec-ttl::before {
  content: attr(text-deta);
  position: absolute;
  color: #fff;
  transform: scale(1, -1);
  left: 0;
  top: calc(30* (100vw /375));
}

.img-bg {
  position: relative;
  z-index: 1;
}

.img-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .l--item {
    position: relative;
    margin-top: 13.8rem;
    padding-top: 14.2rem;
  }

  .l--item::before {
    background: initial;
    height: calc(380*(100vw / 1400));
    border-top: 58.6rem solid #73C4C7;
    border-right: 470rem solid transparent;
    width: 100vw;
  }

  .l--item .sec-ttl {
    font-size: 6rem;
    position: absolute;
    left: 50%;
    transform: translateX(24.1%);
    top: 13.3rem;
  }

  .l--item .sec-ttl::before {
    top: 4.4rem;
  }
}

/* ttl-wrap___________________________*/
.ttl-wrap {
  position: relative;
  text-align: left;
  width: calc(355* (100vw /375));
  margin: calc(19*(100vw / 375)) auto 0;
  padding-left: calc(25*(100vw / 375));
}

.ttl-wrap::before {
  position: absolute;
  content: "";
  width: calc(5* (100vw /375));
  height: calc(100* (100vw /375));
  top: calc(12* (100vw /375));
  left: 0;
}

.ttl-wrap .-num {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
  font-size: calc(30* (100vw /375));
}

.ttl-wrap h4 {
  font-size: calc(18* (100vw /375));
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-top: calc(-3*(100vw / 375));
}

_:lang(x)+_:-webkit-full-screen-document,
.ttl-wrap h4 {
  font-weight: 600;

}


.ttl-wrap .-function-list {
  display: flex;
  gap: calc(20* (100vw /375));
  margin-top: calc(14*(100vw / 375));
}

.ttl-wrap .-function-list li {
  width: calc(80* (100vw /375));
  height: calc(80* (100vw /375));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: calc(15* (100vw /375));
  line-height: 1.3333333333;
}

.ttl-wrap .-function-list li.-small {
  font-size: calc(12* (100vw /375));
}

@media screen and (min-width: 768px) {
  .ttl-wrap {
    width: 45rem;
    margin: 0;
    padding-left: 3.5rem;
  }

  .ttl-wrap::before {
    width: 0.5rem;
    height: 13.1rem;
    top: 2rem;
  }

  .ttl-wrap .-num {
    font-size: 3.6rem;
  }

  .ttl-wrap h4 {
    font-size: 2.4rem;
    margin-top: 0.8rem;
  }

  .ttl-wrap .-function-list {
    gap: 2rem;
    margin-top: 2.2rem;
  }

  .ttl-wrap .-function-list li {
    width: 8rem;
    height: 8rem;
    font-size: 1.5rem;
    line-height: 1.3333333333
  }

  .ttl-wrap .-function-list li.-small {
    font-size: 1.2rem;
  }
}

/* tx-wrap___________________________*/
.tx-wrap {
  width: calc(355*(100vw / 375));
  margin: calc(20*(100vw / 375)) auto 0;
  text-align: left;
}


.tx-wrap>p {
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  white-space: nowrap;
}

.tx-wrap li {
  display: flex;
  gap: calc(20* (100vw /375));
  justify-content: space-between;
}

.tx-wrap .credit-wrap {
  margin-top: calc(19* (100vw /375));
  display: flex;
  flex-direction: column;
  gap: calc(13* (100vw /375));
}

.tx-wrap .credit-wrap .-tx {
  font-size: calc(13* (100vw /375));
  line-height: 1.5384615385;
}

.tx-wrap .credit-wrap .-price {
  margin-top: calc(3* (100vw /375));
}

.tx-wrap .credit-wrap .-price span {
  font-size: calc(11* (100vw /375));
}

.tx-wrap .-btn {
  width: calc(105* (100vw /375));
  height: calc(40* (100vw /375));
  color: #fff;
  font-family: "interItalicSB", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: calc(16* (100vw /375));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-top: calc(4* (100vw /375));
}

@media screen and (min-width: 768px) {
  .tx-wrap {
    width: initial;
    margin: 0;
  }

  .tx-wrap>p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .tx-wrap li {
    gap: 2rem;
  }

  .tx-wrap .credit-wrap {
    margin-top: 3rem;
    gap: 1.4rem;
  }

  .tx-wrap .credit-wrap .-tx {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }

  .tx-wrap .credit-wrap .-price {
    margin-top: 1rem;
  }

  .tx-wrap .credit-wrap .-price span {
    font-size: 1.1rem;
  }

  .tx-wrap .-btn {
    width: 10.5rem;
    height: 4rem;
    font-size: 1.6rem;
    margin-top: 0.2rem;
  }
}

/* ===============================================
* style1 *
=============================================== */
.style1 .img-bg::before {
  background: var(--lp-common-color1);
  left: calc(-8*(100vw / 375));
  top: calc(-8*(100vw / 375));
}

.style1 .ttl-wrap::before,
.style1 .ttl-wrap .-function-list li,
.style1 .tx-wrap .-btn {
  background: var(--lp-common-color1);
}

@media screen and (max-width: 767px) {
  .style1 {
    width: calc(355* (100vw /375));
    margin: auto;
  }

  .img01 {
    width: calc(254* (100vw /375));
  }

  .img02 {
    width: calc(182* (100vw /375));
    margin: calc(-23* (100vw /375)) 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .style1 {
    display: grid;
    width: 100rem;
    margin: 0 auto 0;
    grid-template-columns: 58rem auto;
    grid-template-rows: 17.7rem 32.2rem 21.3rem auto;
  }

  .style1 .img-bg::before {
    left: -1rem;
    top: -1rem;
    width: 36rem;
    height: 48rem;
  }

  .img01 {
    width: 50rem;
    grid-area: 1/1/2/2;
  }

  .img02 {
    width: 36rem;
    grid-area: 3/2/4/3;
    margin-left: 1rem;
  }

  .style1 .ttl-wrap {
    grid-area: 2/2/3/3;
  }

  .style1 .tx-wrap {
    width: 50rem;
    grid-area: 4/1/6/2;
  }
}

/* ===============================================
* style2 *
=============================================== */
.style2 .ttl-wrap::before,
.style2 .ttl-wrap .-function-list li,
.style2 .tx-wrap .-btn {
  background: var(--lp-common-color2);
}

@media screen and (max-width: 767px) {
  .style2 {
    margin-top: calc(76* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .style2 {
    display: flex;
    flex-direction: column;
    width: 100rem;
    margin: 9.8rem auto 0;
  }

  .style2 .ttl-wrap {
    order: 1;
    display: flex;
    flex-direction: column;
    height: 19rem;
    flex-wrap: wrap;
  }

  .style2 .ttl-wrap .-function-list {
    margin-top: 7.2rem;
    margin-left: 5.9rem;
  }

  .img03 {
    order: 2;
  }

  .style2 .tx-wrap {
    order: 3;
    margin-top: 3.4rem;
  }

  .style2 .tx-wrap>p {
    text-align: center;
  }

  .style2 .tx-wrap .credit-wrap {
    width: 70rem;
    margin: 3rem auto 0;
  }
}


/* ===============================================
* style3 *
=============================================== */
.style3 .ttl-wrap::before,
.style3 .ttl-wrap .-function-list li,
.style3 .tx-wrap .-btn {
  background: var(--lp-common-color3);
}

.animation_bg {
  display: flex;
  width: 100vw;
  overflow: hidden;
  background: #D0C3B2;
}

.animation_bg {
  width: 100%;
  height: calc(218* (100vw /375));
  background-image: url(../img/repeat.jpg);
  background-repeat: repeat-x;
  background-size: auto calc(218* (100vw /375));
  animation: loop 35s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin-top: calc(27* (100vw /375));
}

@keyframes loop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: calc(-1280* (100vw /375)) 0;
  }
}

@media screen and (max-width: 767px) {
  .style3 {
    margin-top: calc(77*(100vw / 375));
  }

  .style3 .ttl-wrap .-function-list {
    margin-top: calc(23* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .style3 {
    position: relative;
    width: 100rem;
    margin: 9.6rem auto 0;
  }

  .img04 {
    width: 50rem;
  }

  .style3 .ttl-wrap {
    position: absolute;
    top: 8.6rem;
    left: 58rem;
  }

  .style3 .tx-wrap {
    order: 3;
    margin-top: 3.4rem;
  }

  .style3 .tx-wrap>p {
    text-align: center;
  }

  .style3 .tx-wrap .credit-wrap {
    width: 70rem;
    margin: 3rem auto 0;
  }

  .animation_bg {
    height: 34rem;
    background-size: auto 34rem;
    animation: loop 50s linear infinite;
    margin-top: 3.6rem;
  }

  @keyframes loop {
    from {
      background-position: 0 0;
    }

    to {
      background-position: -4000px 0;
    }
  }
}

/* ===============================================
* l--item item2*
=============================================== */
.l--item.--2 {
  position: relative;
  margin-top: calc(100* (100vw /375));
}

.l--item.--2::before {
  background: url(../img/sp/sec02_bg.svg) center/cover no-repeat;
}

.l--item.--2 .sec-ttl {
  margin: 0 calc(15*(100vw / 375)) calc(43*(100vw / 375)) auto;
}

@media screen and (min-width: 768px) {
  .l--item.--2 {
    margin-top: 13.8rem;
  }

  .l--item.--2::before {
    background: initial;
    height: calc(380*(100vw / 1400));
    border-top: 58.6rem solid #FFBEBE;
    border-right: 470rem solid transparent;
    width: 100vw;
  }

  .l--item.--2 .sec-ttl {
    margin: 0;
    transform: translateX(35.6%);
  }
}

/* ===============================================
* style4 *
=============================================== */
.style4 .img-bg::before {
  background: var(--lp-common-color4);
  width: calc(198* (100vw /375));
  height: calc(261* (100vw /375));
  left: calc(-10*(100vw / 375));
  top: calc(-10*(100vw / 375));
}

.style4 .ttl-wrap::before,
.style4 .ttl-wrap .-function-list li,
.style4 .tx-wrap .-btn {
  background: var(--lp-common-color4);
}

@media screen and (max-width: 767px) {
  .style4 {
    width: calc(355* (100vw /375));
    margin: auto;
  }

  .img05 {
    width: calc(255* (100vw /375));
  }

  .img06 {
    width: calc(178*(100vw / 375));
    margin: calc(-39*(100vw / 375)) calc(9*(100vw / 375)) 0 auto;
  }

  .style4 .ttl-wrap {
    margin-top: calc(30* (100vw /375));
  }

  .style4 .ttl-wrap .-function-list {
    margin-top: calc(24* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .style4 {
    display: grid;
    width: 100rem;
    margin: 0 auto 0;
    grid-template-columns: 60rem auto;
    grid-template-rows: 18.1rem 33.2rem 19.9rem auto;
  }

  .style4 .img-bg::before {
    left: -1rem;
    top: -1rem;
    width: 38rem;
    height: 50rem;
  }

  .img05 {
    width: 52rem;
    grid-area: 1/1/2/2;
  }

  .img06 {
    width: 36rem;
    grid-area: 3/2/4/3;
    margin-left: 1rem;
  }

  .style4 .ttl-wrap {
    grid-area: 2/2/3/3;
  }

  .style4 .tx-wrap {
    width: 52rem;
    grid-area: 4/1/6/2;
  }
}

/* ===============================================
* style5 *
=============================================== */
.style5 .img-bg::before {
  background: var(--lp-common-color5);
  width: calc(220* (100vw /375));
  height: calc(250* (100vw /375));
  left: calc(90*(100vw / 375));
  top: calc(200*(100vw / 375));
}

.style5 .ttl-wrap::before,
.style5 .ttl-wrap .-function-list li,
.style5 .tx-wrap .-btn {
  background: var(--lp-common-color5);
}

@media screen and (max-width: 767px) {
  .style5 {
    width: calc(355* (100vw /375));
    margin: calc(77* (100vw /375)) auto 0;
  }

  .img07 {
    width: calc(290* (100vw /375));
  }

  .img08 {
    width: calc(210*(100vw / 375));
    margin: calc(30*(100vw / 375)) 0 0 auto;
    position: relative;
    z-index: 1;
  }

  .style5 .ttl-wrap .-function-list {
    margin-top: calc(22* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .style5 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100rem;
    margin: 7.8rem auto 0;
  }

  .style5 .img-bg::before {
    width: 39rem;
    height: 53rem;
    left: 17rem;
    top: 15rem;
  }

  .style5 .ttl-wrap {
    order: 1;
    display: flex;
    flex-direction: column;
    height: 19.2rem;
    flex-wrap: wrap;
  }

  .style5 .ttl-wrap .-function-list {
    margin-top: 7.2rem;
    margin-left: 10.7rem;
  }

  .img07 {
    width: 50rem;
    order: 2;
  }

  .img08 {
    width: 39rem;
    position: absolute;
    top: 26.3rem;
    right: 0;
  }

  .style5 .tx-wrap {
    order: 3;
    margin-top: 7.3rem;
  }

  .style5 .tx-wrap>p {
    text-align: center;
  }

  .style5 .tx-wrap .credit-wrap {
    width: 70rem;
    margin: 3rem auto 0;
  }
}

/* ===============================================
* style6 *
=============================================== */
.style6 .img-bg::before {
  background: var(--lp-common-color6);
  left: calc(14*(100vw / 375));
  top: calc(14*(100vw / 375));
}

.style6 .ttl-wrap::before,
.style6 .ttl-wrap .-function-list li,
.style6 .tx-wrap .-btn {
  background: var(--lp-common-color6);
}

@media screen and (max-width: 767px) {
  .style6 {
    width: calc(355* (100vw /375));
    margin: calc(78* (100vw /375)) auto 0;
  }

  .img09 {
    width: calc(341* (100vw /375));
  }

  .style6 .ttl-wrap {
    margin-top: calc(32* (100vw /375));
  }

  .style6 .ttl-wrap .-function-list {
    margin-top: calc(22* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .style6 {
    display: grid;
    width: 100rem;
    margin: 9.6rem auto 0;
    grid-template-columns: 58rem auto;
    grid-template-rows: 4.6rem 29.5rem auto;
  }

  .style6 .img-bg::before {
    left: 2rem;
    top: 2rem;
    width: 50rem;
    height: 60rem;
  }

  .img09 {
    width: 50rem;
    grid-area: 1/1/2/2;
  }

  .style6 .ttl-wrap {
    grid-area: 2/2/3/3;
  }

  .style6 .tx-wrap {
    width: 42rem;
    grid-area: 3/2/4/3;
  }
}

/* ===============================================
* l--item item3*
=============================================== */
.l--item.--3 {
  position: relative;
  margin-top: calc(100* (100vw /375));
}

.l--item.--3::before {
  background: url(../img/sp/sec03_bg.svg) center/cover no-repeat;
}

.l--item.--3 .sec-ttl {
  margin: 0 calc(14*(100vw / 375)) calc(53*(100vw / 375)) auto;
}

@media screen and (min-width: 768px) {
  .l--item.--3 {
    margin-top: 12.8rem;
  }

  .l--item.--3::before {
    background: initial;
    height: calc(380*(100vw / 1400));
    border-top: 58.6rem solid #6FD6BA;
    border-right: 470rem solid transparent;
    width: 100vw;
  }

  .l--item.--3 .sec-ttl {
    margin: 0;
    transform: translateX(40.6%);
  }
}

/* ===============================================
* style7 *
=============================================== */
.style7 .ttl-wrap::before,
.style7 .ttl-wrap .-function-list li,
.style7 .tx-wrap .-btn,
.style8 .ttl-wrap::before,
.style8 .ttl-wrap .-function-list li,
.style8 .tx-wrap .-btn {
  background: var(--lp-common-color7);
}

@media screen and (max-width: 767px) {
  .style7 {
    width: calc(355* (100vw /375));
    margin: auto;
  }

  .style7 .img-flex-wrap {
    width: calc(342* (100vw /375));
    display: flex;
    justify-content: space-between;
    margin: calc(20* (100vw /375)) auto 0;
  }

  .style7 .img-flex-wrap .img-wrap {
    width: calc(166* (100vw /375));
  }

  .img12 {
    margin-top: calc(20* (100vw /375));
  }

  .style7 .ttl-wrap {
    margin-top: calc(14*(100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .style7 {
    display: grid;
    width: 100rem;
    margin: -0.1rem auto 0;
    grid-template-columns: 58rem auto;
    grid-template-rows: 18.2rem 21.4rem auto;
  }

  .style7 .img-bg::before {
    left: 2rem;
    top: 2rem;
    width: 50rem;
    height: 60rem;
  }

  .img10 {
    width: 52rem;
    grid-area: 1/1/2/2;
  }

  .style7 .img-flex-wrap {
    width: 42rem;
    display: flex;
    justify-content: space-between;
    grid-area: 3 / 2 / 4 / 3;
  }

  .style7 .img-flex-wrap .img-wrap {
    width: 20rem;
  }

  .img12 {
    margin-top: 3.8rem;
  }

  .style7 .ttl-wrap {
    grid-area: 2/2/3/3;
    margin-left: 2rem;
  }

  .style7 .tx-wrap {
    width: 52rem;
    grid-area: 3 / 1 / 4 / 2;
  }
}

/* ===============================================
* style8 *
=============================================== */
@media screen and (max-width: 767px) {
  .style8 {
    width: calc(355* (100vw /375));
    margin: calc(76* (100vw /375)) auto 0;
  }

  .style8 .ttl-wrap {
    margin-top: calc(14*(100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .style8 {
    width: 100rem;
    display: flex;
    margin: 10rem auto 0;
    height: 68rem;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 5rem;
  }

  .style8 .ttl-wrap {
    order: 1;
    margin-top: 6.5rem;
  }

  .style8 .tx-wrap {
    width: 42rem;
    order: 2;
    margin-top: 3.5rem;
  }

  .img13 {
    order: 3;
    width: 50rem;
  }
}

/* ===============================================
* item-wrap *
=============================================== */
.item-wrap h4 {
  font-size: calc(30* (100vw /375));
  letter-spacing: 0.05em;
  font-family: "interItalicB", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  line-height: 1;
  margin-top: calc(100* (100vw /375));
}

.l--item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(25*(100vw / 375)) calc(0*(100vw / 375));
  width: calc(355* (100vw /375));
  margin: calc(24* (100vw /375)) auto 0;
}

.l--item-list li {
  width: calc(173*(100vw / 375));
}

.l--item-list .credit-wrap {
  text-align: left;
  line-height: 1.6923076923;
  font-size: calc(13* (100vw /375));
  letter-spacing: 0.05em;
  margin-top: calc(8*(100vw / 375));
}

.l--item-list .credit-wrap .-price {
  margin-top: calc(1* (100vw /375));
}

.l--item-list .credit-wrap .-price span {
  font-size: calc(11* (100vw /375));
}

@media screen and (min-width: 768px) {
  .item-wrap h4 {
    font-size: 4.8rem;
    margin-top: 14.4rem;
  }

  .l--item-list {
    gap: 5rem;
    width: initial;
    justify-content: center;
    margin: 3.6rem auto 0;
  }

  .l--item-list li {
    width: 30rem;
  }

  .l--item-list .credit-wrap {
    font-size: 1.3rem;
    margin-top: 1.6rem;
  }

  .l--item-list .credit-wrap .-price {
    margin-top: 0;
  }

  .l--item-list .credit-wrap .-price span {
    font-size: 1.1rem;
  }
}


/* ===============================================
* foot-btn *
=============================================== */
.main-area .btn-list,
.main-area .btn-top {
  display: block;
  width: calc(280* (100vw /375));
  margin: calc(34* (100vw /375)) auto 0;
}

.main-area .btn-top {
  margin-top: calc(20* (100vw /375));
}

@media screen and (min-width: 768px) {

  .main-area .btn-list,
  .main-area .btn-top {
    width: 28rem;
    margin: 6rem auto 0;
  }

  .main-area .btn-top {
    margin-top: 2rem;
  }
}




/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(280* (100vw / 375));
  height: calc(50* (100vw / 375));
  margin: calc(55* (100vw / 375)) auto 0;
  line-height: 1;
  font-weight: 600;
  font-size: calc(14* (100vw / 375));
  background: var(--lp-common-color7);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 28rem;
    height: 5rem;
    font-size: 1.4rem;
    margin: 7.5rem auto 0;
  }
}


/* ▽ imganime ▽ */
.js-fadeIn {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2000ms, transform 1000ms;
  transform: translate3d(0, 0, 0) scale(1);
}

.showFade {
  opacity: 1;
}