@charset "UTF-8";

/* ↓PC（横幅640px超）の場合 */
html {
    /* 1rem = 1pxと定義 */
    font-size: 1px;
}

/* ↓スマホ（横幅640px以上）の場合 */


@media screen and (max-width: 640px) {
    html {
        font-size: .75px;
    }

}

body {
    font-size: 16rem;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    min-width: 375px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.rm {
    font-family: 'Rounded Mplus 1c', sans-serif;
}

.inner {
    padding: 0 24px;
    margin: 0 auto;
    position: relative;
}

.bd {
    width: 100%;
    height: 5px;
}

.bd_b {
    background: #000;
}

.bd_w {
    background: #fff;
}

.btn_entry {
    max-width: 376px;
    margin: 0 auto;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    position: relative;
    z-index: 9999;
}

.btn_entry:hover {
    opacity: .75;
}

.btn_entry img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:670px) {
    .btn_entry {
        max-width: 282px;
    }
}

/*fv
================================================*/
#fv {
    background: url(../img/bk_fv.png) left top repeat;
    padding: 30px 0 8px;
}

#fv .inner {
    max-width: calc(816px + 48px);
}

#fv h1 {
    max-width: 480px;
    background: #000;
    border-radius: 100px;
    color: #fff;
    line-height: 1.2;
    padding: .25em;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 22.5px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 auto 10px;
}

#fv h2 {
    max-width: 753px;
    margin: 0 auto 11.2px;
}

#fv h2 img {
    width: 100%;
    height: auto;
}

#fv p {
    border-radius: 27.094px;
    background: #E2E621;
    max-width: 640px;
    margin: 0 auto 20px;
    color: #000;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    padding: .5em;
}

#fv figure {
    max-width: 816px;
    margin: 0 auto;
}

#fv figure img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:670px) {
    #fv {
        padding: 24px 0 8px;
    }

    #fv h1 {
        font-size: 18px;
    }

    #fv h2 {
        margin: 0 auto 6px;
    }

    #fv h2 img {
        width: 100%;
        height: auto;
    }

    #fv p {
        font-size: 18px;
    }

    #fv figure {
        max-width: 816px;
        margin: 0 auto;
    }

    #fv figure img {
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width:400px) {
    #fv h1 {
        font-size: 16px;
    }

    #fv p {
        font-size: 16px;
    }
}

/*about
================================================*/
#about {
    background: url(../img/bk_about.png) left top repeat;
    padding: 74px 0 120px;
    width: 100%;
    overflow: hidden;
}

#about .inner {
    max-width: calc(720px + 48px);
    margin: 0 auto;
    position: relative;
}

#about .box {
    padding: 24px;
    border-radius: 64px;
    border: 5px solid #000;
    background: #FFF;
    margin: 0 auto 80px;
    position: relative;
    z-index: 500;
}

#about .box_outa::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -100px;
    width: 246.648px;
    height: 228px;
    background: url(../img/fig_about.png) center center no-repeat;
    background-size: contain;
    z-index: 10;
}

#about .box_outa::after {
    content: "";
    position: absolute;
    bottom: 150px;
    left: -100px;
    width: 246.648px;
    height: 228px;
    background: url(../img/fig_about.png) center center no-repeat;
    background-size: contain;
    z-index: 10;
}

#about .box h2 {
    width: 180px;
    margin: 0 auto 24px;
}

#about .box h2 img {
    width: 100%;
    height: auto;
}

#about .box p {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 170%;
    margin: 0 0 24px;
}

#about .box figure {
    max-width: 320px;
    margin: 0 auto 24px;
    position: relative;
}

#about .box figure .img_about01 {
    width: 100%;
    height: auto;
}

#about .box figure .badge_about {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 100%;
    height: auto;
    width: 85px;
    height: 85px;
}

#about .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#about .box ul>li {
    display: flex;
    flex-direction: column;
    margin: 0 8px 0 0;
    font-style: italic;
    font-feature-settings: 'palt' on;
    font-size: 20.167px;
    font-weight: 800;
    line-height: 120%;
}

#about .box ul>li:last-child {
    margin: 0;
}

#about .box ul>li img {
    width: 25px;
    height: 25px;
}

.img_about02 {
    max-width: 709px;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(40%);
    -webkit-transform: translateY(40%);
}

.img_about02 img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:670px) {
    #about {
        padding: 60px 0 40px;
    }

    #about .box {
        padding: 18px;
        border-radius: 32px;
        border: 3.75px solid #000;
        margin: 0 auto 60px;
    }

    #about .box_outa::before {
        top: -60px;
        right: -100px;
        width: 184.986px;
        height: 171px;
    }

    #about .box_outa::after {
        bottom: 230px;
        left: -40px;
        width: 184.986px;
        height: 171px;
    }

    #about .box h2 {
        width: 134px;
        margin: 0 auto 18px;
    }

    #about .box p {
        font-size: 13.5px;
        margin: 0 0 18px;
    }

    #about .box figure {
        max-width: 240px;
        margin: 0 auto 18px;
    }

    #about .box figure .badge_about {
        position: absolute;
        top: -12px;
        right: -12px;
        width: 63.75px;
        height: 63.75px;
    }

    #about .box ul {
        display: block;
    }

    #about .box ul>li {
        display: block;
        text-align: center;
        margin: 0 0 6px;
        font-size: 15.12px;
    }

    #about .box ul>li img {
        width: 18.75px;
        height: 18.75px;
    }

    .img_about02 {
        max-width: 253px;
        position: static;
        width: 100%;
        margin: 36px auto 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

}

/*entry
================================================*/
#entry {
    background: url(../img/bk_entry.png) left top repeat;
    padding: 110px 0 40px;
    width: 100%;
    overflow: hidden;
}

#entry .inner {
    max-width: calc(816px + 48px);
    margin: 0 auto;
    position: relative;
}

#entry h2 {
    max-width: 170px;
    margin: 0 auto 32px;
}

#entry h2 img {
    width: 100%;
    height: auto;
}

#entry ul {
    max-width: 720px;
    margin: -54px auto -14px;
}

#entry ul>li {
    padding: 54px 0;
    position: relative;
}

#entry ul>li::after {
    content: "";
    display: block;
    width: 57.973px;
    height: 71.338px;
    background: url(../img/arrow_b.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

#entry ul>li:nth-last-of-type(1)::after {
    display: none;
}

#entry ul>li::before {
    content: "";
    display: block;
    width: 246.648px;
    height: 228px;
    background: url(../img/fig_entry.png) center center no-repeat;
    background-size: contain;
    position: absolute;
}

#entry ul>li:nth-of-type(1)::before {
    right: -100px;
    top: -16px;
}

#entry ul>li:nth-of-type(2)::before {
    left: -100px;
    top: -0;
    bottom: 0;
    margin: auto;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

#entry ul>li:nth-of-type(3)::before {
    right: -100px;
    bottom: 40px;
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
}


#entry ul>li>div {
    padding: 24px;
    border-radius: 40px;
    border: 5px solid #000;
    background: #FFF;
    position: relative;
    z-index: 10;
}

#entry ul>li>div::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    left: -20px;
}

#entry ul>li:nth-of-type(1)>div::before {
    background: url(../img/num01.png) center center no-repeat;
    background-size: contain;
}

#entry ul>li:nth-of-type(2)>div::before {
    background: url(../img/num02.png) center center no-repeat;
    background-size: contain;
}

#entry ul>li:nth-of-type(3)>div::before {
    background: url(../img/num03.png) center center no-repeat;
    background-size: contain;
}


#entry ul>li>div h3 {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 25px;
    font-weight: 800;
    line-height: 120%;
    margin: 0 0 16px;
}

#entry ul>li>div .note {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    margin: 0 0 16px;
}

#entry ul>li>div div {
    max-width: 460px;
    border-radius: 16px;
    border: 3px solid #000;
    background: #FDFFC5;
    padding: 16px;
    margin: 0 auto;
}

#entry ul>li>div div h4 {
    width: 110.941px;
    height: 23px;
    border-radius: 13.952px;
    background: #231815;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    margin: 0 auto 8px;
}

#entry ul>li>div div h5 {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 20px;
    font-weight: 700;
    line-height: 170%;
    margin: 0 0 8px;
}

#entry ul>li>div div p {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

#entry ul>li>div figure {
    max-width: 320px;
    margin: 0 auto;
}

#entry ul>li>div figure img {
    width: 100%;
    height: auto;
}

#entry .inner>figure {
    width: 100%;
}

#entry .inner>figure img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:670px) {
    #entry {
        padding: 80px 0 50px;
    }

    #entry h2 {
        max-width: 134px;
        margin: 0 auto 24px;
    }

    #entry ul {
        margin: -40px auto 10px;
    }

    #entry ul>li {
        padding: 40px 0;
    }

    #entry ul>li::after {
        width: 43.48px;
        height: 53.503px;
    }

    #entry ul>li::before {
        width: 184.986px;
        height: 171px;
    }

    #entry ul>li:nth-of-type(1)::before {
        right: -100px;
        top: -32px;
    }

    #entry ul>li:nth-of-type(2)::before {
        left: -50px;
        top: auto;
        bottom: -16px;
        margin: 0;
    }

    #entry ul>li:nth-of-type(3)::before {
        right: -50px;
        bottom: 0px;
    }


    #entry ul>li>div {
        padding: 18px;
        border-radius: 30px;
        border: 3.75px solid #000;
    }

    #entry ul>li>div::before {
        width: 45px;
        height: 45px;
        top: -15px;
        left: -15px;
    }

    #entry ul>li>div h3 {
        font-size: 18.75px;
        margin: 0 0 12px;
    }

    #entry ul>li>div .note {
        font-size: 11.25px;
        margin: 0 0 12px;
    }

    #entry ul>li>div div {
        border-radius: 12px;
        border: 2.25px solid #000;
        padding: 12px;
    }

    #entry ul>li>div div h4 {
        width: 83.206px;
        height: 17.25px;
        border-radius: 10.464px;
        font-size: 11.25px;
        line-height: 17.25px;
        margin: 0 auto 6px;
    }

    #entry ul>li>div div h5 {
        font-size: 15px;
        margin: 0 0 6px;
    }

    #entry ul>li>div div p {
        font-size: 12px;
    }

    #entry ul>li>div figure {
        max-width: 240px;
    }

}


/*info
================================================*/

#info {
    background: #000;
    padding: 120px 0;
}

#info .inner {
    max-width: calc(1280px + 24px * 2);
    margin: 0 auto;
}

#info h3 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    line-height: 90%;
    margin: 0 auto 40px;
}

#caution {
    max-width: 803px;
    margin: 0 auto 100px;
}

#caution ul {
    padding-left: 1.25em;
    margin: 0 auto 32px;
}


#caution li {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    /* 34.2px */
    list-style-type: disc;

}

#caution p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    /* 34.2px */
}

#contact p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 37.5px */
    letter-spacing: 1.25px;
}

#contact p a {
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
}

#contact p a:hover {
    opacity: .75;
}

@media screen and (max-width:670px) {
    #info h3 {
        font-size: 30px;
        margin: 0 auto 32px;
    }

    #caution li,
    #caution p {
        font-size: 13.5px;
    }

    #contact p {
        font-size: 18px;
    }
}


/*footer
================================================*/
#footer {
    padding: 40px 10px;
    background: #fff;
}

#footer .inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

#footer ul {
    margin: 0 auto 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

#footer ul li {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
}

#footer li img {
    height: 50px;
    width: auto;
}

#footer div {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 16px 0;
    margin: 0 0 16px;
}

#footer div p:nth-of-type(1) {
    margin: 0 0 16px;
    font-size: 14px;
}

#footer div p:nth-of-type(2) {
    font-size: 12px;
}

#footer .inner>p {
    font-size: 12px;
}

/*bits
================================================*/
@media screen and (min-width:1000px) {}

@media screen and (max-width:670px) {
    .access_col li {
        display: flex;
        flex-direction: column;
        width: 100%;

    }

    .access_note li {
        width: 100%;
        margin: 0;
    }

    .access_col li:nth-of-type(1) {
        padding: 2em 0;
    }
}

.hide {
    visibility: hidden;
}

.pc_none {
    display: none !important;
}


.sp_none {
    display: block !important;
}

.mb2em {
    margin-bottom: 2em;
}

.mw100 {
    max-width: 100px;
}

.mw240 {
    max-width: 240px;
}

.mwauto {
    max-width: 1em !important;
}

@media screen and (max-width:670px) {
    .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }
}

/*
@media screen and (max-width:670px) {
  dl {
    display: flex;
    flex-wrap: wrap;
  }
  dt,
  dd {
    display: flex;
    flex-direction: column;
  }
}
*/