@charset "UTF-8";
/**
 * share.css
 * modified : 2017.06.28
 */
/*========================================

  .s5-returnToTop

========================================*/
.s5-returnToTop {
    height: 0;
    position: relative;
    z-index: 2;
    margin: 50px 0 0;
}

.s5-returnToTop__inner1 {
    display: none;
    position: fixed;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.s5-returnToTop__inner2 {
    position: relative;
    max-width: 1260px;
    height: 0;
    margin: 0 auto;
}

.s5-returnToTop__button {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 32px;
    right: 20px;
    top: -72px;
    background: url(/share5/images/s5-returnToTop/icon_01.png) no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: top .3s;
    transition: top .3s;
    opacity: .5;
}

.s5-returnToTop__button img {
    width: 100%;
    height: auto;
    opacity: .5;
}

@media screen and (max-width: 639px) {
    .s5-returnToTop__button {
        top: -46px;
        width: 32px;
        height: 26px;
        background-size: 32px 26px;
    }
}

@media screen and (max-width: 639px) {
    .s5-returnToTop.s5-returnToTop--withFOCUSPurchaseFloated .s5-returnToTop__button {
        top: -122px;
    }
}

/*========================================

  .s5-icon-window

========================================*/
.s5-icon-window {
    width: 11px;
    height: 9px;
    vertical-align: middle;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    margin: -2px 3px 0 0;
    background: url(/share5/images/s5-icon/sprite_01.png) no-repeat;
}

.s5-icon-window.s5-icon-window--light {
    background-position: 0 -24px;
}

.s5-icon-window.s5-icon-window--lightDark {
    background-position: 0 -24px;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.imgBox__zoom {
    display: block;
    position: relative;
    margin: 0 auto;
    line-height: 0;
    border: 1px solid #666;
}

.imgBox__zoom:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: background-color 0.2s;
}

.imgBox__zoom:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
}

.imgBox__zoom:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background-image: url("../img/zoom.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
}

.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
    outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: absolute;
    right: -10px;
    top: -50px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
    outline: none;
    opacity: .7;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 1.5px;
    height: 22px;
    background: #fff;
    transition: background 0.3s ease-in-out;
}

.modaal-close:before {
    transform: rotate(-45deg);
}

.modaal-close:after {
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-content-container {
    padding: 30px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent;
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.3s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}

@keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: transparent;
    box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    box-shadow: none !important;
    animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 1200px;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

.modaal-gallery-item img {
    display: block;
}

.modaal-gallery-item.is_active {
    display: block;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 10px 0 0;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
}

.modaal-gallery-label:focus {
    outline: none;
}

@media screen and (min-width: 640px) {
    .modaal-gallery-label {
        text-align: right;
    }
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
    background: #afb7bc;
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.3s ease-in-out;
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg);
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg);
}

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-next-outer {
    right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px;
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev-outer {
    left: 45px;
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}

@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
    }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
        background: #fff;
    }
    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }
    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}

@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}

@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}

@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .modaal-instagram iframe {
        width: 600px !important;
    }
}

@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}

@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}

@media only screen and (max-height: 820px) {
    .modaal-gallery-label {
        display: none;
    }
}

.modaal-profile-item {
    padding: 20px 20px 30px;
    background: #000;
    color: #fff;
    line-height: 1.5;
}

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

.modaal-profile-picturebox {
    text-align: center;
}

.modaal-profile-picturebox img {
    width: 100%;
}

@media screen and (min-width: 480px) {
    .modaal-profile-picturebox img {
        width: 60%;
    }
}

@media screen and (min-width: 640px) {
    .modaal-profile-picturebox {
        flex: 0 1 auto;
    }
    .modaal-profile-picturebox img {
        width: auto;
        min-width: 100%;
    }
}

.modaal-profile-textbox {
    margin-top: 20px;
}

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

.modaal-profile-workname, .modaal-profile-worker {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.modaal-profile-workname {
    font-size: 18px;
    font-size: 1.125rem;
}

.modaal-profile-worker {
    font-size: 36px;
    font-size: 2.25rem;
}

.modaal-profile-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 20px;
}

.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}

.modaal-loading-spinner > div > div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .12s;
    -moz-animation-delay: .12s;
    -webkit-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -webkit-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .37s;
    -moz-animation-delay: .37s;
    -webkit-animation-delay: .37s;
    -o-animation-delay: .37s;
    animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .62s;
    -moz-animation-delay: .62s;
    -webkit-animation-delay: .62s;
    -o-animation-delay: .62s;
    animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .87s;
    -moz-animation-delay: .87s;
    -webkit-animation-delay: .87s;
    -o-animation-delay: .87s;
    animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* alphainfo template stylesheet */
.tpl__alphainfo__header {
    background: #ffffff;
}

.tpl__alphainfo__header.black {
    background: #000;
}

.tpl__alphainfo__header--inner {
    width: 93.75%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
	height: 70px;
}

.tpl__alphainfo__header--logo {
    display: block;
    padding: 15px 0;
    width: 110px;
}
.tpl__alphainfo__header--logo img {
    vertical-align: middle;
}

.tpl__alphainfo__header--txt {
    margin-left: auto;
    padding: 14px 0 18px;
    width: 351px;
    line-height: 0;
}

@media (max-width: 959px) {
    .tpl__alphainfo__header--txt {
        width: 300px;
    }
}

@media (max-width: 639px) {
    .tpl__alphainfo__header--logo {
        width: 80px;
    }
    .tpl__alphainfo__header--txt {
        width: 52%;
    }
	
	.tpl__alphainfo__header--inner {
		height: 55px;
	}
}

.tpl__alphainfo__academy {
    max-width: 1200px;
    margin: 0 auto;
    background: #efefef;
    color: #000;
}

.tpl__alphainfo__academy--inner {
    padding: 50px 60px 80px 50px;
}

.tpl__alphainfo__academy--txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67;
}

.tpl__alphainfo__academy--heading {
    background: #ccc;
    padding: 50px 20px 35px;
    text-align: center;
    color: #333;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
    line-height: 1;
}

.tpl__alphainfo__academy--heading--logo {
    display: block;
    margin-top: 16px;
}

.tpl__alphainfo__academy--heading--logo img {
    display: block;
    margin: 0 auto;
}

.tpl__alphainfo__academy--intro--imgbox {
    margin-left: 46px;
    width: 46.1155%;
    max-width: 463px;
    float: right;
}

.tpl__alphainfo__academy--intro--spimgbox {
    display: none;
}

.tpl__alphainfo__academy--intro--heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-bottom: 30px;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
}

.tpl__alphainfo__academy--intro::after {
    content: '';
    display: block;
    clear: both;
}

.tpl__alphainfo__academy--course {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.tpl__alphainfo__academy--course--imgbox {
    flex: 0 0 39.8406;
    max-width: 400px;
}

.tpl__alphainfo__academy--course--txtbox {
    flex: 0 1 auto;
    margin-left: 60px;
}

.tpl__alphainfo__academy--course--boxttl {
    background: #ea5504;
    display: inline-block;
    padding: 6px 20px 5px;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .025em;
    line-height: 1;
}

.tpl__alphainfo__academy--course--tags {
    padding: 0;
    display: flex;
    margin-top: 30px;
    list-style: none;
}

.tpl__alphainfo__academy--course--tags li {
    border: 1px solid;
    padding: 2px 5px 1px;
    line-height: 1.2;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .875rem;
}

.tpl__alphainfo__academy--course--tags li:nth-of-type(n+2) {
    margin-left: 5px;
}

.tpl__alphainfo__academy--course--tags .free {
    border-color: #5887ab;
    color: #5887ab;
}

.tpl__alphainfo__academy--course--tags .beginner {
    border-color: #f9e575;
    background: #f9e575;
    color: #3a3519;
}

.tpl__alphainfo__academy--course--tags .use {
    border-color: #a2bbea;
    color: #000;
}

.tpl__alphainfo__academy--course--tags .teacher {
    border-color: #ec9717;
    color: #6B460E;
}

.tpl__alphainfo__academy--course--heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: .075em;
    margin-bottom: 16px;
    margin-top: 26px;
}

.tpl__alphainfo__academy--course--spimgbox {
    display: none;
}

.tpl__alphainfo__academy--banner {
    margin-top: 80px;
    text-align: center;
}

.tpl__alphainfo__academy--banner--heading {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: .05em;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
}

.tpl__alphainfo__academy--banner--link {
    display: block;
    margin-top: 30px;
    transition: 0.2s;
}

.tpl__alphainfo__academy--banner--link:hover, .tpl__alphainfo__academy--banner--link:focus {
    opacity: .6;
}

.tpl__alphainfo__academy--banner--caution {
    margin-top: 16px;
}

@media (max-width: 959px) {
    .tpl__alphainfo__academy--inner {
        padding: 30px 20px 40px;
    }
    .tpl__alphainfo__academy--heading {
        padding: 40px 20px 25px;
    }
    .tpl__alphainfo__academy--heading--logo {
        margin-top: 10px;
        transform: scale(0.8);
    }
    .tpl__alphainfo__academy--intro--heading {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .tpl__alphainfo__academy--intro--heading br {
        display: none;
    }
    .tpl__alphainfo__academy--intro--imgbox {
        margin-left: 20px;
    }
}

@media (max-width: 639px) {
    .tpl__alphainfo__academy--heading {
        padding: 30px 20px 20px;
    }
    .tpl__alphainfo__academy--heading--logo {
        transform: scale(0.6);
    }
    .tpl__alphainfo__academy--intro--heading {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .tpl__alphainfo__academy--course {
        margin-top: 40px;
    }
    .tpl__alphainfo__academy--course--imgbox {
        display: none;
    }
    .tpl__alphainfo__academy--course--spimgbox {
        display: block;
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--course--spimgbox img {
        width: 100%;
    }
    .tpl__alphainfo__academy--course--txtbox {
        margin-left: 0;
    }
    .tpl__alphainfo__academy--course--tags {
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--course--heading {
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--banner {
        margin-top: 60px;
    }
    .tpl__alphainfo__academy--banner--link {
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--banner--caution {
        text-align: left;
    }
}

@media (max-width: 479px) {
    .tpl__alphainfo__academy--heading {
        font-size: 22.4px;
        font-size: 1.4rem;
    }
    .tpl__alphainfo__academy--intro--heading {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .tpl__alphainfo__academy--intro--imgbox {
        display: none;
    }
    .tpl__alphainfo__academy--intro--spimgbox {
        display: block;
        margin-bottom: 20px;
    }
    .tpl__alphainfo__academy--course--tags li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
    .tpl__alphainfo__academy--banner--heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.tpl__alphainfo-asidebox {
    background: #eaeaea;
    color: #333333;
    padding: 70px 0 30px;
}

@media screen and (max-width: 639px) {
    .tpl__alphainfo-asidebox {
        padding: 50px 0 80px;
    }
}

.tpl__alphainfo-store + .tpl__alphainfo-store,
.tpl__alphainfo-store + .tpl__alphainfo-program, .tpl__alphainfo-program + .tpl__alphainfo-store,
.tpl__alphainfo-program + .tpl__alphainfo-program {
    margin-top: 60px;
}

.tpl__alphainfo-store--inner, .tpl__alphainfo-program--inner {
    width: 93.75%;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}

.tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
    text-align: center;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.34;
    font-weight: normal;
}

.tpl__alphainfo-store--txt, .tpl__alphainfo-program--txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67;
}

@media screen and (max-width: 959px) {
    .tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 479px) {
    .tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.tpl__alphainfo-store--imgbox {
    margin: 30px 0 50px;
    display: flex;
}

.tpl__alphainfo-store--imgitem {
    flex: 0 0 50%;
}

.tpl__alphainfo-store--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.tpl__alphainfo-store--list img {
	width: 100%;
}

.tpl__alphainfo-store--item {
	flex: 0 0 19.167%;
	transition: opacity .25s !important;
}

.tpl__alphainfo-store--item:hover {
	opacity: .8;
}

.tpl__alphainfo-store--name {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	background: #0e0e0e;
	height: 54px;
}

.tpl__alphainfo-store--name::before {
	content: '';
	display: inline-block;
	position: relative;
	top: -0.1em;
	margin-right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-store--store-sp {
	display: none;
}

.tpl__alphainfo-store--img {
	display: block;
}

@media screen and (max-width: 1259px) {
	.tpl__alphainfo-store--name {
		font-size: 1.2vw;
		height: 4.8vw;
	}
}

@media screen and (max-width: 639px) {
	.tpl__alphainfo-store--store-sp {
		display: block;
		margin-top: 30px;
	}
	
	.tpl__alphainfo-store--store-sp img {
		width: 100%;
	}

	.tpl__alphainfo-store--list {
		display: none;
	}

	.tpl__alphainfo-store--name {
		font-size: 16px;
		font-size: 1rem;
		height: 48px;
	}

	.tpl__alphainfo-store--imgbox {
		margin: 30px 0;
	}

	.tpl__alphainfo-store--item {
		display: block;
	}
}

@media screen and (max-width: 479px) {
	.tpl__alphainfo-store--name {
		font-size: 14px;
		font-size: 0.875rem;
		height: 40px;
	}

	.tpl__alphainfo-store--imgbox {
		margin: 20px 0;
	}

	.tpl__alphainfo-store--store-sp {
		display: block;
		margin-top: 20px;
	}
}

.tpl__alphainfo-program--box {
	clear: both;
	display: block;
	content: '';
	margin-top: 30px;
}

.tpl__alphainfo-program--img {
	float: right;
	margin: 0 0 0 40px;
	width: 38.584%;
	transition: opacity .2s !important;
}

.tpl__alphainfo-program--img:hover {
	opacity: .8;
}

.tpl__alphainfo-program--btn {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 13px 30px 12px 30px;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #5687f5;
	transition: opacity .2s !important;
}

.tpl__alphainfo-program--btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -3.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-program--btn:hover {
	color: #fff;
	opacity: .8;
}

@media screen and (max-width: 639px) {
	.tpl__alphainfo-program--img {
		display: block;
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.tpl__alphainfo-program--btn {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media screen and (max-width: 479px) {
	.tpl__alphainfo-program--img {
		margin: 0 0 20px;
	}

	.tpl__alphainfo-program--box {
		margin-top: 20px;
	}

	.tpl__alphainfo-program--btn {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.tpl__alphainfo-program--box {
    clear: both;
    display: block;
    content: '';
    margin-top: 30px;
}

.tpl__alphainfo-program--img {
    float: right;
    margin: 0 0 0 40px;
    width: 38.584%;
    transition: opacity .2s !important;
}

.tpl__alphainfo-program--img:hover {
    opacity: .8;
}

.tpl__alphainfo-program--btn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 13px 30px 12px 30px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #5687f5;
    transition: opacity .2s !important;
}

.tpl__alphainfo-program--btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -3.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-program--btn:hover {
    color: #fff;
    opacity: .8;
}

@media screen and (max-width: 639px) {
    .tpl__alphainfo-program--img {
        display: block;
        float: none;
        margin: 0 0 30px;
        width: 100%;
    }
    .tpl__alphainfo-program--btn {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 479px) {
    .tpl__alphainfo-program--img {
        margin: 0 0 20px;
    }
    .tpl__alphainfo-program--box {
        margin-top: 20px;
    }
    .tpl__alphainfo-program--btn {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/* End alphainfo template stylesheet */
/* survey template stylesheet */
.tpl__survey {
    background: #fff;
    color: #444;
}

.tpl__survey--inner {
    max-width: 950px;
    width: 93.75%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.tpl__survey--heading {
    font-size: 38px;
    font-size: 2.375rem;
    letter-spacing: .06em;
    line-height: 1.33;
}

.tpl__survey--txt {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .06em;
    font-weight: 500;
    margin-top: 30px;
    line-height: 1.77;
}

.tpl__survey--linkbtn {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 40px;
    display: block;
    color: #fff;
    background: #5787e4;
    padding: 16px;
    text-decoration: none;
    transition: 0.2s !important;
    line-height: 1.25;
}

.tpl__survey--linkbtn:hover, .tpl__survey--linkbtn:focus {
    color: #fff;
    background: #8aacf6;
}

@media screen and (max-width: 959px) {
    .tpl__survey--heading {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 639px) {
    .tpl__survey--inner {
        width: 90.625%;
    }
    .tpl__survey--txt {
        text-align: left;
    }
    .tpl__survey--linkbtn {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 479px) {
    .tpl__survey--inner {
        padding: 34px 0;
    }
    .tpl__survey--heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .tpl__survey--txt {
        margin-top: 20px;
    }
    .tpl__survey--linkbtn {
        margin-top: 26px;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/* End survey template stylesheet */
/*========================================

  #Academy

========================================*/
#Academy {
    padding-bottom: 90px;
    background: #fff;
}

#Academy .inner {
    margin-top: 60px;
    position: relative;
    margin: 60px auto 0;
    max-width: 950px;
    width: 94.0594059%;
}

#Academy .intro h4 {
    margin-bottom: 25px;
    font-size: 2.438rem;
    line-height: 1.23;
    color: #333;
}

#Academy .intro .txt-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 450px;
}

#Academy .lesson.mod-btn {
    margin-top: 20px;
    background-color: #1890fa;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 640px) {
    #Academy {
        padding-bottom: 50px;
    }
    #Academy .inner {
        width: 90.625%;
    }
}

.article-heading {
    background: #2b2b2b;
}

.article-heading__txt {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 32px;
    font-size: 175%;
    line-height: 1.2;
    color: #fff;
    max-width: 950px;
    width: 94.0594059%;
}

.article-heading__txt:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    margin-top: -16px;
    width: 24px;
    height: 32px;
    background-image: url(../img/arrow_ttl.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.mod-img img {
    width: 100%;
    height: auto;
}

.mod-txt {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    color: #000;
    letter-spacing: -0.03em;
}

/*----------------------------------------
  #Academy .intro
----------------------------------------*/
#Academy .intro h4 {
    margin-bottom: 25px;
    font-size: 2.438rem;
    line-height: 1.23;
    color: #333;
}

#Academy .intro .txt-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 450px;
}

#Academy .intro .mod-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: 37px;
    width: 463px;
}

@media (max-width: 640px) {
    #Academy .intro {
        margin-top: 30px;
    }
    #Academy .intro h4 {
        margin-bottom: 15px;
    }
    #Academy .intro .txt-box {
        position: static;
        display: block;
        width: auto;
    }
    #Academy .intro .mod-img {
        position: static;
        display: block;
        margin-top: 15px;
        width: auto;
    }
}

@media (max-width: 480px) {
    #Academy .intro h4 {
        font-size: 8.5vw;
    }
}

/*----------------------------------------
  #Academy .course
----------------------------------------*/
#Academy .course .txt-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: 430px;
    width: 520px;
}

#Academy .course .mod-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: -520px;
    width: 400px;
}

#Academy .course .txt-box h4,
#Academy .course .txt-box strong {
    display: block;
    margin-bottom: 15px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

#Academy .course .txt-box h4 {
    display: inline-block;
    margin: 0;
    padding: 2px 20px;
    color: #fff;
    background: #ea5504;
}

#Academy .course .tags {
    margin: 30px 0 20px;
    padding: 0;
    list-style: none;
}

#Academy .course .tags li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 5px;
    padding: 2px 5px 1px;
    font-size: 0.875rem;
    color: #111;
    line-height: 1.2;
    border-style: solid;
    border-width: 1px;
}

#Academy .course .tags li:last-child {
    margin-right: 0;
}

#Academy .course .tags .intermediate {
    background-color: #39dbcf;
    border-color: #39dbcf;
}

#Academy .course .tags .content {
    border-color: #a2bbea;
}

#Academy .course .tags .lecturer {
    color: #6b4650;
    border-color: #ec9717;
    letter-spacing: -0.02em;
}

#Academy .course .note {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 640px) {
    #Academy .course .txt-box {
        position: static;
        display: block;
        width: auto;
    }
    #Academy .course .txt-box h4 {
        display: block;
        text-align: center;
        padding: 4px 20px;
    }
    #Academy .course .txt-box strong {
        font-size: 1.188rem;
    }
    #Academy .course .tags {
        margin: 15px 0;
    }
    #Academy .course .mod-img {
        position: static;
        margin-top: 15px;
        display: block;
        width: auto;
    }
}

/*----------------------------------------
  #Academy .search
----------------------------------------*/
#Academy .search h4 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.75rem;
    line-height: 1.3;
}

#Academy .search .item {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 182px;
    background: #3f3f3f;
}

#Academy .search h4 + .item {
    margin-left: 0;
}

#Academy .search .item strong {
    display: block;
    text-align: center;
    padding: 22px 5px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: #1890fa;
}

#Academy .search .item strong:before {
    display: inline-block;
    margin-right: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    content: '';
}

#Academy .search p {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

@media (max-width: 640px) {
    #Academy .search h4 {
        margin-bottom: 10px;
    }
    #Academy .search .item {
        margin-top: 2%;
        margin-left: 2%;
        width: 49%;
    }
    #Academy .search .item:nth-child(even) {
        margin-left: 0;
    }
    #Academy .search .item strong {
        padding: 14px 4px 12px;
    }
    #Academy .search .item strong:before {
        margin-right: 3px;
        border-width: 4px 0 4px 6px;
    }
}

@media (max-width: 480px) {
    #Academy .search h4 {
        font-size: 6vw;
    }
    #Academy .search .item strong {
        font-size: 3.6vw;
    }
}

/*========================================

  .academy-recommend

========================================*/
.academy-recommend {
    margin-top: 70px;
}

.academy-recommend.cr-inner {
    max-width: 1000px;
}

.academy-heading + .academy-recommend {
    margin-top: 50px;
}

.academy-recommend__heading {
    margin: 0;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.5;
    text-align: left;
}

.academy-recommend .academy-heading {
    margin-top: 70px;
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
    display: block;
    color: #2d2d2d;
    font-size: 24px;
    font-size: 1.5rem;
}

@media screen and (min-width: 480px) {
    .academy-recommend .academy-heading {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media screen and (min-width: 640px) {
    .academy-recommend .academy-heading {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.academy-recommend02 .academy-recommend02__item .button {
    padding: 2.3% 15px 2.3%;
    width: 100%;
    font-size: 87.5%;
    margin-top: 6%;
}

.academy-recommend02 .academy-recommend02__item .button span {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-align: left;
}

.academy-recommend p.txt {
    text-align: center;
    margin-top: 15px;
    font-size: 100%;
    line-height: 1.875;
    letter-spacing: 0;
    color: #333;
}

.academy-recommend__heading span {
    font-size: 0.8em;
}

.academy-recommend__heading + .cr-text {
    margin-top: 20px;
}

.academy-recommend .cr-heading + .cr-text {
    margin-top: 25px;
}

/*----------------------------------------
  .report
----------------------------------------*/
.academy-recommend .report {
    text-align: center;
}

.academy-recommend .report img,
.academy-recommend .mod-img img {
    box-sizing: border-box;
    margin: 30px auto 0;
    max-width: 1000px;
    width: 100%;
}

@media (max-width: 640px) {
    .academy-recommend .report img {
        max-width: 760px;
        width: 100%;
    }
}

/*========================================

  #Plaza

========================================*/
#Plaza {
    padding-bottom: 90px;
}

#Plaza .heading {
    padding: 16px 0 14px;
    background: #ea5504;
}

#Plaza .heading em {
    font-size: 193.8%;
}

#Plaza .sec {
    padding-top: 90px;
    position: relative;
    margin: 0 auto;
    max-width: 950px;
    width: 94.0594059%;
}

#Plaza h4 {
    margin-bottom: 25px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.23;
    color: #333;
    text-align: center;
}

#Plaza .txt {
    margin-top: 25px;
    font-size: 112.5%;
    line-height: 1.5;
}

#Plaza .btn.orange {
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 640px) {
    #Plaza .heading {
        padding: 12px 0 11px;
    }
    #Plaza .heading em {
        font-size: 156.3%;
    }
    #Plaza .sec {
        margin-top: 30px;
        padding-top: 30px;
        width: 90.625%;
    }
    #Plaza h4 {
        margin-bottom: 20px;
        font-size: 137.5%;
        line-height: 1.4;
    }
    #Plaza .txt {
        font-size: 100%;
        line-height: 1.6;
    }
    #Plaza .btn.orange {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}

/*----------------------------------------
  #Plaza .header
----------------------------------------*/
#Plaza .header {
    position: relative;
}

#Plaza .header-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/plaza_header.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
}

#Plaza .header-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 950px;
    width: 94.0594059%;
}

#Plaza .header-holder {
    padding-bottom: 448px;
    padding-bottom: 47.1578947%;
}

#Plaza .header-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#Plaza .header-txt {
    position: absolute;
    display: table;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#Plaza .header h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 318.8%;
    line-height: 1.0;
    letter-spacing: -0.05em;
    text-shadow: 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff;
}

#Plaza .header h3 span {
    margin-left: -0.15em;
    font-size: 150%;
}

@media (max-width: 640px) {
    #Plaza .header-bg,
    #Plaza .header-inner,
    #Plaza .header-txt {
        position: static;
    }
    #Plaza .header-bg {
        padding-bottom: 50%;
        background-position: right top;
        background-size: auto 125%;
    }
    #Plaza .header-holder {
        padding-bottom: 0;
    }
    #Plaza .header-txt {
        margin-top: 25px;
    }
    #Plaza .header h3 {
        font-size: 181.3%;
        line-height: 1.4;
        text-shadow: none;
    }
    #Plaza .header h3 span {
        line-height: 0.6;
    }
}

@media (max-width: 320px) {
    #Plaza .header h3 {
        font-size: 162.5%;
    }
}

/*----------------------------------------
  #Plaza .intro
----------------------------------------*/
#Plaza .intro {
    margin: 40px auto 0;
    max-width: 950px;
    width: 94.0594059%;
}

#Plaza .intro .about {
    margin: 30px auto;
    font-size: 0;
}

#Plaza .intro .about .item {
    display: inline-block;
    vertical-align: top;
    margin-left: 1.1578947%;
    width: 24.1052631%;
    font-size: 16px;
    font-size: 1rem;
}

#Plaza .intro .about .item:first-child {
    margin-left: 0;
}

#Plaza .intro .about a {
    display: block;
    margin: 15px 0 10px;
    font-size: 125%;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -0.05em;
    text-align: center;
}

#Plaza .intro .about .item:nth-child(3) a {
    letter-spacing: -0.1em;
}

#Plaza .intro .about .txt-box {
    margin: 0 auto;
    width: 97%;
    font-size: 93.8%;
    line-height: 1.5;
}

@media (max-width: 640px) {
    #Plaza .intro {
        margin: 20px auto 0;
    }
    #Plaza .intro .about {
        margin-top: 10px;
    }
    #Plaza .intro .about .item {
        margin: 20px 0 0 4%;
        width: 48%;
    }
    #Plaza .intro .about .item:nth-child(2n+1) {
        margin-left: 0;
    }
    #Plaza .intro .about a {
        font-size: 106.3%;
    }
    #Plaza .intro .about .item:nth-child(3) a {
        letter-spacing: -0.12em;
    }
    #Plaza .intro .about a:before {
        margin-right: 5px;
    }
    #Plaza .intro .about .txt-box {
        width: auto;
        font-size: 75%;
    }
}

@media (max-width: 320px) {
    #Plaza .intro .about a {
        font-size: 100%;
    }
    #Plaza .intro .about .txt-box {
        font-size: 68.8%;
    }
}

/*----------------------------------------
  #Plaza .store
----------------------------------------*/
#Plaza .store .index {
    margin: 40px 0 0;
    font-size: 0;
}

#Plaza .store .item {
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    width: 17.643%;
    text-align: right;
}

#Plaza .store .item:first-child {
    margin-left: 0;
}

#Plaza .store .item img {
    width: 100%;
    height: auto;
}

#Plaza .store .index span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

#Plaza .store .index span a:before {
    position: relative;
    display: inline-block;
    top: -0.08em;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #000;
    content: '';
}

#Plaza .store .index span a:hover {
    text-decoration: underline;
}

#Plaza .store p.note {
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    #Plaza .store .index {
        margin-top: 10px;
    }
    #Plaza .store .item {
        margin: 4% 0 0 4%;
        width: 48%;
    }
    #Plaza .store .item:nth-child(2n+1) {
        margin-left: 0;
    }
}

#Ques .inner {
    max-width: 950px;
    margin: 0 auto;
    width: 93.75%;
}

@media screen and (min-width: 768px) {
    #Ques .inner {
        width: 90.625%;
    }
}

#Ques .section-title {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0;
    width: 100%;
    color: #555;
}

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

@media screen and (min-width: 640px) {
    #Ques .section-title {
        font-size: 43px;
        font-size: 2.6875rem;
    }
}

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

footer {
    background: #fff;
}

.no-js .lazyparent {
    display: none;
}

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

.serif,
.section-title,
.title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.mod-img a {
    display: block;
}

.pc {
    display: none;
}

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

/* shared */
.profile,
.youtube-block,
.img-block,
.block,
.block-intro,
.inner-box,
.section-read,
.title,
.text {
    box-sizing: border-box;
    width: 93.75%;
    margin: 0 auto;
}

.img-block,
.block-intro,
.profile,
.youtube-block,
.section-read,
.inner-box,
.title,
.text {
    max-width: 950px;
}

/* block */
.block {
    background: #fff;
    max-width: 1200px;
    padding: 30px 0 60px;
}

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

.block-title {
    text-align: center;
}

.block + .block {
    margin-top: 60px;
}

@media screen and (min-width: 480px) {
    .block + .block {
        margin-top: 80px;
    }
}

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

.block-intro {
    display: block;
}

@media screen and (min-width: 640px) {
    .block-intro {
        display: flex;
    }
}

.block-intro .img-box img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 640px) {
    .block-intro .img-box {
        flex: 0 0 21.789%;
        max-width: 21.789%;
    }
    .block-intro .img-box img {
        width: 100%;
    }
}

.block-intro .text-box {
    margin-top: 20px;
}

@media screen and (min-width: 640px) {
    .block-intro .text-box {
        margin-top: 0;
        margin-left: 8.4%;
        flex: 0 0 auto;
    }
}

@media screen and (min-width: 640px) {
    .block-intro .text-box.second {
        margin-left: 4.7%;
    }
}

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

@media screen and (min-width: 480px) {
    .block-intro-title {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media screen and (min-width: 640px) {
    .block-intro-title {
        text-align: left;
        margin-left: -.5em;
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.block-intro-text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -.02em;
    line-height: 2;
    margin-top: 10px;
}

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

@media screen and (min-width: 640px) {
    .block-intro-text {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.block-intro + .title {
    margin-top: 40px;
}

@media screen and (min-width: 480px) {
    .block-intro + .title {
        margin-top: 50px;
    }
}

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

.inner-box {
    background: #fafafa;
    padding: 20px 3.125% 30px;
    margin-top: 40px;
}

@media screen and (min-width: 480px) {
    .inner-box {
        margin-top: 50px;
    }
}

@media screen and (min-width: 640px) {
    .inner-box {
        padding: 40px 60px 60px;
        margin-top: 60px;
    }
}

.inner-box .title {
    width: 100%;
    margin: 0 auto;
}

.inner-box-img-2col {
    margin-top: 30px;
}

@media screen and (min-width: 640px) {
    .inner-box-img-2col {
        margin-top: 40px;
    }
}

.inner-box-img-2col img {
    width: 100%;
}

@media screen and (min-width: 480px) {
    .inner-box-img-2col .img-box {
        flex: 0 0 49%;
    }
}

.inner-box-img-2col .img-box:nth-of-type(2) {
    margin-top: 5px;
}

@media screen and (min-width: 480px) {
    .inner-box-img-2col .img-box:nth-of-type(2) {
        margin-top: 0;
        margin-left: 2%;
    }
}

@media screen and (min-width: 480px) {
    .inner-box-img-2col {
        display: flex;
    }
}

.mod_btn {
    color: #fff !important;
    background: #666666;
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
    padding: 9px 10px 10px;
    display: inline-block;
    min-width: 186px;
    box-sizing: border-box;
    position: relative;
    transition: .3s;
}

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

.mod_btn:hover, .mod_btn:focus {
    background: #8c8c8c;
}

.mod_btn.large {
    min-width: 226px;
}

.mod_btn.orange {
    background: #e06909;
}

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

/* title */
.title {
    font-size: 26px;
    font-size: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
}

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

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

.title + .img-block {
    margin-top: 40px;
}

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

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

.title + .youtube-block {
    margin-top: 20px;
}

@media screen and (min-width: 640px) {
    .title + .youtube-block {
        margin-top: 30px;
    }
}

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

@media screen and (min-width: 480px) {
    .title + .text {
        margin-top: 35px;
    }
}

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

.title .num {
    font-size: 73px;
    font-size: 4.5625rem;
    margin-right: .3em;
    font-style: italic;
}

@media screen and (min-width: 480px) {
    .title .num {
        font-size: 81px;
        font-size: 5.0625rem;
    }
}

@media screen and (min-width: 640px) {
    .title .num {
        margin-right: .6em;
        font-size: 90px;
        font-size: 5.625rem;
    }
}

/* text */
.text {
    line-height: 2;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .02em;
}
.text.caption {
    line-height: 1.5;
    font-size: 14px;
	
	margin-top: 60px;
}

@media screen and (min-width: 480px) {
    .text {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

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

.text + .title {
    margin-top: 40px;
}

@media screen and (min-width: 480px) {
    .text + .title {
        margin-top: 50px;
    }
}

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

/* img-block */
.img-block img {
    max-width: 100%;
}

.img-block.center {
    text-align: center;
}

.img-block .img-2col .img-box img {
    width: 100%;
}

.img-block .img-2col .img-box:nth-of-type(2) {
    margin-top: 5px;
}

@media screen and (min-width: 640px) {
    .img-block .img-2col {
        display: flex;
    }
    .img-block .img-2col .img-box {
        flex: 0 0 49%;
        max-width: 49%;
    }
    .img-block .img-2col .img-box:nth-of-type(2) {
        margin-top: 0;
        margin-left: 2%;
    }
}

.img-block .img-2col + .caption {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 480px) {
    .img-block .img-2col + .caption {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

@media screen and (min-width: 640px) {
    .img-block .img-2col + .caption {
        font-size: 18px;
        font-size: 1.125rem;
        margin-top: 16px;
    }
}

.img-block .img-2col + .text {
    margin-top: 30px;
}

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

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

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

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

/* youtube-block */
.youtube-block .inner {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.youtube-block .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-block .caption {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    margin-top: 10px;
}

@media screen and (min-width: 480px) {
    .youtube-block .caption {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

@media screen and (min-width: 640px) {
    .youtube-block .caption {
        font-size: 18px;
        font-size: 1.125rem;
        margin-top: 20px;
    }
}

.youtube-block + .text,
.youtube-block + .title {
    margin-top: 30px;
}

@media screen and (min-width: 640px) {
    .youtube-block + .text,
    .youtube-block + .title {
        margin-top: 50px;
    }
}

/* section */
.section {
    background: #f0f0f0;
    padding-bottom: 60px;
}

@media screen and (min-width: 480px) {
    .section {
        padding-bottom: 80px;
    }
}

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

.section > .section-title {
    padding: 40px 0 32px;
}

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

.section-title {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 93.75%;
    padding: 20px 0;
    letter-spacing: .12rem;
    line-height: 1.5;
    /*text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px;*/
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5), 0px 0px 8px rgba(255, 255, 255, 0.5), 0px 0px 8px rgba(255, 255, 255, 0.5), 0px 0px 8px rgba(255, 255, 255, 0.5);
}

.section-title::selection {
    text-shadow: none;
}

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

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

.section-title-wrap {
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

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

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

.section-title-wrap .section-title {
    padding: 20px 0;
}

@media screen and (min-width: 640px) {
    .section-title-wrap .section-title {
        padding: 40px 0;
    }
}
@media screen and (max-width: 639px) {	
	.section-title-wrap-s2 {
		background-position: 10% center;
	}
	
	.section-title-wrap-s3 {
		background-position: 7% center;
	}
	
	.section-title-wrap .section-title {
		padding: 20px 0;
	}
}

.section-read {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -.01em;
    padding: 34px 0;
}

@media screen and (min-width: 480px) {
    .section-read {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 51px 0 42px;
    }
}

@media screen and (min-width: 640px) {
    .section-read {
        text-align: center;
        padding: 68px 0 56px;
        font-size: 20px;
        font-size: 1.25rem;
    }
}

/* main visual */
.mv {
    position: relative;
}

.mv-img {
    width: 100%;
    padding: 0;
    display: block;
}

.mv-text {
    padding: 30px;
    line-height: 1.9;
    letter-spacing: .075em;
    width: 100%;
    box-sizing: border-box;
    background: #d86e4e;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 640px) {
    .mv-text {
        position: absolute;
        bottom: 0;
        left: 0;
        /*color: #333;*/
        background: transparent;
        text-align: center;
        font-size: 16px;
        font-size: 1rem;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(0, 0, 0, 0.3);
    }
}

@media screen and (min-width: 1200px) {
    .mv-text {
        font-size: 1.333vw;
    }
}

@media screen and (min-width: 1920px) {
    .mv-text {
        font-size: 1.09375vw;
        padding-bottom: 2.6041vw;
    }
}

.page-header {
    background: #ead1d3;
	background: #d86e4e;
}

/* page navigation */
.page-nav {
    margin: 0 auto;
    max-width: 1200px;
	border-top: 1px solid #fafafa;
}

@media screen and (min-width: 480px) {
    .page-nav {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
		border-top: 1px solid #fafafa;
    }
}

@media screen and (min-width: 640px) {
    .page-nav {
        width: 93.75%;
        flex-wrap: nowrap;
        padding: 30px 0;
        border-top: 0;
    }
}

.page-nav-item {
    box-sizing: border-box;
    border-top: 1px solid #a69496;
	border-top: 1px solid #fafafa;
}

.page-nav-item:first-of-type {
    border-top: 0;
}

@media screen and (min-width: 480px) {
    .page-nav-item {
        flex: 0 0 50%;
        max-width: 50%;
        border-top: 0;
    }
    .page-nav-item:nth-of-type(even) {
        border-left: 1px solid #a69496;
		border-left: 1px solid #fafafa;
    }
    .page-nav-item:nth-of-type(n+3) {
        border-top: 1px solid #a69496;
		border-top: 1px solid #fafafa;
    }
}

@media screen and (min-width: 640px) {
    .page-nav-item {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0;
    }
    .page-nav-item:nth-of-type(even) {
        border-left: 0;
    }
    .page-nav-item:nth-of-type(n+3) {
        border-top: 0;
    }
}

.page-nav-link {
    display: block;
    font-weight: bold;
    letter-spacing: .075em;
    line-height: 1.8;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
	color: #fff !important;
}

@media screen and (min-width: 480px) {
    .page-nav-link {
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        width: 100%;
    }
}

@media screen and (min-width: 640px) {
    .page-nav-link {
        border-left: 1px solid #a69496;
		border-left: 1px solid #fafafa;
        font-size: 20px;
        font-size: 1.25rem;
        padding: 0;
    }
    .page-nav-link .page-nav-text {
        transition: opacity .2s;
    }
    .page-nav-link:hover .page-nav-text {
        opacity: .7;
    }
    .page-nav-link.last {
        border-right: 1px solid #a69496;
		border-right: 1px solid #fafafa;
    }
}

/* profile */
.profile {
    text-align: center;
}

@media screen and (min-width: 640px) {
    .profile {
        display: flex;
        align-items: flex-start;
    }
}

.profile-imgbox {
    flex: 0 0 auto;
    display: inline-block;
    transition: .3s !important;
}

.profile-imgbox::after {
    content: none;
}

.profile-imgbox:hover, .profile-imgbox:focus {
    opacity: .6;
}

.profile-name {
    line-height: 1;
    margin-top: 10px;
}

.profile-name .name {
    font-size: 14px;
    font-size: 0.875rem;
}

.profile-name .name .large {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 5px;
}

.profile-name .label {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
}

.profile-name .label .label-text {
    position: relative;
}

.profile-name .label .label-text::after {
    position: absolute;
    right: -10px;
    top: 5px;
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg) skew(calc((90deg - 108deg) / 2), calc((90deg - 108deg) / 2));
}

.profile-text {
    margin-top: 20px;
    text-align: left;
    line-height: 2;
    letter-spacing: .075em;
    font-size: 16px;
    font-size: 1rem;
}

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

@media screen and (min-width: 640px) {
    .profile-text {
        margin-top: 0;
        margin-left: 50px;
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.profile + .youtube-block {
    margin-top: 30px;
}

@media screen and (min-width: 480px) {
    .profile + .youtube-block {
        margin-top: 35px;
    }
}

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

.accessories {
    background: #f0f0f0;
    padding: 0;
}

.accessories-list {
    margin-top: 30px;
}

@media screen and (min-width: 480px) {
    .accessories-list {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (min-width: 640px) {
    .accessories-list {
		max-width: 75%;
		margin: 0 auto;
        
		margin-top: 50px;
    }
}

.accessories-list::after {
    content: none;
}

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

@media screen and (min-width: 480px) {
    .accessories-item {
        flex: 0 0 48%;
        max-width: 48%;
        box-sizing: border-box;
        position: relative;
        padding-bottom: 59px;
    }
    .accessories-item:nth-of-type(2) {
        margin-top: 0;
    }
}

@media screen and (min-width: 640px) {
    .accessories-item {
        flex: 0 0 22.833%;
        max-width: 22.833%;
		
		flex: 0 0 30%;
        max-width: 30%;
    }
    .accessories-item:nth-of-type(even) {
        margin-left: 0;
    }
    .accessories-item:nth-of-type(2), .accessories-item:nth-of-type(n+3) {
        margin-top: 0;
    }
}

.accessories-item .img-box img {
    width: 100%;
}

.accessories-item .text-box {
    margin-top: 20px;
}

@media screen and (min-width: 640px) {
    .accessories-item .text-box {
        margin-top: 30px;
    }
}

.accessories-item .sub,
.accessories-item .name {
    line-height: 1.2;
}

.accessories-item .sub {
    font-size: 15px;
    font-size: 0.9375rem;
}

.accessories-item .name {
    font-size: 21px;
    font-size: 1.3125rem;
}

.accessories-item .mod_btn {
    width: 100%;
    min-width: 0;
    margin-top: 20px;
}

@media screen and (min-width: 480px) {
    .accessories-item .mod_btn {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-top: 0;
    }
}

@media screen and (min-width: 640px) {
    .accessories-item .mod_btn {
        width: auto;
        min-width: 186px;
    }
}

.uselens {
    margin-top: 40px;
}

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

.uselens-item:nth-of-type(n+2) {
    margin-top: 60px;
}

@media screen and (min-width: 640px) {
    .uselens-item {
        display: flex;
        align-items: center;
    }
    .uselens-item:nth-of-type(n+2) {
        margin-top: 30px;
    }
}

.uselens .img-box .brand {
    display: block;
    margin-left: auto;
    margin-top: 10px;
}

.uselens .img-box .lens {
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 640px) {
    .uselens .img-box .lens {
        margin-right: auto;
        margin-left: 0;
    }
}

.uselens .img-box.first .lens {
    width: 62.199%;
}

.uselens .img-box.second .lens {
    width: 100%;
}

.uselens .img-box.third .lens {
    width: 64.948%;
}

@media screen and (min-width: 640px) {
    .uselens .img-box {
        flex: 0 0 291px;
        max-width: 291px;
    }
}

.uselens .text-box {
    margin-top: 20px;
}

@media screen and (min-width: 640px) {
    .uselens .text-box {
        margin-top: 0;
        margin-left: 40px;
        flex: 0 1 auto;
    }
}

.uselens-text, .uselens-title {
    font-size: 19px;
    font-size: 1.1875rem;
    letter-spacing: .1em;
}

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

@media screen and (min-width: 640px) {
    .uselens-text, .uselens-title {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.uselens-text {
    color: #666;
}

.uselens-title {
    margin-top: 10px;
}

.uselens-title .small {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    display: block;
    margin-top: 5px;
    letter-spacing: 0;
}

@media screen and (min-width: 480px) {
    .uselens-title .small {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

@media screen and (min-width: 640px) {
    .uselens-title .small {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.uselens .btns {
    margin-top: 24px;
    display: flex;
}

@media screen and (min-width: 640px) {
    .uselens .btns {
        display: block;
    }
}

.uselens .btns .mod_btn {
    flex: 0 0 49%;
    max-width: 49%;
    min-width: 0;
}

.uselens .btns .mod_btn:nth-of-type(2) {
    margin-left: 2%;
}

@media screen and (min-width: 640px) {
    .uselens .btns .mod_btn {
        min-width: 186px;
    }
}

/* text-list */
.text-list {
    margin-top: 20px;
    list-style: none;
}

@media screen and (min-width: 640px) {
    .text-list {
        margin-top: 30px;
    }
}

.text-list li {
    line-height: 2;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .02em;
}

@media screen and (min-width: 480px) {
    .text-list li {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

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

@media screen and (min-width: 640px) {
    #s4 .block.first {
        padding-top: 120px;
    }
}
