@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:500,700,900|Red+Hat+Display:700&display=swap');

/* base
---------------------------------------- */
body {
    position: relative;
    font-family: 'M PLUS Rounded 1c', 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: #390202;
    letter-spacing: -.05em;
}

section {
    padding: 8rem 0 12rem;
}

a:hover {
    opacity: 0.8;
}

.wrapper {
    text-align: center;
}

.conWrap {
    max-width: 1000px;
    margin: 0 auto;
}

.sp {
    display: block;
}

@media screen and (max-width: 1024px) {
    .conWrap {
        max-width: 95vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding: 15vw 0;
    }

    .sp {
        display: none;
    }
}

/* font-size
---------------------------------------- */

h1,
.number,
.nuber02,
.strong,
.size,
.serif,
.name,
.price {
    font-family: 'Red Hat Display'
}

p,
.specification {
    font-size: 1.5rem;
}

h1,
.strong02,
.name {
    font-size: 4.8rem;
}

h2 {
    font-size: 8.4rem;
    letter-spacing: -.05em;
}

h3 {
    font-size: 4.2rem;
    margin-bottom: 6rem;
}

h4,
h6 {
    font-size: 2.6rem;
}

h5 {
    font-size: 3.6rem;
    margin: 1.5rem 0;
}

.lead,
.btnTxt,
.txtBox,
.itemName,
.cpPrice {
    font-size: 3.2rem;
}

.conCatch,
.number,
.size {
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1.2em;
}

.sec03Catch,
.price {
    font-size: 6.8rem;
    font-weight: 700;
}

.cp_main_txt {
    margin: -3.5rem;
    font-size: 11rem;
}

.asterisk,
.factor,
.tax {
    font-size: 2rem;
    font-weight: 700;
}

.strong {
    font-size: 15rem;
}

.PriceText {
    font-size: 2.4rem;
}

.boxBody {
    text-align: justify;
}

.caption {
    margin: 0 auto;
    font-size: 1.2rem;
}

.regPrice {
    width: 55%;
    font-size: 2rem;
    margin: 1rem auto 0;
    padding: 1rem 0;
    border: 3px solid #390202;
    border-radius: 4.8rem;
}

.limit {
    margin-right: 1.5rem;
}

.orange {
    color: #ff6803;
}

.white {
    color: #fff;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    p,
    .specification {
        font-size: 1.8vw;
    }

    h1,
    .strong02,
    .name {
        font-size: 8vw;
    }

    h2 {
        font-size: 10vw;
    }

    h3 {
        font-size: 5vw;
        margin-bottom: 6vw;
    }

    h5 {
        font-size: 3.2vw;
        margin: 2vw 0;
    }

    .cp_main_txt {
        margin: 0;
        font-size: 12vw;
    }

    .lead,
    .btnTxt,
    .txtBox,
    .itemName,
    .cpPrice {
        font-size: 4vw;
    }

    .conCatch,
    .number,
    .size {
        font-size: 6vw;
    }

    .sec03Catch {
        font-size: 8vw;
    }

    .price {
        font-size: 5vw;
    }

    .asterisk,
    .factor,
    .tax {
        font-size: 2vw;
    }

    .strong {
        font-size: 12vw;
    }

    .PriceText {
        font-size: 2.4rem;
    }

    .caption {
        margin: 0 auto;
        font-size: 2vw;
    }
}

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

    p,
    .specification {
        font-size: 3.3vw;
    }

    h1,
    .strong02,
    .name {
        font-size: 8vw;
    }

    h2 {
        font-size: 11vw;
    }

    h3 {
        font-size: 5.5vw;
        margin-bottom: 8vw;
    }

    h4,
    h6 {
        font-size: 4.5vw;
    }

    h5 {
        font-size: 7vw;
        margin: 0;
    }

    .cp_main_txt {
        margin: 0;
        font-size: 11vw;
    }

    .lead,
    .btnTxt,
    .txtBox,
    .cpPrice {
        font-size: 4.5vw;
    }

    .conBody {
        text-align: justify;
    }

    .itemName {
        font-size: 6vw;
    }

    .conCatch,
    .number,
    .size {
        font-size: 8vw;
    }

    .sec03Catch {
        font-size: 8vw;
    }

    .price {
        font-size: 10vw;
    }


    .asterisk,
    .tax {
        font-size: 2vw;
    }

    .factor {
        font-size: 3.5vw;
    }

    .strong {
        font-size: 12vw;
    }

    .PriceText {
        font-size: 4.5vw;
    }

    .caption {
        margin: 0 auto;
        font-size: 3.3vw;
    }

    .regPrice {
        width: 80vw;
        font-size: 3.5vw;
        margin: 5vw auto 0;
        padding: 1.5vw 0;
    }
}

/* button
---------------------------------------- */

.price_btn a {
    display: block;
    max-width: 30%;
    width: 100%;
    height: 100%;
    margin: 2rem auto 0;
    padding: 1rem;
    background: #fff;
    border: 3px solid #390202;
    border-radius: 4.8rem;
}

.price_btn a:hover {
    opacity: 0.8;
    background: #390202;
    color: #fff;
}

.ctaBtn a {
    position: relative;
    display: block;
    width: 55%;
    height: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    background: #ff6803;
    border: 3px solid #390202;
    border-radius: 4.8rem;
}

.ctaBtn a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 3.4rem;
    height: 2.5rem;
    background: url(../img/icn_arw.png) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .price_btn a {
        max-width: 40vw;
    }

    .ctaBtn a {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .price_btn a {
        max-width: 50vw;
        margin: 2vw auto 0;
        padding: 1vw;
        border-radius: 6vw;
    }

    .ctaBtn a {
        width: 85vw;
        padding: 4vw 0;
        border-radius: 10vw
    }

    .ctaBtn a::after {
        width: 8vw;
        height: 4vw;
    }
}

/* ornament
---------------------------------------- */
.conTitle span {
    border-bottom: 8px solid #390202;
}

header {
    position: relative;
}

header::before {
    position: absolute;
    left: -3rem;
    content: '';
    max-width: 37.3rem;
    width: 100%;
    height: 7.5rem;
    background: url(../img/garland.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}

header::after {
    position: absolute;
    content: '';
    top: 0;
    right: -3rem;
    max-width: 37.3rem;
    width: 100%;
    height: 7.5rem;
    background: url(../img/garland02.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}

.balloon,
.balloon02 {
    position: relative;
    display: inline-block;
    width: 45%;
    margin: 0 auto 3rem;
    padding: 2rem 0;
    background: #390202;
    border-radius: 4rem;
    color: #fff;
}

.balloon::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #390202;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    header::before,
    header::after {
        max-width: 28vw;
        height: 10vw;
        background-size: contain;
    }

    .balloon,
    .balloon02 {
        position: relative;
        display: inline-block;
        width: 60vw;
        margin: 0 auto 3rem;
        padding: 2rem 0;
        background: #390202;
        border-radius: 4rem;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .conTitle span {
        border-bottom: 4px solid #390202;
    }

    header::before {
        top: -15vw;
        left: -5vw;
        max-width: 50vw;
        height: 20vw;
        background-size: contain;
    }

    header::after {
        top: -15vw;
        right: -2.5vw;
        max-width: 50vw;
        height: 20vw;
        background-size: contain;
    }

    .balloon,
    .balloon02 {
        position: relative;
        display: inline-block;
        width: 85vw;
        margin: 0 auto 3rem;
        padding: 3vw 0;
        background: #390202;
        border-radius: 4rem;
        color: #fff;
    }
}

/* margin & extla
---------------------------------------- */

#sec01 {
    padding-top: 20rem;
}

.ttl_area {
    margin: 4rem 0 2rem;
}

.caption {
    margin: .4rem;
}

.conBody,
.captionM {
    margin: 2em 0 3.5em;
}

.txtBox {
    margin-right: 2rem;
    padding: .6rem 1rem;
    background: #ff6803;
    color: #fff;
}

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

    #sec01 {
        padding-top: 27vw;
    }

    .ttl_area {
        margin: 3vw 0;
    }
}

/* flexbox
---------------------------------------- */

/* sec01 & 02 */

.necessary {
    display: flex;
    justify-content: space-between;
    margin: 3rem auto 8rem;
}

.necessary .item {
    width: 30%;
    padding: 4rem 3rem;
    border-radius: 2.4rem;
    border: 3px solid #390202;
    background: #fff;
}

/* sec03 */

.sec03Title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breakdown {
    display: flex;
    justify-content: space-between;
    margin: -7rem auto 7rem;
    padding: 7rem 3rem 3rem;
    border: 3px solid #390202;
    border-radius: 2.4rem;
    background: #fff;
}

.breakdown li {
    position: relative;
    width: 20%;
    padding: 6.2rem 3rem;
    border-radius: 50%;
    background: #ff6803;
    color: #fff;
}

.breakdown li:nth-child(-n+3)::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -28%;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    background: url(../img/icn_plus.png) no-repeat;
    background-size: contain;
}

/* sec04 */

.titleArea .details {
    display: flex;
    justify-content: space-between;
    padding: 0 10rem;
}

.titleArea .details li {
    position: relative;
    width: 42%;
    margin: 3rem auto 2rem;
    padding: 3rem;
    border: 3px solid #390202;
    border-radius: 2.4rem;
    background: #fff;
}

.titleArea .details li:first-child:after {
    position: absolute;
    content: '';
    top: 50%;
    right: -5.7rem;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    background: url(../img/icn_plus.png) no-repeat;
    background-size: contain;
}

.necessary .item02 {
    width: 30%;
}

#sec04 .balloon {
    margin-top: -5rem;
}

.necessary .item02 a {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 4rem 3rem;
    border-radius: 2.4rem;
    border: 3px solid #390202;
    background: url(../img/bg_orange.png);
}

.necessary .item02 span {
    display: block;
}

.necessary .item02 .size {
    margin-bottom: -1rem;
}

/* sec04 - item */

.nameBox {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.nameBox .number {
    margin-right: 2rem;
}

.priceList {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 4rem 8rem 6rem;
}

.listBox {
    width: 47%;
    margin-bottom: -25rem;
    background: #fff;
    border-radius: 2.4rem;
    border: 3px solid #390202;
}

.listBox li {
    display: flex;
    justify-content: space-between;
    padding: 2rem 4rem;
    border-bottom: 1px solid #bfbfbf;

}

.listBox li:last-child {
    border-bottom: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .necessary .item {
        width: 30vw;
        padding: 2rem 1rem;
        border-radius: 2.4rem;
        border: 3px solid #390202;
        background: #fff;
    }

    .breakdown li {
        width: 18vw;
        padding: 6vw 0.5vw;
    }

    .breakdown li:nth-child(-n+3)::after {
        right: -23.5%;
        width: 3.5vw;
        height: 3.5vw;
        background-size: contain;
    }

    .titleArea .details {
        padding: 0;
    }

    .titleArea .details li {
        width: 40vw;
        margin: 3rem auto 2rem;
        padding: 3rem;
        border: 3px solid #390202;
        border-radius: 2.4rem;
        background: #fff;
    }

    .titleArea .details li:first-child:after {
        right: -6.5vw;
        width: 5vw;
        height: 5vw;
        background-size: contain:
    }

    .necessary .item02 {
        width: 30vw;
    }

    .priceList {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 4vw 5vw -30vw;
    }

    .listBox {
        width: 95vw;
        margin-bottom: 2vw;
        background: #fff;
        border-radius: 2.4rem;
        border: 3px solid #390202;
    }

    .listBox li {
        display: flex;
        justify-content: space-between;
        padding: 2vw 20vw;
        border-bottom: 1px solid #bfbfbf;

    }
}

@media screen and (max-width: 767px) {
    /* sec01 & 02 */

    .necessary {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 1vw auto 6vw;
    }

    .necessary .item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 85vw;
        margin: 0 auto 3vw;
        padding: 3vw 4vw;
        border-radius: 2.4rem;
        border: 3px solid #390202;
        background: #fff;
    }

    .necessary .item .number {
        margin-right: 3vw;
    }

    /* sec03 */


    .breakdown {
        display: flex;
        flex-direction: column;
        margin: -15vw auto 8vw;
        padding: 8vw 4vw 4vw;
        border: 3px solid #390202;
        border-radius: 2.4rem;
        background: #fff;
    }

    .breakdown li {
        width: 65vw;
        margin: 4vw auto;
        padding: 3vw 1vw;
        border-radius: 5vw;
    }

    .breakdown li:nth-child(-n+3)::after {
        top: 13vw;
        right: 45%;
        transform: translateY(0);
        width: 5vw;
        height: 5vw;
    }

    /* sec04 */

    .titleArea .details {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .titleArea .details li {
        position: relative;
        width: 42vw;
        margin: 6vw auto;
        padding: 3vw 1vw;
    }

    .titleArea .details li:first-child:after {
        right: -6vw;
        width: 5vw;
        height: 5vw;
    }

    .necessary .item02 {
        width: 90vw;
        margin: 0 auto;
    }

    #sec04 .balloon {
        margin-top: -5rem;
    }

    .necessary .item02 a {
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin-bottom: 2.5vw;
        padding: 0.5vw;
        border-radius: 3vw;
    }

    .necessary .item02 span {
        display: inline-block;
    }

    .necessary .item02 .size {
        margin-bottom: -1rem;
    }

    /* sec04 - item */

    .nameBox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nameBox .number {
        margin-right: 2rem;
    }

    .priceList {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin: 3vw auto 6vw;
    }

    .listBox {
        width: 80vw;
        margin: 3vw auto;
        margin-bottom: 0;
        padding: 2vw;
        background: #fff;
        border-radius: 2.4rem;
        border: 3px solid #390202;
    }

    .listBox li {
        display: flex;
        justify-content: space-between;
        padding: 0.5vw 8vw;
        border-bottom: 1px solid #bfbfbf;

    }

    .listBox li:last-child {
        border-bottom: none;
    }
}


/* backgrund
---------------------------------------- */

.main {
    position: relative;
    padding-top: 5rem;
    background: url(../img/bg_orange.png);
    border-bottom: 3px solid #390202;
}

.titleArea {
    margin-top: -8rem;
    padding: 8rem 0;
    background: url(../img/bg_orange.png);
    border-bottom: 3px solid #390202;
}


.cp_inner {
    margin: -7rem auto -12rem;
    padding: 7rem 2rem 4rem;
    background: #fff;
    border-radius: 3.4rem;
    border: 3px solid #390202;
}

#sec01,
#sec03,
footer {
    background: #faf6f3;
}

#chirashi,
#leaflet,
#pamphlet {
    padding-top: 5rem;
    margin-bottom: 25rem;
    background: url(../img/bg_orange.png);
    border-bottom: 3px solid #390202;
    border-radius: 2.4rem 2.4rem 0 0;
}

#leaflet,
#pamphlet {
    margin-top: 8rem;
}

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

    .titleArea {
        margin-top: -15vw;
        padding: 13vw 0;
    }


    .cp_inner {
        margin: -15vw 0;
        padding: 10vw 2vw 6vw;
        border-radius: 5vw;
    }

    #chirashi,
    #leaflet,
    #pamphlet {
        padding-top: 8vw;
        margin-bottom: 10vw;
        border-radius: 2.4rem 2.4rem 0 0;
    }
}

/* footer
---------------------------------------- */

footer {
    padding-top: 2rem;
}

footer .copyrights {
    margin-top: 1.5rem;
    background: #ff6803;
    color: #fff;
    padding: 1rem;
}