@charset "utf-8";
/* Common */
.container{max-width: 1200px; width: calc(100% - 40px); margin: 0 auto;}
a.disable{pointer-events: none; cursor: default;}

.txt-link,
.ex-link{text-decoration: underline; text-underline-offset: 0.2em; word-break: break-all;}
.txt-link:hover,
.ex-link:hover{text-decoration: none;}
.ex-link:after{content: ""; width: 0.9em; height: 0.9em; background: #222; display: inline-block; margin: 0 0.4em; position: relative; top: 0.1em;
mask: url("../img/common/ic-open.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/ic-open.svg") no-repeat top left/100% 100%;}

.txt-link[data-color="purple"],
.ex-link[data-color="purple"]{color: #4B4594;}
.ex-link[data-color="purple"]:after{background: #4B4594;}

.txt-soon{font-size: 2.8rem; color: #979797; text-align: center; font-weight: bold;}

.center{text-align: center !important;}

.anchor{position: relative;}
.anchor > div{position: absolute; top: -140px;}
@media screen and (max-width: 1200px){
    .anchor > div{top: -70px;}
}

/* Header */
.header{position: fixed; top: 0; left: 0; width: 100%; height: 80px; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; background: #fff; z-index: 500;}

h1.logo span{font-size: 1.4rem; line-height: 1; font-weight: bold; display: block; margin-top: 6px;}

@media screen and (max-width: 1200px){
    .header{height: 70px; padding: 0 0 0 20px;}
    h1.logo img{width: 190px;}
    h1.logo span{font-size: 1.1rem; letter-spacing: 0.02em;}
}

/* Header Cont */
.header-cont{display: flex; align-items: center;}

.header-search{width: 300px; height: 40px; border-radius: 40px; border: 1px solid #A6A6A6; position: relative; overflow: hidden;}
.header-search input{width: 100%; padding: 6px 60px 6px 20px; font-size: 1.6rem; line-height: 1.6; outline: none;}
.header-search img{position: absolute; top: 50%; right: 20px; transform: translateY(-50%);}

.header-nav{display: flex; margin-right: 40px; text-align: center;}
.header-nav li{margin-left: 30px;}
.header-nav a{font-size: 1.6rem; line-height: 1; font-weight: bold; display: block; transition: .4s;}
.header-nav a:before{content: ""; display: block; margin: 0 auto 6px; width: 34px; height: 30px; background: #222;}
.header-nav .hnav-cart:before{mask: url("../img/common/ic-cart.svg") no-repeat center bottom/34px 28px; -webkit-mask: url("../img/common/ic-cart.svg") no-repeat center bottom/34px 28px;}
.header-nav .hnav-toolbox:before{mask: url("../img/common/ic-box.svg") no-repeat center center/29px 26px; -webkit-mask: url("../img/common/ic-box.svg") no-repeat center center/29px 26px;}
.header-nav .hnav-faq:before{mask: url("../img/common/ic-faq.svg") no-repeat center center/30px 30px; -webkit-mask: url("../img/common/ic-faq.svg") no-repeat center center/30px 30px;}

.header-nav a.disable{opacity: .5;}
.header-nav a:hover{color: #4B4594;}
.header-nav a:hover:before{background: #4B4594;}

.header-btn{display: flex;}
.header-btn li{width: 220px;}
.header-btn li:not(:last-of-type){margin-right: 10px;}
.header-btn a{width: 100%; height: 50px; display: flex; justify-content: center; align-items: center; color: #4B4594; font-size: 1.8rem; line-height: 1; font-weight: bold; position: relative; border-radius: 50px; padding: 0 15px 2px 0; border: 1px solid #4B4594; background: #fff; transition: .3s;}
.header-btn a:after{content: ""; display: block; position: absolute; top: 50%; transform: translateY(-50%); right: 15px; width: 16px; height: 16px; background: #4B4594; mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%;}

.header-btn a.hbtn-member{color: #fff; background: #4B4594;}
.header-btn a.hbtn-member:after{background: #fff;}

.header-btn a:hover{color: #fff; background: #342969; border: 1px solid #342969;}
.header-btn a:hover:after{background: #fff;}

@media screen and (max-width: 1400px) and (min-width: 1201px){
    .header-search{width: 240px;}
    
    .header-nav{margin-right: 30px;}
    .header-nav li{margin-left: 25px;}
        
    .header-btn a.hbtn-member{padding-right: 15px;}
    .header-btn a:after{right: 10px;}
}

@media screen and (min-width: 1201px){
    .menu .header-cont{display: none !important;}
}

@media screen and (max-width: 1200px){
    .header .header-cont{display: none !important;}
    
    .header-cont{flex-wrap: wrap; padding-bottom: 10px; width: 100%;}
    
    .header-search{width: 100%; margin-bottom: 20px; border: none;}
    .header-search input{padding: 7px 60px 7px 20px;}
    
    .header-nav{width: 240px; margin: 0 auto 20px; justify-content: space-between;}
    .header-nav li{margin: 0;}
    .header-nav a::before{background: #fff;}
    .header-nav a.disable{opacity: .3;}
    
    .header-btn{width: 100%; justify-content: center; margin-bottom: 20px;}
    .header-btn li{width: calc(50% - 5px);}    
}

@media screen and (max-width: 768px){
    .header-nav a{font-size: 1.4rem;}
    .header-nav a::before{transform: scale(0.9); margin: 0 auto 3px;}
    
    .header-btn li{width: 240px;}
    .header-btn a{font-size: 1.6rem; padding-right: 12px; height: 44px;}
    .header-btn a:after{width: 14px; height: 14px; right: 10px;}
}

/* Btn Menu */
.btn-menu{width: 100px; height: 60px; display: flex; justify-content: center; align-items: center; cursor: pointer; border-left: 1px dashed #4B4594; border-right: 1px dashed #4B4594;}
.btn-menu:hover{background: #222;}
.btn-menu a{width: 22px; height: 18px; display: block; position: relative;}
.btn-menu span{display: block; position: absolute; left: 0; width: 100%; height: 2px; background: #fff; transition: .4s;}
.btn-menu span:nth-of-type(1){top: 0;}
.btn-menu span:nth-of-type(2){top: 8px;}
.btn-menu span:nth-of-type(3){top: 16px;}

.btn-menu.is-close{border-left: 1px dashed #222; border-right: 1px dashed #222; background: #222;}
.btn-menu.is-close span:nth-of-type(1){top: 8px; transform: rotate(45deg);}
.btn-menu.is-close span:nth-of-type(2){opacity: 0;}
.btn-menu.is-close span:nth-of-type(3){top: 8px; transform: rotate(-45deg);}

@media screen and (min-width: 1201px){
    .header .btn-menu{display: none !important;}
}

@media screen and (max-width: 1200px){
    .gnav .btn-menu{display: none !important;}
    .btn-menu{width: 70px; height: 70px; border: none; background: #4B4594;}
}

/* SNS */
.sns p{font-size: 2rem; line-height: 1.4; font-weight: bold; font-family: "Afacad", sans-serif; margin-bottom: 12px;}
.sns ul{display: flex; align-items: center;}
.sns li:not(:last-of-type){margin-right: 30px;}
.sns a{display: block; line-height: 1;}
.sns a:hover{opacity: .8;}

/* Menu */
.menu{position: fixed; top: 140px; bottom: 0; right: 0; width: 595px; padding: 25px 40px 40px; background: #222; color: #fff; font-weight: bold; border-top: 1px dashed #222; z-index: 600; overflow-y: auto; transform: translateX(70%); visibility: hidden; pointer-events: none; opacity: 0; transition: .8s;}
.menu.is-show{transform: translateX(0); visibility: visible; pointer-events: auto; opacity: 1;}

.menu-bg{position: fixed; top: 140px; bottom: 0; right: 0; width: 100%; background: rgba(255,255,255,.15); z-index: 590; overflow-y: auto; visibility: hidden; pointer-events: none; opacity: 0; transition: .8s; backdrop-filter: blur(10px);}
.menu-bg.is-show{visibility: visible; pointer-events: auto; opacity: 1;}

.menu-list{display: flex; justify-content: space-between; flex-wrap: wrap; padding-bottom: 10px;}
.menu-list li{margin-bottom: 25px; width: 48%;}
.menu-list a{display: block; transition: .4s;}
.menu-list a.active,
.menu-list a:hover{color: #E57139;}
.menu-list a.disable{opacity: .5;}
.menu-list span{display: block;}
.menu-list span:nth-of-type(1){font-size: 2.8rem; line-height: 1; font-family: "Afacad", sans-serif; margin-bottom: 0.35em;}
.menu-list span:nth-of-type(2){font-size: 1.6rem; line-height: 1.3;}

.menu-btn{margin-bottom: 30px;}
.menu-btn a{width: 100%; height: 60px; border-radius: 60px; background: #fff; color: #4B4594; font-size: 1.8rem; line-height: 1.4; display: flex; justify-content: center; align-items: center; position: relative; transition: .4s cubic-bezier(0.37, 0, 0.63, 1);}
.menu-btn a:after{content: ""; display: block; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; width: 23px; height: 23px; background: #4B4594; mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%;}

.menu-btn a:hover{background: #342969; color: #fff; letter-spacing: 0.15em;}
.menu-btn a:hover:after{background: #fff;}

.menu-bnr{margin-bottom: 20px;}
.menu-bnr a{display: inline-block; transition: .4s; border-radius: 10px; }
.menu-bnr a:hover{box-shadow: 0 7px 7px -7px rgba(255, 255, 255, 0.4); transform: translateY(-1px);}

@media screen and (max-width: 1200px){
    .menu{top: 70px;}
}

@media screen and (max-width: 768px){
    .menu{padding: 30px 20px 50px; width: 100%;}

    .header-cont,
    .menu-list,
    .menu-btn,
    .menu-bnr,
    .sns{max-width: 520px; width: 100%; margin: 0 auto;}
    
    .menu-list{padding: 0 10px 10px;}
	.menu-list li{width: 100% !important; margin-bottom: 25px;}
    .menu-list span:nth-of-type(1){font-size: 2.6rem; margin-bottom: 0.2em;}
    .menu-list span:nth-of-type(2){font-size: 1.4rem;}
    
    .menu-btn{margin-bottom: 20px;}
    .menu-btn a{font-size: 1.6rem; height: 54px;}
    .menu-btn a:after{width: 20px; height: 20px;}
    
    .menu-info{flex-wrap: wrap;}
    
    .menu-bnr{text-align: center; margin-bottom: 20px;}
}

/* Gnav */
@media screen and (min-width: 1201px){
    .gnavsp,
    .gnavsp-child,
    .gnavsp-back{display: none !important;}
    
    .gnav{position: fixed; top: 80px; left: 0; width: 100%; height: 60px; padding: 0 20px; background: #4B4594; color: #fff; font-weight: bold; z-index: 601;}    
    .gnav-wrap{width: 100%; max-width: 1300px; margin: 0 auto; display: flex;}

    .gnav-list{display: flex; width: calc(100% - 100px);}
    .gnav-list > li{width: 20%;}
    .gnav-list > li > a{width: 100%; height: 60px; display: flex; justify-content: center; align-items: center; align-items: center; padding: 0 5px; font-size: 1.8rem; line-height: 1.2; text-align: center; transition: .4s; cursor: pointer;}
    .gnav-list > li > a:hover,
    .gnav-list > li > a.is-active{background: #fff; color: #4B4594;}
        
    .gnav-child{position: fixed; top: 140px; left: 0; bottom: 0; width: 100%; height: auto !important; background: #fff; color: #222; z-index: 500; overflow-y: auto; pointer-events: none; opacity: 0; visibility: hidden; transition: .4s;}
    .gnav-list > li:hover .gnav-child{pointer-events: auto; opacity: 1; visibility: visible;}
    
    .gnav-child_inner{padding: 30px min(3.2vw,60px); display: flex; flex-wrap: wrap;}
    
    .gnav-child_item1{width: 31.8%; margin: 0 2.3% 40px 0;}
    .gnav-child_item1:nth-of-type(3n){margin-right: 0;}

    .gnav-child_item2{width: 23.34%; margin: 0 2.213% 40px 0;}
    .gnav-child_item2:nth-of-type(4n){margin-right: 0;}

    .gnav-child_tit1{padding: 0 0 10px 40px; position: relative; border-bottom: 1px dashed #222; font-size: 2.4rem; line-height: 1.35; margin-bottom: 15px;}
    .gnav-child_tit1 span{width: 32px; height: 32px; background: #4B4594; color: #fff; border-radius: 100%; font-size: 2.2rem; line-height: 1; display: flex; justify-content: center; align-items: center; text-align: center; position: absolute; top: 0; left: 0; font-family: "Afacad", sans-serif;}

    .gnav-child_tit2{padding: 0 0 10px 30px; position: relative; border-bottom: 1px dashed #222; font-size: 2.4rem; line-height: 1.35; margin-bottom: 15px;}
    .gnav-child_tit2:before{content: ""; width: 16px; height: 17px; display: block; position: absolute; top: 8px; left: 0; background: url("../img/common/ic-diamond.svg") no-repeat top left/100% 100%;}
    .gnav-child_tit2 span{font-size: 1.6rem;}

    .gnav-child_list li:nth-of-type(n+4){display: none;}
    .gnav-child_list.is-show li{display: block;}
    .gnav-child_list li:not(:last-of-type){margin-bottom: 5px;}
    .gnav-child_list a{font-size: 1.4rem; line-height: 1.6; color: #4B4594; text-decoration: underline; text-underline-offset: 0.2em; position: relative; padding-left: 30px; display: block;}
    .gnav-child_list a:before{content: ""; position: absolute; top: 2px; left: 0; width: 20px; height: 20px; display: block; background: #4B4594; mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%;}
    .gnav-child_list a:hover{text-decoration: none;}    
    
    .gnav-child_btn{max-width: 288px; width: 100%; height: 34px; border-radius: 34px; background: #4B4594; color: #fff; text-align: center; position: relative; margin: 20px auto 0; padding: 5px 0; font-size: 1.4rem; line-height: 1.6; cursor: pointer; transition: .3s;}
    .gnav-child_btn i{display: block; width: 14px; height: 14px; position: absolute; top: 50%; right: 20px; transform: translateY(-50%);}
    .gnav-child_btn i:before,
    .gnav-child_btn i:after{content: ""; display: block; background: #fff; position: absolute;}
    .gnav-child_btn i:before{width: 100%; height: 2px; top: 6px; left: 0;}
    .gnav-child_btn i:after{width: 2px; height: 100%; top: 0; left: 6px;}
    .gnav-child_btn:hover{box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.4);}

    .gnav-child_close{display: none;}
    .gnav-child_close i:after{display: none;}
    
    .gnav-child_item2 .gnav-child_btn{margin: 20px 0 0 0; width: 212px;}
}

@media screen and (min-width: 1900px){
    .gnav{display: flex; justify-content: flex-end;}
    .gnav-wrap{margin: 0 260px 0 0;}
}

@media screen and (max-width: 1200px){
    .gnav{display: none !important;}
    
    .gnavsp{position: fixed; bottom: 52px; left: 0; width: 100%; background: #4B4594; z-index: 501; transform: translateY(100%); transition: transform .5s;}
    
    .gnavsp-head{display: flex; justify-content: center; align-items: center; font-size: 2rem; line-height: 1.3; font-weight: bold; color: #fff; position: relative; height: 52px; width: 100%; cursor: pointer;}
    .gnavsp-head:before{content: ""; width: 25px; height: 22px; background: #fff; margin-right: 13px; display: block;
    mask: url("../img/common/ic-box.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/ic-box.svg") no-repeat top left/100% 100%;}
    .gnavsp-head:after{content: ""; width: 20px; height: 20px; background: url("../img/common/ic-arrow2.svg") no-repeat top left/100% 100%; position: absolute; top: 50%; right: 20px; margin-top: -10px; display: block; transform: rotate(180deg);}
    .gnavsp-head_close{display: none;}

    .gnavsp-back{position: fixed; bottom: 0; left: 0; width: 100%; height: 52px; background: #4B4594; z-index: 560; transform: translateY(0); display: none;}
    .gnavsp-back a{display: flex; justify-content: center; align-items: center; font-size: 2rem; line-height: 1.3; font-weight: bold; color: #fff; position: relative; height: 52px; width: 100%; cursor: pointer;}
    .gnavsp-back a:before{content: ""; width: 25px; height: 22px; background: #fff; margin-right: 13px; display: block;
    mask: url("../img/common/ic-box.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/ic-box.svg") no-repeat top left/100% 100%;}
    .gnavsp-back a:after{content: ""; width: 20px; height: 20px; background: url("../img/common/ic-arrow2.svg") no-repeat top left/100% 100%; position: absolute; top: 50%; left: 20px; margin-top: -10px; display: block; transform: rotate(90deg);}
    
    .gnavsp.is-show{transform: translateY(52px);}
    .gnavsp.is-show .gnavsp-head:after{transform: rotate(0);}
    .gnavsp.is-show .gnavsp-head_open{display: none;}
    .gnavsp.is-show .gnavsp-head_close{display: flex;}
    
    .gnavsp-wrap{padding: 0 20px 10px;}
    
    .gnavsp-list{display: flex; flex-wrap: wrap; justify-content: space-between;}
    .gnavsp-list li{width: calc(50% - 5px); margin-bottom: 10px; background: #fff; border-radius: 6px;}
    .gnavsp-list a{font-size: 1.3rem; line-height: 1.4; font-weight: bold; color: #4B4594; padding-left: 50px; position: relative; width: 100%; height: 48px; display: flex; align-items: center; align-content: center; flex-wrap: wrap; cursor: pointer;}
    .gnavsp-list span{text-align: center;}
    .gnavsp-list small{font-size: 1rem; display: block; width: 11em; margin-left: -0.5em;}
    .gnavsp-list img{position: absolute; top: 50%; left: 10px; transform: translateY(-50%);}    
}

@media screen and (max-width: 414px){
    .gnavsp-list a{padding-left: 40px; font-size: min(2.9vw,1.3rem);}    
    .gnavsp-list img{left: 5px;}
    .gnavsp-list small{font-size: min(2.3vw,1rem);}
}

/* Gnav Sp Child */
@media screen and (max-width: 1200px){
    .gnavsp-child{position: fixed; top: 0; bottom: 0; left: 0; width: 100%; background: #fff; z-index: 553; overflow-y: auto; display: none;}
    
    .gnavsp-child_head{display: flex; justify-content: center; align-items: center; font-size: 2.2rem; line-height: 1.4; font-weight: bold; color: #4B4594; padding: 20px 0;}
    .gnavsp-child_head img{margin-right: 10px;}
    
    .gnavsp-child_inner{padding: 0 20px 72px;}
    
    .gnavsp-child_item{border-bottom: 1px dashed #222;}
    .gnavsp-child_item:nth-of-type(1){border-top: 1px dashed #222;}
    
    .gnavsp-child_tit{font-size: 2rem; line-height: 1.4; font-weight: bold; padding: 9px 30px 9px 0; position: relative; cursor: pointer;}
    .gnavsp-child_tit span{font-size: 1.6rem;}
    .gnavsp-child_tit i{position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 24px; height: 24px; background: #4B4594; border-radius: 100%;}
    .gnavsp-child_tit i:before,
    .gnavsp-child_tit i:after{content: ""; position: absolute; display: block; background: #fff;}
    .gnavsp-child_tit i:before{width: 12px; height: 2px; top: 11px; left: 6px;}
    .gnavsp-child_tit i:after{width: 2px; height: 12px; top: 6px; left: 11px;}
    .gnavsp-child_tit.is-open i:after{display: none;}
    
    .gnavsp-child_list{background: #F6F5F3; padding: 10px; display: none;}
    .gnavsp-child_list li{margin: 2px 0;}
    .gnavsp-child_list a{font-size: 1.4rem; font-weight: bold; line-height: 1.6; color: #4B4594; text-decoration: underline; text-underline-offset: 0.2em; position: relative; padding-left: 20px; display: block;}
    .gnavsp-child_list a:before{content: ""; position: absolute; top: 5px; left: 0; width: 14px; height: 14px; display: block; background: #4B4594; mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%;}
    .gnavsp-child_list a:hover{text-decoration: none;}
    
    #gnavsp-child01 .gnavsp-child_tit{font-size: 1.8rem; padding: 11px 30px 11px 0;}    
}

/* Main */
.main{padding-top: 140px; background: #FAF9F9;}
.lowerpage .main{padding-bottom: 100px;}

@media screen and (max-width: 1200px){
    .main{padding-top: 70px;}
    .lowerpage .main{padding-bottom: 70px;}
}

/* Breadcrumbs */
.breadcrumbs{display: flex; flex-wrap: wrap; padding: 20px 20px 30px; font-size: 1.3rem; line-height: 1.6; font-weight: 500;}
.breadcrumbs li:not(:last-of-type):after{content: "／";}
.breadcrumbs a:hover{text-decoration: underline; text-underline-offset: 0.3em;}

/* Title */
.m-tit{text-align: center; margin-bottom: 40px;}
.m-tit span{display: block;}
.m-tit span.tit-en{font-size: 5.4rem; line-height: 0.75; letter-spacing: 0.04em; font-weight: 600; color: #4B4594; font-family: "Afacad", sans-serif;}
.m-tit span.tit-jp{font-size: 2rem; line-height: 1; margin-top: 15px;}

.m-tit1{font-size: 3.6rem; line-height: 1.6; margin-bottom: 20px; font-weight: bold;}
.m-tit2{font-size: 3.2rem; line-height: 1.6; margin-bottom: 20px; font-weight: bold;}
.m-tit3{font-size: 2.6rem; line-height: 1.6; margin-bottom: 20px; font-weight: bold;}
.m-tit4{font-size: 2.2rem; line-height: 1.6; margin-bottom: 20px; font-weight: bold;}
.m-tit5{font-size: 2rem; line-height: 1.6; font-weight: bold;}

.m-tit2[class*="icon"]{position: relative; margin-bottom: 30px; z-index: 1;}
.m-tit2[class*="icon"]:after{content: ""; position: absolute; top: 0.85em; left: 0; width: 100%; height: 1px; border-bottom: 1px dashed #222; z-index: -1;}
.m-tit2[class*="icon"]:before{content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: #FAF9F9; transition: 1.2s;}
.m-tit2[class*="icon"].is-view:before{width: 0;}

.m-tit2[class*="icon"] span{display: inline-block; background: #FAF9F9; position: relative; padding: 0 20px 0 1.5em;}
.m-tit2[class*="icon"] span:before{content: ""; display: inline-block; width: 1em; height: 1em; position: absolute; top: 0.35em; left: 0;}

.m-tit2.icon00 span:before{display: none;}
.m-tit2.icon01 span:before{background: url("../img/common/ic-book.svg") no-repeat center center/100% auto;}
.m-tit2.icon02 span:before{background: url("../img/common/ic-raido.svg") no-repeat center center/100% auto;}
.m-tit2.icon03 span:before{background: url("../img/common/ic-movie.svg") no-repeat center center/100% auto;}
.m-tit2.icon04 span:before{background: url("../img/common/ic-news.svg") no-repeat center center/100% auto;}
.m-tit2.icon05 span::before{background: url("../img/common/ic-mdi_user.svg") no-repeat center center/100% auto; width: 1.1em; height: 1.1em;}
.m-tit2.icon06 span::before{background: url("../img/common/ic-user.svg") no-repeat center center/100% auto;}
.m-tit2.icon07 span::before{background: url("../img/common/ic-faq-violet.svg") no-repeat center center/100% auto;}

.m-tit3[class*="line"]{color: #4B4594; text-align: center;}
.m-tit3[class*="line"] span{padding: 0 50px; display: inline-block; position: relative;}
.m-tit3[class*="line"] span:before,
.m-tit3[class*="line"] span:after{content: ""; width: 23px; height: 36px; display: block; position: absolute; bottom: 4px;}
.m-tit3[class*="line"] span:before{left: 0;}
.m-tit3[class*="line"] span:after{right: 0;}

.m-tit3.line01 span:before{background: url("../img/common/line01-left.svg") no-repeat bottom left/100% 100%;}
.m-tit3.line01 span:after{background: url("../img/common/line01-right.svg") no-repeat bottom left/100% 100%;}

.m-tit3.line02 span:before{background: url("../img/common/line02-left.svg") no-repeat bottom left/100% 100%;}
.m-tit3.line02 span:after{background: url("../img/common/line02-right.svg") no-repeat bottom left/100% 100%;}

@media screen and (max-width: 768px){
    .m-tit{margin-bottom: 25px;}
    .m-tit span.tit-en{font-size: 3.2rem; line-height: 0.85;}
    .m-tit span.tit-jp{font-size: 1.2rem; margin-top: 10px;}
    
    .m-tit1{font-size: 2.4rem; line-height: 1.4; margin-bottom: 15px;}
    .m-tit2{font-size: 2.2rem; margin-bottom: 15px;}
    .m-tit3{font-size: 2rem; margin-bottom: 15px;}
    .m-tit4{font-size: 1.8rem; margin-bottom: 15px;}
    .m-tit5{font-size: 1.6rem;}    
    
    .m-tit2[class*="icon"]{margin-bottom: 20px;}
    
    .m-tit3[class*="line"] span{padding: 0 38px;}
    .m-tit3[class*="line"] span:before,
    .m-tit3[class*="line"] span:after{width: 18px; height: 29px; bottom: 3px;}    
}

/* Btn */
.m-btn{max-width: 325px; width: 100%; margin: 0 auto;}
.m-btn a{width: 100%; font-size: 1.8rem; font-weight: bold; line-height: 1.2; height: 52px; border-radius: 100px; flex-wrap: wrap; display: flex; justify-content: center; align-items: center; align-content: center; position: relative; background: #4B4594; border: 2px solid #4B4594; color: #fff; transition: .4s cubic-bezier(0.37, 0, 0.63, 1); text-align: center;}
.m-btn a:after{content: ""; width: 18px; height: 18px; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); background: #fff; mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%; display: block; transition: .4s cubic-bezier(0.37, 0, 0.63, 1);}
.m-btn a:hover{background: #fff; color: #4B4594;}
.m-btn a:hover:after{background: #4B4594; right: 15px;}

.m-btn a[data-color="orange"]{background: #E57139; border: 2px solid #E57139;}
.m-btn a[data-color="orange"]:hover{background: #fff; color: #E57139;}
.m-btn a[data-color="orange"]:hover:after{background: #E57139;}

.m-btn a.disable{background: #A6A6A6; border: 2px solid #A6A6A6; pointer-events: none;}

.m-btn.is-custom{max-width: inherit; width: fit-content; min-width: 325px;}
.m-btn.is-custom a{padding: 5px 50px; min-height: 52px; height: auto;}

@media screen and (max-width: 768px){
    .m-btn{max-width: 240px;}
    .m-btn a{font-size: 1.6rem; height: 46px; padding-right: 10px;}
    .m-btn a:after{width: 16px; height: 16px; right: 10px;}
    
    .m-btn.is-custom a{padding: 5px 30px; min-height: 46px;}
}

@media screen and (max-width: 480px){
    .m-btn.is-custom{min-width: 1px; width: 100%;}    
}

/* Paging */
.paging{display: flex; justify-content: center; flex-wrap: wrap; margin-top: 30px; width: 100%;}
.paging a{width: 42px; height: 42px; border: 1px solid #655C50; border-radius: 6px; display: flex; justify-content: center; align-items: center; font-weight: bold; background: #fff; color: #655C50; font-size: 1.8rem; line-height: 1.4; font-family: "Afacad", sans-serif; margin: 0 5px 10px; transition: .3s;}
.paging a.is-active,
.paging a:hover{background: #655C50; color: #fff;}

@media screen and (max-width: 768px){
    .paging a{width: 36px; height: 36px; font-size: 1.6rem;}
}

/* Control */
.m-control{display: flex; justify-content: space-between; margin-top: 60px;}
.m-control a{font-weight: bold; color: #222; max-width: 360px; width: 46%; height: 75px; border: 1px solid #655C50; border-radius: 10px; padding: 0 19px; display: flex; align-items: center; background: #fff; transition: .3s;}
.m-control a.btn-prev:before,
.m-control a.btn-next:after{content: ""; width: 26px; height: 26px; background: #655C50; display: block;
mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%;}
.m-control a.btn-prev:before{transform: rotateY(-180deg); margin-right: 20px;}
.m-control a.btn-next{justify-content: flex-end;}
.m-control a.btn-next:after{margin-left: 20px;}

.m-control a:hover{background: #655C50; color: #fff;}
.m-control a.btn-prev:hover:before,
.m-control a.btn-next:hover:after{background: #fff;}

@media screen and (max-width: 768px){
    .m-control a{max-width: 200px; padding: 0 10px; height: 54px; font-size: 1.4rem; border-radius: 6px;}
    .m-control a.btn-prev:before,
    .m-control a.btn-next:after{width: 20px; height: 20px;}
    .m-control a.btn-prev:before{margin-right: 10px;}
    .m-control a.btn-next:after{margin-left: 10px;}
}

/* Related Slider */
.related-slider{font-weight: bold;}

.related-slider .slick-list,
.related-slider .slick-track,
.related-slider .slick-slide,
.related-slider .slick-slide > div,
.related-slider .related-slide{display: flex !important;}

.related-slider .slick-list{margin: -10px 0;}
.related-slider .slick-slide{width: 380px; margin: 0 15px;}

.related-slider .slick-dots{margin-top: 30px;}
.related-slider .slick-arrow{top: 87px;}
.related-slider .slick-next{right: calc(50% - 670px);}
.related-slider .slick-prev{left: calc(50% - 670px);}

.related-slide{display: flex; align-content: flex-start; flex-wrap: wrap; width: 100%; box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; overflow: hidden; background: #fff; margin: 10px 0;}

.related-slide .img{width: 100%; position: relative;}
.related-slide .img a:hover{opacity: .8;}

.related-slide .outer{padding: 15px 20px 20px; width: 100%;}
.related-slide .date{font-size: 1.6rem; line-height: 1.2; color: #4B4594; font-family: "Afacad", sans-serif;}
.related-slide .txt{font-size: 2rem; line-height: 1.6; text-decoration: underline; text-underline-offset: 0.1em;}
.related-slide .inner a:hover .txt{text-decoration: none;}

.related-slide .hashtag{font-size: 1.3rem; line-height: 1.6; margin-top: 10px; color: #6F6F6F;}
.related-slide .hashtag a:not(:last-of-type){margin-right: 1em;}
.related-slide .hashtag a{text-decoration: underline;}
.related-slide .hashtag a:hover{text-decoration: none;}

.related-slide .list{font-size: 1.4rem; line-height: 1.6; color: #4B4594; margin: 3px 0;}
.related-slide .list li{position: relative; padding-left: 14px;}
.related-slide .list li:before{content: ""; width: 8px; height: 8px; display: block; border-radius: 100%; background: #4B4594; position: absolute; top: 7px; left: 0;}
.related-slide .time{font-size: 1.6rem; line-height: 1.6; margin-top: 5px;}

.related-slide.end a{pointer-events: none;}
.related-slide.end .img:before{content: "このイベントは\A終了しました"; font-size: 2.6rem; line-height: 1.23; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; background: rgba(255,255,255,.85); z-index: 10; white-space:pre;}

.related-slide.soon a{pointer-events: none;}
.related-slide.soon .img:after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.8); z-index: 1; display: block;}
.related-slide.soon .img:before{content: "COMING SOON"; font-size: 3rem; line-height: 1; font-weight: bold; font-family: "Afacad", sans-serif; letter-spacing: 0.04em; background: #fff; color: #4B4594; display: flex; justify-content: center; align-items: center;
position: absolute; top: 50%; right: 0; left: 0; width: 90%; max-width: 307px; height: 2.13em; margin: 0 auto; border-radius: 2.2em;
transform: translateY(-50%); text-align: center; z-index: 7; box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3); opacity: 1;}

@media screen and (max-width: 1400px){
	.related-slider .slick-next{right: 20px;}
    .related-slider .slick-prev{left: 20px;}
}

@media screen and (max-width: 768px){    
    .related-slider .slick-slide{width: 70vw; margin: 0 3vw;}
    
    .related-slider .slick-arrow{top: calc(20vw - 5px);}
    .related-slider .slick-next{right: calc(15vw - 40px);}
    .related-slider .slick-prev{left: calc(15vw - 40px);}
    
    .related-slide .outer{padding: 15px 10px;}
    .related-slide .txt{font-size: 1.6rem;}
    .related-slide .img img{width: 100%;}
    .related-slide .hashtag{font-size: 1.1rem;}
    .related-slide .time{font-size: 1.4rem;}
    
    .related-slide.end .img:before{font-size: min(5vw,2rem);}
    .related-slide.soon .img:before{font-size: min(6vw,2.4rem);}
}

/* Footer */
footer{background: #EBEBF4; padding: 60px 20px 30px; font-weight: bold;}
.footer-wrap{max-width: 1500px; margin: 0 auto; width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}

.footer-info{width: 380px;}

.footer-logo{margin-bottom: 30px;}
.footer-logo span{font-size: 1.4rem; line-height: 1; display: block; margin-top: 6px;}

.footer-btn{width: 200px; margin-bottom: 30px;}
.footer-btn a{width: 100%; height: 46px; border-radius: 46px; background: #4B4594; color: #fff; font-size: 1.8rem; line-height: 1.4; display: flex; justify-content: center; align-items: center; position: relative; border: 2px solid #4B4594; transition: .4s cubic-bezier(0.37, 0, 0.63, 1);}
.footer-btn a:after{content: ""; width: 14px; height: 14px; display: block; background: #fff; mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%; position: relative; top: 2px; margin-left: 10px;}
.footer-btn a:hover{background: #fff; color: #4B4594; letter-spacing: 0.15em;}
.footer-btn a:hover:after{background: #4B4594;}

footer .sns{display: flex; align-items: center;}
footer .sns p{margin: 2px 30px 0 0;}

.footer-nav{max-width: 910px; width: calc(100% - 400px); display: flex; justify-content: space-between;}
.footer-nav_item{margin-right: 30px;}
.footer-nav_item:last-of-type{margin: 0;}
.footer-nav_tit{font-size: 3.4rem; line-height: 1; font-family: "Afacad", sans-serif; margin-bottom: 13px;}
.footer-nav_list li:not(:last-of-type){margin-bottom: 2px;}
.footer-nav_list a{display: inline-block; position: relative; font-size: 1.6rem; line-height: 1.6; color: #4B4594; padding-left: 28px;}
.footer-nav_list a:before{content: ""; position: absolute; top: 13px; left: 0; transform: translateY(-50%); width: 16px; height: 16px; display: block; background: #4B4594; mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/ic-arrow.svg") no-repeat top left/100% 100%;}
.footer-nav_list a:hover{text-decoration: underline; text-underline-offset: 0.2em;}
.footer-nav_list a.disable{opacity: .5;}

.footer-logo-kyouryoku{margin: 50px auto 25px; text-align: center;}

.copyright{text-align: center; font-size: 1.1rem; line-height: 1.5;}

#pagetop{position: fixed; bottom: 20px; right: 20px; width: 76px; height: 76px; border-radius: 100%; z-index: 200; background: #222; cursor: pointer; display: none;}
#pagetop:before{content: ""; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
background: url("../img/common/pagetop.svg") no-repeat top left/100% 100%;}
#pagetop:hover{background: #4B4594;}

@media screen and (max-width: 1200px){
    footer{padding: 50px 20px 100px;}
    
    .footer-info{margin: 0 auto 50px;}    
    .footer-logo{max-width: 250px; width: 100%; margin: 0 auto 25px;}
    .footer-btn{margin: 0 auto 30px;}
    .footer-nav{width: 100%; margin: 0 auto;}
    
    #pagetop{bottom: 70px;}
}

@media screen and (max-width: 768px){
    footer{padding: 40px 20px 110px;}
    .footer-wrap{padding: 0 10px;}
    .footer-info{margin: 0 auto 40px;}
    
    .footer-logo{max-width: 230px;}    
	.footer-logo img{width: 220px;}
    .footer-logo span{font-size: 1.2rem; letter-spacing: 0.1em;}
    
    .footer-btn a{font-size: 1.6rem; height: 40px;}
    
    footer .sns{flex-wrap: wrap;}
    footer .sns p{width: 100%; margin: 0 0 12px; text-align: center;}
    footer .sns ul{width: 100%; justify-content: center;}
    
    .footer-nav{flex-wrap: wrap;}
    .footer-nav_item{width: 100%; margin: 0 0 30px;}
    .footer-nav_tit{font-size: 3rem; margin-bottom: 10px;}
    .footer-nav_list a{font-size: 1.4rem; padding-left: 23px;}
    .footer-nav_list a:before{width: 14px; height: 14px;}
    
    #pagetop{width: 46px; height: 46px; bottom: 60px; right: 10px;}
    #pagetop:before{width: 20px; height: 20px;}
}

/* Animate */
@media screen{
    .inview{opacity: 0; transition: 1.5s;}
    .inview.is-view{opacity: 1;}

    .fade-up{transform: translateY(30px);}
    .fade-up.is-view{transform: translateY(0);}
    
    .fade-left{transform: translateX(30px);}
    .fade-left.is-view{transform: translateX(0);}
    
    .fade-right{transform: translateX(-30px);}
    .fade-right.is-view{transform: translateX(0);}
}

/* Mouse Stalker */
@media screen and (min-width: 1201px){
    #mouse-stalker{pointer-events: none; position: fixed; width: 20px; height: 20px; background-color: rgba(77,255,0,0.5); border-radius: 50%; transition: transform 0.2s; transform: translate(0, 0); z-index: 999; display: flex; align-items: center; justify-content: center;}
    #mouse-stalker span{opacity: 0; font-size: 12px; font-weight: 500; color: #4dff00; transition: 0.2s;}
    #mouse-stalker.hover span{opacity: 1; transition: 0.2s;}
    #mouse-stalker.hover{width: 100px; height: 100px; background-color: rgba(255,255,255,.1); border: 2px solid #4dff00; transition: 0.2s;}
}

@media screen and (max-width: 1200px){
    #mouse-stalker{display: none !important;}
}