:root {
    --cta-btn-color1: #E47A47;
    --cta-btn-color2: #4F6D7A;
    --bg-color-1: #2E2E2E;
}

.main {
    font-family: var(--font-family-1);
}

#header {
    display: none;
}

.topIntroView {
    background: url(../img/top/top_intro_bg.png) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.topIntroView:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--bg-color-1);
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.for-pc {
    display: block;
}

.for-sp {
    display: none;
}

@media(max-width:992px) {
    .for-pc {
        display: none;
    }

    .for-sp {
        display: block;
    }
}

.fs-50 {
    font-size: 50px;
    line-height: 58px;
}

@media(max-width:992px) {
    .fs-50 {
        font-size: 28px;
    }
}

.font-25 {
    font-size: 25px;
    line-height: 33px;
}

@media(max-width:576px) {
    .font-25 {
        font-size: 18px;
        line-height: 28px;
    }
}

.font-20 {
    font-size: 20px;
    line-height: 28px;
}

@media(max-width:992px) {
    .font-20 {
        font-size: 14px;
        line-height: 22px;
    }
}

@media(max-width:576px) {
    .font-20 {
        font-size: 14px;
        line-height: 22px;
    }
}

.font-18 {
    font-size: 18px;
    line-height: 26px;
}

@media(max-width:576px) {
    .font-18 {
        font-size: 12px;
        line-height: 20px;
    }
}

@media(max-width:576px) {
    .font-16 {
        font-size: 14px;
        line-height: 20px;
    }
}

.margin-t100 {
    margin-top: 100px;
}

@media(max-width:576px) {
    .margin-t100 {
        margin-top: 50px;
    }

}

.noto-serif {
    font-family: var(--font-family-2);
}

.js-fv-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    color: #FFF;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

@media(max-width:992px) {
    .js-fv-wrapper {
        left: 5%;
    }
}

@media(max-width:576px) {
    .js-fv-wrapper {
        left: 0;
        width: 100%;
        padding: 20px;
    }
}

.js-fv-ttl {
    line-height: 68px;
    margin-bottom: 20px;
}

@media(max-width:992px) {
    .js-fv-ttl {
        line-height: 40px;
    }

}

.js-cta-wrapper {
    margin-top: 65px;
    display: flex;
    gap: 60px;
}

@media(max-width:992px) {
    .js-cta-wrapper {
        flex-direction: column;
        gap: 15px;
    }
}

@media(max-width:576px) {
    .js-cta-wrapper {
        display:none;
    }
}

.js-cta-wrapper.cta {
    justify-content: center;
}

@media(max-width:576px) {
	.js-cta-wrapper.cta {
		display:flex;
	}
}

@media(max-width:992px) {
    .js-cta-wrapper.cta {
        align-items: center;
    }

    .js-cta-wrapper.cta a {
        width: 75%;
    }
}

@media(max-width:576px) {
    .js-cta-wrapper.cta a {
        width: 100%;
    }
}

.js-cta-online,
.js-cta-download,
.js-cta-online:visited,
.js-cta-download:visited {
    color: #FFF;
    width: 280px;
    height: 60px;
    display: inline-flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

@media(max-width:992px) {

    .js-cta-online,
    .js-cta-download,
    .js-cta-online:visited,
    .js-cta-download:visited {
        width: 200px;
    }
}

@media(max-width:576px) {

    .js-cta-online,
    .js-cta-download,
    .js-cta-online:visited,
    .js-cta-download:visited {
        width: 100%;
    }
}

.js-cta-online {
    background: var(--cta-btn-color1);
}

.js-cta-download {
    background: var(--cta-btn-color2);
}

.top-onlineshop-item-ttl {
    text-align: center;
}

.top-onlineshop-item-price {
    margin-top: 15px;
    text-align: center;
}

.top-service-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media(max-width:576px) {
    .top-service-wrapper {
        padding-bottom: 0px;
    }
}

.top-service-content {
    display: flex;
    width: var(--common-width);
    margin: 0 auto;
    gap: 35px;
}

@media(max-width:992px) {
    .top-service-content {
        flex-direction: column;
        width: 75%;
    }
}

@media(max-width:576px) {
    .top-service-content {
        width: 100%;
    }
}

.top-service-content:not(:nth-of-type(1)) {
    margin-top: 120px;
}

@media(max-width:992px) {
    .top-service-content:not(:nth-of-type(1)) {
        margin-top: 60px;
    }
}

.top-service-content:nth-of-type(2n) {
    flex-direction: row-reverse;
}

@media(max-width:992px) {
    .top-service-content:nth-of-type(2n) {
        flex-direction: column;
    }
}

.top-service-content img {
    width: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@media(max-width:992px) {
    .top-service-content img {
        width: 100%;
    }
}

.top-service-inner {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 0;
}

@media(max-width:992px) {
    .top-service-inner {
        width: 100%;
    }
}

@media(max-width:576px) {
    .top-service-inner h3 {
        padding: 0;
    }
}

.top-flow-wrapper {
    width: var(--common-width);
    margin: 50px auto 0;
}

@media(max-width:992px) {
    .top-flow-wrapper {
        width: 100%;
    }

    .top-flow-wrapper img {
        width: 75%;
        margin: 0 auto;
    }
}

@media(max-width:576px) {
    .top-flow-wrapper img {
        width: 100%;
    }
}

.top-movie-description {
    width: 100%;
    margin: 20px 0;
}

.top-partner-logo-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.partner-logo-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

@media(max-width:576px) {
    .partner-logo-img {
        width: 75px;
        height: 75px;
    }
}

.top-movie-content-ttl {
    padding: 0;
    line-height: 33px;
}

.top-partner-list-ttl {
    margin: 0;
    padding: 0;
}

.top-partner-lists li {
    padding: 5px 10px;
    position: relative;
}

.top-partner-lists li::before {
    content: "";
    position: absolute;
    background-color: var(--sub-color-2);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.top-faq-contents {
    width: var(--common-width);
    margin: 50px auto 0;
}

@media(max-width:992px) {
    .top-faq-contents {
        width: 100%;
    }
}

.top-faq-contents dl:not(:nth-of-type(1)) {
    margin-top: 40px;
}

.top-faq-contents dt,
.top-faq-contents dd {
    padding: 5px 10px;
}

.top-faq-contents dt {
    color: #FFF;
    background: var(--main-color);
    font-weight: 400;
}

.top-onlineshop-ttl.cta {
    font-weight: bold;
    line-height: 40px;
}

@media(max-width:576px) {
    .top-onlineshop-ttl.cta {
        font-size: 14px;
        line-height: 22px;
    }
}

.top-movie-wrapper.cta {
    padding: 50px 0;
}

@media(max-width:576px) {
    .top-movie-wrapper.cta {
        padding: 50px 15px;
    }
}

.footer-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    font-family: var(--font-family-2);
    padding: 25px 0;
}

@media(max-width:576px) {
    .footer-wrapper {
        padding: 25px;
    }
}

.footer-wrapper p,
.footer-wrapper a,
.footer-wrapper a:visited {
    color: #FFF;
}

@media(max-width:992px) {
    .top-onlineshop-content {
        width: 100%;
    }

    .top-onlineshop-items {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .top-onlineshop-item {
        width: 50%;
    }

    .top-movie-inner {
        flex-direction: column;
        width: 100%;
    }

    .top-movie-content {
        width: 100%;
    }

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

@media(max-width:576px) {
    .top-onlineshop-item {
        width: 100%;
    }

    .top-onlineshop-subttl {
        margin: 0;
        padding: 0;
    }
}

.fixedArea {
    position: fixed;
    bottom: 0;
    background-color: rgba(178, 179, 179, 0.8);
    width: 100%;
    padding: 15px 5px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 5000;
    gap: 10px;
}

@media(max-width:576px) {
    .fixedArea {
        display: flex;
    }
	
	.back-to-top {
		bottom: 100px;
	}
}