@charset "UTF-8";
@font-face {
  font-family: "avenir-next";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/avenir-next-bold.ttf") format("opentype");
}
@font-face {
  font-family: "LEMONMILK-Bold";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/LEMONMILK-Bold.otf") format("opentype");
}
@font-face {
  font-family: "YuGothic";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/YuGothic-Medium.otf") format("opentype");
}

:root {
  --main-color:#68989e;
  --font-color:#464646;
  --campaign-blue:#1755A0;
  --section01-color:#DEC500;
  --section02-color:#B9B32E;
  --section03-color:#D87F19;
  --section04-color:#D86E4D;
  --font: "YuGothic", sans-serif;
  --font-en: "LEMONMILK-Bold", sans-serif;
  --font-sub-en: "avenir-next", sans-serif;
  --pc-width: 1400;
  --tb-width: 750;
  --sp-width: 750;
}

@media only screen and (min-width: 768px) {
  #Wrap {
    width: 100%;
    padding-top: 14.2rem;
  }
}

body {
  background-color: #fff;
}

#lp__contener .sp_only {
  display: none;
}
#lp__contener .pc_only {
  display: block;
}

div, form, h1, h2, h3, h4, ul, li, dl, dt, dd, p {
  line-height: 1;
}

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

ul, ol, li, p {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents_inner {
  width: 100%;
}

.en_font {
  font-family: var(--font-sub-en);
}

.f_bold {
  font-weight: bold;
}

.row_reverse {
  flex-direction: row-reverse;
}

.contents {
  margin-top: 0;
}

.share-txt {
  margin: 0;
}

#lp__contener {
  width: 100%;
  font-family: var(--font);
  overflow: hidden;
  letter-spacing: 0.05em;
  color: #464646;
  background: #FAF6EA;
  padding-bottom: 12rem;
}

#lp__contener * {
  box-sizing: border-box;
}

#lp__contener img {
  width: 100%;
}

#lp__contener a {
  text-decoration: none;
}

#lp__contener picture, #lp__contener a {
  display: block;
}

#lp__contener .overflow {
  position: relative;
  overflow-x: scroll;
    /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

#lp__contener .overflow::-webkit-scrollbar {
  display:none;
}

.only_pc {
  display: block;
}
.only_sp {
  display: none;
}

/*----------LP_PC----------*/
#lp__contener .mv .mv__img {
  width: 90rem;
  margin: 4rem auto 0;
  line-height: 0;
}

#lp__contener .main_leadTextArea {
  margin: 4.5rem auto 0;
  text-align: center;
}

#lp__contener .main_leadTextArea h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  color: #D05A38;
  font-weight: bold;
}

#lp__contener .main_leadTextArea h2 .font_lrg {
  font-size: 4.8rem;
}

#lp__contener .main_leadTextArea .leadText {
  margin-top: 3.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

/*----------main_leadItems----------*/
#lp__contener .main_leadItems {
  margin: 7rem auto 0;
}

#lp__contener .main_leadItems ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp__contener .main_leadItems ul li {
  width: 15rem;
  padding: 1.5rem 2.5rem;
}

#lp__contener .main_leadItems ul li img {
  width: 10rem;
}

#lp__contener .main_leadItems ul li:nth-child(1) ,
#lp__contener .main_leadItems ul li:nth-child(8) {
  background: #CBD6BF;
}
#lp__contener .main_leadItems ul li:nth-child(2) ,
#lp__contener .main_leadItems ul li:nth-child(5) {
  background: #DED5C8;
}
#lp__contener .main_leadItems ul li:nth-child(3) ,
#lp__contener .main_leadItems ul li:nth-child(6) {
  background: #E5C1B7;
}
#lp__contener .main_leadItems ul li:nth-child(4) ,
#lp__contener .main_leadItems ul li:nth-child(7) {
  background: #F3F2DE;
}

#lp__contener .main_leadItems ul li:nth-child(1) .fadein {
  transition-delay: 0.2s;
}
#lp__contener .main_leadItems ul li:nth-child(2) .fadein {
  transition-delay: 0.4s;
}
#lp__contener .main_leadItems ul li:nth-child(3) .fadein {
  transition-delay: 0.6s;
}
#lp__contener .main_leadItems ul li:nth-child(4) .fadein {
  transition-delay: 0.8s;
}
#lp__contener .main_leadItems ul li:nth-child(5) .fadein {
  transition-delay: 1s;
}
#lp__contener .main_leadItems ul li:nth-child(6) .fadein {
  transition-delay: 1.2s;
}
#lp__contener .main_leadItems ul li:nth-child(7) .fadein {
  transition-delay: 1.4s;
}
#lp__contener .main_leadItems ul li:nth-child(8) .fadein {
  transition-delay: 1.6s;
}


/*----------campaign_Area----------*/
#lp__contener .campaign_Area {
  margin-top: 10rem;
  background: linear-gradient(-45deg, rgba(245, 240, 200, 1) 0%, rgba(252, 248, 218, 1) 50%, rgba(245, 240, 200, 1) 100%);
  padding: 12.6rem 0 12rem;
  text-align: center;
}

#lp__contener .campaign_Area .subTtl {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
  color: var(--campaign-blue);
  text-align: center;
  font-weight: bold;
  z-index: 0;
}

#lp__contener .campaign_Area .subTtl::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/campaign_icon_pc.png) no-repeat;
  background-size: 100%;
  transform: rotate(5deg);
  width: 21.3rem;
  height: 6.53rem;
  top: -4.4rem;
  right: -25rem;
  z-index: 1;
}

#lp__contener .campaign_Area h3 {
  margin-top: 2rem;
  font-size: 4.8rem;
  color: var(--campaign-blue);
  text-align: center;
}

#lp__contener .campaign_Area .campaign_wrap {
  margin-top: 6.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

#lp__contener .campaign_Area .campaign_blk {
  position: relative;
  width: 38rem;
  background: #fff;
  padding: 4rem 0 4rem 3rem;
  box-shadow: rgba(100, 100, 100, 0.1) -20px 20px 31px 0px;
  z-index: 0;
  text-align: left;
  background: linear-gradient(225deg, transparent 30px, #fff 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 100%;
  background-repeat: no-repeat;
}

#lp__contener .campaign_Area .campaign_blk::before {
  position: absolute;
  display: block;
  content: "01";
  font-family: var(--font-sub-en);
  font-style: italic;
  font-size: 5rem;
  font-weight: bold;
  top: -2.5rem;
  left: 1.5rem;
  color: var(--campaign-blue);
  z-index: 1;
}
#lp__contener .campaign_Area .campaign_blk:nth-child(2)::before {
  content: "02";
}
#lp__contener .campaign_Area .campaign_blk:nth-child(3)::before {
  content: "03";
}

#lp__contener .campaign_Area .campaign_blk .item {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
}
#lp__contener .campaign_Area .campaign_blk:nth-child(1) .item {
  width: 3.9rem;
  top: 5rem;
  right: 6rem;
}
#lp__contener .campaign_Area .campaign_blk:nth-child(2) .item {
  width: 4.5rem;
  top: 3rem;
  right: 6.5rem;
}
#lp__contener .campaign_Area .campaign_blk:nth-child(3) .item {
  width: 8.6rem;
  top: 3.6rem;
  right: 4rem;
}

#lp__contener .campaign_Area .campaign_blk .text_blk {
  width: 21rem;
}

#lp__contener .campaign_Area .campaign_blk .logo {
  width: 9rem;
}

#lp__contener .campaign_Area .campaign_blk .name {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}

#lp__contener .campaign_Area .campaign_blk .text {
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.6;
  border-top: #EAEAEA solid 0.1rem;
}

#lp__contener .campaign_Area .campaign_blk .check_icon {
  position: absolute;
  width: 13.4rem;
  height: 6.5rem;
  font-size: 1.2rem;
  font-family: var(--font-en);
  font-weight: 500;
  text-align: right;
  padding: 4rem 1rem 0 0;
  color: #fff;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: var(--campaign-blue);
  right: 0;
  bottom: 0;
  z-index: -1;
}

#lp__contener .campaign_Area .campaign_blk a:hover .check_icon {
  background: #2C6EBE;
  transition: ease-in-out 1s;
  opacity: 1;
}

#lp__contener .campaign_Area .campaign_blk .item img {
  transition: ease-in-out 0.6s;
}
#lp__contener .campaign_Area .campaign_blk a:hover .item img {
  transition: ease-in-out 0.6s;
  transform:scale(1.1,1.1);
}


/*----------main_nav----------*/
#lp__contener .nav_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 10rem;
}

#lp__contener .nav_wrap p {
  position: relative;
  text-align: center;
  width: 28.5rem;
  height: 10rem;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 1rem;
  line-height: 1.5;
  color: #fff;
  background-size: 100%;
  z-index: 0;
  letter-spacing: 0;
}

#lp__contener .nav_wrap p .sub_text {
  font-size: 1.2rem;
}

#lp__contener .nav_wrap p::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/nav_arrow.svg) no-repeat;
  background-size: 100%;
  width: 1.4rem;
  height: 0.7rem;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp__contener .nav_wrap p:nth-of-type(1) {
  background: url(../img/nav_01_pc.svg) no-repeat;
}
#lp__contener .nav_wrap p:nth-of-type(2) {
  background: url(../img/nav_02_pc.svg) no-repeat;
}
#lp__contener .nav_wrap p:nth-of-type(3) {
  background: url(../img/nav_03_pc.svg) no-repeat;
}
#lp__contener .nav_wrap p:nth-of-type(4) {
  background: url(../img/nav_04_pc.svg) no-repeat;
}


/*---------- product section__01 ----------*/
#lp__contener .product .recommend_bg {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp__contener .product .recommend_bg span {
  font-family: var(--font-en);
  font-size: 16.9rem;
  font-weight: bold;
  display: inline-block;
  color: #F7F3D7;
}

#lp__contener .product .recommend_bg span:nth-child(1) {
  transition-delay: 0.2s;
}
#lp__contener .product .recommend_bg span:nth-child(2) {
  transition-delay: 0.4s;
}
#lp__contener .product .recommend_bg span:nth-child(3) {
  transition-delay: 0.6s;
}
#lp__contener .product .recommend_bg span:nth-child(4) {
  transition-delay: 0.8s;
}
#lp__contener .product .recommend_bg span:nth-child(5) {
  transition-delay: 1s;
}
#lp__contener .product .recommend_bg span:nth-child(6) {
  transition-delay: 1.2s;
}
#lp__contener .product .recommend_bg span:nth-child(7) {
  transition-delay: 1.4s;
}
#lp__contener .product .recommend_bg span:nth-child(8) {
  transition-delay: 1.6s;
}
#lp__contener .product .recommend_bg span:nth-child(9) {
  transition-delay: 1.8s;
}


#lp__contener .product h2 {
  margin-top: 10.2rem;
  color: var(--main-color);
  background: url(../img/product_bg_pc.jpg) no-repeat;
  background-size: cover;
  padding: 7rem 0 8rem;
  text-align: center;
}

#lp__contener .product .product_ttl .en_font {
  display: inline-block;
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

#lp__contener .product .product_ttl {
  font-size: 2.6rem;
}

/*--- product_itemsWrap ---*/
#lp__contener .product_inner {
  position: relative;
  width: 120rem;
  margin: -3.5rem auto 0;
  padding: 5.5rem 0 7rem;
  z-index: 1;
  background: linear-gradient(135deg, transparent 7rem, #fff 7rem), linear-gradient(225deg, transparent 7rem, #fff 7rem);
  background-position: top left, top right;
  background-size: 50%, 50%;
  background-repeat: no-repeat;
}

#lp__contener .product_inner h3 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
}

#lp__contener .product_inner h3 .sub_text {
  font-size: 2rem;
}

#lp__contener .product_inner h3 .sub_text sup {
  font-size: 1rem;
}

#lp__contener .product_inner h3 .number {
  font-size: 5.5rem;
}

#lp__contener .section__01 .product_inner h3 {
  color: var(--section01-color);
}
#lp__contener .section__02 .product_inner h3 {
  color: var(--section02-color);
}
#lp__contener .section__03 .product_inner h3 {
  color: var(--section03-color);
}
#lp__contener .section__04 .product_inner h3 {
  color: var(--section04-color);
}

#lp__contener .product_itemsWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5rem;
  flex-wrap: wrap;
  margin: 3.2rem auto 0;
}

#lp__contener .product_itemsWrap .product_blk {
  width: 30rem;
  text-align: center;
}

#lp__contener .product_blk h4 {
  display: block;
  padding: 1rem 0 3.8rem;
  width: 100%;
  height: 8rem;
  font-size: 1.3rem;
  line-height: 1.8;
  color: var(--font-color);
  font-weight: bold;
}
#lp__contener .section__01 .product_blk h4 {
  background: url(../img/sec_com_01.svg) no-repeat;
  background-size: 100%;
}
#lp__contener .section__02 .product_blk h4 {
  background: url(../img/sec_com_02.svg) no-repeat;
  background-size: 100%;
}
#lp__contener .section__03 .product_blk h4 {
  background: url(../img/sec_com_03.svg) no-repeat;
  background-size: 100%;
}
#lp__contener .section__04 .product_blk h4 {
  background: url(../img/sec_com_04.svg) no-repeat;
  background-size: 100%;
}

#lp__contener .product_blk h4 sup {
  font-size: 1rem;
}

#lp__contener .product_blk .img {
  position: relative;
  width: 25rem;
  margin: 1.8rem auto 0;
  z-index: 0;
}

#lp__contener .product_blk .brand {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 0.6rem;
  font-weight: bold;
}

#lp__contener .product_blk .name {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 0.7rem;
  font-weight: bold;
}

#lp__contener .product_blk .name sup {
  font-size: 1rem;
}

#lp__contener .product_blk .price {
  font-size: 1.4rem;
  margin-top: 1.2rem;
}

#lp__contener .product_blk .tax {
  font-size: 1rem;
  font-weight: 500;
}

#lp__contener .product_blk .text {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.8;
  padding-top: 1.6rem;
  border-top: #E5E5E5 solid 0.1rem;
}

#lp__contener .product_blk .text span {
  display: inline-block;
  font-size: 1rem;
}

#lp__contener .product_blk .btn {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 3.2rem;
  color: var(--section01-color);
  margin: 1.8rem auto 0;
  border: var(--section01-color) solid 0.1rem;
  border-radius: 5rem;
  transition: ease-in-out 0.6s;
}

#lp__contener .product_blk .brand_btn {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  color: #fff;
  margin: 2.4rem auto 0;
  background: linear-gradient(-45deg, rgba(224,190,100,1) 0%, rgba(214,169,55,1) 100%);
  border-radius: 5rem;
  transition: ease-in-out 0.6s;
}

#lp__contener .product_blk .brand_btn:hover {
  background: linear-gradient(45deg, rgba(224,190,100,1) 0%, rgba(214,169,55,1) 100%);
  transition: ease-in-out 0.6s;
}

/* ================ section all ================ */
#lp__contener .section__01 .product_blk:nth-child(3) h4 {
  padding: 2.4rem 0 3.8rem;
}
#lp__contener .section__04 .product_blk:nth-child(1) h4 {
  padding: 2.4rem 0 3.8rem;
}

/* --- recommend_bg --- */
#lp__contener .section__02 .recommend_bg span {
  color: #F4F2D9;
}
#lp__contener .section__03 .recommend_bg span {
  color: #F8EDE1;
}
#lp__contener .section__04 .recommend_bg span {
  color: #FCEEE0;
}

/* --- campaign_icon --- */
#lp__contener .section__01 .product_blk:nth-child(3) .img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/campaign_icon.svg) no-repeat;
  background-size: 100%;
  width: 9rem;
  height: 9rem;
  top: 1rem;
  right: 0;
  z-index: 1;
}
#lp__contener .section__03 .product_blk .img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/campaign_icon.svg) no-repeat;
  background-size: 100%;
  width: 9rem;
  height: 9rem;
  top: 1rem;
  right: -1rem;
  z-index: 1;
}
#lp__contener .section__04 .product_blk:nth-child(2) .img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/campaign_icon.svg) no-repeat;
  background-size: 100%;
  width: 9rem;
  height: 9rem;
  top: 0;
  right: -8rem;
  z-index: 1;
}

/* --- product_blk btn --- */
#lp__contener .section__01 .product_blk .btn {
  color: var(--section01-color);
  border: var(--section01-color) solid 0.1rem;
}
#lp__contener .section__01 .product_blk .btn:hover {
  color: #fff;
  background: var(--section01-color);
  transition: ease-in-out 0.6s;
}
#lp__contener .section__02 .product_blk .btn {
  color: var(--section02-color);
  border: var(--section02-color) solid 0.1rem;
}
#lp__contener .section__02 .product_blk .btn:hover {
  color: #fff;
  background: var(--section02-color);
  transition: ease-in-out 0.6s;
}
#lp__contener .section__03 .product_blk .btn {
  color: var(--section03-color);
  border: var(--section03-color) solid 0.1rem;
}
#lp__contener .section__03 .product_blk .btn:hover {
  color: #fff;
  background: var(--section03-color);
  transition: ease-in-out 0.6s;
}
#lp__contener .section__04 .product_blk .btn {
  color: var(--section04-color);
  border: var(--section04-color) solid 0.1rem;
}
#lp__contener .section__04 .product_blk .btn:hover {
  color: #fff;
  background: var(--section04-color);
  transition: ease-in-out 0.6s;
}

/* --- info_blk --- */
#lp__contener .section__01 .product_blk .info_blk {
  min-height: 12.4rem;
}
#lp__contener .section__02 .product_blk .info_blk {
  min-height: 10.4rem;
}
#lp__contener .section__03 .product_blk .info_blk {
  min-height: 10.4rem;
}
#lp__contener .section__04 .product_blk .info_blk {
  min-height: 10.4rem;
}

/* --- brand_btn --- */
#lp__contener .section__03 .brand_btn {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 5rem;
  color: #fff;
  margin: 4rem auto 0;
  background: linear-gradient(-45deg, #D65F62 0%, #BC3438 100%);
  border-radius: 5rem;
  transition: ease-in-out 0.6s;
}
#lp__contener .section__03 .brand_btn:hover {
  background: linear-gradient(45deg, #D65F62 0%, #BC3438 100%);
  transition: ease-in-out 0.6s;
}

#lp__contener .section__04 .brand_btn {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 5rem;
  color: #fff;
  margin: 4rem auto 0;
  background: linear-gradient(-45deg, #FCCBD8 0%, #F7B0C2 100%);
  border-radius: 5rem;
  transition: ease-in-out 0.6s;
}
#lp__contener .section__04 .brand_btn:hover {
  background: linear-gradient(45deg, #FCCBD8 0%, #F7B0C2 100%);
  transition: ease-in-out 0.6s;
}

/*--- loop_Area ---*/
#lp__contener .loop_Area {
  margin-top: 11rem;
}
.loop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  animation: loop 50s infinite linear 1s both;
}
.slider li {
  font-size: 2rem;
  font-family: var(--font-en);
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
}
.slider-wrap {
  width: 100vw;
  overflow: hidden;
}

#lp__contener .loop_Area.first .slider li {
  color: var(--section02-color);
}
#lp__contener .loop_Area.second .slider li {
  color: var(--section03-color);
}
#lp__contener .loop_Area.third .slider li {
  color: var(--section04-color);
}


@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%); 
  }
}


/*---------- view all btn area ----------*/
#lp__contener .viewall_btn a {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45rem;
  height: 6rem;
  color: #fff;
  margin: 7rem auto 0;
  background: #D36444;
  border-radius: 5rem;
}


/* ===================
  　　  ▽ MODAL ▽
=================== */
/* modal */
body.no_scroll {
  height: 100vh;
  overflow: hidden;
  
}

header.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.modal_outside::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: rgba(216, 205, 115, 0.3);
  margin: 0 calc(50% - 50vw);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(10px);
}

.modal_inner {
  position: relative;
  z-index: 1;
  gap: 8rem;
  width: 100%;
  max-width: 100%;
  padding: 5rem 10rem;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.modal_outer {
  position: relative;
  width: 100rem;
  margin: auto;
}

.btn_close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
}

.btn_close:hover {
  cursor: pointer;
}

.btn_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4rem;
  height: 2px;
  background: var(--color-white);
  content: "";
}

.btn_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 4rem;
  background: var(--color-white);
  content: "";
}

.review_area .modal_wrap {
  text-align: center;
  position: relative;
}

.review_area .modal_wrap .modal_ttl {
  font-size: 2.5rem;
  font-weight: bold;
}

.review_area .modal_wrap .modal_text {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

.review_area .modal_wrap .modal_img {
  width: 80rem;
  margin: 2.5rem auto 0;
}
/* ===================
  　　  △ MODAL △
=================== */




/*---------- nav__list ----------*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 3rem;
  bottom: 2rem;
  z-index: 2;
  opacity: 0;
  transform: translateY(250px);
}

#page-top .check_blk {
  position: relative;
  width: 8rem;
  height: 8rem;
  z-index: 0;
}

#page-top .check_blk p {
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  list-style: 1.5;
  z-index: 0;
  transition: ease-in-out 0.2s;
}

#page-top .check_blk:hover p {
  font-size: 1.6rem;
  transition: ease-in-out 0.2s;
}

#page-top .check_blk .jp_font {
  font-size: 1.4rem;
  transition: ease-in-out 0.2s;
}

#page-top .check_blk:hover .jp_font {
  font-size: 1.3rem;
  transition: ease-in-out 0.2s;
}

#page-top .check_blk::before {
  position: absolute;
  display: block;
  content: "";
  width: 8rem;
  height: 8rem;
  background: url(../img/check_bg_pc.svg) no-repeat;
  background-size: 100%;
  top: -2.5rem;
  left: 0;
  z-index: -1;
  animation: CheckAnime 2.5s infinite ease-in-out;
  filter: drop-shadow(2px 2px 5px rgba(160, 160, 160, 0.6));
}

#page-top .check_blk::after {
  position: absolute;
  display: block;
  content: "";
  width: 8rem;
  height: 3rem;
  background: url(../img/check_text_pc.svg) no-repeat;
  background-size: 100%;
  top: -6rem;
  left: 0;
  z-index: -1;
}

#page-top .check_blk p::after {
  position: absolute;
  display: block;
  content: "";
  width: 4rem;
  height: 5rem;
  background: url(../img/check_hand_pc.svg) no-repeat;
  background-size: 100%;
  bottom: -5.8rem;
  right: 0rem;
  z-index: 1;
  filter: drop-shadow(2px 2px 5px rgba(160, 160, 160, 0.6));
  transition: ease-in-out 0.2s;
}

#page-top .check_blk:hover p::after {
  transition: ease-in-out 0.2s;
  transform: translate(-10px, -5px) scale(0.95);
}

@keyframes CheckAnime{
  0% {
  transform:scale(1);
  }
  50% {
  transform:scale(1.1);
  }
  100% {
  transform:scale(1);
  }
}




/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(250px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(250px);
  }
}


/*----------アニメーション----------*/
.fadein {
  opacity: 0;
  transition: opacity 1.5s 0s, transform 1.5s 0s;
}

.fadein.fade-active {
  opacity: 1;
  transition: opacity 1.5s 0s, transform 1.5s 0s;
}

.fadeup {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 1.5s 0s, transform 1.5s 0s;
}

.fadeup.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.5s 0s, transform 1.5s 0s;
}

.move_right {
  overflow: hidden;
  position: relative;
}
.move_right::before {
  transform: skew(-30deg, 0);
  position: absolute;
  top: 0;
  right: -20%;
  left: -20%;
  bottom: 0;
  z-index: 2;
  background: #c8ccce;
  content: "";
}

.move_right.fade-active {
  animation-delay: 0s, 0s;
}
.move_right.fade-active::before {
  animation: animeBoxmove 1.5s linear 0s 1 forwards;
}

.move_right_2 {
  overflow: hidden;
  position: relative;
}
.move_right_2::before {
  transform: skew(-30deg, 0);
  position: absolute;
  top: 0;
  right: -20%;
  left: -20%;
  bottom: 0;
  z-index: 2;
  background: #c8ccce;
  content: "";
}

.move_right_2.fade-active {
  animation-delay: 0s, 0s;
}
.move_right_2.fade-active::before {
  animation: animeBoxmove 1.5s linear 0.8s 1 forwards;
}


.line_extend.fade-active::after {
  /*transform: scaleX(100%);*/
  z-index: -1;
}

@keyframes animeBoxmove {
  100% {
    left: 130%;
  }
}
@keyframes moving {
  from {
    animation-timing-function: linear;
    transform: translateY(-24rem) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    animation-timing-function: linear;
    transform: translateY(24rem) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
.fadeup-load {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadein-load ,
.fadein {
  opacity: 0;
}

.fadein-load.fade-active ,
.fadein.fade-active {
  opacity: 1;
  transition: all 1.8s;
}

.fadeup-load {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load_2 {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s 1s, transform 1s 1s;
}

.fadeup-load_2.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1s 1s, transform 1s 1s;
}

.moveup-load {
  opacity: 1;
  transform: translateY(15rem);
  transition: transform 1s;
}

.moveup-load.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: cubic-bezier(0.26, 0.09999, 0.14, 1), transform 1s;
}

@keyframes imgMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/*----------共通設定 tablet----------*/
@media only screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
/*----------共通設定 sp----------*/
@media only screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #lp__contener .section__inner {
    max-width: 100%;
  }
}


/*----------LP SP----------*/
@media only screen and (max-width: 768px) {

  body, #Wrap {
    color: unset;
  }

  #lp__contener .sp_only {
    display: block;
  }
  #lp__contener .pc_only {
    display: none;
  }

  #lp__contener {
    letter-spacing: 0;
  }

/*----------LP_SP----------*/
#lp__contener .mv .mv__img {
  width: 100%;
  margin: 0 auto 0;
}

#lp__contener .main_leadTextArea {
  margin: calc(42*(100vw / 390)) auto 0;
  text-align: center;
}

#lp__contener .main_leadTextArea h2 {
  font-size: calc(20*(100vw / 390));
  letter-spacing: 0;
}

#lp__contener .main_leadTextArea h2 .font_lrg {
  font-size: calc(30*(100vw / 390));
}

#lp__contener .main_leadTextArea .leadText {
  margin-top: calc(16*(100vw / 390));
  font-size: calc(14*(100vw / 390));
}

/*----------main_leadItems----------*/
#lp__contener .main_leadItems {
  margin: calc(44*(100vw / 390)) auto 0
}

#lp__contener .main_leadItems ul {
  flex-wrap: wrap;
}

#lp__contener .main_leadItems ul li {
  width: calc(97.4*(100vw / 390));
  padding: calc(12*(100vw / 390)) calc(12*(100vw / 390));
}

#lp__contener .main_leadItems ul li img {
  width: calc(80*(100vw / 390));
}

#lp__contener .main_leadItems ul li:nth-child(1) ,
#lp__contener .main_leadItems ul li:nth-child(8) {
  background: #CBD6BF;
}
#lp__contener .main_leadItems ul li:nth-child(2) ,
#lp__contener .main_leadItems ul li:nth-child(5) {
  background: #DED5C8;
}
#lp__contener .main_leadItems ul li:nth-child(3) ,
#lp__contener .main_leadItems ul li:nth-child(6) {
  background: #E5C1B7;
}
#lp__contener .main_leadItems ul li:nth-child(4) ,
#lp__contener .main_leadItems ul li:nth-child(7) {
  background: #F3F2DE;
}

/*----------campaign_Area----------*/
#lp__contener .campaign_Area {
  margin-top: calc(75*(100vw / 390));
  background: linear-gradient(-45deg, rgba(245, 240, 200, 1) 0%, rgba(252, 248, 218, 1) 50%, rgba(245, 240, 200, 1) 100%);
  padding: calc(38*(100vw / 390)) 0 calc(40*(100vw / 390));
  text-align: center;
}

#lp__contener .campaign_Area .subTtl {
  font-size: calc(16*(100vw / 390));
}

#lp__contener .campaign_Area .subTtl span {
  font-size: calc(18*(100vw / 390));
  letter-spacing: 0;
}

#lp__contener .campaign_Area .subTtl::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/campaign_icon_sp.png) no-repeat;
  background-size: 100%;
  transform: rotate(0deg);
  width: calc(210*(100vw / 390));
  height: calc(47*(100vw / 390));
  top: calc(-67*(100vw / 390));
  right: calc(0*(100vw / 390));
  z-index: 1;
}

#lp__contener .campaign_Area h3 {
  margin-top: calc(18*(100vw / 390));
  font-size: calc(27*(100vw / 390));
  letter-spacing: 0;
}

#lp__contener .campaign_Area .campaign_wrap {
  margin-top: calc(44*(100vw / 390));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(40*(100vw / 390));
}

#lp__contener .campaign_Area .campaign_blk {
  position: relative;
  width: calc(350*(100vw / 390));
  background: #fff;
  padding: calc(40*(100vw / 390)) 0 calc(33*(100vw / 390)) calc(26*(100vw / 390));
  box-shadow: rgba(100, 100, 100, 0.1) -20px 20px 31px 0px;
  z-index: 0;
  text-align: left;
  background: linear-gradient(225deg, transparent 30px, #fff 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 100%;
  background-repeat: no-repeat;
}

#lp__contener .campaign_Area .campaign_blk::before {
  position: absolute;
  display: block;
  content: "01";
  font-family: var(--font-sub-en);
  font-style: italic;
  font-size: calc(45*(100vw / 390));
  font-weight: bold;
  top: calc(-22*(100vw / 390));
  left: calc(14*(100vw / 390));
  color: var(--campaign-blue);
  z-index: 1;
}
#lp__contener .campaign_Area .campaign_blk:nth-child(2)::before {
  content: "02";
}
#lp__contener .campaign_Area .campaign_blk:nth-child(3)::before {
  content: "03";
}

#lp__contener .campaign_Area .campaign_blk .item {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
}
#lp__contener .campaign_Area .campaign_blk:nth-child(1) .item {
  width: calc(35*(100vw / 390));
  top: calc(38*(100vw / 390));
  right: calc(55*(100vw / 390));
}
#lp__contener .campaign_Area .campaign_blk:nth-child(2) .item {
  width: calc(40*(100vw / 390));
  top: calc(35*(100vw / 390));
  right: calc(53*(100vw / 390));
}
#lp__contener .campaign_Area .campaign_blk:nth-child(3) .item {
  width: calc(72*(100vw / 390));
  top: calc(40*(100vw / 390));
  right: calc(30*(100vw / 390));
}

#lp__contener .campaign_Area .campaign_blk .text_blk {
  width: calc(195*(100vw / 390));
}

#lp__contener .campaign_Area .campaign_blk .logo {
  width: calc(80*(100vw / 390));
}

#lp__contener .campaign_Area .campaign_blk .name {
  margin-top: calc(8*(100vw / 390));
  font-size: calc(15*(100vw / 390));
}

#lp__contener .campaign_Area .campaign_blk .text {
  margin-top: calc(7*(100vw / 390));
  padding-top: calc(13*(100vw / 390));
  font-size: calc(12*(100vw / 390));
  line-height: 1.6;
  border-top: #EAEAEA solid calc(1*(100vw / 390));
}

#lp__contener .campaign_Area .campaign_blk .check_icon {
  position: absolute;
  width: calc(120*(100vw / 390));
  height: calc(60*(100vw / 390));
  font-size: calc(13*(100vw / 390));
  font-family: var(--font-en);
  font-weight: 500;
  text-align: right;
  padding: calc(38*(100vw / 390)) calc(8*(100vw / 390)) 0 0;
  color: #fff;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: var(--campaign-blue);
  right: 0;
  bottom: 0;
  z-index: -1;
}

#lp__contener .campaign_Area .campaign_blk a:hover .check_icon {
  background: #2C6EBE;
  transition: ease-in-out 1s;
  opacity: 1;
}

#lp__contener .campaign_Area .campaign_blk .item img {
  transition: ease-in-out 0.6s;
}
#lp__contener .campaign_Area .campaign_blk a:hover .item img {
  transition: ease-in-out 0.6s;
  transform:scale(1.1,1.1);
}


/*----------main_nav----------*/
#lp__contener .nav_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(10*(100vw / 390));
  margin-top: calc(40*(100vw / 390));
}

#lp__contener .nav_wrap p {
  position: relative;
  text-align: center;
  width: calc(170*(100vw / 390));
  height: calc(100*(100vw / 390));
  font-size: calc(16*(100vw / 390));
  font-weight: bold;
  padding-top: calc(6*(100vw / 390));
  line-height: 1.5;
  color: #fff;
  background-size: 100%;
  z-index: 0;
  letter-spacing: 0;
}

#lp__contener .nav_wrap p .sub_text {
  font-size: calc(10*(100vw / 390));
}

#lp__contener .nav_wrap p::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/nav_arrow.svg) no-repeat;
  background-size: 100%;
  width: calc(14*(100vw / 390));
  height: calc(7*(100vw / 390));
  bottom: calc(9*(100vw / 390));
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp__contener .nav_wrap p:nth-of-type(1) {
  background: url(../img/nav_01_sp.svg) no-repeat;
}
#lp__contener .nav_wrap p:nth-of-type(2) {
  background: url(../img/nav_02_sp.svg) no-repeat;
}
#lp__contener .nav_wrap p:nth-of-type(3) {
  background: url(../img/nav_03_sp.svg) no-repeat;
}
#lp__contener .nav_wrap p:nth-of-type(4) {
  background: url(../img/nav_04_sp.svg) no-repeat;
}


/*---------- product section__01 ----------*/
#lp__contener .product .recommend_bg {
  margin-top: calc(50*(100vw / 390));
}

#lp__contener .product .recommend_bg span {
  font-size: calc(50*(100vw / 390));
}

#lp__contener .product .recommend_bg span:nth-child(1) {
  transition-delay: 0.2s;
}
#lp__contener .product .recommend_bg span:nth-child(2) {
  transition-delay: 0.4s;
}
#lp__contener .product .recommend_bg span:nth-child(3) {
  transition-delay: 0.6s;
}
#lp__contener .product .recommend_bg span:nth-child(4) {
  transition-delay: 0.8s;
}
#lp__contener .product .recommend_bg span:nth-child(5) {
  transition-delay: 1s;
}
#lp__contener .product .recommend_bg span:nth-child(6) {
  transition-delay: 1.2s;
}
#lp__contener .product .recommend_bg span:nth-child(7) {
  transition-delay: 1.4s;
}
#lp__contener .product .recommend_bg span:nth-child(8) {
  transition-delay: 1.6s;
}
#lp__contener .product .recommend_bg span:nth-child(9) {
  transition-delay: 1.8s;
}


#lp__contener .product h2 {
  margin-top: 10.2rem;
  color: var(--main-color);
  background: url(../img/product_bg_pc.jpg) no-repeat;
  background-size: cover;
  padding: 7rem 0 8rem;
  text-align: center;
}

#lp__contener .product .product_ttl .en_font {
  display: inline-block;
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

#lp__contener .product .product_ttl {
  font-size: 2.6rem;
}

/*--- product_itemsWrap ---*/
#lp__contener .product_inner {
  position: relative;
  width: calc(350*(100vw / 390));
  margin: calc(-10*(100vw / 390)) auto 0;
  padding: calc(40*(100vw / 390)) 0 calc(50*(100vw / 390));
  z-index: 1;
  background: linear-gradient(135deg, transparent calc(30*(100vw / 390)), #fff calc(30*(100vw / 390))), linear-gradient(225deg, transparent calc(30*(100vw / 390)), #fff calc(30*(100vw / 390)));
  background-position: top left, top right;
  background-size: 50%, 50%;
  background-repeat: no-repeat;
}

#lp__contener .section__01 .product_inner .position {
  display: inline-block;
  margin: calc(-12*(100vw / 390)) auto 0;
}

#lp__contener .section__02 .product_inner .position {
  display: inline-block;
  margin: calc(-10*(100vw / 390)) auto 0;
}

#lp__contener .product_inner h3 {
  font-size: calc(28*(100vw / 390));
  letter-spacing: 0;
}

#lp__contener .product_inner h3 .sub_text {
  font-size: calc(16*(100vw / 390));
  letter-spacing: 0;
}

#lp__contener .product_inner h3 .sub_text sup {
  font-size: calc(10*(100vw / 390));
}

#lp__contener .product_inner h3 .number {
  font-size: calc(41*(100vw / 390));
}

#lp__contener .section__01 .product_inner h3 {
  color: var(--section01-color);
}
#lp__contener .section__02 .product_inner h3 {
  color: var(--section02-color);
}
#lp__contener .section__03 .product_inner h3 {
  color: var(--section03-color);
}
#lp__contener .section__04 .product_inner h3 {
  color: var(--section04-color);
}

#lp__contener .product_itemsWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: calc(40*(100vw / 390));
  flex-wrap: wrap;
  margin: calc(30*(100vw / 390)) auto 0;
}

#lp__contener .product_itemsWrap .product_blk {
  width: calc(300*(100vw / 390));
}

#lp__contener .product_itemsWrap .product_blk:nth-child(n+2) {
  padding-top: calc(40 *(100vw/390));
  border-top: #E5E5E5 solid calc(1 *(100vw/390));
}

#lp__contener .product_blk h4 {
  display: block;
  padding: calc(10*(100vw / 390)) 0 calc(0*(100vw / 390));
  width: 100%;
  height: calc(80*(100vw / 390));
  font-size: calc(13*(100vw / 390));
  line-height: 1.8;
  color: var(--font-color);
  font-weight: bold;
  letter-spacing: 0;
}
#lp__contener .section__01 .product_blk h4 {
  background: url(../img/sec_com_01.svg) no-repeat;
  background-size: 100%;
}
#lp__contener .section__02 .product_blk h4 {
  background: url(../img/sec_com_02.svg) no-repeat;
  background-size: 100%;
}
#lp__contener .section__03 .product_blk h4 {
  background: url(../img/sec_com_03.svg) no-repeat;
  background-size: 100%;
}
#lp__contener .section__04 .product_blk h4 {
  background: url(../img/sec_com_04.svg) no-repeat;
  background-size: 100%;
}

#lp__contener .product_blk h4 sup {
  font-size: 1rem;
}

#lp__contener .product_blk .img {
  position: relative;
  width: calc(250*(100vw / 390));
  margin: calc(10*(100vw / 390)) auto 0;
  z-index: 0;
}

#lp__contener .product_blk .brand {
  font-size: calc(13*(100vw / 390));
  margin-top: calc(3*(100vw / 390));
}

#lp__contener .product_blk .name {
  font-size: calc(13*(100vw / 390));
  line-height: 1.6;
  margin-top: calc(3*(100vw / 390));
}

#lp__contener .product_blk .name sup {
  font-size: calc(10*(100vw / 390));
}

#lp__contener .product_blk .price {
  font-size: calc(13*(100vw / 390));
  margin-top: calc(10*(100vw / 390));
}

#lp__contener .product_blk .tax {
  font-size: calc(10*(100vw / 390));
}

#lp__contener .product_blk .text {
  text-align: justify;
  font-size: calc(13*(100vw / 390));
  line-height: 1.8;
  padding-top: calc(20*(100vw / 390));
  border-top: unset;
}

#lp__contener .product_blk .text sup {
  font-size: calc(10*(100vw / 390));
}

#lp__contener .product_blk .text span {
  display: inline-block;
  font-size: calc(10*(100vw / 390));
}

#lp__contener .product_blk .btn {
  font-size: calc(13*(100vw / 390));
  width: calc(200*(100vw / 390));
  height: calc(35*(100vw / 390));
  color: var(--section01-color);
  margin: calc(20*(100vw / 390)) auto 0;
  border: var(--section01-color) solid 0.1rem;
  border-radius: calc(30*(100vw / 390));
  transition: ease-in-out 0.6s;
}

#lp__contener .product_blk .brand_btn {
  font-size: calc(12*(100vw / 390));
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(50*(100vw / 390));
  color: #fff;
  margin: calc(30*(100vw / 390)) auto 0;
  background: linear-gradient(-45deg, rgba(224, 190, 100, 1) 0%, rgba(214, 169, 55, 1) 100%);
  border-radius: calc(30*(100vw / 390));
  transition: ease-in-out 0.6s;
}

#lp__contener .product_blk .brand_btn:hover {
  background: linear-gradient(45deg, rgba(224,190,100,1) 0%, rgba(214,169,55,1) 100%);
  transition: ease-in-out 0.6s;
}

/* ================ section all ================ */
#lp__contener .section__01 .product_blk:nth-child(3) h4 {
  padding: 2.4rem 0 3.8rem;
}
#lp__contener .section__04 .product_blk:nth-child(1) h4 {
  padding: 2.4rem 0 3.8rem;
}

/* --- campaign_icon --- */
#lp__contener .section__01 .product_blk:nth-child(3) .img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/campaign_icon.svg) no-repeat;
  background-size: 100%;
  width: calc(90*(100vw / 390));
  height: calc(90*(100vw / 390));
  top: calc(10*(100vw / 390));
  right: 0;
  z-index: 1;
}
#lp__contener .section__03 .product_blk .img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/campaign_icon.svg) no-repeat;
  background-size: 100%;
  width: calc(90*(100vw / 390));
  height: calc(90*(100vw / 390));
  top: calc(10*(100vw / 390));
  right: calc(-10*(100vw / 390));
  z-index: 1;
}
#lp__contener .section__04 .product_blk:nth-child(2) .img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/campaign_icon.svg) no-repeat;
  background-size: 100%;
  width: calc(90*(100vw / 390));
  height: calc(90*(100vw / 390));
  top: calc(-12*(100vw / 390));
  right: calc(-44*(100vw / 390));
  z-index: 1;
}

/* --- product_blk btn --- */
#lp__contener .section__01 .product_blk .btn {
  color: var(--section01-color);
  border: var(--section01-color) solid 0.1rem;
}
#lp__contener .section__01 .product_blk .btn:hover {
  color: #fff;
  background: var(--section01-color);
  transition: ease-in-out 0.6s;
}
#lp__contener .section__02 .product_blk .btn {
  color: var(--section02-color);
  border: var(--section02-color) solid 0.1rem;
}
#lp__contener .section__02 .product_blk .btn:hover {
  color: #fff;
  background: var(--section02-color);
  transition: ease-in-out 0.6s;
}
#lp__contener .section__03 .product_blk .btn {
  color: var(--section03-color);
  border: var(--section03-color) solid 0.1rem;
}
#lp__contener .section__03 .product_blk .btn:hover {
  color: #fff;
  background: var(--section03-color);
  transition: ease-in-out 0.6s;
}
#lp__contener .section__04 .product_blk .btn {
  color: var(--section04-color);
  border: var(--section04-color) solid 0.1rem;
}
#lp__contener .section__04 .product_blk .btn:hover {
  color: #fff;
  background: var(--section04-color);
  transition: ease-in-out 0.6s;
}

/* --- info_blk --- */
#lp__contener .section__01 .product_blk .info_blk ,
#lp__contener .section__02 .product_blk .info_blk ,
#lp__contener .section__03 .product_blk .info_blk ,
#lp__contener .section__04 .product_blk .info_blk  {
  min-height: unset;
}

/* --- brand_btn --- */
#lp__contener .section__03 .brand_btn {
  font-size: calc(12*(100vw / 390));
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(300*(100vw / 390));
  height: calc(50*(100vw / 390));
  color: #fff;
  margin: calc(30*(100vw / 390)) auto 0;
  background: linear-gradient(-45deg, #D65F62 0%, #BC3438 100%);
  border-radius: calc(30*(100vw / 390));
  transition: ease-in-out 0.6s;
}
#lp__contener .section__03 .brand_btn:hover {
  background: linear-gradient(45deg, #D65F62 0%, #BC3438 100%);
  transition: ease-in-out 0.6s;
}

#lp__contener .section__04 .brand_btn {
  font-size: calc(12*(100vw / 390));
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(300*(100vw / 390));
  height: calc(50*(100vw / 390));
  color: #fff;
  margin: calc(30*(100vw / 390)) auto 0;
  background: linear-gradient(-45deg, #FCCBD8 0%, #F7B0C2 100%);
  border-radius: calc(30*(100vw / 390));
  transition: ease-in-out 0.6s;
}
#lp__contener .section__04 .brand_btn:hover {
  background: linear-gradient(45deg, #FCCBD8 0%, #F7B0C2 100%);
  transition: ease-in-out 0.6s;
}

/*--- loop_Area ---*/
#lp__contener .loop_Area {
  margin-top: calc(65*(100vw / 390));
}
.loop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20 *(100vw/390));
  animation: loop 20s infinite linear 1s both;
}
.slider li {
  font-size: calc(18*(100vw / 390));
}
.slider-wrap {
  width: 100vw;
  overflow: hidden;
}

#lp__contener .loop_Area.first .slider li {
  color: var(--section02-color);
}
#lp__contener .loop_Area.second .slider li {
  color: var(--section03-color);
}
#lp__contener .loop_Area.third .slider li {
  color: var(--section04-color);
}


@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%); 
  }
}


/*---------- view all btn area ----------*/
#lp__contener .viewall_btn a {
  font-size: calc(16*(100vw / 390));
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(350*(100vw / 390));
  height: calc(60*(100vw / 390));
  color: #fff;
  margin: calc(60*(100vw / 390)) auto 0;
  background: #D36444;
  border-radius: calc(30*(100vw / 390));
}


/* ===================
  　　  ▽ MODAL ▽
=================== */
/* modal */
body.no_scroll {
  height: 100vh;
  overflow: hidden;
  
}

header.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  overflow-y: scroll;
}

.modal_outside::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: rgba(216, 205, 115, 0.3);
  margin: 0 calc(50% - 50vw);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(10px);
}
.modal_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: calc(80*(100vw / 390)) calc(15*(100vw / 390)) calc(35*(100vw / 390));
  background: #fff;
  border-radius: 0;
  overflow: scroll;
}

.modal_outer {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}

.btn_close {
  position: absolute;
  top: calc(25*(100vw / 390));
  right: calc(25*(100vw / 390));
  z-index: 2;
  width: calc(25*(100vw / 390));
  height: calc(25*(100vw / 390));
}

.btn_close:hover {
  cursor: pointer;
}

.btn_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4rem;
  height: 2px;
  background: var(--color-white);
  content: "";
}

.btn_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 4rem;
  background: var(--color-white);
  content: "";
}

.review_area .modal_wrap {
  text-align: center;
  position: relative;
}

.review_area .modal_wrap .modal_ttl {
  font-size: calc(20*(100vw / 390));
}

.review_area .modal_wrap .modal_text {
  margin-top: calc(20*(100vw / 390));
  font-size: calc(14*(100vw / 390));
}

.review_area .modal_wrap .modal_img {
  width: calc(340*(100vw / 390));
  margin: calc(20*(100vw / 390)) auto 0;
}
/* ===================
  　　  △ MODAL △
=================== */





/*---------- nav__list ----------*/
/*リンクを右下に固定*/
#page-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(105*(100vw / 390));
  height: calc(105*(100vw / 390));
  right: calc(10*(100vw / 390));
  bottom: calc(10*(100vw / 390));
  transform: translateY(400px);
  border-radius: calc(5*(100vw / 390));
  background: linear-gradient(-45deg, rgba(216, 110, 77, 1) 0%, rgba(235, 143, 115, 1) 50%, rgba(216, 110, 77, 1) 100%);
  filter: drop-shadow(2px 2px 5px rgba(160, 160, 160, 0.6));
}

#page-top .check_blk {
  position: relative;
  width: calc(60*(100vw / 390));
  height: calc(60*(100vw / 390));
  z-index: 0;
}

#page-top .check_blk p {
  position: relative;
  text-align: center;
  font-size: calc(13*(100vw / 390));
  font-weight: bold;
  color: #D86E4D;
  list-style: 1.5;
  margin-top: calc(65*(100vw / 390));
  z-index: 0;
  transition: ease-in-out 0.2s;
}

#page-top .check_blk:hover p {
  font-size: calc(13*(100vw / 390));
}

#page-top .check_blk .jp_font {
  font-size: calc(10*(100vw / 390));
}

#page-top .check_blk:hover .jp_font {
  font-size: calc(10*(100vw / 390));
}

#page-top .check_blk::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(60*(100vw / 390));
  height: calc(60*(100vw / 390));
  background: #fff;
  border-radius: 50%;
  top: calc(-20*(100vw / 390));
  left: 0;
  z-index: -1;
  animation: CheckAnime 2.5s infinite ease-in-out;
  filter: unset;
}

#page-top .check_blk::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(70*(100vw / 390));
  height: calc(26*(100vw / 390));
  background: url(../img/check_text_sp.svg) no-repeat;
  background-size: 100%;
  top: calc(-48*(100vw / 390));
  left: calc(-4*(100vw / 390));
  z-index: -1;
}

#page-top .check_blk p::after {
  display: none;
}


@keyframes CheckAnime{
  0% {
  transform:scale(1);
  }
  50% {
  transform:scale(1.1);
  }
  100% {
  transform:scale(1);
  }
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(400px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(400px);
  }
}

  
#page-top.UpMove::-webkit-scrollbar {
    display:none;
  }
}




/* IE Only */
@media only screen and (min-width: 768px) {
  .lp__contener.win .point_accordion .point_inner::before {
    top: -2.6rem !important;
  }
}
