﻿/* @font-face {
  font-family: "HK Grotesk";
  src:
    url("../fonts/HKGrotesk-Regular.woff") format("woff");
} */

.main-area img {
  width: 100%;
  height: auto;
}

.main-area picture,
.main-area a {
  display: block;
}

.main-area li a[href]{
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.main-area li a:not([href]){
  pointer-events: none;
}

.main-area{
  font-family:  "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.android .main-area{
  font-weight: 400;
}

.lp_ttl{
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: flex-start;
  font-family: var(--hkgrotesk);
  font-weight: var(--font-weight-regular);
}

.lp_item_credit a{
  display: inline-flex;
}

.lp_style5 li:nth-of-type(1)::before,
.lp_style8 li:nth-of-type(1)::before{
  display: inline;
  content: "左：";
}

.lp_style5 li:nth-of-type(4)::before,
.lp_style8 li:nth-of-type(4)::before{
  display: inline;
  content: "右：";
}



@media screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
   }

  .main-area {
    max-width: 106rem;
    margin: 5.7rem auto 0;
    padding: 0 2rem 12.3rem;
  }

  .layout_space{
    display: inline-block;
  }

  .lp_item_credit {
    margin-top: 1.3rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 2.4;
  }

  .lp_item_credit a{
    align-items: flex-start;
    justify-content: flex-start;
  }

  .lp_item_credit_itemname::after{
    display: inline-block;
    content: "\00A0\00A0";
    font-size: inherit;
  }

  .main-area li a[href] .lp_item_credit_itemname::after{
    text-decoration: underline;
    transition: opacity 0.3s ease;
  }

  .lp_space_visible-desktop{
    display: block;
  }

  .lp_space_visible-phone{
    display: none;
  }

  /* lp_title */
  .lp_ttl{
    row-gap: 1.2rem;
  }

  .lp_ttl span:first-child{
    padding-left: 0.6rem;
    font-size: 6rem;
    letter-spacing: 0.12em;
    line-height: 1;
  }

  .lp_ttl span:last-child{
    padding-left: 0.4rem;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }

  /* style1 */
  .lp_style1 {
    width: fit-content;
    margin: 2.4rem 0 0 5.6rem;
  }

  .lp_style1 .img_box {
    width: 38rem;
  }

  /* style2 */
  .lp_style2 {
    width: 48rem;
    margin: 11.4rem 0 0 auto;
  }

  .lp_style2 .img_box {
    width: 40rem;
    margin-left: auto;
  }

  .lp_style2 .lp_item_credit {
    margin: 1.5rem -0.1rem 0 0;
  }

  .lp_style2 .lp_item_credit li {
    text-align: right;
  }


  /* style3 */
  .lp_style3 {
    width: 50rem;
    margin: -32.4rem auto 0 0;
  }

  /* style4 */
  .lp_style4 {
    width: 40rem;
    margin: 6rem 8.8rem 0 auto;
    z-index: 1;
  }

  .lp_style4 .lp_item_credit {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 1.2rem;
  }

  .lp_style4 .lp_item_credit a{
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }

  .lp_style4 .lp_item_credit_itemname::after{
    display: none;
  }

  /* style5 */
  .lp_style5 {
    width: 48rem;
    margin: -47.8rem auto 0 9rem;
  }

  .lp_style5 .lp_item_credit li:nth-of-type(2),
  .lp_style5 .lp_item_credit li:nth-of-type(3),
  .lp_style5 .lp_item_credit li:nth-of-type(5){
    padding-left: 2.2rem;
  }

  .lp_style5 .lp_item_credit li:nth-of-type(4){
    margin-top: 1rem;
  }

  /* style6 */
  .lp_style6 {
    width: fit-content;
    margin-top: 11.4rem;
    margin-left: 3.6rem;
  }

  .lp_style6 .img_box {
    width: 50rem;
  }

  /* style7 */
  .lp_style7 {
    width: 56rem;
    margin: 11.4rem auto 0 9.1rem;
  }

  .lp_style7 .lp_item_credit {
    margin-top: 1.3rem;
  }

  /* style8 */
  .lp_style8 {
    margin: -43.8rem 0 0 auto;
  }

  .lp_style8 .img_box {
    width: 40rem;
  }

  .lp_style8 .lp_item_credit {
    margin-top: 1.3rem;
    text-align: right;
  }

  .lp_style8 li:nth-of-type(1)::before,
  .lp_style8 li:nth-of-type(4)::before{
    display: block;
  }

  .lp_style8 .lp_space_visible-desktop{
    margin-left: auto;
    margin-right: 0;
  }

  .lp_style8 .lp_item_credit li:last-of-type{
    margin-top: 1rem;
  }

  /* style9 */
  .lp_style9 {
    width: 48rem;
    margin: 11.4rem 0 0 auto;
  }

  /* style10 */
  .lp_style10 {
    width: 48rem;
    margin-top: -39.2rem;
    margin: -41.6rem auto 0 0;
  }

  .lp_style10 .img_box {
    width: 44rem;
  }

  /* style11 */
  .lp_style11 {
    width: 50rem;
    margin: 11.5rem auto 0;
  }

  /* foot_btn */
  .main-area .lp_foot_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30rem;
    height: 5rem;
    margin: 11.4rem auto 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    border: #000 1px solid;
  }
}

@media screen and (max-width: 767px) {
  .main-area {
    margin: calc(48* (100vw / 750)) auto 0;
    padding-bottom: calc(166 * (100vw / 750));
  }

  .layout_space{
    display: none;
  }

  .lp_item_credit {
    margin-top: calc(24* (100vw / 750));
    font-size: calc(20* (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 1.75;
  }

  .lp_space_visible-desktop{
    display: none;
  }

  .lp_space_visible-phone{
    display: inline-block;
  }
  .lp_item_credit a{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lp_item_credit li:nth-child(n+2) {
    margin-top: calc(17* (100vw / 750));
  }

  .breadcrumb__list {
    border-bottom: none;
  }

  /* lp_title */
  .lp_ttl{
    row-gap: calc(13 * (100vw / 750));
  }

  .lp_ttl span:first-child{
    padding-left: calc(8 * (100vw / 750));
    font-size: calc(64 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 1;
  }

  .lp_ttl span:last-child{
    font-size: calc(24 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 1;
  }

  /* style1 */
  .lp_style1 {
    width: fit-content;
    margin: calc(43* (100vw / 750)) auto 0 calc(100 * (100vw / 750));
  }

  .lp_style1 .img_box {
    width: calc(550 * (100vw / 750));
  }

  .lp_style1 .lp_item_credit li {
    letter-spacing: 0.075em;
  }

  /* style2 */
  .lp_style2 {
    width: calc(650* (100vw / 750));
    margin: calc(153* (100vw / 750)) auto 0;
  }

  .lp_style2 .img_box {
    width: calc(440* (100vw / 750));
    margin-left: auto;
  }

  .lp_style2 .lp_item_credit {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: calc(22* (100vw / 750));
    margin-right: calc(-2* (100vw / 750));
  }

  .lp_style2 .lp_item_credit li {
    text-align: right;
  }
  .lp_style2 .lp_item_credit a{
    align-items: flex-end;
  }

  /* style3 */
  .lp_style3 {
    width: calc(650* (100vw / 750));
    margin: calc(154* (100vw / 750)) auto 0;
  }

  .lp_style3 .img_box {
    width: calc(520* (100vw / 750));
  }

  /* style4 */
  .lp_style4 {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: calc(18* (100vw / 750));
    margin: calc(150* (100vw / 750)) 0 0 auto;
    z-index: 1;
  }

  .lp_style4 .lp_item_credit {
    margin-top: calc(40* (100vw / 750));
  }

  .lp_style4 .lp_item_credit li {
    text-align: right;
  }

  .lp_style4 .lp_item_credit a {
    align-items: flex-end;
  }

  .lp_style4 .img_box {
    flex: 0 0 calc(330 * (100vw / 750));
    width: calc(330* (100vw / 750));
  }

  /* style5 */
  .lp_style5 {
    width: calc(600* (100vw / 750));
    margin: calc(-105 * (100vw / 750)) auto 0 0;
  }

  .lp_style5 .img_box{
    width: calc(500* (100vw / 750));
  }

  .lp_style5 .lp_item_credit {
    margin-left: calc(50* (100vw / 750));
  }

  .lp_style5 .lp_item_credit li:nth-of-type(1) .lp_item_credit_itemname,
  .lp_style5 .lp_item_credit li:nth-of-type(1) .lp_item_credit_price,
  .lp_style5 .lp_item_credit li:nth-of-type(4) .lp_item_credit_itemname,
  .lp_style5 .lp_item_credit li:nth-of-type(4) .lp_item_credit_price{
    padding-left: calc(4 * (100vw / 750));
  }

  .lp_style5 .lp_item_credit li:nth-of-type(2),
  .lp_style5 .lp_item_credit li:nth-of-type(3),
  .lp_style5 .lp_item_credit li:nth-of-type(5){
    padding-left: calc(48 * (100vw / 750));
  }

  .lp_style5 .lp_item_credit li:nth-of-type(4){
    margin-top: calc(15* (100vw / 750));
  }


  /* style6 */
  .lp_style6 {
    margin-top: calc(150* (100vw / 750));
  }

  .lp_style6 .lp_item_credit {
    width: calc(650* (100vw / 750));
    margin: calc(25* (100vw / 750)) auto 0;
  }

  /* style7 */
  .lp_style7 {
    width: fit-content;
    margin: calc(152* (100vw / 750)) auto 0  calc(105 * (100vw / 750));
  }

  .lp_style7 .img_box {
    width: calc(540 * (100vw / 750));
  }

  /* style8 */
  .lp_style8 {
    margin: calc(153 * (100vw / 750)) 0 0 auto;
  }

  .lp_style8 .img_box {
    width: 100%;
  }

  .lp_style8 .lp_item_credit {
    margin-top: calc(23* (100vw / 750));
    padding-left: calc(50*(100vw/750));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .lp_style8 .lp_item_credit li:nth-of-type(1) .lp_item_credit_itemname,
  .lp_style8 .lp_item_credit li:nth-of-type(1) .lp_item_credit_price,
  .lp_style8 .lp_item_credit li:nth-of-type(4) .lp_item_credit_itemname,
  .lp_style8 .lp_item_credit li:nth-of-type(4) .lp_item_credit_price{
    padding-left: calc(4 * (100vw / 750));
  }

  .lp_style8 .lp_item_credit li:nth-of-type(2),
  .lp_style8 .lp_item_credit li:nth-of-type(3){
    padding-left: calc(48 * (100vw / 750));
  }

  .lp_style8 .lp_item_credit li:nth-child(n+2) {
    margin-top: calc(16* (100vw / 750));
  }

  /* style9 */
  .lp_style9 {
    width: calc(650* (100vw / 750));
    margin: calc(155 * (100vw / 750)) auto 0;
  }

  .lp_style9 .img_box {
    width: calc(500* (100vw / 750));
    margin-left: auto;
  }

  .lp_style9 .lp_item_credit{
    margin-top: calc(22 * (100vw / 750));
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .lp_style9 .lp_item_credit a{
    align-items: flex-end;
  }

  /* style10 */
  .lp_style10 {
    width: calc(650* (100vw / 750));
    margin: calc(152* (100vw / 750)) auto 0;
  }

  .lp_style10 .img_box {
    width: calc(490* (100vw / 750));
  }

  /* style11 */
  .lp_style11 {
    margin-top: calc(152* (100vw / 750));
  }

  .lp_style11 .lp_item_credit {
    width: calc(650* (100vw / 750));
    margin: calc(24* (100vw / 750)) auto 0;
  }

  .lp_style11 .lp_item_credit li {
    margin-left: 2.2em;
    text-indent: -2.2em;
  }

  /* foot_btn */
  .main-area .lp_foot_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(520* (100vw / 750));
    height: calc(90* (100vw / 750));
    margin: calc(152* (100vw / 750)) auto 0;
    font-size: calc(26* (100vw / 750));
    letter-spacing: 0.1em;
    border: #000 1px solid;
  }
}

/* animation___________________________*/
.scrollFadeIn,
.loadFadeIn {
  opacity: 0;
  transition: all 1.5s;
}

.scrollFadeIn.scrollAfter,
.loadFadeIn.loadAfter {
  opacity: 1;
}