@charset "utf-8";
@import url("font.css");
@import url("reset.css");
@import url("base.css");
@import url("font.css");

/* ==================================================

    * intro
    
================================================== */
html:has(.wrap.intro) {
    height: 100%;
}
body:has(.wrap.intro) {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    background-image: url("../image/intro/bg_intro.png");  
}
.wrap.intro {
    height: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
}
.intro-contents {
    position: relative;
    height: 100%;
    padding: 2vw 3vw;
}
.intro-contents img {
    max-width: 100%;
}
.intro .logo-conbox {
    display: flex;
    justify-content: space-between;
    gap: 8vw;
}
.intro .btn-wrap {
    margin-top: 20px;
    max-width: 680px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.intro .btn.btn-intro {
    min-width: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc((100% - 10px) / 2);
    padding: 22px 35px;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 50px !important;
    background-color: #fff;
    transition: all 0.3s ease;
}
.intro .btn.btn-intro.type1 {
    color: #BA271A;
}
.intro .btn.btn-intro.type2 {
    color: #1A33C0;
}
.intro .btn.btn-intro.type3 {
    color: #F29915;
}
.intro .btn.btn-intro.type4 {
    color: #8F27AE;
}
.intro .btn.btn-intro:hover {
    color: #fff;
}
.intro .btn.btn-intro.type1:hover {
    background-color: #BA271A;
}
.intro .btn.btn-intro.type2:hover {
    background-color: #1A33C0;
}
.intro .btn.btn-intro.type3:hover {
    background-color: #F29915;
}
.intro .btn.btn-intro.type4:hover {
    background-color: #8F27AE;
}
.intro .btn.btn-intro .icon {
    transition: all 0.3s ease;
}
.intro .btn.btn-intro:hover .icon {
    transform: translateX(5px);
}
.intro .iframe-wrap {
    position: absolute;
    right: 50px;
    bottom: 25px;
    display: block;
    padding-bottom: 20.5%;
    padding-left: 35.5%;
    width: auto;
}
.intro .dday-conbox {
    position: absolute;
    right: 2vw;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 40px;
    height: 90px;
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 0 0 30px 30px;
    background: linear-gradient(90deg, #D33B3E 0%, #D74BDF 100%);
    box-shadow: 0 0 4px 5px rgba(226, 61, 61, 0.25);
}



/* ==================================================

    * responsive
    
================================================== */
@media screen and (max-width: 1400px) {
    .intro-contents {
        padding-top: 80px
    }
    .intro .dday-conbox {
        height: 80px;
        font-size: 4.6rem;
    }
    .intro .dday-conbox img {
        width: 50px;
    }
    .intro .btn-wrap {
        max-width: 570px;
    }
    .intro .btn.btn-intro {
        padding: 18px 24px;
        font-size: 1.8rem;
    }
    .intro .iframe-wrap {
        padding-bottom: 26.5%;
        padding-left: 47.5%;
        right: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .intro .dday-conbox {
        height: 70px;
        font-size: 4rem;
    }    
}
@media screen and (max-width: 1024px) {
    .wrap.intro {
        height: auto;
    }
    .intro-contents {
        padding-bottom: 40px;
    }
    .intro .dday-conbox {
        font-size: 3.2rem;
    }
    .intro .dday-conbox img {
        width: 40px;
    }
    .intro .logo-conbox {
        margin-bottom: 40px;
    }    
    .intro .iframe-wrap {
        position: relative;
        right: unset;
        bottom: unset;
        padding-left: 0;
        padding-bottom: 46.5%;
        width: 100%;
        margin: 0 auto;
    }
    .intro .btn-wrap {
        margin: 20px auto 0;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    body:has(.wrap.intro) {
        background-image: url(../image/intro/bg_intro_m.png);
    }
    .intro-contents {
        padding: 80px 25px 60px;
    }
    .intro .logo-conbox {
        margin-bottom: 20px;
    }
    .intro h1 {
        text-align: center;
    }
    .intro h1 img {
        max-width: 85%;
    }
    .intro .dday-conbox {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 60px;
        padding: 0 20px;
        font-size: 2.8rem;
    }
    .intro .btn-wrap {
        margin-top: 20px;
    }
    .intro .btn.btn-intro {
        padding: 12px 30px;
        min-width: unset;
        justify-content: center;
        font-size: 16px;
        line-height: 1.1;
        letter-spacing: -0.02em;
    }
    .intro .btn.btn-intro .icon {
        display: none;
    }

    .scroll-x{
        overflow-x: auto;
    }
    .scroll-x > table{
        width: 768px;
    }
    .scroll-x .inner-table-wrap table{
        width: 100%;
    }

    .touch-help{
		position: relative;
	}
	.touch-help:before{
		display: block;
		content: '';
		color: #fff;
		clear: both;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		width: 100%;
		max-width: 80%;
		height: 100%;
		transform: translate(-50%,-50%);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		background-image: url('../image/common/img_touch_help_eng.png');
	}
	.touch-help.small:before{
		width: 100%;
		max-width: 100%;
		height: 75px;
		background-size: auto 100%;
	}
	.touch-help > table{
		position: relative;
	}
	.touch-help > table:before{
		display: block;
		content: '';
		clear: both;
		position: absolute;
		top: 0;
		left: 0;
        z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
	}

    /* show / hide */
    .m-show{
        display: block;
    }
    .m-hide{
        display: none;
    }
}
@media screen and (max-width: 460px) {
    .intro h1 img {
        max-width: 100%;
    }
    .intro .btn.btn-intro {
        font-size: 14px;
    }
}