@charset "UTF-8";
:root {
  --white: #fff;
  --black: #000;
  --text-main: #333;
  --bg-main: #fff;
  --line-color: #000;
  --font: Zen Kaku Gothic New, sans-serif, 游ゴシック体, 游ゴシック Medium, Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --font-en: Josefin Sans, sans-serif;
  --pc-width: 1200;
  --tb-width: 768;
  --sp-width: 375;
}

/*----------共通設定 pc----------*/
* {
  font-feature-settings: normal;
}

* > .lp__contener {
  font-family: var(--font);
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

/*----------共通設定 tablet----------*/
@media only screen and (min-width: 1200px) and (max-width: 768px) {
  /*html {
    //rem設定
    font-size: calc(10*(100vw / $pcwidth));
  }*/
}
/*----------共通設定 sp----------*/
@media only screen and (max-width: 767px) {
  /*html {
    //rem設定
    font-size: calc(10*(100vw / $spwidth));
  }*/
}
/*----------LP normalize SP----------*/
.lp__contener {
  width: 100%;
  max-width: 110rem;
  font-family: var(--font);
}
.lp__contener * {
  box-sizing: border-box;
}
.lp__contener img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.lp__contener a {
  text-decoration: none;
}
.lp__contener picture, .lp__contener a {
  display: block;
}
.lp__contener .spOnly {
  display: block;
}
.lp__contener .pcOnly {
  display: none;
}
.lp__contener p, .lp__contener ul, .lp__contenerol, .lp__contenerdl {
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .lp__contener .section__inner {
    max-width: 100%;
  }
}

/*----------LP normalize PC----------*/
@media only screen and (min-width: 768px) {
  #Wrap {
    width: 100% !important;
  }
  .wrapTop, .wrapBottom {
    width: 100% !important;
  }
  .lp__contener .sp_only {
    display: none;
  }
  .lp__contener .section__inner {
    margin: 0 auto;
  }
  .lp__contener .mv__contener.section__inner {
    margin: 0 auto;
  }
}
/*----------装飾----------*/
.line-marker {
  text-align: center;
}
.line-marker span {
  position: relative;
  z-index: 0;
}
.line-marker span::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1.4rem;
  background: #D6A69E;
  bottom: 0.4rem;
  padding: 0 1rem;
  left: -1rem;
  z-index: -1;
}

/*----------アニメーション----------*/
.lp_fadeUp {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(2rem);
}

.lp_fadeUp.fade-active {
  opacity: 1;
  transform: translateY(0rem);
}

.lp_fadein-load {
  opacity: 0;
  transition: opacity, 1s;
}

.lp_fadein-load.fade-active {
  opacity: 1;
}

.lp_fadein-load .mv__imgContener {
  opacity: 0;
  transition: opacity, 1s 2s;
}

.lp_fadein-load.fade-active .mv__imgContener {
  opacity: 1;
}

.lp_fadein-load .mv__logo {
  opacity: 0;
  transition: opacity, 1s 1s;
}

.lp_fadein-load.fade-active .mv__logo {
  opacity: 1;
}

.lp_fadein-load .mv__lead {
  opacity: 0;
  transition: opacity, 1s 2s;
}

.lp_fadein-load.fade-active .mv__lead {
  opacity: 1;
}

.lp_fadeIn.text__area::before, .lp_fadeIn.present__text._01::before, .lp_fadeIn.present__text._01::after, .lp_fadeIn.present__text._02::after {
  opacity: 0;
  transition: opacity 1s;
}

.lp_fadeIn.text__area::after {
  opacity: 0;
  transition: opacity 1s 0.5s;
}

@media only screen and (max-width: 767px) {
  .lp_fadeIn.text__area::after {
    opacity: 0;
    transition: opacity 1s 1s;
  }
}
.lp_fadeIn.fade-active.text__area::before, .lp_fadeIn.fade-active.text__area::after, .lp_fadeIn.fade-active.present__text._01::before, .lp_fadeIn.fade-active.present__text._01::after, .lp_fadeIn.fade-active.present__text._02::after {
  opacity: 1;
}

.product_list_head {
  background-color: #fff !important;
}

.sort_area {
  background-color: #fff;
}

.product-list-area {
  background-color: #fff;
}

/*----------layout pc----------*/
.lp__contener {
  position: relative;
  /*----------mv----------*/
  /*----------intro----------*/
  /*----------mainTitle----------*/
  /*----------mainTitle----------*/
  /*----------text__area----------*/
  /*----------contents__wrap 白背景----------*/
  /*----------各コンテンツ brand__area ----------*/
  /*----------各コンテンツ lineUP__area ----------*/
  /*----------商品リスト----------*/
}
.lp__contener .en {
  font-family: var(--font-en);
}
.lp__contener a:hover {
  opacity: 0.5;
}
.lp__contener .lp_bg {
  background-image: url(../img/bg_pc.jpg);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 110rem;
  height: 100%;
  z-index: -1;
}
.lp__contener .section__inner {
  width: 90rem;
  position: relative;
}
.lp__contener .mv {
  padding: 1rem;
  background-color: #068150;
}
.lp__contener .mv .section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-image: url(../img/mv_bg_pc.jpg);
  background-size: cover;
  width: 108rem;
  height: 40rem;
}
.lp__contener .mv .mv__imgContener {
  width: 5.7rem;
  margin: 6.6rem 0 0 14.2rem;
}
.lp__contener .mv .mv__logo {
  width: 12rem;
  margin: 0 auto;
}
.lp__contener .mv .mv__leadArea {
  width: 27rem;
  margin: 4.8rem 0 0 4.1rem;
}
.lp__contener .mv .mv__lead {
  margin: 4rem 0 0 0;
}
.lp__contener .mv .mv__lead--small {
  margin-top: 3rem;
  font-size: 1.5rem;
  text-decoration: none;
}
.lp__contener .intro {
  margin: 10rem 0 0 0;
}
.lp__contener .intro .section__inner {
  padding: 6rem 0 7.5rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.lp__contener .intro .sec__mainTitle .sec__mainTitleInner {
  display: block;
  width: 20rem;
  margin: 0 auto;
}
.lp__contener .intro .intro__lead {
  margin: 1.5rem 0 0 0;
  color: #000000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}
.lp__contener .intro .text__logo {
  display: inline-block;
  width: 5.5rem;
  vertical-align: text-top;
  position: relative;
  top: 0.2rem;
  left: -0.5rem;
}
.lp__contener .intro .text__brandColor {
  color: #107043;
  font-weight: bold;
  position: relative;
  left: -0.2rem;
}
.lp__contener .sec__mainTitle {
  text-align: center;
  font-weight: 600;
}
.lp__contener .sec__mainTitle__textInner {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.lp__contener .sec__mainTitle__textInner::after {
  content: "";
  top: -2.6rem;
  left: -4rem;
  width: 10rem;
  height: 10rem;
}
.lp__contener .sec__mainTitle--sub {
  margin-top: 0;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
}
.lp__contener .sec__middleTitle {
  margin-top: 5rem;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.lp__contener .sec__middleTitle::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 80rem;*/
  height: 1px;
  background-color: #78593D;
  z-index: 1;
}
.lp__contener .sec__middleTitle.lp_titleAction.action-active::after {
  width: 80rem;
}
.lp__contener .sec__middleTitle__textInner {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  font-size: 1.8rem;
  padding: 0 2rem;
  background-color: #FDF5EB;
  font-family: var(--font-en);
  font-size: 3rem;
  line-height: 1.8;
}
.lp__contener .sec__middleTitle--text {
  line-height: 2;
  font-size: 1.8rem;
}
.lp__contener .text__area {
  text-align: center;
}
.lp__contener .text__area .text__title {
  line-height: 1.5;
  font-size: 1.8rem;
}
.lp__contener .text__area .text__sentence {
  margin-top: 0;
  line-height: 2;
  font-size: 1.5rem;
  text-align: center;
}
.lp__contener .text__area .text__coution {
  margin-top: 2rem;
  font-size: 1.2rem;
}
.lp__contener .text__area .text__coution sup {
  font-size: 1.2rem;
  top: 0;
}
.lp__contener .contents__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 5rem 3rem;
}
.lp__contener .brand__area {
  margin: 4rem auto 0;
  width: 47.8rem;
  padding: 1.5rem 0 2rem;
  background-color: #FDF5EB;
  border-radius: 1rem;
}
.lp__contener .brand__area.contents__wrap {
  padding: 5rem 5rem 4rem;
}
.lp__contener .brand__area .brand__logo {
  width: 8rem;
  height: 9.3rem;
  margin: 1rem auto 0;
}
.lp__contener .brand__area .brand__text {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  color: #78593d;
}
.lp__contener .lineUP__area {
  position: relative;
}
.lp__contener .lineUP__area .lineUP__itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4.2rem auto 0;
}
.lp__contener .itemWrap {
  display: block;
  width: 40rem;
  height: 74.2rem;
  position: relative;
  padding: 4rem 3rem 0;
  background-color: #fff;
}
.lp__contener .itemWrap:not(:nth-of-type(2n)) {
  margin-right: 2rem;
}
.lp__contener .itemWrap:last-of-type {
  margin-right: 0;
}
.lp__contener .itemWrap .itemImg {
  margin: 0 auto;
  width: 25rem;
}
.lp__contener .itemWrap .item__description {
  width: 100%;
  margin: 3.5rem 0 0 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: left;
}
.lp__contener .itemWrap .lineUP__itemCredit {
  margin: 2rem 0 0 0;
  text-align: center;
}
.lp__contener .itemWrap .lineUP__itemCredit p {
  text-align: center;
}
.lp__contener .itemWrap .lineUP__itemCredit .item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  margin: 0 auto;
  font-size: 1.5rem;
}
.lp__contener .itemWrap .lineUP__itemCredit .item__name {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}
.lp__contener .itemWrap .lineUP__itemCredit .item__name--rubi {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
  font-family: var(--font-en);
}
.lp__contener .itemWrap .lineUP__itemCredit .item__price {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 2.4rem;
}
.lp__contener .itemWrap .btn--product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 4rem;
  background-color: #107043;
  margin: 1.2rem auto 0;
  font-size: 1.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  font-family: var(--font-en);
}
.lp__contener .item__mainBlock {
  margin: 2rem 0 0 0;
}
.lp__contener .item__mainBlock .section__inner {
  position: relative;
  background-color: #85BA97;
  padding: 7.8rem 0 9.4rem;
  color: #fff;
}
.lp__contener .item__mainBlock .sec__mainTitle {
  margin: 6.2rem 0 0 0;
}
.lp__contener .item__mainBlock .sec__mainTitle .sec__mainTitleInner {
  font-size: 2.2rem;
  font-family: var(--font-en);
}
.lp__contener .item__mainBlock .lineUP__area .lineUP__itemList {
  width: 63.6rem;
  margin: 0 18.4rem 0 8.5rem;
}
.lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 0;
}
.lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .itemImg {
  width: 30rem;
  height: 30rem;
  margin: 0;
}
.lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemCredit {
  width: 24.8rem;
  margin: 3.9rem 0 0 8.5rem;
  text-align: center;
}
.lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemCredit .item__name {
  margin-top: 1.8rem;
  font-size: 2.4rem;
}
.lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemCredit .item__name--rubi {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-family: var(--font-en);
}
.lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemCredit .item__price {
  font-size: 1.6rem;
  margin-top: 3rem;
}
.lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemCredit .btn--product {
  margin-top: 1.5rem;
}
.lp__contener .item__mainBlock .text__area {
  margin-top: 1.4rem;
  position: relative;
}
.lp__contener .item__mainBlock .text__area.lp_fadeIn, .lp__contener .item__mainBlock .text__area.lp_fadeIn.fade-active {
  opacity: 1 !important;
}
.lp__contener .item__mainBlock .text__area::before {
  display: block;
  position: absolute;
  content: "";
  top: -10.7rem;
  right: 7.3rem;
  width: 8.8rem;
  height: 15.1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pic_01.png);
  mix-blend-mode: screen;
}
.lp__contener .item__mainBlock .text__area::after {
  display: block;
  position: absolute;
  content: "";
  left: 9.7rem;
  bottom: -3.8rem;
  width: 9rem;
  height: 5.6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pic_02.png);
}
.lp__contener .nahrin_imgBlock {
  margin: 8rem 0 0 0;
}
.lp__contener .nahrin_itemArea .section__inner {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 2rem auto 0;
  padding: 8rem 4rem;
}
.lp__contener .nahrin_itemArea .sec__mainTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.lp__contener .nahrin_itemArea .sec__mainTitleInner.img__inner {
  width: 10rem;
  height: 3.4rem;
}
.lp__contener .nahrin_itemArea .sec__mainTitleInner.text__inner {
  font-size: 2.6rem;
  font-weight: bold;
}
.lp__contener .present__area .section__inner {
  background-color: #106F43;
  margin: 8rem auto 0;
  padding: 6.5rem 6rem;
}
.lp__contener .present__area .sec__mainTitleInner {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: var(--font);
}
.lp__contener .present__area .present__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem 0 0 0;
}
.lp__contener .present__area .present__img {
  width: 30rem;
}
.lp__contener .present__area .present__textWrap {
  width: 40rem;
  margin: 6.2rem 0 0 6rem;
  color: #fff;
  position: relative;
}
.lp__contener .present__area .present__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
  position: relative;
}
.lp__contener .present__area .present__text._01 {
  font-size: 1.6rem;
  line-height: 1.75;
}
.lp__contener .present__area .present__text._01::before {
  display: block;
  position: absolute;
  content: "";
  top: -7.2rem;
  right: 12.5rem;
  width: 4rem;
  height: 4.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pic_03.png);
  mix-blend-mode: screen;
}
.lp__contener .present__area .present__text._01::after {
  display: block;
  position: absolute;
  content: "";
  right: 5rem;
  top: -6.7rem;
  width: 8.2rem;
  height: 9rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pic_04.png);
}
.lp__contener .present__area .present__text._02 {
  margin: 2.9rem 0 0 0;
  padding: 5.6rem 0 0 0;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 2;
}
.lp__contener .present__area .present__text._02::after {
  display: block;
  position: absolute;
  content: "";
  right: -5.2rem;
  bottom: -9.5rem;
  width: 5.2rem;
  height: 11.8rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pic_05.png);
}
.lp__contener .detail__linkArea {
  margin: 2.5rem auto 10rem;
}
.lp__contener .detail__linkArea .section__inner {
  padding: 6rem 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.lp__contener .detail__linkArea .section__inner .btn--product {
  width: 38rem;
  height: 4rem;
  margin: 0 auto;
  background-color: #107043;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp__contener .detail__linkArea .section__inner .btn--product .en {
  font-family: var(--font-en);
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding-top: 0.4rem;
}

@media only screen and (max-width: 767px) {
  /*----------layout sp----------*/
  .lp__contener {
    width: calc(375 * (100vw/375));
    /*----------mv----------*/
    /*----------intro----------*/
    /*----------mainTitle----------*/
    /*----------mainTitle----------*/
    /*----------text__area----------*/
    /*----------contents__wrap 白背景----------*/
    /*----------各コンテンツ lineUP__area ----------*/
    /*----------商品リスト----------*/
  }
  .lp__contener a:hover {
    opacity: 0.5;
  }
  .lp__contener .lp_bg {
    background-image: url(../img/bg_sp.jpg);
  }
  .lp__contener .section__inner {
    width: calc(335 * (100vw/375));
  }
  .lp__contener .mv {
    padding: calc(10 * (100vw/375));
  }
  .lp__contener .mv .section__inner {
    width: calc(355 * (100vw/375));
    height: 88vw;
    background-image: url(../img/mv_bg_sp.jpg);
  }
  .lp__contener .mv .section__inner .mv__imgContener {
    width: calc(44 * (100vw/375));
    margin: calc(82 * (100vw/375)) 0 0 calc(50 * (100vw/375));
  }
  .lp__contener .mv .section__inner .mv__logo {
    width: calc(90 * (100vw/375));
    height: calc(30 * (100vw/375));
    margin: calc(10 * (100vw/375)) 0 0 calc(40 * (100vw/375));
  }
  .lp__contener .mv .section__inner .mv__leadArea {
    padding: 0;
    margin: 0;
    width: 55.2vw;
  }
  .lp__contener .mv .section__inner .mv__lead {
    margin: calc(86 * (100vw/375)) 0 0 calc(24 * (100vw/375));
    width: 55.2vw;
  }
  .lp__contener .intro {
    margin: calc(80 * (100vw/375)) 0 0 0;
  }
  .lp__contener .intro .section__inner {
    margin: 0 auto;
    width: calc(335 * (100vw/375));
    padding: calc(50 * (100vw/375)) 0 calc(57 * (100vw/375));
    background-color: rgba(255, 255, 255, 0.9);
  }
  .lp__contener .intro .sec__mainTitle .sec__mainTitleInner {
    display: block;
    width: calc(130 * (100vw/375));
    margin: 0 auto;
  }
  .lp__contener .intro .intro__lead {
    margin: calc(15 * (100vw/375)) 0 0 0;
    color: #000000;
    text-align: center;
    font-size: calc(14 * (100vw/375));
    line-height: 2;
  }
  .lp__contener .intro .text__logo {
    display: inline-block;
    width: calc(49 * (100vw/375));
    vertical-align: text-top;
    position: relative;
    left: calc(5 * (100vw/375));
    top: calc(2 * (100vw/375));
    margin-right: calc(10 * (100vw/375));
  }
  .lp__contener .intro .text__brandColor {
    color: #107043;
    font-weight: bold;
    position: relative;
    left: -0.2rem;
  }
  .lp__contener .sec__mainTitle {
    text-align: center;
  }
  .lp__contener .sec__mainTitle__textInner {
    font-size: calc(30 * (100vw/375));
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  .lp__contener .sec__middleTitle {
    margin-top: calc(50 * (100vw/375));
    position: relative;
  }
  .lp__contener .text__area {
    text-align: center;
  }
  .lp__contener .text__area .text__title {
    line-height: 1.5;
    font-size: calc(18 * (100vw/375));
  }
  .lp__contener .text__area .text__sentence {
    margin-top: calc(15 * (100vw/375));
    line-height: 2;
    font-size: calc(13 * (100vw/375));
  }
  .lp__contener .contents__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 5rem 3rem;
  }
  .lp__contener .lineUP__area {
    position: relative;
  }
  .lp__contener .lineUP__area .lineUP__itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(295 * (100vw/375));
    margin: 0 auto 0;
  }
  .lp__contener .itemWrap {
    display: block;
    width: calc(295 * (100vw/375));
    height: auto;
    padding: calc(30 * (100vw/375)) calc(20 * (100vw/375)) calc(48 * (100vw/375));
    position: relative;
    background-color: #fff;
  }
  .lp__contener .itemWrap:not(:nth-of-type(2n)) {
    margin-right: 0rem;
  }
  .lp__contener .itemWrap:last-of-type {
    margin-top: calc(20 * (100vw/375));
    margin-right: 0;
  }
  .lp__contener .itemWrap .item__icon {
    font-size: calc(12 * (100vw/375));
    line-height: 1.46;
  }
  .lp__contener .itemWrap .itemImg {
    width: calc(200 * (100vw/375));
  }
  .lp__contener .itemWrap .item__description {
    width: 100%;
    font-size: calc(13 * (100vw/375));
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: left !important;
  }
  .lp__contener .itemWrap .lineUP__itemCredit {
    margin: calc(20 * (100vw/375)) 0 0 0;
    letter-spacing: 0.06em;
  }
  .lp__contener .itemWrap .lineUP__itemCredit .item__name {
    font-size: calc(16 * (100vw/375));
    letter-spacing: 0.02em;
    line-height: 1.5;
    font-weight: bold;
  }
  .lp__contener .itemWrap .lineUP__itemCredit .item__name--rubi {
    font-size: calc(14 * (100vw/375));
  }
  .lp__contener .itemWrap .lineUP__itemCredit .item__price {
    font-size: calc(14 * (100vw/375));
    line-height: 1.5;
    letter-spacing: 0;
  }
  .lp__contener .itemWrap .btn--product {
    width: calc(225 * (100vw/375));
    height: calc(40 * (100vw/375));
    margin: calc(15 * (100vw/375)) auto 0;
    font-size: calc(18 * (100vw/375));
  }
  .lp__contener .item__mainBlock .section__inner {
    width: calc(335 * (100vw/375));
    position: relative;
    margin: 0 auto;
    padding: 16vw 0 20.8vw;
  }
  .lp__contener .item__mainBlock .section__inner::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: calc(50 * (100vw/375));
    height: calc(95 * (100vw/375));
  }
  .lp__contener .item__mainBlock .section__inner::after {
    display: block;
    position: absolute;
    content: "";
    top: calc(200 * (100vw/375));
    left: 0;
    width: calc(70 * (100vw/375));
    height: calc(43 * (100vw/375));
  }
  .lp__contener .item__mainBlock .lineUP__area .lineUP__itemList {
    width: calc(295 * (100vw/375));
    margin: 0 auto;
  }
  .lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
  }
  .lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .itemImg {
    width: calc(225 * (100vw/375));
    height: calc(225 * (100vw/375));
    margin: 0;
  }
  .lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemCredit {
    width: calc(225 * (100vw/375));
    margin: calc(30 * (100vw/375)) 0 0 0;
    text-align: center;
  }
  .lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemCredit .item__icon {
    width: calc(67 * (100vw/375));
    height: calc(25 * (100vw/375));
    font-size: calc(13 * (100vw/375));
    border-radius: calc(5 * (100vw/375));
  }
  .lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemCredit .item__name {
    margin-top: calc(10 * (100vw/375));
    font-size: calc(20 * (100vw/375));
  }
  .lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemCredit .item__name--rubi {
    margin-top: calc(4 * (100vw/375));
    font-size: calc(14 * (100vw/375));
    font-family: var(--font-en);
  }
  .lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemCredit .item__price {
    font-size: calc(14 * (100vw/375));
    margin-top: calc(25 * (100vw/375));
  }
  .lp__contener .item__mainBlock .lineUP__area .lineUP__itemList .lineUP__itemCredit .btn--product {
    margin-top: calc(19 * (100vw/375));
    width: calc(225 * (100vw/375));
  }
  .lp__contener .item__mainBlock .sec__mainTitle {
    margin: calc(45 * (100vw/375)) 0 0 0;
    font-size: calc(20 * (100vw/375));
    line-height: 1.5;
    font-family: var(--font-en);
  }
  .lp__contener .item__mainBlock .sec__mainTitle .sec__mainTitleInner {
    font-size: calc(20 * (100vw/375));
    font-family: var(--font-en);
    letter-spacing: 0.02em;
  }
  .lp__contener .item__mainBlock .text__area {
    width: calc(295 * (100vw/375));
    margin: 0 auto;
  }
  .lp__contener .item__mainBlock .text__area::before {
    top: calc(-59 * (100vw/375));
    right: calc(-12 * (100vw/375));
    width: calc(58 * (100vw/375));
    height: calc(100 * (100vw/375));
  }
  .lp__contener .item__mainBlock .text__area::after {
    bottom: calc(-48 * (100vw/375));
    right: auto;
    left: calc(-9 * (100vw/375));
    width: calc(73 * (100vw/375));
    height: calc(43 * (100vw/375));
  }
  .lp__contener .nahrin_imgBlock {
    margin: calc(70 * (100vw/375)) 0 0 0;
  }
  .lp__contener .nahrin_imgBlock .section__inner {
    width: calc(335 * (100vw/375));
    margin: 0 auto;
  }
  .lp__contener .nahrin_itemArea .section__inner {
    width: calc(335 * (100vw/375));
    padding: calc(60 * (100vw/375)) calc(20 * (100vw/375));
  }
  .lp__contener .nahrin_itemArea .sec__mainTitle {
    margin-bottom: calc(25 * (100vw/375));
  }
  .lp__contener .nahrin_itemArea .sec__mainTitleInner.img__inner {
    width: calc(80 * (100vw/375));
    height: calc(27 * (100vw/375));
  }
  .lp__contener .nahrin_itemArea .sec__mainTitleInner.text__inner {
    font-size: calc(22 * (100vw/375));
    font-weight: bold;
  }
  .lp__contener .present__area .section__inner {
    margin: calc(70 * (100vw/375)) auto 0;
    padding: calc(62 * (100vw/375)) calc(20 * (100vw/375)) calc(56 * (100vw/375));
  }
  .lp__contener .present__area .sec__mainTitleInner {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: var(--font);
  }
  .lp__contener .present__area .present__inner {
    display: flex;
    flex-wrap: wrap;
    margin: calc(23 * (100vw/375)) auto 0;
  }
  .lp__contener .present__area .present__img {
    width: calc(200 * (100vw/375));
    margin: 0 auto;
  }
  .lp__contener .present__area .present__textWrap {
    width: 100%;
    margin: calc(40 * (100vw/375)) 0 0 0;
    color: #fff;
  }
  .lp__contener .present__area .present__text {
    font-size: calc(14 * (100vw/375));
    letter-spacing: 0.06em;
    line-height: 1.75;
  }
  .lp__contener .present__area .present__text._01 {
    font-size: calc(14 * (100vw/375));
    line-height: 1.75;
    padding: 0 0 0 calc(5 * (100vw/375));
  }
  .lp__contener .present__area .present__text._01::before {
    top: calc(-40 * (100vw/375));
    right: auto;
    left: calc(-5 * (100vw/375));
    width: calc(35 * (100vw/375));
    height: calc(37 * (100vw/375));
  }
  .lp__contener .present__area .present__text._01::after {
    left: calc(28 * (100vw/375));
    right: auto;
    top: calc(-89 * (100vw/375));
    width: calc(67 * (100vw/375));
    height: calc(74 * (100vw/375));
  }
  .lp__contener .present__area .present__text._02 {
    margin: calc(18 * (100vw/375)) 0 0 0;
    padding: calc(38 * (100vw/375)) 0 0 0;
    border-top: 1px solid #fff;
    font-size: calc(12 * (100vw/375));
  }
  .lp__contener .present__area .present__text._02::after {
    display: block;
    position: absolute;
    content: "";
    right: calc(-19 * (100vw/375));
    top: calc(-76 * (100vw/375));
    width: calc(51 * (100vw/375));
    height: calc(115 * (100vw/375));
    background-repeat: no-repeat;
    background-size: cover;
  }
  .lp__contener .detail__linkArea {
    margin: calc(20 * (100vw/375)) auto calc(80 * (100vw/375));
  }
  .lp__contener .detail__linkArea .section__inner {
    padding: calc(60 * (100vw/375)) 0;
    margin: 0 auto;
  }
  .lp__contener .detail__linkArea .section__inner .btn--product {
    width: calc(270 * (100vw/375));
    height: calc(40 * (100vw/375));
    margin: 0 auto;
    font-size: calc(16 * (100vw/375));
  }
  .lp__contener .detail__linkArea .section__inner .btn--product .en {
    font-family: var(--font-en);
    padding-top: calc(3 * (100vw/375));
  }
}/*# sourceMappingURL=style.css.map */