@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
    color: #000;
    font-family: "Zen Old Mincho", serif;
    font-size: 14px;
    line-height: 31px;
    background: url("../img/shared/bd_bg.jpg") repeat;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: 700;
    letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 36px;
    }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-cinzel {
   font-family: "Cinzel", serif;
    font-weight: 500;
}
.fnt-zen {
    font-family: "Zen Old Mincho", serif;
}
/*=============================================
 * <header>
 *=============================================*/
body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
    touch-action: none !important;
    pointer-events: none !important;
}
body.nav--opened .hamburger, body.nav--opened #menu_toggle, body.nav--opened #menu_toggle *, body.nav--opened #fixed-sp * {
    touch-action: auto !important;
    pointer-events: visible !important;
}
.nav--opened {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
}
.nav--opened #menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    overflow: auto;
}
.nav--opened #ft_fixed {
    opacity: 0;
    visibility: hidden;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}
html {
    min-width: auto;
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        transition: none !important;
    }
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
.head-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.head-info .logo {
    width: 26.3vw;
    margin: 8.8vw auto 0;
}
.head-info .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.head-info .block-right {
    display: none;
}
.head-info h1 {
    display: none;
}
#key-box {
    background: url(../img/shared/bg3.jpg) repeat;
    padding: 2.7vw;
}
#key-box .img {
    height: 106.7vw;
    --radius: 2.7vw;
    -webkit-mask-image: radial-gradient(circle at 0 0, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 100% 0, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 0 100%, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 100% 100%, transparent var(--radius), black calc(var(--radius) + 0.5px));
    -webkit-mask-position: 0 0, 100% 0, 0 100%, 100% 100%;
    -webkit-mask-size: 51% 51%;
    -webkit-mask-repeat: no-repeat;
    mask-image: radial-gradient(circle at 0 0, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 100% 0, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 0 100%, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 100% 100%, transparent var(--radius), black calc(var(--radius) + 0.5px));
    mask-position: 0 0, 100% 0, 0 100%, 100% 100%;
    mask-size: 51% 51%;
    mask-repeat: no-repeat;
}
#key-box .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.header-box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
}
@media only screen and (max-width: 767px) {
    #menu_toggle .nav .sub {
        display: flex;
        margin-top: 5px;
        padding-bottom: 7px;
        margin-left: 5px;
    }
    #menu_toggle .nav .sub li a {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 1.4em;
        color: #fff;
        position: relative;
        z-index: 1;
        padding-left: 10px;
    }
    #menu_toggle .nav .sub li a::after {
        content: "／";
        font-family: inherit;
        font-weight: bold;
        font-size: 100%;
        margin: auto 0;
        padding-left: 10px;
    }
    #menu_toggle .nav .sub li:last-child a::after {
        display: none;
    }
    #menu_toggle .nav-social {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    #menu_toggle .nav-social li a {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 1.4em;
        padding: 0 10px;
        position: relative;
        z-index: 1;
    }
    #menu_toggle .nav-social li a::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    #menu_toggle .nav-social li:last-child a::before {
        display: none;
    }
}
#menu_toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 9;
    background: #121010;
}
#menu_toggle .nav {
    margin-bottom: 22px;
}
#menu_toggle .nav > li {
    margin-bottom: 11px;
}
#menu_toggle .nav > li:last-child {
    margin-bottom: 0;
}
#menu_toggle .nav > li > a {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.4em;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 2px;
}
#menu_toggle .nav > li > a::before {
       content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background: #A39071;
    top: -121px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease;
}
#menu_toggle .nav > li > a.active::before {
        height: 98px;
}
#menu_toggle .btn-cart {
    text-align: center;
    margin-bottom: 22px;
}
#menu_toggle .btn-cart a {
    margin: 0 auto;
    width: 186px;
    height: 42px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    letter-spacing: normal;
    line-height: 1.6em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
}
#menu_toggle .btn-cart a::before {
    content: "";
    position: absolute;
    background: url(../img/shared/icon_cart.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 23/20;
    width: 23px;
    height: auto;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#menu_toggle .btn-cart a::after {
    content: "";
    position: absolute;
    background: url(../img/course/icon_arrow.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 8/10;
    width: 8px;
    height: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
}
#menu_toggle .nav-out {
    display: flex;
    justify-content: center;
    gap: 30px;
}
#menu_toggle .nav-out li {
    width: 26px;
    height: 26px;
}
#menu_toggle .nav-out li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#menu_toggle .nav-out li a img {
    display: block;
    height: 100%;
    object-fit: contain;
}
#menu_toggle .tel-header {
    display: none;
}

.nav--opened .menu_toggle {
    left: 0%;
    visibility: visible;
    overflow: auto;
    z-index: 99;
    opacity: 1;
}
.js-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    padding: 122px 10% 150px;
}
@media only screen and (max-width: 767px) {
	#menu_toggle .nav .sub{
		display: none;
	}
	#menu_toggle .nav{
		    display: flex;
 		   justify-content: center;
		margin-bottom: 42px;
	}
	#menu_toggle .nav li{
		    cursor: vertical-text;
			writing-mode: vertical-rl;
			-o-writing-mode: vertical-rl;
			-ms-writing-mode: vertical-rl;
			-ms-writing-mode: tb-rl;
			-moz-writing-mode: vertical-rl;
			-webkit-writing-mode: vertical-rl;
			text-orientation: upright;
			word-wrap: break-word;
			white-space: nowrap;
			height: 120px;
			width: 21px;
			margin: 0 17px;		
	}
}


footer {
    background: #331e09;
    position: relative;
    padding: 24.6vw 0 calc(14vw + 55px);
}
footer .group-nav {
    display: none;
}
footer .logo {
    width: 42vw;
    margin: 0 auto 5vw;
}
footer .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
footer .slogan {
    text-align: center;
    color: #fff;
    margin-bottom: 7vw;
}
footer .contact {
    margin-bottom: 8vw;
}
footer .tel-all {
    margin-bottom: 8vw;
}
footer .tel-all dt {
    color: #fff;
}
footer .tel-all dt .tel-icon::before {
    filter: brightness(0) invert(1);
}
footer .tel-all dd {
    color: #fff;
    font-size: 12px;
    letter-spacing: normal;
}
footer .btn-web-cus {
    width: 272px;
    height: 70px;
}
footer .info-footer {
    margin-bottom: 9vw;
}
footer .info-footer .txt {
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
}
footer .info-footer .map-link {
    position: relative;
    padding-left: 20px;
}
footer .info-footer .map-link::before {
    content: "";
    position: absolute;
    background: url(../img/shared/icon_pin_w.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 13/15;
    width: 13px;
    height: auto;
    top: 1px;
    bottom: 0;
    margin: auto 0;
    left: 0;
}
footer address {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
    color: #a39071;
    margin-bottom: 8vw;
}
footer #socialbuttons {
    margin-bottom: 8vw;
}
footer .group-btn {
    margin-bottom: 10vw;
}
footer .group-btn .access-btn {
    text-align: center;
    margin-bottom: 6vw;
}
footer .group-btn .access-btn .copy {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    color: #a39071;
    padding-right: 22px;
    position: relative;
}
footer .group-btn .access-btn .copy::before {
    content: "";
    position: absolute;
    background: url(../img/shared/icon_url.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 16/21;
    width: 16px;
    height: auto;
    top: 0;
    bottom: 1px;
    margin: auto 0;
    right: 0;
}
footer .group-btn .cookie-btn {
    text-align: center;
}
footer .group-btn .cookie-btn a {
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.4em;
    color: #a39071;
}
footer #pagetop {
    width: 14.9vw;
    margin: 0 auto;
    position: relative;
    right: 0;
    bottom: 0;
	opacity: 1;
	visibility: visible;
	z-index: 5;
}
#fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 102;
    opacity: 1;
}
#fixed-sp ul {
    display: flex;
    height: 100%;
}
#fixed-sp ul li {
    background: #121010;
    width: 14.6666666667%;
    height: 100%;
    position: relative;
}
#fixed-sp ul li:nth-child(3) {
    width: 56%;
}
#fixed-sp ul li:nth-child(1)::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}
#fixed-sp ul li .fx-tel::before {
    background: url(../img/shared/icon_tel.png) no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0) invert(1);
    aspect-ratio: 39/51;
}
#fixed-sp ul li .fx-map::before {
    background: url(../img/shared/icon_pin.png) no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0) invert(1);
    aspect-ratio: 21/26;
}
#fixed-sp ul li .fx-web {
    font-size: 14px;
    color: #f1e0c7;
    background: #640404;
    padding-top: 0;
}
#fixed-sp ul li .fx-web .icon {
    position: relative;
    padding-left: 30px;
}
#fixed-sp ul li .fx-web .icon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background: url(../img/shared/icon_web_big.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 40/38;
    width: 20px;
    height: auto;
}
#fixed-sp ul li .fx-web::before {
    display: none;
}
#fixed-sp ul li .fx-menu::before {
    background: url(../img/shared/icon_menu.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 55/38;
}
#fixed-sp ul li a, #fixed-sp ul li .fx-menu {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 16px;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
}
#fixed-sp ul li a::before, #fixed-sp ul li .fx-menu::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 14px;
    height: auto;
}
#fixed-sp ul li .fx-menu::before {
    width: 27px;
}
#fixed-sp ul li .fx-menu .close {
    display: none;
}
.nav--opened #fixed-sp ul li .fx-menu::before {
    background-image: url(../img/shared/icon_menu_close.png);
    aspect-ratio: 41/42;
    width: 20px;
	    filter: invert(0);
}
.nav--opened #fixed-sp ul li .fx-menu .close {
    display: block;
}
.nav--opened #fixed-sp ul li .fx-menu .open {
    display: none;
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    footer:after {
        background: #331e09;
        content: "";
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 97;
    }
    #fixed-sp {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    footer:after {
        background: #331e09;
        content: "";
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 97;
    }
    #fixed-sp {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 4.7708333333), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
    footer:after {
        background: #331e09;
        content: "";
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 97;
    }
    #fixed-sp {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}
.btn-all {
    margin: 0 auto;
    width: 300px;
    height: 60px;
    background: #162043;
    position: relative;
    z-index: 1;
}
.btn-all::before {
    content: "";
    position: absolute;
    inset: 5px;
    --cs: 16px;
    --tl: url(../img/course/border_st2_1.png);
    --tr: url(../img/course/border_st2_2.png);
    --br: url(../img/course/border_st2_4.png);
    --bl: url(../img/course/border_st2_3.png);
    background-image: var(--tl), var(--tr), var(--bl), var(--br);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    background-size: var(--cs) var(--cs), var(--cs) var(--cs);
}
.btn-all a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #f1e0c8;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.btn-all a::before {
    content: "";
    position: absolute;
    background: url(../img/course/icon_arrow.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 8/10;
    width: 8px;
    height: auto;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
}
@media only screen and (min-width: 768px) {
    .btn-all {
        width: 440px;
        height: 80px;
    }
    .btn-all::before {
        --cs: 24px;
    }
    .btn-all a {
        font-size: 20px;
    }
    .btn-all a::before {
        transition: all 0.1s ease-out;
    }
    .btn-all a:hover::before {
        transform: translateX(6px);
    }
	 .btn-all.btn-pdf a:hover::before {
        transform: none
    }
	.btn-all.btn-pdf:hover{
		opacity: 0.8;
		transition: all 0.5s ease;
	}
}
.tel-all {
    text-align: center;
}
.tel-all dt {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: normal;
    color: #000;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.tel-all dt .tit {
    font-size: 63.1578947368%;
    display: block;
}
.tel-all dt .tel-icon {
    position: relative;
    padding-left: 29px;
    letter-spacing: -0.03em;
}
.tel-all dt .tel-icon::before {
    content: "";
    position: absolute;
    background: url(../img/course/icon_tel.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 24/30;
    width: 20px;
    height: auto;
    top: 5px;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.tel-all dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
@media only screen and (min-width: 768px) {
    .tel-all dt {
        font-size: 38px;
        line-height: 1em;
        margin-bottom: 10px;
    }
    .tel-all dt .tel-icon {
        padding-left: 29px;
        letter-spacing: normal;
        margin-left: 10px;
    }
    .tel-all dt .tel-icon::before {
        width: 24px;
        top: 5px;
    }
    .tel-all dd {
        font-size: 14px;
        line-height: 30px;
    }
}
.btn-web-cus {
    background: #640404;
}
.btn-web-cus a {
    font-weight: bold;
}
.btn-web-cus .icon {
    position: relative;
    z-index: 1;
}
.btn-web-cus .icon::before {
    content: "";
    position: absolute;
    background: url(../img/course/icon_web.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 24/22;
    width: 24px;
    height: auto;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
@media only screen and (min-width: 768px) {
    .btn-web-cus {
        width: 380px;
        margin: 0;
    }
    .btn-web-cus .icon::before {
        left: -42px;
    }
}
.btn-cus {
    position: relative;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    padding-bottom: 0 !important;
    width: 440px;
    max-width: 100%;
}
.btn-cus a {
    display: block;
    font-size: 17px;
    line-height: 64px;
    height: 67px;
    text-align: center;
    background: url(../img/shared/btn_bg.jpg) repeat;
    color: #000000;
}
.btn-cus.blue a {
    background: #162043;
    color: #f1e0c8;
}
.btn-cus.popup.blue a {
    color: #f1e0c8;
}
.btn-cus a:after {
    position: absolute;
    content: "";
    top: 27px;
    right: 31px;
    bottom: 0;
    background: url(../img/shared/icon_arrow_red.png) no-repeat;
    width: 11px;
    height: 19px;
    background-size: 100%;
}
.btn-cus.blue a::after {
    background: url(../img/shared/icon_arrow2.png) no-repeat;
    background-size: 100%;
}
.btn-cus.popup a::after {
    background: url(../img/shared/icon_popup.png) no-repeat;
    width: 11px;
    background-size: 100%;
    filter: invert(1);
}
.btn-cus.popup.blue a::after {
    filter: invert(0);
}
.btn-cus a span.btn-deco1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 10vw;
    height: 100%;
    background: url(../img/shared/btn_deco1.png), url(../img/shared/btn_deco2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-position: left top, left bottom;
}
.btn-cus a span.btn-deco2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 10vw;
    height: 100%;
    background: url(../img/shared/btn_deco3.png), url(../img/shared/btn_deco4.png);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-position: left top, left bottom;
}
.btn-cus2 a {
    font-size: 6vw;
    position: relative;
    display: block;
}
.btn-cus2 a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    height: 1px;
	transition: all 0.5s ease;
}
.btn-cus2:hover a::before {
	transform: translateX(10px);
	transition: all 0.5s ease;
}
.btn-cus2 a::after {
    content: "";
    background: url(../img/shared/icon_arrow.png) no-repeat;
    width: 12px;
    height: 10px;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
	transition: all 0.5s ease;
}
.btn-cus2:hover a::after {
	transform: translateX(10px);
	transition: all 0.5s ease;
}
.btn-web {
    position: relative;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    padding-bottom: 0 !important;
    width: 400px;
    max-width: 100%;
}
.btn-web a {
    display: block;
    font-size: 17px;
    line-height: 64px;
    height: 67px;
    text-align: center;
    background: #640404;
    color: #f1e0c7;
}
.btn-web a::before {
    content: "";
    position: absolute;
    left: 53px;
    top: 24px;
    width: 19px;
    height: 23px;
    background: url(../img/shared/icon_web.png) no-repeat;
    background-size: 100%;
}
.btn-web a:after {
    position: absolute;
    content: "";
    top: 27px;
    right: 31px;
    bottom: 0;
    background: url(../img/shared/icon_arrow_w.png) no-repeat;
    width: 11px;
    height: 19px;
    background-size: 100%;
}
.btn-web a span.btn-deco1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 10vw;
    height: 100%;
    background: url(../img/shared/btn_web_deco1.png), url(../img/shared/btn_web_deco2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-position: left top, left bottom;
}
.btn-web a span.btn-deco2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 10vw;
    height: 100%;
    background: url(../img/shared/btn_web_deco3.png), url(../img/shared/btn_web_deco4.png);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-position: left top, left bottom;
}
.btn-cus3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.btn-cus3 a {
    display: inline-block;
    min-width: 200px;
    border-bottom: 1px solid;
    text-align: left;
    padding-left: 6px;
    padding-bottom: 7px;
    position: relative;
}
.btn-cus3 a::after {
    position: absolute;
    content: "";
    top: 12px;
    right: 11px;
    bottom: 0;
    background: url(../img/shared/icon_arrow3.png) no-repeat;
    width: 7px;
    height: 19px;
    background-size: 100%;
}
@media only screen and (max-width: 767px) {
    .btn-web, .btn-cus {
        max-width: 317px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 768px) {
    .btn-cus a {
        font-size: 20px;
        line-height: 80px;
        height: 80px;
    }
    .btn-cus a:after {
        top: 33px;
    }
    .btn-cus a span.btn-deco1 {
        width: 32px;
    }
    .btn-cus a span.btn-deco2 {
        width: 32px;
    }
    .btn-cus2 a {
        font-size: 30px;
    }
    .btn-cus a::after {
        transition: all 0.1s ease-out;
    }
    .btn-cus a:hover::after {
        transform: translateX(6px);
    }
	.btn-cus.popup a:hover::after{
		transform: none;
	}
    .btn-web {
        width: 380px;
    }
    .btn-web a::after {
        transition: all 0.1s ease-out;
    }
    .btn-web a:hover::after {
        transform: translateX(6px);
    }
    .btn-web a {
        font-size: 20px;
        line-height: 80px;
        height: 80px;
    }
    .btn-web a::before {
        top: 32px;
        left: 70px;
    }
    .btn-web a::after {
        right: 30px;
        top: 32px;
    }
    .btn-web a span.btn-deco1 {
        width: 38px;
        height: 80px;
    }
    .btn-web a span.btn-deco2 {
        width: 38px;
        height: 80px;
    }
    .btn-cus.popup a::after {
        width: 14px;
    }
    .btn-cus.popup:hover {
        opacity: 0.8;
    }
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
    /*=============================================
  ******************** header ******************
  *=============================================*/
    header {
        position: relative;
        width: 100%;
        z-index: 100;
    }
    html img {
        max-width: 100%;
        height: auto;
    }
    .js-scroll {
        overflow: visible;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 23px 0 45px;
        height: 100%;
    }
    /*=============================================
  ******************* nav-fixed ****************
  *=============================================*/
    #menu_toggle {
        top: 0;
        right: 0;
        position: fixed;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: none;
        height: 90px;
        left: auto;
        padding: 0;
    }
    .fixed-btn #menu_toggle {
        opacity: 1;
        visibility: visible;
        position: fixed;
    }
    #menu_toggle {
        background: url(../img/shared/nav_bg.jpg) repeat;
        box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.07);
    }
    #menu_toggle .nav {
        display: flex;
        gap: 18px;
        margin-right: 23px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    #menu_toggle .nav > li > a {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: normal;
        color: #2a0000;
        position: relative;
        z-index: 1;
        padding-bottom: 12px;
    }
    #menu_toggle .nav > li > a::before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        background: #a90005;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all 0.3s ease;
		top: auto;
    }
    #menu_toggle .nav > li > a:hover {
        color: #a90005;
    }
    #menu_toggle .nav > li > a:hover::before {
        width: 100%;
    }
    #menu_toggle .nav > li > a.active {
        color: #a90005;
    }
    #menu_toggle .nav > li > a.active::before {
               width: 100%;
        height: 2px;
    }
    #menu_toggle .nav .has-sub {
        position: relative;
        z-index: 1;
    }
    #menu_toggle .nav .has-sub:hover .sub {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    #menu_toggle .nav .sub {
        min-width: 101px;
        background: rgba(1, 12, 62, 0.85);
        box-sizing: border-box;
        padding: 14px 0 18px;
        position: absolute;
        transform: translateX(-50%);
        top: 58px;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        pointer-events: none;
    }
    #menu_toggle .nav .sub::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100px;
        top: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
        pointer-events: auto;
    }
    #menu_toggle .nav .sub::before {
        content: "";
        position: absolute;
        background: rgba(1, 12, 62, 0.85);
        width: 10px;
        height: 12px;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        bottom: calc(100% - 1px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #menu_toggle .nav .sub li {
        text-align: center;
        line-height: 30px;
    }
    #menu_toggle .nav .sub li.non-pc {
        display: none;
    }
    #menu_toggle .nav .sub li:last-child {
        margin-bottom: 0;
    }
    #menu_toggle .nav .sub li a {
        font-size: 14px;
        line-height: 1em;
        letter-spacing: normal;
        color: #fff;
    }
    #menu_toggle .nav .sub li a:hover {
        opacity: 0.7;
    }
    #menu_toggle .group {
        display: flex;
        flex-direction: row-reverse;
    }
    #menu_toggle .btn-cart {
        width: 180px;
        height: 44px;
        margin-right: 32px;
        margin-bottom: 0;
    }
    #menu_toggle .btn-cart a {
        width: 100%;
        height: 100%;
        font-size: 14px;
        font-weight: bold;
        color: #2a0000;
        letter-spacing: normal;
        line-height: 1.6em;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        position: relative;
        z-index: 1;
        border: 1px solid #2a0000;
        padding-left: 20px;
        box-sizing: border-box;
    }
    #menu_toggle .btn-cart a:hover::after {
        transform: translateX(4px);
    }
    #menu_toggle .btn-cart a::before {
        content: "";
        position: absolute;
        background: url(../img/shared/icon_cart_red.png) no-repeat;
        background-size: contain;
        background-position: center;
        aspect-ratio: 23/20;
        width: 23px;
        height: auto;
        left: 32px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    #menu_toggle .btn-cart a::after {
        content: "";
        position: absolute;
        background: url(../img/shared/icon_arrow_red.png) no-repeat;
        background-size: contain;
        background-position: center;
        aspect-ratio: 14/16;
        width: 5px;
        height: auto;
        top: 0;
        bottom: 0;
        right: 11px;
        margin: auto 0;
        transition: all 0.1s ease-out;
    }
    #menu_toggle .nav-social {
        display: flex;
        position: relative;
        margin-bottom: 0;
    }
    #menu_toggle .nav-social li:last-child a {
        padding-right: 0;
    }
    #menu_toggle .nav-social li:last-child a::after {
        display: none;
    }
    #menu_toggle .nav-social li a {
        font-size: 14px;
        font-weight: bold;
        color: #2a0000;
        padding: 0 10px;
        position: relative;
        z-index: 1;
    }
    #menu_toggle .nav-social li a::after {
        content: "";
        position: absolute;
        background: #2a0000;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    #menu_toggle .nav-social li a::before {
        content: "";
        position: absolute;
        width: 0%;
        height: 1px;
        background: #2a0000;
        bottom: -5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all 0.3s ease;
        top: unset;
    }
    #menu_toggle .nav-social li a:hover::before {
        width: 100%;
    }
    #menu_toggle .nav-out {
        display: none;
    }
    #menu_toggle .tel-header {
        display: block;
        margin-left: auto;
        margin-bottom: 0;
    }
    #menu_toggle .tel-header dt {
        color: #2a0000;
        font-size: 25px;
        font-weight: bold;
    }
    #menu_toggle .tel-header dt .tit {
        font-size: 64%;
    }
    #menu_toggle .tel-header dt .tel-icon {
        padding-left: 22px;
    }
    #menu_toggle .tel-header dt .tel-icon::before {
        width: 15px;
        background-image: url(../img/shared/icon_tel_red.png);
        aspect-ratio: 15/19;
    }
    /*=============================================
  ******************* keyvisual ****************
  *=============================================*/
    .side-fixed {
        position: fixed;
        top: 117px;
        right: 0;
        opacity: 0;
        visibility: hidden;
    }
    .side-fixed .list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .side-fixed .btn-web-cus {
        width: 55px;
        height: 280px;
    }
    .side-fixed .btn-web-cus a {
        width: 100%;
        height: 100%;
        color: #f1e0c7;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: normal;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        transition: all 0.3s ease;
        padding-bottom: 8px;
    }
    .side-fixed .btn-web-cus a:hover {
        opacity: 0.7;
    }
    .side-fixed .btn-web-cus a .icon {
        padding-left: 0;
        padding-top: 42px;
    }
    .side-fixed .btn-web-cus a .icon::before {
        width: 23px;
        bottom: unset;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .side-fixed .nav-out {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }
    .side-fixed .nav-out li {
        width: 30px;
        height: 30px;
        filter: brightness(1) invert(1);
    }
    .side-fixed .nav-out li a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .side-fixed .nav-out li a img {
        display: block;
        height: 100%;
        object-fit: contain;
    }
    .fixed-btn .side-fixed {
        opacity: 1;
        visibility: visible;
    }
    #head-key {
        height: 975px;
        position: relative;
    }
    #key-box {
        height: 100%;
        padding: 10px;
    }
    #key-box .img {
        height: 880px;
        --radius: 20px;
    }
    .head-info {
        bottom: 0;
    }
    .head-info .logo {
        width: 129px;
        margin: 30px 0 0 32px;
    }
    .head-info .block-right {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .head-info .block-right .group1 {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 18px;
    }
    .head-info .block-right .nav-out {
        display: flex;
        align-items: flex-end;
        gap: 18px;
        margin-right: 12px;
        margin-bottom: 7px;
    }
    .head-info .block-right .nav-out li {
        width: 30px;
        height: 30px;
    }
    .head-info .block-right .nav-out li a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .head-info .block-right .nav-out li a img {
        display: block;
        height: 100%;
        object-fit: contain;
    }
    .head-info .block-right .contact {
        display: flex;
        align-items: flex-end;
    }
    .head-info .block-right .tel-header {
        margin-bottom: 0;
        margin-right: 16px;
    }
    .head-info .block-right .tel-header dt {
        color: #fff;
        font-size: 25px;
    }
    .head-info .block-right .tel-header dt .tit {
        font-size: 64%;
    }
    .head-info .block-right .tel-header dt .tel-icon {
        padding-left: 22px;
    }
    .head-info .block-right .tel-header dt .tel-icon::before {
        width: 15px;
        filter: brightness(0) invert(1);
    }
    .head-info .block-right .btn-web-cus {
        width: 155px;
        height: 90px;
    }
    .head-info .block-right .btn-web-cus a {
        color: #f1e0c7;
        width: 100%;
        height: 100%;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        text-decoration: none;
        padding-top: 7px;
    }
	.head-info .block-right .btn-web-cus a:hover{
		opacity: 0.8;
		transition: all 0.5s;
	}
    .head-info .block-right .btn-web-cus a .icon {
        padding-left: 0;
        padding-top: 35px;
    }
    .head-info .block-right .btn-web-cus a .icon::before {
        background-image: url(../img/shared/icon_web_big.png);
        aspect-ratio: 40/38;
        width: 40px;
        top: 0;
        bottom: unset;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .head-info .block-right .group2 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-right: 40px;
        margin-bottom: 5px;
    }
    .head-info .block-right .btn-cart {
        width: 180px;
        height: 44px;
        margin-right: 11px;
    }
    .head-info .block-right .btn-cart a {
        width: 100%;
        height: 100%;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        letter-spacing: normal;
        line-height: 1.6em;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        position: relative;
        z-index: 1;
        border: 1px solid #fff;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .head-info .block-right .btn-cart a:hover::after {
        transform: translateX(4px);
    }
    .head-info .block-right .btn-cart a::before {
        content: "";
        position: absolute;
        background: url(../img/shared/icon_cart.png) no-repeat;
        background-size: contain;
        background-position: center;
        aspect-ratio: 23/20;
        width: 23px;
        height: auto;
        left: 22px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    .head-info .block-right .btn-cart a::after {
        content: "";
        position: absolute;
        background: url(../img/course/icon_arrow.png) no-repeat;
        background-size: contain;
        background-position: center;
        aspect-ratio: 8/10;
        width: 5px;
        height: auto;
        top: 0;
        bottom: 0;
        right: 21px;
        margin: auto 0;
        transition: all 0.1s ease-out;
    }
    .head-info .block-right .nav-h {
        display: flex;
        gap: 18px;
        margin-right: 40px;
    }
    .head-info .block-right .nav-h > li > a {
        font-size: 18px;
        letter-spacing: normal;
        color: #fff;
        position: relative;
        z-index: 1;
        padding-bottom: 9px;
    }
    .head-info .block-right .nav-h > li > a::before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        background: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all 0.3s ease;
    }
    .head-info .block-right .nav-h > li > a:hover::before {
        width: 100%;
    }
    .head-info .block-right .nav-h > li.active a::before {
        width: 100%;
    }
    .head-info .block-right .nav-h .has-sub {
        position: relative;
        z-index: 1;
    }
    .head-info .block-right .nav-h .has-sub:hover .sub {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .head-info .block-right .nav-h .sub {
        width: 181px;
        background: rgba(1, 12, 62, 0.85);
        box-sizing: border-box;
        padding: 14px 0 18px;
        position: absolute;
        transform: translateX(-50%);
        top: 58px;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        pointer-events: none;
    }
    .head-info .block-right .nav-h .sub::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100px;
        top: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
        pointer-events: auto;
    }
    .head-info .block-right .nav-h .sub::before {
        content: "";
        position: absolute;
        background: rgba(1, 12, 62, 0.85);
        width: 10px;
        height: 12px;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        bottom: calc(100% - 1px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .head-info .block-right .nav-h .sub li {
        text-align: center;
        line-height: 30px;
    }
    .head-info .block-right .nav-h .sub li:last-child {
        margin-bottom: 0;
    }
    .head-info .block-right .nav-h .sub li a {
        font-size: 14px;
        line-height: 1em;
        letter-spacing: normal;
        color: #fff;
    }
    .head-info .block-right .nav-h .sub li a:hover {
        opacity: 0.7;
    }
    .head-info .block-right .nav-social {
        display: flex;
        position: relative;
    }
    .head-info .block-right .nav-social li:last-child a {
        padding-right: 0;
    }
    .head-info .block-right .nav-social li:last-child a::after {
        display: none;
    }
    .head-info .block-right .nav-social li a {
        font-size: 16px;
        color: #fff;
        padding: 0 10px;
        position: relative;
        z-index: 1;
    }
    .head-info .block-right .nav-social li a::after {
        content: "";
        position: absolute;
        background: #fff;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    .head-info .block-right .nav-social li a::before {
        content: "";
        position: absolute;
        width: 0%;
        height: 1px;
        background: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all 0.3s ease;
    }
    .head-info .block-right .nav-social li a:hover::before {
        width: 100%;
    }
    .head-info h1 {
        display: block;
        position: absolute;
        bottom: 135px;
        right: 25px;
        font-size: 12px;
        text-align: right;
        line-height: 1.6em;
        letter-spacing: 0.1em;
        font-weight: 400;
        color: #fff;
    }
    /*=============================================
  ******************* footer *******************
  *=============================================*/
    footer {
        padding: 72px 0 67px;
    }
    footer::after {
        display: none;
    }
    footer.footer-all .wrap {
        width: 100%;
        max-width: 1480px;
        padding: 0 30px;
        margin: 0 auto;
    }
    footer .group-nav {
        display: block;
        position: absolute;
        top: 18px;
        right: 48px;
    }
    footer .group-nav .flex-nav {
        display: flex;
        margin-bottom: 29px;
    }
    footer .nav-footer {
        display: flex;
        margin-right: 28px;
        gap: 16px;
    }
    footer .nav-footer li a {
        font-size: 16px;
        letter-spacing: normal;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    footer .nav-footer li a::before {
        content: "";
        position: absolute;
        width: 0%;
        height: 1px;
        background: #fff;
        bottom: -5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all 0.3s ease;
    }
    footer .nav-footer li a:hover::before {
        width: 100%;
    }
    footer .nav-footer li.active a::before {
        width: 100%;
    }
    footer .nav-social {
        display: flex;
        position: relative;
        padding: 0 29px;
        gap: 14px;
    }
    footer .nav-social::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    footer .nav-social::after {
        content: "";
        position: absolute;
        background: #fff;
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    footer .nav-social li a {
        font-size: 14px;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    footer .nav-social li a::before {
        content: "";
        position: absolute;
        width: 0%;
        height: 1px;
        background: #fff;
        bottom: -5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all 0.3s ease;
    }
    footer .nav-social li a:hover::before {
        width: 100%;
    }
    footer .nav-out {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
    }
    footer .nav-out li {
        width: 30px;
        height: 30px;
    }
    footer .nav-out li a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    footer .nav-out li a img {
        display: block;
        height: 100%;
        object-fit: contain;
    }
    footer .nav-out .btn-cart {
        width: 200px;
        height: 44px;
        margin-left: 11px;
    }
    footer .nav-out .btn-cart a {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        letter-spacing: normal;
        line-height: 1.6em;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        position: relative;
        z-index: 1;
        border: 1px solid #fff;
        padding-left: 20px;
        box-sizing: border-box;
    }
    footer .nav-out .btn-cart a:hover::after {
        transform: translateX(4px);
    }
    footer .nav-out .btn-cart a::before {
        content: "";
        position: absolute;
        background: url(../img/shared/icon_cart.png) no-repeat;
        background-size: contain;
        background-position: center;
        aspect-ratio: 23/20;
        width: 23px;
        height: auto;
        left: 31px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    footer .nav-out .btn-cart a::after {
        content: "";
        position: absolute;
        background: url(../img/course/icon_arrow.png) no-repeat;
        background-size: contain;
        background-position: center;
        aspect-ratio: 8/10;
        width: 8px;
        height: auto;
        top: 0;
        bottom: 0;
        right: 9px;
        margin: auto 0;
        transition: all 0.1s ease-out;
    }
    footer .row1 {
        display: flex;
        align-items: flex-end;
        gap: 51px;
        margin-bottom: 60px;
    }
    footer .block-logo {
        width: 260px;
    }
    footer .logo {
        width: 149px;
        margin: 0 auto 21px;
    }
    footer .slogan {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 42px;
    }
    footer .contact {
        margin-bottom: 0;
    }
    footer .tel-all {
        margin-bottom: 34px;
    }
    footer .tel-all dt {
        color: #fff;
        font-size: 30px;
        line-height: 1.2em;
    }
    footer .tel-all dt .tit {
        font-size: 53.3333333333%;
    }
    footer .tel-all dt .tel-icon {
        padding-left: 27px;
    }
    footer .tel-all dt .tel-icon::before {
        width: 18px;
        filter: brightness(0) invert(1);
    }
    footer .tel-all dd {
        display: none;
    }
    footer .btn-web-cus {
        width: 260px;
        height: 60px;
    }
    footer .btn-web-cus a {
        box-sizing: border-box;
        padding-left: 33px;
        font-size: 16px;
    }
    footer .btn-web-cus a .icon::before {
        left: -35px;
    }
    footer .info-footer {
        display: flex;
        gap: 30px;
        margin-bottom: -8px;
    }
    footer .info-footer .txt {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    footer .info-footer .txt:last-child {
        margin-bottom: 0;
    }
    footer .info-footer .map-link {
        padding-left: 20px;
    }
    footer .info-footer .map-link:hover {
        text-decoration: underline;
    }
    footer .info-footer .map-link::before {
        width: 13px;
        top: 1px;
    }
    footer .row2 {
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    footer .group-add {
        margin-top: 12px;
    }
    footer address {
        font-size: 14px;
        text-align: left;
        margin-bottom: 19px;
    }
    footer #socialbuttons {
        margin-bottom: 0;
        justify-content: flex-start;
        margin-left: 0;
    }
    footer .group-btn {
        margin-bottom: 0;
        margin-right: 18px;
    }
    footer .group-btn .access-btn {
        text-align: right;
        margin-bottom: 7px;
    }
    footer .group-btn .access-btn .copy {
        text-align: right;
        font-size: 15px;
        padding-right: 22px;
    }
    footer .group-btn .access-btn .copy::before {
        width: 16px;
        bottom: 1px;
    }
    footer .group-btn .cookie-btn {
        text-align: right;
    }
    footer .group-btn .cookie-btn a {
        font-size: 14px;
    }
    footer .group-btn .cookie-btn a:hover {
        text-decoration: none;
    }
    footer #pagetop {
        width: 65px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }
    /*=============================================
  ***************** copyright ******************
  *=============================================*/
    #pagetop {
        cursor: pointer;
        transition: all 0.3s ease;
    }
    #pagetop:hover {
        opacity: 0.9;
    }
    #socialbuttons {
        max-width: 350px;
        line-height: 1;
    }
}
.dot_right .slick-dots {
    text-align: right;
}
.dot_left .slick-dots {
    text-align: left;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.rotate img {
    animation: rotate 10s linear infinite;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img, .btn {
        opacity: 1;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease;
    }
    .btn {
        transition: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
    }
    .over-img img:hover, img.over:hover, a:hover img:not(.btn):not(.non-over), button:hover img {
        cursor: pointer;
        opacity: 0.8;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
    }
    a:before {
        text-decoration: underline;
        display: inline-block;
    }
    a:before, a:hover:before {
        text-decoration: none;
    }
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
    min-width: auto;
}
html a:hover {
    text-decoration: none;
}
html .wrap {
    padding: 0 5%;
    width: auto;
    max-width: 100%;
}
.sp {
    display: block;
}
.pc {
    display: none !important;
}
html #socialbuttons .social-line {
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
    html #socialbuttons .social-line {
        width: auto;
        overflow: hidden;
    }
    html .wrap {
        padding: 0;
        width: 1000px;
        max-width: 100%;
        box-sizing: border-box;
    }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
    body {
        position: static !important;
        top: 0 !important;
        box-sizing: border-box;
    }
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.ob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.txt, .txt1, .txt2, .txt3 {
    text-align: justify;
}
@media only screen and (min-width: 768px) {
    .txt, .txt1, .txt2, .txt3 {
        text-align: inherit;
    }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
    .js-scroll {
        padding: 0 20px 0;
    }
    #menu_toggle .btn-cart {
        margin-right: 15px;
    }
    #menu_toggle .nav {
        gap: 15px;
        margin-right: 15px;
    }
    #menu_toggle .nav > li > a {
        font-size: 14px;
    }
}


.contact-shared {
    position: relative;
    padding: 15vw 3% 15vw;
    background: url(../img/shared/bg4.jpg) repeat;
}
.contact-shared::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/shared/contact_deco1.jpg), url(../img/shared/contact_deco2.jpg), url(../img/shared/contact_deco3.jpg), url(../img/shared/contact_deco4.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, bottom left, bottom right;
    z-index: 5;
}
.contact-shared::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 11px;
    right: 7px;
    bottom: 12px;
    border: 2px solid #A39071;
}
.contact-shared h2 {
    text-align: center;
    font-size: 7vw;
    letter-spacing: 0.1em;
    margin-bottom: 5vw;
    font-weight: normal;
}
.contact-shared .txt {
    margin-bottom: 9vw;
}
.contact-shared .row {
    flex-direction: column;
}
.contact-shared .row .tel {
    text-align: center;
    margin-bottom: 6vw;
    line-height: 1.5;
}
.contact-shared .row .tel dt {
    font-size: 5vw;
}
.contact-shared .row .tel dt .tel-icon {
    display: flex;
    justify-content: center;
    font-size: 8vw;
}
.contact-shared .row .tel dt .tel-icon span {
    display: block;
    width: 5vw;
    align-self: center;
    margin-right: 2%;
    margin-top: -1vw;
}
.contact-shared .row .tel dd {
    font-size: 11px;
}
.contact-shared .row .btn-web {
    z-index: 6;
}
.contact-shared .deco1 {
    position: absolute;
    left: -9%;
    width: 38%;
    bottom: -7vw;
}
.contact-shared .deco2 {
    position: absolute;
    right: -9%;
    width: 38%;
    bottom: -7vw;
}
.bnr-shared {
    padding: 8% 5%;
}
.bnr-shared .bnr {
    margin-bottom: 6vw;
    position: relative;
}
.bnr-shared .bnr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 170px;
    background: url(../img/shared/bnr_shadow.png) repeat-x;
}
.bnr-shared .bnr a .ttl {
    color: #fff;
    position: absolute;
    bottom: 20px;
    z-index: 5;
    left: 10%;
    right: 10%;
    text-align: left;
    padding-bottom: 7px;
}
.bnr-shared .bnr a .ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 1px;
}
.bnr-shared .bnr a .ttl::after {
    content: "";
    background: url(../img/shared/icon_arrow.png) no-repeat;
    width: 12px;
    height: 10px;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    filter: invert(1);
}
.bnr-shared .bnr a .ttl span {
    font-size: 6vw;
}
.bnr-shared .bnr a .ttl small {
    margin-left: 6%;
    font-size: 3.5vw;
}
@media only screen and (min-width: 768px) {
    .contact-shared {
        padding: 92px 0 103px;
    }
    .contact-shared h2 {
        font-size: 35px;
        margin-bottom: 51px;
    }
    .contact-shared .txt {
        width: 680px;
        margin: 0 auto 40px;
        letter-spacing: 0;
        padding-left: 47px;
        text-align: center;
    }
    .contact-shared .row {
        flex-direction: row;
        justify-content: space-between;
        width: 900px;
        margin: 0 auto;
    }
    .contact-shared .row .tel {
        margin-bottom: 20px;
        width: 470px;
        text-align: center;
    }
    .contact-shared .row .tel dt {
        font-size: 24px;
        line-height: 39px;
        margin-bottom: 15px;
    }
    .contact-shared .row .tel dt .tel-icon {
        font-size: 38px;
        letter-spacing: 1px;
    }
    .contact-shared .row .tel dt .tel-icon span {
        width: 23px;
        margin-top: -3px;
        margin-left: 14px;
    }
    .contact-shared .row .tel dd {
        font-size: 14px;
        letter-spacing: 0;
    }
    .contact-shared .row .btn-web {
        margin-top: 30px;
        margin-right: 50px;
    }
    .contact-shared .deco1 {
        width: auto;
        left: calc(50% - 50vw);
		bottom: -70px;
    }
    .contact-shared .deco2 {
        width: auto;
        right: calc(50% - 50vw);
		bottom: -70px;
    }
    .bnr-shared {
        padding: 66px 40px 65px;
        display: flex;
        gap: 20px;
    }
    .bnr-shared .bnr {
        margin-bottom: 20px;
        width: 50%;
        overflow: hidden;
    }
    .bnr-shared .bnr .img img {
        transition: all 0.5s ease;
    }
    .bnr-shared .bnr:hover .img img {
        transform: scale(1.3);
        transition: all 0.5s ease;
    }
    .bnr-shared .bnr::after {
        height: 270px;
    }
    .bnr-shared .bnr a .ttl {
        bottom: 60px;
        left: 102px;
        right: 100px;
        padding-bottom: 20px;
    }
    .bnr-shared .bnr a .ttl span {
        font-size: 40px;
    }
    .bnr-shared .bnr a .ttl small {
        font-size: 24px;
    }

}

.color2 {
    color: #282828;
}
/* POPUP*/
.remodal {
    background: url("../img/shared/bg5.jpg") repeat;
}
.remodal-overlay {
    background: rgba(0, 0, 0, 0.8);
}
.popup-menu h2 {
    font-size: 7vw;
    margin-bottom: 9vw;
}
.popup-menu .note {
    text-align: center;
    margin-bottom: 14vw;
    line-height: 24px;
    color: #282828;
}
.popup-menu .popup {
    padding: 5% 5% 6% !important;
}
.popup-menu .list .row .col {
    margin-bottom: 8vw;
}
.popup-menu .list .row .col h3 {
    margin-bottom: 1vw;
    font-size: 5vw;
    text-align: left;
    font-weight: normal;
}
.popup-menu .list .row .col h4 {
    text-align: left;
    padding-top: 11px;
    margin-bottom: -12px;
    line-height: 24px;
}
.popup-menu .list .row .col dl {
    padding: 10px 0;
    border-bottom: 1px solid #A18C75;
}
.popup-menu .list .row .col p {
    line-height: 24px;
}
.popup-menu .list .row .col dl:after {
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}
.popup-menu .list .row .col dl dt {
    float: left;
    text-align: left;
}
.popup-menu .list .row .col dl dd {
    float: right;
    text-align: right;
}
.remodal-close {
    top: -40px;
}
.remodal {
    padding: 64px 0 30px;
}
.btn-close button {
    background: none;
    border: none;
}
.btn-close button:hover {
    opacity: 0.8
}
#pdf-container {
    min-height: fit-content;
}
#pdf-container canvas {
    max-width: 100%;
}
.remodal .close {
    position: sticky;
    top: 0;
}

@media only screen and (min-width: 768px) {
    .popup-menu .remodal-close:before {
        width: 70px;
        height: 70px;
    }
    .popup-menu h2 {
        font-size: 38px;
        margin-bottom: 41px;
    }
    .popup-menu .note {
        margin-bottom: 60px;
    }
    .popup-menu .popup {
        padding: 20px 0 50px !important;
    }
    .popup-menu .list {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
        flex-direction: row;
    }
    .popup-menu .list .row {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
    }
    .popup-menu .list .col {
        width: 460px;
        max-width: none;
    }
    .popup-menu .list.list2 .col {
        width: 310px;
        max-width: 30%;
    }
    .popup-menu .list .row .col {
        margin-bottom: 35px;
        width: 435px;
    }
    .popup-menu .list .row .col h3 {
        font-size: 20px;
        line-height: 37px;
        margin-bottom: 0;
    }
    .popup-menu .list .row .col dl {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 0;
    }
    .remodal-close {
        top: 30px;
        right: 47px;
    }
    .remodal {
        padding: 80px 0 70px;
    }
}

@media screen and (min-width: 768px) {
    .popup .box1 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 40px;
        max-width: 1320px;
        margin: 0 auto 40px;
    }
    .popup .box1 .col {
        width: 35%;
        align-self: center;
    }
    .popup .box1 .col2 {
        width: 700px;
        border: 1px solid #8D7433;
        padding: 30px 50px 49px;
        box-sizing: border-box;
    }
    .popup .group {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 10px; 
        max-width: 1320px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .popup .box2 {
        width: 48%;
        margin-bottom: 20px;
    }
    .popup .list2 {
        display: flex;
        justify-content: space-between;
    }
    .popup .list2 ul {
        width: 48%;
    }
    .popup .row.flex {
        display: flex;
        justify-content: space-around;
        /* gap: 30px; */
    }
}
.popup .box1, .popup .box2 {
    background: url(../img/shared/bd_bg.jpg) repeat;
    padding: 10% 5%;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .popup .box1, .popup .box2 {
        max-width: 1320px;
        padding: 60px;
    }
    .popup .box2 {
        width: 49.5%;
        margin-bottom: 10px;
    }
    .popup .box2:nth-child(1) ul {
        margin-left: 20px;
    }
    .popup .box2:nth-child(2) ul {
        margin-left: 140px;
    }
    .popup .box2:nth-child(3) ul {
        /* margin-left: 20px; */
    }
    .popup .box2 .price {
        flex-direction: column;
        width: auto;
    }
    .popup .box2 .price dt {
        margin-bottom: 30px
    }
    .popup .box2 .note2 {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {

    .popup .box1, .popup .group, .popup .box2, .popup .col, .popup .col2, .popup .list2, .popup .row.flex {
        display: block !important;
        width: 100% !important;
    }
    .popup .box1, .popup .box2 {
        margin-bottom: 30px; 
    }
    .popup .col2 {
        margin-top: 20px;
		
    }
	.popup .box2 .note2{
		margin-bottom: 20px;
	}
	
}


.popup .box1 .col2{
		border: 1px solid #8D7433;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.popup .box2 .border{
		border: 1px solid #8D7433;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.popup .box2 .border{
		    padding: 30px 20px 50px;
	}
}


.popup .price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 5px;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
}
.popup .price dt {
    font-size: 1.45rem;
    font-weight: bold;
    margin-bottom: 1vw;
}
.popup .price dd {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}
.popup .ttl {
    display: inline-block;
    padding: 2px 15px;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
}
.popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.popup ul li {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    color: #282828;
}
.popup ul li span {
    position: absolute;
    left: 5px;
}
@media screen and (min-width: 768px) {
    .popup .price {
        flex-direction: row;
        width: 330px;
        margin: 0 auto 10px;
    }
    .popup .price dt {
        margin-bottom: 0;
        font-size: 35px;
    }
    .popup .price dd {
        font-size: 33px;
    }
    .popup .price dd small {
        font-size: 23px;
    }
    .popup .ttl {
        font-size: 25px;
        margin-bottom: 30px;
    }
}