@charset "UTF-8";
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#Wrap {
  width: 100%;
}

.lp_contents {
  background: #F7F7F7;
  color: var(--color-text);
  font-family: var(--font-en), var(--font-jp), "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
}
.lp_contents img,
.lp_contents svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp_contents picture {
  display: block;
}
.lp_contents a {
  display: block;
  color: inherit;
}
.lp_contents *:focus {
  outline: none;
}
.lp_contents a,
.lp_contents label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
.lp_contents input {
  display: none;
}
.lp_contents li,
.lp_contents ol {
  list-style-type: none;
}
.lp_contents .spOnly {
  display: block;
}
.lp_contents .pcOnly {
  display: none;
}
.lp_contents ::-moz-selection {
  color: rgb(255, 255, 255);
  background-color: rgb(160, 160, 160);
}
.lp_contents ::selection {
  color: rgb(255, 255, 255);
  background-color: rgb(160, 160, 160);
}
.lp_contents .move {
  opacity: 0;
}
.lp_contents .move_enable {
  -webkit-animation: fade 0.8s ease-in forwards;
          animation: fade 0.8s ease-in forwards;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* .lp_contents : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
.lp_contents {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  --color-text: #000000;
  --font-jp: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  --font-en: "liebling";
}
.lp_contents .fvArea {
  padding-bottom: calc(48 * 100vw/390);
}
.lp_contents .fvArea__mv {
  margin-bottom: calc(48 * 100vw/390);
}
.lp_contents .fvArea__read {
  font-size: calc(16 * 100vw/390);
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
.lp_contents .profileArea {
  margin-inline: calc(20 * 100vw/390);
  padding: calc(38 * 100vw/390) calc(25 * 100vw/390) calc(40 * 100vw/390);
  background-color: #fff;
  text-align: center;
}
.lp_contents .profileArea__store {
  margin-bottom: calc(10 * 100vw/390);
  font-size: calc(15 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_contents .profileArea__name {
  font-family: var(--font-en);
  position: relative;
  margin-bottom: calc(18 * 100vw/390);
  padding-right: calc(24 * 100vw/390);
  font-size: calc(28 * 100vw/390);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.055em;
  z-index: 0;
}
.lp_contents .profileArea__name.spOnly {
  display: inline-block;
}
.lp_contents .profileArea__name .small {
  font-size: calc(15 * 100vw/390);
}
.lp_contents .profileArea__name .icon {
  position: absolute;
  top: calc(6 * 100vw/390);
  right: 0;
  width: calc(20 * 100vw/390);
  height: calc(20 * 100vw/390);
  background-image: url(../img/Instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .profileArea__images {
  margin: 0 auto calc(30 * 100vw/390);
  width: calc(218 * 100vw/390);
}
.lp_contents .profileArea__text {
  font-size: calc(14 * 100vw/390);
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: justify;
}
.lp_contents .section {
  padding-block: calc(56 * 100vw/390);
}
.lp_contents .section__images {
  margin-bottom: calc(28 * 100vw/390);
  padding-inline: calc(20 * 100vw/390);
}
.lp_contents .section__textContents {
  padding-inline: calc(20 * 100vw/390);
}
.lp_contents .section__textContents__title {
  margin-bottom: calc(11 * 100vw/390);
  font-size: calc(21 * 100vw/390);
  line-height: 1.52;
  letter-spacing: 0.05em;
  text-align: center;
}
.lp_contents .section__textContents__text {
  font-size: calc(14 * 100vw/390);
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: left;
}
.lp_contents .section__textContents__text:nth-child(n+3) {
  margin-top: calc(16 * 100vw/390);
}
.lp_contents .section__textContents__text .border {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lp_contents .section__pickup {
  margin-top: calc(48 * 100vw/390);
}
.lp_contents .section__pickup__title {
  margin-bottom: calc(22 * 100vw/390);
  font-size: calc(25 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 300;
}
.lp_contents .section__pickup__name {
  margin-top: calc(16 * 100vw/390);
  margin-bottom: calc(16 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.lp_contents .section__pickup__price {
  margin-bottom: calc(23 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.025em;
}
.lp_contents .section__pickup__price small {
  font-size: calc(12 * 100vw/390);
}
.lp_contents .section__pickup .button-buy {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: calc(10 * 100vw/390);
       column-gap: calc(10 * 100vw/390);
  justify-content: center;
  margin-top: auto;
  font-size: calc(15 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.025em;
  background: #000;
  color: #fff;
  padding: calc(10 * 100vw / 390) calc(10 * 100vw / 390) calc(8 * 100vw / 390);
}
.lp_contents .section__pickup .button-buy::after {
  content: "";
  padding-bottom: calc(3 * 100vw/390);
  width: calc(8 * 100vw/390);
  height: calc(12 * 100vw/390);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .section__pickup .swiper-container {
  padding-inline: calc(20 * 100vw/390);
}
.lp_contents .section__pickup .swiper-slide {
  display: flex;
  flex-direction: column;
  padding: calc(16 * 100vw/390) calc(15 * 100vw/390) calc(30 * 100vw/390);
  box-sizing: border-box;
  text-align: center;
  height: auto;
}
.lp_contents .section__pickup .swiper-scrollbar {
  position: static;
  margin-top: calc(22 * 100vw/390);
  margin-inline: auto;
  width: calc(220 * 100vw/390);
}
.lp_contents .section__pickup .swiper-container-horizontal > .swiper-scrollbar {
  height: 2px;
}
.lp_contents .section__pickup .swiper-scrollbar {
  background: #E8E8E8;
}
.lp_contents .section__pickup .swiper-scrollbar-drag {
  background: #585858;
}
.lp_contents .section.--2 {
  background-color: #fff;
}
.lp_contents .section.--2 .swiper-slide {
  background-color: #F7F7F7;
}
.lp_contents .section.--3 .swiper-slide {
  background-color: #fff;
}
.lp_contents .buttonBox {
  padding: calc(56 * 100vw/390) calc(20 * 100vw/390) calc(85 * 100vw/390);
  background-color: #fff;
}
.lp_contents .buttonBox .button-all {
  position: relative;
  padding-block: calc(24 * 100vw/390) calc(22 * 100vw/390);
  padding-inline: calc(10 * 100vw/390) calc(18 * 100vw/390);
  background-color: #000;
  color: #fff;
  font-size: calc(14 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  z-index: 0;
}
.lp_contents .buttonBox .button-all .en {
  font-size: calc(15 * 100vw/390);
}
.lp_contents .buttonBox .button-all::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: calc(29 * 100vw/390);
  bottom: 0;
  width: calc(6 * 100vw/390);
  height: calc(10 * 100vw/390);
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 0;
}

.lp_contents .profileArea .buttonBox {
  padding: 0;
  margin-top: calc(15 * 100vw/390);
}
.lp_contents .profileArea .buttonBox .button-all::after {
  right: calc(15 * 100vw / 390);
}


/* .lp_contents SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  .header_inner {
    width: 100vw;
    max-width: 110rem;
  }
  #header_txt_slider {
    margin: 0;
  }
  #HeaderWrap {
    overflow-x: clip;
  }
  .nav-global,
.header_utiliry {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.5rem 0;
    width: 71%;
  }
  #header_img_slider {
    margin: 0;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  #footer {
    background-color: #ffffff;
  }
  .lp_contents {
    padding-bottom: 0;
    width: 100%;
    max-width: 100vw;
  }
  .lp_contents a {
    transition: opacity 0.4s;
    cursor: pointer;
  }
  .lp_contents a:hover {
    opacity: 0.6;
  }
  .lp_contents .pcOnly {
    display: block;
  }
  .lp_contents .spOnly {
    display: none;
  }
  .lp_contents .mv div.mv__textWrap__inner.anim_enable {
    -webkit-animation: mv-fade 2s ease forwards;
            animation: mv-fade 2s ease forwards;
  }
  /* .lp_contents : set up PC*/
  .lp_contents .fvArea {
    padding-bottom: 7rem;
  }
  .lp_contents .fvArea__mv {
    margin-top: 4.6rem;
    margin-bottom: 6.5rem;
    margin-inline: auto;
    width: 110rem;
  }
  .lp_contents .fvArea__read {
    font-size: 1.7rem;
    line-height: 2;
  }
  .lp_contents .profileArea {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    margin-inline: auto;
    padding: 6rem;
    width: 92rem;
  }
  .lp_contents .profileArea__store {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
  .lp_contents .profileArea__textWrap {
    text-align: left;
    width: 50rem;
  }
  .lp_contents .profileArea__name {
    margin-bottom: 2.8rem;
    padding-right: 2.8rem;
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: 0.055em;
    z-index: 0;
  }
  .lp_contents .profileArea__name.spOnly {
    display: none;
  }
  .lp_contents .profileArea__name.pcOnly {
    display: inline-block;
  }
  .lp_contents .profileArea__name .small {
    font-size: 1.7rem;
  }
  .lp_contents .profileArea__name .icon {
    top: 0.8rem;
    right: 0;
    width: 2rem;
    height: 2rem;
  }
  .lp_contents .profileArea__images {
    margin: 0;
    width: 25rem;
  }
  .lp_contents .profileArea__text {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .lp_contents .section {
    padding-block: 9.4rem 8.6rem;
  }
  .lp_contents .section__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .lp_contents .section__images {
    margin-bottom: 0;
    padding-inline: 0;
    width: 47rem;
  }
  .lp_contents .section__textContents {
    padding-inline: 0;
    width: 47rem;
  }
  .lp_contents .section__textContents__title {
    margin-bottom: 2.4rem;
    font-size: 2.2rem;
    line-height: 1;
  }
  .lp_contents .section__textContents__text {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .lp_contents .section__textContents__text:nth-child(n+3) {
    margin-top: 2.4rem;
  }
  .lp_contents .section__textContents__text .border {
    text-underline-offset: 2px;
  }
  .lp_contents .section__pickup {
    margin-top: 7.2rem;
    width: 100%;
  }
  .lp_contents .section__pickup__title {
    margin-bottom: 2.9rem;
    font-size: 2.6rem;
  }
  .lp_contents .section__pickup__name {
    margin-top: 1.5rem;
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .lp_contents .section__pickup__price {
    margin-bottom: 2.3rem;
    font-size: 1.5rem;
  }
  .lp_contents .section__pickup__price small {
    font-size: 1.3rem;
  }
  .lp_contents .section__pickup .button-buy {
    position: relative;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    font-size: 1.5rem;
    padding: 1rem 1rem 0.8rem;
  }
  .lp_contents .section__pickup .button-buy::after {
    content: "";
    padding-bottom: 0;
    width: 0.8rem;
    height: 1.2rem;
    position: absolute;
    right: 3.5rem;
    top: 1rem;
  }
  .lp_contents .section__pickup .swiper-container {
    padding-inline: 0;
  }
  .lp_contents .section__pickup .swiper-wrapper {
    display: flex;
    justify-content: center;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .lp_contents .section__pickup .swiper-slide {
    padding: 1.2rem 1.5rem 3rem;
    width: 20.4rem !important;
  }
  .lp_contents .section.--1 {
    padding-top: 8.2rem;
  }
  .lp_contents .section.--1 .section__textContents {
    padding-right: 1rem;
  }
  .lp_contents .section.--2 .section__inner {
    flex-direction: row-reverse;
  }
  .lp_contents .section.--2 .section__textContents {
    padding-left: 1rem;
  }
  .lp_contents .section.--3 .section__textContents {
    padding-right: 1rem;
  }
  .lp_contents .buttonBox {
    padding: 7.6rem 0 9.6rem;
    text-align: center;
  }
  .lp_contents .buttonBox .button-all {
    display: inline-block;
    padding-block: 2.4rem 2.2rem;
    padding-inline: 1rem 2.2rem;
    font-size: 1.5rem;
    width: 35rem;
  }
  .lp_contents .buttonBox .button-all .en {
    font-size: 1.6rem;
  }
  .lp_contents .buttonBox .button-all::after {
    right: 2.8rem;
    width: 0.6rem;
    height: 1rem;
  }

  .lp_contents .profileArea .buttonBox {
    padding: 0;
    margin-top: 2rem;
    text-align: left;
  }
  .lp_contents .profileArea .buttonBox .button-all::after {
    right: 3rem;
  }
  .lp_contents .profileArea .buttonBox .button-all {
    display: inline-block;
    padding-block: 1.5rem 1.5rem;
    padding-inline: 1rem 2.2rem;
    font-size: 1.5rem;
    width: 35rem;
}

  
  /* .lp_contents PC*/
}
/*# sourceMappingURL=style.css.map */