﻿/* パンくず 追加スタイル PC */
 @media only screen and (min-width: 768px){
   .breadcrumb__list{
     padding-bottom: 1.6rem;
   }
 }
 html {
  font-size: 62.5%;
}
.main-area {
  transform: none;
  filter: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;  font-style: normal;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  font-size: calc(24 * (100vw / 750));
  color: #333;
  background-image: url(../img/sp/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
body {
  width: 100%;
}
.main-area img,
.main-area video,
.main-area svg {
  width: 100%;
  height: auto;
}

.main-area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-area a,
.main-area picture {
  display: block;
}

/* ============================= ▼ タブレット ▼ == */
@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: calc(10 * (100vw/1366));
  }
}
/* ============================= ▲ タブレット ▲ == */
.sec-top__ttl-wrapper {
  margin: calc(50 * (100vw / 750)) auto 0 calc(60 * (100vw / 750));
}
.sec-top__ttl {
  font-family: 'Outfit', sans-serif;
  font-size: calc(160 * (100vw / 750));
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #F78585;
  text-align: left;
}
.sec-top__sub-ttl {
  margin-top: calc(34 * (100vw / 750));
  font-family: 'Outfit', sans-serif;
  font-size: calc(36 * (100vw / 750));
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #F78585;
  text-align: left;
}
.sec-top__logo {
  margin-top: calc(64 * (100vw / 750));
  width: calc(336 * (100vw / 750));
}
.sec-top__img {
  margin: calc(-98 * (100vw / 750)) auto 0 calc(-16 * (100vw / 750));
  width: calc(763 * (100vw / 750));
}
.sec-desc {
  margin-top: calc(9 * (100vw / 750));
}
.sec-desc__container {
  position: relative;
}
.sec-desc__container::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: calc(630 * (100vw / 750));
  height: calc(1080 * (100vw / 750));
  z-index: 1;
  border-radius: calc(32 * (100vw / 750));
  top: calc(140 * (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
}
.desc {
  padding-top: calc(24 * (100vw / 750));
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 0.075em;
  line-height: 1.2666666667;
  font-weight: 600;
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.desc::after {
  position: absolute;
  content: "";
  width: calc(570 * (100vw / 750));
  height: calc(227 * (100vw / 750));
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url(../img/sp/fukidashi.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-desc__img-container {
  position: relative;
  z-index: 2;
}
.item-img {
  margin: calc(64 * (100vw / 750)) auto 0 0;
  width: calc(700 * (100vw / 750));
}
.box-img {
  margin: calc(-180 * (100vw / 750)) auto 0 calc(76 * (100vw / 750));
  width: calc(644 * (100vw / 750));
}
.catch {
  margin-top: calc(-6 * (100vw / 750));
  font-size: calc(36 * (100vw / 750));
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  font-weight: 600;
}
.note {
  margin-top: calc(10 * (100vw / 750));
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.credit {
  margin-top: calc(32 * (100vw / 750));
  font-size: calc(22 * (100vw / 750));
  letter-spacing: 0.1em;
  line-height: 1.1818181818;
  text-decoration: underline;
  display: inline-block;
}
.btn {
  margin: calc(82 * (100vw / 750)) auto calc(246 * (100vw / 750));
}
.btn a {
  font-family: 'Outfit', sans-serif;
  margin: 0 auto;
  width: calc(630 * (100vw / 750));
  height: calc(100 * (100vw / 750));
  background: #F78585;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 0.075em;
  line-height: 1;
  font-weight: 700;
  border-radius: 100vh;
  position: relative;
}
.btn a::after {
  position: absolute;
  content: "";
  right: calc(30 * (100vw / 750));
  top: 50%;
  transform: translateY(-50%);
  width: calc(9 * (100vw / 750));
  height: calc(15 * (100vw / 750));
  background-image: url(../img/sp/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
/* ============================= ▼ PC ▼ == */
@media screen and (min-width: 768px) {
  /* ============================= ▲ PC ▲ == */
  /* ============================= ▼ 全体 ▼ == */
  .main-area {
    font-size: 2.4rem;
    background-image: url(../img/bg.jpg);
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .flex-box {
    display: flex;
    justify-content: center;
    position: relative;
  }
  /* ============================= ▲ 全体 ▲ == */
  .sec-top {
    width: 136.6rem;
    margin: 0 auto;
  }
  .sec-top__container {
    left: 2.5rem;
  }
  .sec-top__ttl-wrapper {
    margin: 13.4rem 0 0 0;
  }
  .sec-top__ttl {
    font-size: 10rem;
    line-height: 1.1;
  }
  .sec-top__sub-ttl {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .sec-top__logo {
    margin-top: 8.3rem;
    width: 20.8rem;
  }
  .sec-top__img {
    margin: 0 0 0 -3.7rem;
    width: 65.1rem;
  }
  .sec-desc {
    margin-top: 7rem;
  }
  .sec-desc__container::after {
    width: 96rem;
    height: 56rem;
    border-radius: 1.6rem;
    top: 5.3rem;
  }
  .sec-desc__img-container {
    left: -0.7rem;
  }
  .desc {
    padding-top: 1.7rem;
    font-size: 2rem;
    line-height: 1.8;
  }
  .desc::after {
    width: 68rem;
    height: 13.3rem;
    background-image: url(../img/fukidashi.svg);
  }
  .item-img {
    margin: 6rem 0 0 0;
    width: 53rem;
  }
  .box-img {
    margin: 2.2rem 0 0 -6.3rem;
    width: 51rem;
  }
  .catch {
    margin-top: 3.2rem;
    font-size: 2.4rem;
    line-height: 1;
  }
  .note {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1;
  }
  .credit {
    margin-top: 2.7rem;
    font-size: 1.2rem;
    line-height: 1;
  }
  .btn {
    margin: 6rem auto 16rem;
  }
  .btn a {
    width: 40rem;
    height: 5rem;
    font-size: 1.8rem;
  }
  .btn a::after {
    right: 2rem;
    width: 0.5rem;
    height: 0.9rem;
  }
}