/* mv */
.mv {
    background: url(../images/mv.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 586px;
    position: relative;
    width: 100%;
}
.mv-inner {
    height: 100%;
    margin: 0 auto;
    padding: 4vw 0 0;
    width: 92%;
    max-width: var(--sub-column);
}
.mv-text div {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.1em;
}
.mv-symbol {
    position: absolute;
    left: 0;
    bottom: -6vw;
    width: 55vw;
    max-width: 850px;
}
@media screen and (max-width: 968px) {
    .mv-inner {
        padding: 10vw 0 0;
    }
    .mv-text div {
        font-size: 38px;
        line-height: 60px;
    }
    .mv-symbol {
        bottom: -8vw;
        width: 75vw;
        max-width: none;
    }
}
@media screen and (max-width: 568px) {
    .mv {
        height: 340px;
    }
    .mv-inner {
        max-width: var(--sub-column3);
    }
    .mv-text div {
        font-size: 26px;
        line-height: 42px;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .scroll-wrapper {
        overflow-x: auto;
    }
}

/* campaign */
.campaign {
    background: rgb(231 116 97 / 15%);
    padding: 100px 0;
}
.campaign-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column2);
}
.campaign-head {
    margin: 0 auto 40px;
}
.campaign-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}
.campaign-card {
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 0 0 rgb(0 0 0 / 6%));
    overflow: hidden;
    width: calc((100% / 3) - 15px);
}
.campaign-card__image {
    line-height: 0;
}
.campaign-card__text {
    padding: 18px 27px 22px;
}
.campaign-card__text h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
}
.campaign .scroll-hint-icon-wrap {
    top: -55px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .campaign {
        padding: 57px 0 60px;
    }
    .campaign-inner {
        width: 100%;
        max-width: 100%;
    }
    .campaign-head {
        margin: 0 0 30px;
    }
    .campaign-cards {
        gap: 12px;
        padding: 0 10px;
        width: max-content;
    }
    .campaign-card {
        width: 268px;
    }
    .campaign-card__text {
        padding: 13px 18px 17px;
    }
}

/* pickup */
.pickup {
    background: rgb(92 164 161 / 20%);
    padding: 100px 0;
}
.pickup-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column2);
}
.pickup-head {
    margin: 0 0 40px;
}
.pickup-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}
.pickup-card {
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 0 0 rgb(0 0 0 / 6%));
    overflow: hidden;
    width: calc((100% / 5) - 10px);
}
.pickup-card__text {
    padding: 20px 20px 24px;
}
.pickup-card__maker {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 6px;
}
.pickup-card__name {
    color: #5CA4A1;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    height: 72px;
    margin: 0 0 15px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.pickup-card__list {
    display: flex;
    flex-direction: column;
}
.pickup-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.pickup-list__item dt {
    width: 30px;
}
.pickup-list__item dd {
    text-align: right;
    width: calc(100% - 30px);
}
.pickup-list__item dt p {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}
.pickup-list__item dd p .value {
    font-family: var(--ft-poppin);
    font-size: 21px;
    font-weight: 600;
}
.pickup-list__item dd p.red .value {
    color: var(--main-theme-color);
}
.pickup-list__item dd p.small .value {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.pickup-list__item dd p .yen {
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
}
.pickup-list__item dd p .symbol {
    font-size: 15px;
    font-weight: 500;
}
.pickup .pagebtn {
    margin-top: 60px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .pickup {
        padding: 57px 0 80px;
    }
    .pickup-inner {
        width: 100%;
        max-width: 100%;
    }
    .pickup-head {
        margin: 0 0 30px;
    }
    .pickup-cards {
        gap: 12px;
        padding: 0 10px;
        width: max-content;
    }
    .pickup-card {
        width: 160px;
    }
    .pickup-card__text {
        padding: 13px 15px 14px;
    }
    .pickup-card__maker {
        font-size: 12px;
        margin: 0 0 5px;
    }
    .pickup-card__name {
        font-size: 15px;
        line-height: 20px;
        height: 61px;
        margin: 0 0 15px;
    }
    .pickup-list__item dt {
        width: 24px;
    }
    .pickup-list__item dd {
        width: calc(100% - 24px);
    }
    .pickup-list__item dt p {
        font-size: 12px;
        line-height: 20px;
    }
    .pickup-list__item dd p .value {
        font-size: 16px;
    }
    .pickup-list__item dd p.small .value {
        font-size: 12px;
    }
    .pickup-list__item dd p .yen {
        font-size: 12px;
    }
    .pickup-list__item dd p .symbol {
        font-size: 12px;
    }
    .pickup .pagebtn {
        margin-top: 30px;
    }
}

/* shop */
.shop {
    background: #F0F0F0;
    padding: 93px 0 80px;
    position: relative;
}
.shop .shop-image p {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    height: 52px;
    margin: auto;
    padding: 0 15px;
    position: absolute;
    top: 60px;
    right: -375px;
    text-align: center;
    width: max-content;
    z-index: 9;
}
.shop-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column2);
}
.shop-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.shop-image {
    line-height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
}
.shop-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 50px;
    width: 50%;
}
.shop-text__in {
    width: 340px;
}
.shop-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    margin: 0 0 37px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .shop {
        padding: 0 0 60px;
    }
    .shop::before {
        background: #fff;
        content: "";
        height: 43px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .shop-inner {
        position: relative;
        max-width: var(--sub-column);
        z-index: 1;
    }
    .shop .shop-image p {
        font-size: 22px;
        height: 34px;
        padding: 0 8px;
        top: inherit;
        bottom: -22px;
        right: 0;
        left: 0;
    }
    .shop-flex {
        flex-wrap: wrap;
    }
    .shop-image {
        position: relative;
        width: 100%;
    }
    .shop-text {
        margin-top: 50px;
        padding: 0 10px;
        width: 100%;
    }
    .shop-text__in {
        width: 100%;
    }
    .shop-text p {
        font-size: 16px;
        line-height: 25.6px;
        margin: 0 0 30px;
    }
}

/* about */
.about {
    padding: 199px 0 161px;
}
.about-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column2);
}
.about-head {
    margin: 0;
    padding: 50px 0 0 50px;
    position: relative;
    text-align: left;
    width: 50%;
}
.about-eyecatch {
    position: absolute;
    right: -30px;
    top: -118px;
    width: 266px;
}
.about-txt {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 80px;
}
.about-head .about-txt p {
    color: var(--main-text-color);
    font-size: 20px;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: 0.25em;
    line-height: 50px;
}
.about-body {
    padding-left: 60px;
    width: 50%;
}
.about-images {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.about-head .about-images {
    display: none;
}
.about-image {
    border-radius: 12px;
    line-height: 0;
    overflow: hidden;
}
.about-image:nth-child(2) {
    margin: 0 0 0 auto;
    width: 85%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .about {
        padding: 60px 0 80px;
    }
    .about-inner {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .about-head {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .about-head h2 {
        padding: 0 10px;
    }
    .about-head h2 span {
        display: none;
    }
    .about-eyecatch {
        margin: 24px 0 -25px;
        position: relative;
        top: inherit;
        right: 0;
        width: 35%;
    }
    .about-txt {
        gap: 30px;
        margin-top: 40px;
        padding: 0 20px;
    }
    .about-head .about-txt p {
        font-size: 16px;
        letter-spacing: 0.04em;
        line-height: 30px;
        text-align: left;
    }
    .about-body {
        padding-left: 0;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
    }
    .about-images {
        gap: 20px;
    }
    .about-head .about-images {
        display: flex;
    }
    .about-image:nth-child(1) {
        border-radius: 10px 0 0 10px;
        margin: 0 0 0 auto;
        width: 75%;
    }
    .about-image:nth-child(2) {
        border-radius: 0 10px 10px 0;
        margin: 0;
        width: 75%;
    }
}

/* purpose */
.purpose {
    background: rgb(231 116 97 / 20%);
    padding: 120px 0 140px;
}
.purpose-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column2);
}
.purpose-head {
    margin: 0 0 100px;
}
.purpose-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}
.purpose-card {
    border-radius: 10px;
    filter: drop-shadow(0 0 10px rgb(0 0 0 / 6%));
    padding: 60px 30px 30px;
    position: relative;
    width: calc((100% - (30px * 2)) / 3);
}
.purpose-card.red {
    background: #E77461;
}
.purpose-card.blue {
    background: #508BBF;
}
.purpose-card.green {
    background: #37BBB6;
}
.purpose-card__eyecatch {
    margin: auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    width: max-content;
}
.purpose-card.red .purpose-card__eyecatch img {
    height: 82px;
    width: 59px;
}
.purpose-card.blue .purpose-card__eyecatch img {
    height: 82px;
    width: 82px;
}
.purpose-card.green .purpose-card__eyecatch img {
    height: 77px;
    width: 92px;
}
.purpose-card__ttl {
    margin: 0 auto 30px;
    text-align: center;
}
.purpose-card__ttl h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding: 0 0 3px;
}
.purpose-card__text {
    margin: 0 0 30px;
}
.purpose-card__text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}
.purpose-card__btn {
    height: 56px;
    width: 100%;
}
.purpose-card__btn p {
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    text-align: center;
    width: 100%;
}
.purpose-card.red .purpose-card__btn p {
    color: #E77461;
}
.purpose-card.blue .purpose-card__btn p {
    color: #508BBF;
}
.purpose-card.green .purpose-card__btn p {
    color: #37BBB6;
}
.diagnosis-banner {
    margin: 60px auto 0;
    width: 100%;
    max-width: 920px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .purpose {
        padding: 60px 0;
    }
    .purpose-inner {
        max-width: var(--main-column);
    }
    .purpose-head {
        margin: 0 0 43px;
    }
    .purpose-cards {
        gap: 32px;
    }
    .purpose-card {
        padding: 70px 20px 20px;
        width: 100%;
    }
    .purpose-card__eyecatch {
        top: -28px;
    }
    .purpose-card.green .purpose-card__eyecatch {
        top: -23px;
    }
    .purpose-card__ttl {
        margin: 0 auto 20px;
    }
    .purpose-card__ttl h3 {
        font-size: 22px;
    }
    .purpose-card__text {
        margin: 0 0 20px;
    }
    .purpose-card__btn {
        height: 50px;
    }
    .diagnosis-banner {
        margin: 40px auto 0;
    }
}

/* topnews */
.topnews {
    border-bottom: 1px solid #F0F0F0;
    padding: 120px 0;
}
.topnews-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column3);
}
.topnews-head {
    text-align: left;
    width: 240px;
}
.topnews-head .pagebtn {
    height: 50px;
    margin-top: 60px;
    width: 240px;
}
.topnews-head .pagebtn a {
    font-size: 18px;
}
.topnews-body {
    width: calc(100% - 360px);
}
.news-item {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 24px;
    padding: 0 0 24px;
}
.news-item:last-child {
    margin-bottom: 0;
}
.news-item a {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.news-item__text {
    width: 100%;
}
.news-item__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 0 0 16px;
}
.news-item__date {
    color: #666666;
    font-family: var(--ft-poppin);
    font-size: 15px;
    font-weight: 400;
}
.news-item__cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.news-item__cat .cat {
    background: var(--main-theme-color);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    height: 20px;
    padding: 0 15px;
    width: max-content;
}
.news-item__text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: 1px;
}
@media screen and (max-width: 968px) {
    .topnews-body {
        width: calc(100% - 280px);
    }
}
@media screen and (max-width: 768px) {
    .topnews {
        padding: 60px 0;
    }
    .topnews-inner {
        max-width: var(--main-column);
    }
    .topnews-head {
        margin: 0 0 40px;
        text-align: center;
        width: 100%;
    }
    .topnews-body {
        width: 100%;
    }
    .news-item {
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
    .news-item:last-child {
        margin-bottom: 0;
    }
    .news-item__text {
        width: 100%;
    }
    .news-item__flex {
        gap: 10px;
        margin: 0 0 6px;
    }
    .news-item__date {
        font-size: 13px;
    }
    .news-item__cat {
        gap: 10px;
    }
    .news-item__cat .cat {
        font-size: 12px;
        height: 19px;
        padding: 0 12px;
    }
    .news-item__text h3 {
        font-size: 16px;
        line-height: 25.6px;
    }
    .topnews-body .pagebtn {
        margin-top: 40px;
        width: var(--sub-column3);
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}