﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px){
  .breadcrumb__list{
    padding-bottom: 1.2rem;
  }
}

/* ============================= ▼ 全体 ▼ == */
html {
font-size: 62.5%;
}
body {
  width: 100%;
}
.main-area {
	background-color: #F4F0EA;
	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;
}
.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: 0;
}
.mn-visual {
  width: 100%;
  margin: 0 auto;
}
.intro__container {
  padding: 0 calc(40 * (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(50 * (100vw / 750));
}
.note {
	color: #9F0C0C;
  font-size: calc(26 * (100vw / 750));
	font-weight: bold;
  letter-spacing: 0.1em;
	line-height: 1.5;
}
.note a{
	display: inline;
	text-decoration: underline;
}
.btn a {
	border-radius: calc(50 * (100vw / 750));
	color: #fff;
  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));
	position: relative;
}
.btn a::after{
	width: calc(9 * (100vw / 750));
	height: calc(15 * (100vw / 750));
	background-image: url(../img/arrow.svg);
	background-size: cover;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: calc(30 * (100vw / 750));
	transform: translateY(-50%);
}
.pre-sale__btn a {
  background-color: #9F0C0C;
}
.sec-top .pre-sale__btn {
  margin-top: calc(40 * (100vw / 750));
}
.sec-desc {
  margin-top: calc(80 * (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(67 * (100vw / 750));
  text-align: left;
}
.info-list__ttl {
	background-color: #000;
	color: #fff;
  font-size: calc(26 * (100vw / 750));
  letter-spacing: 0.075em;
  display: inline-block;
  padding: calc(14 * (100vw / 750)) calc(24 * (100vw / 750));
  border-radius: calc(8 * (100vw / 750));
  line-height: 1;
}
.info-list__desc {
  margin-top: calc(15 * (100vw / 750));
}
.info-list__item {
  margin-bottom: calc(32 * (100vw / 750));
}
.info-list__item:last-child {
  margin-bottom: 0;
}
.sec-desc .pre-sale__btn {
  margin-top: calc(80 * (100vw / 750));
}
.online-shop__btn {
  margin-top: calc(42 * (100vw / 750));
}
.online-shop__btn a {
  background-color: #000;
}
/* ============================= ▲ 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: 97rem;
    position: relative;
    left: 0.5rem;
  }
  .intro__container {
    padding: 0;
    margin: 0 auto;
  }
  .intro,.info,.info-list__desc {
    font-size: 1.3rem;
    line-height: 2;
  }
  .intro {
    margin-top: 2.5rem;
  }
  .note {
    font-size: 1.3rem;
		line-height: 2;
    margin-top: 0;
  }
  .btn a {
    font-size: 1.6rem;
    width: 40rem;
    height: 5rem;
  }
	.btn a::after{
		width: 0.5rem;
		height: 0.8rem;
		right: 2rem;
	}
  .sec-top .pre-sale__btn {
    margin-top: 2rem;
  }
  .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: 3.7rem;
  }
  .info-list__ttl {
    font-size: 1.3rem;
    padding: 1rem 1.3rem;
    border-radius: 0.4rem;
  }
  .info-list__desc {
    margin-top: 0.7rem;
  }
  .info-list__item {
    margin-bottom: 2.6rem;
  }
  .sec-desc .pre-sale__btn {
    margin-top: 6rem;
  }
  .online-shop__btn {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width:767px) {
	.note{
		margin-top: calc(20 * (100vw / 750));
	}
}