/* common */
body {
    -webkit-font-smoothing: auto;
}

body {
    line-height: 100%;
    font-size: 14px;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP',
    Arial, sans-serif;
    margin: 0;
}

footer {
    padding: 15px 10px;
    background-color: #d61518;
    color: white;
}

#copy-right-group {
    padding-top: 15px;
    text-align: center;
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.footer-group-1 {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid white;
}

.footer-group-1_info-1-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.footer-group-1_info-1-1_desc {
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
}

.footer-group-1_info-1 {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

#banner-text-1 {
    padding-top: 32px;
    max-width: 291px;
    margin: 0 auto;
    color: #577a9e;
    position: relative;
    font-family: Noto Serif JP;
}

#banner-text-1_1 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding-left: 10px;
}

#banner-text-1_2 {
    margin: 0;
    font-size: 29px;
    line-height: 29px;
}

#banner-text-1_3 {
    font-family: Noto Serif JP;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 3%;
}

#banner-text-1_3-pc-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#banner-text-1_3-mobile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: -12%;
}

#banner-signature {
    font-weight: 500;
    font-size: 12px;
}

nav a {
    color: white;
    text-decoration: none;
}

.navigator-pc_item {
    padding: 20px 16px;
    min-width: 125px;
    border-left: 1px solid #ad0003;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.navigator-pc_item:last-child {
    border-right: 1px solid #ad0003;
}

.navigator-pc_item-type-1 {
    padding: 8px 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigator-pc_item-type-1 > a {
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0 16px;

    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.header-pc_contact_item {
    border-right: 1px solid #e1e1e1;
}

.header-pc_contact_item:last-child {
    border: none;
}

.header-pc_contact_item {
    padding: 10px 20px;
    font-family: Inter;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.header-pc_contact_item_text-1 {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.header-pc_contact_item_text-2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #15a6d6;
}

/* hamburger btn */
.btn-humburger {
    position: relative;
    top: 22px;
    width: 45px;
    height: 45px;
    background: #ff0101;
    overflow: hidden;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    margin-right: 15px;
    float: left;
}

.btn-humburger:hover {
    cursor: pointer;
}

.btn-humburger .span-humburder {
    display: block;
    position: absolute;
    top: 20px;
    left: 7px;
    right: 7px;
    height: 3px;
    background: #fff;
}

.btn-humburger .span-humburder:before {
    top: -10px;
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.btn-humburger .span-humburder::after {
    bottom: -10px;
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.wrap-left-to-right {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 100000;
}

.wrapHumburger {
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.closeHumburger {
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 315px;
    font-size: 40px;
    line-height: 34px;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 999999999;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.nav-left-to-right {
    position: fixed;
    top: 0;
    left: 0;
    width: 310px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    right: 0;
    -webkit-transform: translate3d(-125% -125%, 0, 0);
    transform: translate3d(-125%, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 0;
    padding-bottom: 100px;
}

.wrap-humburger .list-items-handled {
    display: flex;
    flex-direction: column;
}

.wrap-humburger .list-items-handled .nav-item {
    border: unset;
    display: block;
    margin: 0;
    float: left;
}

.wrap-humburger .box-item-sp .nav-item {
    position: relative;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item:first-child a {
    border-top: 0;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item > a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 20px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.wrap-humburger .nav-left-to-right .list-items-handled .nav-item > a {
    border: 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #56686f;
    width: 100%;
    background: transparent;
    text-align: left;
}

.wrap-humburger .box-item-sp .nav-item2 {
    position: relative;
    border-left: 0;
    border-right: 0;
    float: left;
}

ul.list-items-handled {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.list-items-handled li {
    margin-top: 2px;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item2 > span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 20px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item2 > span {
    border: 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #56686f;
    width: 100%;
    background: transparent;
    text-align: left;
}

.wrap-humburger
.box-item-sp
.list-items-handled
.nav-item2.arrowed
> span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    left: unset;
    transform: scaleY(1.5);
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item2 > span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.wrap-humburger .box-item-sp .list-items-handled .sub-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #56686f;
    margin-top: 2px;
    float: left;
    list-style: none;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form .pure-form {
    padding: 10px 15px;
    box-sizing: border-box;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form .field {
    width: 185px;
    padding: 7px;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form .pure-button {
    width: 60px;
    height: 35px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #373737;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nav_new {
    position: relative;
}

.hover_item_nav {
    display: block;
    position: relative;
}

.hover_item_nav::before {
    display: none;
    content: '';
    width: 0;
    border-left: 5px solid transparent;
    border-bottom: 7px solid #000;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 28px;
}

.hover-bottom:hover .hover_item_nav::before {
    display: block;
}

.wrap_nav_1 {
    display: none;
}

.hover-bottom:hover .wrap_nav_1 {
    position: absolute;
    width: 100%;
    left: 0;
    background: #000;
    display: block;
    z-index: 9999;
    opacity: 0.9;
    top: 54px;
}

.wrap_nav_1 .container_s1 {
    padding: 0 15px 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    box-sizing: content-box;
}

.list_li_nav {
    width: 25%;
    flex: 0 0 25%;
}

.item_li_nav {
    padding: 20px 20px 0 0;
}

.item_li_nav a {
    width: auto !important;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px 10px 10px 25px;
    height: unset;
    line-height: 20px;
    position: relative;
    transition: 0.5s ease;
    white-space: nowrap;
    font-size: 14px;
    display: block;
    color: #fff;
}

.item_li_nav a:visited {
    text-decoration: none;
}

.item_li_nav a::after {
    content: '';
    width: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-button {
    /* removes all browser styles */
    all: unset;
    cursor: pointer;
}

.remove-default {
    all: unset;
}

#up-t-banner {
    aspect-ratio: 0.791;
    background-image: url('../assets/img/mobile_banner.png');
}

.title-1 {
    font-size: 20px;
    font-weight: 700;
    color: #f3c332;
    text-align: center;
    line-height: 100%;
}

.button-1 {
    text-align: center;
    position: relative;
    max-width: 340px;
    width: 100%;
    background-color: #c2172d;
    padding: 14px 0;
    border-radius: 55px;
    color: white;
    font-weight: 700;
    line-height: 33px;
    font-size: 22px;
    font-family: 'Hiragino Sans';
}

.button-1_icon {
    position: absolute;
    right: 20px;
    top: 36%;
}

/* component */

/* info1 */

.info-1_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.info-1_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.info-1_item > img {
    width: 150px;
    height: 150px;
}

.info-1_item_desc {
    font-size: 14px;
    color: #575757;
    font-weight: 500;
    text-align: center;
}

/* info2 */

.info-2-content {
    padding: 20px;
    background-color: #fff9df;
    text-align: center;
}

.info-2-content_title {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #363636;
    margin-bottom: 20px;
}

.info-2-content_info_desc {
    text-align: start;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #575757;
    max-width: 426px;
}

/* info3 */

#info-3 {
    padding: 0 16px;
    margin-top: 120px;
}

.info-3-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.info-3-wrapper_item {
    background-color: #f7f7f7;
    padding: 30px 20px;
    width: 100%;
    border-radius: 10px;
    max-width: 345px;
}

.info-3-wrapper_item img {
    height: 120px;
    width: auto;
}

@media (max-width: 768px) {
    .info-3-wrapper_item img {
        height: 130px;
        width: auto;
    }
}

.info-3-wrapper_item_header {
    padding: 0 10px;
    position: relative;
}

.info-3-wrapper_item_header_line {
    border-top: 1px solid #577a9e;
    margin: 18px 0;
}

.info-3-wrapper_item_header_title {
    position: absolute;
    left: 0;
    width: 100%;
    top: -8px;
    display: flex;
    justify-content: center;
}

.info-3-wrapper_item_header_title_text {
    background-color: #f7f7f7;
    width: fit-content;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
    color: #577a9e;
}

.info-3-wrapper_item_title {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #577a9e;
    margin-bottom: 20px;
}

.info-3-wrapper_item_desc {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #575757;
    letter-spacing: 5%;
    line-height: 130%;
}

/* info4 */

.info-4-content {
    border: 1px solid #e0e0e0;
    padding: 20px 10px;
    border-radius: 10px;
}

.info-4-content_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-4-content_title_item:first-child {
    flex: 2;
}

.info-4-content_title_item:nth-child(2) {
    flex: 4;
    text-align: center;
}

.info-4-content_title_item:nth-child(3) {
    flex: 5;
    display: flex;
    justify-content: center;
}

#up-supplement-icon {
    max-width: 121px;
    width: 100%;
}

.info-4_table {
}

.info-4_table_item {
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    color: #363636;
}

.info-4_table_item_cell:first-child {
    flex: 2;
    font-weight: 700;
    padding-left: 10px;
    text-align: start;
}

.info-4_table_item_cell:nth-child(2) {
    flex: 4;
    font-weight: 500;
}

.info-4_table_item_cell:nth-child(3) {
    flex: 5;
    font-weight: 700;
    background-color: #fff6ec;
}

.info-4_table_item:last-child {
    border: none;
}

.info-4_table_item_cell {
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
}

/* info5 */

@media (max-width: 768px) {
    #info-5-slider .slider-wrapper {
        flex-direction: column;
        transform: none !important;
    }

    #info-5-slider .dots {
        display: none;
    }
}

.info-5-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.info-5-wrapper_item {
    flex: 1;
    padding: 30px 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
}

.info-5-wrapper_item_title-1 {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #ee2274;
    display: flex;

    justify-content: center;
    align-items: center;
}

.info-5-wrapper_item_title-2 {
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #363636;
}

.info-5-wrapper_item_img-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.info-5-wrapper_item_info-item {
    border-bottom: 1px solid #ffdbdb;
    padding: 10px 0;
    color: #363636;
    font-size: 14px;
    /*  */
    display: grid;
    grid-template-columns: 1fr;
}

.info-5-wrapper_item:nth-child(2) .info-5-wrapper_item_info-item {
    border-bottom: 1px solid #b7e1f8;
}

.info-5-wrapper_item:nth-child(2) .info-5-wrapper_item_info-item:last-child {
    border: none;
}

.info-5-wrapper_item:nth-child(3) .info-5-wrapper_item_info-item {
    border-bottom: 1px solid #b3e3b7;
}

.info-5-wrapper_item:nth-child(3) .info-5-wrapper_item_info-item:last-child {
    border: none;
}

@media (min-width: 768px) {
    .info-5-wrapper_item .info-5-wrapper_item_info-item {
        border: none;
    }

    .info-5-wrapper_item:nth-child(2) .info-5-wrapper_item_info-item {
        border: none;
    }

    .info-5-wrapper_item:nth-child(3) .info-5-wrapper_item_info-item {
        border: none;
    }
}

.info-5-wrapper_item_info-item:last-child {
    border: none;
    padding-bottom: 0;
}

.info-5-wrapper_item_info-item_title {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 5px;
}

.info-5-wrapper_item_info-item_title-1 {
    font-weight: 700;
}

.info-5-wrapper_item_info-item_desc {
    font-weight: 500;
    line-height: 150%;
}

/* info6 */

.info-6-wrapper_item_img-wrapper {
}

.info-6-wrapper_item_banner {
    width: 100%;
}

.info-6_info {
    padding: 10px 15px 25px;
    text-align: center;
    color: #575757;
    line-height: 100%;
    letter-spacing: 0%;
}

.info-6_info-title {
    font-family: Noto Serif JP;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 130%;
    letter-spacing: 0%;
}

.info-6_info-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
}

#info-6-pc {
    aspect-ratio: 3.415;
    background-image: url('../assets/img/info-6-banner_pc.png');
}

/* info7 */

.info-7-content {
    background-color: #f7f7f7;
    padding: 30px 20px;
    color: #577a9e;
    margin: 20px 0;
}

.info-7-content_title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 1100px) {
    .info-7-content_title {
        font-size: 18px;
    }
}

.info-7-item {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.info-7-item img {
    height: auto;
    width: 85px;
}

.info-7-item.type-1 {
    background-color: white;
}

.info-7-item.type-2 {
    background-color: #e5ecf0;
    color: #000000;
}

.info-7-item_title {
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-top: 0;
    color: #000000;
}

.info-7-item_type-1_table {
    padding-inline-start: 0px !important;
}

.info-7-item_desc-item {
    padding-left: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    height: fit-content;
    color: #363636;
}

.info-7-item.type-2 .info-7-item_desc-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.info-7-item.type-2 .info-7-item_desc-item img {
    width: 18px;
    height: 18px;
}

/* info8 */

.info-8-wrapper_item_img-wrapper {
}

.info-8-wrapper_item_banner {
    width: 100%;
}

.info-8_info {
}

.info-8_info_title {
    height: fit-content;
    font-family: Noto Serif JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #f284ac;
    margin: 20px 0;
}

.info-8_info_desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}

.info-8_info_desc_item {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #575757;
}

.info-8_info_desc_item_info {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

/* info9 */

.info-9_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 15px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.info-9_content_item {
    padding: 30px 20px;
    background-color: #fffdec;
    flex: 1 1 300px;
    max-width: 353px;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.info-9_content_item > h3 {
    margin: 0;
    color: #363636;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
}

@media (min-width: 768px) {
    .info-9_content_item > h3 {
        font-size: 24px;
    }
}

.info-9_content_img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.info-9_content_img-wrapper > img {
    width: 195px;
    height: 175px;
}

.info-9_content_item:nth-child(2) .info-9_content_img-wrapper > img {
    width: 189px;
    height: 180px;
}

.info-9_content_item:nth-child(3) .info-9_content_img-wrapper > img {
    width: 205px;
    height: 149px;
}

.info-9_content_desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 3%;
    margin: 20px 0;
}

@media (min-width: 450px) {
    #up-t-banner {
        aspect-ratio: 1;
    }
}

@media (min-width: 600px) {
    #up-t-banner {
        aspect-ratio: 1.4;
    }
}

@media (min-width: 800px) {
    #up-t-banner {
        aspect-ratio: 1.6;
    }
}

@media (min-width: 1000px) {
    #up-t-banner {
        aspect-ratio: 1.7;
    }
}

/* Tablet and up */
@media (min-width: 768px) {
    .hidden-on-md-upper {
        display: none !important;
    }

    body {
        font-size: 16px;
    }

    .info-6-pc {
    }
}

@media (max-width: 768px) {
    .hidden-on-md {
        display: none !important;
    }

    #copy-right-group p {
        margin: 0;
    }

    /* #info-5-slider .slider-wrapper{
          background-color: red;
          flex-wrap: wrap;
          justify-content: center;
      } */
}

@media (max-width: 1100px) {
    .hide-on-mobile {
        display: none;
    }

    #header-pc {
        display: none !important;
    }

    #navigator-pc {
        display: none !important;
    }

    #banner-text-1_3-pc-wrapper {
        display: none;
    }
}

@media (min-width: 1100px) {
    .footer-logo {
        margin-right: 10px;
        max-width: 126px;
    }

    .footer-group-1_info-1 {
        justify-content: flex-start;
    }

    .hide-on-pc {
        display: none;
    }

    #head-mobile {
        display: none !important;
    }
    #small-banner {
        display: none !important;
    }

    #up-t-banner {
        aspect-ratio: 3.3;
        background-image: url('../assets/img/desktop_banner.png') !important;
        margin-bottom: 50px !important;
    }

    .info-3-wrapper_item {
        max-width: 260px;
    }

    #banner-text-1 {
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        max-width: 1100px;
        height: 100%;
        box-sizing: border-box;
    }

    #banner-text-1_1 {
        text-align: left !important;
        font-weight: 600;
        font-size: 32px !important;
        padding-left: 0 !important;
        line-height: 32px !important;
    }

    #banner-text-1_2 {
        justify-content: flex-start !important;
        font-weight: 600;
        font-size: 40px !important;
        line-height: 40px !important;
        margin-bottom: 20px;
    }

    #banner-text-1_2_1 {
        font-weight: 600 !important;
        font-size: 32px !important;
    }

    .banner-signature-mobile {
        display: none;
    }

    #banner-text-1_3-mobile-wrapper {
        display: none !important;
    }

    .title-1 {
        font-size: 40px;
        margin: 20px 0;
        line-height: 60px;
    }

    .arrow-down-1 {
        width: 175px;
    }

    /* components */

    /* info1 */

    .info-1_wrapper {
        gap: 30px;
    }

    .info-1_item > img {
        width: 200px;
        height: 200px;
    }

    .info-1_item_desc {
        font-size: 16px;
    }

    /* info2 */

    .info-2-content {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        max-width: 1100px;
        margin: 0 auto;
    }

    .info-2-content_title {
        font-size: 28px;
    }

    .info-2-content_info img {
        width: 125px !important;
    }

    .info-2-content_info_desc {
        font-size: 16px;
        line-height: 18px;
    }

    /* info3 */
    #info-3 {
        margin-top: 100px !important;
    }

    .info-3-wrapper_item {
        box-sizing: border-box;
        max-width: 260px;
    }

    .info-3-wrapper_item img {
        max-width: 100%;
    }

    .info-4-content {
        max-width: 672px;
        margin: 0 auto;
    }

    .info-4-content_title {
        justify-content: center;
    }

    #up-supplement-icon {
        max-width: 187px;
    }

    /* info5 */

    .info-5-wrapper_item_title-wrapper {
        display: flex;
    }

    .info-5-wrapper_item_title-group {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .info-5-wrapper_item_title-1 div {
        line-height: 130%;
        font-size: 24px;
    }

    .info-5-wrapper_item_info-item_title {
        text-align: end;
    }

    .info-5-wrapper_item_title-1 {
        flex-direction: column;
    }

    .info-5-wrapper_item_title-2 {
        font-size: 18px;
    }

    .info-5-wrapper_item_info-item {
        font-size: 16px;
        grid-template-columns: 120px 1fr;
        column-gap: 20px;
    }

    #special-1 {
        max-width: 304px;
    }

    #special-3 {
        display: flex !important;
        align-items: center;
    }

    /* info8 */
    .info-8_info {
        background-size: cover;
        background-position: center center;
        aspect-ratio: 3.415;
        background-image: url('../assets/img/info-8-banner_pc.png');
    }

    .info-8_info_desc {
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px;
        height: 100%;
        justify-content: center;
        gap: 16px;
    }

    .info-8_info_desc > .info-8_info_title {
        font-family: Noto Serif JP;
        font-weight: 700;
        font-size: 40px;
        text-align: start;
    }

    .info-8_info_desc_item_info {
        font-size: 20px;
    }

    #copy-right-group {
    }

    #special-4 {
        margin-top: 35px;
    }
}

/* ===== FOOTER NAV ===== */
.footer-nav-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat_1_ft, .cat_3_ft {
    font-weight: bold;
    cursor: pointer;
    margin: 10px 0;
    color: #fff;
    position: relative;
}

.cat_1_ft::after,
.cat_3_ft::after {
    position: absolute;
    right: 0;
    transition: transform .3s;
}

.cat_1_ft.active::after,
.cat_3_ft.active::after {
    transform: rotate(90deg);
}

.cat_2_ft {
    display: none;
    margin: 0 0 10px 15px;
    padding: 0;
}

.cat_2_ft li {
    list-style: none;
    margin: 5px 0;
}

.cat_2_ft li a {
    color: #fff;
    font-size: 14px;
}

/* level 3 items */
.cat_3_ft + .cat_2_ft {
    margin-left: 20px;
}
.cat_3_ft a {
    color: #fff;
    text-decoration: none;
}

.cat_3_ft a:hover {
    text-decoration: underline;
}
.cat_3_ft a:hover {
    text-decoration: none;
}

.cat_1_ft {
    position: relative;
    padding-left: 18px;
    color: #fff;
}


.cat_1_ft::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
}

.cat_1_ft.open::before {
    content: "▼";
}
.cat_3_ft a {
    color: #fff;
    text-decoration: none;
}

.cat_3_ft a:hover {
    text-decoration: underline;
}

.wrap-humburger .box-item-sp .nav-item2 {
    position: relative;
    border-left: 0;
    border-right: 0;
}

.wrap-humburger .list-items-handled .nav-item {
    border: unset;
    display: block;
    margin: 0;
}

.wrap-humburger .nav-left-to-right .list-items-handled .nav-item > a,
.wrap-humburger .box-item-sp .list-items-handled .nav-item2 > span{
    border: 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    background: transparent;
    text-align: left;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item > a,
.wrap-humburger .box-item-sp .list-items-handled .nav-item2 > a,
.wrap-humburger .box-item-sp .list-items-handled .nav-item > span,
.wrap-humburger .box-item-sp .list-items-handled .nav-item2 > span,
.wrap-humburger .box-item-sp .list-items-handled .sub-nav-item > span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item:first-child a {
    border-top: 0;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item.arrowed > a:after,
.wrap-humburger .box-item-sp .list-items-handled .nav-item.arrowed > span:after,
.wrap-humburger .box-item-sp .list-items-handled .nav-item2.arrowed > a:after,
.wrap-humburger .box-item-sp .list-items-handled .nav-item2.arrowed > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    left: unset;
    transform: scaleY(1.5);
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.wrap-humburger .box-item-sp .list-items-handled .sub-nav .sub-nav-item {
    display: block;
    width: 100%;
    padding: 0 !important;
    transition: all 0.5s ease;
    border-left: 0;
    border-right: 0;
}
.list-items-handled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-items-handled .nav-item {
    border: unset;
    display: block;
}

.list-items-handled .nav-item + .nav-item {
    margin-top: 5px;
}

.list-items-handled .nav-item > a,
.list-items-handled .nav-item > span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    padding: 9px 12px 9px 22px;
    color: #1587d6;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}

.list-items-handled .nav-item.arrowed > a:after,
.list-items-handled .nav-item.arrowed > span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%) rotate(0.01deg);
    border: 5px solid transparent;
    border-left: 6px solid #1587d6;
    border-right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.list-items-handled .nav-item.arrowed.selected > a,
.list-items-handled .nav-item.arrowed.selected > span {
    color: #393939;
}

.list-items-handled .nav-item.arrowed.selected > a:after,
.list-items-handled .nav-item.arrowed.selected > span:after {
    transform: translate(0, -50%) rotate(90deg);
}

.list-items-handled .sub-nav,
.list-items-handled .sub-nav-second_level {
    margin: 10px 0;
    padding: 0 0 0 6px;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.list-items-handled .sub-nav .sub-nav-item {
    border: unset;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 2px 3px;
}

.list-items-handled .sub-nav .sub-nav-item > a,
.list-items-handled .sub-nav .sub-nav-item > span {
    position: relative;
    display: block;
    border: none;
    background: #fff;
    font-size: 10px;
    line-height: 16px;
    color: #1587d6;
    padding: 2px 4px 2px 14px;
    box-sizing: border-box;
    text-decoration: underline;
}

.list-items-handled .sub-nav .sub-nav-item.next-level > a,
.list-items-handled .sub-nav .sub-nav-item.next-level > span {
    text-decoration: none;
}

.list-items-handled .sub-nav .sub-nav-item > a:after,
.list-items-handled .sub-nav .sub-nav-item > span:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    transform: translate(0, 0) rotate(0.01deg);
    border: 4px solid transparent;
    border-left: 4px solid #d61518;
    border-right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.list-items-handled .nav-item.selected > a:after,
.list-items-handled .nav-item.selected > span:after {
    transform: rotate(90deg);
}

.box-item-sp .list-items-handled .nav-item > a,
.box-item-sp .list-items-handled .nav-item2 > a,
.box-item-sp .list-items-handled .nav-item > span,
.box-item-sp .list-items-handled .nav-item2 > span,
.box-item-sp .list-items-handled .sub-nav-item > span,
.box-item-sp .sub-nav-second_level .sub-nav-item > a {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
}

.box-item-sp .list-items-handled .nav-item + .nav-item {
    margin: 0;
}

.box-item-sp .list-items-handled .nav-item > a,
.box-item-sp .list-items-handled .nav-item2 > a,
.box-item-sp .list-items-handled .nav-item > span,
.box-item-sp .list-items-handled .nav-item2 > span,
.box-item-sp .list-items-handled .sub-nav-item > span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 12px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.box-item-sp .list-items-handled .nav-item > span,
.box-item-sp .list-items-handled .nav-item2 > span {
    cursor: pointer;
}

.box-item-sp .list-items-handled .nav-item.arrowed > a:after,
.box-item-sp .list-items-handled .nav-item.arrowed > span:after,
.box-item-sp .list-items-handled .nav-item2.arrowed > a:after,
.box-item-sp .list-items-handled .nav-item2.arrowed > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    left: unset;
    transform: scaleY(1.5);
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.box-item-sp .list-items-handled .sub-nav,
.box-item-sp .list-items-handled .sub-nav-second_level {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item {
    border: unset;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level > a,
.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level > span {
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
    height: 35px;
    line-height: 26px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item {
    display: block;
    width: 100%;
    padding: 0 !important;
    transition: all 0.5s ease;
}

.box-item-sp .list-items-handled .sub-nav-item,
.box-item-sp .list-items-handled .sub-nav-item a {
    background: #003245ad;
}

.box-item-sp .nav-item,
.box-item-sp .nav-item2 {
    position: relative;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a:after {
    content: unset;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a {
    background: #003245ad;
}
.padding-left-30 {
    padding-left: 30px !important;
}