@charset "utf-8";

/* ==================== 
common
==================== */
html {
    font-size: 62.5%;
}

body {
    font-family:
        "Zen Kaku Gothic New",
        "Oswald";
    font-style: normal;
    color: #222;
    background-color: #fff;
    line-height: 1.5;
}

body,
html {
    overflow-x: hidden;
}

.section__heading {
    font-family: Oswald;
    font-size: 3.6rem;
    text-align: center;
    color: #fff;
}

.section__headingSub {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
}

.frame__top {
    width: 100%;
    margin-inline: 6.4%;
    margin-top: 15px;
}

.frame__bottom {
    width: 100%;
    margin-inline: 6.4%;
}

.frame__top img,
.frame__bottom img {
    width: calc(100% - 12.8%);
}

.pcBr {
    display: none;
}

.txt__strong {
    display: inline;
    box-shadow: inset 0 -0.9em 0 rgba(0, 0, 0, 0.1);
}

.txt__bold {
    font-weight: 700;
}

/* common pc */
@media screen and (min-width:768px) {
    .section__heading {
        font-size: 7.2rem;
    }

    .section__headingSub {
        font-size: 2rem;
    }

    .frame__top {
        margin-top: 35px;
    }

    .pcBr {
        display: block;
    }
}

/* pc 769px */

/* ====================
header
==================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.mainvisual {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.mainvisual__sp {
    width: 100%;
    height: 100vh;
    object-fit: contain;
    background-color: #000;
    display: block;
}

.mainvisual__pc {
    display: none;
}

.header__inner {
    padding: 17px 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: right;
}

.header__btn {
    width: 46px;
    height: auto;
}

/* header pc */
@media screen and (min-width: 768px) {
    .mainvisual__sp {
        display: none;
    }

    .mainvisual__pc {
        width: 100%;
        height: 100vh;
        object-fit: contain;
        background-color: #000;
        display: block;
    }

    .header__btn {
        width: 55px;
    }
}

/* .nav初期表示 */
.nav {
    background: #000;
    max-width: 400px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.4s;
}

.nav__btn {
    display: flex;
    justify-content: right;
    margin: 17px 24px 0 0;
}

.nav__btn img {
    width: 46px;
    height: auto;
}

.nav__list {
    padding: 34px 73px 0 33px;
}

.nav__item {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin-top: 16px;
}

.nav__item:first-of-type {
    margin-top: 0;
}

.nav__itemEn {
    font-size: 1.6rem;
    font-family: Oswald;
    color: #fff;
}

.nav__logoList {
    padding-left: 46px;
    display: inline-flex;
    align-items: center;
}

.nav__logo {
    width: 150px;
    height: auto;
}

.logo__x {
    margin-right: 20px;
}

.nav.active {
    transform: translate(0);
}

/* header pc */
@media screen and (min-width: 768px) {
    .nav__btn img {
        width: 55px;
    }

    .nav__list {
        padding: 15px 130px 0 36px;
    }

    .nav__item {
        font-size: 2.6rem;
        margin-top: 20px;
    }

    .nav__logoList {
        padding-left: 85px;
    }
}

/* ====================
main
==================== */
/* article header */
.article__header {
    background: #fff;
}

.main__content {
    padding: 25px 6.4%;
}

.main__name {
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 0 10px;
}

/* ※ */
.main__txt {
    font-size: 1.4rem;
    margin: 10px auto 0;
    display: flex;
    flex-direction: column;
}

.main__note {
    display: flex;
    align-items: flex-start;
}

.main__mark {
    flex-shrink: 0;
}

.pcMainbr {
    display: none;
}

.bg__img {
    background-image: url(../image/background.jpg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%), url(../image/backgroundimg.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
}

/* article header pc */
@media screen and (min-width:768px) {
    .main__content {
        padding: 30px 19%;
        width: fit-content;
        margin: auto;
    }

    .main__name {
        font-size: 2.4rem;
        margin: 0 auto;
        padding: 0;
    }

    .main__txt {
        font-size: 1.6rem;
    }
}

@media screen and (min-width:1440px) {
    .pcMainbr {
        display: block;
    }
}

/* information */
.information__topic {
    margin-top: 25px;
}

.section__topicInformation {
    padding-top: 25px;
}

.information__inner {
    background-color: #fff;
    margin: 0 6.4%;
}

.information__list {
    padding: 17px 0 17px 35px;
    max-width: 714px;
    margin: 0 auto;
}

.information__tit {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 21px;
}

.information__tit:first-of-type {
    margin-top: 0;
}

.information__tit::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 17px;
    background-image: url(../image/point.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 3px;
}

.information__titNote1 {
    font-size: 1.3rem;
    margin-left: 3px;
}

.information__txt {
    font-size: 1.4rem;
    margin: 10px 0 0 12px;
}

.information__txt a {
    color: #C60002;
    text-decoration: underline;
}

.information__txt a:hover {
    color: rgba(198, 0, 2, 0.6);
}

.information__detaTit1 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 10px;
}

.information__detaTit2 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 5px;
}

.information__titNote2 {
    display: block;
    font-size: 1.3rem;
    color: #C60002;
    margin-left: 24px;
    padding-right: 46px;
}

.information__note {
    display: flex;
    align-items: flex-start;
}

.information__mark {
    flex-shrink: 0;
    font-size: 1.4rem;
}

.information__detaTxt {
    font-size: 1.4rem;
    padding-right: 35px;
}

.information__detaCaution {
    font-size: 1.7rem;
    font-weight: 700;
    padding-right: 33px;
    margin-top: 10px;
}

.information__detaCaution span {
    display: inline;
    box-shadow: inset 0 -0.9em 0 rgba(0, 0, 0, 0.1);
}

.information__detaLink {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 6px 0 0 -35px;
}

.information__detaLink a {
    color: #C60002;
    text-decoration: underline;
}

.information__detaLink a:hover {
    color: rgba(198, 0, 2, 0.6);
}

.information__titNote3 {
    font-size: 1.3rem;
    margin-left: 12px;
}

.infoBr {
    display: none;
}

.information__illust {
    position: relative;
    width: 100%;
    height: 32px;
}

.illust__lyney {
    position: absolute;
    bottom: -90px;
    transform: translateY(clamp(0px, -50px + 5vw, -150px));
    right: calc(clamp(20px, 5vw, 50px) + clamp(130px, 20vw, 300px) + 10px);
    width: clamp(160px, 22vw, 300px);
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.illust__lynette {
    position: absolute;
    bottom: -90px;
    transform: translateY(clamp(0px, -50px + 5vw, -150px));
    right: 0;
    width: clamp(160px, 22vw, 300px);
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}


/* information pc */
@media screen and (min-width:415px) {
    .information__detaLink {
        margin: 6px 0 0 0;
    }
}

@media screen and (min-width:600px) {
    .information__illust {
        height: 0;
    }

    .illust__lyney {
        right: calc(clamp(20px, 5vw, 50px) + clamp(130px, 20vw, 300px) + 20px);
    }

    .illust__lynette {
        right: clamp(20px, 5vw, 50px);
    }
}

@media screen and (min-width:660px) {
    .illust__lyney {
        bottom: 0;
    }

    .illust__lynette {
        bottom: 0;
    }
}

@media screen and (min-width:768px) {
    .information__topic {
        margin-top: 35px;
    }

    .information__list {
        padding: 19px 0 19px 35px;
    }

    .information__tit {
        font-size: 2.4rem;
        margin-top: 31px;
    }

    .information__tit::before {
        width: 30px;
        height: 25px;
        margin-right: 5px;
    }

    .information__titNote1 {
        font-size: 2rem;
        margin-left: 18px;
    }

    .information__txt {
        font-size: 1.6rem;
    }

    .information__detaTit1 {
        font-size: 2rem;
        margin-top: 16px;
    }

    .information__detaTit2 {
        font-size: 2rem;
        margin-top: 10px;
    }

    .information__titNote2 {
        display: inline-block;
        font-size: 1.6rem;
        margin-left: 10px;
        padding-right: 0;
    }

    .information__mark {
        font-size: 1.6rem;
    }

    .information__detaTxt {
        font-size: 1.6rem;
    }

    .information__detaCaution {
        font-size: 2rem;
        margin-top: 13px;
    }

    .information__detaLink {
        font-size: 2rem;
        font-weight: 700;
        margin: 4px 0 0 0;
    }

    .information__titNote3 {
        font-size: 1.5rem;
        margin-left: 12px;
    }

    .spBr {
        display: none;
    }

    .infoBr {
        display: block;
    }

    .information__illust {
        height: 0;
    }
}

/* pc 769px */

@media screen and (min-width:935px) {
    .information__detaTxt {
        padding-right: 0;
    }
}

@media screen and (min-width:1030px) {
    .information__list {
        margin-left: 145px;
        margin-right: auto;
        padding-left: 0;
    }
}

/* attention */
.attention__topic {
    margin-top: 160px;
}

.attention__inner {
    background-color: #fff;
    margin: 0 6.4%;
}

.attention__list {
    padding: 17px 0 17px 35px;
    max-width: 774px;
    margin: 0 auto;
}

.attention__notePoint {
    display: flex;
    align-items: flex-start;
}

.attention__point {
    width: 20px;
    height: 17px;
    background-image: url(../image/point.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    margin: 4px 3px 0 0;
}

.attention__tit1 {
    font-size: 1.7rem;
    font-weight: 700;
    padding-right: 48px;
}

.attention__wrapper {
    margin-top: 10px;
}

.attention__tit2 {
    font-size: 1.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 21px;
}

.attention__tit2::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 17px;
    background-image: url(../image/point.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 3px;
}

.attention__note {
    display: flex;
    align-items: flex-start;
}

.attention__mark {
    flex-shrink: 0;
    font-size: 1.4rem;
}

.attention__txt {
    font-size: 1.4rem;
    padding-right: 35px;
}

.attention__strong {
    font-size: 1.4rem;
    font-weight: 700;
    padding-right: 35px;
}

.attention__strong span {
    display: inline;
    box-shadow: inset 0 -0.9em 0 rgba(0, 0, 0, 0.1);
}

.pcBr {
    display: none;
}

/* attention pc */
@media screen and (min-width:660px) {
    .attention__topic {
        margin-top: 70px;
    }
}

@media screen and (min-width:768px) {
    .attention__topic {
        margin-top: 120px;
    }

    .attention__list {
        padding: 19px 0 19px 35px;
    }

    .attention__point {
        width: 30px;
        height: 25px;
        background-image: url(../image/point.svg);
        margin: 2px 5px 0 0;
    }

    .attention__tit1 {
        font-size: 2rem;
        padding-right: 0;
    }

    .attention__wrapper {
        margin-top: 16px;
    }

    .attention__tit2 {
        font-size: 2rem;
        margin-top: 30px;
    }

    .attention__tit2::before {
        width: 30px;
        height: 25px;
        margin-right: 5px;
    }

    .attention__mark {
        font-size: 1.6rem;
    }

    .attention__txt {
        font-size: 1.6rem;
    }

    .attention__strong {
        font-size: 1.6rem;
        padding-right: 0;
    }
}

/* pc 769px */

@media screen and (min-width:1080px) {
    .pcBr {
        display: block;
    }

    .attention__txt {
        padding-right: 0;
    }

    .attention__list {
        margin-left: 145px;
        margin-right: auto;
        padding-left: 0;
    }
}

/* pc 1080px */
@media screen and (min-width:1100px) {}

/* Q&A */
.qa__topic {
    margin-top: 70px;
}

.qa__inner {
    background-color: #fff;
    margin: 0 6.4%;
    padding: 17px 25px;
}

/* css 線 */
.qa__list dt {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #222;
}

.qa__list dt:first-of-type {
    margin-top: 0;
}

.qa__q {
    margin-top: 11px;
    display: flex;
    align-items: flex-start;
}

.qa__prefix {
    font-family: Oswald;
    font-size: 2.6rem;
}

.q__txt {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    margin: 15px 0 0 13px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.q__txt::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../image/qaBtn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;

    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: rotate(0deg);
}

.qa__q.is-open .q__txt::after {
    transform: rotate(180deg);
}

.q__txtWidth {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    margin: 15px 0 0 13px;
    padding-right: 60px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    flex: 1;
    position: relative;
}

.q__txtWidth::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -17px;
    width: 56px;
    height: 22px;
    background-image: url(../image/qaBtn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
    background-position: center;
    transform-origin: center center;

    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(-45%) rotate(0deg);
}

.qa__q.is-open .q__txtWidth::after {
    transform: translateY(-45%) rotate(180deg);
}

.a__txt {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 20px 0 0 26px;
    width: 80%;

    display: none;
}

.a__txt.active {
    display: block;
}

.qa__dataTxt {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 25px;
    padding-top: 35px;
    border-top: 1px solid #222;
}

.qa__dataTxt span {
    display: inline;
    box-shadow: inset 0 -0.9em 0 rgba(0, 0, 0, 0.1);
}

.qa__dataTxt a {
    color: #C60002;
    text-decoration: underline;
}

.qa__dataTxt a:hover {
    color: rgba(198, 0, 2, 0.6);
}

/* Q&A pc */
@media screen and (min-width:768px) {
    .qa__topic {
        margin-top: 120px;
    }

    .qa__inner {
        background-color: #fff;
        padding: 19px 12.8%;
    }

    .qa__border {
        margin-top: 25px;
    }

    .qa__q {
        margin-top: 20px;
    }

    .qa__dataTxt {
        font-size: 1.8rem;
        padding-top: 70px;
    }
}

/* contact */
.contact__topic {
    margin-top: 70px;
}

.contact__list {
    background-color: #fff;
    margin: 0 6.4%;
    padding: 17px 18px;
}

.contact__inner {
    width: fit-content;
    margin: auto;
}

.contact__note {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.contact__note:first-of-type {
    margin-top: 0;
}

.contact__mark {
    width: 20px;
    height: 17px;
    background-image: url(../image/point.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    margin: 3px 7px 0 0;
}

.contact__txt {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}

.contact__txtInner {
    width: fit-content;
    margin: auto;
}

.contact__strong {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 16px;
}

.contact__strong span {
    display: inline;
    box-shadow: inset 0 -0.9em 0 rgba(0, 0, 0, 0.1);
}

.contact__dataTxt {
    font-size: 1.4rem;
}

.contact__link a {
    color: #C60002;
    text-decoration: underline;
}

.contact__link a:hover {
    color: rgba(198, 0, 2, 0.6);
}

.contact__illust {
    position: relative;
    width: 100%;
    height: 32px;
}

.illust__freminet {
    position: absolute;
    bottom: -50px;
    transform: translateY(clamp(0px, -50px + 5vw, -150px));
    right: 0;
    width: clamp(160px, 23vw, 330px);
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}


/* contact pc */
@media screen and (min-width:750px) {
    .contact__illust {
        height: 0;
    }

    .illust__freminet {
        right: clamp(20px, 3vw, 50px);
        bottom: 0;
    }
}

@media screen and (min-width:768px) {
    .contact__topic {
        margin-top: 120px;
    }

    .contact__note {
        margin-top: 20px;
    }

    .contact__mark {
        width: 30px;
        height: 25px;
        margin-right: 10px;
    }

    .contact__txt {
        font-size: 1.6rem;
        display: block;
    }

    .contact__strong {
        font-size: 1.6rem;
        margin-top: 26px;
    }

    .contact__dataTxt {
        font-size: 1.4rem;
    }
}

/* pc 769px */

/* credits */
.credits__topic {
    margin-top: 132px;
}

.credits__list {
    background-color: #fff;
    margin: 0 6.4%;
    padding: 17px 36px;
}


.credits__inner {
    width: fit-content;
    margin: auto;
}

.credits__bold {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.credits__bold::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 17px;
    background-image: url(../image/point.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
}

.credits__linkBold {
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 27px;
}

.credits__txt {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 7px;
    display: flex;
    align-items: center;
}

.credits__link {
    font-size: 1.4rem;
    padding-left: 27px;
}

.credits__linkBold a {
    color: #C60002;
    text-decoration: underline;
    margin-left: 2px;
}

.credits__linkBold a:hover {
    color: rgba(198, 0, 2, 0.6);
}

.credits__link a {
    color: #C60002;
    text-decoration: underline;
    margin-left: 2px;
}

.credits__link a:hover {
    color: rgba(198, 0, 2, 0.6);
}

.credits__txt::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 17px;
    background-image: url(../image/point.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
}

.credits__illust {
    position: relative;
    width: 100%;
    height: 32px;
}

.illust__arlecchino {
    position: absolute;
    bottom: -70px;
    transform: translateY(clamp(0px, -50px + 5vw, -150px));
    right: 10px;
    width: clamp(160px, 25vw, 350px);
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}


/* credits pc */
@media screen and (min-width:550px) {
    .credits__illust {
        height: 0;
    }

    .illust__arlecchino {
        right: clamp(20px, 3vw, 50px);
        bottom: 0;
    }
}

@media screen and (min-width:750px) {
    .credits__topic {
        margin-top: 70px;
    }
}

@media screen and (min-width:768px) {
    .credits__topic {
        margin-top: 120px;
    }

    .credits__list {
        padding: 19px 0;
    }

    .credits__inner dt,
    .credits__inner dt+dd {
        display: inline;
        align-items: center;
    }

    .credits__inner dt {
        margin-right: -28px;
    }

    .credits__inner dt+dd::after {
        content: "";
        display: block;
    }

    .credits__inner dt:not(:first-of-type) {
        display: inline-block;
        margin-top: 16px;
    }

    .credits__bold {
        font-size: 1.6rem;
    }

    .credits__bold::before {
        width: 30px;
        height: 25px;
        margin-right: 10px;
        vertical-align: middle;
        margin-bottom: 6px;
    }

    .credits__linkBold {
        font-size: 1.6rem;
    }

    .credits__txt {
        font-size: 1.6rem;
        margin-top: 16px;
    }

    .credits__txt::before {
        width: 30px;
        height: 25px;
        margin-right: 10px;
        vertical-align: middle;
        margin-bottom: 6px;
    }

    .credits__link {
        font-size: 1.6rem;
    }
}

/* footer */
.footer {
    padding: 70px 33.6% 10px;
    text-align: center;
    margin-top: 70px;
}

.copy small {
    color: #fff;
    font-size: 1rem;
}

@media screen and (min-width:550px) {
    .footer {
        margin-top: 0;
    }
}

@media screen and (min-width:768px) {
    .footer {
        padding: 120px 33.6% 15px;
    }
}