
h1,
h2,
h3,
h4 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}


.mv_container {
    display: flex;
    flex-direction: column;
    padding: 8%;
    margin: 0 auto;
    margin-bottom: 0px;
}


.mv_title {
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 4%;
}

.mv_lead {
    font-size: 13px;
    line-height: 23px;
    text-align: left;
    font-weight: 100;
}

.point_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.point_container img {
    width: 90px;
}

.point_title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.point_text {
    font-size: 11px;
    letter-spacing: 0.5px;
    font-weight: 100;
}

.highlight {
    font-weight: bold;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 1px;
}

.profile_text {
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
}


.main_text_background {
    background-color: #f6f6f6;
    padding: 8% 12% 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10%;
}

.main_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main_img_container {
    display: flex;
    justify-content: space-between;
    font-size: 0px;
}


.coordinate_container {
    flex-direction: column;
}

.coordinate_img_container {
    width: 100%;
}

.coordinate_img_slider {
}

.coordinate_img_slider .splide__pagination {
  bottom: -20px;
  justify-content: flex-start;
  padding: 0;
}
.coordinate_img_slider .splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  opacity: 1;
}
.coordinate_img_slider .splide__pagination__page.is-active {
  background: #888888;
  transform: scale(1.2);
}

.coordinate_img_slider a {
    flex: 0 0 100%;
}

.coordinate_img_slider img {
    width: 100%;
    display: block;
    scroll-snap-align: start;
}

.coordinate_img_slider_wrapper {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 0 0 9%;
}


.category_container {
    padding: 8%;
}

.category_title {
    font-size: 15px;
    font-weight: 100;
    text-decoration: underline;
}

.category_title_icon {
    border: solid 0.75px;
    padding: 1% 1.5%;
    font-size: 8px;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 8% 0% 2% 0;
    display: inline-block;
    font-family: montserrat, sans-serif;
}

.coordinate_title_icon {
    border: solid 0.75px;
    padding: 2% 3.5%;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.5px;
    margin: 2% 0% 5% 0;
    display: inline-block;
}

.coordinate_title_icon strong {
    font-weight: bold;
  }

.advice_container {
    border: solid 0.75px;
    border-radius: 14px;
    padding: 5%;
    margin-bottom: 25%;
}

.advice_title_eng {
    font-size: 10px;
    letter-spacing: 0px;
    font-weight: 100;
    margin-bottom: 6px;
    font-family: montserrat, sans-serif;
}

.advice_title {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: bold;
    margin-bottom: 6px;
}

.advice_lead {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 300;
}

.coordinate_padding {
    padding: 0% 8%;
}

.coordinate_container {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.coordinate_img_container {
    display: flex;
    justify-content: flex-start;
    font-size: 0px;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.coordinate_text_number {
    font-size: 22px;
}

.coordinate_text_container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

.coordinate_items_container {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 6% 0% 14%;
    align-items: flex-start;
}

.coordinate_items_link {
    display: flex;
    flex-direction: row;
    font-size: 9px;
    letter-spacing: 0px;
    line-height: 16px;
    text-decoration: underline;
    gap: 2%;
    width: 157px;
}


.coordinate_items_link_icon {
    padding: 0.2% 3%;
    font-size: 9px;
    display: inline-block;
    color: #fff;
    background-color: #000;
}

.recommend_container {
    display: flex;
    flex-direction: column;
    padding: 0% 8% 6%;
    margin-top: 40px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.recommend_title {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 6%;
}

.recommend_items_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    width: 31%;
}

.recommend_items_text {
    font-size: 9px;
    text-decoration: underline;
}

.recommend_items_container_2 {
    font-size: 0;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}


.button_buy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto;
    padding: 15px;
    border: none;
    border-radius: 25px;
    background-color: #000;
    font-size: 12px;
    margin-top: 20px;
    font-weight: normal;
    color: #fff;
}


.button_buy::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
}

.button-buy:hover {
    background-color: #000;
}


.archive_background {
    background-color: #f6f6f6;
    margin: 40px 0;
    padding: 10% 0%;
    text-align: center;
    align-items: center;
}

.archive_background img {
    margin-top: 4%;
    width: 80%;
}

.archive_text {
    font-size: 14px;
    font-weight: normal;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.sp-br {
    display: block;
    /* スマホで改行させる */
}


/*---------------------------------PC差異部分のみ---------------------------------*/
@media screen and (min-width: 768px) {
    .sp-br {
        display: none;
    }

    .width_pc {
        width: 600px;
        margin: 0 auto;
    }

    .mv_container {
        display: flex;
        flex-direction: column;
        padding: 5% 0 15%;
        margin: 0 auto;
    }

    .mv_title {
        margin: 0;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 1px;
        font-weight: normal;
        text-align: left;
    }

    .coordinate_padding {
        padding: 0%;
    }

    .point_title {
        font-size: 16px;
        font-weight: bold;
    }

    .highlight {
        font-weight: bold;
        font-size: 14px;
        line-height: 34px;
        letter-spacing: 1px;
    }

    .point_text {
        font-size: 13px;
        letter-spacing: 0.5px;
        font-weight: 100;
    }

    .main_text_background {
        background-color: #f6f6f6;
        padding: 8% 18% 8%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10%;
    }

    .category_container {
        padding: 5% 0;
    }

    .category_title_icon {
        border: solid 0.75px;
        padding: 0.5% 1%;
        font-size: 8px;
        font-weight: 100;
        letter-spacing: 1px;
        margin-bottom: 2%;
        display: inline-block;
    }

    .coordinate_items_container {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding: 0% 0% 8%;
    }

    .coordinate_items_link {
        display: flex;
        flex-direction: row;
        font-size: 11px;
        letter-spacing: 0px;
        line-height: 16px;
        padding: 0 0 1.5% 0px;
        align-items: center;
        gap: 4%;
    }

    .coordinate_items_link_icon {
        padding: 0.1% 2.5%;
        font-size: 9px;
        display: inline-block;
        color: #fff;
        background-color: #000;
    }


    .advice_container {
        border: solid 0.75px;
        border-radius: 14px;
        padding: 5%;
        margin-bottom: 20%;
    }

    .advice_lead {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0px;
        font-weight: 300;
    }

    .recommend_container {
        display: flex;
        flex-direction: column;
        padding: 0% 0 6%;
        margin-top: 40px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .recommend_items_container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 15px;
        width: 193px;
    }

    .recommend_items_text {
        font-size: 11px;
    }

    .button_buy {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        margin: 0 auto;
        padding: 15px;
        border: none;
        border-radius: 25px;
        background-color: #000;
        font-size: 12px;
        margin-top: 20px;
        font-weight: normal;
        color: #fff;
    }


    .archive_background {
        background-color: #f6f6f6;
        margin: 40px 0;
        padding: 6% 0%;
        text-align: center;
        align-items: center;
    }

    .archive_background img {
        margin-top: 3%;
        width: 60%;
    }


}