@charset "utf-8";

/* ====================

    Index

01. Common & Reset
02. Header
03. Order
04. Section
    4-1. Section01
    4-2. Section02
    4-3. Section03 - Voice
    4-4. Section04 - Step
    4-5. Section05 - Profile
    4-6. Section End
05. Footer

==================== */


/* =========================

    01. Common & Reset

========================= */

body { background: url("images/header_bg.jpg") center top no-repeat; }
@media screen and (max-width: 667px) {
    body {
        background: url("images/header_bg_sp.jpg") right top no-repeat;
        background-size: 106%;
    }
}

h2 {
    margin-bottom: 60px;
    font-size: 4rem;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
    text-align: center;
}
@media screen and (max-width: 667px) {
    h2 {
        margin-bottom: 3rem;
        font-size: 3rem;
    }
}

section { padding: 60px 0; }
@media screen and (max-width: 667px) {
    section { padding: 3rem 0; }
}

header, .boxInner {
    width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 667px) {
    header, .boxInner { width: 94%; }
}


li {
    list-style: none;
    line-height: 1.6;
}

p {
    font-size: 1.8rem;
    line-height: 1.7;
}

section p { margin-bottom: 26px; }
@media screen and (max-width: 667px) {
    section p { margin-bottom: 2.5rem; }
}

label, .ipForm {
    font-size: 1.6rem;
}

.f24 { font-size: 2.4rem; }
@media screen and (max-width: 667px) {
    .f24 { font-size: 2.2rem; }
}

strong { font-weight: bold; }
.marker { background: linear-gradient(transparent 60%, #c1e5e0 60%); }
.grn { color: #33aa99; }
.brn { color: #aa8866; }

@media screen and (max-width: 667px) {
    img { width: 100%; height: auto; }
    .pc { display: none; }
}



/* =========================

    02. Header

========================= */

header {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}
@media screen and (max-width: 667px) {
    header { padding: 2rem 0; }
}

.headerOrder {
    order: 4;
    width: 700px;
    padding: 40px 20px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #aa8866;
    border-radius: 10px;
    position: relative;
}
@media screen and (max-width: 667px) {
    .headerOrder { 
        width: 100%;
        padding: 3rem 2rem 2rem;
    }
}

.headerOrder h1 { margin-bottom: 2rem; }

.headerOrder .orderCatch {
    position: absolute;
    top: -2rem;
    left: 90px;
}
@media screen and (max-width: 667px) {
    .headerOrder .orderCatch {
        top: -1.4rem;
        left: 2rem;
        right: 2rem;
    }
}

.headerCatch01 {
    order: 1;
    margin-bottom: 30px;
}
@media screen and (max-width: 667px) {
    .headerCatch01 { margin-bottom: 2rem; }
}

.headerCatch02 {
    order: 2;
    margin-bottom: 40px;
}
@media screen and (max-width: 667px) {
    .headerCatch02 { margin-bottom: 3rem; }
}

.headerCatch03 {
    order: 3;
    margin-bottom: 60px;
}
@media screen and (max-width: 667px) {
    .headerCatch03 { margin-bottom: 3rem; }
}




/* =========================

    03. Order

========================= */

.orderArea {
    background: url("images/orderarea_bg.png") left top repeat;
}

.order {
    display: flex;
    flex-direction: column;
    margin: 30px auto 20px;
    padding: 0 0 30px 290px;
    background: url("images/order_img.png") 30px 60px no-repeat;
    background-color: #fff;
    border: 1px solid #aa8866;
    border-radius: 10px;
    position: relative;
}
@media screen and (max-width: 667px) {
    .order {
        margin: 3rem auto 2rem;
        padding: 2rem;
        background-image: none;
    }
}

.order h2 {
    order: 2;
    margin: 60px 0 0;
    padding: 0 0 20px;
    text-align: left;
}
@media screen and (max-width: 667px) {
    .order h2 { margin: 1rem 0 0; }
}

.order > p {
    order: 1;
    width: 780px;
    position: absolute;
    top: -30px;
    left: 97px;
}
@media screen and (max-width: 667px) {
    .order > p {
        width: 90%;
        top: -1.4rem;
        left: 2rem;
        right: 2rem;
        margin-bottom: 0;
    }
}

.order .orderForm {
    order: 3;
    width: 660px;
    background: url("images/header_form_bg.png") left top repeat;
}
@media screen and (max-width: 667px) {
    .order .orderForm { width: 100%; }
}

.orderForm {
    padding: 20px;
    background: url("images/header_form_bg.png") left top repeat;
}

.orderForm label {
    margin: 14px 16px 0 0;
    float: left;
}
@media screen and (max-width: 667px) {
    .orderForm label {
        margin: 0 0 2rem;
        float: none;
        text-align: center;
    }
}

.ipForm {
    width: 490px;
    margin: 0 0 20px;
    padding: 15px 15px 10px;
    box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
    border: none;
}
@media screen and (max-width: 667px) {
    .ipForm {
        width: 100%;
        border: 1px solid #ddd;
    }
}

.ipForm::-webkit-input-placeholder { color: #ddd; }
.ipForm:-ms-input-placeholder { color: #ddd; }
.ipForm::-moz-placeholder { color: #ddd; }

.btForm {
    margin: 0;
    text-align: center;
    background: linear-gradient(0deg, #f80, #fb0);
    border-radius: 10px;
}
.btForm:hover { background: linear-gradient(0deg, #fb0, #f80); }

.btForm input {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 18px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background: url("images/order_arrow.png") 560px center no-repeat;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 667px) {
    .btForm input {
        padding: 1.5rem 0 1.5rem 2.5rem;
        font-size: 2rem;
        text-align: left;
        background-position: 94% center;
        background-size: 6%;
    }
}

.attention li:before {
    content: "※";
}

.attention li {
    padding: 0 0 0 1em;
    color: #999;
    font-size: 1.2rem;
    text-indent: -1em;
}




/* =========================

    04. Section

========================= */

/* ----- 4-1. Section01 ----- */

.sec01 {
    background: url("images/sec01_bg.jpg") center top no-repeat;
    background-size: cover;
}

.sec01 ul, .sec01 p { padding-left: 256px; }
@media screen and (max-width: 667px) {
    .sec01 ul, .sec01 p { padding-left: 0; }
}

.sec01 ul { margin-bottom: 55px; }
@media screen and (max-width: 667px) {
    .sec01 ul { margin-bottom: 3rem; }
}

.sec01 li {
    padding: 15px 10px 10px 60px;
    font-size: 2.2rem;
    background: url("images/check_purple.png") 18px 20px no-repeat;
    border-top: 1px dashed #999;
}
@media screen and (max-width: 667px) {
    .sec01 li {
        padding: 1.5rem 1rem 1rem 4.5rem;
        font-size: 2rem;
        background-position: 10px 20px;
    }
}

.sec01 li:last-child {
    border-bottom: 1px dashed #999;
}

.sec01 .boxInner p:last-child {
    margin-bottom: 0;
}


/* ----- 4-2. Section02 ----- */

.sec02 {
    padding: 60px 0 0;
    background: url("images/sec02_bg.png") left top repeat;
}

.sec02 .boxInner {
    padding: 0 0 60px;
    background: url("images/sec02_img.png") right bottom no-repeat;
}
@media screen and (max-width: 667px) {
    .sec02 .boxInner { background-image: none; }
}

.sec02 ul {
    width: 640px;
    margin: 0 0 35px;
    padding: 30px 30px 16px;
    background-color: #eaf6f5;
}
@media screen and (max-width: 667px) {
    .sec02 ul {
        width: 100%;
        margin: 0 0 3rem;
        padding: 2rem 2rem 1rem;
    }
}

.sec02 li:before {
    content: "●";
    color: #85ccc2;
}

.sec02 li {
    font-size: 1.8rem;
    text-indent: -1em;
    margin: 0 0 10px;
    padding: 0 0 0 1em;
}

.sec02 p { width: 640px; }
@media screen and (max-width: 667px) {
    .sec02 p { width: 100%; }
}

.sec02 p:last-child { margin-bottom: 0; }


/* ----- 4-3. Section03 - Voice ----- */

.sec03 { background: url("images/sec03_bg.png") left bottom repeat; }

.sec03 h2 { margin-bottom: 0; }

.sec03-box {
    padding: 60px 0 24px 340px;
    background: url("images/sec03_img01.png") 40px top no-repeat;
}
@media screen and (max-width: 667px) {
    .sec03-box {
        padding: 3rem 0 1rem;
        background-image: none;
    }
}

.sec03-ul01 {
    width: 640px;
    margin: 0 0 34px;
    padding: 30px;
    background-color: #ffffcc;
}
@media screen and (max-width: 667px) {
    .sec03-ul01 {
        width: 100%;
        margin: 0 0 3rem;
        padding: 2rem;
    }
}

.sec03-ul01 li:before {
    content: "●";
    color: #ccb7a3;
}

.sec03-ul01 li {
    font-size: 1.8rem;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.sec03-ul02 li {
    display: flex;
    margin: 0 0 30px;
    background-color: #fff;
}
@media screen and (max-width: 667px) {
    .sec03-ul02 li { flex-direction: column; }
}

.sec03-ul02 li:nth-child(even) {
    flex-direction: row-reverse;
    background-color: #ffffe5;
}
@media screen and (max-width: 667px) {
    .sec03-ul02 li:nth-child(even) { flex-direction: column; }
}

.sec03-ul02 p {
    margin: 0;
    padding: 22px 30px 0 30px;
    color: #886644;
    font-size: 2.8rem;
    line-height: 1.6;
}
@media screen and (max-width: 667px) {
    .sec03-ul02 p {
        padding: 2rem;
        font-size: 2.4rem;
    }
}

.voiceName {
    display: block;
    color: #333;
    font-size: 1.8rem;
    text-align: right;
}

.sec03-ul02 figure {
    margin: 0;
    line-height: 1;
}

.sec03 .boxInner > p {
    margin: 60px 0 80px;
    font-size: 2.4rem;
    text-align: center;
}



/* ----- 4-4. Section04 - Step ----- */

.sec04 {
    background: url("images/sec04_bg.jpg") center top no-repeat;
}

.sec04-1 { background: url("images/sec04_img01.png") right center no-repeat; }
.sec04-2 { background: url("images/sec04_img02.png") left top no-repeat; }
.sec04-3 { background: url("images/sec04_img03.png") right center no-repeat; }
.sec04-4 { background: url("images/sec04_img04.png") left top no-repeat; }
@media screen and (max-width: 667px) {
    .sec04-1, .sec04-2, .sec04-3, .sec04-4 {
        background-image: none;
    }
}

.sec04 .rightCon {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media screen and (max-width: 667px) {
    .sec04 .rightCon {
        align-items: flex-start;
    }
}

.sec04 h3, .sec04 p { width: 640px; }
@media screen and (max-width: 667px) {
    .sec04 h3, .sec04 p { width: 100%; }
}

.sec04 p { margin-bottom: 48px; }

.sec04 h3 {
    margin: 0 0 30px;
    padding: 4px 0 24px 110px;
    color: #aa8866;
    font-size: 2.4rem;
    line-height: 1;
    border-bottom: 1px solid #d0e7e3;
    background-position: left top;
    background-repeat: no-repeat;
}
@media screen and (max-width: 667px) {
    .sec04 h3 {
        margin: 0 0 1.5rem;
        padding: 0 0 1.5rem 9rem;
        font-size: 2.2rem;
        line-height: 1.3;
        background-size: 22%;
    }
}

.day1 { background-image: url("images/sec04_day1.png"); }
.day2 { background-image: url("images/sec04_day2.png"); }
.day3 { background-image: url("images/sec04_day3.png"); }
.day4 { background-image: url("images/sec04_day4.png"); }
.day5 { background-image: url("images/sec04_day5.png"); }
.day6 { background-image: url("images/sec04_day6.png"); }
.day7 { background-image: url("images/sec04_day7.png"); }

.movie {
    padding: 25px 30px 21px 120px;
    color: #33aa99;
    font-weight: bold;
    background: url("images/sec04_movie.png") 30px 15px no-repeat;
    background-color: #eaf6f5;
}
@media screen and (max-width: 667px) {
    .movie {
        padding: 2rem 2rem 2rem 11rem;
        background-position: 15px center;
    }
}



/* ----- 4-5. Section05 - Profile ----- */

.sec05 {
    background: url("images/sec05_bg.png") left top repeat;
}

.sec05 .boxInner {
    width: 940px;
    display: flex;
    flex-direction: row-reverse;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 10px #eaf6f5, 0px 0px 0px 11px #fff, 0px 0px 0px 20px #fff;
}
@media screen and (max-width: 667px) {
    .sec05 .boxInner {
        width: 84%;
        flex-direction: column;
        padding: 2.5rem;
    }
}

.profile { margin: 0 0 0 40px; }
@media screen and (max-width: 667px) {
    .profile { margin: 0; }
}

.profile h3 {
    margin: 0 0 40px;
    padding: 0 0 20px;
    font-size: 2.8rem;
    line-height: 1;
    border-bottom: 1px solid #ddd;
}

.profile h3 span {
    color: #bbb;
    font-size: 1.8rem;
    font-weight: normal;
}


/* ----- 4-6. Section End ----- */

.secEnd { background: url("images/sec_end_bg.png") left top repeat; }

.secEnd .boxInner {
    padding: 10px;
    background: url("images/sec_end_bgimg.jpg") center top no-repeat;
    background-size: cover;
}

.secEnd-box {
    padding: 50px;
    border: 1px solid #b8860b;
}
@media screen and (max-width: 667px) {
    .secEnd-box { padding: 2.5rem; }
}

.secEnd-box p {
    width: 580px;
}
@media screen and (max-width: 667px) {
    .secEnd-box p { width: 100%; }
}

p.endName {
    margin: 0;
    text-align: right;
}



/* =========================

    05. Footer

========================= */

footer {
    padding: 40px 0;
    background-color: #eaf6f5;
}

footer ul {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
}
@media screen and (max-width: 667px) {
    footer ul {
        margin:  0 auto 2rem;
        display: block;
    }
}

footer li {
    padding: 0 2em;
    border-left: 1px solid #bbb;
}

footer li:last-child {
    border-right: 1px solid #bbb;
}
@media screen and (max-width: 667px) {
    footer li, footer li:last-child {
        border: none;
    }
}

footer li a {
    color: #333;
    font-size: 1.6rem;
}

footer p {
    color: #33aa99;
    font-size: 1.2rem;
    text-align: center;
}