@charset "UTF=8";

main {
    overflow-x: hidden;
}

html {
    visibility: hidden;
}

body {
    color: #111;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1;
    background: #fff;
}

html.wf-active {
    visibility: visible;
}

main p,
main li {
    font-size: 20px;
    color: #111;
}

img {
    vertical-align: top;
}

a:hover {
    text-decoration: none;
}

.pt_0 {
    padding-top: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pt_80 {
    padding-top: 80px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.bg_white {
    background-color: #fff !important;
}

.contents {
    width: 100%;
    padding: 104px 0;
}

.contents.bread,
.contents.top,
.contents.last {
    padding: 0;
}

.contents_innner {
    width: 1040px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.img_innner {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.section_img {
    max-width: 410px;
    padding: 15px;
    margin: auto;
}

.section_text {
    font-size: 33px;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 30px;
}

.flex_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.flex_img3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 70px;
}

.flex_img_item2 {
    width: calc(50% - 20px);
}

.flex_img_item3 {
    width: calc(33% - 20px);
}

.contents_img {
    width: 100%;
}

.contents img {
    width: 100%;
}

.contents_title {
    font-size: 62px;
    line-height: 1.5;
    letter-spacing: .08em;
    font-weight: bold;
    margin-bottom: 52px;
}

.bread-crumb li {
    font-size: 14px;
    line-height: 1.6;
}

.main_visual {
    width: 100%;
    margin: 0;
    padding: 0;
}

.sekigaisen {
    background-image: url(../images/img_backcolor.jpg);
    height: auto;
}

.sekigaisen .description {
    padding: 80px 30px;
}

.sekigaisen .description h3 {
    display: inline-block;
    font-size: 45px;
    letter-spacing: .08em;
    font-weight: bold;
    background: linear-gradient(-60deg, #eedcc3 0%, #eabe81 12%, #c08329 40%, #dfb77c 81%, #ebc17d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sekigaisen .description .title {
    display: inline-block;
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: bold;
    background: linear-gradient(-60deg, #eedcc3 0%, #eabe81 12%, #c08329 40%, #dfb77c 81%, #ebc17d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sekigaisen .description .sankaku {
    padding: 30px 0;
    font-size: 30px;
    color: gray;
}

.sekigaisen .description .point1 {
    margin-bottom: 80px;
}

.sekigaisen .description .title {
    margin-bottom: 30px;
}

.sekigaisen .description .text {
    margin-bottom: 30px;
    letter-spacing: .2em;
    line-height: 1.7;
}

.sekigaisen .description span {
    font-size: 14px;
}


.item_title {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 1.3;
    display: inline-block;
    position: relative;
}

.item_title::before {
    width: 140px;
    height: 140px;
    background-position: center center;
    background-size: 140px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -24px;
    left: -160px;
}

.item_title_01::before {
    background-image: url(../svg/nam_01.svg);
}

.item_title_02::before {
    background-image: url(../svg/nam_02.svg);
}

.item_title_03::before {
    background-image: url(../svg/nam_03.svg);
}

.item_title_04::before {
    background-image: url(../svg/nam_04.svg);
}

.item_title_05::before {
    background-image: url(../svg/nam_05.svg);
}

.item_title_06::before {
    background-image: url(../svg/nam_06.svg);
}

.item_title_color {
    font-size: 20px;
    letter-spacing: .04em;
    margin-top: 40px;
}

.item_image {
    background: url(../images/item_bg.jpg) no-repeat center center/100%;
}

.item_image_list {
    width: 56%;
    margin: 40px auto 0;
}

.item_text {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 1.75;
    margin-top: 56px;
}

.item_list_color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.item_list_color li {
    min-width: 120px;
}

.item_list_color li:nth-child(n+2) {
    margin-left: 80px;
}

.item_list_color_image {
    width: 120px;
}

.item_list_color_text {
    font-size: 15px;
    letter-spacing: .04em;
    margin-top: 16px;
    text-align: center;
}

.item_list_feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.item_list_feature li {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .02em;
    text-align: center;
    width: 240px;
    padding: 8px 0;
    background: linear-gradient(-60deg, #eedcc3 0%, #eabe81 12%, #c08329 40%, #dfb77c 81%, #ebc17d 100%);
    border-radius: 8px;
}

.item_list_feature li:nth-child(n+2) {
    margin-left: 24px;
}

.item_price {
    font-size: 29px;
    letter-spacing: .02em;
}

.item_price span {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .02em;
    padding-left: 4px;
    font-style: normal;
}

.item_button {
    width: 27%;
    margin: 24px auto 0;
}

.item_button a {
    text-align: center;
    padding: 4px 0 6px;
    border-radius: 8px;
    display: block;
    position: relative;
    background-color: #cceef8;
    border: 2px solid #036eb7;
}

.item_button a span {
    font-size: 19px;
    letter-spacing: .08em;
    position: relative;
    z-index: 1;
    color: #036eb7;
}

.item_button a::before {
    display: none;
}

.item_button a::after {
    display: none;
}

.image_second {
    display: flex;
    justify-content: space-between;
}

.item_second {
    width: calc(50% - 20px);
}

.bottom_bnr {
    width: 640px;
    margin: auto;
}

.bottom_bnr_image {
    margin-top: 24px;
}

.lead {
    padding: 52px 0;
}

.btn_top {
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
    width: 640px;
    margin: 40px auto 0;
    padding: 10px 0;
    background-color: #ccc;
    border-radius: 8px;
    display: block;
}

.btn_top.pink {
    background-color: rgba(255, 73, 176, 0.5);
}

.slick-prev {
    width: 27px;
    height: 32px;
    left: -48px;
}

.slick-prev::after {
    width: 27px;
    height: 32px;
    border-top: 16px solid transparent;
    border-right: calc(tan(60deg) * 16px) solid rgba(255, 255, 255, 0.5);
    border-bottom: 16px solid transparent;
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
}

.slick-next {
    width: 27px;
    height: 32px;
    right: -48px;
}

.slick-next::after {
    width: 27px;
    height: 32px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: calc(tan(60deg) * 16px) solid rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    right: 0;
}

.slick-dots {
    width: auto;
    right: 0;
    bottom: -24px;
}

.slick-dots li.slick-active button {
    background: #02003c;
}

.slick-dots li button {
    border: none;
    background: #ccc;
}


@media screen and (min-width: 768px) {
    .spOnly {
        display: none;
    }

    .pcOnly {
        display: block;
    }
}

@media screen and (max-width: 767px) {

    main p,
    main li {
        font-size: 14px;
    }

    .spOnly {
        display: block;
    }

    .pcOnly {
        display: none;
    }

    .contents {
        padding: 56px 0;
    }

    .contents_innner {
        width: calc(100% - 32px);
    }

    .contents_title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .sekigaisen {
        background-size: 100% 100%;
        height: auto;
    }

    .sekigaisen .description {
        padding: 30px 19px;
    }


    .sekigaisen .description .sankaku {
        padding: 15px 0;
        font-size: 20px;
    }

    .sekigaisen .description h3 {
        font-size: 28px;
    }

    .sekigaisen .description .title {
        font-size: 20px;
        line-height: 1.7;
        margin-bottom: 10px;
    }

    .sekigaisen .description .point1 {
        margin-bottom: 10px;
    }

    .sekigaisen .description .text {
        text-align: left;
    }

    .sekigaisen .description span {
        font-size: 9px;
    }

    .section_img {
        max-width: 240px;
        padding: 12px;
    }

    .section_text {
        font-size: 22px;
        padding: 10px;
        margin-bottom: 0;
    }

    .img_innner {
        max-width: 280px;
        margin-bottom: 20px;
    }

    .flex_img {
        margin-bottom: 20px;
    }

    .flex_img_item2 {
        width: calc(50% - 10px);
    }

    .flex_img3 {
        padding: 0;
    }

    .flex_img_item3 {
        width: calc(33% - 10px);
    }

    .line-up_title {
        font-size: 20px;
        margin-top: 40px;
        padding: 8px 0;
    }

    .line-up_box {
        width: 88%;
        margin: 24px auto 0;
    }

    .item_title {
        font-size: 18px;
    }

    .item_title::before {
        width: 48px;
        height: 48px;
        background-size: 48px;
        top: 12px;
        left: -60px;
    }

    .item_title_color {
        font-size: 14px;
        margin-top: 24px;

    }

    .item_image_list {
        margin-top: 24px;
    }

    .item_text {
        font-size: 14px;
        margin-top: 40px;
    }

    .item_list_color {
        margin-top: 16px;
    }

    .item_list_color li {
        min-width: 60px;
    }

    .item_list_color li:nth-child(n+2) {
        margin-left: 24px;
    }

    .item_list_color_image {
        width: 60px;
    }

    .item_list_color_text {
        font-size: 12px;
        margin-top: 8px;
    }

    .item_list_feature {
        margin-top: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .item_list_feature li {
        font-size: 12px;
        width: calc(50% - 16px);
    }

    .item_list_feature li:nth-child(3) {
        margin-left: 0;
    }

    .item_list_feature li:nth-child(2n) {
        margin-left: 16px;
    }

    .item_list_feature li:nth-child(n+3) {
        margin-top: 8px;
    }

    .item_price {
        font-size: 24px;
        margin-top: 24px;

    }

    .item_price span {
        font-size: 10px;
        font-style: normal;
    }

    .item_button {
        width: 64%;
        margin: 24px auto 0;
    }

    .item_button a {
        padding: 8px 0;
    }

    .item_button a span {
        font-size: 16px;
    }

    .lead {
        padding: 32px 0 0;
    }

    .bottom_bnr {
        width: 80%;
    }

    .bottom_bnr_image {
        margin-top: 16px;
    }

    .btn_top {
        font-size: 16px;
        width: 80%;
        margin-top: 24px;
        padding: 8px 0;
    }

    .slick-prev {
        width: 16px;
        height: 24px;
        left: -32px;
    }

    .slick-prev::after {
        width: 16px;
        height: 16px;
        border-width: 12px;
        top: 12px;
    }

    .slick-next {
        width: 16px;
        height: 24px;
        right: -32px;
    }

    .slick-next::after {
        width: 16px;
        height: 16px;
        border-width: 12px;
        top: 13px;
    }

    .slick-dots {
        width: auto;
        right: 0;
        bottom: -24px;
    }

    .slick-dots li {
        width: 13px;
    }

    .slick-dots li button {
        width: 8px;
        height: 8px;
    }
}

.u-fade-type-up {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.u-fade-type-up.is-active {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* feature_list */
.feature_list {
    padding: 0;
}

.feature_list__row {
    display: flex;
    justify-content: space-between;
}

.feature_list__row--center {
    justify-content: center;
}

.feature_list__item {
    text-align: center;
    width: 450px;
}

.feature_list__item--lg {
    width: 450px;
}

.feature_list__circle {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}

.feature_list__circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #eaf7fc;
    filter: blur(10px);
    z-index: -1;
}

.feature_list__circle>* {
    position: relative;
    z-index: 1;
}

.feature_list__circle img {
    width: 180px;
    height: auto;
    margin-bottom: 8px;
    mix-blend-mode: multiply;
}

.feature_list__circle--lg {
    width: 450px;
    height: 450px;
    padding: 20px;
}

.feature_list__circle--lg img {
    width: 180px;
    margin-bottom: 8px;
}

.feature_list__label {
    font-size: 14px;
    font-weight: bold;
    color: #3a8fc1;
    letter-spacing: .04em;
    margin-bottom: 6px;
}

.feature_list__text {
    font-size: 29px;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 20px;
    color: #333;
}

@media screen and (max-width: 767px) {
    .feature_list__row {
        gap: 8px;
        margin-bottom: 0px;
    }

    .feature_list__item {
        width: calc(50% - 12px);
    }

    .feature_list__item--lg {
        width: 60%;
    }

    .feature_list__circle {
        width: 140px;
        height: 140px;
        padding: 0px;
        margin-bottom: 0;
    }

    .feature_list__circle img {
        width: 64px;
        margin-bottom: 4px;
    }

    .feature_list__circle--lg {
        width: 140px;
        height: 140px;
        padding: 0px;
    }

    .feature_list__circle--lg img {
        width: 44px;
        margin-bottom: 4px;
    }

    .feature_list__label {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .feature_list__text {
        font-size: 12px;
        margin-top: 0px;
    }
}

/* img_layout */
.img_layout {
    position: relative;
    margin-bottom: 64px;
}

.img_layout__main {
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.img_layout__main img {
    width: 100%;
}

.img_layout__main picture img {
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}

.img_layout__fukidashi {
    position: absolute;
    bottom: -72px;
    right: -228px;
    width: 402px;
    text-align: center;
    z-index: 10;
}

.img_layout__fukidashi--line {
    width: 100%;
}

.img_layout__fukidashi--text {
    position: absolute;
    font-weight: 600;
    top: 42%;
    left: 53%;
    transform: translate(-50%, -50%) rotate(5deg);
    font-size: 26px;
    line-height: 1.6;
    color: #333;
    white-space: nowrap;
    text-shadow: 1px 1px 4px #fff, -1px -1px 4px #fff, 1px -1px 4px #fff, -1px 1px 4px #fff;
}

.img_layout__fukidashi--text--type2 {
    position: absolute;
    font-weight: 600;
    top: 10%;
    left: 47%;
    transform: translate(-50%, -50%) rotate(-5deg);
    font-size: 26px;
    line-height: 1.6;
    color: #333;
    white-space: nowrap;
    text-shadow: 1px 1px 4px #fff, -1px -1px 4px #fff, 1px -1px 4px #fff, -1px 1px 4px #fff;
}

.img_layout__sub {
    display: flex;
    justify-content: center;
    gap: 64px;
    margin-top: 0;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    align-items: flex-start;
}

.img_layout__sub--item {
    width: 42%;
}

.img_layout__sub--item img {
    width: 100%;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.img_layout__sub--left {
    transform: rotate(-7deg);
    margin-top: -24px;
}

.img_layout__sub--right {
    transform: rotate(7deg);
    margin-top: 64px;
}

@media screen and (max-width: 767px) {
    .img_layout {
    margin-bottom: 24px;
}

    .img_layout__main {
        width: 80%;
    }

    .img_layout__fukidashi {
        right: -50px;
        bottom: -103px;
        width: 200px;
    }

    .img_layout__fukidashi {
        z-index: 10;
    }

    .img_layout__fukidashi--text {
        font-size: 13px;
    }

    .img_layout__sub {
        padding: 0 10px;
        gap: 0;
    }

    .img_layout__sub--item {
        width: 50%;
    }

    .img_layout__sub--right {
        margin-top: 96px;
    }

}

/* font */
.font_gothic {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
}

/* img_layout--type2 */
.img_layout--type2 {
    position: relative;
    margin-bottom: -112px;
}

.img_layout--type2__main {
    width: 60%;
    transform: rotate(-8deg);
    position: relative;
    z-index: 1;
    left: -80px;
    flex-shrink: 0;
    margin: auto;
}

.img_layout--type2__main img {
    width: 100%;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}

.img_layout--type2__sub {
    width: 42%;
    transform: rotate(8deg);
    position: relative;
    z-index: 2;
    left: 180px;
    top: -120px;
    margin: auto;
    flex-shrink: 0;
}

.img_layout--type2__sub img {
    width: 100%;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}

.img_layout__fukidashi--bottomleft {
    position: absolute;
    top: 63%;
    left: 10%;
    right: auto;
    width: 340px;
    text-align: center;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .img_layout--type2 {
        position: relative;
        margin-bottom: 40px;
    }

    .img_layout--type2__main {
        width: 75%;
        transform: rotate(-3deg);
        left: -10px;
    }

    .img_layout--type2__sub {
        width: 55%;
        transform: rotate(3deg);
        top: -60px;
        left: 60px;
    }

    .img_layout__fukidashi--bottomleft {
        top: 60%;
        left: 0;
        width: 160px;
    }

    .img_layout__fukidashi--bottomleft .img_layout__fukidashi--line {
        width: 100%;
    }

    .img_layout__fukidashi--text--type2 {
        font-size: 14px;
        top: 9%;
        left: 48%;
    }
}