@charset "utf-8";

html {
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #333333;
    overflow-x: hidden;
    font-weight: 400;
}

/* コンテンツ幅 */
.inner {
    width: 1100px;
    margin: 0 auto;
}

.wrapper {
    padding-top: 80px;
}

/* 横並び */
.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", serif;
    line-height: 52px;
    color: #2C4C67;
    text-align: center;
}

.h2__44 {
    font-size: 44px;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 28px;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.zenmaru {
    font-family: "Zen Maru Gothic", serif;
}

.quicksand {
    font-family: "Quicksand", sans-serif;
}

.navy {
    color: #2C4C67;
}

.pink {
    color: #EB737B;
}

a[href^="tel"],
a[href^="mailto"] {
    text-decoration: none !important;
    color: inherit;
}

/* お問い合わせ・定期便のご注文はこちら ボタン */
.btn-contact {
    width: 900px;
    height: 140px;
    background-color: #EF858C;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../img/btn-contact__click.svg);
    background-repeat: no-repeat;
    background-position: top 20px left 15px;
}

.btn-contact__text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-contact__1 {
    font-size: 32px;
    white-space: nowrap;
}

.btn-contact__2 {
    font-size: 24px;
    padding-top: 20px;
}

.btn-contact__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 40px;
    height: auto;
}

/* ホバー */
.btn-contact:hover {
    background-color: rgba(239, 133, 140, 0.8);
}



/*------------- ヘッダー --------------*/

.header-title a {
    font-size: 30px;
    color: #2C4C67;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.header-title span {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 20px;
    display: block;
}

/* .header-container p a {
    display: block;
    font-size: 30px;
    color: #2C4C67;
} */

.header {
    width: 100vw;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow-x: hidden;
}

.header-inner {
    width: 100%;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 97%;
    height: 80px;
    margin: 0 auto;
}

/* グロナビ */
.nav-global__ul {
    display: flex;
    width: 80vw;
    max-width: 1100px;
    align-items: center;
    justify-content: space-between;
}

.nav-global__ul li a {
    font-size: 18px;
    color: #2C4C67;
    display: flex;
    align-items: center;
}

.nav-global__li a::after {
    content: "";
    display: inline-block;
    background-image: url("../img/nav-global__icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

/* お問い合わせ・ご注文 */
li.nav-global__contact a {
    font-size: 20px;
    color: #fff;
    background-color: #EB737B;
    display: inline-block;
    width: 240px;
    height: 48px;
    border-radius: 122px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.nav-global__contact:hover a {
    background-color: rgba(239, 133, 140, 0.8);
}


/*------------- MV --------------*/
.mv {
    background: url(../img/mv__back.jpg);
    background-size: cover;
    padding-bottom: 150px;
    position: relative;
}

.mv-content {
    justify-content: space-between;
    gap: 2vw;
}

.mv-text {
    flex-shrink: 0;
}

.mv-image {
    flex: 1;
}

/* mv-text */
.mv-title {
    font-size: 32px;
    line-height: 74px;
    color: #EB737B;
    margin: 5vw 0 0 6.2vw;
}

.mv-catch {
    font-size: 54px;
    line-height: 80px;
    color: #fff;
    background-color: #2C4C67;
    width: fit-content;
    padding: 0 60px 0 120px;
    box-sizing: border-box;
    border-radius: 0 40px 40px 0;
}

.mv-catch__1 {
    margin-bottom: 12px;
}

.mv-description {
    font-size: 24px;
    line-height: 42px;
    margin: 60px 0 40px 6.2vw;
}

.mv-points {
    margin-left: 6.2vw;
    display: flex;
}

.mv-points img {
    margin-right: 20px;
}

.mv-points img:last-child {
    margin-right: 0;
}

/* mv__image */
.mv-image {
    width: 100%;
    height: 780px;
    border-radius: 0 0 0 400px;
    border-left: 20px solid #ffffff;
    border-bottom: 20px solid #ffffff;
    box-sizing: border-box;
    background-image: url(../img/mv.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.mv-logo {
    position: absolute;
    top: 92%;
    right: 15%;
}

/* お問い合わせ・定期便のご注文はこちら */
.mv .btn-contact {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}


/*------------- オフィスコーヒー定期便とは？ --------------*/

.about {
    margin-top: 190px;
    margin-bottom: 80px;
}

.about h2 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.about h2::before {
    content: "";
    position: absolute;
    left: -110px;
    top: 68%;
    transform: translateY(-50%);
    background-image: url(../img/about-h2__left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
    aspect-ratio: 85.14 / 80.03;
    display: block;
}

.about h2::after {
    content: "";
    position: absolute;
    right: -105px;
    top: 68%;
    transform: translateY(-50%);
    background-image: url(../img/about-h2__right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 79.5px;
    aspect-ratio: 79.42 / 117.02;
    display: block;
}

.about-catch {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin: 55px auto 0 auto;
}

.about-contents__1 {
    margin-top: 60px;
    align-items: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #DEC8A7;
}

.about-contents__1 p {
    font-size: 18px;
    line-height: 34px;
    width: 590px;
}

.about-contents__1 img {
    width: 450px;
    height: 300px;
    border-radius: 20px;
}

/* 美味しいコーヒーが、働く人を支え、社会を支える */
.about-contents__2 {
    padding-top: 60px;
    align-items: start;
}

.about-contents__2 img {
    width: 450px;
    height: 425px;
    border-radius: 20px;
}

.about-contents__2 h3 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 20px;
}

.about-contents__2 p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 35px;
}

.about-contents__attempt {
    background-color: #E6EDF4;
    border-radius: 80px;
    width: 590px;
    padding: 20px 0 25px 0;
    box-sizing: border-box;
    position: relative;
}

/* 吹き出し */
.about-contents__attempt::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 50px solid #E6EDF4;
}

.about-contents__2 dl {
    width: fit-content;
    margin: 0 auto;
}

.about-contents__2 dl dt {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}

.about-contents__2 dl dd {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;

    position: relative;
    padding-left: 20px;
}

.about-contents__2 dl dd::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url(../img/listmark__blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

p.about-contents__result {
    font-size: 28px;
    text-align: center;
    margin-top: 25px;
}


/*------------- フォームリンク --------------*/

.contact-link {
    background: url(../img/contact-link__back.jpg);
}

.contact-link .inner {
    padding: 68px 0;
}

.contact-link__text {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 25px;
}

.contact-link .btn-contact {
    margin: 0 auto;
}


/*------------- こんなお悩みありませんか？ --------------*/

.worries {
    margin: 150px auto 0 auto;
}

.worries-container {
    border: 4px solid #E6D7BF;
    border-radius: 100px;
    width: 1100px;
    padding: 64px 0 54px 0;
    box-sizing: border-box;
    position: relative;
}

/* 矢印 */
.worries-container::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 23.35px;
    height: 80px;
    background-image: url("../img/worries-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.worries-title {
    background-color: #E6D7BF;
    border-radius: 36px;
    height: 60px;
    padding: 0 45px;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
}

.worries-title p {
    font-size: 32px;
    line-height: 59px;
    text-align: center;
}

/* ぐるぐる */
.worries-title::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -10px;
    transform: translateY(-50%);
    width: 40.51px;
    height: 52px;
    background-image: url("../img/worries-title.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.worries-contents {
    display: flex;
    column-gap: 35px;
    width: fit-content;
    margin: 0 auto;
}

/* リスト */
.worries-contents ul li {
    font-size: 20px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.worries-contents ul li:last-child {
    margin-bottom: 0;
}

.worries-contents ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url(../img/listmark__blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.worries-summary {
    font-size: 36px;
    text-align: center;
    width: fit-content;
    margin: 50px auto 0 auto;
    position: relative;
}

.worries-summary::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 55%;
    transform: translateY(-50%);
    background-image: url(../img/worries-summary__left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    aspect-ratio: 25 / 46;
    display: block;
}

.worries-summary::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 55%;
    transform: translateY(-50%);
    background-image: url(../img/worries-summary__right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    aspect-ratio: 25 / 46;
    display: block;
}


/*------------- オフィスコーヒー定期便のメリット --------------*/
.merit {
    background: url(../img/merit__back.jpg);
    background-position: center;
    background-size: cover;
    padding: 80px 0 100px 0;
    margin-top: 100px;
    position: relative;
}

.merit h2 {
    color: #fff;
    margin-bottom: 60px;
}

.merit-contents {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    width: 320px;
    padding: 24px 30px 32px 30px;
    box-sizing: border-box;
    position: relative;
}

.merit-contents h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #2C4C67;
    text-align: center;
    margin-bottom: 22px;
}

.merit-contents p {
    border-top: 1px solid #6E5945;
    padding-top: 20px;
}

.merit-contents__1::before {
    content: "";
    position: absolute;
    top: -24px;
    left: -25px;
    width: 64.29px;
    height: 54px;
    background-image: url(../img/merit-number__1.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.merit-contents__2::before {
    content: "";
    position: absolute;
    top: -24px;
    left: -25px;
    width: 64.29px;
    height: 54px;
    background-image: url(../img/merit-number__2.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.merit-contents__3::before {
    content: "";
    position: absolute;
    top: -24px;
    left: -25px;
    width: 64.29px;
    height: 54px;
    background-image: url(../img/merit-number__3.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.merit-catch {
    font-size: 36px;
    color: #fff;
    background-color: #EF858C;
    border-radius: 40px;
    border: 4px solid #fff;
    width: 760px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
}


/*------------- and coffeeが美味しい理由 --------------*/
.reason {
    margin: 140px auto 120px auto;
}

.reason h2 {
    margin-bottom: 40px;
}

.reason-contents {
    background-color: #E6EDF4;
    border-radius: 20px;
    width: 100%;
    padding: 20px 60px 20px 20px;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 20px;
}

.reason-contents:last-child {
    margin-bottom: 0;
}

.reason-contents img {
    width: 300px;
    height: 200px;
    border-radius: 8px;
}

.reason-text {
    width: 660px;
}

.reason-contents h3 {
    font-size: 24px;
    font-weight: 500;
    color: #2C4C67;
    margin-bottom: 12px;
}

.reason-contents p {
    font-size: 18px;
    line-height: 34px;
}


/*------------- アンドコーヒーができるまで --------------*/
.process {
    margin: 0 auto 100px auto;
}

.process-container {
    align-items: flex-start;
}

.process-text {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin: 40px auto;
}

.process-contents {
    width: 300px;
}

.process-contents img {
    width: 240px;
    height: 240px;
    display: block;
    margin: 0 auto;
}

.process-contents h3 {
    font-size: 24px;
    font-weight: 500;
    color: #2C4C67;
    text-align: center;
    margin-top: -16px;
}

.process-contents p {
    font-size: 18px;
    line-height: 34px;
    margin-top: 12px;
}

/* 矢印 */
.process-arrow {
    width: 68px;
    height: auto;
    margin-top: 120px;
}


/*------------- 定期便コース --------------*/
.plan {
    background-color: #F8F3EA;
    padding: 80px 0 60px 0;
}

.plan-container {
    margin-top: 40px;
    row-gap: 40px;
    margin-bottom: 24px;
}

.plan-catch {
    font-size: 24px;
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px auto;
    position: relative;
}

.plan-catch::before {
    content: "＼";
    position: absolute;
    bottom: 0;
    left: -30px;
}

.plan-catch::after {
    content: "／";
    position: absolute;
    bottom: 0;
    right: -30px;
}

.plan-contents {
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #E6D7BF;
    width: 530px;
    padding: 22px 40px 32px 40px;
    box-sizing: border-box;
}

.plan-contents h3 {
    font-size: 30px;
    font-weight: 700;
    color: #2C4C67;
    text-align: center;
}

.plan-criterion {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    color: #7093B1;
    text-align: center;
    border-bottom: 1px solid #DEC8A7;
    padding-bottom: 20px;
}

.plan-price {
    font-size: 48px;
    font-weight: 700;
    line-height: 36px;
    color: #E85660;
    text-align: center;
    margin-top: 20px;
}

.plan-yen {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #E85660;
    margin-left: 5px;
}

.plan-notes {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #666666;
    margin-left: 7px;
}

.plan-amount {
    background-color: #F8F3EA;
    border-radius: 8px;
    width: 450px;
    height: 142px;
    margin: 10px auto 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.plan-amount__inner {
    width: fit-content;
    margin: 0 auto;
}

.plan-amount dl {
    display: flex;
    column-gap: 12px;
    margin: 0 auto;
}

.plan-amount dl dt {
    font-size: 16px;
    font-weight: 700;
    color: #7093B1;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    padding: 5px 0;
}

.plan-amount dl dd {
    font-size: 18px;
    font-weight: 700;
    color: #2C4C67;
}

.plan-amount__drip dd:first-child {
    position: relative;
    padding-bottom: 14px;
}

.plan-amount__drip dd:first-child::after {
    content: "or";
    font-size: 14px;
    color: #7093B1;
    font-weight: 700;
    position: absolute;
    bottom: -3px;
    left: 33px;
}


.plan-amount__drip {
    position: relative;
    padding-bottom: 14px;
}

.plan-amount__drip::after {
    content: "or";
    font-size: 14px;
    color: #7093B1;
    font-weight: 700;
    position: absolute;
    bottom: -5px;
    left: 185px;
}

.plan-amount-notes {
    font-size: 16px;
    font-weight: 500;
    color: #2C4C67;
}

.plan-package-text {
    font-size: 24px;
    text-align: center;
    margin: 40px auto 70px auto;
}

/* オリジナルラベル */
.original {
    border-top: #6E5945 1px solid;
    padding-top: 60px;
}

.original-contents {
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #E6D7BF;
    width: 100%;
    padding: 30px 44px 40px 44px;
    box-sizing: border-box;
}

.original-contents h3 {
    font-size: 30px;
    line-height: 34px;
    border-bottom: 1px solid #DEC8A7;
    padding-bottom: 16px;
}

.original-price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 26px;
}

.original-contents .plan-price {
    text-align: left;
}

.original-amount {
    font-size: 20px;
    background-color: #F8F3EA;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    width: fit-content;
    height: fit-content;
    margin-left: 40px;
}

.original-explanation {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px;
}

.original-contents dl {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.original-contents dl dt {
    font-size: 18px;
    font-weight: 500;
    color: #BF9961;
    margin-right: 20px;
}

.original-contents dl dd {
    font-size: 16px;
    font-weight: 500;
    margin-right: 16px;
    position: relative;
    padding-left: 12px;
}

.original-contents dl dd:last-child {
    margin-right: 0;
}

.original-contents dl dd::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-image: url(../img/listmark__beige.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.original-contents .plan-notes{
    margin-left: 10px;
}

.original-cost{
        font-size: 18px;
    display: flex;
    column-gap: 20px;
    color: #666666;
    margin-bottom: 25px;
}

.original-cost__ul{
        display: flex;
    column-gap: 10px;
}

.original-explanation:last-child{
    margin: 20px auto 0 auto;
}





/* オリジナルラベルコーヒーご注文の流れ */
.order-flow {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}

.order-flow img {
    width: 360px;
    height: 240px;
    border-radius: 8px;
}

.order-flow__contents {
    width: 704px;
}

.order-flow__contents h3 {
    font-size: 28px;
    margin-bottom: 40px;
}

.order-flow__steps li {
    position: relative;
    padding-bottom: 33px;
}

.step-line {
    position: absolute;
    top: 30px;
    left: 17px;
    width: 6px;
    height: calc(100% - 30px);
    background: #fff;
    z-index: 0;
}

.step-number {
    font-size: 28px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    width: 40px;
    height: 40px;
    background-color: #CEB184;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: -2px;
    z-index: 1;
}

.step-text {
    margin-left: 55px;
}

.step-text p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
}

.step-text small {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.btn-order {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    background-color: #93C948;
    color: #fff;
    width: 280px;
    height: 60px;
    line-height: 59px;
    border-radius: 30px;
    text-align: center;
    margin-top: 20px;
}

.btn-order:hover {
    background-color: rgba(147, 201, 72, 0.8);
}

p.order-flow__note {
    position: relative;
    padding-left: 17px;
}

p.order-flow__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}


/*------------- 商品詳細 --------------*/
.detail {
    margin-top: 95px;
}

.detail-container {
    border-bottom: 1px solid #DEC8A7;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.detail h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #2C4C67;
    margin-bottom: 20px;
}

.detail-contents__1 {
    width: 30%;
}

.detail-contents__2 {
    width: 60%;
}

.detail-delivery {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}

.detail-delivery__item {
    display: flex;
}

.detail-delivery__item dd {
    margin-left: 16px;
}

.vertical-divider {
    width: 1px;
    background-color: #DEC8A7;
}

/* お届けコーヒーの種類について */
.kinds-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.kinds-contents__border {
    width: 1px;
    height: 140px;
    background-color: #DEC8A7;
}

.kinds-contents dl dt {
    font-size: 20px;
    font-weight: 700;
    color: #2C4C67;
}

.kinds-contents dl dd {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #BF9961;
}

.kinds-contents dl dd.expiration {
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}

.kinds-container__850,
.kinds-container__450 {
    display: none;
}

/*------------- 導入事例 --------------*/

.examples {
    margin: 140px auto 0 auto;
}

.examples-contents {
    width: 540px;
    margin: 152px auto 18px auto;
}

.examples img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.examples-name {
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    margin-top: 16px;
}

.examples-container {
    position: relative;
    width: 100%;
    height: fit-content;
}

/* コメント */
.examples-comment {
    font-weight: 500;
    color: #2C4C67;
    border-radius: 20px;
    padding: 32px 40px;
    box-sizing: border-box;
    position: absolute;
}

.examples-comment::after {
    content: "";
    position: absolute;
    width: 48.55px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* 青吹き出し */
.examples-comment__blue {
    background-color: #E6EDF4;
    width: 360px;
    top: -115px;
    left: 0;
}

.examples-comment__blue::after {
    top: 98%;
    right: 16%;
    background-image: url('../img/fukidashi__blue.svg');
}

/* 黄吹き出し */
.examples-comment__yellow {
    background-color: #F8F3EA;
    width: 300px;
    top: 50px;
    right: 0;
}

.examples-comment__yellow::after {
    top: 98%;
    left: 16%;
    background-image: url('../img/fukidashi__yellow.svg');
}

/* ピンク吹き出し */
.examples-comment__pink {
    background-color: #FDF5F6;
    width: 460px;
    bottom: -5px;
    left: 80px;
}

.examples-comment__pink::after {
    bottom: 98%;
    right: 10%;
    background-image: url('../img/fukidashi__pink.svg');
}


/*------------- 注文方法 お支払い方法 --------------*/
.method {
    background-color: #F8F3EA;
    margin-top: 120px;
    padding: 60px 0;
}

.method h2 {
    margin-bottom: 40px;
}

.method .vertical-divider {
    background-color: #6E5945;
}

/* 注文方法 */
.order {
    width: 35%;
}

.order p {
    font-size: 20px;
    line-height: 36px;
}

.order p a {
    color: #333333;
}

.order__1 {
    text-align: center;
    margin-bottom: 20px;
}

.order__2 {
    width: fit-content;
    margin: 0 auto;
}

.order__2 a {
    text-decoration: none;
}

/* ご注文ページはこちら */
.order-link {
    font-size: 22px;
    display: block;
    background-color: #EB737B;
    width: 340px;
    height: 60px;
    line-height: 59px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    margin: 35px auto 0 auto;
}

/* お支払い方法 */
.payment {
    width: 50%;
}

.payment ul {
    width: fit-content;
    margin: 0 auto;
}

.payment ul li {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.payment ul li:last-child {
    margin-bottom: 0;
}

.payment ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url(../img/listmark__blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


/*------------- よくあるご質問 --------------*/
.faq {
    margin: 80px auto 100px auto;
}

.faq h2 {
    margin-bottom: 40px;
}

.faq dl {
    width: 900px;
    margin: 0 auto;
    background-color: #F8F3EA;
    border-radius: 20px;
    padding: 25px 40px 32px 40px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.faq dl:last-child {
    margin-bottom: 0;
}

.faq dl dt {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #2C4C67;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    position: relative;
    padding-left: 50px;
}

.faq dl dt::before {
    content: "Q";
    font-size: 28px;
    font-weight: 700;
    background-color: #fff;
    color: #7093B1;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 39px;
    position: absolute;
    top: 0;
    left: 0;
}

.faq dl dd {
    font-size: 18px;
    line-height: 34px;
    margin-top: 23px;
    position: relative;
    padding-left: 50px;
}

.faq dl dd::before {
    content: "A";
    font-size: 28px;
    font-weight: 700;
    background-color: #fff;
    color: #EB737B;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 39px;
    position: absolute;
    top: 0;
    left: 0;
}


/*------------- 作っているのはこんな場所です --------------*/
.company {
    margin: 80px auto;
}

.company .inner {
    align-items: center;
}

.company-text {
    width: 440px;
}

.company-text h2 {
    margin-bottom: 30px;
    line-height: 56px;
    text-align: left;
}

.company-text p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 40px;
}

.company-text address {
    font-size: 18px;
    line-height: 34px;
}

.company-text address a {
    color: #333333;
}

.company img {
    width: 600px;
    height: auto;
    border-radius: 20px;
}


/*------------- フッター --------------*/
.footer {
    background-color: #2C4C67;
    color: #fff;
    padding: 57px 0 40px 0;
}

.footer .inner {
    position: relative;
}

.footer-container {
    width: 870px;
}

a.footer-title {
    font-size: 40px;
    display: block;
    margin-bottom: 40px;
    color: #fff;
    width: fit-content;
}

.footer-office {
    font-size: 20px;
    margin-bottom: 26px;
}

.footer-container address {
    font-size: 16px;
    line-height: 28px;
}

.footer-container address a {
    color: #fff;
}

.footer-container ul li {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 24px;
    position: relative;
    padding-left: 20px;
}

.footer-container ul li a {
    color: #fff;
}

.footer-container ul li:last-child {
    margin-bottom: 0;
}

.footer-container ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url(../img/listmark__blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* コピーライト */
.copyright {
    font-size: 14px;
    width: fit-content;
    margin: 150px 0 0 auto;
}

.footer-illustration__1 {
    position: absolute;
    width: 94px;
    height: auto;
    bottom: 60px;
    left: -140px;
}

.footer-illustration__2 {
    position: absolute;
    width: 151px;
    height: auto;
    bottom: 0;
    left: -40px;
}


/*-------------------------------- 
定期便のお問い合わせ・ご注文
-----------------------------------*/
iframe{
    margin: 0 auto;
}


.page-title {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-regular .page-title {
    background: url(../img/page-title__back__pink.jpg);
    background-size: cover;
}

.page-title h1 {
    font-size: 40px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", serif;
    line-height: 52px;
    color: #2C4C67;
}

.contact-explanation {
    padding: 80px 0;
}

.contact-explanation__p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}


/*---- お問い合わせ・ご注文フォーム ----*/

.contact-inner {
    width: 900px;
    margin: 0 auto;
}

.contact-form {
    padding: 80px 100px;
}

.contact-regular .contact-form {
    background-color: #FDF5F6;
}

.contact-form h2 {
    margin-bottom: 40px;
}


/*----------------------------------------- 
オリジナルラベルコーヒーのお問い合わせ・ご注文
------------------------------------------*/

.contact-original .page-title {
    background: url(../img/page-title__back__green.jpg);
    background-size: cover;
}

.contact-explanation h2 {
    font-size: 28px;
    line-height: 54px;
    margin-top: 60px;
}

.contact-explanation .order-flow__contents {
    margin: 30px auto 0 auto;
}

.contact-explanation .step-line {
    position: absolute;
    top: 30px;
    left: 17px;
    width: 6px;
    height: calc(100% - 30px);
    background: #E0F4C6;
    z-index: 0;
}

/* お問い合わせ・ご注文フォーム */
.contact-original .contact-form {
    background-color: #F1FCE4;
}



/*----------------------------------------- 
thanksページ
------------------------------------------*/

.sec-thanks {
    padding: 85px 0;
    background-color: #F8F3EA;
}

.sec-thanks h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.sec-thanks p {
    font-size: 20px;
    text-align: center;
}

.btn-top {
    display: block;
    font-size: 26px;
    display: block;
    background-color: #EB737B;
    width: 340px;
    height: 60px;
    line-height: 59px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    margin: 40px auto 0 auto;
}