﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

.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: #2C2825;
  line-height: 1;
}

.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 ▼ == */
.sec-top__ttl {
  width: calc(750 * (100vw / 750));
}

/* ============================= ▲ sec-top ▲ == */
/* ============================= ▼ sec-step ▼ == */
.sec-step__list {
  margin-top: calc(90 * (100vw / 750));
}

.sec-step__ttl-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 0 calc(39 * (100vw / 750));
}

.sec-step__number {
  width: calc(120 * (100vw / 750));
}

.sec-step__ttl {
  font-size: calc(40 * (100vw / 750));
  font-weight: 800;
  letter-spacing: 0.125em;
  color: #4F304F;
  text-align: left;
  margin-left: calc(35 * (100vw / 750));
}

.sec-step__desc {
  text-align: left;
  font-size: calc(26 * (100vw / 750));
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  width: calc(630 * (100vw / 750));
  margin: calc(23 * (100vw / 750)) auto 0;
}

.btn-entry {
  margin-top: calc(62 * (100vw / 750));
}

.btn-entry a {
  margin: 0 auto;
  width: calc(516 * (100vw / 750));
  height: calc(90 * (100vw / 750));
  background: #4F304F;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.1em;
  position: relative;
}

.btn-entry a::after {
  position: absolute;
  content: "";
  right: calc(26.8 * (100vw / 750));
  top: 50%;
  transform: translateY(-50%);
  width: calc(9 * (100vw / 750));
  height: calc(15 * (100vw / 750));
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.item-list__wrapper {
  display: flex;
  justify-content: space-between;
  width: calc(653 * (100vw / 750));
  margin: calc(19 * (100vw / 750)) auto 0;
  flex-wrap: wrap;
}

.item-list {
  width: calc(300 * (100vw / 750));
  margin-bottom: calc(15 * (100vw / 750));
}

.item-list .item-img {
  width: calc(286* (100vw / 750));
  margin: auto
}

.item-list .item-name {
  font-size: calc(20 * (100vw / 750));
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.075em;
  margin-top: calc(8 * (100vw / 750));
}

.item-list:nth-child(3) .item-name,
.item-list:last-child .item-name {
  margin-top: calc(7* (100vw / 750));
}

.item-credit {
  font-size: calc(16 * (100vw / 750));
  letter-spacing: 0.05em;
  text-decoration: underline;
  margin-top: calc(6 * (100vw / 750));
}

.btn-all {
  margin-top: calc(50 * (100vw / 750));
}

.btn-all a {
  margin: 0 auto;
  width: calc(630 * (100vw / 750));
  height: calc(110 * (100vw / 750));
  background: #4F304F;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 0.1em;
  position: relative;
}

.btn-all a::after {
  position: absolute;
  content: "";
  right: calc(26.8 * (100vw / 750));
  top: 50%;
  transform: translateY(-50%);
  width: calc(9 * (100vw / 750));
  height: calc(15 * (100vw / 750));
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.coupon-img {
  width: calc(630 * (100vw / 750));
  margin: calc(57 * (100vw / 750)) auto 0;
}

@media screen and (max-width: 767px) {

  .item-list:nth-child(odd) .item-img {
    margin-left: auto;
    margin-right: 0;
  }

  .item-list:nth-child(3) .item-name {
    margin-left: calc(16* (100vw / 750));
  }

  .item-list:nth-child(odd) .item-credit {
    margin-left: calc(16* (100vw / 750));
  }

}

/* ============================= ▲ sec-step ▲ == */
/* ============================= ▼ sec-about ▼ == */
.sec-about {
  margin-top: calc(90 * (100vw / 750));
  background-color: #ECE9F2;
}

.sec-about__ttl {
  margin-top: calc(90 * (100vw / 750));
  font-size: calc(36 * (100vw / 750));
  color: #4F304F;
  font-weight: 800;
  letter-spacing: 0.075em;
  position: relative;
  display: inline-block;
}

.sec-about__ttl::after {
  position: absolute;
  content: "";
  background-color: #4F304F;
  height: calc(4 * (100vw / 750));
  width: 100%;
  top: calc(60 * (100vw / 750));
  left: 0;
}

.sec-about__list-wrapper {
  margin: calc(90 * (100vw / 750)) auto 0;
  width: calc(630 * (100vw / 750));
  padding-bottom: calc(80 * (100vw / 750));
}

.sec-about__list {
  margin-bottom: calc(37 * (100vw / 750));
  text-align: left;
}

.sec-about__desc-ttl {
  padding: calc(17 * (100vw / 750)) calc(30 * (100vw / 750)) calc(17 * (100vw / 750)) calc(26 * (100vw / 750));
  background-color: #4F304F;
  color: #FDF4F2;
  font-size: calc(26 * (100vw / 750));
  letter-spacing: 0.075em;
  border-radius: calc(8 * (100vw / 750));
  display: inline-block;
}

.sec-about__desc {
  margin-top: calc(16 * (100vw / 750));
  font-size: calc(26 * (100vw / 750));
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
}

.sec-about__list:nth-child(4) {
  margin-bottom: calc(45 * (100vw / 750));
}

.sec-about__list:last-child {
  margin-bottom: 0;
}

/* ============================= ▲ sec-about ▲ == */
/* ============================= ▼ btn-wrapper ▼ == */
.btn-wrapper {
  margin-top: calc(78 * (100vw / 750));
}

.btn-online {
  margin: calc(30 * (100vw / 750)) auto calc(266 * (100vw / 750));
}

.btn-online a {
  margin: 0 auto;
  width: calc(630 * (100vw / 750));
  height: calc(110 * (100vw / 750));
  background: #fff;
  color: #4F304F;
  border: solid #4F304F 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(28 * (100vw / 750));
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 calc(32 * (100vw / 750)) 0 0;
}

.btn-online a::after {
  position: absolute;
  content: "";
  right: calc(26.8 * (100vw / 750));
  top: 50%;
  transform: translateY(-50%);
  width: calc(9 * (100vw / 750));
  height: calc(15 * (100vw / 750));
  background-image: url(../img/arrow-purple.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* ============================= ▲ btn-wrapper ▲ == */
/* ============================= ▼ PC ▼ == */
@media screen and (min-width: 768px) {

  /* ============================= ▲ PC ▲ == */
  /* ============================= ▼ 全体 ▼ == */
  .main-area {
    width: 136.6rem;
    margin: 0 auto;
    font-size: 2.4rem;
  }

  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  /* ============================= ▲ 全体 ▲ == */
  /* ============================= ▼ sec-top ▼ == */
  .sec-top__ttl {
    width: 100%;
  }

  /* ============================= ▲ sec-top ▲ == */
  /* ============================= ▼ sec-step ▼ == */
  .sec-step__list-wrapper {
    margin-left: 33.4rem;
  }

  .sec-step__list {
    position: relative;
    margin-top: 8rem;
    margin-left: 9.9rem;
  }

  .sec-step__ttl-wrapper {
    margin: 0;
  }

  .sec-step__number {
    width: 6.5rem;
    position: absolute;
    left: -10rem;
    top: -2rem;
  }

  .sec-step__list:first-child .sec-step__number::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 24rem;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4F304F;
  }

  .sec-step__list:nth-child(3) .sec-step__number::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 86rem;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4F304F;
    min-height: 630px;
  }

  .sec-step__ttl {
    font-size: 2.2rem;
    margin-left: 0;
  }

  .sec-step__desc {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.075em;
    width: 55rem;
    margin: 1.5rem auto 0 0;
  }

  .sec-step__list:nth-child(2) .sec-step__desc {
    width: 55.6rem;
    margin: 1.3rem auto 0 0;
  }

  .btn-entry {
    margin: 3.5rem auto 0 0;
  }

  .btn-entry a {
    margin: 0;
    width: 20rem;
    height: 4rem;
    font-size: 1.1rem;
    letter-spacing: 0.17em;
    padding-right: 0.8rem;
  }

  .btn-entry a::after {
    right: 1.1rem;
    width: 0.5rem;
    height: 0.7rem;
  }

  .item-list__wrapper {
    width: 54.6rem;
    margin: 0.8rem auto 0 -2.1rem;
  }

  .item-list {
    width: 27rem;
    margin-bottom: 1.4rem;
  }

  .item-list .item-img {
    width: 19.16rem;
    margin: auto;
  }

  .item-list .item-name {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 0.8rem;
  }

  .item-list:nth-child(3) .item-name,
  .item-list:last-child .item-name {
    margin-top: 0.5rem;
  }

  .item-credit {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .btn-all {
    margin-top: 2.9rem;
  }

  .btn-all a {
    width: 35rem;
    height: 5.6rem;
    font-size: 1.5rem;
    letter-spacing: 0.11em;
    padding-right: 1.3rem;
    margin: 0 auto 0 7.5rem;
  }

  .btn-all a::after {
    right: 2rem;
    width: 0.5rem;
    height: 0.85rem;
  }

  .coupon-img {
    width: 55rem;
    margin: 2.8rem auto 0 0;
  }

  /* ============================= ▲ sec-step ▲ == */
  /* ============================= ▼ sec-about ▼ == */
  .sec-about {
    width: 70rem;
    margin: 8rem auto 0;
  }

  .sec-about__ttl {
    margin-top: 4rem;
    font-size: 2rem;
  }

  .sec-about__ttl::after {
    height: 2px;
    top: 2.9rem;
  }

  .sec-about__list-wrapper {
    margin: 4.6rem auto 0 5rem;
    padding-bottom: 5rem;
  }

  .sec-about__list {
    width: 60rem;
  }

  .sec-about__desc-ttl {
    padding: 1rem 1.5rem 1rem 1.4rem;
    font-size: 1.3rem;
    border-radius: 0.4rem;
  }

  .sec-about__desc {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 2;
  }

  .sec-about__list:first-child {
    margin-bottom: 1.8rem;
  }

  .sec-about__list:nth-child(2) {
    margin-bottom: 2.2rem;
  }

  .sec-about__list:nth-child(3) {
    margin-bottom: 2.3rem;
  }

  .sec-about__list:nth-child(4) {
    margin-bottom: 2rem;
    width: 61.5rem;
  }

  .sec-about__list:last-child {
    margin-bottom: 0;
  }

  /* ============================= ▲ sec-about ▲ == */
  /* ============================= ▼ btn-wrapper ▼ == */
  .btn-wrapper {
    margin-top: 5.2rem;
  }

  .btn-wrapper .btn-all a {
    margin: 0 auto;
  }

  .btn-online {
    margin: 2rem auto 11.6rem;
  }

  .btn-online a {
    width: 35rem;
    height: 5.6rem;
    font-size: 1.4rem;
    padding: 0 2rem 0 0;
    font-weight: 700;
    letter-spacing: 0.08em;
    border: solid #4F304F 1px;
  }

  .btn-online a::after {
    right: 2rem;
    width: 0.5rem;
    height: 0.85rem;
  }

  /* ============================= ▲ btn-wrapper ▲ == */

}