﻿/* パンくず 追加スタイル 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: #D87E65;
  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: #D15A3A;
  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(675 * (100vw / 750));
  margin: calc(16 * (100vw / 750)) auto 0 calc(40 * (100vw / 750));
  flex-wrap: wrap;
}
.item-list {
  width: calc(330 * (100vw / 750));
  margin-bottom: calc(8 * (100vw / 750));
}
.item-name {
  font-size: calc(20 * (100vw / 750));
  font-weight: 800;
  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(-13 * (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: #D15A3A;
  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(58 * (100vw / 750)) auto 0;
}
/* ============================= ▲ sec-step ▲ == */
/* ============================= ▼ sec-about ▼ == */
.sec-about {
  margin-top: calc(90 * (100vw / 750));
  background-color: #FDF5F2;
}
.sec-about__ttl {
  margin-top: calc(90 * (100vw / 750));
  font-size: calc(36 * (100vw / 750));
  color: #D87E65;
  font-weight: 800;
  letter-spacing: 0.075em;
  position: relative;
  display: inline-block;
}
.sec-about__ttl::after {
  position: absolute;
  content: "";
  background-color: #D87E65;
  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(32 * (100vw / 750)) calc(17 * (100vw / 750)) calc(26 * (100vw / 750));
  background-color: #D87E65;
  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(80 * (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: #D15A3A;
  border: solid #D15A3A 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-orange.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: #D87E65;
}
.sec-step__list:nth-child(3) .sec-step__number::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 81rem;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D87E65;
  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: 51.8rem;
  margin: 1.2rem auto 0 -1rem;
}
.item-list {
  width: 24rem;
  margin-bottom: 1.4rem;
}
.item-name {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
.item-list:nth-child(3) .item-name,
.item-list:last-child .item-name {
  margin-top: 0.8rem;
}
.item-credit {
  font-size: 1rem;
  margin-top: 0.8rem;
}

.btn-all {
  margin-top: 2.7rem;
}
.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: 3.4rem auto 0 0;
}
/* ============================= ▲ sec-step ▲ == */
/* ============================= ▼ sec-about ▼ == */
.sec-about {
  width: 70rem;
  margin: 6.3rem 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;
}
.btn-online a::after {
  right: 2rem;
  width: 0.5rem;
  height: 0.85rem;
}
/* ============================= ▲ btn-wrapper ▲ == */

}