@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
  width: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
  margin: auto;
}

input[type="submit"], input[type="text"],
input[type="email"], input[type="button"], input[type="password"] {
  -webkit-appearance: none;
}

/*------------------------------
	base
------------------------------*/
a {color: #fff;text-decoration: none;}

.mb0 {margin: 0 0 0 0;}
.mb5 {margin: 0 0 5px 0;}
.mb10 {margin: 0 0 10px 0;}
.mb15 {margin: 0 0 15px 0;}
.mb20 {margin: 0 0 20px 0;}
.mb30 {margin: 0 0 30px 0;}
.mb40 {margin: 0 0 40px 0;}
.mb50 {margin: 0 0 50px 0;}
.mb60 {margin: 0 0 60px 0;}
.mb70 {margin: 0 0 70px 0;}
.mb80 {margin: 0 0 80px 0;}
.mb90 {margin: 0 0 90px 0;}
.mb100 {margin: 0 0 100px 0;}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #020202;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  margin: 0 0 16px;
}

/*------------------------------
	header
------------------------------*/
header {
  background: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

header .logo {
  display: none;
}

header .cta {
  padding: 10px;
}

/*------------------------------
	footer
------------------------------*/
footer {
  background: #1d1d1d;
}

.supported {
  background: #fff;
  padding: 40px 0;
}

.supported p {
  margin: 0 auto;
  text-align: center;
}

.supported p span {
  display: block;
  color: #000;
  font-size: 1.8rem;
  margin: 0 auto 8px;
}

.supported img {
  width: 162px;
}

.bottom {
  color: #fff;
  padding: 80px 0 170px;
  text-align: center;
}

.bottom .logo {
  width: 203px;
  text-align: center;
  margin: 0 auto 48px;
}

.bottom .address p {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 48px;
}

.bottom .address .tel {
  font-size: 1.2rem;
  font-weight: 400;
}

.bottom .address .tel b {
  font-size: 1.8rem;
}

.bottom ul {
  margin: 0 0 48px;
}

.bottom li {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 16px;
}

.bottom li:last-child {
  margin: 0;
}

.bottom li a {
  color: #fff;
}

footer .bottom span {
  display: block;
  text-align: center;
  font-size: 1rem;
}

/*------------------------------
	top
------------------------------*/
section {
  padding: 80px 16px;
}

br.pc {
  display: none;
}

.cta {
  margin: 0;
}

.cta a {
  display: block;
  padding: 16px 0 16px;
  text-align: center;
  color: #dab300;
  font-weight: 400;
  font-size: 2.2rem;
  border: 2px solid #dab300;
  border-radius: 5px;
}

.main-v {
  background: url("../img/top_sp.jpg") no-repeat center center;
  background-size: cover;
  height: 605px;
  position: relative;
  color: #fff;
}

.main-v h1 {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit- transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
}

.main-v b {
  font-size: 2.8rem;
}

.main-v .catchcopy {
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit- transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 335px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.catchcopy .area {
  margin: 0 0 20px;
  text-align: left;
}

.catchcopy .area span {
  display: block;
  text-align: right;
}

.catchcopy .day {
  width: 65%;
  margin: 0 auto 20px;
  padding: 15px 0px;
  position: relative;
}

.catchcopy .day b {
  font-size: 3.2rem;
}

.catchcopy .day::before,
.catchcopy .day::after {
  content: "";
  width: 145px;
  height: 2px;
  background: #dab300;
  position: absolute;
}

.catchcopy .day::before {
  top: 0;
  left: 50%;
  margin: 0 0 0 -72px;
}

.catchcopy .day::after {
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -72px;
}

.ambassador {
  font-size: 1rem;
  position: absolute;
  top: 43%;
  left: 15%;
  text-align: center;
}

.bg01 {
  background: #1a1a1a;
  color: #fff;
}

.bg02 {
  background: url("../img/bg-movie01_sp.png") no-repeat right top, url("../img/bg-movie02_sp.png") no-repeat left bottom;
  background-color: #000;
  background-size: contain;
}

.bg03 {
  background: url("../img/bg-feature.png") no-repeat right top #fff;
  background-size: cover;
}

.bg04 {
  background: url("../img/bg-price.jpg") no-repeat center center;
  background-size: cover;
}

.bg05 {
  background: #f1f1f1;
}

.bg06 {
  background: url("../img/bg-coach.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}

.limited {
  margin: 0 16px;
  padding: 48px 0 38px;
}

.limited h3 {
  background: linear-gradient(270deg, #80682b 0%, #c4af6e 16.67%, #a28142 33.33%, #a28142 66.67%, #80682b 83.33%, #c4af6e 100%);
  color: #fbeeee;
  font-size: 2.6rem;
  font-weight: 700;
  text-shadow: 0px 0px 6px #483811;
  text-align: center;
  padding: 16px;
}

.limited dl {
  background: linear-gradient(270deg, #80682b 0%, #c4af6e 16.67%, #a28142 33.33%, #a28142 66.67%, #80682b 83.33%, #c4af6e 100%);
  padding: 0 0 10px;
}

.limited dt {
  text-align: center;
  background: rgba(246, 246, 241, 0.9);
  color: #020202;
  font-weight: 600;
  font-size: 2.4rem;
  position: relative;
  padding: 24px 0 0;
}

.limited dt::after {
  content: "";
  height: 2px;
  width: 70%;
  display: table;
  background: linear-gradient(270deg, #80682b 0%, #c4af6e 16.67%, #a28142 33.33%, #a28142 66.67%, #80682b 83.33%, #c4af6e 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -35%;
}

.limited dd {
  background: rgba(246, 246, 241, 0.9);
  padding: 24px 0;
}

.limited li {
  margin: 0 20px 24px 0;
  color: #927801;
  font-weight: 900;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.limited li b {
  font-size: 3.4rem;
}

.limited li span {
  display: inline-block;
  width: 190px;
  text-align: center;
}

.limited li img {
  width: 110px;
  vertical-align: top;
}

.limited .note {
  margin: 0 22px 16px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #1d1d1d;
}

.limited .btn01 {
  margin: 0 22px;
}

.limited .btn01 a {
  font-weight: 600;
  font-size: 2.2rem;
  display: block;
  text-align: center;
  padding: 16px 0;
  border-radius: 5px;
  background: #212121;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.movie h2 {
  text-align: center;
  color: #dab300;
  font-weight: 700;
  font-size: 2.6rem;
  margin: 0 0 32px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.title01 {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  margin: 0 0 32px;
}

.title01 span {
  display: block;
  font-size: 1.2rem;
  color: #dab300;
}

.feature {
  margin: 0 auto;
  text-align: center;
}

.title02 {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  margin: 0 0 32px;
  color: #dab300;
}

.title02 span {
  display: block;
  font-size: 1.2rem;
  color: #fff;
}

ul.slide {
  margin: 0 0 32px;
}

ul.slide li {
  margin: 0 4px;
}

ul.area-box > li {
  margin: 0 0 24px;
}

ul.shop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

ul.shop > li {
  border: 1px solid #dab300;
  text-align: center;
  position: relative;
  padding: 8px 0;
}

ul.shop > li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #dab300 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

ul.shop li > label p {
  text-align: center;
  margin: 0;
  color: #dab300;
  font-size: 1.8rem;
}

ul.shop li > label span {
  display: block;
  color: #fff;
  font-size: 1rem;
}

/*------------ accordion ------------*/



ul.area-box li > .title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 10px;
  margin: 0 0 16px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  position: relative;
}

ul.area-box li > .title::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.area-box li > .title.open::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*------------ popup ------------*/
.popup-btn, .popup {
  display: none;
  opacity: 0
}

.popup-btn:checked~.popup {
  display: block;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.close-popup {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 10;
  cursor: pointer;
}

.popup-box {
  background: rgba(29, 29, 29, 0.8);
  color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 600px;
  max-width: 640px;
  z-index: 11;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  text-align: left;
}

.close-btn {
  display: block;
  position: relative;
  left: 88%;
  top: 8px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  z-index: 12;
}

.close-btn span {
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 4px;
  border-bottom: solid 4px #fff;
}

.close-btn span:first-child {
  top: 11px;
  transform: rotate(-45deg);
}

.close-btn span:last-child {
  top: 11px;
  transform: rotate(45deg);
}

.popup-box {
  height: 600px;
}

.popup-box .title {
  text-align: center;
  color: #dab300;
  font-weight: 700;
  font-size: 2.8rem;
  margin: 0 auto 16px;
}

.popup-box .info {
  padding: 36px 16px 24px;
  font-size: 1.4rem;
}

.popup-box ul.sns {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
}

.popup-box ul.sns > li:first-child {
  border: 1px solid #fff;
  padding: 4px 8px;
}

.popup-box ul.sns ul li {
  display: inline-block;
  margin: 0 8px 0 0;
  width: 30px;
}

.popup-box ul.sns ul li:last-child {
  margin: 0;
}

.popup-box ul.address {
  margin: 0 0 16px;
}

.popup-box ul.address li {
  margin: 0 0 8px;
}

.popup-box .btn {
  width: 280px;
  margin: 0 auto;
}

.popup-box .btn a {
  display: block;
  text-align: center;
  color: #dab300;
  font-weight: 700;
  font-size: 2rem;
  border: 2px solid #dab300;
  border-radius: 5px;
  padding: 10px 0;
}

/*-------------------------------*/

.equipment {
  padding: 80px 6px;
}

.equipment .left-box,
.equipment .right-box {
  margin: 0 0 24px;
}

.equipment video {
  width: 100%;
}

.equipment .photo {
  margin: 0 0px 18px;
  padding: 0 10px;
  position: relative;
}

.equipment .photo span {
  display: block;
  width: 100%;
  background: url("../img/bg-title.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 5px 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.equipment .left-box p,
.equipment .right-box p {
  margin: 0 10px 0;
}

.triple li {
  margin: 0 0 24px;
}

.plan {
  margin-top: 48px;
}

.plan dl {
  background: linear-gradient(270deg, #80682b 0%, #c4af6e 16.67%, #a28142 33.33%, #a28142 66.67%, #80682b 83.33%, #c4af6e 100%);
  padding: 4px 0 0;
  margin: 0 0 48px;
  position: relative;
}

.plan dl::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #80682b 0%, #c4af6e 16.67%, #a28142 33.33%, #a28142 66.67%, #80682b 83.33%, #c4af6e 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.plan dt {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background: linear-gradient(270deg, #80682b 0%, #c4af6e 16.67%, #a28142 33.33%, #a28142 66.67%, #80682b 83.33%, #c4af6e 100%);
  padding: 2px;
}

.plan dt span {
  display: block;
  width: 184px;
  text-align: center;
  padding: 2px 0px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

.plan .regular dt span {
  background: linear-gradient(90deg, #8a0909 -22.5%, #960101 28.17%, #9e2020 78.83%, #af0000 129.5%);
}

.plan .night dt span {
  background: linear-gradient(90deg, #0a6bb2 -22.5%, #0071bb 28.17%, #2b94de 78.83%, #0065af 129.5%);
}

.plan .vip dt span {
  background: linear-gradient(90deg, #8b8260 -22.5%, #85795a 28.17%, #b6a579 78.83%, #8c8865 129.5%);
}

.plan .corporation dt span {
  background: linear-gradient(90deg, #8b7260 -22.5%, #85695a 28.17%, #b68f79 78.83%, #8c7365 129.5%);
}

.plan dd {
  background: #fff;
  padding: 34px 8px 16px;
}

.plan .title {
  color: #aB8d00;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.plan .title em {
  text-decoration: line-through;
  margin: 0 8px 0 0;
}

.plan p {
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
}

.price .free {
  color: #dab300;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0 0 24px;
}

.price .free b {
  display: block;
  font-size: 3.2rem;
}

.price .note {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 300px;
  margin: 0 auto;
}

.cta-box {
  padding: 48px 24px;
}

.cta-box .title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 16px;
}

ul.step li {
  background: #1d1d1d;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
  margin: 0 0 48px;
  position: relative;
}

ul.step li:last-child {
  margin: 0;
}

ul.step li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #585858 transparent transparent transparent;
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin: 0 0 0 -16px;
}

ul.step li:last-child::after {
  content: none;
}

ul.step li .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

ul.step li br {
  display: none;
}

ul.step li .title img {
  width: 24px;
  margin: 0 22px 0 0;
}

ul.step li .cta a {
  display: table;
  font-size: 1.6rem;
  margin: 8px auto 0;
  padding: 4px 16px;
}

.lesson p {
  text-align: center;
}

ul.coach {
  display: grid;
  grid-template-columns: 104px 104px 104px;
  grid-gap: 8px;
  margin: 0 auto 8px;
  max-width: 330px;
}

.lesson h2 span {
  text-align: center;
}

.lesson span {
  display: block;
  text-align: right;
}

.mygol {
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-gap: 24px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}

.store {
  display: grid;
  grid-template-columns: 140px 170px;
  grid-gap: 16px;
  justify-content: center;
  margin: 0 auto 24px;
}



@media screen and (min-width:768px) {

body {
  font-size: 1.8rem;
}

p {
  margin: 0 0 24px;
}

/*------------------------------
	header
------------------------------*/
header {
  top: 0;
  bottom: auto;
}

header .inner {
  padding: 10px 0;
  margin: 0 auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  display: block;
  width: 153px;
}

header .cta {
  width: 216px;
  margin: 0;
}

header .cta a {
  font-size: 1.8rem;
  padding: 6px 0;
}

/*------------------------------
	footer
------------------------------*/
.supported {
  padding: 72px 0;
}

.supported p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 500px;
}

.supported p span {
  font-size: 2.8rem;
}

.supported img {
  width: 282px;
}

.bottom {
  padding: 80px 32px 96px;
  margin: 0 auto;
  max-width: 1150px;
}

.bottom .logo {
  width: 224px;
  margin: 0 auto 80px;
}

.bottom .address {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  text-align: center;
  margin: 0 auto 90px;
}

.bottom .address p {
  font-size: 1.7rem;
  margin: 0;
}

.bottom .address .tel {
  font-size: 1.4rem;
}

.bottom .address .tel b {
  font-size: 2.4rem;
}

.bottom ul {
  margin: 0;
}

.bottom li {
  margin: 0 0 16px;
}

/*------------------------------
	top
------------------------------*/
section {
  padding: 80px 32px;
}

.cta {
  margin: 0 auto;
  width: 484px;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

.main-v {
  background: url("../img/top_pc.jpg") no-repeat center center;
  background-size: cover;
}

.main-v h1 {
  position: absolute;
  top: 20%;
  left: auto;
  right: 10%;
  transform: none;
  width: 450px;
}

.main-v .catchcopy {
  position: absolute;
  bottom: 50px;
  left: auto;
  right: 10%;
  transform: none;
  width: 380px;
}

.catchcopy .area {
  margin: 0 0 40px;
}

.catchcopy .day {
  width: auto;
  margin: 0 auto 30px;
}

.catchcopy .day::before,
.catchcopy .day::after {
  content: "";
  width: 278px;
  height: 2px;
  background: #dab300;
  position: absolute;
}

.catchcopy .day::before {
  margin: 0 0 0 -139px;
}

.catchcopy .day::after {
  margin: 0 0 0 -139px;
}

.ambassador {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50px;
}

.bg02 {
  background: url("../img/bg-movie01_pc.png") no-repeat right top, url("../img/bg-movie02_pc.png") no-repeat left bottom;
  background-color: #000;
  background-size: 630px;
}

.bg03 {
  background: url("../img/bg-feature.png") no-repeat right top #fff;
  background-size: contain;
}

.limited {
  padding: 48px 32px 38px;
}

.limited dt::after {
  content: "";
  width: 312px;
  margin: 0 0 0 -156px;
}

.limited ul {
  max-width: 350px;
  margin: 0 auto 24px;
}

.limited li {
  margin: 0 auto 24px;
}

.limited .note {
  width: 300px;
  margin: 0 auto 16px;
}

.limited .btn01 {
  max-width: 480px;
  margin: 0 auto;
}

.youtube {
  width: 720px;
  margin: 0 auto;
}

.read {
  text-align: center;
}

ul.slide {
  margin: 0 0 56px;
}

/*------------ accordion ------------*/
ul.area-box li > .title::after {
  width: 16px;
  height: 16px;
}

/*------------ popup ------------*/
ul.shop > li {
  padding: 16px 0;
}

ul.shop li > label p {
  font-size: 3rem;
}

ul.shop li > label p span {
  font-size: 1.8rem;
}

.close-btn {
  left: 92%;
  top: 24px;
  width: 40px;
  height: 40px;
}

.popup-box .info {
  padding: 36px 72px 24px;
  font-size: 1.8rem;
}

.shop-slide {
  padding: 40px 72px 0;
}
/*-------------------------------*/

.equipment {
  padding: 80px 32px;
}

.equipment .left-box {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-gap: 24px;
  align-items: center;
  margin: 0 0 32px;
}

.equipment .right-box {
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-gap: 24px;
  align-items: center;
  margin: 0 0 32px;
}

.equipment .right-box p {
  order: 1;
}

.equipment .right-box .photo {
  order: 2;
}

.triple {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  margin: 0 auto;
}

.triple li {
  margin: 0;
}

.plan {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px 24px;
}

.plan .night .title {
  margin: 0 0 26px;
}

.appri {
  text-align: center;
}

.mygol {
  width: 350px;
  margin: 0 auto 32px;
}


}

@media screen and (min-width:1024px) {


/*------------------------------
	footer
------------------------------*/
.bottom {
  max-width: 1150px;
}

/*------------------------------
	top
------------------------------*/
section {
  padding: 112px 16px;
}

.cta a {
  padding: 24px 0 24px;
  font-weight: 700;
  font-size: 2.6rem;
}

.main-v {
  height: 880px;
}

.main-v h1 {
  top: 20%;
  width: auto;
}

.main-v b {
  font-size: 6.2rem;
}

.main-v .catchcopy {
  width: 710px;
  font-size: 4.8rem;
}

.catchcopy .area {
  margin: 0 0 40px;
}

.catchcopy .day {
  width: auto;
  padding: 25px 0 30px;
}

.catchcopy .day b {
  font-size: 6.2rem;
}

.ambassador {
  top: 43%;
  left: 100px;
}

.limited {
  padding: 80px 0 80px;
}

.limited h3 {
  font-size: 4rem;
}

.limited dl {
  padding: 0 0 16px;
}

.limited dt {
  font-size: 3.4rem;
}

.limited dd {
  padding: 40px 0;
}

.limited ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 830px;
  margin: 0 auto;
}

.limited li {
  margin: 0 16px 24px;
  font-size: 4rem;
  display: grid;
  grid-template-columns: 152px 1fr;
  grid-gap: 0 20px;
  align-items: center;
  justify-content: center;
}

.limited li b {
  font-size: 6.2rem;
}

.limited li span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.limited li img {
  width: 100%;
}

.limited .btn01 a {
  font-size: 2.6rem;
  padding: 24px 0;
}

.movie h2 {
  font-size: 4rem;
  margin: 0 auto 56px;
}

.title01 {
  font-size: 4rem;
  margin: 0 0 56px;
}

.title01 span {
  font-size: 1.8rem;
}

.title02 {
  font-size: 4rem;
  margin: 0 0 56px;
}

.title02 span {
  font-size: 1.8rem;
}

ul.shop {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 32px;
}

ul.shop li a > p {
  font-size: 3rem;
}

ul.shop li span {
  font-size: 1.8rem;
}

/*------------ accordion ------------*/
ul.area-box li > .title {
  font-size: 3.6rem;
  padding: 10px;
  margin: 0 0 32px;
}

/*-----------------------------------*/
.equipment {
  padding: 112px 0;
}

.equipment .left-box {
  display: grid;
  grid-template-columns: 530px 1fr;
  grid-gap: 42px;
  align-items: center;
  margin: 0 0 48px;
}

.equipment .right-box {
  display: grid;
  grid-template-columns: 1fr 530px;
  grid-gap: 42px;
  align-items: center;
  margin: 0 0 48px;
}

.equipment .left-box p, .equipment .right-box p {
  font-size: 2.4rem;
}

.equipment .photo {
  padding: 0 16px;
}

.equipment .photo span {
  background: url(../img/bg-title.png) no-repeat center center;
  background-size: contain;
  padding: 18px 0;
  font-size: 2.4rem;
  bottom: -68px;
}

.plan {
  margin-top: 72px;
}

.plan dl {
  padding: 6px 0 0;
  margin: 0 0 48px;
}

.plan dl::after {
  height: 6px;
}

.plan dt {
  padding: 2px;
}

.plan dt span {
  width: 303px;
  padding: 8px 0px;
  font-size: 3.2rem;
}

.plan dd {
  padding: 50px 8px 24px;
}

.plan .title {
  margin: 0 0 16px;
}

.plan .title em {
  margin: 0 8px 0 0;
}

.plan .night .title {
  margin: 0 0 32px;
}

.plan .night p {
  margin: 0 0 7px;
}

.price .free {
  font-size: 3.2rem;
  margin: 0 0 32px;
}

.price .free b {
  display: inline-block;
  font-size: 4.6rem;
}

.price .note {
  font-size: 1.4rem;
  max-width: 350px;
}

.cta-box {
  padding: 80px 0px;
}

.cta-box .title {
  font-size: 4rem;
  margin: 0 0 32px;
}

ul.step {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 64px;
}

ul.step li {
  font-size: 3.2rem;
  padding: 58px 0px 24px;
  margin: 0;
}

ul.step li::after {
  border-style: solid;
  border-width: 28px 0 28px 25px;
  border-color: transparent transparent transparent #585858;
  position: absolute;
  bottom: 50%;
  left: auto;
  right: -45px;
  margin: 0 0 -20px;
}

ul.step li .title {
  display: block;
  margin: 0 auto 16px;
}

ul.step li br {
  display: block;
}

ul.step li .title img {
  width: 30px;
  margin: 0 0 16px;
}

ul.step li .title span {
  display: block;
}

ul.step li .cta {
  width: 210px;
}

ul.step li .cta a {
  display: block;
  font-size: 2rem;
  margin: 0px auto 0;
  padding: 16px 0px;
}

.lesson p {
  font-size: 2.6rem;
  margin: 0 auto 32px;
}

ul.coach {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 38px;
  justify-content: center;
  margin: 0 auto 8px;
  max-width: 100%;
}

.appri {
  font-size: 2.6rem;
}

.mygol {
  width: 560px;
}

.store {
  grid-template-columns: 206px 248px;
  grid-gap: 24px;
  margin: 32px auto 0;
}




}


@media screen and (min-width:1150px) {


/*------------------------------
	header
------------------------------*/
header .inner {
  width: 1200px;
}

/*------------------------------
	top
------------------------------*/
.limited {
  margin: 0 auto;
  max-width: 1070px;
}

.wrap {
  margin: 0 auto;
  max-width: 1150px;
}

.plan .title {
  font-size: 4rem;
  margin: 0 0 16px;
}

.plan p {
  font-size: 2rem;
}

.plan .night p {
  margin: 0 0 14px;
}



}
