@charset "UTF-8";

html,
body {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "游ゴシック体", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

@media all and (-ms-high-contrast: none) {

    html,
    body {
        font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}

body {
    line-height: 1;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "游ゴシック体", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

@media all and (-ms-high-contrast: none) {

    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    font,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td {
        font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

a {
    text-decoration: none;
    color: #000;
}

a.decoration {
    text-decoration: underline;
}

a.decoration:visited,
a.decoration:focus,
a.decoration:active {
    text-decoration: underline;
    outline: 0;
}

a:visited,
a:focus,
a:active {
    text-decoration: none;
    color: #000;
    outline: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 14px;
    color: #333;
    -webkit-text-size-adjust: 100%;
}

#wrap {
    font-size: 14px;
}

a {
    color: #333;
}

a:visited,
a:focus,
a:active {
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.inner {
    max-width: 1024px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .inner {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .inner {
        width: 90%;
    }
}

@media only screen and (min-width: 1024px) {
    .flL {
        float: left;
    }

    .flR {
        float: right;
    }

    .hoverOpacity {
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .hoverOpacity:hover {
        opacity: 0.8;
    }

    .pcH {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .spTabH {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .tabH {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .spH {
        display: none !important;
    }
}

.alignL {
    text-align: left;
}

.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .tabAlignL {
        text-align: left;
    }

    .tabAlignC {
        text-align: center;
    }

    .tabAlignR {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .spAlignL {
        text-align: left;
    }

    .spAlignC {
        text-align: center;
    }

    .spAlignR {
        text-align: right;
    }
}

.required {
    color: #c00;
    font-size: 10px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.tabBox {
    width: 100%;
    display: none;
}

.tabBox.active {
    display: block;
}

body p {
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    body p {
        line-height: 1.7;
    }
}

body.red #about {
    background-color: #F1004A;
}

body.red #about:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-top: 2px;
    border-style: solid;
    border-width: 0vh 100vw 20vh 0vw;
    border-color: transparent transparent #fff;
}

@media only screen and (max-width: 767px) {
    body.red #about:after {
        border-width: 0vh 100vw 10vh 0vw;
    }
}

body.red #traning {
    background-color: #F1004A;
}

body.red #point:before {
    content: "";
    position: absolute;
    top: 0vh;
    right: 0;
    width: 0;
    height: 0;
    margin-bottom: 1px;
    border-style: solid;
    border-width: 20vh 100vw 0vh 0vw;
    border-color: #F1004A transparent transparent;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    body.red #point:before {
        border-width: 10vh 100vw 0vh 0vw;
    }
}

body.red #point:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-top: 2px;
    border-style: solid;
    border-width: 0vh 100vw 20vh 0vw;
    border-color: transparent transparent #F1004A;
}

@media only screen and (max-width: 767px) {
    body.red #point:after {
        border-width: 0vh 100vw 10vh 0vw;
    }
}

body.red #dgc {
    background-color: #F1004A;
}

body.red #dgc:after {
    content: "";
    position: absolute;
    top: -20vh;
    right: 0;
    width: 0;
    height: 0;
    margin-top: 2px;
    border-style: solid;
    border-width: 0 0vw 20vh 100vw;
    border-color: transparent transparent #F1004A;
}

@media only screen and (max-width: 767px) {
    body.red #dgc:after {
        top: -10vh;
        border-width: 0 0vw 10vh 100vw;
    }
}

body.red #guidance:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-bottom: 1px;
    border-style: solid;
    border-width: 10vh 0vw 0vh 100vw;
    border-color: #F1004A transparent transparent;
    z-index: 10;
}

body.red #faq:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-top: 2px;
    border-style: solid;
    border-width: 0vh 100vw 20vh 0vw;
    border-color: transparent transparent #F1004A;
}

@media only screen and (max-width: 767px) {
    body.red #faq:after {
        border-width: 0vh 100vw 10vh 0vw;
    }
}

.titleArea {
    margin-bottom: 48px;
}

.titleArea.right {
    text-align: right;
}

.titleArea.center {
    text-align: center;
}

.titleArea .enTitle {
    font-family: 'Barlow', sans-serif;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .titleArea .enTitle {
        font-size: 8vw;
    }
}

.titleArea h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .titleArea h3 {
        font-size: 4vw;
    }
}

.point li .pointTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.point li .pointTitle .numWrap {
    width: 48px;
    text-align: center;
    margin-right: 16px;
}

@media only screen and (max-width: 767px) {
    .point li .pointTitle .numWrap {
        width: 40px;
    }
}

.point li .pointTitle .numWrap p {
    color: #F1004A;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .point li .pointTitle .numWrap p {
        font-size: 3vw;
    }
}

.point li .pointTitle .numWrap p:last-child {
    margin-top: 6px;
    padding-top: 2px;
    border-top: 2px solid #F1004A;
    font-size: 48px;
}

@media only screen and (max-width: 767px) {
    .point li .pointTitle .numWrap p:last-child {
        font-size: 11vw;
    }
}

.point li .pointTitle h3 {
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .point li .pointTitle h3 {
        font-size: 7vw;
    }
}

.point li ol li {
    line-height: 1.5;
}

#header {
    width: 100%;
    height: 100vh;
    background-color: #000;
    background-position: center center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10vw;
    position: relative;
}

@media only screen and (max-width: 767px) {
    #header {
        height: 80vh;
    }
}

#header .catchWrap {
    position: absolute;
    top: 35%;
    right: 10vw;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    max-width: 80vw;
}

#header .catchWrap .logo {
    margin-bottom: 40px;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    #header .catchWrap .logo {
        text-align: center;
    }
}

#header .catchWrap .logo img {
    display: inline-block;
    max-width: 320px;
}

@media only screen and (max-width: 767px) {
    #header .catchWrap .logo img {
        max-width: 200px;
    }
}

#header .catchWrap h2 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 118px;
    margin-bottom: 32px;
    text-align: right;
    color: #F1004A;
    text-shadow: 1px 1px #fff, 8px 8px black;
}

@media only screen and (max-width: 767px) {
    #header .catchWrap h2 {
        font-size: 23vw;
        text-shadow: 1px 1px #fff, 5px 5px black;
        line-height: 0.9;
    }
}

#header .catchWrap .copy {
    text-align: right;
}

#header .catchWrap .copy p {
    background-color: #fff;
    color: #000;
    line-height: 1;
    padding: 10px;
    font-size: 32px;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
    #header .catchWrap .copy p {
        font-size: 5.8vw;
        padding: 6px;
    }
}

#main section {
    position: relative;
}

#main section .inner {
    position: relative;
    z-index: 3;
}

#main section#plan {
    padding: 6% 0;
    background-color: #F3F3F3;
}

@media only screen and (max-width: 767px) {
    #main section#plan {
        padding: 15vw 0;
    }
}

#main section#movie {
    background-color: #000;
    color: #fff;
    padding: 6% 0;
}

@media only screen and (max-width: 767px) {
    #main section#movie {
        padding: 15vw 0;
    }

    #main section#movie .titleArea {
        margin-bottom: 4vw;
    }
}

#main section#faq {
    padding: 20vh 0 25vh 0;
    background-color: #F3F3F3;
}

@media only screen and (max-width: 767px) {
    #main section#faq {
        padding: 15vw 0;
    }

    #main section#faq .titleArea {
        margin-bottom: 4vw;
    }
}

#main section#point {
    padding: 20vh 0 20vh 0;
}

@media only screen and (max-width: 767px) {
    #main section#point {
        padding: 7vh 0 13vh 0;
    }
}

#main section#point .titleArea {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    #main section#point .titleArea {
        margin-bottom: 4vh;
    }
}

#main section#traning {
    color: #fff;
    padding-bottom: 4%;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    #main section#traning .titleArea {
        margin-bottom: 4vh;
    }
}

@media only screen and (max-width: 767px) {
    #main section#traning {
        padding: 0vh 0 7vh 0;
    }
}

#main section#beforafter {
    text-align: center;
    padding-bottom: 10%;
}

#main section#beforafter .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main section#beforafter .inner .exWrap {
    width: 100%;
    padding: 24px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main section#beforafter .inner .graph {
    padding: 24px;
    background-color: #000;
    padding-top: 0;
}

#main section#beforafter .inner .exWrap:after {
    content: "▶";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #c30021;
    font-size: 68px;
}

#main section#beforafter .inner .exWrap .before {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

#main section#beforafter .inner .exWrap .before .label {
    bottom: 0;
    left: 0;
}

#main section#beforafter .inner .exWrap .after {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

#main section#beforafter .inner .exWrap .after .label {
    right: 0;
    top: 0;
}

#main section#beforafter .inner .exWrap .label {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    padding: 8px;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
}

#main section#beforafter .inner .exWrap .result {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #c30021;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 16px;
    bottom: 16px;
}

#main section#beforafter .inner .exWrap .result p {
    line-height: 1;
    font-size: 16px;
}

#main section#beforafter .inner .exWrap .result p:nth-child(2) {
    font-family: 'Barlow', sans-serif;
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    #main section#beforafter .inner .exWrap:after {
        font-size: 30px;
    }

    #main section#beforafter .inner .exWrap .result {
        width: 70px;
        height: 70px;
    }

    #main section#beforafter .inner .exWrap .result p {
        line-height: 1;
        font-size: 12px;
    }

    #main section#beforafter .inner .exWrap .result p:nth-child(2) {
        font-family: 'Barlow', sans-serif;
        font-size: 18px;
    }
}

#main section#guidance {
    padding: 5% 0 8% 0;
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 767px) {
    #main section#guidance {
        padding: 7vh 0 7vh 0;
    }

    #main section#guidance .titleArea {
        margin-bottom: 4vw;
    }
}

#main section#dgc {
    padding: 0% 0;
    color: #fff;
    z-index: 30;
}

@media only screen and (max-width: 767px) {
    #main section#dgc {
        padding: 7vh 0 7vh 0;
    }
}

#main section#about {
    padding: 3% 0 12% 0;
    color: #fff;
}

#main section#entry {
    padding: 5% 0 8% 0;
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 767px) {
    #main section#entry {
        padding: 7vh 0 7vh 0;
    }

    #main section#entry .titleArea {
        margin-bottom: 4vw;
    }
}

#main section .textArea.w50 {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    #main section .textArea.w50 {
        width: 100%;
    }
}

#main section .payWrap {
    border: 1px solid #333;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 90px;
}

@media only screen and (max-width: 767px) {
    #main section .payWrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 4vh;
    }
}

#main section .payWrap h3 {
    font-weight: bold;
    font-size: 18px;
    width: 240px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #main section .payWrap h3 {
        width: 100%;
        margin-bottom: 16px;
    }
}

#main section .payWrap p {
    width: calc(100% - 240px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    border-left: 1px solid #333;
}

@media only screen and (max-width: 767px) {
    #main section .payWrap p {
        width: 100%;
        padding-left: 0;
        border-left: none;
        font-size: 85%;
    }
}

#main section .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main section .point > li {
    width: 28%;
    margin-right: 8%;
}

@media only screen and (max-width: 767px) {
    #main section .point > li {
        width: 100%;
        margin-right: 0;
    }
}

#main section .point > li:nth-child(2n) {
    margin-top: 36px;
}

@media only screen and (max-width: 767px) {
    #main section .point > li:nth-child(2n) {
        margin-top: 6vh;
    }
}

#main section .point > li:nth-child(3n) {
    margin-top: 72px;
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    #main section .point > li:nth-child(3n) {
        margin-top: 6vh;
    }
}

#main section .point > li .img {
    margin-bottom: 20px;
}

#main section .point > li .img img {
    width: 100%;
}

#main section .point > li ol li {
    margin-top: 12px;
    line-height: 1.5;
}

#main section .point > li ol li:nth-child(1) {
    margin-top: 0;
}

#main section .movieList li {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#main section .movieList li iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#main section .localNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    #main section .localNav {
        margin-bottom: 5vh;
    }
}

#main section .localNav > div {
    margin: 0 10px;
}

@media only screen and (max-width: 767px) {
    #main section .localNav > div {
        margin: 0 6px;
    }
}

#main section .localNav > div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 240px;
    padding: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: #fff;
    text-align: center;
    padding-bottom: 36px;
}

@media only screen and (max-width: 767px) {
    #main section .localNav > div a {
        width: 28vw;
        height: 28vw;
        padding: 2vw;
    }
}

#main section .localNav > div a p {
    font-family: 'Cormorant Unicase', serif;
    font-size: 14px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    #main section .localNav > div a p {
        font-size: 2vw;
    }
}

#main section .localNav > div a h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    #main section .localNav > div a h4 {
        font-size: 3.6vw;
    }
}

#main section .imgWrap {
    width: 100%;
    position: relative;
    padding-top: 40px;
    z-index: 15;
}

@media only screen and (max-width: 767px) {
    #main section .imgWrap {
        padding-top: 0;
    }
}

#main section .guideImg {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 60px);
}

@media only screen and (max-width: 767px) {
    #main section .guideImg {
        position: relative;
        width: 90%;
        margin: 0 auto;
        margin-top: 6vh;
    }
}

#main section .guideImg img {
    max-height: 400px;
}

#main section .traningSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main section .traningSlider .img {
    width: 560px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    #main section .traningSlider .img {
        width: 100%;
        margin-bottom: 5vw;
    }
}

#main section .traningSlider .img .youtubeWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#main section .traningSlider .img .youtubeWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#main section .traningSlider .img p {
    position: absolute;
    right: -24px;
    top: 0;
    font-size: 72px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #000;
}

#main section .traningSlider .textWrap {
    width: calc(100% - 620px);
}

@media only screen and (max-width: 767px) {
    #main section .traningSlider .textWrap {
        width: 100%;
    }
}

#main section .traningSlider .textWrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

#main section .traningSlider .textWrap dl dt {
    padding-right: 8px;
    font-size: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    #main section .traningSlider .textWrap dl dt {
        font-size: 6vw;
    }
}

#main section .traningSlider .textWrap dl dd {
    padding: 4px;
    line-height: 1;
    border: 1px solid #fff;
    font-size: 80%;
    font-weight: bold;
}

#main section .traningSlider .textWrap h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
    #main section .traningSlider .textWrap h3 {
        margin-bottom: 4vw;
        font-size: 6.5vw;
    }
}

#main section .traningSlider .textWrap ol {
    padding-left: 20px;
}

#main section .traningSlider .textWrap ol li {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.3;
    list-style: disc;
}

#main section .traningSlider .textWrap ol li:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    #main section .traningSlider .textWrap ol li {
        font-size: 3.5vw;
    }
}

#main section .planDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    background-color: #fff;
}

#main section .planDetail:first-child {
    margin-top: 0;
}

#main section .planDetail:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
    #main section .planDetail:first-child {
        margin-top: 0vh;
    }
}

@media only screen and (max-width: 767px) {
    #main section .planDetail {
        background-color: #fff;
        width: 90%;
        margin: 0 auto;
        margin-top: 3vh;
    }
}

#main section .planDetail .imgWrap {
    width: 40%;
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
    #main section .planDetail .imgWrap {
        width: 100%;
    }
}

#main section .planDetail .imgWrap img {
    width: 100%;
}

#main section .planDetail .textArea {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    #main section .planDetail .textArea {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 4vh;
    }
}

#main section .planDetail .textArea:after {
    content: "";
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    height: 280px;
}

@media only screen and (max-width: 767px) {
    #main section .planDetail .textArea:after {
        display: none;
    }
}

#main section .planDetail .textArea .textInner {
    width: 500px;
    position: relative;
    z-index: 10;
}

#main section .planDetail .textArea .textInner .planTitleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}

#main section .planDetail .textArea .textInner .planTitleWrap .title p {
    font-family: 'Cormorant Unicase', serif;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    #main section .planDetail .textArea .textInner .planTitleWrap .title p {
        font-size: 2.5vw;
    }
}

#main section .planDetail .textArea .textInner .planTitleWrap .title h4 {
    font-size: 24px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    #main section .planDetail .textArea .textInner .planTitleWrap .title h4 {
        font-size: 5vw;
    }
}

#main section .planDetail .textArea .textInner .planTitleWrap ul li {
    width: 40px;
}

#main section .planDetail .textArea .textInner > ul li {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.3;
}

#main section .planDetail .textArea .textInner > ul li:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    #main section .planDetail .textArea .textInner > ul li {
        font-size: 3.4vw;
    }
}

#main section .planDetail .textArea .textInner .priceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 24px;
}

#main section .planDetail .textArea .textInner .priceWrap .price {
    font-size: 56px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #EB0028;
    line-height: 1;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    #main section .planDetail .textArea .textInner .priceWrap .price {
        font-size: 5vh;
    }
}

#main section .planDetail .textArea .textInner .priceWrap .price span {
    font-size: 45%;
}

/* アコーディオンメニュー全体のサイズ・位置 */
.ac {
    width: 100%;
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    .ac {
        margin-top: 2.5vw;
    }
}

.ac:first-child {
    margin-top: 0;
}

/* クリック領域 */
.ac-parent {
    background-color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    padding: 24px;
    font-size: 18px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .ac-parent {
        padding: 4vw;
        font-size: 4vw;
    }
}

.ac-parent .icon {
    width: 40px;
}

@media only screen and (max-width: 767px) {
    .ac-parent .icon {
        width: 30px;
    }
}

.ac-parent .text {
    width: calc(100% - 40px);
}

@media only screen and (max-width: 767px) {
    .ac-parent .text {
        width: calc(100% - 30px);
    }
}

/* クリックしたら表示される領域 */
.ac-child {
    display: none;
}

.ac-child .ac-childInner {
    background-color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px;
    font-size: 18px;
    border-top: 1px solid #f4f4f4;
}

.ac-child .ac-childInner .icon {
    width: 40px;
    font-weight: bold;
}

.ac-child .ac-childInner .text {
    width: calc(100% - 40px);
    font-size: 16px;
}

.formWrap {
    max-width: 640px;
    margin: 0 auto;
}

.formWrap .formParts {
    margin-bottom: 32px;
}

.formWrap .formParts .error {
    margin-top: 6px;
    line-height: 1;
    display: block;
    padding: 5px;
    background-color: red;
    color: #fff;
    font-size: 13px;
}

.formWrap .formParts p {
    margin-bottom: 6px;
    font-weight: bold;
}

.formWrap .formParts p span {
    color: red;
    padding-left: 8px;
}

.formWrap .formParts input[type="text"],
.formWrap .formParts input[type="email"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #999;
    border-radius: 3px;
}

.formWrap .formParts textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #999;
    border-radius: 3px;
    min-height: 240px;
}

.formWrap .formParts select {
    width: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #999;
    border-radius: 3px;
}

.formWrap .formParts .mwform-tel-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formWrap .formParts .mwform-tel-field input[type="text"] {
    width: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 0 5px;
}

.formWrap .formParts .mwform-tel-field input[type="text"]:first-child {
    margin-left: 0;
}

.formWrap .formParts .addressWrap {
    width: 100%;
}

.formWrap .formParts .addressWrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formWrap .formParts .addressWrap dl:first-child {
    margin-top: 0;
}

.formWrap .formParts .addressWrap dl dt {
    width: 140px;
}

@media only screen and (max-width: 767px) {
    .formWrap .formParts .addressWrap dl dt {
        width: 100%;
        margin-bottom: 5px;
    }
}

.formWrap .formParts .addressWrap dl dd {
    width: calc(100% - 140px);
}

@media only screen and (max-width: 767px) {
    .formWrap .formParts .addressWrap dl dd {
        width: 100%;
    }
}

.formWrap .formParts .addressWrap dl dd .mwform-zip-field,
.formWrap .formParts .addressWrap dl dd .mwform-tel-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formWrap .formParts .addressWrap dl dd .mwform-zip-field input[type="text"],
.formWrap .formParts .addressWrap dl dd .mwform-tel-field input[type="text"] {
    width: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 0 5px;
}

.formWrap .formParts.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formWrap .formParts.btn input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    padding: 0 24px;
    margin: 0;
    margin: 0 5px;
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 16px;
}

#underHeader {
    background-color: #000;
    padding: 10vh;
    text-align: center;
}

#underHeader h2 {
    color: #fff;
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    #underHeader h2 {
        font-size: 10vw;
    }
}

.under {
    text-align: center;
    padding: 15vh 0;
}

.under .formWrap {
    text-align: left;
}

.customize-support .under {
    padding: 0;
}

.under .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 7vh;
}

.under .back a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    border: 1px solid #000;
    padding: 0 20px;
    border-radius: 5px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.under .back a:hover {
    background-color: #000;
    color: #fff;
}

#footWrap {
    background-color: #000;
    padding: 70px;
}

#footWrap .footerLogo {
    text-align: center;
}

#footWrap .footerLogo img {
    width: 200px;
    display: inline-block;
}

.entryBtn {
    text-align: center;
    margin-top: 40px;
}

.entryBtn a {
    display: inline-block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #333;
    transition-duration: .3s;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
}

.entryBtn a:hover {
    color: #f1004a;
    background-color: #000;
}
