@charset "UTF-8";

.totop__button, a {
    -webkit-transition: all .3s;
    cursor: pointer;
    transition: all .3s
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, s, samp, section, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=button], input[type=submit] {
    border-radius: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

input[type=button]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
    display: none
}

input[type=button]::focus, input[type=submit]::focus {
    outline-offset: -2px
}

.poppins {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal
}

html {
    font-size: 62.5%
}

body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .02em;
    color: var(--color-txt, #2A2A2A);
    overflow-y: auto;
    overflow-x: hidden
}

a {
    color: #2A2A2A;
    text-decoration: none
}

a:hover {
    opacity: .7
}

img {
    max-width: 100%;
    vertical-align: bottom
}

.pc-view {
    display: block
}

.sp-view, .tb-view {
    display: none
}

@media (max-width:999px) and (min-width:768px) {
    .pc-view {
        display: none !important
    }

    .tb-view {
        display: block !important
    }

    .sp-view {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    .pc-view, .tb-view {
        display: none !important
    }

    .sp-view {
        display: block !important
    }
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden
}

.clearfix {
    min-height: 1px
}

* html .clearfix {
    height: 1px
}

div#container {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-margin-top: 80px
}

@font-face {
    font-family: ZenMaruGothic;
    src: url(../fonts/zen-maru-gothic-v17-japanese-500.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ZenMaruGothic;
    src: url(../fonts/zen-maru-gothic-v17-japanese-700.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

a.link {
    color: #B60081;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    display: inline-block;
    background-image: url(../images/link_arrow.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right top 3.5px;
    line-height: 1;
    padding-right: 1.2rem
}

@media screen and (max-width:767px) {
    a.link {
        font-size: 1.4rem
    }
}

a.common-btn {
    cursor: pointer;
    color: #B60081;
    border: 1px solid #B60081;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    display: block;
    padding: 2rem 1.6rem;
    border-radius: 32px;
    max-width: 440px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

@media screen and (max-width:767px) {
    a.common-btn {
        font-size: 1.4rem;
        padding: 1.75rem;
        max-width: 216px
    }
}

a.common-btn.pink {
    background-color: #B60081;
    color: #fff
}

.totop {
    margin: 0 auto;
    padding: 4rem 2rem 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff
}

.totop .inner {
    max-width: 1024px;
    margin: 0 auto;
    width: 100%
}

.totop__button {
    border: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: var(--color-Light_Gray, #8C8C8C);
    border-radius: 6px;
    margin: 0 0 0 auto
}

.totop__button:hover {
    opacity: .8
}

.totop__txt {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-White, #FFF)
}

.sticky-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding: .8rem 1.2rem;
    background-color: #fff;
    border-top: 1px solid #E6E6E6;
    padding-bottom: calc(.8rem + env(safe-area-inset-bottom));
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: opacity .28s ease, -webkit-transform .28s ease;
    transition: opacity .28s ease, -webkit-transform .28s ease;
    transition: transform .28s ease, opacity .28s ease;
    transition: transform .28s ease, opacity .28s ease, -webkit-transform .28s ease
}

.sticky-footer.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.sticky-footer .flex {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem
}

.sticky-footer .flex a.common-btn {
    padding: 1.6rem 1rem;
    pointer-events: none;
    opacity: .5;
    font-size: 1.3rem;
}

.sticky-footer .flex a.icon span {
    background-image: url(../images/postal_icon.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 3rem
}

@media screen and (max-width:767px) {
    .sticky-footer .flex a.common-btn {
        padding: 1.6rem 0.5rem;
    }
    .sticky-footer .flex a.icon span {
        padding-left: 2.5rem;
        font-size: 1.3rem
    }
}

.l-footer {
    border-top: 2px solid var(--color-Line-gray, #E6E6E6);
    padding-bottom: 200px
}

.l-footer>.inner {
    padding: 0 16px
}

.l-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    padding: 24px 0
}

.l-footer__copyright {
    font-size: 1rem;
    color: var(--color-Light_Gray, #8C8C8C)
}

@media screen and (min-width:600px) {
    .l-footer {
        padding-bottom: 147px
    }

    .l-footer>.inner {
        margin: 0 auto;
        max-width: 632px
    }
}

@media screen and (min-width:1136px) {
    .l-footer>.inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1072px
    }

    .l-footer__logo svg {
        width: 113px;
        height: 34.6px
    }

    .l-footer__logo img {
        width: 131px;
        height: 29px
    }

    .l-footer__copyright {
        font-size: 1.2rem
    }
}

@media screen and (max-width:767px) {
    img.balloon {
        display: none
    }
}

.l-header .inner {
    margin: 0 auto;
    padding: 0 12px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:600px) {
    .l-header .inner {
        width: 600px
    }
}

@media screen and (min-width:1136px) {
    .l-header .inner {
        padding: 0;
        width: 1040px
    }
}

.l-header .l-header__logo {
    pointer-events: none;
}

.l-header .l-header__logo svg {
    width: 48px;
    height: 14.71px
}

@media screen and (min-width:1136px) {
    .l-header .l-header__logo svg {
        width: 67.2px;
        height: 20.4px
    }
}

section.kv::before, section.section_01::before, section.section_02::after {
    left: 50%;
    height: 280px;
    content: ""
}

.l-header a.common-btn {
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
    max-width: 220px;
    font-weight: 400
}
.l-header  .flex a.common-btn {
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
    max-width: 220px;
    font-weight: 400
    padding: 1.6rem 1rem;
    pointer-events: none;
    opacity: .5;
    font-size: 1.3rem;
}
section.kv {
    position: relative;
    overflow: hidden
}

section.kv::before {
    position: absolute;
    bottom: -170px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140%;
    background: #fff;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%
}

section.section_01 {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding-bottom: 26rem
}

@media screen and (max-width:767px) {
    section.kv::before {
        width: 210%;
        bottom: -250px
    }

    section.section_01 {
        padding: 6rem 0 10rem
    }
}

section.section_01::before {
    position: absolute;
    bottom: -170px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140%;
    background: #FEE5E0;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%
}

@media screen and (max-width:767px) {
    section.section_01::before {
        width: 210%;
        bottom: -240px
    }
}

section.section_01 h2 {
    width: 610px;
    margin: 0 auto 6.4rem
}

@media (max-width:999px) {
    section.section_01 h2 {
        width: 310px;
        margin-bottom: 5rem
    }
}

section.section_01 h2 img {
    width: 100%
}

section.section_01 .max-wrap {
    padding: 0 2rem
}

section.section_01 .max-wrap .inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

section.section_01 .max-wrap .inner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 5rem
}

@media (max-width:999px) {
    section.section_01 .max-wrap .inner .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 4rem
    }
}

section.section_01 .max-wrap .inner .content {
    border: 22px solid transparent;
    border-image-source: url(../images/point_contents_border.svg);
    border-image-slice: 30;
    border-image-repeat: round;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 2.6rem 1rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc((100% - 2.4rem)/ 2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1200px) and (min-width:1000px) {
    section.section_01 .max-wrap .inner .content {
        border: 28px solid transparent;
        border-radius: 30px;
        border-image-source: url(../images/point_contents_border.svg);
        border-image-slice: 30;
        border-image-repeat: round;
        padding: 1.8rem 0
    }
}

@media (max-width:999px) {
    section.section_01 .max-wrap .inner .content {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 28px solid transparent;
        border-radius: 30px;
        border-image-source: url(../images/point_contents_border.svg);
        border-image-slice: 30;
        border-image-repeat: round;
        padding: 1.2rem 0
    }

    section.section_01 .max-wrap .inner .content img {
        margin-bottom: 1.4rem
    }

    section.section_01 .max-wrap .inner .content p {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    section.section_01 .max-wrap .inner .content {
        padding: 1.2rem 0
    }
}

section.section_01 .max-wrap .inner .content img {
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

section.section_01 .max-wrap .inner .content p {
    font-size: 1.3rem;
    line-height: 1
}

section.section_01 .max-wrap .inner .content p.point {
    font-size: 2.4rem;
    color: #B60081;
    background-color: #FFF0FA;
    padding: .8rem 1.6rem;
    display: inline-block;
    border-radius: 30px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

section.section_01 .max-wrap .inner .content p.read {
    font-size: 3.2rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 1rem
}

@media screen and (max-width:767px) {
    section.section_01 .max-wrap .inner .content p.read {
        font-size: 2.4rem;
        line-height: 1.5;
        margin-bottom: .8rem
    }
}

section.section_01 .max-wrap .inner .content p.text {
    font-size: 2rem;
    line-height: 1.4
}

@media screen and (max-width:767px) {
    section.section_01 .max-wrap .inner .content p.text {
        font-size: 1.6rem;
        line-height: 1.8
    }
}

section.section_01 .max-wrap .inner .content p.text span {
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.4rem
}

section.section_01 .max-wrap .inner .content .textarea {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:999px) {
    section.section_01 .max-wrap .inner .content .textarea {
        text-align: center
    }
}

section.section_01 .max-wrap img.broccoli {
    width: 240px;
    position: absolute;
    top: -150px;
    left: -110px
}

section.section_02 {
    position: relative;
    background-color: #FEE5E0
}

@media screen and (max-width:767px) {
    section.section_01 .max-wrap .inner .content p.text span {
        font-size: 1.2rem
    }

    section.section_01 .max-wrap img.broccoli {
        width: 120px;
        left: -50px;
        top: -50px
    }

    section.section_02 {
        padding: 5rem 0
    }
}

section.section_02::after {
    position: absolute;
    bottom: -100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140%;
    background: #FEE5E0;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
    z-index: 10
}

section.section_02 h2 {
    margin: 0 auto 4.8rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: .1em;
    font-weight: 700
}

@media screen and (max-width:767px) {
    section.section_02::after {
        width: 210%;
        bottom: -40px
    }

    section.section_02 h2 {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-bottom: 2rem
    }
}

section.section_02 h2 img {
    width: 377px;
    display: block;
    margin: 0 auto 1.6rem
}

@media screen and (max-width:767px) {
    section.section_02 h2 img {
        width: 276px;
        margin-bottom: 3rem
    }
}

section.section_02 img.meat {
    width: 176px;
    position: absolute;
    top: -20rem;
    right: 20%
}

section.section_02 .max-wrap {
    margin: 0 auto;
    padding: 0 2rem
}

section.section_02 .max-wrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5rem;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media screen and (max-width:999px) {
    section.section_02 img.meat {
        width: 92px;
        top: -5rem;
        right: 4rem
    }

    section.section_02 .max-wrap .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    section.section_02 .max-wrap .flex img {
        margin-bottom: 2rem
    }
}

section.section_02 .max-wrap .flex img {
    max-width: 706px;
    width: 100%
}

section.section_02 .max-wrap .flex .textarea p {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.4rem;
    letter-spacing: .1em
}

@media screen and (max-width:767px) {
    section.section_02 .max-wrap .flex .textarea p {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-bottom: 1.6rem
    }
}

section.section_02 .max-wrap .flex .textarea a.common-btn {
    margin: 0 auto 5rem;
    pointer-events: none;
    opacity: .5
}

@media screen and (max-width:767px) {
    section.section_02 .max-wrap .flex .textarea a.common-btn {
        width: 275px;
        max-width: 100%;
        margin-bottom: 2.4rem
    }
}

section.section_02 .max-wrap .flex .textarea a.common-btn.icon span {
    background-image: url(../images/postal_icon.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 3rem
}

section.section_02 .max-wrap .flex .textarea a.common-btn.pink {
    margin-bottom: 0;
}

section.section_02 .max-wrap .shoplist-wrap {
    padding: 7.2rem 8rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    z-index: 100
}

section.section_02 .max-wrap .shoplist-wrap img.ttl {
    width: 235px;
    display: block;
    margin: 0 auto 4rem
}

section.section_02 .max-wrap .shoplist-wrap p.lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.section_02 .max-wrap .shoplist-wrap p.lead::after, section.section_02 .max-wrap .shoplist-wrap p.lead::before {
    content: "";
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #B60081
}

section.section_02 .max-wrap .shoplist-wrap p.lead::before {
    margin-right: 2.4rem
}

section.section_02 .max-wrap .shoplist-wrap p.lead::after {
    margin-left: 2.4rem
}

section.section_02 .max-wrap .shoplist-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px
}

@media screen and (max-width:767px) {
    section.section_02 .max-wrap .shoplist-wrap {
        padding: 4rem 2rem;
        border-radius: 20px
    }

    section.section_02 .max-wrap .shoplist-wrap img.ttl {
        width: 196px;
        margin-bottom: 3.2rem
    }

    section.section_02 .max-wrap .shoplist-wrap p.lead::before {
        margin-right: 1rem
    }

    section.section_02 .max-wrap .shoplist-wrap p.lead::after {
        margin-left: 1rem
    }

    section.section_02 .max-wrap .shoplist-wrap ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 8px
    }
}

section.section_02 .max-wrap .shoplist-wrap ul li {
    width: calc((100% - 30px)/ 4)
}

@media screen and (max-width:767px) {
    section.section_02 .max-wrap .shoplist-wrap ul li {
        width: 100%
    }
}

section.section_02 .max-wrap .shoplist-wrap ul li a {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    pointer-events: none;
    opacity: .5
}

section.section_02 .max-wrap .shoplist-wrap ul li a::after {
    content: "";
    display: block;
    width: 7px;
    height: 12.5px;
    background-image: url(../images/shoplist_arrow.png);
    background-repeat: no-repeat;
    background-size: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

section.section_02 .max-wrap .shoplist-wrap p {
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 3.2rem;
    letter-spacing: .1em
}

section.section_03 {
    background-color: #fff;
    padding: 21rem 2rem 10rem
}

section.section_03 h2 {
    width: 744px;
    margin: 0 auto 4.8rem;
    text-align: center;
}

@media screen and (max-width:767px) {
    section.section_02 .max-wrap .shoplist-wrap p {
        font-size: 1.6rem
    }

    section.section_03 {
        padding: 10rem 2rem 6rem
    }

    section.section_03 h2 {
        width: 280px;
        margin-bottom: 3rem
    }

    section.section_03 .max-wrap {
        padding: 0 0 2.4rem
    }
}

section.section_03 .max-wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative
}

section.section_03 .max-wrap img {
    width: 100%;
    margin-bottom: 2rem
}

section.section_03 .max-wrap img.fish {
    width: 186px;
    position: absolute;
    top: -32rem;
    left: -3rem;
    z-index: 100;
}

@media screen and (max-width:767px) {
    section.section_03 .max-wrap img {
        max-width: 500px;
        display: block;
        margin: 0 auto 2rem;
    }
    section.section_03 .max-wrap img.fish {
        width: 122px;
        z-index: 100;
        top: -30rem
    }
}

section.section_03 .max-wrap img.pepper {
    width: 150px;
    position: absolute;
    right: -7rem;
    bottom: -6rem;
    z-index: 100;
}

section.section_03 .max-wrap a.link {
    margin-top: 0
}

section.section_04 {
    background-color: #FEE5E0;
    padding: 8rem 2rem 12rem;
    position: relative
}

@media screen and (max-width:999px) {
    section.section_03 .max-wrap img.pepper {
        width: 76px;
        right: 0;
        bottom: -6rem
    }

    section.section_04 {
        padding: 6rem 2rem
    }
}

section.section_04::before {
    content: "";
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%;
    height: 19px;
    background: url(../images/wave_top.svg) center top
}

section.section_04 h2 {
    width: 392px;
    margin: 0 auto 4.8rem
}

@media screen and (max-width:767px) {
    section.section_04::before {
        background: url(../images/wave_top_sp.svg) center top repeat-x;
        top: -6px
    }

    section.section_04 h2 {
        width: 100%;
        max-width: 271px;
        margin-bottom: 3rem
    }
}

section.section_04 h2 img {
    width: 100%
}

section.section_04 p.catch {
    width: 554px;
    margin: 0 auto 4rem
}

section.section_04 p.catch img {
    width: 100%
}

section.section_04 .max-wrap {
    max-width: 1200px;
    margin: 0 auto
}

section.section_04 .tabs {
    margin: 0 auto 8.8rem
}

@media screen and (max-width:767px) {
    section.section_04 p.catch {
        width: 100%;
        padding: 0 3.7rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    section.section_04 .tabs {
        margin-bottom: 5rem
    }
}

section.section_04 .tabs .tab-item {
    width: calc(100%/2);
    background-color: #fff;
    padding: 2.6rem 0;
    line-height: 1.4;
    font-size: 2rem;
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border-radius: 50px 50px 0 0;
    cursor: pointer;
    color: #B60081
}

@media screen and (max-width:767px) {
    section.section_04 .tabs .tab-item {
        border-radius: 20px 20px 0 0;
        font-size: 1.8rem;
        padding: 1.2rem 1rem
    }
}

section.section_04 .tabs .tab-item:hover {
    opacity: .8
}

section.section_04 .tabs .tab-item:nth-of-type(2) {
    float: right
}

section.section_04 .tabs input[name=tab-item] {
    display: none
}

section.section_04 .tabs .tab-content {
    display: none;
    padding: 5.6rem 4rem 3.2rem;
    clear: both;
    border-top: 1px solid #B60081;
    background-color: #fff;
    border-radius: 0 0 50px 50px
}

@media screen and (max-width:767px) {
    section.section_04 .tabs .tab-content {
        padding: 3rem;
        border-radius: 0 0 30px 30px
    }
}

section.section_04 .tabs .tab-content:nth-of-type(2) {
    padding-bottom: 8rem
}

@media screen and (max-width:767px) {
    section.section_04 .tabs .tab-content:nth-of-type(2) {
        padding: 3rem 2rem
    }
}

section.section_04 .tabs #app:checked~#app-content, section.section_04 .tabs #web:checked~#web-content {
    display: block
}

section.section_04 .tabs input:checked+.tab-item {
    background-color: #B60081;
    color: #fff
}

section.section_04 .tabs input:checked+.tab-item:hover {
    opacity: 1
}

section.section_04 .tabs a.common-btn {
    margin: 0 auto
}

section.section_04 .inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.2rem;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 6.4rem;
    margin-bottom: 4.6rem;
    position: relative
}

section.section_04 .inner-content::before {
    content: "";
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 20px;
    width: 8px;
    background-image: radial-gradient(circle, #E6E6E6 2px, transparent 2px);
    background-size: 10px 10px;
    background-repeat: repeat-y;
    background-position: center top;
    pointer-events: none
}

@media screen and (max-width:999px) {
    section.section_04 .inner-content {
        padding-right: 0;
    }

    section.section_04 .inner-content::before {
        left: 0;
        top: 72px;
    }
}

@media screen and (max-width:767px) {
    section.section_04 .inner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: center
    }

    section.section_04 .inner-content::before {
        display: none
    }

    section.section_04 .inner-content::after {
        content: "";
        position: absolute;
        left: -1.5rem;
        top: 5.5rem;
        height: calc(100% - 6rem);
        width: 8px;
        background-image: radial-gradient(circle, #E6E6E6 2px, transparent 2px);
        background-size: 10px 10px;
        background-repeat: repeat-y;
        background-position: center top;
        pointer-events: none
    }

    section.section_04 .inner-content:nth-of-type(2) {
        margin-top: 4rem
    }
}

section.section_04 .inner-content:nth-of-type(2) .ttl::before {
    background: url(../images/flag02.png) center/contain no-repeat
}

section.section_04 .inner-content:nth-of-type(3) {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    section.section_04 .inner-content:nth-of-type(2) .ttl::before {
        background: url(../images/flag02_sp.png) center/contain no-repeat
    }

    section.section_04 .inner-content:nth-of-type(3) {
        margin-top: 4rem
    }
}

section.section_04 .inner-content:nth-of-type(3) .ttl::before {
    background: url(../images/flag03.png) center/contain no-repeat
}

section.section_04 .inner-content .left-box {
    width: calc(100% - 334px)
}

@media screen and (max-width:767px) {
    section.section_04 .inner-content:nth-of-type(3) .ttl::before {
        background: url(../images/flag03_sp.png) center/contain no-repeat
    }

    section.section_04 .inner-content .left-box {
        width: 100%
    }
}

section.section_04 .inner-content .img-box {
    width: 334px
}

section.section_04 .inner-content .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-left: 16rem;
    margin-bottom: 2.4rem;
    z-index: 10
}

@media screen and (max-width:999px) {
    section.section_04 .inner-content .ttl {
        padding-left: 6rem;
    }
}

@media screen and (max-width:767px) {
    section.section_04 .inner-content .img-box {
        width: 243px
    }

    section.section_04 .inner-content .ttl {
        padding-left: 3rem;
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1.6rem
    }
}

section.section_04 .inner-content .ttl::before {
    content: "";
    position: absolute;
    left: -6.6rem;
    top: 0;
    width: 152px;
    height: 105px;
    background: url(../images/flag01.png) center/contain no-repeat;
    z-index: 100
}

section.section_04 .inner-content .textarea {
    padding-left: 16rem
}

section.section_04 .inner-content .textarea p {
    margin-bottom: 1.6rem;
    font-size: 1.8rem
}

section.section_04 .inner-content .textarea p.cap {
    font-size: 1.6rem;
    color: #545454
}

@media screen and (max-width:999px) {
    section.section_04 .inner-content .ttl::before {
        width: 90px;
        left: -5.6rem;
        top: -13px;
    }

    section.section_04 .inner-content .textarea {
        padding-left: 6rem;
    }
}

@media screen and (max-width:767px) {
    section.section_04 .inner-content .ttl::before {
        background: url(../images/flag01_sp.png) center/contain no-repeat;
        width: 56px;
        left: -4rem;
        top: -2.5rem
    }

    section.section_04 .inner-content .textarea {
        padding-left: 3rem
    }

    section.section_04 .inner-content .textarea p {
        font-size: 1.6rem;
        line-height: 1.5
    }

    section.section_04 .inner-content .textarea p.cap {
        font-size: 1.2rem;
        line-height: 1.2
    }
}

section.section_04 .inner-content img {
    width: 334px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width:767px) {
    section.section_04 .inner-content img {
        margin-top: 1.6rem;
        width: 243px
    }

    section.section_04 .inner-content img.sp-view {
        margin: 0 auto 1.6rem
    }
}

section.section_04 .app-contents {
    width: 100%;
    margin: 0 auto
}

section.section_04 .app-contents img.app-lead {
    width: 796px;
    margin: 0 auto;
    display: block
}

section.section_04 .app-contents .square-box {
    background-image: url(../images/bg_stripe.png);
    background-size: 100% 100%;
    border: 1px solid #FFF7A8;
    padding: 2.4rem 6rem;
    background-repeat: repeat;
    border-radius: 20px;
    margin-top: 3.2rem
}

@media screen and (max-width:767px) {
    section.section_04 .app-contents img.app-lead {
        max-width: 350px;
        width: 100%;
    }
    section.section_04 .app-contents .square-box {
        padding: 1.6rem;
        margin-top: 2.4rem;
        text-align: center
    }
}

section.section_04 .app-contents .square-box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5.6rem;
    -moz-column-gap: 5.6rem;
    column-gap: 5.6rem;
    max-width: 720px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.section_04 .app-contents .square-box .flex img {
    width: 100%
}

section.section_04 .app-contents .square-box .flex img.home {
    max-width: 210px
}

@media screen and (max-width:767px) {
    section.section_04 .app-contents .square-box .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    section.section_04 .app-contents .square-box .flex img.home {
        display: block;
        margin: 0 auto 2.4rem
    }
}

section.section_04 .app-contents .square-box .flex img.text01 {
    max-width: 380px;
    margin-bottom: 2.4rem
}

section.section_04 .app-contents .square-box .flex img.text02 {
    max-width: 336px;
    margin: 0 auto 1.6rem
}

section.section_04 .app-contents .square-box .flex .textarea .text-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.section_04 .app-contents .square-box .flex .textarea p {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 2.4rem
}

section.section_04 .app-contents .square-box .flex .textarea .inner-block {
    background-color: #fff;
    border: 1px solid #FFF7A8;
    border-radius: 20px;
    padding: 2.4rem;
    text-align: center
}

@media screen and (max-width:767px) {
    section.section_04 .app-contents .square-box .flex .textarea p {
        font-size: 1.6rem;
        margin-bottom: 1.2rem
    }

    section.section_04 .app-contents .square-box .flex .textarea .inner-block {
        padding: 1.6rem
    }
}

section.section_04 .app-contents .square-box .flex .textarea .inner-block a.common-btn {
    width: 400px
}

section.section_04 .flow-wrap {
    position: relative;
    z-index: 150
}

section.section_04 .flow-wrap h2 {
    margin-bottom: 3.6rem
}

section.section_04 .flow-wrap img.strawberry {
    width: 252px;
    position: absolute;
    left: -13rem;
    bottom: -12rem
}

section.section_04 .flow-wrap .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 50px;
    padding: 5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.section_04 .flow-wrap .contents img.arrow {
    height: 19.5px
}

@media screen and (max-width:767px) {
    section.section_04 .flow-wrap h2 {
        margin-bottom: 2rem
    }

    section.section_04 .flow-wrap img.strawberry {
        width: 140px;
        left: -4rem;
        bottom: -7rem
    }

    section.section_04 .flow-wrap .contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2.4rem;
        padding: 4rem 2.65rem;
        border-radius: 30px
    }

    section.section_04 .flow-wrap .contents img.arrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

section.section_04 .flow-wrap .contents .item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 3rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

section.section_04 .flow-wrap .contents .item img.step {
    width: 65px
}

section.section_04 .flow-wrap .contents .item img {
    width: 136px;
    flex-shrink: 0;
    max-width: none;
}

section.section_04 .flow-wrap .contents .item p {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.4
}

section.section_04 .flow-wrap .contents .item p:not(.step) {
    min-height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:999px) {
    section.section_04 .flow-wrap .contents .item p:not(.step) {
        min-height: 5em
    }
}

@media screen and (max-width:767px) {
    section.section_04 .flow-wrap .contents .item {
        height: auto;
        row-gap: 1.2rem
    }

    section.section_04 .flow-wrap .contents .item p {
        font-size: 1.8rem
    }

    section.section_04 .flow-wrap .contents .item p:not(.step) {
        min-height: auto
    }
}

section.section_04 .flow-wrap .contents .item p.step {
    color: #B60081;
    background-color: #FFF0FA;
    letter-spacing: 0;
    padding: .8rem 1.6rem;
    line-height: 1;
    border-radius: 50px;
    font-size: 2.4rem
}

section.section_05 {
    background-color: #fff;
    padding: 12rem 2.4rem;
    position: relative
}

section.section_05::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 19px;
    background: url(../images/wave_bottom.svg) center top
}

section.section_05 h2 {
    max-width: 260px;
    margin: 0 auto 4.8rem
}

@media screen and (max-width:767px) {
    section.section_05 {
        padding: 6rem 2rem
    }

    section.section_05::before {
        background-image: url(../images/wave_bottom_sp.svg);
        background-repeat: repeat-x;
        background-position: 0 0;
    }

    section.section_05 h2 {
        width: 170px;
        margin-bottom: 4rem
    }
}

section.section_05 .accordion-wrap {
    max-width: 1200px;
    margin: 0 auto
}

section.section_05 .accordion-wrap .accordion-content {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #B60081
}

section.section_05 .accordion-wrap .accordion-content:not(:last-of-type) {
    margin-bottom: 2.4rem
}

section.section_05 .accordion-wrap .accordion-content .accordion-title {
    padding: 2rem 2.4rem;
    cursor: pointer;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #2A2A2A;
    letter-spacing: .1em
}

@media screen and (max-width:767px) {
    section.section_05 .accordion-wrap .accordion-content .accordion-title {
        font-size: 1.8rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1.8rem 4rem 1.8rem 2.4rem
    }
}

section.section_05 .accordion-wrap .accordion-content .accordion-title .i_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 80%;
    right: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

section.section_05 .accordion-wrap .accordion-content .accordion-title .i_box .one_i {
    width: 16px;
    height: 10px;
    background-image: url(../images/accordion_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

section.section_05 .accordion-wrap .accordion-content .accordion-title.open .i_box {
    transform: translateY(-50%) rotate(180deg);
}

section.section_05 .accordion-wrap .accordion-content .accordion-title.open .i_box .one_i::before {
    content: none
}

section.section_05 .accordion-wrap .accordion-content .accordion-title .faq-q {
    width: 28px
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner {
    display: none;
    padding: 1.6rem 2.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner .flex .faq-a {
    width: 26.5px
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner .flex p.text {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.8rem
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner .flex p.text span {
    display: block;
    color: #545454;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: .8rem
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner .table-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner table {
    margin-top: 2rem;
    width: 100%;
    border-collapse: collapse
}

@media screen and (max-width:767px) {
    section.section_05 .accordion-wrap .accordion-content .accordion-inner .flex p.text {
        font-size: 1.6rem
    }

    section.section_05 .accordion-wrap .accordion-content .accordion-inner .flex p.text span {
        font-size: 1.2rem
    }

    section.section_05 .accordion-wrap .accordion-content .accordion-inner table tr:first-of-type th {
        border-top: none
    }

    section.section_05 .accordion-wrap .accordion-content .accordion-inner table td, section.section_05 .accordion-wrap .accordion-content .accordion-inner table th {
        display: block
    }
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner table td, section.section_05 .accordion-wrap .accordion-content .accordion-inner table th {
    border-top: 1px solid #E6E6E6;
    padding: 1.2rem 0;
    line-height: 1.5;
    vertical-align: middle
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner table th {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #2A2A2A;
    font-weight: 700
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner table td {
    font-size: 1.8rem
}

@media screen and (max-width:767px) {
    section.section_05 .accordion-wrap .accordion-content .accordion-inner table th {
        border-bottom: none;
        padding-bottom: 0
    }

    section.section_05 .accordion-wrap .accordion-content .accordion-inner table td {
        border-top: none;
        font-size: 1.6rem
    }
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner table .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner table .flex-wrap img {
    width: 60px
}

section.section_05 .accordion-wrap .accordion-content .accordion-inner table .flex-wrap p {
    text-align: left
}

section.section_06 {
    background-color: #F5F5F7;
    padding: 8rem 0 0
}

@media screen and (max-width:767px) {
    section.section_06 {
        padding: 6rem 0 0
    }
}

section.section_06 .wrap {
    padding: 0 2rem
}

section.section_06 .inner-contents {
    max-width: 1248px;
    margin: 0 auto;
    border-radius: 50px;
    border: 3px dashed #2A2A2A;
    padding: 6rem 8rem;
    background-color: #fff
}

section.section_06 .inner-contents h2 {
    font-size: 4rem;
    letter-spacing: .1em;
    line-height: 1.6;
    font-weight: 700;
    margin: 0 auto 4rem;
    text-align: center
}

@media screen and (max-width:767px) {
    section.section_06 .inner-contents {
        padding: 4rem 2rem
    }

    section.section_06 .inner-contents h2 {
        font-size: 3rem;
        margin-bottom: 2.4rem
    }
}

section.section_06 .inner-contents .item:not(:last-of-type) {
    margin-bottom: 1.6rem
}

section.section_06 .inner-contents .item p {
    font-size: 1.6rem
}

section.section_06 .inner-contents .item p.lead {
    position: relative;
    line-height: 1.75;
    font-weight: 700;
    margin-bottom: .4rem;
    padding-left: 2rem;
    letter-spacing: .1em
}

section.section_06 .inner-contents .item p.lead::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    left: 0
}

section.section_06 .inner-contents .item p.text {
    font-weight: 400;
    padding-left: 2rem;
    letter-spacing: .06em
}

section.section_06 .inner-contents .item p.text span {
    color: #545454
}

section.section_06 .contact-wrap {
    background-color: #B60081;
    padding: 10rem 2rem 11rem;
    margin: 6rem auto 0
}

@media screen and (max-width:767px) {
    section.section_06 .contact-wrap {
        padding: 5rem 2rem
    }
}

section.section_06 .contact-wrap .inner {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 6.4rem 2rem;
    border-radius: 50px;
    text-align: center
}

section.section_06 .contact-wrap .inner p {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4
}

section.section_06 .contact-wrap .inner p.text {
    font-size: 2rem;
    letter-spacing: .1em
}

@media screen and (max-width:767px) {
    section.section_06 .contact-wrap .inner p {
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 1.6rem
    }

    section.section_06 .contact-wrap .inner p.text {
        font-size: 1.6rem;
        font-weight: 400;
        margin-bottom: 0
    }
}

section.section_06 .contact-wrap .flex {
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3.2rem;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    position: relative;
    margin-bottom: 1.8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.section_06 .contact-wrap .flex p {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1
}

@media screen and (max-width:999px) {
    section.section_06 .contact-wrap .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2rem
    }

    section.section_06 .contact-wrap .flex p {
        margin-bottom: 1.6rem;
    }
}

@media screen and (max-width:767px) {
    section.section_06 .contact-wrap .flex p {
        font-size: 1.6rem;
        font-weight: 400
    }
}

section.section_06 .contact-wrap .flex a {
    background-image: url(../images/tel_icon.png);
    background-repeat: no-repeat;
    color: #B60081;
    font-size: 5.6rem;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 600;
    padding-left: 3.5rem;
    background-size: 26px;
    background-position: left center;
    pointer-events: none
}

@media screen and (max-width:767px) {
    section.section_06 .contact-wrap .flex a {
        pointer-events: visible;
        font-size: 2.4rem;
        background-size: 18px
    }
}

section.section_06 .contact-wrap .dashed {
    max-width: 900px;
    margin: 0 auto 3.2rem;
    background-size: 15px 3px;
    background-image: linear-gradient(to right, #E6E6E6 8px, transparent 7px);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 3.2rem
}

@media screen and (max-width:767px) {
    section.section_06 .contact-wrap .dashed {
        padding-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

section.section_06 .contact-wrap img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
    width: 100%
}

@media screen and (max-width:767px) {
    section.section_06 .contact-wrap img {
        max-width: 240px
    }
}