@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display:none;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
}

#FooterWrap {
  position: relative;
  z-index: 1;
  background: #fff;
}

:root {
  --font_regular: "Roboto", "Noto Sans JP", sans-serif;
  --font_eng: "bufalino", sans-serif;
  --color_regular: #774631;
  --color_cat1_01: #C17190;
  --color_cat1_02: #EDCAD7;
  --color_cat2_01: #D18F7D;
  --color_cat2_02: #F5D8CF;
  --color_cat3_01: #E06D85;
  --color_cat3_02: #F4CBD3;
  --color_01: #C14652;
  --color_02: #EA4656;
  --color_03: #D98EA2;
  --color_04: #FFE0E6;
  --color_blur1: #FFF5E2;
  --color_blur2: #FFEDF2;
  --color_blur3: #FCEEE2;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.LP_page {
  width: 100%;
  font-family: var(--font_regular);
  color: var(--color_regular);
  overflow-x: clip;
  opacity: 0;
  transition: opacity 1s;
}

.LP_page.active {
  opacity: 1;
}

.LP_page input {
  display: none;
}

.LP_page_inner {
  position: relative;
  z-index: 1;
  background: var(--color_04);
  min-height: 100vh;
  padding-bottom: calc(70 * (60rem / 390));
}

.LP_page a {
  display: block;
}

.LP_page a:hover {
  opacity: 1 !important;
}

.LP_page img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.activePoint {
  opacity: 0;
  translate: 0 calc(20 * (60rem / 390));
  transition: opacity 1s, translate 1s;
}

.activePoint.active {
  opacity: 1;
  translate: unset;
}

/*----------------------------all*/
.main_ttl {
  margin-bottom: calc(35 * (60rem / 390));
}

.main_lead_wrap {
  margin-bottom: calc(95 * (60rem / 390));
}

.main_lead {
  font-size: calc(14 * (60rem / 390));
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.main_lead:nth-of-type(n+2) {
  margin-top: calc(25 * (60rem / 390));
}

.main_nav {
  margin-bottom: calc(95 * (60rem / 390));
}

.main_nav .nav_list li {
  width: fit-content;
}

.main_nav .nav_list li:nth-of-type(1) {
  margin-left: calc(20 * (60rem / 390));
}

.main_nav .nav_list li:nth-of-type(2) {
  margin: 0 calc(30 * (60rem / 390)) 0 auto;
}

.main_nav .nav_list li:nth-of-type(3) {
  margin: calc(40 * (60rem / 390)) 0 0 calc(40 * (60rem / 390));
}

.main_nav .nav_list li a {
  position: relative;
  z-index: 1;
}

.main_nav .nav_list li a::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(130 * (60rem / 390));
  height: calc(130 * (60rem / 390));
  content: "";
}

.main_nav .nav_list li:nth-of-type(1) a::before {
  margin-top: calc(-8 * (60rem / 390));
  background: url(../img/heart_001.svg) center center / cover no-repeat;
  rotate: -13deg;
}

.main_nav .nav_list li:nth-of-type(2) a::before {
  margin-left: calc(-8 * (60rem / 390));
  background: url(../img/heart_002.svg) center center / cover no-repeat;
  rotate: 20deg;
}

.main_nav .nav_list li:nth-of-type(3) a::before {
  background: url(../img/heart_003.svg) center center / cover no-repeat;
  rotate: 5deg;
}

.main_nav .nav_list p {
  font-size: calc(12 * (60rem / 390));
  font-weight: 700;
  text-align: center;
}

.main_nav .nav_list p .txt_eng {
  display: block;
  font-family: var(--font_eng);
  font-size: calc(40 * (60rem / 390));
  font-weight: 800;
  letter-spacing: .1em;
}

.main_nav .nav_list li:nth-of-type(1) p .txt_eng {
  color: var(--color_cat1_01);
}

.main_nav .nav_list li:nth-of-type(2) p .txt_eng {
  color: var(--color_cat2_01);
}

.main_nav .nav_list li:nth-of-type(3) p .txt_eng {
  color: var(--color_cat3_01);
}

.each_area {
  position: relative;
  z-index: 1;
  padding: calc(25 * (60rem / 390)) 0 calc(80 * (60rem / 390));
  overflow: clip;
}

.each_area::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(360 * (60rem / 390));
  content: "";
}

.each_area::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(720 * (60rem / 390));
  height: calc(720 * (60rem / 390));
  border-radius: 50%;
  content: "";
}

#Recommended::before {
  background: var(--color_04);
}

#Recommended,
#Recommended::after,
#Chocolate::before {
  background: var(--color_cat1_02);
}

#Chocolate,
#Chocolate::after,
#ValentineCosme::before {
  background: var(--color_cat2_02);
}

#ValentineCosme,
#ValentineCosme::after {
  background: var(--color_cat3_02);
}

.area_ttl {
  margin-bottom: calc(3 * (60rem / 390));
  font-family: var(--font_eng);
  font-size: calc(50 * (60rem / 390));
  font-weight: 800;
  letter-spacing: .1em;
  text-align: center;
}

#Recommended .area_ttl {
  color: var(--color_cat1_01);
}

#Chocolate .area_ttl {
  color: var(--color_cat2_01);
}

#ValentineCosme .area_ttl {
  color: var(--color_cat3_01);
}

.area_ttl .txt_S {
  position: relative;
  display: block;
  width: calc(100 * (60rem / 390));
  margin: 0 auto calc(10 * (60rem / 390));
  padding-bottom: calc(20 * (60rem / 390));
}

.area_ttl .txt_S::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(15 * (60rem / 390));
  height: calc(15 * (60rem / 390));
  mask-position: center center;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  background: var(--color_03);
  content: "";
  animation: heart1 2s steps(1) infinite;
}

@keyframes heart1 {
  0%, 100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(20deg);
  }
}

@keyframes heart2 {
  0%, 100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-20deg);
  }
}

#Recommended .area_ttl .txt_S::before {
  mask-image: url(../img/heart_001.svg);
  -webkit-mask-image: url(../img/heart_001.svg);
  rotate: -13deg;
}

#Chocolate .area_ttl .txt_S::before {
  mask-image: url(../img/heart_002.svg);
  -webkit-mask-image: url(../img/heart_002.svg);
  rotate: 20deg;
  animation: heart2 2s steps(1) infinite;
}

#ValentineCosme .area_ttl .txt_S::before {
  mask-image: url(../img/heart_003.svg);
  -webkit-mask-image: url(../img/heart_003.svg);
  rotate: -15deg;
}

.area_lead {
  margin-bottom: calc(25 * (60rem / 390));
  font-size: calc(15 * (60rem / 390));
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

.chocolate_list,
.cosme_list {
  padding: 0 calc(15 * (60rem / 390));
}

.recommended_list.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.recommended_list .slick-track {
  display: flex;
}

.recommended_list .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: calc(15 * (60rem / 390));
}

.recommended_list .slick-dots li {
  width: calc(20 * (60rem / 390));
  height: calc(20 * (60rem / 390));
}

.recommended_list .slick-dots li:nth-of-type(n+2) {
  margin-left: calc(5 * (60rem / 390));
}

.recommended_list .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
}

.recommended_list .slick-dots li button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(8 * (60rem / 390));
  height: calc(8 * (60rem / 390));
  border-radius: 50%;
  background: var(--color_regular);
  opacity: 1;
  content: "";
}

.recommended_list .slick-dots li.slick-active button::before {
  width: calc(20 * (60rem / 390));
  height: calc(20 * (60rem / 390));
  background: url(../img/shape_heart.svg) center center / cover no-repeat;
}

.each_item {
  position: relative;
  border-radius: calc(10 * (60rem / 390));
  background: #fff;
}

.recommended_list .each_item {
  width: calc(270 * (60rem / 390));
  height: auto;
  margin-left: calc(15 * (60rem / 390));
  padding: calc(20 * (60rem / 390)) calc(15 * (60rem / 390)) calc(78 * (60rem / 390));
}

.chocolate_list .each_item,
.cosme_list .each_item {
  padding:  calc(15 * (60rem / 390)) calc(15 * (60rem / 390)) calc(20 * (60rem / 390));
}

.chocolate_list .each_item:nth-of-type(n+2),
.cosme_list .each_item:nth-of-type(n+2) {
  margin-top: calc(5 * (60rem / 390));
}

.chocolate_list .each_item > div,
.cosme_list .each_item > div {
  display: flex;
  align-items: center;
  gap: calc(15 * (60rem / 390));
}

.item_catch {
  position: absolute;
  top: 0;
  z-index: 2;
  font-size: calc(14 * (60rem / 390));
  font-weight: 700;
  color: #fff;
  writing-mode: vertical-rl;
  font-feature-settings: "palt";
}

.item_catch span {
  display: inline-block;
  padding: calc(7 * (60rem / 390)) calc(5 * (60rem / 390)) 0 calc(2 * (60rem / 390));
  background: var(--color_regular);
}

.recommended_list .each_item:nth-of-type(odd) .item_catch {
  right: 0;
  rotate: 4deg;
}

.recommended_list .each_item:nth-of-type(even) .item_catch {
  left: 0;
  rotate: -4deg;
}

.recommended_list .item01 .item_catch {
  margin: calc(35 * (60rem / 390)) calc(35 * (60rem / 390)) 0 0;
}

.recommended_list .item02 .item_catch {
  margin: calc(30 * (60rem / 390)) 0 0 calc(18 * (60rem / 390));
}

.recommended_list .item03 .item_catch {
  margin: calc(70 * (60rem / 390)) calc(20 * (60rem / 390)) 0 0;
}

.recommended_list .item04 .item_catch {
  margin: calc(25 * (60rem / 390)) 0 0 calc(18 * (60rem / 390));
}

.recommended_list .item05 .item_catch {
  margin: calc(25 * (60rem / 390)) calc(20 * (60rem / 390)) 0 0;
}

.recommended_list .item05 .item_catch:nth-of-type(2) {
  right: auto;
  left: 0;
  margin: calc(100 * (60rem / 390)) 0 0 calc(35 * (60rem / 390));
  rotate: -4deg;
}

.recommended_list .item06 .item_catch {
  margin: calc(25 * (60rem / 390)) 0 0 calc(18 * (60rem / 390));
}

.recommended_list .item01 .item_catch span:nth-of-type(2) {
  margin-top: calc(25 * (60rem / 390));
}

.recommended_list .item02 .item_catch span:nth-of-type(2) {
  margin-top: calc(80 * (60rem / 390));
}

.recommended_list .item03 .item_catch span:nth-of-type(2) {
  margin-top: calc(25 * (60rem / 390));
}

.recommended_list .item04 .item_catch span:nth-of-type(2) {
  margin-top: calc(50 * (60rem / 390));
}

.recommended_list .item05 .item_catch span:nth-of-type(2) {
  margin-top: calc(20 * (60rem / 390));
}

.recommended_list .item06 .item_catch span:nth-of-type(2) {
  margin-top: calc(25 * (60rem / 390));
}
.each_item .item_img {
  position: relative;
  z-index: 1;
}

.recommended_list .each_item .item_img {
  margin-bottom: calc(12 * (60rem / 390));
}

.chocolate_list .each_item .item_img,
.cosme_list .each_item .item_img {
  width: calc(155 * (60rem / 390));
}

.chocolate_list .each_item:nth-of-type(even) .item_img,
.cosme_list .each_item:nth-of-type(even) .item_img {
  order: 2;
}

.each_item .item_img::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: blur(calc(12 * (60rem / 390)));
  content: "";
}

.each_item:nth-of-type(3n+1) .item_img::before {
  background: var(--color_blur1);
}

.each_item:nth-of-type(3n+2) .item_img::before {
  background: var(--color_blur2);
}

.each_item:nth-of-type(3n) .item_img::before {
  background: var(--color_blur3);
}

.each_brand:nth-of-type(2) .each_item:nth-of-type(3n+1) .item_img::before {
  background: var(--color_blur2);
}

.each_brand:nth-of-type(2) .each_item:nth-of-type(3n+2) .item_img::before {
  background: var(--color_blur3);
}

.each_brand:nth-of-type(2) .each_item:nth-of-type(3n) .item_img::before {
  background: var(--color_blur1);
}

.each_brand:nth-of-type(3) .each_item:nth-of-type(3n+1) .item_img::before {
  background: var(--color_blur3);
}

.each_brand:nth-of-type(3) .each_item:nth-of-type(3n+2) .item_img::before {
  background: var(--color_blur1);
}

.each_brand:nth-of-type(3) .each_item:nth-of-type(3n) .item_img::before {
  background: var(--color_blur2);
}

.each_item .txt_wrap {
  position: relative;
  z-index: 1;
}

.chocolate_list .each_item .txt_wrap,
.cosme_list .each_item .txt_wrap {
  flex: 1;
}

.each_item .item_name {
  font-weight: 500;
  line-height: 1.5;
}

.recommended_list .each_item .item_name {
  margin-bottom: calc(8 * (60rem / 390));
  font-size: calc(14 * (60rem / 390));
  text-align: center;
}

.chocolate_list .each_item .item_name,
.cosme_list .each_item .item_name {
  margin-bottom: calc(8 * (60rem / 390));
  font-size: calc(13 * (60rem / 390));
}

.chocolate_list .each_item:nth-of-type(even) .item_name,
.cosme_list .each_item:nth-of-type(even) .item_name {
  text-align: right;
}

.each_item .item_name .item_brand {
  font-weight: 700;
  color: var(--color_02);
}

.recommended_list .each_item .item_name .item_brand {
  display: block;
  margin-bottom: calc(4 * (60rem / 390));
  font-size: calc(13 * (60rem / 390));
}

.cosme_list .each_item .item_name .item_brand {
  font-size: calc(12 * (60rem / 390));
}

.item_price_wrap {
  display: flex;
  gap: calc(15 * (60rem / 390));
}

.recommended_list .each_item .item_price_wrap {
  justify-content: center;
}

.chocolate_list .each_item:nth-of-type(even) .item_price_wrap,
.cosme_list .each_item:nth-of-type(even) .item_price_wrap {
  justify-content: flex-end;
}

.each_item .item_price {
  font-size: calc(14 * (60rem / 390));
  font-weight: 500;
}

.each_item .item_price .txt_S {
  margin-left: calc(3 * (60rem / 390));
  font-size: calc(9 * (60rem / 390));
  font-weight: 400;
  vertical-align: .1em;
}

.each_item .item_link {
  position: relative;
  padding-right: calc(10 * (60rem / 390));
  font-size: calc(13 * (60rem / 390));
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  transition: color .3s;
}

.each_item .item_link:hover {
  color: var(--color_01);
}

.each_item .item_link::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(6 * (60rem / 390));
  height: calc(6 * (60rem / 390));
  border-top: solid var(--color_regular) calc(1.5 * (60rem / 390));
  border-right: solid var(--color_regular) calc(1.5 * (60rem / 390));
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
  transition: margin .3s, border-color .3s;
}

.each_item .item_link:hover::before {
  margin-right: calc(-2 * (60rem / 390));
  border-color: var(--color_01);
}

.each_item .item_tocart {
  width: fit-content;
}

.recommended_list .each_item .item_tocart,
.recommended_list .each_item .item_tocart_wrap  {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  margin-bottom: calc(30 * (60rem / 390));
}

.recommended_list .each_item .item_tocart_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(4 * (60rem / 390));
  margin-bottom: calc(20 * (60rem / 390));
}

.recommended_list .each_item .item_tocart_wrap .item_tocart {
  position: static;
  translate: 0;
  margin-bottom: 0;
}

.chocolate_list .each_item .item_tocart,
.cosme_list .each_item .item_tocart {
  margin-top: calc(10 * (60rem / 390));
}

.chocolate_list .each_item:nth-of-type(even) .item_tocart,
.cosme_list .each_item:nth-of-type(even) .item_tocart {
  margin-left: auto;
}

.each_item .item_tocart a {
  position: relative;
  display: grid;
  place-items: center;
  width: calc(150 * (60rem / 390));
  height: calc(33 * (60rem / 390));
  padding-left: calc(15 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  border: solid var(--color_01) calc(1.5 * (60rem / 390));
  background: var(--color_01);
  font-size: calc(12 * (60rem / 390));
  font-weight: 700;
  color: #fff;
  transform: background-color .3s, color .3s;
}

.recommended_list .each_item .item_tocart_wrap .item_tocart a {
  width: calc(110 * (60rem / 390));
  height: calc(28 * (60rem / 390));
  font-size: calc(9 * (60rem / 390));
}

.each_item .item_tocart a:hover {
  background: #fff;
  color: var(--color_01);
}

.each_item .item_tocart a::before,
.each_item .item_tocart a::after {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: calc(25 * (60rem / 390));
  height: calc(25 * (60rem / 390));
  margin-left: calc(4 * (60rem / 390));
  content: "";
}

.recommended_list .each_item .item_tocart_wrap .item_tocart a::before,
.recommended_list .each_item .item_tocart_wrap .item_tocart a::after {
  width: calc(20 * (60rem / 390));
  height: calc(20 * (60rem / 390));
}

.each_item .item_tocart a::before {
  border-radius: 50%;
  background: #fff;
}

.each_item .item_tocart a::after {
  background: url(../img/icon_cart.svg) center center / cover no-repeat;
}

.each_item .item_caption {
  margin-top: calc(20 * (60rem / 390));
  font-size: calc(12 * (60rem / 390));
  line-height: 1.75;
}

.each_brand {
  position: relative;
  z-index: 1;
}

.each_brand::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - calc(20 * (60rem / 390)));
  background: linear-gradient(var(--color_regular), transparent);
  opacity: .2;
  content: "";
}

.each_brand:nth-of-type(n+2) {
  margin-top: calc(60 * (60rem / 390));
}

.brand_ttl {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: calc(300 * (60rem / 390));
  height: calc(40 * (60rem / 390));
  margin-bottom: calc(15 * (60rem / 390));
  padding-top: calc(2 * (60rem / 390));
  font-family: var(--font_eng);
  font-size: calc(25 * (60rem / 390));
  font-weight: 800;
  letter-spacing: .1em;
  color: #fff;
}

.each_brand:nth-of-type(even) .brand_ttl {
  margin-left: auto;
}

.each_brand:nth-of-type(2) .brand_ttl {
  font-family: var(--font_regular);
  font-size: calc(18 * (60rem / 390));
  font-weight: 700;
}

.brand_ttl::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/shape_ribbon.svg) top left / 100% auto no-repeat;
  content: "";
}

.each_brand:nth-of-type(even) .brand_ttl::before {
  scale: -1 1;
}

.btn_areaAll {
  width: fit-content;
  margin: calc(55 * (60rem / 390)) auto 0;
}

.btn_areaAll a {
  position: relative;
  display: grid;
  place-items: center;
  width: calc(300 * (60rem / 390));
  height: calc(60 * (60rem / 390));
  padding-top: calc(4 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  background: var(--color_regular);
  font-size: calc(13 * (60rem / 390));
  font-weight: 700;
  color: #fff;
  transition: background-color .3s;
}

.btn_areaAll a:hover {
  background: var(--color_01);
}

.btn_areaAll a .txt_eng {
  margin-right: calc(6 * (60rem / 390));
  font-family: var(--font_eng);
  font-size: calc(26 * (60rem / 390));
  font-weight: 800;
  letter-spacing: .1em;
  vertical-align: -.15em;
}

.btn_areaAll a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - calc(6 * (60rem / 390)));
  height: calc(100% - calc(6 * (60rem / 390)));
  border-radius: calc(100 * (60rem / 390));
  border: solid #fff calc(1 * (60rem / 390));
  box-sizing: border-box;
  content: "";
  pointer-events: none;
}

.btn_areaAll a::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(6 * (60rem / 390));
  height: calc(6 * (60rem / 390));
  margin-right: calc(16 * (60rem / 390));
  border-top: solid #fff calc(1.5 * (60rem / 390));
  border-right: solid #fff calc(1.5 * (60rem / 390));
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
  transition: margin .3s
}

.btn_areaAll a:hover::after {
  margin-right: calc(12 * (60rem / 390));
}

.btn_pageAll_wrap {
  margin-top: calc(40 * (60rem / 390));
}

.btn_pageAll_wrap > p {
  position: relative;
  width: calc(140 * (60rem / 390));
  margin: 0 auto calc(6 * (60rem / 390));
}

.btn_pageAll_wrap > p img {
  opacity: 0;
}

.btn_pageAll_wrap > p::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(../img/txt_BiopleVALENTINE.svg);
  mask-position: top left;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/txt_BiopleVALENTINE.svg);
  -webkit-mask-position: top left;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: var(--color_regular);
  content: "";
}

.btn_pageAll_wrap > p::after,
.btn_pageAll_wrap > p span::before,
.btn_pageAll_wrap > p span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(16 * (60rem / 390));
  height: calc(16 * (60rem / 390));
  mask-position: center center;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  content: "";
}

.btn_pageAll_wrap > p::after {
  margin: 0 0 calc(18 * (60rem / 390)) calc(-8 * (60rem / 390));
  mask-image: url(../img/heart_001.svg);
  -webkit-mask-image: url(../img/heart_001.svg);
  background: var(--color_cat1_01);
  rotate: -15deg;
  animation: heart1 2s steps(1) infinite;
}

.btn_pageAll_wrap > p span::before {
  margin: 0 0 calc(15 * (60rem / 390)) calc(7 * (60rem / 390));
  mask-image: url(../img/heart_002.svg);
  -webkit-mask-image: url(../img/heart_002.svg);
  background: var(--color_cat2_01);
  rotate: 20deg;
  animation: heart2 2s steps(1) infinite;
}

.btn_pageAll_wrap > p span::after {
  margin: 0 0 0 calc(-2 * (60rem / 390));
  mask-image: url(../img/heart_003.svg);
  -webkit-mask-image: url(../img/heart_003.svg);
  background: var(--color_cat3_01);
  rotate: -5deg;
  animation: heart1 2s steps(1) infinite;
}

.btn_pageAll_wrap > p span {
  display: block;
  padding-bottom: calc(35 * (60rem / 390));
}

.btn_pageAll {
  width: fit-content;
  margin: 0 auto;
}

.btn_pageAll a {
  position: relative;
  display: grid;
  place-items: center;
  width: calc(340 * (60rem / 390));
  height: calc(74 * (60rem / 390));
  padding-top: calc(4 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  background: var(--color_01);
  font-size: calc(11 * (60rem / 390));
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: background-color .3s, color .3s;
}

.btn_pageAll a:hover {
  background: #fff;
  color: var(--color_01);
}

.btn_pageAll a .txt_eng {
  display: block;
  margin-bottom: calc(2 * (60rem / 390));
  font-family: var(--font_eng);
  font-size: calc(32 * (60rem / 390));
  font-weight: 800;
  letter-spacing: .1em;
}

.btn_pageAll a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - calc(6 * (60rem / 390)));
  height: calc(100% - calc(6 * (60rem / 390)));
  border-radius: calc(100 * (60rem / 390));
  border: solid #fff calc(1 * (60rem / 390));
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  transition: border-color .3s;
}

.btn_pageAll a:hover::before {
  border-color: var(--color_01);
}

.btn_pageAll a::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(10 * (60rem / 390));
  height: calc(10 * (60rem / 390));
  margin-right: calc(16 * (60rem / 390));
  border-top: solid #fff calc(1.5 * (60rem / 390));
  border-right: solid #fff calc(1.5 * (60rem / 390));
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
  transition: margin .3s, border-color .3s;
}

.btn_pageAll a:hover::after {
  margin-right: calc(12 * (60rem / 390));
  border-color: var(--color_01)
}

.fixed_nav {
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
  translate: 0 100%;
  transition: translate .5s;
}

.fixed_nav.active {
  translate: unset;
}

.fixed_nav .nav_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.fixed_nav .nav_list li a {
  display: grid;
  place-items: center;
  height: calc(65 * (60rem / 390));
  font-size: calc(10 * (60rem / 390));
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.fixed_nav .nav_list li:nth-of-type(1) a {
  background: var(--color_cat1_01);
}

.fixed_nav .nav_list li:nth-of-type(2) a {
  background: var(--color_cat2_01);
}

.fixed_nav .nav_list li:nth-of-type(3) a {
  background: var(--color_cat3_01);
}

.fixed_nav .nav_list li a .txt_eng {
  display: block;
  margin-bottom: calc(2 * (60rem / 390));
  font-family: var(--font_eng);
  font-size: calc(20 * (60rem / 390));
  font-weight: 800;
  letter-spacing: .1em;
}

/*shareボタン、shareテキスト---------------------------*/
@media screen and  (max-width:768px) {
#share {
  z-index: 10 !important;
  transition: translate .5s;
}

#share.move {
  translate: 0 calc(-65 * (60rem / 390));
}

.share-txt {
  display: none;
}

.only_pc {
  display: none;
}

}
/*---------------------------shareボタン、shareテキスト*/


/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none !important;
  }

  .LP_page_inner {
    position: relative;
    z-index: 1;
    width: 60rem;
    min-height: 100vh;
    margin: -100vh auto 0;
    overflow: clip;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }

  .fixed_area {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background: var(--color_04);
  }
  
  .fixed_left,
  .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 60rem) / 2);
    height: 100%;
  }

  .ttl_pc {
    width: 28rem;
  }

.pc_nav .nav_list li {
  width: fit-content;
}

.pc_nav {
  width: 34rem;
}


.pc_nav .nav_list li:nth-of-type(2) {
  margin: -1rem 0 0 auto;
}

.pc_nav .nav_list li:nth-of-type(3) {
  margin: 4rem 0 0 4rem;
}

.pc_nav .nav_list li a {
  position: relative;
  z-index: 1;
}

.pc_nav .nav_list li a::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 13rem;
  height: 13rem;
  content: "";
}

.pc_nav .nav_list li:nth-of-type(1) a::before {
  margin-top: -.8rem;
  background: url(../img/heart_001.svg) center center / cover no-repeat;
  rotate: -13deg;
}

.pc_nav .nav_list li:nth-of-type(2) a::before {
  margin-left: -.8rem;
  background: url(../img/heart_002.svg) center center / cover no-repeat;
  rotate: 20deg;
}

.pc_nav .nav_list li:nth-of-type(3) a::before {
  background: url(../img/heart_003.svg) center center / cover no-repeat;
  rotate: 5deg;
}

.pc_nav .nav_list p {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.pc_nav .nav_list p .txt_eng {
  display: block;
  font-family: var(--font_eng);
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.pc_nav .nav_list li:nth-of-type(1) p .txt_eng {
  color: var(--color_cat1_01);
}

.pc_nav .nav_list li:nth-of-type(2) p .txt_eng {
  color: var(--color_cat2_01);
}

.pc_nav .nav_list li:nth-of-type(3) p .txt_eng {
  color: var(--color_cat3_01);
}


}
/*------------------------------------------------------PC*/


/*レスポンシブ対応-------------------------------*/
@media screen and (max-width: 1600px) and (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 600));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/