@charset "UTF-8";
/**====================================
 * CSS information
 * file name	: common.css
 * author		: libretto works
====================================**/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600&family=Shippori+Mincho:wght@600&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
    
/* body
-------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6em;
	line-height: 2;
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #1a1a1a;
	width: 100%;
	min-width: 1120px;
	height: 100%;
    background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt" 1;
    transition: .3s;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
body.fade {
    opacity: 0;
}

/* link
-------------------------------------------------- */
a {
	color: #1a1a1a;
	text-decoration: none;
	transition: all .3s;
}
a._underline {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.7;
	}
	a.btn-cont:hover {
		opacity: 1;
	}
}

/* clear
-------------------------------------------------- */
.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* font
-------------------------------------------------- */
._en {
	font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
}
._serif {
	font-family: 'Shippori Mincho', serif;
}

/* Responsive
-------------------------------------------------- */
.sp {
	display: none;
}

/* img
-------------------------------------------------- */
img {
	width: 100%;
	height: auto;
}
.thumb {
	display: block;
	overflow: hidden;
	position: relative;
	transition: .3s all;
}
.thumb::after {
	display: block;
	content: "";
}
.thumb img,
.thumb video,
.thumb iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s all;
}
.thumb-b-wrap {
    border: 1px solid #d9d9d9;
    padding: 8px;
}
.thumb-b {
    position: relative;
}
.thumb-b:after {
    content: "";
    display: block;
}
.thumb-b img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
a:hover .thumb {
	transform: scale(0.96);
}
a:hover .thumb img {
	width: 115%;
	height: 115%;
	object-fit: cover;
}
}

/* svg
-------------------------------------------------- */
svg {
	display: block;
	width: 100%;
	height: auto;
}


/*/////////////////////////////////////////////////////////////////////////////


              // loading //
	  

/////////////////////////////////////////////////////////////////////////////*/
.loader {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
    pointer-events: none;
}
.loader-bg {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #FFFFFF;
	transform-origin: left top;
}
.motion .loader-bg {
    transform-origin: right top;
	animation: loading-bg02 0.70s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}
.off .loader-bg {
	transform-origin: left bottom;
    transform: scaleY(0);
	animation: close02 0.70s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
    z-index: 1;
}

@keyframes loading-bg01 {
	0% {
		transform: scaleY(1);
	}
	100% {
		transform: scaleY(0) skewY(-20deg);
	}
}
@keyframes loading-bg02 {
	0% {
		transform: scaleY(1);
	}
	100% {
		transform: scaleY(0) skewY(20deg);
	}
}
@keyframes close01 {
	0% {
		transform-origin: right bottom;
		transform: scaleY(0) skewY(-20deg);
	}
	100% {
		transform: scaleY(1) skewY(0);
	}
}
@keyframes close02 {
	0% {
		transform-origin: left bottom;
		transform: scaleY(0) skewY(20deg);
	}
	100% {
		transform: scaleY(1) skewY(0);
	}
}

.loader-logo {
	width: 220px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.loader-logo svg {
	display: block;
    fill: #1a9ef1;
    opacity: 0;
    filter: blur(10px);
}
.on.loader-logo  svg {
    animation: op-logo 0.3s forwards;
}
.off.loader-logo {
	animation: op-logooff 0.42s forwards;
}

@keyframes op-logo {
	0% {
		opacity: 0;
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}
@keyframes op-logooff {
	0% {
		transform: translate(-50%,-50%);
	}
    60% {
		transform: translate(-50%,-50%) scale(1.3);
	}
	100% {
		transform: translate(-50%,-50%) scale(0);
	}
}

@keyframes loading-logo {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; }
}



/*/////////////////////////////////////////////////////////////////////////////


              // layout //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* container
-------------------------------------------------- */
#container {
    width:100%;
    box-sizing: border-box;
    opacity: 0;
}
.motion  #container {
    animation: fade 0.2s forwards;
}

/* section
-------------------------------------------------- */
.section-wrap {
	box-sizing: border-box;
}
.section-wrap._60 {
	padding-right: 4.3923%;
    padding-left: 4.3923%;
}
.section-wrap._60-0 {
	padding-right: 4.3923%;
}
.section-wrap._90 {
	padding-right: 7.0278%;
	padding-left: 7.0278%;
}
.section-wrap._0-90 {
	padding-left: 7.0278%;
}
.section-wrap._90-0 {
	padding-right: 7.0278%;
}
.section-wrap._120 {
	padding-right: 8.7847%;
	padding-left: 8.7847%;
}
.section-low-wrap {
	width: 880px;
	margin: 0 auto;
}
.section-inner {
	margin-top: 35px;
}
.section-inner:first-child {
    margin-top: 0;
}

/*/////////////////////////////////////////////////////////////////////////////


              // header //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* header
-------------------------------------------------- */
.header {
	width: 100%;
    box-sizing: border-box;
    position: relative;
}
.header-logo {
	width: 160px;
    position: absolute;
    left: 40px;
    top: 30px;
    transition: .3s;
    z-index: 99998;
}
.on .header-logo {
    top: 27px;
}
.header-logo a {
	display: block;
}
.header-logo svg {
	display: block;
    fill: #1a9ef1;
    transition: .2s;
}
.st0 {
    fill: #1a9ef1;
}

/* header-inner
-------------------------------------------------- */
.header-inner {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px 0 0;
    transition: .3s;
    z-index: 99997;
    mix-blend-mode: difference;
}
.top .header-inner {
    mix-blend-mode: normal;
}
.on.top .header-inner {
    mix-blend-mode: difference;
}
.on .header-inner {
    padding: 20px 0 0;
}
/* g-nav
-------------------------------------------------- */
.g-nav {
    position: relative;
    padding-right: 2.5622%;
}

/* g-nav-list
-------------------------------------------------- */
.g-nav .g-nav-list {
	display: flex;
    justify-content: flex-end;
    padding-right: 80px;
}
.g-nav .g-nav-list li {
	margin: 0 11px;
    transform: translateY(20px);
	opacity: 0;
}
.g-nav .g-nav-list li a {
	display: block;
	position: relative;
	line-height: 56px;
    font-size: 1.5rem;
    z-index: 2;
    color: #ffffff;
}
.g-nav .g-nav-list > li a::before,
.g-nav .g-nav-list > li p::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: .2s;
}
.g-nav .g-nav-list > li.ac a::before,
.g-nav .g-nav-list > li.ac p::before,
.ddhovered .g-nav .g-nav-list > li p::before {
	transform: scaleX(1);
}

.motion .g-nav li:nth-child(1) {
	animation: nav-fadeup 0.35s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 0.5s;
}
.motion .g-nav li:nth-child(2) {
	animation: nav-fadeup 0.35s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 0.6s;
}
.motion .g-nav li:nth-child(3) {
	animation: nav-fadeup 0.35s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 0.7s;
}
.motion .g-nav li:nth-child(4) {
	animation: nav-fadeup 0.35s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 0.8s;
}
.motion .g-nav li:nth-child(5) {
	animation: nav-fadeup 0.35s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 0.9s;
}
.motion .g-nav li:nth-child(6) {
	animation: nav-fadeup 0.35s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 1.0s;
}
.motion .g-nav li:nth-child(7) {
	animation: nav-fadeup 0.35s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 1.1s;
}
.motion .g-nav li:nth-child(8) {
	animation: nav-fadeup 0.35s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 1.2s;
}
@keyframes nav-fadeup {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

/* menu-trigger
-------------------------------------------------- */
.menu-trigger,
.menu-trigger span {
    display: block;
    transition: all .3s;
    box-sizing: border-box;
}
.menu-trigger {
    width: 56px;
    height: 56px;
    pointer-events: auto;
    cursor: pointer;
    position: fixed;
    right: 2.5622%;
    top: 40px;
    box-sizing: border-box;
    z-index: 99999;
    background: #1a9ef1;
    border-radius: 50%;
}
.on .menu-trigger {
    top: 20px;
}
.menu-trigger span {
    position: absolute;
    top: 26px;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
}
.menu-trigger span:nth-of-type(1) {
    left: 16px;
}
.menu-trigger span:nth-of-type(2) {
    left: 26px;
}
.menu-trigger span:nth-of-type(3) {
    right: 16px;
}
.open .menu-trigger span {
    top: 27px;
    width: 24px;
    height: 2px;
    border-radius: 0%;
}
.open .menu-trigger span:nth-of-type(1) {
    left: 16px;
    transform: rotate(40deg);
}
.open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
    right: 16px;
    transform: rotate(-40deg);
}


/* fixed nav
-------------------------------------------------- */
.fixed-nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.40);
	transition: all .3s;
	z-index: 99998;
	line-height: 2;
	opacity: 0;
	pointer-events: none;
}
.open .fixed-nav {
	opacity: 1;
	pointer-events: auto;
}
.fixed-nav a {
    color: #ffffff;
}
.fixed-inner {
	width: 40%;
	height: 100vh;
	box-sizing: border-box;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	position: relative;
    margin-left: 60%;
    background: #1a9ef1;
}
.fixed-nav nav {
	width: 100%;
    box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
    padding: 0 15%;
}
.fixed-nav .m-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 25px;
}
.fixed-nav .m-nav li {
	width: 50%;
    font-size: 2.1rem;
    font-weight: 500;
    margin: 0 0 30px;
    letter-spacing: 0.04em;
}
.fixed-nav .m-nav li a {
    display: block;
    line-height: 1.5;
}
.fixed-nav .m-nav li a ._en {
    display: block;
    font-size: 1.1rem;
    line-height: 1.5;
}
.fixed-nav .m-nav-box {
    display: flex;
    justify-content: space-between;
}
.fixed-nav .m-nav-box li {
    width: 100%;
}
.fixed-nav .m-nav-box li a {
    display: block;
    text-align: center;
    border: 1px solid #ffffff;
    font-weight: 500;
    font-size: 1.6rem;
    color: #ffffff;
}
.fixed-nav .m-nav-box li span {
    display: inline-block;
    line-height: 62px;
    padding-left: 40px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="40" height="30" viewBox="0 0 40 30"><path fill="rgb(255, 255, 255)" d="M0,4.8V0h40v4.8L20,18.6L0,4.8z M20,22.2L0,8.4V30h40V8.4L20,22.2z"/></svg>') left center no-repeat;
    background-size: 20px auto;
}
.m-nav-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.60);
    padding-top: 25px;
    margin-top: 30px;
}
.m-nav-sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.m-nav-sns li {
    margin-left: 12px;
}
.m-nav-sns li a {
    display: block;
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 11px;
}
.m-nav-sns li a svg {
    display: block;
    fill: #1a9ef1;
}
@-webkit-keyframes fixed-navup {
	0% {
		opacity: 0;
		transform:translateX(20px);
	}
	100% {
		opacity:1;
		transform:translateX(0);
	}
}
@keyframes fixed-navup {
	0% {
		opacity: 0;
		transform:translateX(20px);
	}
	100% {
		opacity:1;
		transform:translateX(0);
	}
}

/* hover */
@media screen and (min-width: 768px) {
    .fixed-nav .m-nav-box li a:hover {
        opacity: 1;
        background: #ffffff;
        color: #1a9ef1;
    }
    .fixed-nav .m-nav-box li._contact a:hover span {
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="40" height="30" viewBox="0 0 40 30"><path fill="rgb(0, 144, 205)" d="M0,4.8V0h40v4.8L20,18.6L0,4.8z M20,22.2L0,8.4V30h40V8.4L20,22.2z"/></svg>') left center no-repeat;
        background-size: 20px auto;
    }
}

/*/////////////////////////////////////////////////////////////////////////////


              // footer //
	  

/////////////////////////////////////////////////////////////////////////////*/
.footer {
    padding: 70px 0 50px;
    position: relative;
}

/* pagetop
-------------------------------------------------- */
.pagetop {   
    position:  absolute;
	top: -35px;
	right: 2.5622%;
}
.pagetop a {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	font-size: 0;
    line-height: 0;
	cursor: pointer;
    border: 1px solid #1a9ef1;
	z-index: 999;
	transition: .2s;
	box-sizing: border-box;
	border-radius: 50%;
    background-color: #ffffff;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="20" height="22" viewBox="0 0 20 22"><path fill-rule="evenodd" fill="rgb(0, 144, 205)" d="M0,19.5L10,0l10,19.5L19.1,20L10,2.2L0.9,20L0,19.5z"/></svg>');
}

/* footer-inner
-------------------------------------------------- */
.footer-inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
}
.ft-nav {
    width: calc(100% - 360px);
}
.ft-nav ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ft-nav ul li {
    margin: 0 30px 15px 0;
}
.ft-sns {
    width: 298px;
    color: #1a9ef1;
    padding-top: 3px;
}
.ft-sns .ttl {
    font-size: 1.5rem;
    padding-bottom: 10px;
}
.ft-sns-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ft-sns-list li {
    margin-left: 12px;
}
.ft-sns-list li a {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #1a9ef1;
    border-radius: 50%;
    padding: 13px;
}
.ft-sns-list li a svg {
    display: block;
    fill: #1a9ef1;
}

/* footer-btm
-------------------------------------------------- */
.footer-btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ft-logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.ft-logo li {
    margin-right: 40px;
}
.otajccup {
    width: 130px;
}
.otajc {
    width: 180px;
}
.copyright {
    font-size: 1.2rem;
}

/* hover */
@media screen and (min-width: 768px) {
    .pagetop a:hover {
        opacity: 1;
        background-color: #1a9ef1;
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="20" height="22" viewBox="0 0 20 22"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M0,19.5L10,0l10,19.5L19.1,20L10,2.2L0.9,20L0,19.5z"/></svg>');
    }
}

/* ===============================================
    apply-btn
=============================================== */
.apply-btn {
    position: fixed;
    bottom: 15px;
    right: 20px;
    transition: .3s;
}
.apply-off .apply-btn {
    opacity: 0;
    pointer-events: none;
}
.apply-btn li {
    margin-top: 15px;
}
.apply-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #fff100;
    border-radius: 50%;
    position: relative;
}
.apply-btn a p {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}
.apply-btn a::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff100;
    opacity: 0.1;
    animation: badge-mo 1.5s ease-in-out infinite forwards;
}
@keyframes badge-mo {
	0% {
        transform: scale(1);
		opacity: 0.8;
	}
	80% {
		transform: scale(1.25);
		opacity: 0;
		
	}
	100% {
		transform: scale(1.25);
		opacity: 0;
		
	}
}

/*/////////////////////////////////////////////////////////////////////////////


              // common parts //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* ==================================================
    title
================================================== */

/* page-ttl
-------------------------------------------------- */
.page-ttl {
    padding: 220px 7.0278% 0;
    font-size: 1.8rem;
    text-align: center;
}
.page-ttl .en-ttl {
    line-height: 1;
    font-size: 10.8rem;
    font-weight: 600;
    color: #1a9ef1;
}

/* detail-ttl
-------------------------------------------------- */
.detail-ttl {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}
.detail-ttl .ttl {
    font-size: 4.15rem;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
}

/* sec-ttl
-------------------------------------------------- */
.sec-ttl {
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
}
.sec-ttl ._en {
    font-size: 6.4rem;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #1a9ef1;transition: .3s;
}
.sec-ttl .txt-lead {
    padding-top: 25px;
    letter-spacing: 0.12em;
}
.sec-ttl._center {
    text-align: center;
}
.sec-ttl._wht ._en {
    color: #ffffff;
}

/* sec-ttl-wrap
-------------------------------------------------- */
.sec-ttl-wrap {
    position: relative;
}
.sec-ttl-nav {
    position: absolute;
    right: 0;
    bottom: 5px;
}

/* sec-ttl-col2
-------------------------------------------------- */
.sec-ttl-col2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.sec-ttl-txt {
    margin-left: 65px;
    padding-bottom: 2px;
}

/* sec-subttl
-------------------------------------------------- */
.sec-subttl {
    font-weight: 600;
    position: relative;
}
.sec-subttl ._en {
    font-size: 5.6rem;
    line-height: 1;
    color: #1a9ef1;
}

/* cont-ttl
-------------------------------------------------- */
.cont-ttl {
    text-align: center;
}
.cont-ttl ._en {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 3px 30px 0;
    border: 1px solid #ffffff;
    border-radius: 20px;
    margin-bottom: 10px;
}
.cont-ttl .ttl {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}


/* ===============================================
    btn
=============================================== */

/* btn
-------------------------------------------------- */
.btn a {
    display: inline-block;
    width: 210px;
    position: relative;
    font-weight: 600;
    line-height: 41px;
    border: 2px solid #1a9ef1;
    background: #1a9ef1;
    border-radius: 40px;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
}
.btn._ja a {
    width: 280px;
    letter-spacing: 0.04em;
}
.btn a .btn-inner {
    display: inline-block;
    position: relative;
    padding: 4px 5px 0 25px;
}
.btn._ja a .btn-inner {
    display: inline-block;
    position: relative;
    padding: 3px 5px 3px 25px;
}
.btn a .btn-inner::before {
    content: "";
    width: 11px;
    height: 11px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-55%);
    border-radius: 50%;
    transition: .3s;
    transform-origin: center center;
}
.btn._ja a .btn-inner::before {
    transform: translateY(-50%);
}
.btn._wht a {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #1a9ef1;
}
.btn._wht a .btn-inner::before {
    background: #1a9ef1;
}
.btn._lerge a {
    width: 340px;
}

/* hover */
@media screen and (min-width: 768px) {
    .btn a:hover {
        opacity: 1;
        color: #1a9ef1;
        background: #ffffff;
    }
    .btn a:hover .btn-inner::before {
        transform: translateY(-50%) scale(1.5);
        background: #1a9ef1;
    }
    .btn._wht a:hover {
        color: #ffffff;
        background: #1a9ef1;
    }
    .btn._wht a:hover .btn-inner::before {
        background: #ffffff;
    }
}


/* btn-txt
-------------------------------------------------- */
.btn-txt {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.10em;
    position: relative;
    padding-left: 25px;
}
.btn-txt::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #1a9ef1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-55%);
    transition: .2s;
}
.btn-txt._wht::before {
    background: #ffffff;
}

/* hover */
@media screen and (min-width: 768px) {
    a.link:hover .btn-txt::before {
        transform: translateY(-55%) scale(1.3);
    }
}

/* btn-box
-------------------------------------------------- */

/* btn-more
-------------------------------------------------- */


/* btn-anchor
-------------------------------------------------- */


/* btn-box
-------------------------------------------------- */



/* ===============================================
    anchor-link
=============================================== */


/* ===============================================
    parallax
=============================================== */
.parallax {
	width: 100%;
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.parallax::after {
	content: "";
	display: block;
}
.parallax._img {
	position: relative;
}
.parallax._img span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: none !important;
}
.parallax-img {
	transition: none !important;
	position: relative;
}
.parallax-img span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: none !important;
}
.parallax-img.thumb img {
	width: 100%;
	height: 110%;
}

/* ===============================================
    table
=============================================== */
dl.table {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    box-sizing: border-box;
}
dl.table dt {
	width: 20%;
    font-weight: 700;
	border-top: 1px solid #66bce1;
	padding: 32px 0;
}
dl.table dd {
	width: 75%;
	border-top: 1px solid #66bce1;
	padding: 32px 0 12px 5%;
    position: relative;
}
dl.table dd p {
	padding-bottom: 20px;
}
dl.table .list li {
    display: flex;
    justify-content: flex-start;
}
dl.table .list li p {
    width: 82%;
}
dl.table .list li p:nth-child(1) {
    width: 18%;
}

/* ===============================================
    list-disc 
=============================================== */
.list-disc-ttl {
	margin-bottom: 5px;
}
.list-disc {
	list-style-type: disc;
	list-style-position: inside;
}
.list-disc > li {
	text-indent: -1em;
	line-height: 1.5;
	padding: 4px 0 4px 1em;
}
.list-disc > li .pT {
    display: inline-block;
    padding: 10px 0 0 1em;
}
.list-disc._txt > li {
	font-size: 1.6rem;
	margin: 10px 0;
}
.list-note._center {
    text-align: center;
}
.list-note li {
	text-indent: -1.5em;
	font-size: 1.3rem;
	line-height: 1.7;
	padding: 2px 0 2px 1.5em;
}
.list-note li::before {
	content: "※ ";
}
.list-count li {
	position: relative;
	padding-left: 30px;
	margin: 10px 0;
}
.list-count li .numb {
	position: absolute;
	left: 0;
	top: 0;
}

/*/////////////////////////////////////////////////////////////////////////////


              // Slider //
	  

/////////////////////////////////////////////////////////////////////////////*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next {   
    position:  absolute;
	top: -70px;
    right: 7.5590%;
	width: 65px;
	height: 65px;
	overflow: hidden;
	font-size: 0;
    line-height: 0;
	display: block;
	cursor: pointer;
    border: 1px solid #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 17px auto;
	background-color: #1a9ef1;
	z-index: 999;
	transition: .2s;
	border-radius: 50%;
    box-sizing: border-box;
}
.slick-prev {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="22" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M19.5,20L0,10L19.5,0L20,0.9L2.2,10L20,19.1L19.5,20z"/></svg>');
    margin-right: 80px;
}
.slick-next {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M2.5,0L22,10L2.5,20L2,19.1L19.8,10L2,0.9L2.5,0z"/></svg>');
}
.slick-prev:active,
.slick-prev:focus,
.slick-next:active,
.slick-next:focus,
.slick-slide a {
    outline: none;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    position: absolute;
    bottom: -60px;
    left: 175px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 12px 0 0!important;
    padding: 0 !important;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
	padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #d1d1d1;
	border-radius: 3px;
}
.slick-dots li.slick-active button {
    background: #1a1a1a;
}
.t-movie-slider .slick-dots {
    bottom: inherit;
    top: 175px;
    left: 27px;
}
.t-movie-slider .slick-dots li {
    display: block;
    margin: 0 0 14px!important;
}

/* hover */
@media screen and (min-width: 768px) {
	.slick-prev:hover,
	.slick-next:hover {
		background-color: #ffffff;
	}
    .slick-prev:hover {
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="22" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" fill="rgb(0, 144, 205)" d="M19.5,20L0,10L19.5,0L20,0.9L2.2,10L20,19.1L19.5,20z"/></svg>');
    }
    .slick-next:hover {
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" fill="rgb(0, 144, 205)" d="M2.5,0L22,10L2.5,20L2,19.1L19.8,10L2,0.9L2.5,0z"/></svg>');
    }
}

/*/////////////////////////////////////////////////////////////////////////////


              // colorbox //
	  

/////////////////////////////////////////////////////////////////////////////*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; padding:0;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#cboxOverlay{background: rgba(0,0,0,0.92);}
#colorbox{font: 12px Tahoma, Arial,sans-serif;}
#cboxContent{margin:60px 0 0;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:none; background:#fff;}
#cboxTitle{display:none;}
#cboxCurrent{display:none !important;}
#cboxSlideshow{position:absolute; bottom:-20px; left:0px; color:#fff;}
#cboxPrevious{position:absolute; border:none; top:50%; left:15px; margin-top:-15px; background:url(../images/arrow.png) no-repeat top left; width:17px; height:30px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; border:none; top:50%; right:15px; margin-top:-15px; background:url(../images/arrow.png) no-repeat top right; width:17px; height:30px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxClose {
	border:none;
	text-indent:-9999px;
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	right: 0px;
	top: -55px;
	background: #1a9ef1;
	border-radius: 50%;
}
#cboxClose::before,
#cboxClose::after {
	content: "";
	width: 20px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	top: 19px;
	left: 10px;
	transform-origin: center center;
}
#cboxClose::before {
	transform: rotate(-45deg);
}
#cboxClose::after {
	transform: rotate(45deg);
}


/*/////////////////////////////////////////////////////////////////////////////


              // modal //
	  

/////////////////////////////////////////////////////////////////////////////*/
#modal-overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: #ffffff;
    opacity: 0.9;
	z-index: 999998;
	display: none;
}
.modal-contents {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	display: none;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.modal-contents .modal-block {
	width: 920px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99999;
	transform: translate(-50%,-50%);
	margin: 0 auto;
    box-sizing: border-box;
}
.modal-contents .modal-block-inner {
    width: 100%;
    background: #ffffff;
    padding: 75px 10px 70px;
    box-sizing: border-box;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.10);
}
.modal-contents .close {
	display: inline-block;
	position: absolute;
	width: 54px;
	height: 54px;
	cursor: pointer;
	right: 20px;
	top: 20px;
    background: #1a9ef1;
    box-sizing: border-box;
    transition: .2s;
    border-radius: 50%;
}
.modal-contents .close::before,
.modal-contents .close::after {
	content: "";
	width: 34px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	top: 27px;
	left: 10px;
	transform-origin: center center;
    transition: .2s;
}
.modal-contents .close::before {
	transform: rotate(-45deg);
}
.modal-contents .close::after {
	transform: rotate(45deg);
}

/* -- modal-block-ttl -- */
.modal-block-ttl {
    text-align: center;
    margin-bottom: 45px;
}
.modal-block-ttl .ttl {
    font-size: 3.8rem;
    font-weight: 700;
    color: #1a9ef1;
    line-height: 1;
}
.modal-block-ttl .ttl span {
    display: inline-block;
    position: relative;
    padding: 0 70px;
}
.modal-block-ttl .ttl span::before,
.modal-block-ttl .ttl span::after {
    content: "";
    width: 50px;
    height: 7px;
    border-bottom: 2px solid #1a9ef1;
    border-top: 2px solid #1a9ef1;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
}
.modal-block-ttl .ttl span::before {
    left: 0;
}
.modal-block-ttl .ttl span::after {
    right: 0;
}

/* -- modal-block-col2 -- */
.modal-block-col2 {
    display: flex;
    justify-content: center;
}
.modal-block-col2 .block {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 2% 10px;
}
.modal-block-col2 .block:first-child {
    border-right: 1px solid #d9d9d9;
}
.modal-block-col2 .block .ttl {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 20px;
}



/*/////////////////////////////////////////////////////////////////////////////


              // motion //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* ttl-overlay
-------------------------------------------------- */
@keyframes ttl-overlay {
	0% {
		transform: scaleX(1);
	}
	100% {
		transform: scaleX(0);
	}
}

/* ttl-fadeup
-------------------------------------------------- */
@keyframes ttl-fadeup {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}

/* fade
-------------------------------------------------- */
.mf {
	opacity:0;
}
.mf.on {
	-webkit-animation: fade 1.5s forwards;
	animation: fade 1.5s forwards;
}
@-webkit-keyframes fade {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; }
}
@keyframes fade {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; }
}

/* fade up
-------------------------------------------------- */
.mfu {
	opacity:0;
	-webkit-transform:translateY(80px);
	transform:translateY(80px);
}
span.mfu {
	display: block;
}
.mfu.on {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

/* fade up list
-------------------------------------------------- */
.mful li {
	opacity:0;
	-webkit-transform:translateY(80px);
	transform:translateY(80px);
}
.mful.on li:nth-child(1) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.mful.on li:nth-child(2) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .2s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .2s;
}
.mful.on li:nth-child(3) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .4s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .4s;
}
.mful.on li:nth-child(4) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .6s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .6s;
}
.mful.on li:nth-child(5) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .8s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .8s;
}
.mful.on li:nth-child(6) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.0s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.0s;
}
.mful.on li:nth-child(7) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.2s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.2s;
}
.mful.on li:nth-child(8) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.4s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.4s;
}
@-webkit-keyframes ef-fadeup {
	0% {
		opacity:0;
		transform:translateY(80px); }
	100% {
		opacity:1;
		transform:translateY(0%); }
}
@keyframes ef-fadeup {
	0% {
		opacity:0;
		transform:translateY(80px); }
	100% {
		opacity:1;
		transform:translateY(0%); }
}

/* fade down
-------------------------------------------------- */
.mfd {
	opacity:0;
	-webkit-transform:translateY(-80px);
	transform:translateY(-80px);
}
span.mfd {
	display: block;
}
.mfd.on {
	-webkit-animation: ef-fadedown 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
	animation: ef-fadedown 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@-webkit-keyframes ef-fadedown {
	0% {
		opacity:0;
		transform:translateY(-80px); }
	100% {
		opacity:1;
		transform:translateY(0%); }
}
@keyframes ef-fadedown {
	0% {
		opacity:0;
		transform:translateY(-80px); }
	100% {
		opacity:1;
		transform:translateY(0%); }
}

/* fade left
-------------------------------------------------- */
.mfl {
	opacity: 0;
	transform: translateX(-40px);
}
.mfl.on {
	animation: ef-fadeleft 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes ef-fadeleft {
	0% {
		opacity: 0;
		transform: translateX(-40px); }
	100% {
		opacity: 1;
		transform: translateY(0%); }
}

/* fade right
-------------------------------------------------- */
.mfr {
	opacity: 0;
	transform: translateX(40px);
}
.mfr.on {
	animation: ef-faderight 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes ef-faderight {
	0% {
		opacity: 0;
		transform: translateX(40px); }
	100% {
		opacity: 1;
		transform: translateY(0%); }
}

/* ef txtef mask
-------------------------------------------------- */
.mtm {
	display: inline-block;
	position: relative;
}
.mtm::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.80);
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: right center;
}
.mtm._gry::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(247,247,247,0.80);
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: right center;
}
.mtm.on::after  {
	animation: ef-scaleX 0.8s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}

/* ef scaleX
-------------------------------------------------- */
.ef .thumb::before {
	content: "";
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	position: absolute;
	left: 0;
	top: 0;
	background: #FFFFFF;
	z-index: 2;
	transform-origin: right center;
}
.ef.on .thumb::before {
	animation: ef-scaleX 0.65s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}
@keyframes ef-scaleX {
	0% {
		transform: scaleX(1); }
	100% {
		transform: scaleX(0); }
}

