@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: 3;
}

:root {
  --font_regular: "Poppins", "Noto Sans JP", sans-serif;
  --color_regular: #521F10;
  --color_accent: #CD2059;
  --color_mymelody: #DF486E;
  --color_kuromi: #9D5794;
  --color_bg_pink1: #FDF8FA;
  --color_bg_pink2: #F1DCE3;
  --color_bg_white: #FFFFFF;
  --color_bg_blue: #EBF2F5;
  --color_bg_purple: #FBF3FF;
}

.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_inner {
  position: relative;
  z-index: 1;
  background: var(--color_bg_white);
  min-height: 100vh;
}

.LP_page a {
  display: block;
}

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

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

.LP_page sup {
  font-size: calc(8 * (50rem / 390));
  letter-spacing: -.05em;
}

/*----------------------------all*/

/*heading------------------------*/
.heading_area {
  padding-bottom: calc(70 * (50rem / 390));
  background: var(--color_bg_pink1);
}

.mv_wrap {
  position: relative;
  background: #F2DDE4;
}

.mv_wrap > div {
  padding: calc(30 * (50rem / 390)) 0 calc(40 * (50rem / 390));
}

.main_ttl {
  width: calc(152 * (50rem / 390));
  margin: 0 auto calc(40 * (50rem / 390));
}

.mv_wrap::before,
.mv_wrap::after,
.mv_wrap > div::before,
.mv_wrap > div::after,
.main_ttl::before,
.main_ttl::after,
.mv_wrap .mv::before,
.mv_wrap .mv::after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(70 * (50rem / 390));
  height: calc(70 * (50rem / 390));
  content: "";
  opacity: 0;
  transform: scale(0);
  transition: opacity .7s ease-out, transform .6s ease;
  pointer-events: none;
}

.mv_wrap::before,
.mv_wrap > div::before,
.main_ttl::before,
.mv_wrap .mv::before {
  transition-delay: var(--pop-delay-before, 0s);
}

.mv_wrap::after,
.mv_wrap > div::after,
.main_ttl::after,
.mv_wrap .mv::after {
  transition-delay: var(--pop-delay-after, 0s);
}

.active .mv_wrap.active::before,
.active .mv_wrap.active::after,
.active .mv_wrap > div.active::before,
.active .mv_wrap > div.active::after,
.active .main_ttl.active::before,
.active .main_ttl.active::after,
.active .mv_wrap .mv.active::before,
.active .mv_wrap .mv.active::after {
  opacity: 1;
  transform: scale(1);
}

/* リボン(マイメロディ／クロミ) */
.mv_wrap::before {
  margin: calc(11 * (50rem / 390)) 0 0 calc(26 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -21deg;
}

.mv_wrap::after {
  margin: calc(122 * (50rem / 390)) 0 0 calc(299 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: 17deg;
}

.mv_wrap > div::before {
  top: 100%;
  margin: calc(-40 * (50rem / 390)) 0 0 calc(11 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -21deg;
}

.mv_wrap > div::after {
  top: 100%;
  margin: calc(-38 * (50rem / 390)) 0 0 calc(305 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: 17deg;
}

.main_ttl::before {
  margin: calc(90 * (50rem / 390)) 0 0 calc(18 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  rotate: 10deg;
}

.main_ttl::after {
  margin: calc(26 * (50rem / 390)) 0 0 calc(314 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  scale: -1 1;
}

.mv_wrap .mv::before {
  margin: calc(160 * (50rem / 390)) 0 0 calc(55 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -30deg;
}

.mv_wrap .mv::after {
  margin: calc(175 * (50rem / 390)) 0 0 calc(255 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: 10deg;
}

/*------------------------heading*/

/*concept------------------------*/
.concept_area {
  padding: calc(50 * (50rem / 390)) 0 0;
  text-align: center;
}

.concept_ttl {
  font-size: calc(34 * (50rem / 390));
  font-weight: 600;
  letter-spacing: .05em;
  color: var(--color_accent);
}

.lead_accordion {
  margin-top: calc(20 * (50rem / 390));
}

.lead_txt p {
  font-size: calc(16 * (50rem / 390));
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: .05em;
}

.lead_txt_more {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  transition: grid-template-rows .4s ease, margin-top .4s ease;
}

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

.lead_txt_more_inner {
  overflow: hidden;
}

.lead_accordion.opened .lead_txt_more {
  grid-template-rows: 1fr;
  margin-top: calc(25 * (50rem / 390));
}

.accordion_btn {
  display: block;
  margin-top: calc(20 * (50rem / 390));
  cursor: pointer;
}

.accordion_btn span {
  display: inline-flex;
  align-items: center;
  gap: calc(8 * (50rem / 390));
  font-size: calc(15 * (50rem / 390));
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--color_accent);
}

.accordion_btn .closed {
  display: none;
}

.lead_accordion.opened .accordion_btn .opened {
  display: none;
}

.lead_accordion.opened .accordion_btn .closed {
  display: inline-flex;
}

.ico_plus,
.ico_minus {
  position: relative;
  width: calc(16 * (50rem / 390));
  height: calc(16 * (50rem / 390));
  background: var(--color_accent);
  border-radius: 50%;
}

.ico_plus::before,
.ico_plus::after,
.ico_minus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #fff;
  width: calc(8 * (50rem / 390));
  height: calc(2 * (50rem / 390));
  border-radius: calc(10 * (50rem / 390));
  content: "";
}

.ico_plus::after {
  rotate: 90deg;
}

/*------------------------concept*/

/*schedule------------------------*/
.schedule_area {
  margin: calc(80 * (50rem / 390)) auto 0;
  padding: 0 calc(45 * (50rem / 390));
}

.schedule_box {
  position: relative;
}

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

.schedule_box::before,
.schedule_box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(70 * (50rem / 390));
  height: calc(70 * (50rem / 390));
  content: "";
  opacity: 0;
  transform: scale(0);
  transition: opacity .7s ease-out, transform .6s ease;
  pointer-events: none;
}

.schedule_box::after {
  transition-delay: .3s;
}

.schedule_box.active::before,
.schedule_box.active::after {
  opacity: 1;
  transform: scale(1);
}

.schedule_box:nth-of-type(1):before {
  margin: calc(-60 * (50rem / 390)) 0 0 calc(-29 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: -20deg;
}

.schedule_box:nth-of-type(1)::after {
  margin: calc(-20 * (50rem / 390)) 0 0 calc(265 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  rotate: 5deg;
}

.schedule_box:nth-of-type(2)::before {
  margin: calc(50 * (50rem / 390)) 0 0 calc(-35 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -9deg;
  scale: -1 1;
}

.schedule_box:nth-of-type(2)::after {
  margin: calc(130 * (50rem / 390)) 0 0 calc(265 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: 23deg;
}

.schedule_label {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: calc(130 * (50rem / 390));
  height: calc(20 * (50rem / 390));
  margin: 0 auto calc(-10 * (50rem / 390));
  border-radius: calc(100 * (50rem / 390));
  background: var(--color_regular);
  font-size: calc(12 * (50rem / 390));
  font-weight: 500;
  color: #fff;
}

.schedule_box > div {
  padding: calc(25 * (50rem / 390)) 0 calc(18 * (50rem / 390));
  border: 1px solid var(--color_regular);
  border-radius: calc(10 * (50rem / 390));
  background: var(--color_bg_white);
  text-align: center;
}

.schedule_date {
  position: relative;
  font-size: calc(28 * (50rem / 390));
  font-weight: 600;
}

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

.schedule_date:nth-of-type(n+2)::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50% 0;
  width: calc(5 * (50rem / 390));
  height: calc(15 * (50rem / 390));
  content: "";
  background: radial-gradient(var(--color_regular) 35%, transparent 35%);
  background-size: calc(5 * (50rem / 390)) calc(5 * (50rem / 390));
  background-position: center top;
  background-repeat: repeat-y;
}

.schedule_date .txt_S {
  margin-left: calc(2 * (50rem / 390));
  font-size: calc(10 * (50rem / 390));
  letter-spacing: 0;
  vertical-align: .2em;
}

.schedule_date .txt_M {
  margin-left: calc(5 * (50rem / 390));
  font-size: calc(14 * (50rem / 390));
  letter-spacing: 0;
  vertical-align: .1em;
}

.schedule_dots {
  margin: calc(2 * (50rem / 390)) 0;
  font-size: calc(14 * (50rem / 390));
  line-height: 1;
  letter-spacing: .2em;
  color: var(--color_regular);
}

.schedule_area .notes {
  margin-top: calc(15 * (50rem / 390));
  font-size: calc(11 * (50rem / 390));
  line-height: 1.4;
  text-align: center;
}

/*------------------------schedule*/

/*main_nav / fixed_nav------------------------*/
.main_nav .nav_list,
.fixed_nav .nav_list {
  display: flex;
}

.main_nav .nav_list li,
.fixed_nav .nav_list li {
  position: relative;
  flex: 1;
}

.main_nav .nav_list li a,
.fixed_nav .nav_list li a {
  display: grid;
  place-items: center;
  height: calc(70 * (50rem / 390));
  background: var(--color_accent);
  font-size: calc(27 * (50rem / 390));
  font-weight: 600;
  letter-spacing: .05em;
  color: #fff;
}

.fixed_nav .nav_list li a {
  height: calc(60 * (50rem / 390));
}

.main_nav .nav_list li:nth-of-type(n+2)::after,
.fixed_nav .nav_list li:nth-of-type(n+2)::after {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: calc(6 * (50rem / 390));
  height: calc(48 * (50rem / 390));
  margin-left: calc(-3 * (50rem / 390));
  content: "";
  background: radial-gradient(#fff 35%, transparent 35%);
  background-size: calc(6 * (50rem / 390)) calc(6 * (50rem / 390));
  background-position: center top;
  background-repeat: repeat-y;
}

.fixed_nav .nav_list li:nth-of-type(n+2)::after {
  height: calc(42 * (50rem / 390));
}

.main_nav .nav_list li a span {
  position: relative;
  padding-right: calc(25 * (50rem / 390));
}

.main_nav .nav_list li a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(12 * (50rem / 390));
  height: calc(12 * (50rem / 390));
  mask-image: url(../img/arrow_001.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url(../img/arrow_001.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  background: #fff;
  content: "";
}

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

.fixed_nav.active {
  translate: unset;
  pointer-events: auto;
}

/*------------------------main_nav / fixed_nav*/

/*ALL ITEMSボタン------------------------*/
.all_items_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  margin-bottom: calc(20 * (50rem / 390));
  transition: translate .3s;
}

.all_items_btn.move {
  translate: 0 calc(-60 * (50rem / 390));
}

.all_items_btn a {
  display: grid;
  place-items: center;
  width: calc(140 * (50rem / 390));
  height: calc(46 * (50rem / 390));
  padding-left: calc(10 * (50rem / 390));
  border-radius: 100px 0 0 100px;
  background: var(--color_regular);
  font-size: calc(18 * (50rem / 390));
  font-weight: 600;
  color: #fff;
}

.all_items_btn a span {
  position: relative;
  padding-right: calc(18 * (50rem / 390));
}

.all_items_btn a span::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(10 * (50rem / 390));
  height: calc(10 * (50rem / 390));
  rotate: -90deg;
  mask-image: url(../img/arrow_001.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url(../img/arrow_001.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  background: #fff;
  content: "";
}

/*------------------------ALL ITEMSボタン*/

/*product------------------------*/
.each_category {
  padding-top: calc(65 * (50rem / 390));
}

.collaboration_ttl {
  position: relative;
  display: block;;
  width: calc(160 * (50rem / 390));
  margin: 0 auto calc(-2 * (50rem / 390));
  opacity: 0;
  transform: translateY(calc(20 * (50rem / 390)));
  transition: opacity .8s ease-out, transform .8s ease-out;
}

.collaboration_ttl.active {
  opacity: 1;
  transform: translateY(0);
}

.collaboration_ttl::before,
.collaboration_ttl::after {
  position: absolute;
  top: 0;
  width: calc(30 * (50rem / 390));
  height: calc(30 * (50rem / 390));
  margin-top: calc(12 * (50rem / 390));
  content: "";
}

.collaboration_ttl::before {
  right: 100%;
  margin-right: calc(3 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -22deg;
}

.collaboration_ttl::after {
  left: 100%;
  margin-left: calc(3 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: 22deg;
}

.collaboration_ttl svg {
  display: block;
}

.collaboration_ttl svg path {
  fill: var(--color_accent);
}

.category_ttl {
  margin-bottom: calc(20 * (50rem / 390));
}

.category_ttl > svg {
  display: block;
  width: calc(250 * (50rem / 390));
  margin: 0 auto;
  opacity: 0;
  transform: translateY(calc(20 * (50rem / 390)));
  transition: opacity .8s ease-out, transform .8s ease-out;
}

.category_ttl > svg path {
  fill: var(--color_accent);
}

.category_ttl.active > svg {
  opacity: 1;
  transform: translateY(0);
}

.product_nav {
  display: block;
  margin-bottom: calc(50 * (50rem / 390));
}

.product_nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(6 * (50rem / 390)) calc(8 * (50rem / 390));
}

.product_nav .nav_list li a {
  display: flex;
  align-items: center;
  gap: calc(6 * (50rem / 390));
  height: calc(35 * (50rem / 390));
  padding: 0 calc(10 * (50rem / 390));
  border: 1px solid var(--color_accent);
  border-radius: 100px;
  font-size: calc(13 * (50rem / 390));
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--color_accent);
  white-space: nowrap;
}

.product_nav .nav_list li a::after {
  width: calc(8 * (50rem / 390));
  height: calc(8 * (50rem / 390));
  mask-image: url(../img/arrow_001.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url(../img/arrow_001.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  background: var(--color_accent);
  content: "";
}

.each_product {
  position: relative;
  z-index: 3;
  padding: calc(80 * (50rem / 390)) 0;
}

.each_product::before,
.each_product::after {
  position: absolute;
  z-index: -1;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  content: "";
}

.each_product::before {
  top: 0;
}

.each_product::after {
  bottom: 0;
}

.each_product:nth-of-type(1) .sec_inner,
.each_product:nth-of-type(1)::before,
.each_product:nth-of-type(1)::after,
.each_product:nth-of-type(5) .sec_inner,
.each_product:nth-of-type(5)::before,
.each_product:nth-of-type(5)::after,
.each_product:nth-of-type(9) .sec_inner,
.each_product:nth-of-type(9)::before,
.each_product:nth-of-type(9)::after,
.each_product:nth-of-type(13) .sec_inner,
.each_product:nth-of-type(13)::before,
.each_product:nth-of-type(13)::after {
  background: var(--color_bg_blue);
}

.each_product:nth-of-type(even) .sec_inner,
.each_product:nth-of-type(even)::before,
.each_product:nth-of-type(even)::after {
  background: var(--color_bg_white);
}

.each_product:nth-of-type(3) .sec_inner,
.each_product:nth-of-type(3)::before,
.each_product:nth-of-type(3)::after,
.each_product:nth-of-type(7) .sec_inner,
.each_product:nth-of-type(7)::before,
.each_product:nth-of-type(7)::after,
.each_product:nth-of-type(11) .sec_inner,
.each_product:nth-of-type(11)::before,
.each_product:nth-of-type(11)::after,
.each_product:nth-of-type(15) .sec_inner,
.each_product:nth-of-type(15)::before,
.each_product:nth-of-type(15)::after {
  background: var(--color_bg_purple);
}

/*上がもくもく*/
.category-Goods .each_product:nth-of-type(1)::before,
.category-Goods .each_product:nth-of-type(4)::before,
.category-Beauty .each_product:nth-of-type(1)::before,
.category-Beauty .each_product:nth-of-type(2)::before,
.category-Beauty .each_product:nth-of-type(5)::before,
.category-Beauty .each_product:nth-of-type(8)::before {
  height: calc(82 * (50rem / 390));
  mask-image: url(../img/shape_mokumoku.svg);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url(../img/shape_mokumoku.svg);
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
}

/*上がアーチ*/
.category-Goods .each_product:nth-of-type(2)::before,
.category-Beauty .each_product:nth-of-type(3)::before,
.category-Beauty .each_product:nth-of-type(6)::before  {
  height: calc(82 * (50rem / 390));
  mask-image: url(../img/shape_arch.svg);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url(../img/shape_arch.svg);
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
}

/*上がノーマル＋前の要素がアーチかモクモク*/
.category-Goods .each_product:nth-of-type(3)::before,
.category-Goods .each_product:nth-of-type(5)::before,
.category-Goods .each_product:nth-of-type(6)::before,
.category-Beauty .each_product:nth-of-type(4)::before,
.category-Beauty .each_product:nth-of-type(7)::before {
  height: calc(162 * (50rem / 390));
  margin-top: calc(-80 * (50rem / 390));
}

.category-Goods .each_product:nth-of-type(3),
.category-Goods .each_product:nth-of-type(5),
.category-Beauty .each_product:nth-of-type(4) {
  z-index: 2;
}

.category-Goods .each_product:nth-of-type(6),
.category-Beauty .each_product:nth-of-type(7) {
  z-index: 1;
}

/*下がもくもく*/
.category-Goods .each_product:nth-of-type(5)::after,
.category-Beauty .each_product:nth-of-type(6)::after {
  height: calc(82 * (50rem / 390));
  mask-image: url(../img/shape_mokumoku.svg);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url(../img/shape_mokumoku.svg);
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  scale: 1 -1;
}

/*下がアーチ*/
.category-Goods .each_product:nth-of-type(2)::after,
.category-Goods .each_product:nth-of-type(4)::after,
.category-Beauty .each_product:nth-of-type(3)::after   {
  height: calc(82 * (50rem / 390));
  mask-image: url(../img/shape_arch.svg);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url(../img/shape_arch.svg);
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  scale: 1 -1;
}

/*下がノーマル＋次の要素がアーチかモクモク*/
.category-Goods .each_product:nth-of-type(1)::after,
.category-Goods .each_product:nth-of-type(3)::after,
.category-Beauty .each_product:nth-of-type(1)::after,
.category-Beauty .each_product:nth-of-type(2)::after,
.category-Beauty .each_product:nth-of-type(4)::after,
.category-Beauty .each_product:nth-of-type(5)::after,
.category-Beauty .each_product:nth-of-type(7)::after {
  height: calc(162 * (50rem / 390));
  margin-bottom: calc(-80 * (50rem / 390));
}

.each_product .sec_inner {
  position: relative;
}

.product_img::before,
.product_img::after,
.each_product .sec_inner::before,
.each_product .sec_inner::after,
.each_product .txt_wrap::before,
.each_product .txt_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(70 * (50rem / 390));
  height: calc(70 * (50rem / 390));
  content: "";
  opacity: 0;
  transform: scale(0);
  transition: opacity .7s ease-out, transform .6s ease;
  pointer-events: none;
}

.product_img::before,
.each_product .sec_inner::before,
.each_product .txt_wrap::before {
  transition-delay: .1s;
}

.product_img::after,
.each_product .sec_inner::after,
.each_product .txt_wrap::after {
  transition-delay: .3s;
}

.product_img.active::before,
.product_img.active::after,
.each_product .sec_inner.active::before,
.each_product .sec_inner.active::after,
.each_product .txt_wrap.active::before,
.each_product .txt_wrap.active::after {
  opacity: 1;
  transform: scale(1);
}

.product-LipCream .sec_inner::before {
  margin: calc(60 * (50rem / 390)) 0 0 calc(5 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  rotate: -5deg;
}

.product-Pouch .sec_inner::before {
  margin: calc(70 * (50rem / 390)) 0 0 calc(70 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -28deg;
}

.product-MiniPouch .sec_inner::before {
  margin: calc(40 * (50rem / 390)) 0 0 calc(10 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
}

.product-HandTowel .sec_inner::before {
  margin: calc(80 * (50rem / 390)) 0 0 calc(285 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: 22deg;
}

.product-Mirror .sec_inner::before {
  margin: calc(39 * (50rem / 390)) 0 0 calc(300 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: 22deg;
}

.product-SheetMask .sec_inner::before {
  margin: calc(80 * (50rem / 390)) 0 0 calc(320 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -1deg;
}

.product-BaseMakeup .sec_inner::before {
  margin: calc(90 * (50rem / 390)) 0 0 calc(240 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  scale: -1 1;
}

.product-FaceWash .sec_inner::before {
  margin: calc(100 * (50rem / 390)) 0 0 calc(320 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: 4deg;
  scale: -1 1;
}

.product-Lotion .sec_inner::before {
  margin: calc(100 * (50rem / 390)) 0 0 calc(40 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: -20deg;
}

.product-Lotion .sec_inner::after {
  margin: calc(110 * (50rem / 390)) 0 0 calc(290 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  scale: -1 1;
}

.product-HandCare .sec_inner::before {
  margin: calc(143.4 * (50rem / 390)) 0 0 calc(31.4 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -16deg;
}

.product-HandCare .sec_inner::after {
  margin: calc(160 * (50rem / 390)) 0 0 calc(260 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -1deg;
}

.product-HandCream .sec_inner::before {
  margin: calc(70 * (50rem / 390)) 0 0 calc(250 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: 22deg;
}

.product-ColorBalm .sec_inner::before {
  margin: calc(60 * (50rem / 390)) 0 0 calc(30 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -16deg;
}

.product-CleansingMilk .sec_inner::before {
  margin: calc(130 * (50rem / 390)) 0 0 calc(280 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  scale: -1 1;
}

.product_ttl {
  display: block;
  width: calc(300 * (50rem / 390));
  margin: 0 auto;
  opacity: 0;
  transform: translateY(calc(20 * (50rem / 390)));
  transition: opacity .8s ease-out, transform .8s ease-out;
}

.product_ttl path {
  fill: var(--color_accent);
}

.product_ttl.active {
  opacity: 1;
  transform: translateY(0);
}

.product_brand {
  width: calc(200 * (50rem / 390));
  margin: calc(5 * (50rem / 390)) auto 0;
  font-size: calc(15 * (50rem / 390));
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.product_img {
  position: relative;
  margin: calc(30 * (50rem / 390)) auto;
}

.product_img img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.product-MiniPouch .product_img {
  margin-bottom: 0;
}

.product-LipCream .product_img::before {
  margin: calc(10 * (50rem / 390)) 0 0 calc(280 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: 20deg;
}

.product-LipCream .product_img::after {
  margin: calc(260 * (50rem / 390)) 0 0 calc(30 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: -20deg;
}

.product-HairComb .product_img::before {
  margin: 0 0 0 calc(20 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: -17deg;
}

.product-HairComb .product_img::after {
  margin: calc(230 * (50rem / 390)) 0 0 calc(310 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  scale: -1 1;
}

.product-Pouch .product_img::before {
  margin: calc(60 * (50rem / 390)) 0 0 calc(30 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  scale: -1;
}

.product-Pouch .product_img::after {
  margin: calc(290 * (50rem / 390)) 0 0 calc(300 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -29deg;
  scale: -1;
}

.product-MiniPouch .product_img::before {
  margin: calc(20 * (50rem / 390)) 0 0 calc(50 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -29deg;
}

.product-MiniPouch .product_img::after {
  margin: calc(200 * (50rem / 390)) 0 0 calc(265 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: 20deg;
}

.product-HandTowel .product_img::before {
  margin: calc(130 * (50rem / 390)) 0 0 calc(290 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
}

.product-HandTowel .product_img::after {
  margin: calc(250 * (50rem / 390)) 0 0 calc(30 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: -17deg;
}

.product-Mirror .product_img::before {
  margin: calc(160 * (50rem / 390)) 0 0 0;
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
}

.product-Mirror .product_img::after {
  margin: calc(190 * (50rem / 390)) 0 0 calc(320 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  scale: -1 1;
}

.product-SheetMask .product_img::before {
  margin: calc(40 * (50rem / 390)) 0 0 calc(280 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: 22deg;
}

.product-SheetMask .product_img::after {
  margin: calc(310 * (50rem / 390)) 0 0 calc(20 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -19deg;
}

.product-BaseMakeup .product_img::before {
  margin: calc(66 * (50rem / 390)) 0 0 calc(296.4 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: 19deg;
}

.product-BaseMakeup .product_img::after {
  margin: calc(250 * (50rem / 390)) 0 0 calc(15 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: -17deg;
}

.product-FaceWash .product_img::before {
  margin: calc(100 * (50rem / 390)) 0 0 calc(10 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: -20deg;
}

.product-FaceWash .product_img::after {
  margin: calc(230 * (50rem / 390)) 0 0 calc(10 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -1deg;
}

.product-Lotion .product_img::before {
  margin: calc(120 * (50rem / 390)) 0 0 calc(297.7 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: 23deg;
}

.product-Lotion .product_img::after {
  margin: calc(100 * (50rem / 390)) 0 0 calc(50 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
}

.product-HandCare .product_img::before {
  margin: calc(120 * (50rem / 390)) 0 0 calc(300 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: 18deg;
}

.product-HandCare .product_img::after {
  margin: calc(130 * (50rem / 390)) 0 0 calc(50 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: 4deg;
}

.product-HandCream .product_img::before {
  margin: 0 0 0 calc(300 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
}

.product-HandCream .product_img::after {
  margin: calc(160 * (50rem / 390)) 0 0 calc(30 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: -20deg;
}

.product-ColorBalm .product_img::before {
  margin: calc(-80 * (50rem / 390)) 0 0 calc(310 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
}

.product-ColorBalm .product_img::after {
  margin: calc(155 * (50rem / 390)) 0 0 calc(305 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: 24deg;
}

.product-CleansingMilk .product_img::before {
  margin: calc(80 * (50rem / 390)) 0 0 calc(30 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -16deg;
}

.product-CleansingMilk .product_img::after {
  margin: calc(210 * (50rem / 390)) 0 0 calc(290 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: 18deg;
}

.product-LipCream .product_img a {
  position: absolute;
  top: 0;
  content: "";
}

.product-LipCream .product_img a:nth-of-type(1) {
  left: 0;
  width: calc(280 * (50rem / 390));
  height: calc(190 * (50rem / 390));
  margin: 0 0 0 calc(20 * (50rem / 390));
}

.product-LipCream .product_img a:nth-of-type(2) {
  right: 0;
  width: calc(240 * (50rem / 390));
  height: calc(190 * (50rem / 390));
  margin: calc(190 * (50rem / 390)) calc(10 * (50rem / 390)) 0 0;
}

.each_product .txt_wrap {
  position: relative;
}

.product-LipCream .txt_wrap::before {
  margin: calc(-80 * (50rem / 390)) 0 0 calc(280 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  scale: -1 1;
}

.product-Pouch .txt_wrap::before {
  margin: calc(-75 * (50rem / 390)) 0 0 calc(256 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: 19deg;
}

.product-MiniPouch .txt_wrap::before {
  margin: calc(-50 * (50rem / 390)) 0 0 calc(310 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -27deg;
  scale: -1;
}

.product-HandTowel .txt_wrap::before {
  margin: calc(-100 * (50rem / 390)) 0 0 calc(20 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -28deg;
}

.product-Mirror .txt_wrap::before {
  margin: calc(-60 * (50rem / 390)) 0 0 calc(15 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: -17deg;
}

.product-SheetMask .txt_wrap::before {
  margin: calc(-80 * (50rem / 390)) 0 0 calc(40 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  scale: -1 1;
}

.product-BaseMakeup .txt_wrap::before {
  margin: calc(-90 * (50rem / 390)) 0 0 calc(50 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -1deg;
}

.product-FaceWash .txt_wrap::before {
  margin: calc(-110 * (50rem / 390)) 0 0 calc(310 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: 19deg;
}

.product-Lotion .txt_wrap::before {
  margin: calc(-140 * (50rem / 390)) 0 0 calc(25 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: -6deg;
}

.product-Lotion .txt_wrap::after {
  margin: calc(-150 * (50rem / 390)) 0 0 calc(270 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -1deg;
}

.product-HandCare .txt_wrap::before {
  margin: calc(-150 * (50rem / 390)) 0 0 calc(260 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  scale: -1 1;
}

.product-HandCare .txt_wrap::after {
  margin: calc(-100 * (50rem / 390)) 0 0 calc(50 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -3deg;
}

.product-HandCream .txt_wrap::before {
  margin: calc(-75 * (50rem / 390)) 0 0 calc(80 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: 4deg;
  scale: -1 1;
}

.product-ColorBalm .txt_wrap::before {
  margin: calc(-50 * (50rem / 390)) 0 0 calc(10 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -1deg;
}

.product-CleansingMilk .txt_wrap::before {
  margin: calc(-130 * (50rem / 390)) 0 0 calc(50 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -1deg;
}

.product_name {
  font-size: calc(15 * (50rem / 390));
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--color_accent);
}

.product_name .txt_S {
  display: block;
  margin-top: calc(6 * (50rem / 390));
  font-size: calc(11 * (50rem / 390));
  line-height: 1.5;
}

.product_price {
  margin-top: calc(8 * (50rem / 390));
  font-size: calc(14 * (50rem / 390));
  font-weight: 500;
  text-align: center;
  color: var(--color_accent);
}

.product_price .txt_M {
  margin-right: calc(6 * (50rem / 390));
  font-size: calc(12 * (50rem / 390));
}

.product_price .txt_S {
  margin-left: calc(3 * (50rem / 390));
  font-size: calc(10 * (50rem / 390));
  vertical-align: .1em;
}

.product_setitem {
  margin-top: calc(10 * (50rem / 390));
  font-size: calc(13 * (50rem / 390));
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  color: var(--color_accent);
}

.product_setitem .txt_B {
  font-weight: 800;
}

.product_caption {
  margin-top: calc(15 * (50rem / 390));
  font-size: calc(13 * (50rem / 390));
  line-height: 1.75;
  text-align: center;
}

.product_caption .notes {
  display: block;
  margin-top: calc(10 * (50rem / 390));
  font-size: calc(10 * (50rem / 390));
}

.each_product .btn_wrap {
  display: flex;
  justify-content: center;
  gap: calc(15 * (50rem / 390));
  margin-top: calc(20 * (50rem / 390));
}

.character_name {
  margin-bottom: calc(6 * (50rem / 390));
  font-size: calc(14 * (50rem / 390));
  font-weight: 600;
  text-align: center;
}

.character_mymelody .character_name {
  color: var(--color_mymelody);
}

.character_kuromi .character_name {
  color: var(--color_kuromi);
}

.product_link {
  position: relative;
  display: grid !important;
  place-items: center;
  width: calc(150 * (50rem / 390));
  height: calc(40 * (50rem / 390));
  border-radius: calc(100 * (50rem / 390));
  border: solid 1px;
  font-size: calc(18 * (50rem / 390));
  font-weight: 600;
  color: #fff;
  transition: background-color .3s, color .3s;
}

.character_mymelody .product_link {
  background: var(--color_mymelody);
  border-color: var(--color_mymelody);
}

.character_kuromi .product_link {
  background: var(--color_kuromi);
  border-color: var(--color_kuromi);
}

.product_link:hover {
  background: #fff;
}

.character_mymelody .product_link:hover {
  color: var(--color_mymelody);
}

.character_kuromi .product_link:hover {
  color: var(--color_kuromi);
}

.product_link::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(10 * (50rem / 390));
  height: calc(10 * (50rem / 390));
  margin-right: calc(10 * (50rem / 390));
  mask-image: url(../img/arrow_001.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url(../img/arrow_001.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  background: #fff;
  rotate: -90deg;
  content: "";
  transition: background-color .3s;
}

.character_mymelody .product_link:hover::before {
  background: var(--color_mymelody);
}

.character_kuromi .product_link:hover::before {
  background: var(--color_kuromi);
}

.category_alllineup {
  position: relative;
  z-index: 1;
  margin-top: calc(20 * (50rem / 390));
  padding: calc(80 * (50rem / 390)) 0;
  overflow: clip;
}

.each_category:nth-last-of-type(1) .category_alllineup {
  padding-bottom: 0;
}

.category_alllineup::before,
.category_alllineup::after {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: calc(82 * (50rem / 390));
  mask-image: url(../img/shape_mokumoku.svg);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url(../img/shape_mokumoku.svg);
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  background: var(--color_bg_pink2);
  content: "";
}

.category_alllineup::before {
  top: 0;
}

.category_alllineup::after {
  bottom: 0;
  scale: 1 -1;
}

.each_category:nth-last-of-type(1) .category_alllineup::after {
  display: none;
}

.category_alllineup .sec_inner {
  position: relative;
  padding-bottom: calc(90 * (50rem / 390));
  background: var(--color_bg_pink2);
}

.category_alllineup .sec_inner::before,
.category_alllineup .sec_inner::after,
.alllineup_ttl::before,
.alllineup_ttl::after,
.icon_pin::before,
.icon_pin::after,
.alllineup_img_wrap::before,
.alllineup_img_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(70 * (50rem / 390));
  height: calc(70 * (50rem / 390));
  content: "";
  opacity: 0;
  transform: scale(0);
  transition: opacity .7s ease-out, transform .6s ease;
  pointer-events: none;
}

.category_alllineup .sec_inner::after,
.alllineup_ttl::after,
.icon_pin::after,
.alllineup_img_wrap::after {
  transition-delay: .3s;
}

.category_alllineup .sec_inner.active::before,
.category_alllineup .sec_inner.active::after,
.alllineup_ttl.active::before,
.alllineup_ttl.active::after,
.icon_pin.active::before,
.icon_pin.active::after,
.alllineup_img_wrap.active::before,
.alllineup_img_wrap.active::after {
  opacity: 1;
  transform: scale(1);
}

.category_alllineup .sec_inner::before {
  margin: calc(60 * (50rem / 390)) 0 0 calc(10 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -20deg;
}

.category_alllineup .sec_inner::after {
  margin: calc(60 * (50rem / 390)) 0 0 calc(300 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: 20deg;
}

.alllineup_ttl::before {
  top: 100%;
  margin: calc(35 * (50rem / 390)) 0 0 calc(220 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  scale: -1 1;
}

.alllineup_ttl::after {
  top: 100%;
  margin: calc(120 * (50rem / 390)) 0 0 calc(5 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: -30deg;
}

.icon_pin::before {
  top: 100%;
  margin: calc(100 * (50rem / 390)) 0 0 calc(140 * (50rem / 390));
  background: url(../img/deco_flower2.svg) center center / 100% auto no-repeat;
  scale: -1 1;
}

.icon_pin::after {
  top: 100%;
  margin: calc(260 * (50rem / 390)) 0 0 calc(-25 * (50rem / 390));
  background: url(../img/deco_flower1.svg) center center / 100% auto no-repeat;
  rotate: 20deg;
  scale: -1 1;
}

.alllineup_img_wrap::before {
  top: 100%;
  margin: calc(10 * (50rem / 390)) 0 0 calc(20 * (50rem / 390));
  background: url(../img/deco_kuromi.svg) center center / 100% auto no-repeat;
  rotate: 15deg;
}

.alllineup_img_wrap::after {
  top: 100%;
  margin: calc(10 * (50rem / 390)) 0 0 calc(300 * (50rem / 390));
  background: url(../img/deco_mymelody.svg) center center / 100% auto no-repeat;
  rotate: -25deg;
}

.alllineup_ttl {
  position: relative;
  z-index: 2;
  margin-bottom: calc(10 * (50rem / 390));
  font-size: calc(14 * (50rem / 390));
  font-weight: 900;
  text-align: center;
  color: var(--color_accent);
  opacity: 0;
  transform: translateY(calc(20 * (50rem / 390)));
  transition: opacity .8s ease-out, transform .8s ease-out;
}

.alllineup_ttl.active {
  opacity: 1;
  transform: translateY(0);
}

.alllineup_ttl .txt_L {
  display: block;
  margin-top: calc(5 * (50rem / 390));
  font-size: calc(30 * (50rem / 390));
  color: #fff;
  -webkit-text-stroke: 1px var(--color_accent);
}

.alllineup_img_wrap {
  position: relative;
}

.icon_pin {
  position: relative;
  z-index: 2;
  width: calc(56 * (50rem / 390));
  margin: 0 auto calc(-6 * (50rem / 390));
  pointer-events: none;
}

.alllineup_img_wrap .swiper {
  overflow: visible;
}

.alllineup_img_wrap .each_img {
  width: calc(230 * (50rem / 390));
  margin: 0 calc(10 * (50rem / 390));
  border-radius: calc(30 * (50rem / 390));
  overflow: clip;
  scale: .92;
  transition: scale .5s ease, translate .5s ease, transform .5s ease;
  translate: 0 calc(25 * (50rem / 390));
  will-change: transform;
}

.alllineup_img_wrap .each_img.swiper-slide-active {
  scale: 1;
  translate: 0 0;
}

.ending_illust {
  position: relative;
  z-index: 1;
  margin-top: calc(-90 * (50rem / 390));
}
/*------------------------product*/

/*ending--------------------------*/
.ending_area {
  padding: calc(40 * (50rem / 390)) 0;
  background: var(--color_bg_pink2);
}

.btn_allitems_wrap .collaboration_ttl {
  margin-bottom: calc(20 * (50rem / 390));
}

.btn_allitems {
  position: relative;
  display: grid !important;
  place-items: center;
  width: calc(280 * (50rem / 390));
  height: calc(60 * (50rem / 390));
  margin: 0 auto;
  border-radius: calc(100 * (50rem / 390));
  border: solid var(--color_accent) 1px;
  background: var(--color_accent);
  font-size: calc(22 * (50rem / 390));
  font-weight: 600;
  color: #fff;
  transition: background-color .3s, color .3s;
}

.btn_allitems:hover {
  background: #fff;
  color: var(--color_accent);
}

.btn_allitems::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(10 * (50rem / 390));
  height: calc(10 * (50rem / 390));
  margin-right: calc(15 * (50rem / 390));
  mask-image: url(../img/arrow_001.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url(../img/arrow_001.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  background: #fff;
  rotate: -90deg;
  content: "";
  transition: background-color .3s;
}

.btn_allitems:hover::before {
  background: var(--color_accent);
}

.copyright {
  margin-top: calc(40 * (50rem / 390));
  font-size: calc(11 * (50rem / 390));
  text-align: center;
}

/*--------------------------ending*/

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

#share.move {
  translate: 0 calc(-60 * (50rem / 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: 50rem;
    min-height: 100vh;
    margin: -100vh auto 0;
    overflow: clip;
  }

  .LP_page_inner::before,
  .LP_page_inner::after {
    position: absolute;
    z-index: 4;
    top: 0;
    width: 1px;
    height: 100%;
    background: #EFCFD9;
    content: "";
  }

  .LP_page_inner::before {
    left: 0;
  }

  .LP_page_inner::after {
    right: 0;
  }

  .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_bg_pink1);
  }
  
  .fixed_left,
  .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 50rem) / 2);
    height: 100%;
  }

  .ttl_pc {
    width: 26rem;
  }

  .nav_pc .ttl_arch {
    width: 22rem;
    margin: 0 auto 1rem;
  }

  .nav_pc .nav_list li:nth-of-type(n+2) {
    margin-top: 2.5rem;
  }

  .nav_pc .nav_list li a {
    position: relative;
    display: grid;
    place-items: center;
    width: 28rem;
    height: 6rem;
    border-radius: 10rem;
    border: solid var(--color_accent) 1px;
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--color_accent);
  }

    .nav_pc .nav_list li a::before {
      position: absolute;
      top: 50%;
      right: 0;
      translate: 0 -50%;
      width: 1rem;
      height: 1rem;
      margin-right: 1.5rem;
      mask-image: url(../img/arrow_001.svg);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 100% auto;
      -webkit-mask-image: url(../img/arrow_001.svg);
      -webkit-mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100% auto;
      background: var(--color_accent);
      content: "";
    }

  .nav_pc .nav_list li.CV_btn a {
    border: none;
    background: var(--color_accent);
    font-size: 2.2rem;
    color: #fff;
    transition: background-color .3s;
  }

  .nav_pc .nav_list li.CV_btn a:hover {
    background: var(--color_regular);
  }

  .nav_pc .nav_list li.CV_btn a::before {
    background: #fff;
    rotate: -90deg;
  }

}
/*------------------------------------------------------PC*/
#header .header_logo {
  height: auto;
}

header .header_logo a, #header .header_sso_logo a {
  display: block;
  width: 100%;
  height: 100%;
  mask-image: url(../img/header_logo.svg);
  mask-position: center center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/header_logo.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background: var(--color_accent);
}


#header .header_logo a img, .header_sso_logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}

@media screen and (max-width: 768px) {
#header .header_logo a {
  display: grid;
  place-items: center;
}

#header .header_logo {
  height: calc(58 * (100vw / 390));
  padding: 0 !important;
}

#header .header_inner {
  background: var(--color_bg_pink1);
}
}

.header_wrap,
#header_bottom .inner {
  background: var(--color_bg_pink1);
}

.utility_cart .num {
  background: var(--color_accent);
}


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

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