@charset "UTF-8";

/* @font-face {
  font-family: "Vogue";
  src: url("../font/Vogue.ttf") format("opentype");
} */

:root {
    --blue-color:#D6E4EA;
    --beige-color:#F4ECD4;
    --pink-color:#F2E4E2;
    --green-color:#E8F0D6;
    --campaign-bg:#FFECE0;
    --btn-blue-color:#679EB7;
    --btn-beige-color:#C3A154;
    --btn-pink-color:#BE7D73;
    --btn-green-color:#A0AF80;
    --bg-blue-color:#EFF1F4;
    --bg-beige-color:#F4F0E7;
    --bg-pink-color:#F4EEED;
    --bg-green-color:#F3F5ED;
    --white-color: #ffffff;
    --font-color:#212121;
    --font-yu-gothic-ja:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif ,"yu-gothic-pr6n", sans-serif;
    --font-TK-takumi-ja: "tk-takumi-yururi-font-norm", sans-serif;
    --font-en: "sofia-pro", sans-serif;
}

@media screen and (max-width: 1400px){
html {
  font-size: calc(10 * (100vw / 1400));
}

}

@media only screen and (max-width: 768px) {
html {
	font-size: calc(10 * (100vw / 450));
}	
	
#lp-page .sp_only {
  display: block;
}
#lp-page .pc_only {
  display: none;
}
	
}

#share {
    bottom: 10% !important;
    left: 3% !important;
}
#share img {
    margin: 0 auto;
}
#lp-page {
  margin: 0 auto;
  position: relative;
  color: var(--font-color);
  font-family: var(--font-yu-gothic-ja);
  font-style: normal;
  letter-spacing: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  /* background: #19325A; */
}
#lp-page img,
#lp-page svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
#lp-page picture {
  display: block;
}
#lp-page a {
  display: block;
  color: inherit;
}
#lp-page *:focus {
  outline: none;
}
#lp-page a,
#lp-page label {
  /* -webkit-tap-highlight-color: rgba(240, 164, 149, 0.6); */
}
#lp-page input {
  display: none;
}
#lp-page li,
#lp-page ol {
  list-style-type: none;
}


  main {
    max-width: 100vw;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }

  #lp-page a {
    cursor: pointer;
  }

  #share {
    right: 85% !important; 
  }
  

/* 追従メニュー */
.fixed-nav {
	display: none;
}
.fixed-nav.m_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	/* border-top: 1px solid #C3AE8E; */
	/* border-bottom: 1px solid #C3AE8E; */
	width: 100%;
	animation: fadein 1s ease-out forwards;
	display: block;
	z-index: 20;
}

.fixed-nav.m_fixed .nav-list {
    display: flex;
    align-items: center;
    /* height: 6rem; */
    background: #FAF5D8;
    /* color: #BC9A64; */
    /* font-family: "Marcellus", "Noto Sans JP", sans-serif; */
    box-shadow: 0 0 2px #ddd;
    /* padding: 0 6rem; */
    overflow-x: scroll;
    overflow-y: hidden;
    height: calc(56*(100vw / 390));
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 1rem 0;
}

.fixed-nav.m_fixed .nav-list li a {
    border-right: 1px solid #E5E1CD;
    height: 3.6rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
}

.fixed-nav a.active {
    opacity: 1 !important;
    font-weight: 600;
}



/* slick */
#lp-page .slick-img img {
  height: auto;
  opacity: .5;
  transform: scale(.9);
  transition: opacity .6s, transform .6s;
  width: 100%;
}

#lp-page .slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}
/*----------アニメーション----------*/

/* .zoomin.is-animated {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} */
.slidein.is-animated {
  animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.popup.is-animated {
  animation: popup 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.fadein {
    opacity: 0;
    transform: translateY(0);
    transition: opacity 2s 0s, transform 2s 0s;
  }
  
  .fadein.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 2s 0s, transform 2s 0s;
  }
  
  
  .fadeup {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 1s 0s, transform 1s 0s;
  }
  
  .fadeup.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 1s 0s, transform 1s 0s;
  }

  .fadeleft {
    opacity: 0;
    transform: translateX(4rem) rotate(0);
    transition: opacity 1s 0s, transform 1s 0s;
  }
  
  .fadeleft.fade-active {
    opacity: 1;
    transform: translateX(0) rotate(0);
    transition: opacity 1s 0s, transform 1s 0s;
  }
  
  .faderight {
    opacity: 0;
    transform: translateX(-2rem);
    transition: opacity 1s 0s, transform 1s 0s;
  }
  
  .faderight.fade-active {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    transition: opacity 1s 0s, transform 1s 0s;
  }

  .fadein-load {
    opacity: 0;
    transition: opacity 1s;
  }
  
  .fadein-load.fade-active {
    opacity: 1;
    transition: opacity 1s;
  }
  
  .fadeup-load {
    opacity: 0;
    transform: translateY(4rem) translateZ(0);
    transition: opacity 1s 0s, transform 1s 0s;
  }
  
  .fadeup-load.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 1s 0s, transform 1s 0s;
  }

  #lp-page .zoomin {
    overflow: hidden;
  }
  
  #lp-page .zoomin img{
    opacity: 0;
    transition: all 2s;
    transform: scale(0.8);
    filter: blur(5px);
  }
  
  #lp-page .zoomin.is-animated img{
    opacity: 1;
    transform: scale(1.0);
    filter: blur(0);
  }

  #lp-page .SlideUp{
    overflow: hidden;
  }
  
  #lp-page .SlideUp .ani {
    display: block;
    opacity: 0;
    transform: translateY(5rem);
    transition: transform 1s ease-in-out, opacity 1.5s ease-in-out;
  }
  
  #lp-page .SlideUp span:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  
  #lp-page .SlideUp.fade-active .ani {
    opacity: 1;
    transform: translateY(0);
  }

    /* #lp-page .line::before  {
    width: 0;
    height: 1px;
    left: 0;
    }

    #lp-page .line.fade-active::before {
    width: 100%;
    } */


  #lp-page .page-inner {
    /* background: #2C4E86; */
    padding-bottom: 3rem;
  }

/* ＝＝＝＝＝＝＝＝ intro-area ＝＝＝＝＝＝＝＝ */
#lp-page .intro-area {
  margin: 4.4rem auto 0;
}

#lp-page .intro-area .intro-txt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}

#lp-page .campaign {
  margin: 3.8rem auto 0;
}
/* ＝＝＝＝＝＝＝＝ intro-area ＝＝＝＝＝＝＝＝ */


/* ＝＝＝＝＝＝＝＝ menu-area ＝＝＝＝＝＝＝＝ */
#lp-page .menu-area {
  margin-top: 5rem;
}

#lp-page .menu-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

#lp-page .menu-blk {
  position: relative;
  width: 22rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

#lp-page .menu-blk p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

#lp-page .menu-blk span {
  font-size: 1.2rem;
}

#lp-page .menu-blk:nth-of-type(1) {
  background: var(--blue-color);
}
#lp-page .menu-blk:nth-of-type(2) {
  background: var(--beige-color);
}
#lp-page .menu-blk:nth-of-type(3) {
  background: var(--pink-color);
}
#lp-page .menu-blk:nth-of-type(4) {
  background: var(--green-color);
}

#lp-page .menu-blk::after {
  position: absolute;
  content: "";
  background: url(../img/nav_arrow.svg) no-repeat;
  background-size: 100%;
  width: 1rem;
  height: 0.5rem;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all .2s;
}

#lp-page .menu-blk:hover::after {
  bottom: 0.5rem;
}

#lp-page .menu-blk::before {
  position: absolute;
  content: "";
  z-index: 1;
}

#lp-page .menu-blk:nth-of-type(1)::before {
  background: url(../img/character_blue.png) no-repeat;
  background-size: 100%;
  width: 8.2rem;
  height: 8.2rem;
  top: -4rem;
  right: -1rem;
  transform: rotate(15deg);
  animation: FloatVertical_2 10s ease-in-out infinite alternate;
}
#lp-page .menu-blk:nth-of-type(2)::before {
  background: url(../img/character_yellow.png) no-repeat;
  background-size: 100%;
  width: 8.5rem;
  height: 8.5rem;
  top: -5rem;
  right: 0.5rem;
  transform: rotate(350deg);
  animation: FloatVertical_2 8s ease-in-out infinite alternate;
}
#lp-page .menu-blk:nth-of-type(3)::before {
  background: url(../img/character_pink.png) no-repeat;
  background-size: 100%;
  width: 7.5rem;
  height: 7.5rem;
  bottom: -3rem;
  left: 0rem;
  transform: rotate(-14deg);
  animation: FloatVertical_2 10s ease-in-out infinite alternate;
}
#lp-page .menu-blk:nth-of-type(4)::before {
  background: url(../img/character_green.png) no-repeat;
  background-size: 100%;
  width: 7.2rem;
  height: 7.2rem;
  top: 6rem;
  left: -3rem;
  animation: FloatVertical_2 8s ease-in-out infinite alternate;
}


/* ＝＝＝＝＝＝＝＝ content ＝＝＝＝＝＝＝＝ */
#lp-page .content {
  position: relative;
  margin-top: 5rem;
  z-index: 0;
}
#lp-page .content:nth-of-type(n+2) {
  margin-top: 0;
}

#lp-page .page_main_blk {
  position: relative;
  z-index: 0;
}

#lp-page .page_main_blk .page_character_name {
  position: absolute;
  width: 20rem;
  height: 5.2rem;
  top: 6.5rem;
  right: 4.5rem;
  z-index: 1;
  animation: FloatVertical_2 8s ease-in-out infinite alternate;
}
#lp-page .content.second .page_main_blk .page_character_name {
  width: 19.5rem;
  height: 15.2rem;
  top: 4.5rem;
  right: 21.5rem;
}
#lp-page .content.third .page_main_blk .page_character_name {
  width: 19.5rem;
  height: 15.2rem;
  top: 2.5rem;
  right: 1.5rem;
}
#lp-page .content.fourth .page_main_blk .page_character_name {
  width: 19.5rem;
  height: 15.2rem;
  top: 4.5rem;
  right: 24.5rem;
}


#lp-page .page_main_blk .page_character {
  position: absolute;
  width: 20.5rem;
  height: 7.8rem;
  top: 20rem;
  right: 4rem;
  z-index: 1;
  animation: FloatVertical 6s ease-in-out infinite alternate;
}
#lp-page .content.second .page_main_blk .page_character {
  position: absolute;
  width: 20.5rem;
  height: 7.8rem;
  top: 19rem;
  left: 1rem;
  z-index: 1;
}
#lp-page .content.third .page_main_blk .page_character {
  position: absolute;
  width: 20rem;
  height: 18rem;
  top: 20rem;
  left: 22rem;
  z-index: 1;
}
#lp-page .content.fourth .page_main_blk .page_character {
  position: absolute;
  width: 18rem;
  height: 18rem;
  top: 20rem;
  left: 2rem;
  z-index: 1;
}

#lp-page .content.third .page_main_blk .page_character img {
  transform: rotate(10deg);
}

@keyframes FloatVertical {
  0% { transform:translate3d(0,2vw,0); }
  50% { transform:translate3d(0,-2vw,0); }
  100% { transform:translate3d(0,1.5vw,0); }
}

@keyframes FloatVertical_2 {
  0% { transform:translate3d(0,1vw,0); }
  50% { transform:translate3d(0,-1vw,0); }
  100% { transform:translate3d(0,0.5vw,0); }
}

#lp-page .page_main_blk .worries_blk {
  padding: 6rem 3rem 3rem;
  background: var(--blue-color);
}
#lp-page .content.second .page_main_blk .worries_blk {
  background: var(--beige-color);
}
#lp-page .content.third .page_main_blk .worries_blk {
  background: var(--pink-color);
}
#lp-page .content.fourth .page_main_blk .worries_blk {
  background: var(--green-color);
}

#lp-page .page_main_blk .worries_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  border-radius: 1rem;
  padding: 2.5rem 2.5rem 2rem;
  background: var(--white-color);
  z-index: 0;
}

#lp-page .page_main_blk .worries_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/nayami_left.png) no-repeat;
  background-size: 100%;
  width: 12rem;
  height: 8rem;
  top: -8.5rem;
  left: 3rem;
  z-index: 1;
}
#lp-page .content.right .page_main_blk .worries_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/nayami_right.png) no-repeat;
  background-size: 100%;
  width: 12rem;
  height: 8rem;
  top: -8.5rem;
  left: 24rem;
  z-index: 1;
}

#lp-page .page_main_blk .worries_wrap p {
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  z-index: 0;
  padding-left: 2rem;
}
#lp-page .content.first .page_main_blk .worries_wrap p {
  width: 40%;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  z-index: 0;
  padding-left: 2rem;
}

#lp-page .page_main_blk .worries_wrap p::before {
  position: absolute;
  content: "";
  background: url(../img/nayami_check.svg) no-repeat;
  background-size: 100%;
  width: 1.4rem;
  height: 1.4rem;
  top: 0.5rem;
  left: 0;
  z-index: 1;
}

/* ---------- items_inner ---------- */
#lp-page .items_inner {
  padding: 3rem 0 0;
  background: var(--bg-blue-color);
}
#lp-page .content.second .items_inner {
  padding: 3rem 0 0;
  background: var(--bg-beige-color);
}
#lp-page .content.third .items_inner {
  padding: 3rem 0 0;
  background: var(--bg-pink-color);
}
#lp-page .content.fourth .items_inner {
  padding: 3rem 0 0;
  background: var(--bg-green-color);
}

#lp-page .items_inner .items_advice .ttl {
  width: 21.5rem;
  margin: auto;
}

#lp-page .items_inner .items_advice .text {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  width: 36rem;
  padding: 3rem 2rem;
  background: var(--white-color);
  border-radius: 1rem;
  margin: 2.5rem auto 0;
  z-index: 0;
}

#lp-page .items_inner .items_advice .text::before {
  position: absolute;
  content: "";
  background: url(../img/advice_bg.svg) no-repeat;
  background-size: 100%;
  width: 2.6rem;
  height: 1.6rem;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp-page .items_info {
  text-align: center;
  margin-top: 2.5rem;
}

#lp-page .items_info .sub_text {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--btn-blue-color);
  z-index: 0;
}
#lp-page .content.second .items_info .sub_text {
  color: var(--btn-beige-color);
}
#lp-page .content.third .items_info .sub_text {
  color: var(--btn-pink-color);
}
#lp-page .content.fourth .items_info .sub_text {
  color: var(--btn-green-color);
}

#lp-page .items_info .sub_text::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  top: 1rem;
  left: -1rem;
  background: var(--btn-blue-color);
  transform: rotate(-45deg);
  display: inline-block;
  z-index: 1;
}
#lp-page .content.second .items_info .sub_text::before {
  background: var(--btn-beige-color);
}
#lp-page .content.third .items_info .sub_text::before {
  background: var(--btn-pink-color);
}
#lp-page .content.fourth .items_info .sub_text::before {
  background: var(--btn-green-color);
}

#lp-page .items_info .items_text span {
  background:linear-gradient(transparent 60%, #DDF3FC 60%);
}
#lp-page #Section_2 .items_info .items_text span {
  background:linear-gradient(transparent 60%, #F5EBD4 60%);
}
#lp-page #Section_3 .items_info .items_text span {
  background:linear-gradient(transparent 60%, #F2E5E3 60%);
}
#lp-page #Section_4 .items_info .items_text span {
  background:linear-gradient(transparent 60%, #E8F0D7 60%);
}


#lp-page .items_info .sub_text::after {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  top: 1rem;
  right: -1rem;
  background: var(--btn-blue-color);
  transform: rotate(45deg);
  display: inline-block;
  z-index: 1;
}
#lp-page .content.second .items_info .sub_text::after {
  background: var(--btn-beige-color);
}
#lp-page .content.third .items_info .sub_text::after {
  background: var(--btn-pink-color);
}
#lp-page .content.fourth .items_info .sub_text::after {
  background: var(--btn-green-color);
}

#lp-page .items_info .items_name {
  margin-top: 0.4rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--btn-blue-color);
}
#lp-page .content.second .items_info .items_name {
  color: var(--btn-beige-color);
}
#lp-page .content.third .items_info .items_name {
  color: var(--btn-pink-color);
}
#lp-page .content.fourth .items_info .items_name {
  color: var(--btn-green-color);
}

#lp-page .items_info .items_text {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
}

#lp-page .items_wrap {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5rem;
}

#lp-page .items_wrap .img {
  position: relative;
  width: 17rem;
  z-index: 0;
}

#lp-page .items_wrap .img::before {
  position: absolute;
  content: "";
  background: url(../img/new_icon.png) no-repeat;
  background-size: 100%;
  width: 6rem;
  height: 2.8rem;
  top: 0;
  left: 0;
  z-index: 1;
}

#lp-page .items_wrap .text {
  position: relative;
  z-index: 0;
  padding-bottom: 2rem;
}

#lp-page .items_wrap .text::before {
  position: absolute;
  content: "";
  background: url(../img/item1_com_1.png) no-repeat;
  background-size: 100%;
  width: 16.5rem;
  height: 13rem;
  top: -13rem;
  left: -3rem;
  z-index: 1;
}
#lp-page .content.second .items_wrap .text::before {
  position: absolute;
  content: "";
  background: url(../img/item2_com_1.png) no-repeat;
  background-size: 100%;
  width: 21.7rem;
  height: 13rem;
  top: -13.5rem;
  left: -3rem;
  z-index: 1;
}
#lp-page .content.third .items_wrap .text::before {
  position: absolute;
  content: "";
  background: url(../img/item3_com_1.png) no-repeat;
  background-size: 100%;
  width: 21.7rem;
  height: 13rem;
  top: -13.5rem;
  left: -3rem;
  z-index: 1;
}
#lp-page .content.fourth .items_wrap .text::before {
  position: absolute;
  content: "";
  background: url(../img/item4_com_1.png) no-repeat;
  background-size: 100%;
  width: 21.7rem;
  height: 13rem;
  top: -13.5rem;
  left: -3rem;
  z-index: 1;
}

#lp-page .items_wrap.sub .item_blk .text::before {
  position: absolute;
  content: "";
  background: url(../img/item1_com_2.png) no-repeat;
  background-size: 100%;
  width: 14.5rem;
  height: 13rem;
  top: -29rem;
  left: 6rem;
  z-index: 1;
}

#lp-page .content.second .items_wrap.sub .item_blk:nth-of-type(1) .text::before {
  background: url(../img/item2_com_2.png) no-repeat;
  background-size: 100%;
}
#lp-page .content.second .items_wrap.sub .item_blk .text::before {
  background: url(../img/item1_com_3.png) no-repeat;
  background-size: 100%;
}

#lp-page .items_wrap.sub .item_blk:nth-of-type(2) .text::before {
  background: url(../img/item1_com_3.png) no-repeat;
  background-size: 100%;
}

#lp-page .items_wrap .text::after {
  position: absolute;
  content: "";
  background: url(../img/item1_com_2_icon.png) no-repeat;
  background-size: 100%;
  width: 5rem;
  height: 5rem;
  top: -4rem;
  right: -2rem;
  z-index: 1;
}
#lp-page .content.second .items_wrap .text::after {
  background: url(../img/item2_com_1_icon.png) no-repeat;
  background-size: 100%;
  top: 0;
}
#lp-page .content.third .items_wrap .text::after {
  background: url(../img/item3_com_1_icon.png) no-repeat;
  background-size: 100%;
  top: 0;
}
#lp-page .content.fourth .items_wrap .text::after {
  background: url(../img/item4_com_1_icon.png) no-repeat;
  background-size: 100%;
  top: 0;
}

#lp-page .items_wrap .text .name ,
#lp-page .items_lrg_wrap .text .name {
  font-size: 1.4rem;
  line-height: 1.5;
}

#lp-page .items_wrap .text .price ,
#lp-page .items_lrg_wrap .text .price {
  margin-top: 0.5rem;
  font-size: 2rem;
  font-family: var(--font-en);
}

#lp-page .items_wrap .text .price span ,
#lp-page .items_lrg_wrap .text .price span {
  font-size: 1.3rem;
}

#lp-page .items_wrap .text .btn ,
#lp-page .items_lrg_wrap .text .btn {
  margin-top: 1.5rem;
  font-family: var(--font-en);
  font-size: 1.6rem;
  width: 15rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  background: var(--btn-blue-color);
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp-page .content.second .items_wrap .text .btn ,
#lp-page .content.second .items_lrg_wrap .text .btn {
  background: var(--btn-beige-color);
}
#lp-page .content.third .items_wrap .text .btn ,
#lp-page .content.third .items_lrg_wrap .text .btn {
  background: var(--btn-pink-color);
}
#lp-page .content.fourth .items_wrap .text .btn ,
#lp-page .content.fourth .items_lrg_wrap .text .btn {
  background: var(--btn-green-color);
}

#lp-page .items_info.sub {
  margin-top: 4.5rem;
}

#lp-page .items_wrap.sub {
  margin-top: 10rem;
  gap: 2rem;
}

#lp-page .items_wrap.sub .item_blk {
  width: 18.5rem;
}

#lp-page .items_wrap.sub .item_blk .text {
  text-align: center;
}

#lp-page .items_wrap.sub .item_blk .btn {
  width: 100%;
}

#lp-page .items_wrap.sub .text::before {
  width: 14rem;
  height: 11rem;
  top: -28.5rem;
  left: 7rem;
}

#lp-page .items_wrap.sub .text .name {
  margin-top: 1rem;
}

#lp-page .items_wrap.sub .img::before {
  width: 5rem;
  height: 2.5rem;
  top: 1rem;
  left: 1rem;
}

#lp-page .items_wrap.sub .text::after {
  display: none;
}

#lp-page .items_wrap.sub .img {
  width: 100%;
}

#lp-page .items_lrg_inner {
  margin-top: 4rem;
  padding: 3rem 0 4rem;
  background: var(--white-color);
}

#lp-page .items_lrg_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  z-index: 0;
}

#lp-page .items_lrg_wrap .img {
  position: relative;
  width: 15rem;
  z-index: 0;
}

#lp-page .items_lrg_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/item_lrg_ttl.png) no-repeat;
  background-size: 100%;
  width: 24rem;
  height: 10.7rem;
  top: -7rem;
  right: 2rem;
  z-index: 1;
}

/* ---------- review_blk ---------- */
#lp-page .review_blk {
  position: relative;
  width: 35rem;
  margin: 2.5rem auto 0;
  padding: 2.5rem 3rem;
  background: #F2EFE9;
  border-radius: 1rem;
  z-index: 0;
}

#lp-page .review_blk::before {
  position: absolute;
  content: "";
  background: url(../img/review_bg.svg) no-repeat;
  background-size: 100%;
  width: 3.5rem;
  height: 1.5rem;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp-page .review_blk .ttl_blk {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 0.5rem 3rem;
  border-bottom: 0.1rem #C6BFB0 solid;
  z-index: 0;
}

#lp-page .review_blk .ttl_blk::before {
  position: absolute;
  content: "";
  background: url(../img/review_icon.svg) no-repeat;
  background-size: 100%;
  width: 2rem;
  height: 2rem;
  top: 0.3rem;
  left: 0;
  z-index: 1;
}

#lp-page .review_blk .ttl_blk .ja {
  font-weight: 600;
  font-size: 1.8rem;
}

#lp-page .review_blk .ttl_blk .en {
  font-weight: 600;
  font-size: 1.6rem;
  font-family: var(--font-en);
}

#lp-page .review_blk .text {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

#lp-page .review_blk .text span {
  font-weight: 600;
  padding-bottom: 0.5rem;
  display: inline-block;
}


/* ---------- Recommend ---------- */
#lp-page .recommend {
  position: relative;
  z-index: 0;
}

#lp-page .recommend .recommend_lead {
  padding: 4rem 0 3rem;
  background: #E8E2D6;
}

#lp-page .recommend_lead::before {
  position: absolute;
  content: "";
  background: url(../img/recommend_bg.svg) no-repeat;
  background-size: 100%;
  width: 23.5rem;
  height: 4rem;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp-page .recommend .recommend_lead h4 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}

#lp-page .recommend .recommend_lead p {
  width: 30rem;
  margin: 1rem auto 0;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.2rem 3rem;
  line-height: 1.5;
  border-radius: 1rem;
  background: var(--white-color);
  text-align: center;
}

#lp-page .recommend_inner {
  margin-top: 7rem;
  position: relative;
  z-index: 0;
}

#lp-page .recommend_time_blk:nth-of-type(n+2) {
  margin: 3rem auto 0;
}


#lp-page .recommend_time_blk .img {
  width: 7rem;
  margin: auto;
}

#lp-page .recommend_time_blk h3 {
  font-size: 3rem;
  font-family: var(--font-en);
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
}

#lp-page .recommend_time_blk span {
  margin: 1rem auto 0;
  font-size: 3rem;
  font-weight: 600;
  width: 8rem;
  height: 5rem;
  background: #FFF3F2;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp-page .recommend_time_blk.__02 span {
  background: #F2FBFC;
}
#lp-page .recommend_time_blk.__03 span {
  background: #FFFAEA;
}
#lp-page .recommend_time_blk.__04 span {
  background: #E7F3FA;
}

#lp-page .recommend_wrap {
  position: relative;
  margin-top: 0.5rem;
  width: 38.5rem;
  margin-left: 4.5rem;
  z-index: 0;
}

#lp-page .recommend_wrap::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #EA847B;
  border-radius: 5rem;
  top: -2.8rem;
  left: -2.5rem;
  z-index: 1;
}
#lp-page .recommend_wrap::after {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 0;
  background: #EA847B;
  top: -2.5rem;
  left: -2rem;
  z-index: 1;
  transition: ease-in-out 1s;
  transition-delay: .8s;
}

#lp-page .recommend_wrap.__02::before  ,
#lp-page .recommend_wrap.__02::after {
  background: #A8DADB;
}
#lp-page .recommend_wrap.__03::before  ,
#lp-page .recommend_wrap.__03::after {
  background: #F7D377;
}

#lp-page .recommend_wrap.__04::before  ,
#lp-page .recommend_wrap.__04::after {
  background: #A5CCE0;
}


#lp-page .recommend_wrap.fade-active::after {
  height: 102rem;
}
#lp-page .recommend_wrap.__02.fade-active::after {
  height: 90rem;
}
#lp-page .recommend_wrap.__03.fade-active::after {
  height: 60rem;
}
#lp-page .recommend_wrap.__04.fade-active::after {
  height: 89rem;
}


#lp-page .recommend_items {
  position: relative;
  z-index: 0;
}

#lp-page .recommend_items .lead_text {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

#lp-page .recommend_items .lead_text span {
  font-size: 1.4rem;
  font-weight: 600;
}

#lp-page .recommend_wrap .recommend_items_wrap {
  position: relative;
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #FFF3F2;
  border-radius: 1rem;
  padding: 2.5rem;
  margin-top: 0.5rem;
  z-index: 0;
}
#lp-page .recommend_items.__03 .recommend_items_wrap ,
#lp-page .recommend_items.__04 .recommend_items_wrap {
  background: #F2FBFC;
}
#lp-page .recommend_items.__05 .recommend_items_wrap {
  background: #FFFAEA;
}
#lp-page .recommend_items.__06 .recommend_items_wrap ,
#lp-page .recommend_items.__07 .recommend_items_wrap {
  background: #E7F3FA;
}

#lp-page .recommend_wrap .recommend_items_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/recommend_plus.svg) no-repeat;
  background-size: 100%;
  width: 85%;
  width: 1.5rem;
  height: 1.5rem;
  top: 14rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp-page .recommend_wrap .recommend_items_wrap .items_blk {
  width: 14.5rem;
}

#lp-page .recommend_items_wrap .items_blk .name {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

#lp-page .recommend_items_wrap .items_blk .img {
  width: 100%;
  margin-top: 1rem;
}

#lp-page .recommend_items_wrap .items_blk .price_wrap {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#lp-page .recommend_items_wrap .items_blk .price_wrap p {
  font-size: 1.2rem;
  font-weight: 600;
}

#lp-page .recommend_items_wrap .items_blk .price_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  width: 8.5rem;
  height: 3rem;
  border-radius: 0.5rem;
  color: var(--white-color);
  background: #EA847B;
}
#lp-page .recommend_items.__03 .recommend_items_wrap .items_blk .price_wrap a ,
#lp-page .recommend_items.__04 .recommend_items_wrap .items_blk .price_wrap a {
  background: #A8DADB;
}
#lp-page .recommend_items.__05 .recommend_items_wrap .items_blk .price_wrap a {
  background: #F7D377;
}
#lp-page .recommend_items.__06 .recommend_items_wrap .items_blk .price_wrap a ,
#lp-page .recommend_items.__07 .recommend_items_wrap .items_blk .price_wrap a {
  background: #A6CCE1;
}

#lp-page .recommend_items.__06 .recommend_items_wrap .items_blk .price_wrap a {
  width: 16rem;
}

#lp-page .recommend_items.right .recommend_items_wrap {
  justify-content: flex-end;
}

#lp-page .recommend_items.right .recommend_items_wrap::before ,
#lp-page .recommend_items.right .recommend_items_wrap::after ,
#lp-page .recommend_items.__06 .recommend_items_wrap::before ,
#lp-page .recommend_items.__06 .recommend_items_wrap::after {
  display: none;
}


#lp-page .recommend_items.right::before {
  position: absolute;
  content: "";
  background: url(../img/recommend_character_1.png) no-repeat;
  background-size: 100%;
  width: 22.8rem;
  height: 25.7rem;
  bottom: 1rem;
  left: -1rem;
  z-index: 1;
}
#lp-page .recommend_items.__03::before {
  position: absolute;
  content: "";
  background: url(../img/recommend_character_2.png) no-repeat;
  background-size: 100%;
  width: 22.8rem;
  height: 25.7rem;
  bottom: 1rem;
  left: -1rem;
  z-index: 1;
}
#lp-page .recommend_items.__04::before {
  position: absolute;
  content: "";
  background: url(../img/recommend_character_3.png) no-repeat;
  background-size: 100%;
  width: 22.8rem;
  height: 25.7rem;
  bottom: 1rem;
  left: -1rem;
  z-index: 1;
}
#lp-page .recommend_items.__04::after {
  position: absolute;
  content: "";
  background: url(../img/recommend_character_3_1.png) no-repeat;
  background-size: 100%;
  width: 7.5rem;
  height: 7.5rem;
  bottom: 7rem;
  left: 15rem;
  z-index: 1;
}
#lp-page .recommend_items.__05::before {
  position: absolute;
  content: "";
  background: url(../img/recommend_character_4.png) no-repeat;
  background-size: 100%;
  width: 23rem;
  height: 30rem;
  bottom: 0;
  left: -1rem;
  z-index: 1;
}

#lp-page .recommend_items.__07::before {
  position: absolute;
  content: "";
  background: url(../img/character_blue.png) no-repeat;
  background-size: 100%;
  width: 11rem;
  height: 11rem;
  bottom: 30rem;
  left: 28rem;
  z-index: 1;
}

#lp-page .recommend_items.__06 .text {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

#lp-page .recommend_items.__06 .recommend_items_wrap {
  justify-content: center;
}

#lp-page .recommend_items.__06 .items_blk {
  width: 33.5rem;
}

#lp-page .recommend_items.__06 .items_blk .img {
  width: 17rem;
  margin: auto;
}


/* ---------- QA ---------- */
#lp-page .qa {
  margin-top: 4rem;
  position: relative;
  z-index: 0;
}

#lp-page .qa .qa_lead {
  padding: 4rem 0 3rem;
  background: #E8E2D6;
}

#lp-page .qa_lead::before {
  position: absolute;
  content: "";
  background: url(../img/recommend_bg.svg) no-repeat;
  background-size: 100%;
  width: 23.5rem;
  height: 4rem;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp-page .qa .qa_lead h4 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}

#lp-page .brand {
  margin: 4rem auto 0;
  width: 100%;
}

#lp-page .all_btn {
  display: block;
  margin: 4rem auto 0;
  width: 39rem;
  height: 6rem;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9C6B3;
  color: var(--font-color);
  border-radius: .5rem;
}



/* accordion */
.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #E8E2D6;
  width: 75%;
  padding: 2rem 5rem 2rem 1.5rem;
  margin: 7rem auto 0;
  transition: background .3s ease;
  border-radius: .5rem;
  cursor: pointer;
  position: relative;
}

.accordion-header:nth-of-type(n+2) {
  margin: 1rem auto 0;
}


.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:.1rem;
  right:2rem;
  bottom:0;
  width:1.5rem;
  height:.2rem;
  margin:auto;
  background:#B2A896;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  width: 62.5%;
  margin: 0.5rem auto 0;
  background-color: #F5F4F0;
  padding: 1.5rem 5rem 2rem 7rem;
  border-radius: .5rem;
}

.accordion-header span{
  padding-left: 50px;
  position: relative;
  text-align: left;
  display: block;
  line-height: 1.7;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.accordion-header span::before{
  position: absolute;
  content: "Q";
  background: url(../img/QA_Q.svg) no-repeat;
  background-size: 100%;
  background-position-y: 2px;
  width: 4.3rem;
  height: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -0.5rem;
  left: 0;
  font-size: 2rem;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--font-en);
}

.accordion-content .text {
  position: relative;
}

.accordion-content .text::before{
  position: absolute;
  content: "A";
  background: url(../img/QA_A.svg) no-repeat;
  background-size: 100%;
  background-position-y: 2px;
  width: 4.3rem;
  height: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -0.5rem;
  left: -5.5rem;
  font-size: 2rem;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--font-en);
}

.qa .accordion-content .bold {
  font-weight: 600;
  display: block;
  padding-bottom: 1rem;
}

#lp-page .content-btn {
    margin: 2rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24rem;
    height: 5rem;
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--font-en);
    color: var(--white-color);
    background-color: var(--btn-color);
    border-radius: 10rem;
}


#lp-page .content-all-btn {
    margin: 5rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37rem;
    height: 7rem;
    font-size: 1.6rem;
    color: var(--white-color);
    background-color: var(--btn-color);
    border-radius: 10rem;
}


/* =============== follow-nav =============== */
#lp-page .follow_nav {
  position: fixed;
  visibility: hidden;
  box-sizing: border-box;
  transition: all 0.6s 0.2s ease;
  overflow-x: scroll;
  white-space: nowrap;
  border-top: #F9C6B3 0.2rem solid;
  bottom: -20rem;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
}

#lp-page .follow_wrap {
  display: flex;
  align-items: center;
  box-shadow: 0 0 2px #ddd;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#lp-page .follow_nav a {
  text-align: center;
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 1.2rem 2rem;
  z-index: 0;
}

#lp-page .follow_nav a span {
  display: block;
  font-size: 1rem;
}

#lp-page .follow_wrap li {
  position: relative;
}

#lp-page .follow_wrap li:nth-of-type(1) a {
  background: #D6E4EA;
}
#lp-page .follow_wrap li:nth-of-type(2) a  {
  background: #F5EBD4;
}
#lp-page .follow_wrap li:nth-of-type(3) a  {
  background: #F2E4E2;
}
#lp-page .follow_wrap li:nth-of-type(4) a  {
  background: #E8F0D7;
}

#lp-page .follow_nav a:hover {
  opacity: 1;
}

#lp-page .follow_nav.up-active {
  visibility: visible;
  z-index: 10;
  bottom: 0;
}

#lp-page .follow_nav.down-active {
  visibility: visible;
  bottom: -20rem;
  z-index: 10;
}

#lp-page .follow_wrap .text {
  margin-top: 0.2rem;
  font-size: 1.4rem;
}

#footer {
  background: #fff;
}


#lp-page .follow_banner {
  position: fixed;
  visibility: hidden;
  box-sizing: border-box;
  transition: all 0.6s 0.2s ease;
  overflow-x: scroll;
  white-space: nowrap;
  bottom: 7rem;
  right: -10rem;
  width: 10.5rem;
  display: block;
  z-index: 20;
}

#lp-page .follow_banner.up-active {
  visibility: visible;
  z-index: 10;
  right: 0.5rem;
}

#lp-page .follow_banner.down-active {
  visibility: visible;
  z-index: 10;
  right: -10rem;
}






@media only screen and (min-width: 769px) {	
#lp-page .sp_only {
  display: none;
}
#lp-page .pc_only {
  display: block;
}
	
#lp-page .fixed_area {
    position: fixed;
    left: 50%;
    translate: -50% -45%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 160rem;
    height: 100%;
    margin: 0 auto;
    top: 50%;
}

#lp-page .lp_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to left, #e6dbbd, #f1ecdf, #e7ddc3);
}

#lp-page .page-inner {
  width: 50rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background: var(--white-color);
  padding-bottom: 8rem;
  box-shadow: 3px 3px 10px #56565638;
}

#lp-page .fixed_left {
    display: grid;
    place-items: center;
    width: calc((100% - 45rem) / 2);
    max-width: calc((160rem - 45rem) / 2);
    height: 100%;
}

#lp-page .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 45rem) / 2);
    max-width: calc((168rem - 45rem) / 2);
    height: 100%;
}

#lp-page .fixed_left h2 {
    width: 39rem;
}

#lp-page .fixed_right .menu-area {
  background: unset;
}

#lp-page .fixed_right .menu-blk:nth-child(n+2) {
  margin-top: 2rem;
}

#lp-page .follow_banner {
  bottom: 2rem;
}

#FooterWrap {
    position: relative;
}

#footer {
  background: var(--white-color);
  margin-top: -4rem;
}

#lp-page .content.third .page_ttl_blk::before {
  width: 17rem;
}

#lp-page .content.second .page_ttl_blk::before {
  position: absolute;
  content: "";
  background: url(../img/text_2.png) no-repeat;
  background-size: 100%;
  width: 14.2rem;
  height: 8.5rem;
  top: -5rem;
  right: 9rem;
  z-index: 1;
}

#lp-page {
  padding-bottom: 4rem;
}

@keyframes FloatVertical {
  0% { transform:translate3d(0,0.5vw,0); }
  50% { transform:translate3d(0,-0.5vw,0); }
  100% { transform:translate3d(0,0.5vw,0); }
}

@keyframes FloatVertical_2 {
  0% { transform:translate3d(0,0.5vw,0); }
  50% { transform:translate3d(0,-0.5vw,0); }
  100% { transform:translate3d(0,0.1vw,0); }
}

#lp-page .fixed_right .menu-blk::after {
  bottom: 1.2rem;
}
#lp-page .fixed_right .menu-blk:hover::after {
  bottom: 1rem;
}

#lp-page .fixed_right .menu-blk:nth-of-type(1)::before {
  right: -3rem;
}
#lp-page .fixed_right .menu-blk:nth-of-type(2)::before {
  top: -2rem;
  right: 17.5rem;
}
#lp-page .fixed_right .menu-blk:nth-of-type(3)::before {
  bottom: 1rem;
  left: 18rem;
}
#lp-page .fixed_right .menu-blk:nth-of-type(4)::before {
  top: 7rem;
}

#lp-page .fixed_right .menu-wrap {
  width: 22rem;
  justify-content: center;
}

#lp-page .fixed_right .menu-blk {
  box-shadow: 3px 3px 10px #56565638;
}

#lp-page .menu-blk {
  width: 24.5rem;
}

#lp-page .all_btn {
  margin-top: 6rem;
}

#lp-page .recommend_wrap {
  margin-left: 7rem;
}

}