﻿/* パンくず 追加スタイル PC */
 @media only screen and (min-width: 768px){
   .breadcrumb__list{
     padding-bottom: 1.6rem;
   }
 }

/* ============================= ▼ 全体 ▼ == */
html {
font-size: 62.5%;
}
body {
  width: 100%;
}
.main-area {
font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
font-style: normal;
font-weight: 400;
width: 100%;
margin: 0 auto;
text-align: center;
overflow: hidden;
color:#282B45;
background-color: #DFEBEB;
}
.main-area .sp-only {
display: block;
}
.main-area .pc-only {
display: none;
}

.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;
}
.main-area {
  min-width: unset;
}
/* ============================= ▲ 全体 ▲ == */
/* ============================= ▼ タブレット ▼ == */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(10 * (100vw/1200));
  }
}
/* ============================= ▲ タブレット ▲ == */
/* ============================= ▼ トレース用 ▼ == 
.main-area {
  background-image: url(../img/page_sp.jpg);
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  background-position: top;
  background-repeat: no-repeat;
  background-position-y: calc(-142 * (100vw / 750));
  background-size: calc(750 * (100vw / 750));
}
img {
  opacity: 0.8;
}
 ============================= ▲ トレース用 ▲ == */
/* ============================= ▼ sec-top ▼ == */
.sec-top__container {
  margin-top: calc(20 * (100vw / 750));
}
.mn-visual {
  width: calc(644 * (100vw / 750));
  margin-left: calc(56* (100vw / 750));
}
.intro__container {
  padding: 0 calc(60 * (100vw / 750));
}
.intro,.info,.info-list__desc {
  font-size: calc(26 * (100vw / 750));
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
}
.intro {
  margin-top: calc(54 * (100vw / 750));
}
.intro a {
  display: inline;
  text-decoration: underline;
}
.note {
  font-size: calc(22 * (100vw / 750));
  margin-top: calc(22 * (100vw / 750));
  letter-spacing: 0.1em;
}
.btn a {
  margin: 0 auto;
  letter-spacing: 0.075em;
  font-family: 'Arial';
  font-size: calc(30 * (100vw / 750));
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(630*(100vw/750));
  height: calc(100 * (100vw / 750));
  color: #fff;
}
.pre-sale__btn a {
  background-color: #9D2D2D;
}
.sec-top .pre-sale__btn {
  margin-top: calc(36 * (100vw / 750));
}
.sec-desc {
  margin-top: calc(78 * (100vw / 750));
  margin-bottom: calc(260 * (100vw / 750));
}
.sec-desc__container {
  padding: 0 calc(60 * (100vw / 750));
}
.info {
  margin-top: calc(36 * (100vw / 750));
}
.info-list {
  margin-top: calc(58 * (100vw / 750));
  text-align: left;
}
.info-list__ttl {
  font-size: calc(26 * (100vw / 750));
  letter-spacing: 0.075em;
  display: inline-block;
  padding: calc(17 * (100vw / 750)) calc(28 * (100vw / 750));
  background: #282B45;
  border-radius: calc(8 * (100vw / 750));
  line-height: 1;
  color: #DFEBEB;
}
.info-list__desc {
  margin-top: calc(14 * (100vw / 750));
}
.info-list__item {
  margin-bottom: calc(34 * (100vw / 750));
}
.info-list__item:nth-of-type(2) {
  margin-bottom: calc(36 * (100vw / 750));
}
.info-list__item:nth-of-type(3) {
  margin-bottom: calc(36 * (100vw / 750));
}
.info-list__item:last-child {
  margin-bottom: 0;
}
.sec-desc .pre-sale__btn {
  margin-top: calc(60 * (100vw / 750));
}
.online-shop__btn {
  margin-top: calc(40 * (100vw / 750));
}
.online-shop__btn a {
  background: #04050D;
}
.btn a {
  position: relative;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(30* (100vw / 750));
  bottom: 0;
  width: calc(10* (100vw / 750));
  height: calc(15* (100vw / 750));
  margin: auto 0;
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100%;
}
/* ============================= ▲ sec-top ▲ == */

@media screen and (min-width: 768px) {
  /* ============================= ▼ トレース用 ▼ == 
  .main-area {
    background-image: url(../img/page_pc.jpg);
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    background-position: top;
    background-repeat: no-repeat;
    background-position-y: -109px;
    background-size: 1366px;
  }
  img {
    opacity: 0.8;
  }
   ============================= ▲ トレース用 ▲ == */
  /* ============================= ▼ 全体 ▼ == */
  .main-area .sp-only {
    display: none;
  }
  .main-area .pc-only {
    display: block;
  }
  /* ============================= ▲ 全体 ▲ == */
  .sec-top__container {
    margin-top: 2rem;
  }
  .mn-visual {
    width: 97.1rem;
    position: relative;
    left: 0rem;
    margin: 0 auto;
  }
  .intro__container {
    padding: 0;
    margin: 0 auto;
  }
  .intro,.info,.info-list__desc {
    font-size: 1.3rem;
    line-height: 2;
  }
  .intro {
    margin-top: 3.4rem;
  }
  .note {
    font-size: 1.1rem;
    margin-top: 0.7rem;
  }
  .btn a {
    font-size: 1.6rem;
    width: 40rem;
    height: 5rem;
  }
  .sec-top .pre-sale__btn {
    margin-top: 2.6rem;
  }
  .sec-desc {
    margin-top: 6rem;
    margin-bottom: 12rem;
  }
  .sec-desc__container {
    padding: 0;
    width: 60rem;
    margin: 0 auto;
  }
  .info {
    margin-top: 1.5rem;
  }
  .info-list {
    margin-top: 4rem;
  }
  .info-list__ttl {
    font-size: 1.3rem;
    padding: 1.1rem 1.41rem;
    border-radius: 0.4rem;
  }
  .info-list__desc {
    margin-top: 0.8rem;
  }
  .info-list__item {
    margin-bottom: 1.6rem;
  }
  .info-list__item:nth-of-type(2) {
    margin-bottom: 2.1rem;
  }
  .info-list__item:nth-of-type(3) {
    margin-bottom: 2.1rem;
  }
  .sec-desc .pre-sale__btn {
    margin-top: 4.1rem;
  }
  .online-shop__btn {
    margin-top: 2rem;
  }
  .btn a {
    position: relative;
  }
  .btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    width: 0.5rem;
    height: 0.8rem;
    margin: auto 0;
    background: url(../img/arrow.svg) no-repeat;
    background-size: 100%;
  }
}