@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : SB_2024wishmeluck CSS

//////////////////////////////////////////////////*/


/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
  overflow-y: scroll !important;
}

main {
  width: 100%;
  max-width: 100%;
}


#Contents {
  margin-bottom: 0;
}

footer {
  margin-top: 0;
}

.lp_contents a {
  text-decoration: none;
}

.lp_contents img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: optimizequality; 
}

.lp_contents p,
.lp_contents ul,
.lp_contents ol,
.lp_contents dl {
  margin: 0;
}

.topic-path {
  margin-right: 0;
  margin-left: 0;
}

.for_mouses-talker {
  position: fixed;
  top: 0; 
  left: 0;
  width: 4rem;
  height: 5rem;
  margin: 2rem 0 0 2rem;
  background:url(../img/cursor_icon.png) center center / cover no-repeat;
  transform: translate(0, 0);
  transition: transform .4s;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}

picture {
  display: flex;
}


/* ===================
      Roots 
=================== */

:root {
  --color-gold: #c5ad79;
  --color-txt: #1f1f1f;
  --color-white: #ffffff;
  --color-bg1: #fdf7ec;
  --color-bg2: #f9edeb;
}

/* ===================
  LP Contents
=================== */

.lp_contents {
  background-color: var(--color-bg2);
  overflow-x: hidden;
  padding-bottom: 12rem;
}

.lp_contents p {
  margin: 0 auto;
  padding: 0;
  font-family: 'Lato', 'ryo-gothic-plusn', sans-serif;
  font-feature-settings: "palt";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.125em;
  color: var(--color-txt);
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents img {
  max-width: 100%;
}

.lp_contents sup {
  font-size: 1rem;
}

.lp_contents a,
.lp_contents a:before,
.lp_contents a:after,
.lp_contents a img {
  transition: opacity .3s ease-in-out,
  color .3s ease-in-out,
  background-color .3s ease-in-out,
  background-image .3s ease-in-out,
  border-color .3s ease-in-out,
  text-shadow .3s ease-in-out,
  text-weight .3s ease-in-out;
}

.lp_contents a:hover {
  opacity: 0.6;
}

.lp_contents h1 {
  padding: 0;
}

.flex_wrap {
  display: flex;
}

/* ===================
  　　　Animation
=================== */


.ef {
  opacity: 0;
}

.ef.effect {
  animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ef {
  opacity: 0;
  -webkit-animation: opa 1.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.4s 1 forwards;
          animation: opa 1.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.4s 1 forwards;
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  transform: translateZ(0);
  transition: -webkit-mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.4s linear;
}

.ef.effect {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.ef2 {
  opacity: 0;
}
.ef2.effect {
  -webkit-animation: fade 1.8s ease forwards;
          animation: fade 1.8s ease forwards;
}
@-webkit-keyframes fade {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.js-swipein,
.js-swipein2{
  width: 112rem;
  margin: 0 auto;
  padding: 9rem 0 10.5rem;
  background-color: rgba(256,256,256, 0.6);
  transform: rotate(-10deg) translate(-30%, 50%);
  opacity: 0;
  transition: all 1s ease;
}

.js-swipein.effect,
.js-swipein2.effect{
  transform: rotate(0deg) translate(0%, 0%);
  opacity: 1;
  transition: all 1s ease;
}

/* ===================
      Button Setting
=================== */
.lp_contents .btn {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
}

.lp_contents .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* ===================
  　　　 MV
=================== */
.lp_contents .mv_sec {
  background-color: var(--color-bg1);
  padding-bottom: 12rem;
}

.lp_contents .mv_img {
  width: 100%;
}

.lp_contents .icon_clover {
  margin: 5rem auto 0;
  width: 8.8rem;
}

.lp_contents .mv_date_group {
  margin-top: 4.5rem;
  display: flex;
  justify-content: center;
  gap: 3.1rem;
  flex-direction: column;
  align-items: center;
}

.lp_contents .mv_ttl_date {
  width: fit-content;
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.75;
}

.lp_contents .mv_ttl_date span {
  display: inline-block;
  margin-right: 1rem;
  color: var(--color-gold);
}

.lp_contents .main_lead {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.4;
  text-align: center;
}

/* ACCORDION */
.lp_contents .accordion_wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .8s;
}

.lp_contents .open > .accordion_wrap {
  grid-template-rows: 1fr;
}

.lp_contents .accordion_inner {
  position: relative;
  padding-bottom: 3.6rem;
  min-height: 20rem;
  overflow: hidden;
}

.lp_contents .accordion_inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18rem;
  background: linear-gradient(transparent, var(--color-bg1));
  content: "";
  z-index: 3;
}

.lp_contents .open .accordion_inner::before {
  display: none;
}

.lp_contents .main_lead .accordion_txt {
  display: block;
  margin-bottom: 3.2rem;
}

.lp_contents .main_lead .accordion_txt:last-of-type {
  margin-bottom: 0;
}

.lp_contents .mv_sec .accordion_outside {
  margin-top: 8rem;
}

.lp_contents .accordion_btn {
  position: relative;
  width: 10rem;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
  cursor: pointer;
}

.lp_contents .accordion_btn .to_open {
  margin-top: 3rem;
}

.lp_contents .accordion_btn .to_open,
.lp_contents .accordion_btn .to_close {
  text-decoration: underline;
  text-underline-offset: 6px;
  white-space: nowrap;
  text-decoration-color: #666;
}

.lp_contents .accordion_btn .to_open,
.lp_contents .open .accordion_btn .to_close {
  display: block;
}

.lp_contents .accordion_btn .to_close,
.lp_contents .open .accordion_btn .to_open {
  display: none;
}

/* NAV  */
.lp_contents .navigation_wrap {
  margin-top: 12rem;
}

.lp_contents .navigation_list {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.lp_contents .navigation_list li {
  position: relative;
  display: flex;
  gap: 1.5rem;
  padding: 0 1.8rem 1rem 1.4rem;
}

.lp_contents .navigation_list li:nth-of-type(1) {
  width: 34.6rem;
}
.lp_contents .navigation_list li:nth-of-type(2) {
  width: 30.2rem;
}
.lp_contents .navigation_list li:nth-of-type(3) {
  width: 31.6rem;
}
.lp_contents .navigation_list li:nth-of-type(4) {
  width: 22.6rem;
}

.lp_contents .navigation_list li:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: var(--color-gold);
  content: "";
}

.lp_contents .navigation_list li:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
  width: 1.6rem;
  height: 0.8rem;
  margin-top: -.6rem;
  background: url(../img/nav_arrow.svg) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .navigation_list li a{
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.lp_contents .navigation_list li .nav_img {
  width: 4rem;
}

.lp_contents .navigation_list li .nav_name {
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.1em;
}

/* FOLLOW NAV  */
.lp_contents .nav_follow {
  position: fixed;
  transform: translateY(100%);
  visibility: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
  background-color: var(--color-bg1);
}

.lp_contents .nav_follow.hidden {
  transition: all 0.6s 0.3s;
  visibility: visible;
  transform: translateY(0);
  z-index: 100;
}
.lp_contents .nav_follow.visible {
  transition: all 0.6s 0.3s;
  transform: translateY(100%);
  /* z-index: -2; */
}

.lp_contents .nav_follow {
  height: 8rem;
  border-top: 1px solid var(--color-gold);
}

.lp_contents .nav_follow .navigation_list {
  gap: 0;
}

.lp_contents .nav_follow .navigation_list li {
  padding: 0;
  justify-content: center;
  align-items: center;
  height: 8rem;
}

.lp_contents .nav_follow li .nav_name {
  font-size: 1.6rem;
}

.lp_contents .nav_follow .navigation_list li .nav_img {
  width: 4rem;
}

.lp_contents .nav_follow .navigation_list li:nth-of-type(4) .nav_img {
  width: 4.8rem;
}

.lp_contents .nav_follow .navigation_list li:nth-of-type(1) {
  width: 33.1rem;
}
.lp_contents .nav_follow .navigation_list li:nth-of-type(2) {
  width: 29.1rem;
}
.lp_contents .nav_follow .navigation_list li:nth-of-type(3) {
  width: 30.5rem;
}
.lp_contents .nav_follow .navigation_list li:nth-of-type(4) {
  width: 23.3rem;
}

.lp_contents .nav_follow .navigation_list li:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 1px;
  height: 8rem;
  background-color: var(--color-gold);
  content: "";
}

.lp_contents .nav_follow .navigation_list li:first-of-type:before {
  content: none;
}

.lp_contents .nav_follow .navigation_list li:after {
  content: none;
}


/* ===================
  　　　 PRODUCT
=================== */
.lp_contents .product_sec { 
  background-color: var(--color-bg1);
}

.lp_contents .product_wrap {
  align-items: center;
}

.lp_contents .product_sec .product_wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}

.lp_contents .product_visual {
  flex: 0.5;
}

.lp_contents .product_wrap_txt_group {
  flex: 0.5;
}


@media screen and (max-width: 1400px) {
  .lp_contents .product_wrap_txt_group {
    margin-top: -4.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .lp_contents .product_wrap_txt_group {
    margin-top: 0;
  }
}

.lp_contents .product_name_en {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.075em;
}

.lp_contents .product_name_jp {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #828282;
}

.lp_contents .product_credit {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.lp_contents .product_var_wrap {
  justify-content: center;
  margin-top: 3.8rem;
  gap: 4rem;
}

.lp_contents .product_var_wrap li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.lp_contents .eye .product_var_wrap li img {
  width: 30rem;
}

.lp_contents .blush .product_var_wrap li img {
  width: 32rem;
}

.lp_contents .balm .product_var_wrap li img {
  width: 15rem;
}

.lp_contents .main_btn a {
  position: relative;
  align-items: center;
  width: 27rem;
  height: 4.8rem;
  margin: 6rem auto 0;
  font-size: 1.6rem;
  border-radius: 2.4rem;
  padding: 1.3rem 0;
  background-color: var(--color-gold);
  color: var(--color-white);
}

.lp_contents .main_btn a .txt {
  margin-left: -1rem;
  margin-right: 1.5rem;
}

.lp_contents .main_btn a:before {
  content: "";
  position: absolute;
  z-index: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 1.3rem;
  width: .6rem;
  height: .9rem;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.lp_contents .main_btn .border {
  position: relative;
  overflow: clip;
  width: 2.6rem;
  height: 1px;
  margin-right: -5.4rem;
  z-index: 0;
}

.lp_contents .main_btn .border:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left:0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  background-position: right;
  -webkit-animation: extend 2s ease-in-out infinite;
          animation: extend 2s ease-in-out infinite;
  z-index: 0;
}

@-webkit-keyframes extend {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: calc(0 * 100vw/780);
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: 2rem;
  }
  90% {
    transform: translateX(2rem);
    width: 2rem;
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes extend {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: calc(0 * 100vw/780);
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: 2rem;
  }
  90% {
    transform: translateX(2rem);
    width: 2rem;
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}

.lp_contents .product_sec .accordion_outside {
  margin-top: 5rem;
}

.lp_contents .accordion_outside .accordion_inner::before {
  background: linear-gradient(-180deg, rgba(253, 247, 236, 0) 0%, rgba(253, 247, 236, 0.14) 13.75%, rgba(253, 247, 236, 1) 100%);
}


.lp_contents .product_sec .accordion_outside .accordion_btn .to_open, 
.lp_contents .product_sec .accordion_outside .accordion_btn .to_close {
  text-underline-offset: 7px;
}

.lp_contents .product_sec .accordion_outside .to_open {
  margin-top: 1.5rem;
}

.lp_contents .product_detail {
  font-size: 1.3rem;
  line-height: 2.4;
  text-align: center;
}

.lp_contents .product_detail.accordion_inner {
  min-height: 13rem;
  padding-bottom: 3.6rem;
}

.lp_contents .product_detail.accordion_inner::before {
  height: 13rem;
  background:linear-gradient(-180deg, rgba(253, 247, 236, 0) 0%, rgba(253, 247, 236, 0.14) 13.75%, rgba(253, 247, 236, 1) 100%);
  content: "";
}

/* ===================
  　　  LOOK
=================== */
.lp_contents .look_area {
  padding-top: 12rem;
  background-color: var(--color-bg2);
}

.lp_contents .look_inner {
  width: 112rem;
  margin: 0 auto;
  padding: 9rem 0 10.5rem;
  background-color: rgba(256,256,256, 0.6);
}

.lp_contents .look_wrap {
  gap: 6rem;
  justify-content: center;
}

.lp_contents .look_img {
  width: 44rem;
  height: -webkit-fill-available;
  height: fit-content;

}

_::-webkit-full-page-media, _:future, :root .lp_contents .look_img {
  height: intrinsic;
}

.lp_contents .look_wrap .look_img:first-of-type {
  margin-top: 12rem;
}

.lp_contents .look_item {
  justify-content: center;
  margin-top: 8rem;
  gap: 6rem;
}

.lp_contents .look_item li {
  width: 12rem;
}

.lp_contents .look_item_img {
  width: 12rem;
}

.lp_contents .look_item_name {
  margin-top: 1.9rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}

.lp_contents .look_area .main_btn {
  position: absolute;
  bottom: -3rem;
  right: 0;
  left: 0;
}

.lp_contents .look_area .main_btn a {
  width: 36rem;
  height: 6rem;
  padding: 1.9rem 0;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  border-radius: 3rem;
}

.lp_contents .look_area .main_btn a .txt {
  margin-left: 2.5rem;
  margin-right: 4rem;
}

.lp_contents .look_area .main_btn .border {
  width: 3.5rem;
}

.lp_contents .look_area .border:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left:0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  background-position: right;
  -webkit-animation: extend2 2s ease-in-out infinite;
          animation: extend2 2s ease-in-out infinite;
  z-index: 0;
}

@-webkit-keyframes extend2 {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: calc(0 * 100vw/780);
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: 3.5rem;
  }
  90% {
    transform: translateX(3.5rem);
    width: 3.5rem;
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes extend2 {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: calc(0 * 100vw/780);
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: 3.5rem;
  }
  90% {
    transform: translateX(3.5rem);
    width: 3.5rem;
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}

.lp_contents .look_area .main_btn a:before {
  right: 1.9rem;
  height: 1rem;
  margin-top: 0.05rem;
}

.lp_contents .decor_loop {
  position: relative;
  width: 100%;
  padding: 6rem 0;
  margin-top: 15rem;
  background-color: var(--color-bg2);
}

.lp_contents .decor_loop:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  background-image: url(../img/lucky_symbol_list.png?241107);
  background-repeat: repeat-x;
  background-size: auto 100%;
  content: "";
  animation: loop 40s linear infinite;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -150rem 0;
  }
}

/*============================
          CAMPAIGN
============================*/
.lp_contents .campaign_sec {
  margin-top: 12rem;
  background-color: var(--color-bg2);
}

.lp_contents .campaign_inner {
  width: 112rem;
  margin: 0 auto;
  padding: 8rem 0;
  background-color: rgba(256,256,256, 0.6);
}

.lp_contents .campaign_ttl {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: center;
}

.lp_contents .campaign_group {
  border-bottom: 1px dashed #9c9c9c;
  padding-bottom: 7rem;
}

.lp_contents .campaign_inner .campaign_group:nth-of-type(2) {
  border-bottom: none;
  padding-bottom: 0;
}

.lp_contents .campaign_subttl {
  margin-top: 3rem;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: var(--color-gold);
  text-align: center;
}

.lp_contents .campaign_inner .campaign_group:nth-of-type(2) .campaign_subttl {
  margin-top: 6rem;
}

.lp_contents .campaign_detail {
  margin-top: 2.5rem;
  font-size: 1.3rem;
  line-height: 2.4;
  text-align: center;
}

.lp_contents .campaign_item {
  margin-top: 3.3rem;
}

.lp_contents .campaign_img {
  width: 24rem;
  margin: 0 auto;
}

.lp_contents .campaign_inner .campaign_group:nth-of-type(2) .campaign_img {
  width: 20rem;
}

.lp_contents .campaign_item_name {
  margin-top: 3.6rem;
  font-size: 1.6rem;
  text-align: center;
}

.lp_contents .campaign_item_price {
  margin-top: 1.3rem;
  font-size: 1.6rem;
  text-align: center;
}

.lp_contents .campaign_sec .main_btn a {
  margin: 4rem auto 0;
}

.lp_contents .campaign_item_note {
  margin-top: 3rem;
  font-size: 1.3rem;
  line-height: 2.4;
  text-align: center;
}

.lp_contents .campaign_item_note_sml {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 2.4;
  text-align: center;
}

/* ===================
  　　LUCY CHARMS
=================== */
.lp_contents .luck_charms_area {
  padding: 12rem 0;
}

.lp_contents .luck_symbol_img {
  width: 44rem;
  margin: 0 auto;
}

.lp_contents .luck_symbol_collection {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.lp_contents .js-flash {
  position: absolute;
  content: "";
  z-index: 4;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  animation: flash 2s linear 2s infinite;
  background: var(--color-white);
}

.lp_contents .luck_symbol_collection .js-flash:first-of-type {
  top: 2rem;
  left: 10rem;
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(2) {
  top: 14.7rem;
  left: 2.9rem;
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(3) {
  top: 29.4rem;
  left: 9rem;
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(4) {
  top: 9.2rem;
  left: 19.4rem;
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(5) {
  top: 23.6rem;
  right: 12.5rem;
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(6) {
  top: 3.1rem;
  right: 4.2rem;
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(7) {
  top: 16.2rem;
  right: 1.6rem;
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(8) {
  top: 35.2rem;
  right: 1.6rem;
}

@keyframes flash {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  24% {
    transform: scale(1.1);
    opacity: 1;
  }
  48% {
    transform: scale(1.1);
    opacity: 0;
  }
  52% {
    transform: scale(0.8);
    opacity: 0;
  }
  76% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.lp_contents .all_btn a {
  align-items: center;
  width: 102rem;
  height: 7.4rem;
  padding: 2.5rem 0;
  margin: 0 auto;
  font-size: 2.4rem;
  text-align: center;
  background-color: var(--color-gold);
  color: var(--color-white);
}

.lp_contents .archive_area {
  margin-top: 12rem;
}

/* ===================
  　　   MODAL
=================== */

.lp_contents .modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.lp_contents .modal__bg{
  background: rgba(31,31,31,0.2);
  height: 100vh;
  position: absolute;
  width: 100%;
}


.lp_contents .modal__content{
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80rem;
  max-height: 90vh;
  /* overflow-y: scroll; */
  overflow: hidden;
}

.lp_contents .modal_inner{
  padding: 6rem 0;
} 

.lp_contents .modal__content .js-modal-close{
  position: sticky;
  width: 3rem;
  height: 3rem;
  top: 1.8rem;
  right: 2rem;
  float: right;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
}

.lp_contents .modal__content .js-modal-close:before,
.lp_contents .modal__content .js-modal-close:after{
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #666;
  transform: rotate(45deg);
  position: absolute;
  top: 1.5rem;
  right: -.5rem;
}

.lp_contents .modal__content .js-modal-close:after{
  transform: rotate(-45deg);
}

.lp_contents .symbol_img {
  width: 7rem;
  margin: 0 auto;
}

.lp_contents .symbol_detail {
  margin-top: 3rem;
  font-size: 1.3rem;
  line-height: 2.4;
  text-align: center;
}

/*=======================================
               Responsive
========================================*/


/* only PC */

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}



/*=======================================
                    PC
========================================*/

@media screen and (min-width: 769px) {

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }

  .lp_contents {
    overflow: hidden;
  }
}


/* only tablet */

@media screen and (min-width: 769px) and (max-width: 1400px) {

  html {
    font-size: calc(10 * (100vw / 1400));
  }

}

/*=======================================
                    SP
========================================*/


/* only SP */

@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .lp_contents {
    overflow: hidden;
    margin: 0 auto;
    font-size: calc(24 * (100vw / 780));
    padding-bottom: calc(180 * (100vw / 780));
  }

  .lp_contents p {
    font-size: calc(24 * (100vw / 780));
  }


  .lp_contents a:hover,
  .lp_contents a:active,
  .lp_contents a:focus {
    opacity: 1;
  }

  .for_mouses-talker {
    display: none;
  }
  
  /* ===================
      Button Setting
  =================== */
  .lp_contents .btn {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
  }

  .lp_contents .btn a {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

/* ===================
  　　　 MV
=================== */
.lp_contents .mv_sec {
  padding-bottom: calc(160 * (100vw / 780));
}

.lp_contents .icon_clover {
  margin:calc(80 * (100vw / 780)) auto 0;
  width: calc(144 * (100vw / 780));
}

.lp_contents .mv_date_group {
  flex-direction: column;
  gap: calc(22*(100vw / 780));
  width: fit-content;
  margin: calc(72*(100vw / 780)) auto 0;
}

.lp_contents .mv_ttl_date {
  font-size: calc(25 * (100vw / 780));
}

.lp_contents .mv_ttl_date span {
  margin-right: calc(20 * (100vw / 780));
}

.lp_contents .main_lead {
  font-size: calc(24 * (100vw / 780));
}

/* ACCORDION */
.lp_contents .accordion_wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .8s;
}

.lp_contents .open > .accordion_wrap {
  grid-template-rows: 1fr;
}

.lp_contents .accordion_inner {
  padding-bottom: calc(53 * (100vw / 780));
  min-height: calc(330 * (100vw / 780));
}

.lp_contents .accordion_outside .accordion_inner::before{
  height: calc(290 * (100vw / 780));
  background: linear-gradient(transparent, var(--color-bg1));
  content: "";
}

.lp_contents .main_lead .accordion_txt {
  display: block;
  margin-bottom: calc(50 * (100vw / 780));
}


.lp_contents .mv_sec .accordion_outside {
  margin-top: calc(103 * (100vw / 780));
}

.lp_contents .accordion_btn {
  width: calc(138 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
}

.lp_contents .accordion_btn .to_open {
  margin-top: calc(32 * (100vw / 780));
}

.lp_contents .accordion_btn .to_open,
.lp_contents .accordion_btn .to_close {
  text-underline-offset: 6px;
}


/* NAV  */
.lp_contents .navigation_wrap {
  margin-top: calc(152 * (100vw / 780));
}

.lp_contents .navigation_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(30 * (100vw / 780));
  row-gap: calc(40*(100vw / 780));
}

.lp_contents .navigation_list li {
  gap: calc(20 * (100vw / 780));
  padding: 0 calc(0 * (100vw / 780)) calc(20 * (100vw / 780)) calc(10 * (100vw / 780));
}

.lp_contents .navigation_list li:nth-of-type(1) {
  width: calc(350 * (100vw / 780));
}
.lp_contents .navigation_list li:nth-of-type(2) {
  width: calc(350 * (100vw / 780));
  padding-left: calc(15 * (100vw / 780));
}
.lp_contents .navigation_list li:nth-of-type(3) {
  width: calc(350 * (100vw / 780));
  padding-left: calc(1 * (100vw / 780));
}
.lp_contents .navigation_list li:nth-of-type(4) {
  width: calc(350 * (100vw / 780));
  padding-left: calc(21 * (100vw / 780));
}

.lp_contents .navigation_list li:before {
  height: calc(4 * (100vw / 780));
}

.lp_contents .navigation_list li:after {
  right: calc(9*(100vw / 780));
  width: calc(24*(100vw / 780));
  height: calc(13*(100vw / 780));
  margin-top: calc(-7*(100vw / 780));
  background: url(../img/nav_arrow.svg) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .navigation_list li a{
  gap: calc(18*(100vw / 780));
  margin-left: calc(2*(100vw / 780));
}

.lp_contents .navigation_list li .nav_img {
  width: calc(60 * (100vw / 780));
}

.lp_contents .navigation_list li .nav_name {
  font-size: calc(30 * (100vw / 780));
  line-height: 1.4;
  text-align: center;
}

/* FOLLOW NAV  */
.lp_contents .nav_follow {
  width: 100%;
  height: calc(152 * (100vw / 780));
}

.lp_contents .nav_follow .navigation_list {
  flex-wrap: wrap;
}

.lp_contents .nav_follow .navigation_list li {
  height: calc(76 * (100vw / 780));
}

.lp_contents .nav_follow .navigation_list li:first-of-type, 
.lp_contents .nav_follow .navigation_list li:nth-of-type(2) {
  border-bottom: 1px solid var(--color-gold);
}

.lp_contents .nav_follow li .nav_name {
  font-size: calc(24 * (100vw / 780));
}

.lp_contents .nav_follow .navigation_list li .nav_img {
  width: calc(46 * (100vw / 780));
}

.lp_contents .nav_follow .navigation_list li:nth-of-type(4) .nav_img {
  width: calc(46 * (100vw / 780));
}

.lp_contents .nav_follow .navigation_list li:nth-of-type(1) {
  width: calc(100vw / 2);
}
.lp_contents .nav_follow .navigation_list li:nth-of-type(2) {
  width: calc(100vw / 2);
}
.lp_contents .nav_follow .navigation_list li:nth-of-type(3) {
  width: calc(100vw / 2);
}
.lp_contents .nav_follow .navigation_list li:nth-of-type(4) {
  width: calc(100vw / 2);
  padding-left: calc(0*(100vw / 780));
}

.lp_contents .nav_follow .navigation_list li:before {
  left: auto;
  right: 0;
  width:  1px;
  height: calc(76 * (100vw / 780));
  content: "";
}

.lp_contents .nav_follow .navigation_list li:first-of-type:before {
  content: "";
}

.lp_contents .nav_follow .navigation_list li:nth-of-type(2):before, 
.lp_contents .nav_follow .navigation_list li:last-of-type:before {
  content: none;
}

.lp_contents .nav_follow .navigation_list li:nth-of-type(2) a {
  margin-left: calc(-17*(100vw / 780));
}

.lp_contents .nav_follow .navigation_list li:nth-of-type(4) a {
  margin-left: calc(-3*(100vw / 780));
}

/* ===================
  　　　 PRODUCT
=================== */
.lp_contents .product_sec { 
  background-color: var(--color-bg1);
}

.lp_contents .product_wrap {
  flex-direction: column;
  align-items: center;
}

.lp_contents .product_sec .product_wrap:nth-of-type(even) {
  flex-direction:column;
}

.lp_contents .product_wrap_txt_group {
  margin-top: calc(100 * (100vw / 780));
  padding-bottom: calc(160 * (100vw / 780));
}

.lp_contents .product_name_en {
  font-size: calc(54 * (100vw / 780));
}

.lp_contents .product_name_jp {
  margin-top: calc(35 * (100vw / 780));
  font-size: calc(28 * (100vw / 780));
}

.lp_contents .product_credit {
  margin-top: calc(45 * (100vw / 780));
  font-size: calc(28 * (100vw / 780));
}

.lp_contents .product_var_wrap {
  flex-direction: column;
  margin-top: calc(100 * (100vw / 780));
  gap: calc(55 * (100vw / 780));
}

.lp_contents .balm .product_var_wrap {
  flex-direction: row;
  gap: calc(30 * (100vw / 780));
}

.lp_contents .product_var_wrap li {
  gap: calc(26 * (100vw / 780));
  margin-top: calc(0 * (100vw / 780));
  font-size: calc(22 * (100vw / 780));
  text-align: center;
  line-height: 1.8;
}

.lp_contents .eye .product_var_wrap li img {
  width: calc(560 * (100vw / 780));
}

.lp_contents .blush .product_var_wrap li img {
  width: calc(560 * (100vw / 780));
}

.lp_contents .balm .product_var_wrap li img {
  width: calc(220 * (100vw / 780));
}

.lp_contents .main_btn a {
  width: calc(480 * (100vw / 780));
  height: calc(90 * (100vw / 780));
  margin: calc(95 * (100vw / 780)) auto 0;
  font-size: calc(32 * (100vw / 780));
  border-radius: calc(45 * (100vw / 780));
  padding: calc(20 * (100vw / 780)) 0;
}

.lp_contents .main_btn a .txt {
  margin-left: calc(64*(100vw / 780));
  margin-right: calc(24*(100vw / 780));
}

.lp_contents .main_btn a:before {
  content: "";
  position: absolute;
  z-index: 0;
  transform: translateY(-50%);
  top: 50%;
  right: calc(22*(100vw / 780));
  width: calc(10*(100vw / 780));
  height: calc(14*(100vw / 780));
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.lp_contents .main_btn .border {
  position: relative;
  overflow: clip;
  width: calc(40 * (100vw / 780));
  height: 1px;
  margin-right: calc(0 * (100vw / 780));
  z-index: 0;
}

@-webkit-keyframes extend {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: calc(0 * 100vw/780);
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: calc(40 * (100vw / 780));
  }
  90% {
    transform: translateX(calc(40 * (100vw / 780)));
    width: calc(40 * (100vw / 780));
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes extend {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: calc(0 * 100vw/780);
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: calc(40 * (100vw / 780));
  }
  90% {
    transform: translateX(calc(40 * (100vw / 780)));
    width: calc(40 * (100vw / 780));
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}

.lp_contents .product_sec .accordion_outside {
  margin-top: calc(85 * (100vw / 780));
}

.lp_contents .product_sec .accordion_outside .accordion_inner::before {
  background: linear-gradient(-180deg, rgba(253, 247, 236, 0) 0%, rgba(253, 247, 236, 0.14) 13.75%, rgba(253, 247, 236, 1) 100%);
}


.lp_contents .product_sec .accordion_outside .accordion_btn .to_open, 
.lp_contents .product_sec .accordion_outside .accordion_btn .to_close {
  text-underline-offset: 6px;
}

.lp_contents .product_sec .accordion_outside .to_open {
  margin-top: calc(46 * (100vw / 780));
}

.lp_contents .product_detail {
  font-size: calc(24 * (100vw / 780));
}

.lp_contents .product_detail.accordion_inner {
  min-height: calc(220 * (100vw / 780));
  padding-bottom: calc(50 * (100vw / 780));
}

.lp_contents .product_detail.accordion_inner::before {
  height: calc(260 * (100vw / 780));
  background:linear-gradient(-180deg, rgba(253, 247, 236, 0) 0%, rgba(253, 247, 236, 0.14) 13.75%, rgba(253, 247, 236, 1) 100%);
  content: "";
}

/* ===================
  　　  LOOK
=================== */
.lp_contents .look_area {
  padding-top: calc(160 * (100vw / 780));
}

.lp_contents .look_inner.js-swipein{
  width: calc(740 * (100vw / 780));
  margin: 0 auto;
  padding: calc(120 * (100vw / 780)) 0 calc(150 * (100vw / 780));
}

.lp_contents .look_wrap {
  flex-direction: column;
  align-items: center;
  gap: calc(20 * (100vw / 780));
}

.lp_contents .look_img {
  width: calc(640 * (100vw / 780));
}

.lp_contents .look_wrap .look_img:first-of-type {
  margin-top: calc(0 * (100vw / 780));
}

.lp_contents .look_item {
  margin-top: calc(100 * (100vw / 780));
  gap: calc(20 * (100vw / 780));
}

.lp_contents .look_item li {
  width: calc(210 * (100vw / 780));
}

.lp_contents .look_item_img {
  width: calc(210 * (100vw / 780));
}

.lp_contents .look_item_name {
  margin-top: calc(25 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
}

.lp_contents .look_area .main_btn {
  bottom: calc(-40 * (100vw / 780));
}

.lp_contents .look_area .main_btn a {
  width: calc(580 * (100vw / 780));
  height: calc(100 * (100vw / 780));
  margin-top: 0;
  padding: calc(10 * (100vw / 780)) 0;
  font-size: calc(38 * (100vw / 780));
  border-radius: calc(50 * (100vw / 780));
}

.lp_contents .look_area .main_btn a .txt {
  margin-left: calc(110*(100vw / 780));
  margin-right: calc(58*(100vw / 780));
}

.lp_contents .look_area .main_btn .border {
  width: calc(50 * (100vw / 780));
}

.lp_contents .look_area .border:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left:0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  background-position: right;
  -webkit-animation: extend2 2s ease-in-out infinite;
          animation: extend2 2s ease-in-out infinite;
  z-index: 0;
}

@-webkit-keyframes extend2 {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: calc(0 * 100vw/780);
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: calc(50 * (100vw / 780));
  }
  90% {
    transform: translateX(calc(50 * (100vw / 780)));
    width: calc(50 * (100vw / 780));
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes extend2 {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: calc(0 * 100vw/780);
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: 3.5rem;
  }
  90% {
    transform: translateX(calc(50 * (100vw / 780)));
    width: calc(50 * (100vw / 780));
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}

.lp_contents .look_area .main_btn a:before {
  right: calc(19 * (100vw / 780));
  height: calc(20*(100vw / 780));
  width: calc(30*(100vw / 780));
  margin-top: calc(0 * (100vw / 780));
}

.lp_contents .decor_loop {
  padding: calc(165 * (100vw / 780)) 0;
  margin-top: calc(205 * (100vw / 780));
}

.lp_contents .decor_loop:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(180 * (100vw / 780));
  background-image: url(../img/lucky_symbol_list_sp.png?241107);
  background-repeat: repeat-x;
  background-size: auto 100%;
  content: "";
  animation: loop 40s linear infinite;
}

/*============================
          CAMPAIGN
============================*/
.lp_contents .campaign_sec {
  margin-top: calc(0 * (100vw / 780));
}

.lp_contents .campaign_inner {
  width: calc(740 * (100vw / 780));
  padding: calc(105 * (100vw / 780)) 0 calc(100 * (100vw / 780));
}

.lp_contents .campaign_ttl {
  font-size: calc(60 * (100vw / 780));
}

.lp_contents .campaign_group {
  padding-bottom: calc(120 * (100vw / 780));
}

.lp_contents .campaign_subttl {
  margin-top: calc(60 * (100vw / 780));
  font-size: calc(54 * (100vw / 780));
}

.lp_contents .campaign_inner .campaign_group:nth-of-type(2) .campaign_subttl {
  margin-top: calc(100 * (100vw / 780));
}

.lp_contents .campaign_detail {
  margin-top: calc(30 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
}

.lp_contents .campaign_item {
  margin-top: calc(60 * (100vw / 780));
}

.lp_contents .campaign_img {
  width: calc(432 * (100vw / 780));
  margin: 0 auto;
}

.lp_contents .campaign_inner .campaign_group:nth-of-type(2) .campaign_img {
  width: calc(360 * (100vw / 780));
}

.lp_contents .campaign_item_name {
  margin-top: calc(60 * (100vw / 780));
  font-size: calc(28 * (100vw / 780));
}

.lp_contents .campaign_item_price {
  margin-top: calc(15 * (100vw / 780));
  font-size: calc(28 * (100vw / 780));
}

.lp_contents .campaign_sec .main_btn a {
  margin: calc(57 * (100vw / 780)) auto 0;
}

.lp_contents .campaign_item_note {
  margin-top: calc(50 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
}

.lp_contents .campaign_item_note_sml {
  margin-top: calc(30 * (100vw / 780));
  font-size: calc(20 * (100vw / 780));
}

/* ===================
  　　LUCY CHARMS
=================== */
.lp_contents .luck_charms_area {
  padding:calc(0 * (100vw / 780)) 0 calc(180 * (100vw / 780));
}

.lp_contents .luck_symbol_img {
  width: calc(660 * (100vw / 780));
}

.lp_contents .js-flash {
  width: calc(30 * (100vw / 780));
  height: calc(30 * (100vw / 780));
}

.lp_contents .luck_symbol_collection .js-flash:first-of-type {
  top: calc(35 * (100vw / 780));
  left: calc(151 * (100vw / 780));
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(2) {
  top: calc(224 * (100vw / 780));
  left: calc(44 * (100vw / 780));
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(3) {
  top: calc(444*(100vw / 780));
  left: calc(137*(100vw / 780));
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(4) {
  top: calc(140*(100vw / 780));
  left: calc(291*(100vw / 780));
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(5) {
  top: calc(354*(100vw / 780));
  right: calc(189*(100vw / 780));
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(6) {
  top: calc(48*(100vw / 780));
  right: calc(65*(100vw / 780));
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(7) {
  top: calc(251*(100vw / 780));
  right: calc(24*(100vw / 780));
}
.lp_contents .luck_symbol_collection .js-flash:nth-of-type(8) {
  top: calc(531 * (100vw / 780));
  right: calc(28 * (100vw / 780));
}

.lp_contents .all_btn a {
  width: calc(660 * (100vw / 780));
  height: calc(120 * (100vw / 780));
  padding: calc(20 * (100vw / 780)) 0;
  font-size: calc(44 * (100vw / 780));
}

.lp_contents .archive_area {
  margin-top: calc(180 * (100vw / 780));
}

/* ===================
  　　   MODAL
=================== */

.lp_contents .modal__content{
  width: calc(720 * (100vw / 780));
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 75vh;
}

.lp_contents .modal_inner{
  padding: calc(90 * (100vw / 780)) 0 calc(80 * (100vw / 780));

}
.lp_contents .modal__content .js-modal-close{
  width: calc(40 * (100vw / 780));
  height: calc(40 * (100vw / 780));
  top: calc(30 * (100vw / 780));
  right: calc(30 * (100vw / 780));
}

.lp_contents .modal__content .js-modal-close:before,
.lp_contents .modal__content .js-modal-close:after{
  width: calc(50*(100vw / 780));
  height: 1px;
  top: calc(19*(100vw / 780));
  right: calc(-5*(100vw / 780));
}

.lp_contents .symbol_img {
  width: calc(140 * (100vw / 780));
}

.lp_contents .symbol_detail {
  margin-top: calc(50 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
}

}
