﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6153846154;
  font-size: calc(14* (100vw / 375));
  padding-top: calc(20* (100vw /375));
  padding-bottom: calc(80*(100vw / 375));
  overflow-x: hidden;
  text-align: center;
  color: #000;
}

.main-area * {
  letter-spacing: 0.075em;
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

@font-face {
  font-family: "HKGrotesk_medium";
  src: url("../fonts/HKGrotesk-Medium.otf") format("opentype");
}

@font-face {
  font-family: "HKGrotesk_bold";
  src: url("../fonts/HKGrotesk-Bold.otf") format("opentype");
}

.ff_hkg_m {
  font-family: "HKGrotesk_medium";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.ff_hkg_b {
  font-family: "HKGrotesk_bold";
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

_:lang(x)+_:-webkit-full-screen-document,
.ff_hkg_b {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.ff_bask {
  font-family: "Baskerville", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}

.ff_ernie {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-area .lp_credit {
  font-size: calc(10*(100vw / 375));
  margin-top: calc(33*(100vw / 375));
  text-align: right;
  line-height: 1.6;
  display: flex;
  letter-spacing: 0.075em;
  flex-direction: column;
  gap: calc(4*(100vw / 375));
  white-space: nowrap;
}

.main-area .lp_credit a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .main-area .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    font-size: 1.4rem;
    padding-top: 3rem;
    padding-bottom: 11rem;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area a {
    transition: all 0.3s;
  }

  .ff_gara {
    font-size: 5rem;
  }

  .main-area .lp_credit {
    font-size: 1.2rem;
    margin-top: 4.7rem;
    line-height: 2;
    gap: 0;
  }
}

/* ▽ sec__fv ▽ */
.sec__fv {
  position: relative;
}

.sec__fv h2+p {
  font-size: calc(14*(100vw / 375));
  line-height: 2;
  margin-top: calc(36*(100vw / 375));
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .sec__fv {
    width: 120rem;
    margin: auto;
  }

  .sec__fv h2+p {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 5.6rem;
  }
}

/* ===============================================
* anker_link *
=============================================== */
.anker_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(330*(100vw / 375));
  height: calc(298*(100vw / 375));
  margin: calc(55*(100vw / 375)) auto 0;
}

.anker_link li {
  position: relative;
  width: calc(75* (100vw /375));
  height: calc(140* (100vw /375));
}

.anker_link .logo {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  pointer-events: none;
  z-index: 3;
}

.anker_link a {
  display: block;
  position: relative;
  width: calc(75* (100vw /375));
  height: calc(140* (100vw /375));
  overflow: hidden;
}

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

.anker_link a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  transition-duration: 0.2s;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .anker_link {
    width: 66rem;
    height: 60rem;
    margin: 7.7rem auto 0;
  }

  .anker_link li {
    width: 15rem;
    height: 28rem;
  }

  .anker_link a {
    width: 15rem;
    height: 28rem;
  }

  .anker_link .logo {
    transform: translateY(100%);
  }

  .anker_link a img {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1);
    transition-duration: 0.2s;
    will-change: transform;
  }

  .anker_link a:hover img {
    transform: scale(1.05);
  }

  .anker_link a::before {
    background: rgba(0, 0, 0, 0.3);
  }

  .anker_link a:hover::before {
    background: rgba(0, 0, 0, 0);
  }
}

/* ===============================================
* sec *
=============================================== */
.sec__style {
  position: relative;
}

.flex_wrap {
  display: flex;
}

.flex_wrap>div {
  flex-shrink: 0;
}

.iphone .sec__style1 .comment_detail {
  letter-spacing: 0;
}

.img01 {
  width: calc(345* (100vw /375));
  margin: calc(51*(100vw / 375)) auto 0;
}

.img02 {
  width: calc(325* (100vw /375));
  margin: calc(20*(100vw / 375)) auto 0;
}

/* .tx-wrap ___________________________*/
.tx-wrap {
  width: calc(326*(100vw / 375));
  margin: calc(24*(100vw / 375)) auto 0;
}

.tx-wrap * {
  text-align: left;
}

.main-credit span {
  display: block;
  line-height: 1;
}

.main-credit .item-name {
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.main-credit .item-price {
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0em;
  margin-top: calc(10* (100vw /375));
}

.main-credit .item-price small {
  font-size: calc(10* (100vw /375));
  letter-spacing: 0.02em;
}

.main-credit .item-btn {
  width: calc(120* (100vw /375));
  height: calc(24* (100vw /375));
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.02em;
  margin-top: calc(14* (100vw /375));
}

@media screen and (min-width: 768px) {
  .img01 {
    width: 70rem;
    margin: 10rem auto 0;
  }

  .img02 {
    width: 55rem;
    margin: 4rem auto 0;
  }

  /* .tx-wrap ___________________________*/
  .tx-wrap {
    width: fit-content;
    margin: 3.2rem auto 0;
  }

  .main-credit .item-name {
    font-size: 1.4rem;
  }

  .main-credit .item-price {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .main-credit .item-price small {
    font-size: 1rem;
  }

  .main-credit .item-btn {
    width: 12rem;
    height: 2.4rem;
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
}

/* ===============================================
* sub-credit *
=============================================== */
.sub-credit {
  margin-top: calc(24*(100vw / 375));
}

.sub-credit h3 {
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.02em;
}

.sub-credit-list {
  display: flex;
  flex-direction: column;
  gap: calc(6* (100vw /375));
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.02em;
  width: 100%;
  margin-top: calc(8* (100vw /375));
}

.sub-credit-list span {
  display: block;
}

.sub-credit-list a {
  display: block;
  position: relative;
}

.sub-credit-list .item-name {
  letter-spacing: 0.01em;
}

.sub-credit-list .item-price {
  letter-spacing: 0;
}

.sub-credit-list .item-price small {
  font-size: calc(10* (100vw /375));
  letter-spacing: 0.02em;
}

.sub-credit-list .item-btn {
  font-size: calc(12* (100vw /375));
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-64%);
  letter-spacing: 0.02em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .sub-credit {
    margin-top: 2.9rem;
  }

  .sub-credit h3 {
    font-size: 1.4rem;
  }

  .sub-credit-list a {
    display: flex;
    justify-content: space-between;
    gap: 2.6rem;
    padding-right: 4rem;
  }

  .sub-credit-list span {
    display: inline;
  }

  .sub-credit-list {
    gap: 0.5rem;
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }

  .sub-credit-list .item-price small {
    font-size: 1rem;
  }

  .sub-credit-list .item-btn {
    font-size: 1.2rem;
    top: 50%;
    right: 0;
    transform: translateY(-54%);
  }
}



/* ===============================================
* sec2 *
=============================================== */
.img03 {
  width: calc(325* (100vw /375));
  margin: calc(79*(100vw / 375)) auto 0;
}

.img04 {
  width: calc(300* (100vw /375));
  margin: calc(20* (100vw /375)) auto 0;
}

.slick-slide * {
  margin: 0;
  line-height: 0;
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .img03 {
    width: 55rem;
    margin: 9.9rem auto 0;
  }

  .img04 {
    width: 40rem;
    margin: 4rem auto 0;
  }
}

/* ===============================================
* sec3 *
=============================================== */
.img05 {
  width: calc(325* (100vw /375));
  margin: calc(77* (100vw /375)) auto 0;
}

.img06 {
  width: calc(345* (100vw /375));
  margin: calc(37*(100vw / 375)) auto 0;
}

@media screen and (min-width: 768px) {
  .img05 {
    width: 55rem;
    margin: 9.8rem auto 0;
  }

  .img06 {
    width: 80rem;
    margin: 6rem auto 0;
  }
}

/* ===============================================
* sec4 *
=============================================== */
.img07 {
  width: calc(345* (100vw /375));
  margin: calc(82*(100vw / 375)) auto 0;
}

.img08 {
  width: calc(325* (100vw /375));
  margin: calc(20*(100vw / 375)) auto 0;
}

@media screen and (min-width: 768px) {
  .img07 {
    width: 80rem;
    margin: 10rem auto 0;
  }

  .img08 {
    width: 55rem;
    margin: 4rem auto 0;
  }
}

/* ===============================================
* sec5 *
=============================================== */
.sec__style5 .flex_wrap {
  margin: calc(78*(100vw / 375)) auto 0;
  width: fit-content;
}

.img09 {
  width: calc(173* (100vw /375));
}

.img10 {
  width: calc(173* (100vw /375));
}

@media screen and (min-width: 768px) {
  .sec__style5 .flex_wrap {
    margin: 10rem auto 0;
  }

  .img09 {
    width: 40rem;
  }

  .img10 {
    width: 40rem;
  }
}

/* ===============================================
* sec6 *
=============================================== */
.img11 {
  width: calc(325* (100vw /375));
  margin: calc(74*(100vw / 375)) auto 0;
}

.img12 {
  width: calc(300* (100vw /375));
  margin: calc(20*(100vw / 375)) auto 0;
}

@media screen and (min-width: 768px) {
  .img11 {
    width: 55rem;
    margin: 10.2rem auto 0;
  }

  .img12 {
    width: 40rem;
    margin: 4rem auto 0;
  }
}

/* ===============================================
* sec7 *
=============================================== */
.img13 {
  width: calc(345* (100vw /375));
  margin: calc(98*(100vw / 375)) auto 0;
}

.main-credit+.main-credit {
  margin: calc(20*(100vw / 375)) auto 0;
}

@media screen and (min-width: 768px) {
  .img13 {
    width: 80rem;
    margin: 12rem auto 0;
  }

  .sec__style7 .tx-wrap {
    margin-top: 4.3rem;
  }

  .main-credit+.main-credit {
    margin: 2rem auto 0;
  }
}

/* ===============================================
* sec8 *
=============================================== */
.animation_bg {
  display: flex;
  width: 100vw;
  overflow: hidden;
  background: #895035;
  margin-top: calc(100*(100vw / 375));
}

.animation_bg {
  width: 100%;
  height: calc(280* (100vw /375));
  background-image: url(../img/img14.jpg);
  background-repeat: repeat-x;
  background-size: auto calc(280* (100vw /375));
  animation: loop 50s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@keyframes loop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: calc(-1307* (100vw /375)) 0;
  }
}

.img15 {
  width: calc(325* (100vw /375));
  margin: calc(76*(100vw / 375)) auto 0;
}

.img16 {
  width: calc(300* (100vw /375));
  margin: calc(20*(100vw / 375)) auto 0;
}

@media screen and (max-width: 767px) {
  .sec__style8 .tx-wrap {
    margin: calc(15*(100vw / 375)) auto 0;
  }

  .sec__style8 .main-credit+.main-credit {
    margin: calc(11*(100vw / 375)) auto 0;
  }

  .sec__style8 .main-credit .item-name {
    white-space: initial;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .animation_bg {
    margin-top: 11.9rem;
  }

  .animation_bg {
    height: 51.2rem;
    background-size: auto 512px;
  }

  @keyframes loop {
    from {
      background-position: 0 0;
    }

    to {
      background-position: -2390px 0;
    }
  }

  .img15 {
    width: 55rem;
    margin: 9.8rem auto 0;
  }

  .img16 {
    width: 40rem;
    margin: 3rem auto 0;
  }
}

/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: calc(300*(100vw / 375));
  height: calc(50*(100vw / 375));
  margin: calc(77*(100vw / 375)) auto 0;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  font-size: calc(14* (100vw / 375));
  letter-spacing: 0.1em;
  background: #000;
  color: #fff
}

.main-area .lp_foot_btn:nth-of-type(2) {
  background: #fff;
  color: #000;
  margin: calc(15*(100vw / 375)) auto 0;
  border: #000 solid 1px;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 36rem;
    height: 5rem;
    font-size: 1.5rem;
    margin: 9.9rem auto 0;
  }

  .main-area .lp_foot_btn:nth-of-type(2) {
    margin: 2rem auto 0;
  }
}


/* ▽ imganime ▽ */
.js-fadeIn {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2500ms, transform 1000ms;
  transform: translate3d(0, 0, 0) scale(1);
}

.showFade {
  opacity: 1;
}