@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    color: rgb(68, 68, 68);
    text-align: justify;
    font-size: 15px;
    letter-spacing: 0.08em;
}

h1,
h2,
h3,
h4,
h5 {
    font-feature-settings: "palt";
}

h1 {}

h2 {
    font-size: 8.8vw;
}

h3 {
    font-size: 7.2vw;
}

h4 {
    font-size: 5.6vw;
}

h5 {}

p {
    line-height: 200%;
}

*>p:not(:last-of-type) {
    /* margin-bottom: 1em; */
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li {
    line-height: 136%;
}

em,
i {
    font-style: normal;
}

figure,
picture {
    display: block;
}

figure>img,
picture>img {
    width: 100%;
}

.sp {
    display: block;
}

.tb,
.pc {
    display: none;
}

.abr {
    display: inline-block;
}

.bbr {
    display: block;
}

.serif {
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
}

.font-en01 {
    font-family: 'Jost', "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.font-en02 {
    font-family: 'Crimson Text', YuMincho, "Hiragino Mincho ProN", serif;
}

.font-jp01 {
    font-family: 'Zen Maru Gothic', sans-serif;
}

.bg02 {}

.noto-serif {
    font-family: "Noto Serif", serif;
}


/*  */

.u__pc-only {
    display: none;
}

.header-logo {
    position: relative;
    width: 100%;
}

.header-logo img {
    width: 100%;
    height: 100%;
}

.mv {
    width: 100%;
    position: relative;
}

.lp-mv-btn {
    display: block;
    width: 90%;
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translate(-50%, 0);
}

.lp-hdr {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
}

.sc {
    padding: 68px 0;
}

.sc_in {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0px 24px;
}


/*  */

.sc-01 {
    background: linear-gradient(270deg, #F8F9FB 50%, #FFF 98.75%);
}

.sc-01_ttl, .sc-ttl {
    color: #333;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.24px;
    margin-bottom: 64px;
}

.sc-01__block-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    max-width: 400px;
    margin: 0 auto;
}

.sc-01__block-list-item {
    width: 95%;
    border-radius: 12px;
    border: 1px solid #6FB5D3;
    background: #FFF;
    color: #6FB5D3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    padding: 16px 0px;
}

.sc-01__block-list-item-type2 {
    align-self: flex-end;
}
.mv-gold-medal {
    position: absolute;
    right: 20%;
    top: 7%;
    z-index: 1;
}

.medal01, .medal02, .medal03 {
    width: 96px;
    height: 96px;
}

/*  */

.mv-price-list-item-main {
    background: rgba(255, 255, 255, 0.8);
}

.mv-price-list-item-ttl {
    color: #333;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.mv-price-list-item-main {
    display: flex;
    gap: 24px;
    padding: 0px 16px;
    height: 128px;
}

.mv-price-list-item {}

.mv-price-list {
    position: absolute;
    top: 37%;
    left: 24px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mv-price-list-item-main-l {
    writing-mode: vertical-rl;
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    /* 27.6px */
    text-align: center;
}

.mv-price-list-item-main-r {
    display: flex;
    gap: 14px;
}

.mv-mth {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.28px;
    text-decoration: underline;
    text-decoration-color: #CCCCCC;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    padding-top: 22px;
}

.mv-price {
    color: #333;
    font-family: "Century Gothic";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mv-yen {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.92px;
}

.mv-text p {
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
}

@media screen and (min-width: 414px)  and (max-width: 767px) {
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    .u__sp-only {
        display: none;
    }
    .u__sp-tb-only {
        display: block;
    }
    .u__tb-only {
        display: block;
    }
    .u__tb-pc-only {
        display: block;
    }
    /*  */
    .mv {
        background: linear-gradient(193deg, #EAF1F3 3.1%, #E3EAEC 76.58%);
    }
    .lp-hdr {
        top: 32px;
        left: 40px;
    }
    .lp-mv-btn {
        bottom: 72px;
    }
    .mv-price-list-item-main {
        gap: 36px;
        padding: 8px 24px;
        height: 150px;
    }
    .mv-price-list-item-main-l {
        font-size: 32px;
    }
    .mv-mth {
        font-size: 20px;
    }
    .mv-price {
        font-size: 50px;
    }
    .mv-price-list {
        position: absolute;
        top: 37%;
        left: 24px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .mv-text p {
        font-size: 16px;
    }
    /*  */
    .sc-01 {
        background-image: url(../img/sc-02-bg-pc.png);
        background-position: 35%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sc-01__block-list {
        margin: auto;
    }
    .sc-01__block {
        max-width: 400px;
        margin-left: auto;
    }
    .sc-01_ttl {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px) {
    .u__sp-only {
        display: none;
    }
    .u__sp-tb-only {
        display: block;
    }
    .u__tb-only {
        display: block;
    }
    .u__tb-pc-only {
        display: block;
    }
    /*  */
    .mv {
        background: linear-gradient(193deg, #EAF1F3 3.1%, #E3EAEC 76.58%);
    }
    .lp-hdr {
        top: 32px;
        left: 40px;
    }
    .lp-mv-btn {
        bottom: 72px;
    }
    .mv-price-list-item-main {
        gap: 36px;
        padding: 8px 24px;
        height: 168px;
    }
    .mv-price-list-item-main-l {
        font-size: 32px;
    }
    .mv-mth {
        font-size: 20px;
    }
    .mv-price {
        font-size: 64px;
    }
    .mv-price-list {
        gap: 16px;
        left: auto;
        right: 50%;
    }
    .mv-text p {
        font-size: 16px;
    }
    /*  */
    .sc-01 {
        background-image: url(../img/sc-02-bg-pc.png);
        background-position: 35%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sc-01__block-list {
        margin: auto;
    }
    .sc-01__block {
        max-width: 400px;
        margin-left: auto;
    }
    .sc-01_ttl {
        margin-bottom: 40px;
    }
    /*  */
}

@media screen and (min-width: 1023px) {
    .sc-01 {
        background-image: url(../img/sc-02-bg-pc.png);
    }
    .sc-01__block-list {
        flex-direction: row;
        max-width: 850px;
        justify-content: flex-end;
        align-items: center;
        gap: 0;
        height: 320px;
        margin: unset;
        margin-left: auto;
    }
    .sc-01__block {
        max-width: unset;
    }
    .sc-01__block-list-item {
        width: 140px;
        height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100000px;
        /* padding: 16px; */
    }
    .sc-01__block-list-item:not(:first-of-type) {
        margin-left: -30px;
    }
    .sc-01__block-list-item-type2 {
        align-self: unset;
        margin-top: 112px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mv-gold-medal {
        position: absolute;
        top: 20%;
        left: 50px;
        z-index: 1;
    }
    .medal01, .medal02, .medal03 {
        width: 168px;
        height: 168px;
    }
    .medal01 {
        position: absolute;
        top: 20%;
        left: 0px;
    }
    .medal02 {
        position: absolute;
        top: -100px;
        left: 140px;
    }
    .medal03 {
        position: absolute;
        top: 20%;
        left: 280px;
    }
    .mv-price-list-item-main {
        gap: 36px;
        padding: 8px 15px;
        height: 168px;
    }
    .mv-price-list-item-main-l {
        font-size: 32px;
    }
    .mv-mth {
        font-size: 20px;
    }
    .mv-price {
        font-size: 52px;
    }
    .mv-price-list {
        gap: 0;
        left: 50%;
        top: 49%;
        right: unset;
        width: calc(100% - 88px);
        flex-direction: row;
        flex-wrap: wrap;
        transform: translate(-50%, 0);
        justify-content: space-between;
        align-items: stretch;
    }
    .mv-price-list-item {
        width: 48.5%;
        margin-top: 24px;
    }
    .mv-price-list-item:first-child {
        margin-right: 40%;
    }
    .mv-text p {
        color: #333;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .mv-gold-medal {
        position: absolute;
        top: 20%;
        left: 50px;
        z-index: 1;
    }
    .medal01, .medal02, .medal03 {
        width: 200px;
        height: 200px;
    }
    .medal01 {
        position: absolute;
        top: 20%;
        left: 0px;
    }
    .medal02 {
        position: absolute;
        top: -110px;
        left: 175px;
    }
    .medal03 {
        position: absolute;
        top: 20%;
        left: 350px;
    }
    .mv-price {
        font-size: 62px;
    }
    .mv-price-list {
        gap: 0;
        left: 50%;
        top: 49%;
        right: unset;
        width: calc(100% - 88px);
        flex-direction: row;
        flex-wrap: wrap;
        transform: translate(-50%, 0);
        justify-content: space-between;
        align-items: stretch;
    }
    .mv-price-list-item-main {
        gap: 36px;
        padding: 8px 55px;
        height: 168px;
    }
    .mv-price-list-item {
        width: 48.5%;
        margin-top: 24px;
    }
    .mv-price-list-item:first-child {
        margin-right: 40%;
    }
}

@media screen and (min-width: 1280px) {
    body {
        font-size: 16px;
    }
    .u__sp-tb-only {
        display: none;
    }
    .u__tb-only {
        display: none;
    }
    .u__tb-pc-only {
        display: block;
    }
    .u__pc-only {
        display: block;
    }
    .lp-mv-btn {
        width: 830px;
        bottom: -64px;
    }
    .lp-hdr {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0;
        left: 0;
        padding: 32px 24px;
    }
    .header-logo {
        max-width: 736px;
    }
    .header-tel {
        font-size: 2.3vw;
        display: flex;
        align-items: center;
    }
    .header-tel img {
        height: 2.1vw;
        margin-right: 0.3vw;
    }
    .mv-gold-medal {
        position: absolute;
        top: 18%;
        left: 210px;
        z-index: 1;
    }
    
    .medal01,
    .medal02,
    .medal03 {
        width: 140px;
        height: 140px;
    }
    .mv-price-list {
        flex-direction: row;
        right: 34%;
        top: 58%;;
    }
    .mv-price-list-item-main-r {
        gap: 8px;
    }
    .mv-mth {
        padding-top: 30px;
    }
    .sc-01__block-list-item {
        width: 180px;
        height: 180px;
    }
    .mv-price-list-item-main {
        padding: 10px 10px;
        height: auto;
    }
    .mv-price {
        font-size: 50px;
    }
    .mv-price-total {
        margin-left: -3em;
        margin-top: 1em;
    }
    .sc-01__block-list-item-type2 {
        margin-top: 160px;
    }
    .sc-01__block-list-item:not(:first-of-type) {
        margin-left: -40px;
    }
    .sc-01__block-list {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1366px) {
    body {
        font-size: 16px;
    }
    .u__sp-tb-only {
        display: none;
    }
    .u__tb-only {
        display: none;
    }
    .u__tb-pc-only {
        display: block;
    }
    .u__pc-only {
        display: block;
    }
    .lp-mv-btn {
        width: 830px;
        bottom: -64px;
    }
    .lp-hdr {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0;
        left: 0;
        padding: 32px 24px;
    }
    .header-logo {
        max-width: 736px;
    }
    .header-tel {
        font-size: 2.3vw;
        display: flex;
        align-items: center;
    }
    .header-tel img {
        height: 2.1vw;
        margin-right: 0.3vw;
    }
    .mv-gold-medal {
        position: absolute;
        top: 15%;
        left: 250px;
        z-index: 1;
    }
    
    .medal01,
    .medal02,
    .medal03 {
        width: 200px;
        height: 200px;
    }
    .mv-price-list {
        flex-direction: row;
        right: 37%;
        top: 60%;;
    }
    .mv-price-list-item-main-r {
        gap: 8px;
    }
    .mv-mth {
        padding-top: 30px;
    }
    .sc-01__block-list-item {
        width: 180px;
        height: 180px;
    }
    .mv-price-list-item-main {
        padding: 24px 16px;
        height: auto;
    }
    .mv-price {
        font-size: 60px;
    }
    .mv-price-total {
        margin-left: -3em;
        margin-top: 1em;
    }
    .sc-01__block-list-item-type2 {
        margin-top: 160px;
    }
    .sc-01__block-list-item:not(:first-of-type) {
        margin-left: -40px;
    }
    .sc-01__block-list {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1536px) {}

@media screen and (min-width: 1920px) {}