@charset "UTF-8";
/* ----------------------------------------------------- */
/* page setting
/* ----------------------------------------------------- */
body {
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    min-width: 320px;
    color: #000;
    height: 100%;
}

@media screen and (min-width: 640px) {
    body {
        min-width: 1200px;
    }
}

sup {
    font-size: .6em;
}

/* ----------------------------------------------------- */
/* layout
/* ----------------------------------------------------- */
.inner-m, .inner-l {
    margin: 0 auto;
    width: 90.625%;
}

@media screen and (min-width: 640px) {
    .inner-m, .inner-l {
        width: 93.75%;
    }
}

.inner-m {
    max-width: 950px;
}

.inner-l {
    max-width: 1200px;
}



/* ----------------------------------------------------- */
/* shared style
/* ----------------------------------------------------- */
.mod-text, .page-text, .use-text, .use-product-name, .use-product-number, .use-caption, .use-btnbox .btn, .btn, .sp-menu-btn-text, .acc-text, .acc-name, .tpl__arrow--block-2col, .tpl__arrow--block-text, #a-academy p,
#a-academy a, #Ques p,
#Ques a {
    font-weight: 500;
}

.serif, .item-title, .sep-title, .section-title, .section-title-name, .section-title-text, .use-title, .page-header-intro-text, .page-nav-link, .sp-menu-btn-text, .acc-title {
    font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
    font-weight: 500;
}

.white-shadow, .p1-title {
    text-shadow: 5px 5px 15px #fff, -5px 5px 15px #fff, 5px -5px 15px #fff, -5px -5px 15px #fff;
}

.white-shadow::selection, .p1-title::selection {
    text-shadow: none;
}

p.white-shadow, p.p1-title {
    text-shadow: 3px 3px 10px #fff, -3px 3px 10px #fff, 3px -3px 10px #fff, -3px -3px 10px #fff;
}

.img-block {
    margin-top: 25px;
}

@media screen and (min-width: 640px) {
    .img-block {
        margin-top: 50px;
    }
}

.img-block.horizontal {
    max-width: 636px;
    margin-left: auto;
    margin-right: auto;
}

.img-block-caption {
    margin-top: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: right;
    line-height: 1.5;
}

@media screen and (min-width: 640px) {
    .img-block-caption {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.img-block + .page-text {
    margin-top: 20px;
}

@media screen and (min-width: 640px) {
    .img-block + .page-text {
        margin-top: 40px;
    }
}

.img-block + .p1-text {
    margin-top: 50px;
}

@media screen and (min-width: 640px) {
    .img-block + .p1-text {
        margin-top: 100px;
    }
}

.item + .item,
.item + .sep {
    margin-top: 40px;
}

@media screen and (min-width: 640px) {
    .item + .item,
    .item + .sep {
        margin-top: 80px;
    }
}

.item-title {
    text-align: center;
    letter-spacing: .12em;
    line-height: 1.5;
    font-size: 24px;
    font-size: 1.5rem;
}

@media screen and (min-width: 480px) {
    .item-title {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 640px) {
    .item-title {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.item + .use {
    margin-top: 50px;
}

@media screen and (min-width: 640px) {
    .item + .use {
        margin-top: 100px;
    }
}

.sep {
    text-align: center;
}

.sep-title {
    line-height: 1.5;
    display: inline-block;
    padding: 0 41px;
    position: relative;
    font-size: 17px;
    font-size: 1.0625rem;
}

@media screen and (min-width: 480px) {
    .sep-title {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}

@media screen and (min-width: 640px) {
    .sep-title {
        padding: 0 61px;
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.sep-title::before, .sep-title::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 21px;
    height: 1px;
    background: #333333;
    transform: translateY(-50%);
}

@media screen and (min-width: 640px) {
    .sep-title::before, .sep-title::after {
        width: 42px;
    }
}

.sep-title::before {
    left: 0;
}

.sep-title::after {
    right: 0;
}

.sep + .item {
    margin-top: 40px;
}

@media screen and (min-width: 640px) {
    .sep + .item {
        margin-top: 80px;
    }
}

.page-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: .06em;
}

@media screen and (min-width: 640px) {
    .page-text {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.section.has-bg {
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto;
}

@media screen and (min-width: 1920px) {
    .section.has-bg {
        background-size: 100%;
    }
}

.section-title {
    letter-spacing: .12em;
    text-align: center;
    font-size: 28px;
    font-size: 1.75rem;
    color: #333333;
    line-height: 1.5;
}

@media screen and (min-width: 480px) {
    .section-title {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

@media screen and (min-width: 640px) {
    .section-title {
        font-size: 44px;
        font-size: 2.75rem;
    }
}

.section-title-wrap {
    color: #fff;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 150px;
}

@media screen and (min-width: 640px) {
    .section-title-wrap {
        padding-bottom: 0;
    }
}

.section-title-wrap .section-title {
    color: #fff;
}

.section-title-wrap .section-title::selection,
.section-title-wrap .section-title-name::selection,
.section-title-wrap .section-title-text::selection {
    text-shadow: none !important;
}

.section-title-wrap + .inner-m {
    margin-top: 30px;
}

.section-title-lens {
    margin: 0 auto;
}

.section-title-lens.s2-lens {
    width: 77%;
}

@media screen and (min-width: 640px) {
    .section-title-lens.s2-lens {
        width: 308px;
    }
}

.section-title-lens.s3-lens {
    width: 59.5%;
}

@media screen and (min-width: 640px) {
    .section-title-lens.s3-lens {
        width: 238px;
    }
}

.section-title-lens.s4-lens {
    width: 44%;
}

@media screen and (min-width: 640px) {
    .section-title-lens.s4-lens {
        width: 176px;
    }
}

.section-title-lens.s5-lens {
    width: 57.25%;
}

@media screen and (min-width: 640px) {
    .section-title-lens.s5-lens {
        width: 229px;
    }
}

.section-title-name {
    text-align: center;
    margin-top: 10px;
    letter-spacing: .12em;
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 480px) {
    .section-title-name {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 640px) {
    .section-title-name {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.section-title-text {
    margin-top: 30px;
    letter-spacing: .075em;
    line-height: 1.9;
    font-size: 17px;
    font-size: 1.0625rem;
}

@media screen and (min-width: 640px) {
    .section-title-text {
        margin-top: 40px;
        text-align: center;
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.use {
    padding: 20px;
    background: #ececec;
    color: #333;
}

@media screen and (min-width: 640px) {
    .use {
        padding: 20px 40px 50px;
        display: flex;
        justify-content: space-between;
    }
}

.use-imgbox {
    display: block;
}

.use-imgbox.pc {
    display: none;
}

.use-imgbox.sp {
    margin-top: 30px;
    text-align: center;
}

@media screen and (min-width: 640px) {
    .use-imgbox.pc {
        display: block;
        flex: 0 0 auto;
        margin-left: 30px;
    }
    .use-imgbox.pc.glens {
        padding-right: 10px;
    }
    .use-imgbox.sp {
        display: none;
    }
}

.use-textbox {
    line-height: 1.5;
}

@media screen and (min-width: 640px) {
    .use-textbox {
        position: relative;
        padding-top: 20px;
        padding-bottom: calc(20px + 2.7rem);
        flex: 1 1 auto;
    }
}

.use-title {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
}

@media screen and (min-width: 640px) {
    .use-title {
        text-align: left;
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.use-text {
    margin-top: 24px;
}

@media screen and (min-width: 640px) {
    .use-text {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.use-product-name {
    margin-top: 8px;
    font-size: 21px;
    font-size: 1.3125rem;
}

.use-product-name .small {
    font-size: 15px;
    font-size: 0.9375rem;
}

@media screen and (min-width: 640px) {
    .use-product-number {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.use-caption {
    font-size: 14px;
    font-size: 0.875rem;
    display: flex;
}

.use-caption-title {
    flex: 0 0 auto;
}

.use-caption-text {
    margin-left: 4px;
}

.use-btnbox {
    margin-top: 20px;
    display: flex;
}

@media screen and (min-width: 640px) {
    .use-btnbox {
        margin-top: 0;
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
    }
}

.use-btnbox .btn {
    flex: 0 1 49%;
    max-width: 49%;
}

.use-btnbox .btn.only {
    flex: 0 1 100%;
    max-width: 100%;
}

.use-btnbox .btn + .btn {
    margin-left: 2%;
}

@media screen and (min-width: 640px) {
    .use-btnbox .btn + .btn {
        margin-left: 8px;
    }
}

.use + .use {
    margin-top: 35px;
}

@media screen and (min-width: 640px) {
    .use + .use {
        margin-top: 70px;
    }
}

.btnbox .btn + .btn {
    margin-left: 8px;
}

.btn {
    display: inline-block;
    box-sizing: border-box;
    max-width: 11.5rem;
    padding: 12px 22px;
    text-align: center;
    color: #fff;
    background: #3f3f3f;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    transition: .3s !important;
    line-height: 1.5;
}

@media screen and (min-width: 640px) {
    .btn {
        width: 11.5rem;
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 12px 32px;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff;
    background: #656565;
}

.btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #fff;
}

@media screen and (min-width: 640px) {
    .btn::before {
        left: 22px;
    }
}

.btn.orange {
    background: #e06909;
}

.btn.orange:hover, .btn.orange:focus {
    background: #f7913e;
}

/* ----------------------------------------------------- */
/* other style
/* ----------------------------------------------------- */
/* mainvisual */
.page-header {
    position: relative;
}

.page-header-mv .pc {
    display: none;
}

@media screen and (min-width: 640px) {
    .page-header-mv .pc {
        display: block;
    }
}

.page-header-mv .sp {
    display: block;
}

@media screen and (min-width: 640px) {
    .page-header-mv .sp {
        display: none;
    }
}

.page-header-mv img {
    width: 100%;
}

.page-header-intro {
    padding: 40px 0;
    width: 90.625%;
    margin: 0 auto;
}

@media screen and (min-width: 640px) {
    .page-header-intro {
        width: 100%;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.58);
        text-align: center;
        padding: 24px;
    }
}

@media screen and (min-width: 1920px) {
    .page-header-intro {
        padding: 1.25vw 0;
    }
}

.page-header-intro-text {
    letter-spacing: .075em;
    line-height: 1.9;
}

@media screen and (min-width: 640px) {
    .page-header-intro-text {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media screen and (min-width: 1500px) {
    .page-header-intro-text {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

@media screen and (min-width: 1920px) {
    .page-header-intro-text {
        font-size: 1.09375vw;
    }
}

/* page-nav */
.page-nav {
    background: #58911f;
    color: #fff;
}

.page-nav-list {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 640px) {
    .page-nav-list {
        flex-direction: row;
        width: 1000px;
        margin: 0 auto;
        border-left: 1px solid #efefef;
        border-right: 1px solid #efefef;
    }
}

.page-nav-item:nth-of-type(n+2) {
    border-top: 1px solid #efefef;
}

@media screen and (min-width: 640px) {
    .page-nav-item {
        flex: 0 0 20%;
    }
    .page-nav-item:nth-of-type(n+2) {
        border-top: 0;
        border-left: 1px solid #efefef;
    }
}

.page-nav-link {
    display: block;
    height: 100%;
    padding: 20px 1em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    transition: .3s !important;
    position: relative;
}

.page-nav-link::before {
    content: '';
    background-image: url(../img/nav-arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    transform: translateY(50%) rotate(-90deg);
}

.page-nav-link::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: .3s !important;
}

.page-nav-link:hover, .page-nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.page-nav-link:hover::after, .page-nav-link:focus::after {
    background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 480px) {
    .page-nav-link {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

@media screen and (min-width: 640px) {
    .page-nav-link {
        text-align: center;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .page-nav-link::before {
        bottom: 6px;
        left: 50%;
        transform: translateX(-50%);
        width: 19px;
        height: 19px;
    }
    .page-nav-link .large {
        font-size: 28px;
        font-size: 1.75rem;
    }
    .page-nav-link .ls-s {
        margin-left: 4px;
    }
    .page-nav-link .ls-l {
        margin-left: 16px;
    }
}

.page-nav-inner {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 640px) {
    .page-nav-inner {
        display: block;
        padding: 12px 0 24px;
    }
}

.page-nav-lens {
    flex: 0 0 75px;
    margin-right: 10px;
}

@media screen and (min-width: 640px) {
    .page-nav-lens {
        flex: 0 0 auto;
        margin-right: 0;
        padding: 10px 0;
        order: 2;
    }
}

.page-nav-text {
    order: 1;
}

#float-nav-wrap.on #float-nav {
    top: 0;
    visibility: visible;
}

@media screen and (min-width: 640px) {
    #float-nav {
        position: fixed;
        min-width: 320px;
        width: 100%;
        z-index: 998;
        transition: .5s;
        visibility: hidden;
        left: 0;
        display: block;
        top: 0;
        bottom: auto;
    }
}

@media screen and (min-width: 640px) {
    #float-nav .page-nav-inner {
        display: flex;
        padding: 8px 8px 24px;
        width: 100%;
        text-align: center;
    }
    #float-nav .page-nav-inner.t-left {
        text-align: left;
    }
    #float-nav .page-nav-lens {
        order: 0;
        margin-right: 6px;
    }
    #float-nav .page-nav-lens.lens-01 {
        width: 62px;
    }
    #float-nav .page-nav-lens.lens-02 {
        width: 47px;
    }
    #float-nav .page-nav-lens.lens-03 {
        width: 37px;
    }
    #float-nav .page-nav-lens.lens-04 {
        width: 46px;
    }
    #float-nav .page-nav-link .large {
        font-size: 20px;
        font-size: 1.25rem;
    }
    #float-nav .page-nav-link::before {
        width: 14px;
        height: 14px;
    }
    #float-nav .page-nav-text {
        display: block;
        width: 100%;
        font-size: 19px;
        font-size: 1.1875rem;
    }
}

#float-nav-wrap {
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
	visibility: hidden;
    transition: .3s !important;
}

@media screen and (min-width: 640px) {
    #float-nav-wrap {
        position: static;
    }
}

#float-nav-wrap.on {
    opacity: 1;
}

#float-nav-wrap.hide {
	visibility: hidden;
	opacity: 0 !important;
}

@media screen and (min-width: 640px) {
	#float-nav-wrap.hide {
		visibility: visible;
		opacity: 1 !important;
	}
}

#float-nav-wrap.on {
	visibility: visible;
}

#float-nav-wrap.on .sp-menu-btn {
    opacity: 1;
    visibility: visible;
}

#float-nav-wrap.open #float-nav {
    visibility: visible;
}

#float-nav-wrap.open .sp-menu-btn-ham span {
    height: 0;
}

#float-nav-wrap.open .sp-menu-btn-ham span::before {
    transform: rotate(45deg);
}

#float-nav-wrap.open .sp-menu-btn-ham span::after {
    transform: rotate(-45deg);
}

.sp-menu-btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.8);
    transition: .5s !important;
    margin-bottom: 20px;
    margin-left: 20px;
    visibility: hidden;
    opacity: 0;
}

.sp-menu-btn-ham {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-menu-btn-ham span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: relative;
}

.sp-menu-btn-ham span::before, .sp-menu-btn-ham span::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
}

.sp-menu-btn-ham span::before {
    transform: translateY(-10px);
}

.sp-menu-btn-ham span::after {
    transform: translateY(10px);
}

.sp-menu-btn-text {
    margin-top: 4px;
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (min-width: 640px) {
    .sp-menu-btn {
        display: none;
    }
}

/* section */
#s1 {
    background-image: url(../img/s1-bg.jpg);
}

#s2,
#s3,
#s4,
#s5 {
    padding-bottom: 75px;
}

@media screen and (min-width: 640px) {
    #s2,
    #s3,
    #s4,
    #s5 {
        padding-bottom: 150px;
    }
}

#s2 .section-title-wrap {
    background-image: url(../img/s2-bg.jpg);
}

@media screen and (min-width: 640px) {
    #s2 .section-title-wrap {
        height: 620px;
    }
}

#s2 .section-title-wrap .inner-l {
    padding-top: 20px;
}

#s2 .section-title-wrap .section-title,
#s2 .section-title-wrap .section-title-name,
#s2 .section-title-wrap .section-title-text {
    text-shadow: 5px 5px 30px rgba(16, 23, 115, 0.6), 5px -5px 30px rgba(16, 23, 115, 0.6), -5px 5px 30px rgba(16, 23, 115, 0.6), -5px -5px 30px rgba(16, 23, 115, 0.6), 5px 0px 30px rgba(16, 23, 115, 0.6), 0px 5px 30px rgba(16, 23, 115, 0.6), -5px 0px 30px rgba(16, 23, 115, 0.6), 0px -5px 30px rgba(16, 23, 115, 0.6);
}

#s3 .section-title-wrap {
    background-image: url(../img/s3-bg.jpg);
}

@media screen and (min-width: 640px) {
    #s3 .section-title-wrap {
        height: 570px;
    }
}

#s3 .section-title-wrap .inner-l {
    padding-top: 16px;
}

#s3 .section-title-wrap .section-title,
#s3 .section-title-wrap .section-title-name,
#s3 .section-title-wrap .section-title-text {
    text-shadow: 5px 5px 30px rgba(65, 46, 16, 0.6), 5px -5px 30px rgba(65, 46, 16, 0.6), -5px 5px 30px rgba(65, 46, 16, 0.6), -5px -5px 30px rgba(65, 46, 16, 0.6), 5px 0px 30px rgba(65, 46, 16, 0.6), 0px 5px 30px rgba(65, 46, 16, 0.6), -5px 0px 30px rgba(65, 46, 16, 0.6), 0px -5px 30px rgba(65, 46, 16, 0.6);
}

#s4 .section-title-wrap {
    background-image: url(../img/s4-bg.jpg);
}

@media screen and (min-width: 640px) {
    #s4 .section-title-wrap {
        height: 551px;
    }
}

#s4 .section-title-wrap .inner-l {
    padding-top: 20px;
}

#s4 .section-title-wrap .section-title,
#s4 .section-title-wrap .section-title-name,
#s4 .section-title-wrap .section-title-text {
    text-shadow: 5px 5px 30px rgba(31, 55, 0, 0.6), 5px -5px 30px rgba(31, 55, 0, 0.6), -5px 5px 30px rgba(31, 55, 0, 0.6), -5px -5px 30px rgba(31, 55, 0, 0.6), 5px 0px 30px rgba(31, 55, 0, 0.6), 0px 5px 30px rgba(31, 55, 0, 0.6), -5px 0px 30px rgba(31, 55, 0, 0.6), 0px -5px 30px rgba(31, 55, 0, 0.6);
}

#s5 .section-title-wrap {
    background-image: url(../img/s5-bg.jpg);
}

@media screen and (min-width: 640px) {
    #s5 .section-title-wrap {
        height: 543px;
    }
}

#s5 .section-title-wrap .inner-l {
    padding-top: 5px;
}

#s5 .section-title-wrap .section-title,
#s5 .section-title-wrap .section-title-name,
#s5 .section-title-wrap .section-title-text {
    text-shadow: 5px 5px 30px rgba(1, 3, 2, 0.6), 5px -5px 30px rgba(1, 3, 2, 0.6), -5px 5px 30px rgba(1, 3, 2, 0.6), -5px -5px 30px rgba(1, 3, 2, 0.6), 5px 0px 30px rgba(1, 3, 2, 0.6), 0px 5px 30px rgba(1, 3, 2, 0.6), -5px 0px 30px rgba(1, 3, 2, 0.6), 0px -5px 30px rgba(1, 3, 2, 0.6);
}

.acc {
    padding-bottom: 70px;
}

@media screen and (min-width: 640px) {
    .acc {
        padding-bottom: 140px;
    }
}

.acc .inner-l {
    padding-top: 25px;
}

@media screen and (min-width: 640px) {
    .acc .inner-l {
        padding-top: 50px;
    }
}

.acc-title {
    line-height: 1.5;
    text-align: center;
    font-size: 26px;
    font-size: 1.625rem;
}

@media screen and (min-width: 640px) {
    .acc-title {
        font-size: 32px;
        font-size: 2rem;
    }
}

.acc-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

@media screen and (min-width: 640px) {
    .acc-list {
        margin-top: 50px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.acc-item {
    flex: 0 1 48%;
    position: relative;
    padding-bottom: calc(20px + 2.7rem);
}

.acc-item:nth-of-type(even) {
    margin-left: 4%;
}

.acc-item:nth-of-type(n+3) {
    margin-top: 40px;
}

@media screen and (min-width: 640px) {
    .acc-item {
        flex: 0 1 274px;
    }
    .acc-item:nth-of-type(even) {
        margin-left: 0;
    }
    .acc-item:nth-of-type(n+3) {
        margin-top: 0;
    }
    .acc-item:nth-of-type(n+2) {
        margin-left: 34.666px;
    }
}

.acc-item-textbox {
    padding-top: 20px;
    line-height: 1.34;
}

.acc-item-imgbox {
    display: block;
}

.acc-text {
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width: 640px) {
    .acc-text {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.acc-name {
    font-size: 19px;
    font-size: 1.1875rem;
}

@media screen and (min-width: 640px) {
    .acc-name {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.acc .btnbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.acc .btnbox .btn {
    width: 100%;
    max-width: 100%;
}

@media screen and (min-width: 640px) {
    .acc .btnbox .btn {
        width: 11.5rem;
    }
}

/* .p1 */
.p1 {
    padding: 50px 0;
}

@media screen and (min-width: 640px) {
    .p1 {
        padding: 100px 0;
    }
}

.p1-title {
    margin-top: 60px;
}

@media screen and (min-width: 640px) {
    .p1-title {
        margin-top: 120px;
    }
}

.p1-title + .page-text {
    margin-top: 30px;
}

@media screen and (min-width: 640px) {
    .p1-title + .page-text {
        margin-top: 60px;
    }
}

.p1-text + .p1-text {
    margin-top: 20px;
}

@media screen and (min-width: 640px) {
    .p1-text + .p1-text {
        margin-top: 40px;
    }
}

.profile {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    padding: 30px 20px;
}

@media screen and (min-width: 640px) {
    .profile {
        padding: 30px;
        display: flex;
    }
}

.profile-imgwrap {
    max-height: 202px;
    max-width: 202px;
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.profile-imgwrap img {
    width: 100%;
}

@media screen and (min-width: 640px) {
    .profile-imgwrap {
        max-width: 202px;
        margin: 0;
    }
}

@media screen and (min-width: 640px) {
    .profile-imgbox {
        flex: 0 0 202px;
        max-width: 202px;
    }
}

@media screen and (min-width: 640px) {
    .profile-textbox {
        flex: 1 1 auto;
        margin-top: 0;
        margin-left: 30px;
    }
}

.profile-title {
    letter-spacing: .15em;
    text-align: center;
    margin-top: 20px;
}

@media screen and (min-width: 640px) {
    .profile-title {
        text-align: left;
        margin-top: 0;
    }
}

.profile-position {
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 640px) {
    .profile-position {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}

.profile-name {
    font-size: 22px;
    font-size: 1.375rem;
}

@media screen and (min-width: 640px) {
    .profile-name {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.profile-text {
    margin-top: 20px;
    line-height: 1.85;
    letter-spacing: .1em;
}

@media screen and (min-width: 640px) {
    .profile-text {
        font-size: 16px;
        font-size: 1rem;
    }
}

.p2 {
    padding: 30px 0 40px;
    background-image: url(../img/p2_bg.jpg);
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width: 640px) {
    .p2 {
        padding: 60px 0 80px;
    }
}

.p2-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 30px;
}

@media screen and (min-width: 640px) {
    .p2-text {
        text-align: center;
        font-size: 21px;
        font-size: 1.3125rem;
        margin-top: 60px;
    }
}

.p2-nav-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 640px) {
    .p2-nav-list {
        margin-top: 80px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.p2-nav-item {
    flex: 0 0 49%;
}

.p2-nav-item:nth-of-type(even) {
    margin-left: 2%;
}

.p2-nav-item:nth-of-type(n+3) {
    margin-top: 2%;
}

@media screen and (min-width: 640px) {
    .p2-nav-item {
        flex: 0 0 24.166%;
        max-width: 290px;
    }
    .p2-nav-item:nth-of-type(even) {
        margin-left: .834%;
    }
    .p2-nav-item:nth-of-type(n+3) {
        margin-top: 0;
    }
    .p2-nav-item:nth-of-type(n+2) {
        margin-left: .834%;
    }
}

.p2-nav-link {
    display: block;
    position: relative;
}

.p2-nav-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: .3s !important;
}

.p2-nav-link:hover::after, .p2-nav-link:focus::after {
    background: rgba(255, 255, 255, 0.2);
}

/* ----------------------------------------------------- */
/* tpl
/* ----------------------------------------------------- */
.tpl__arrow--block-title {
    background: #efefef;
    color: #333;
}

@media screen and (min-width: 640px) {
    .tpl__arrow--block-title-text {
        transform: translateX(-32px);
    }
}

.tpl__arrow--block .red {
    color: #e20000;
}

@media screen and (min-width: 640px) {
    .tpl__arrow--block .store-item {
        flex: 0 1 174px;
    }
    .tpl__arrow--block .store-item:nth-of-type(n+2) {
        margin-left: 20px;
    }
}

#a-plaza {
    padding-bottom: 50px;
}

@media screen and (min-width: 640px) {
    #a-plaza {
        padding-bottom: 100px;
    }
}

#a-academy {
    padding-bottom: 100px;
}

@media screen and (min-width: 640px) {
    #a-academy {
        padding-bottom: 150px;
    }
}

#Ques .btn {
    max-width: 100%;
    width: 100%;
    background: #5787e4;
}

#Ques .btn::before {
    content: none;
}

#Ques .btn:hover, #Ques .btn:focus {
    background: #99b6ef;
}

.s5-returnToTop {
    margin-top: 0;
	z-index: 9999;
}

/* ----------------------------------------------------- */
/* noscript
/* ----------------------------------------------------- */
.no-js .lazyparent {
    display: none;
}

.no-js img.mod__lazy {
    display: none;
}
