﻿html {
    font-size: 62.5%
}

img {
    vertical-align: bottom;
    border: none
}

li {
    list-style: none
}

.pc_only {
    display: block
}

.sp_only {
    display: none
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none
    }

    .sp_only {
        display: block
    }
}

.inner {
    width: 1180px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative
}

.inner2 {
    width: 1260px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative
}

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

    .inner,
    .inner2 {
        max-width: none;
        width: 100%;
        padding: 0 4vw
    }

    .inner.sp_type02,
    .inner2.sp_type02 {
        padding: 0
    }
}

.web_font {
    font-family: 'Oswald', sans-serif
}

.ttl_style {
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-top: 35px
}

.ttl_style:before {
    display: block;
    content: '';
    width: 40px;
    height: 1px;
    background: #c0c0c1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0)
}

.ttl_style .sup {
    font-size: 38%;
    top: 0.3em;
    padding-right: 4px
}

.ttl_style .small,
.ttl_style .big {
    display: block;
    line-height: 1;
    letter-spacing: 0.15em;
    position: relative
}

.ttl_style .small {
    font-size: 2.0rem;
    margin-bottom: 18px
}

.ttl_style .big {
    font-size: 3.3rem;
    display: inline-block
}

.ttl_style .big:before {
    display: block;
    content: '';
    width: 100%;
    height: 29px;
    background: url("../../images/005009081/about_ttl_bg.png") left top no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 2
}

.ttl_style .big span {
    position: relative;
    z-index: 3
}

@media screen and (max-width: 768px) {
    .ttl_style {
        padding-top: 25px
    }

    .ttl_style:before {
        width: 27px
    }

    .ttl_style .sup {
        font-size: 38%;
        top: 0.3em;
        padding-right: 4px
    }

    .ttl_style .small {
        font-size: 1.3rem;
        margin-bottom: 6px
    }

    .ttl_style .big {
        font-size: 2.3rem
    }

    .ttl_style .big:before {
        height: 20px;
        background: url("../../images/005009081/about_ttl_bg.png") left top no-repeat;
        background-size: cover;
        bottom: -15px
    }
}

.price {
    line-height: 1
}

.price .zei {
    padding-right: 5px;
    font-size: 1.4rem
}

.price .num {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 3.4rem
}

.price .en {
    font-size: 2.2rem
}

.price.mini .zei {
    padding-right: 5px;
    font-size: 1.3rem
}

.price.mini .num {
    font-size: 2.0rem
}

.price.mini .en {
    font-size: 1.8rem
}

@media screen and (max-width: 768px) {
    .price .zei {
        padding-right: .5333333333vw;
        font-size: 3.2vw;
        letter-spacing: 0.05em
    }

    .price .num {
        font-size: 7.4666666667vw;
        letter-spacing: 0.05em
    }

    .price .en {
        font-size: 4.5333333333vw
    }

    .price.mini .zei {
        padding-right: .5333333333vw;
        font-size: 2.6666666667vw;
        letter-spacing: 0em
    }

    .price.mini .num {
        letter-spacing: 0.05em;
        font-size: 4.8vw
    }

    .price.mini .en {
        font-size: 1.3rem;
        font-size: 3.4666666667vw
    }
}

.btn_style,
.btn_style2 {
    width: 100%;
    height: 70px;
    background: #444;
    letter-spacing: 0.15em;
    border: 1px solid #444;
    box-sizing: border-box;
    transition: all .3s 0s ease-in-out;
    text-align: center
}

.btn_style.off,
.btn_style2.off {
    background: #ccc;
    border: 1px solid #ccc
}

.btn_style:not(.btn_style.off):not(.btn_style2.off):hover,
.btn_style2:not(.btn_style.off):not(.btn_style2.off):hover {
    background: #fff
}

.btn_style:not(.btn_style.off):not(.btn_style2.off):hover>a,
.btn_style:not(.btn_style.off):not(.btn_style2.off):hover>span,
.btn_style2:not(.btn_style.off):not(.btn_style2.off):hover>a,
.btn_style2:not(.btn_style.off):not(.btn_style2.off):hover>span {
    color: #444
}

.btn_style>a,
.btn_style>span,
.btn_style2>a,
.btn_style2>span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem
}

.btn_style>a span,
.btn_style>span span,
.btn_style2>a span,
.btn_style2>span span {
    position: relative;
    padding-left: 40px;
    text-align: center
}

.btn_style>a span:before,
.btn_style>span span:before,
.btn_style2>a span:before,
.btn_style2>span span:before {
    display: block;
    content: '';
    width: 23px;
    height: 17px;
    background: url("../../images/icon_cart.png") left top no-repeat;
    background-size: 23px 17px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0)
}

.btn_style:not(.btn_style.off):hover>a span:before,
.btn_style:not(.btn_style.off):hover>span span:before {
    background: url("../../images/icon_cart_b.png") left top no-repeat;
    background-size: 23px 17px
}

.btn_style2 {
    background: #fff;
    border: 1px solid #cfccd5
}

.btn_style2:not(.btn_style2.off):hover {
    border: 1px solid #f0ece7;
    background: #f0ece7 !important
}

.btn_style2:not(.btn_style2.off):hover>a span:before,
.btn_style2:not(.btn_style2.off):hover>span span:before {
    background: url("../../images/voice_btn_icon.png") left top no-repeat;
    background-size: 27px 23px
}

.btn_style2>a,
.btn_style2>span {
    text-align: center;
    color: #444
}

.btn_style2>a span,
.btn_style2>span span {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center
}

.btn_style2>a span:before,
.btn_style2>span span:before {
    display: block;
    content: '';
    width: 27px;
    height: 23px;
    background: url("../../images/voice_btn_icon.png") left top no-repeat;
    background-size: 27px 23px;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

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

    .btn_style,
    .btn_style2 {
        height: 60px
    }

    .btn_style>a,
    .btn_style>span,
    .btn_style2>a,
    .btn_style2>span {
        font-size: 1.5rem
    }

    .btn_style>a span,
    .btn_style>span span,
    .btn_style2>a span,
    .btn_style2>span span {
        padding-left: 32px
    }

    .btn_style>a span:before,
    .btn_style>span span:before,
    .btn_style2>a span:before,
    .btn_style2>span span:before {
        width: 20px;
        height: 15px;
        background: url("../../images/icon_cart.png") left top no-repeat;
        background-size: 20px 15px
    }

    .btn_style:not(.btn_style.off):hover>a span:before,
    .btn_style:not(.btn_style.off):hover>span span:before {
        background: url("../../images/icon_cart_b.png") left top no-repeat;
        background-size: 20px 15px
    }

    .btn_style2:not(.btn_style2.off):hover>a span:before,
    .btn_style2:not(.btn_style2.off):hover>span span:before {
        background: url("../../images/voice_btn_icon.png") left top no-repeat;
        background-size: 21px 19px
    }

    .btn_style2>a span,
    .btn_style2>span span {
        padding-left: 32px
    }

    .btn_style2>a span:before,
    .btn_style2>span span:before {
        width: 21px;
        height: 19px;
        background: url("../../images/voice_btn_icon.png") left top no-repeat;
        background-size: 21px 19px
    }
}

@media screen and (max-width: 768px) {
    .label_limit_style {
        font-size: 1.2rem;
        border: 1px solid #ae2c3c
    }
}

.sub {
    font-size: 55%;
    vertical-align: top;
    position: relative;
    top: 0.3em;
    letter-spacing: 0;
    padding-right: 3px;
    margin-left: -2px;
    font-weight: 100
}

.suq {
    font-size: 65%;
    vertical-align: bottom;
    position: relative;
    bottom: 0em;
    letter-spacing: 0;
    padding-right: 3px;
    margin-left: 0px;
    font-weight: 100
}

.mini_txt_style {
    line-height: 1.4;
    font-size: 1.2rem;
    letter-spacing: 0em;
    font-weight: 100
}

@media screen and (max-width: 768px) {
    .mini_txt_style {
        font-size: 2.6666666667vw;
        line-height: 1.36
    }
}

.mini_txt_style2 {
    line-height: 1.4;
    font-size: 1.0rem;
    letter-spacing: 0em;
    font-weight: 100
}

@media screen and (max-width: 768px) {
    .mini_txt_style2 {
        font-size: 2.6666666667vw;
        line-height: 1.36;
        letter-spacing: 0
    }
}

#wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif, "Droid Sans", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 2;
    color: #4a1317;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    background: #f0ece7
}

@media screen and (max-width: 960px) {
    #wrapper {
        width: 100%;
        font-size: 3.4666666667vw;
        line-height: 2;
        letter-spacing: 0.05em
    }
}

#Mv_area h1 {
    position: relative;
    z-index: 2
}

#Mv_area h1 img {
    width: 100%;
    height: auto
}

.Wrap_bg_area {
    background: #a53347;
    position: relative;
    padding-bottom: 110px
}

.Wrap_bg_area .deco_round {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%
}

.Wrap_bg_area .deco_round img {
    width: 100%;
    height: auto
}

@media screen and (max-width: 768px) {
    .Wrap_bg_area {
        padding-bottom: 14.6666666667vw
    }
}

#top_txt_area {
    position: relative;
    z-index: 5;
    margin-top: -200px;
    margin-bottom: 100px
}

#top_txt_area .box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #fff
}

#top_txt_area .box .txt_area .txt {
    font-size: 1.7rem;
    margin-bottom: 30px
}

#top_txt_area .box .bubble_area {
    position: relative;
    margin-right: -24px
}

@media screen and (max-width: 768px) {
    #top_txt_area {
        margin-top: -120vw;
        margin-bottom: 13.3333333333vw
    }

    #top_txt_area .box {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        padding: 0 4vw
    }

    #top_txt_area .box .txt_area .txt {
        font-size: 3.7333333333vw;
        margin-bottom: 4vw
    }

    #top_txt_area .box .bubble_area {
        margin-right: -5.3333333333vw;
        margin-right: 0;
        margin-bottom: 8vw
    }

    #top_txt_area .box .bubble_area img {
        width: calc(100% + 2.6666666667vw);
        height: auto
    }
}

#Nav_area {
    display: block;
    position: relative;
    z-index: 6
}

#Nav_area ul {
    display: flex
}

#Nav_area ul li {
    position: relative;
    width: 33.33%
}

#Nav_area ul li:first-child:before,
#Nav_area ul li:first-child:after {
    display: none
}

#Nav_area ul li:before,
#Nav_area ul li:after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #c0a776;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0.5
}

#Nav_area ul li:after {
    left: 3px
}

#Nav_area ul li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    letter-spacing: 0.15em
}

#Nav_area ul li p {
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding-bottom: 28px
}

#Nav_area ul li p:before {
    display: block;
    content: '';
    width: 15px;
    height: 9px;
    background: url("../../images/005009357/icon_arrow_menu.png") left top repeat;
    background-size: 15px 9px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0)
}

#Nav_area ul li p span {
    font-size: 1.55rem;
    display: block;
    margin-bottom: 8px
}

@media screen and (max-width: 768px) {
    #Nav_area ul li:after {
        left: 3px
    }

    #Nav_area ul li a {
        letter-spacing: 0.1em
    }

    #Nav_area ul li p {
        font-size: 3.7333333333vw;
        padding-bottom: 5.3333333333vw
    }

    #Nav_area ul li p:before {
        width: 3.2vw;
        height: 1.8666666667vw;
        background: url("../../images/005009357/icon_arrow_menu.png") left top repeat;
        background-size: 3.2vw 1.8666666667vw
    }

    #Nav_area ul li p span {
        font-size: 3.2vw;
        margin-bottom: 2.1333333333vw
    }
}

#Offer_area,
#Offer_area2 {
    padding: 0 0 100px;
    position: relative;
    margin-top: -30px
}

#Offer_area .inner2,
#Offer_area2 .inner2 {
    z-index: 2
}

#Offer_area .top_ttl_area,
#Offer_area2 .top_ttl_area {
    text-align: center;
    margin-bottom: 80px
}

#Offer_area .top_ttl_area .bubble,
#Offer_area2 .top_ttl_area .bubble {
    position: absolute;
    z-index: 4;
    bottom: 0px;
    right: -24px
}

#Offer_area h2,
#Offer_area2 h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    height: auto;
    align-items: flex-start;
    margin-bottom: 40px;
    line-height: 1
}

#Offer_area .txt,
#Offer_area2 .txt {
    margin-bottom: 40px
}

#Offer_area .list,
#Offer_area2 .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 60px
}

#Offer_area .list:before,
#Offer_area .list:after,
#Offer_area2 .list:before,
#Offer_area2 .list:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #ac906b;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

#Offer_area .list:after,
#Offer_area2 .list:after {
    bottom: 4px
}

#Offer_area .list li,
#Offer_area2 .list li {
    width: 380px
}

#Offer_area .list li h3,
#Offer_area2 .list li h3 {
    margin-bottom: 15px
}

#Offer_area .list li h3 span,
#Offer_area2 .list li h3 span {
    display: block;
    text-align: center
}

#Offer_area .list li h3 span.mini,
#Offer_area2 .list li h3 span.mini {
    position: relative;
    line-height: 1
}

#Offer_area .list li h3 span.mini:before,
#Offer_area .list li h3 span.mini:after,
#Offer_area2 .list li h3 span.mini:before,
#Offer_area2 .list li h3 span.mini:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #ac906b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

#Offer_area .list li h3 span.mini:after,
#Offer_area2 .list li h3 span.mini:after {
    top: 4px
}

#Offer_area .list li h3 span.mini img,
#Offer_area2 .list li h3 span.mini img {
    position: relative;
    z-index: 2;
    top: -12px
}

#Offer_area .list li h3 span.big,
#Offer_area2 .list li h3 span.big {
    line-height: 1.3;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

#Offer_area .list li dl,
#Offer_area2 .list li dl {
    width: 100%
}

#Offer_area .list li dl dt,
#Offer_area2 .list li dl dt {
    text-align: center;
    position: relative
}

#Offer_area .list li dl dt img,
#Offer_area2 .list li dl dt img {
    width: 100%;
    height: auto
}

#Offer_area .list li dl dd,
#Offer_area2 .list li dl dd {
    text-align: center;
    margin-top: -20px
}

#Offer_area .list li dl dd h4,
#Offer_area2 .list li dl dd h4 {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 20px
}

#Offer_area .list li dl dd .price.mini,
#Offer_area2 .list li dl dd .price.mini {
    margin-bottom: 8px
}

#Offer_area .list li dl dd .price:not(#Offer_area .list li dl dd .price.mini):not(#Offer_area2 .list li dl dd .price.mini),
#Offer_area2 .list li dl dd .price:not(#Offer_area .list li dl dd .price.mini):not(#Offer_area2 .list li dl dd .price.mini) {
    color: #ae2c3c;
    margin-bottom: 15px
}

#Offer_area .mini_txt_area h5,
#Offer_area2 .mini_txt_area h5 {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 30px
}

#Offer_area .mini_txt_area strong,
#Offer_area2 .mini_txt_area strong {
    border-bottom: 1px solid #fff
}

#Offer_area .deco,
#Offer_area .deco2,
#Offer_area2 .deco,
#Offer_area2 .deco2 {
    position: absolute;
    top: 200px;
    z-index: 3
}

#Offer_area .deco,
#Offer_area2 .deco {
    right: -40px
}

#Offer_area .deco2,
#Offer_area2 .deco2 {
    left: -40px
}

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

    #Offer_area,
    #Offer_area2 {
        padding: 0 0 13.3333333333vw;
        margin-top: -4vw
    }

    #Offer_area .top_ttl_area,
    #Offer_area2 .top_ttl_area {
        text-align: left;
        margin-bottom: 8vw
    }

    #Offer_area .top_ttl_area .bubble,
    #Offer_area2 .top_ttl_area .bubble {
        position: relative;
        bottom: auto;
        right: 0vw;
        padding: 0 2.1333333333vw 2.6666666667vw 4vw;
        margin-top: 6.6666666667vw
    }

    #Offer_area .top_ttl_area .bubble img,
    #Offer_area2 .top_ttl_area .bubble img {
        width: 100%;
        height: auto
    }

    #Offer_area h2,
    #Offer_area2 h2 {
        margin-bottom: 8vw
    }

    #Offer_area h2 img,
    #Offer_area2 h2 img {
        width: 72vw;
        height: auto
    }

    #Offer_area .txt,
    #Offer_area2 .txt {
        margin-bottom: 0;
        padding: 0 4vw
    }

    #Offer_area .list,
    #Offer_area2 .list {
        display: block;
        justify-content: flex-start;
        margin-bottom: 5.3333333333vw;
        padding-bottom: 0
    }

    #Offer_area .list li,
    #Offer_area2 .list li {
        width: 100%;
        margin-bottom: 10.6666666667vw
    }

    #Offer_area .list li:last-child,
    #Offer_area2 .list li:last-child {
        margin-bottom: 0vw;
        padding-bottom: 10.6666666667vw
    }

    #Offer_area .list li h3,
    #Offer_area2 .list li h3 {
        margin-bottom: 4.6666666667vw
    }

    #Offer_area .list li h3 span,
    #Offer_area2 .list li h3 span {
        display: block;
        text-align: center
    }

    #Offer_area .list li h3 span.mini img,
    #Offer_area2 .list li h3 span.mini img {
        top: -2.5333333333vw;
        height: 6.4vw;
        width: auto
    }

    #Offer_area .list li h3 span.big,
    #Offer_area2 .list li h3 span.big {
        line-height: 1.3;
        font-size: 4.8vw;
        height: auto;
        margin-top: 1.3333333333vw
    }

    #Offer_area .list li dl,
    #Offer_area2 .list li dl {
        width: 100%;
        padding: 0 4vw;
        box-sizing: border-box
    }

    #Offer_area .list li dl dd,
    #Offer_area2 .list li dl dd {
        margin-top: -5.3333333333vw
    }

    #Offer_area .list li dl dd h4,
    #Offer_area2 .list li dl dd h4 {
        font-size: 2.6666666667vw;
        line-height: 1.5;
        margin-bottom: 2.6666666667vw
    }

    #Offer_area .list li dl dd .price.mini,
    #Offer_area2 .list li dl dd .price.mini {
        margin-bottom: 1.6vw
    }

    #Offer_area .list li dl dd .price:not(#Offer_area .list li dl dd .price.mini):not(#Offer_area2 .list li dl dd .price.mini),
    #Offer_area2 .list li dl dd .price:not(#Offer_area .list li dl dd .price.mini):not(#Offer_area2 .list li dl dd .price.mini) {
        margin-bottom: 2vw
    }

    #Offer_area .list li dl dd .btn_wrap,
    #Offer_area2 .list li dl dd .btn_wrap {
        padding: 2vw 8vw 0
    }

    #Offer_area .mini_txt_area,
    #Offer_area2 .mini_txt_area {
        padding: 0 4vw
    }

    #Offer_area .mini_txt_area h5,
    #Offer_area2 .mini_txt_area h5 {
        font-size: 3.2vw;
        margin-bottom: 2.6666666667vw;
        margin-top: 5.3333333333vw
    }

    #Offer_area .deco,
    #Offer_area .deco2,
    #Offer_area2 .deco,
    #Offer_area2 .deco2 {
        display: none
    }
}

#Set_area {
    background: url("../../images/005009357/bg_set.jpg") center top repeat;
    background-size: 69px 69px;
    position: relative;
    padding-bottom: 210px
}

#Set_area .top_ttl_area {
    text-align: center;
    margin-bottom: 100px;
    margin-bottom: 50px
}

#Set_area .top_ttl_area h2 {
    position: relative;
    top: -30px
}

#Set_area .nab_pos {
    padding-top: 50px
}

#Set_area .box {
    background: #fff;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    position: relative
}

#Set_area .box:before,
#Set_area .box:after {
    display: block;
    content: '';
    width: 56px;
    height: 56px;
    background: url("../../images/005009357/waku_deco.png") center top repeat;
    background-size: 56px 56px;
    position: absolute;
    top: -55px;
    z-index: 1
}

#Set_area .box:before {
    left: 0
}

#Set_area .box:after {
    right: 0;
    transform: scale(-1, 1)
}

#Set_area .box .box_in:before,
#Set_area .box .box_in:after {
    display: block;
    content: '';
    width: 56px;
    height: 56px;
    background: url("../../images/005009357/waku_deco.png") center top repeat;
    background-size: 56px 56px;
    position: absolute;
    bottom: -55px;
    z-index: 1
}

#Set_area .box .box_in:before {
    left: 0;
    transform: scale(1, -1)
}

#Set_area .box .box_in:after {
    right: 0;
    transform: scale(-1, -1)
}

#Set_area .box .box_in_in:before,
#Set_area .box .box_in_in:after {
    display: block;
    content: '';
    width: calc(100% - 110px);
    height: 56px;
    background: #fff;
    position: absolute;
    left: 55px;
    z-index: 1
}

#Set_area .box .box_in_in:before {
    top: -55px
}

#Set_area .box .box_in_in:after {
    bottom: -55px
}

#Set_area .box h3 {
    position: relative;
    text-align: center;
    line-height: 1;
    z-index: 2;
    height: 90px;
    top: -44px;
    margin-bottom: -44px
}

#Set_area .box h3.color2:before,
#Set_area .box h3.color2:after {
    background: url("../../images/005009357/ttl_deco02.png") center top repeat;
    background-size: 56px 56px
}

#Set_area .box h3.color2>div:before,
#Set_area .box h3.color2>div:after {
    background: #c3535f
}

#Set_area .box h3:before,
#Set_area .box h3:after {
    display: block;
    content: '';
    width: 56px;
    height: 56px;
    background: url("../../images/005009357/ttl_deco01.png") center top repeat;
    background-size: 56px 56px;
    position: absolute;
    top: 0;
    z-index: 1
}

#Set_area .box h3:before {
    left: 10px
}

#Set_area .box h3:after {
    right: 10px;
    transform: scale(-1, 1)
}

#Set_area .box h3>div {
    height: 100%
}

#Set_area .box h3>div:before,
#Set_area .box h3>div:after {
    display: block;
    content: '';
    background: #ac906b;
    position: absolute;
    z-index: 1
}

#Set_area .box h3>div:before {
    top: 0;
    width: calc(100% - 130px);
    height: 56px;
    left: 65px
}

#Set_area .box h3>div:after {
    top: 55px;
    width: calc(100% - 20px);
    height: 35px;
    left: 10px;
    border-radius: 0 0 8px 8px
}

#Set_area .box h3 .num {
    position: absolute;
    left: 250px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 5
}

#Set_area .box h3 .txt {
    z-index: 5;
    position: relative;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

#Set_area .box h3 .txt .mini_ttl {
    font-size: 1.6rem;
    margin-top: 10px
}

#Set_area .box h3 .deco01,
#Set_area .box h3 .deco02 {
    position: absolute;
    z-index: 6
}

#Set_area .box h3 .deco01 {
    left: 120px;
    top: -10px
}

#Set_area .box h3 .deco02 {
    right: 120px;
    top: -20px
}

#Set_area .box .p_list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap
}

#Set_area .box .p_list>li {
    width: 33.33%;
    position: relative;
    box-sizing: border-box;
    padding: 0 40px 70px;
    margin-top: 60px
}

#Set_area .box .p_list>li:nth-child(3n+1):before {
    display: none
}

#Set_area .box .p_list>li:before {
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1
}

#Set_area .box .p_list>li .num {
    position: absolute;
    top: -10px;
    left: 20px
}

#Set_area .box .p_list>li dl {
    display: flex;
    margin-bottom: 24px
}

#Set_area .box .p_list>li dl dd {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 16px
}

#Set_area .box .p_list>li dl dd .p_txt .label_limit_style {
    border: 2px solid #ae2c3c;
    color: #ae2c3c;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 1px 6px 0px 6px;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 15px
}

#Set_area .box .p_list>li dl dd .p_txt .spec_area {
    margin-bottom: 15px
}

#Set_area .box .p_list>li dl dd .p_txt .spec_area .jp {
    font-size: 1.4rem;
    display: block;
    font-weight: bold;
    letter-spacing: 0.15em
}

#Set_area .box .p_list>li dl dd .p_txt .spec_area .icon {
    font-size: 1.3rem;
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 4px
}

#Set_area .box .p_list>li dl dd .p_txt .spec_area.color1 .jp {
    color: #5079ab
}

#Set_area .box .p_list>li dl dd .p_txt .spec_area.color1 .icon {
    background: #5079ab
}

#Set_area .box .p_list>li dl dd .p_txt .spec_area.color2 .jp {
    color: #df9d1e
}

#Set_area .box .p_list>li dl dd .p_txt .spec_area.color2 .icon {
    background: #df9d1e
}

#Set_area .box .p_list>li dl dd .p_txt .spec_area.color3 .jp {
    color: #c64a2a
}

#Set_area .box .p_list>li dl dd .p_txt .spec_area.color3 .icon {
    background: #c64a2a
}

#Set_area .box .p_list>li dl dd .p_txt .p_ttl {
    font-size: 2.0rem;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 0.1em
}

#Set_area .box .p_list>li dl dd .p_txt .txt1 {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-weight: 100
}

#Set_area .box .p_list>li .ttl {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 12px
}

#Set_area .box .p_list>li .ttl.tume {
    letter-spacing: 0em
}

#Set_area .box .p_list>li .txt {
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.8;
    letter-spacing: 0.05em
}

#Set_area .box .p_list>li .txt_img {
    text-align: center
}

#Set_area .box .btn {
    border: 1px solid #9e9ca0;
    height: 55px;
    bottom: 0;
    left: 40px;
    position: absolute;
    width: calc(100% - 80px)
}

#Set_area .box .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: bold
}

#Set_area .box.box_main {
    margin-bottom: 240px;
    margin-bottom: 190px
}

#Set_area .box.box_main .plus_bubble {
    width: 140px;
    position: absolute;
    bottom: -160px;
    z-index: 5;
    left: 50%;
    transform: translate3d(-50%, 0, 0)
}

#Set_area .box.box_teiban {
    margin-bottom: 180px;
    margin-bottom: 130px
}

#Set_area .box.box_gentei {
    margin-bottom: 0
}

#Set_area .box.box_gentei .p_list>li {
    width: 50%;
    padding: 0 40px
}

#Set_area .box.box_gentei .p_list>li:nth-child(3n+1):before {
    display: block
}

#Set_area .box.box_gentei .p_list>li:nth-child(2n+1):before {
    display: none
}

#Set_area .box.box_gentei .p_list>li dl dd {
    padding-left: 20px
}

#Set_area .box.box_gentei .p_list>li dl dd .txt1 {
    margin-bottom: 15px
}

#Set_area .box.box_gentei .p_list>li .txt {
    margin-bottom: 0
}

#Set_area .box.box_gentei .p_list>li .txt_img {
    margin-top: 15px
}

#Set_area .box.box_gentei .p_list>li.last {
    position: relative;
    width: 100%;
    margin-top: 80px;
    margin-bottom: -10px
}

#Set_area .box.box_gentei .p_list>li.last .sub_img_area {
    position: absolute;
    z-index: 3;
    right: 80px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

#Set_area .box.box_gentei .p_list>li.last .txt_area {
    position: absolute;
    z-index: 3;
    width: 300px;
    left: 80px;
    top: 40px
}

#Set_area .box.box_gentei .p_list>li.last .txt_area .num {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 30px
}

#Set_area .box.box_gentei .p_list>li.last .txt_area .p_ttl {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 20px
}

#Set_area .box.box_gentei .p_list>li.last .txt_area .txt {
    margin-bottom: 20px
}

#Set_area .box.box_gentei .p_list>li.last .txt_area .txt1 {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-bottom: 10px
}

#Set_area .box.box_gentei .p_list>li.last .bg_img_area {
    position: relative;
    top: 0;
    left: 0px;
    z-index: 2
}

#Set_area .box.box_gentei .p_list>li.last .bg_img_area img {
    width: 100%;
    height: auto
}

#Set_area .deco_round {
    position: absolute;
    left: 0;
    width: 100%
}

#Set_area .deco_round img {
    width: 100%;
    height: auto
}

#Set_area .deco_round.top {
    top: -1px;
    transform: scale(1, -1)
}

#Set_area .deco_round.bottom {
    bottom: -1px
}

@media screen and (max-width: 768px) {
    #Set_area {
        background: url("../../images/005009357/bg_set.jpg") center top repeat;
        background-size: 10.6666666667vw 10.6666666667vw;
        padding-bottom: 33.3333333333vw
    }

    #Set_area .top_ttl_area {
        margin-bottom: 21.3333333333vw;
        margin-bottom: 12vw
    }

    #Set_area .top_ttl_area h2 {
        top: -4vw;
        width: 29.6vw;
        z-index: 10;
        left: 50%;
        transform: translate3d(-50%, 0, 0)
    }

    #Set_area .top_ttl_area h2 img {
        width: 100%;
        height: auto
    }

    #Set_area .nab_pos {
        padding-top: 6.6666666667vw
    }

    #Set_area .box:before,
    #Set_area .box:after {
        width: 10.6666666667vw;
        height: 10.6666666667vw;
        background: url("../../images/005009357/waku_deco.png") center top repeat;
        background-size: 10.6666666667vw 10.6666666667vw;
        top: -10.4vw
    }

    #Set_area .box .box_in:before,
    #Set_area .box .box_in:after {
        width: 10.6666666667vw;
        height: 10.6666666667vw;
        background: url("../../images/005009357/waku_deco.png") center top repeat;
        background-size: 10.6666666667vw 10.6666666667vw;
        bottom: -10.4vw
    }

    #Set_area .box .box_in_in:before,
    #Set_area .box .box_in_in:after {
        width: calc(100% - 21.0666666667vw);
        height: 10.6666666667vw;
        left: 10.4vw
    }

    #Set_area .box .box_in_in:before {
        top: -10.4vw
    }

    #Set_area .box .box_in_in:after {
        bottom: -10.4vw
    }

    #Set_area .box h3 {
        line-height: 1.2;
        height: 16.6666666667vw;
        top: -8.5333333333vw;
        margin-bottom: -5.8666666667vw
    }

    #Set_area .box h3.color2:before,
    #Set_area .box h3.color2:after {
        background: url("../../images/005009357/ttl_deco02.png") center top repeat;
        background-size: 10.6666666667vw 10.6666666667vw
    }

    #Set_area .box h3:before,
    #Set_area .box h3:after {
        width: 10.6666666667vw;
        height: 10.6666666667vw;
        background: url("../../images/005009357/ttl_deco01.png") center top repeat;
        background-size: 10.6666666667vw 10.6666666667vw
    }

    #Set_area .box h3:before {
        left: 1.3333333333vw
    }

    #Set_area .box h3:after {
        right: 1.3333333333vw
    }

    #Set_area .box h3>div {
        height: 100%
    }

    #Set_area .box h3>div:before {
        width: calc(100% - 20vw);
        height: 10.6666666667vw;
        left: 8vw
    }

    #Set_area .box h3>div:after {
        top: 10.4vw;
        width: calc(100% - 2.6666666667vw);
        height: 6.1333333333vw;
        left: 1.3333333333vw;
        border-radius: 0 0 1.0666666667vw 1.0666666667vw
    }

    #Set_area .box h3 .num {
        left: -4vw;
        width: 24vw
    }

    #Set_area .box h3 .num img {
        width: 100%;
        height: auto
    }

    #Set_area .box h3 .txt {
        font-size: 4.2666666667vw
    }

    #Set_area .box h3 .txt .mini_ttl {
        font-size: 3.7333333333vw;
        margin-top: 1.3333333333vw
    }

    #Set_area .box h3 .deco01 {
        left: 2.6666666667vw;
        top: -1.3333333333vw
    }

    #Set_area .box h3 .deco01 img {
        width: 24vw;
        height: auto
    }

    #Set_area .box h3 .deco02 {
        right: 2.6666666667vw;
        top: 0vw
    }

    #Set_area .box h3 .deco02 img {
        width: 17.3333333333vw;
        height: auto
    }

    #Set_area .box .p_list {
        display: block
    }

    #Set_area .box .p_list>li {
        width: 100%;
        box-sizing: border-box;
        padding: 8vw 8vw 8vw;
        margin-top: 0;
        margin-bottom: 0vw
    }

    #Set_area .box .p_list>li:nth-child(3n+1):before {
        display: block
    }

    #Set_area .box .p_list>li:last-child {
        padding: 8vw 8vw 0
    }

    #Set_area .box .p_list>li:last-child:before {
        display: none
    }

    #Set_area .box .p_list>li:before {
        width: 100%;
        height: 1px;
        top: 0;
        top: auto;
        bottom: 0
    }

    #Set_area .box .p_list>li .num {
        position: absolute;
        top: 4vw;
        left: 2.6666666667vw;
        width: 13.3333333333vw
    }

    #Set_area .box .p_list>li .num img {
        width: 100%;
        height: auto
    }

    #Set_area .box .p_list>li dl {
        display: flex;
        margin-bottom: 4vw
    }

    #Set_area .box .p_list>li dl dt {
        width: 28vw
    }

    #Set_area .box .p_list>li dl dt img {
        width: 100%;
        height: auto
    }

    #Set_area .box .p_list>li dl dd {
        width: calc(100% - 28vw);
        box-sizing: border-box;
        padding-left: 2.6666666667vw;
        line-height: 1;
        margin-bottom: 0
    }

    #Set_area .box .p_list>li dl dd .p_txt .spec_area {
        margin-bottom: 2.6666666667vw
    }

    #Set_area .box .p_list>li dl dd .p_txt .spec_area .jp {
        font-size: 3.2vw;
        letter-spacing: 0.1em
    }

    #Set_area .box .p_list>li dl dd .p_txt .spec_area .icon {
        font-size: 2.9333333333vw;
        padding: 3px 6px;
        letter-spacing: 0.1em;
        margin-bottom: 1.6vw
    }

    #Set_area .box .p_list>li dl dd .p_txt .label_limit_style {
        font-size: 2.9333333333vw;
        line-height: 1.3;
        padding: 2px 6px 0px 6px;
        margin-bottom: 2.1333333333vw;
        letter-spacing: -0.05em
    }

    #Set_area .box .p_list>li dl dd .p_txt .p_ttl {
        font-size: 4.2666666667vw;
        font-size: 4vw;
        line-height: 1.2;
        margin-bottom: 1.6vw;
        letter-spacing: 0.1em
    }

    #Set_area .box .p_list>li dl dd .p_txt .txt1 {
        font-size: 2.6666666667vw;
        letter-spacing: 0.03em;
        margin-bottom: 4vw
    }

    #Set_area .box .p_list>li .ttl {
        font-size: 3.4666666667vw;
        letter-spacing: 0.05em;
        line-height: 1.4;
        margin-bottom: 12px
    }

    #Set_area .box .p_list>li .ttl.tume {
        letter-spacing: 0em
    }

    #Set_area .box .p_list>li .txt {
        font-size: 3.2vw;
        margin-bottom: 2.6666666667vw;
        line-height: 1.8;
        letter-spacing: 0.05em
    }

    #Set_area .box .p_list>li .txt_img {
        text-align: center;
        padding: 0 2.6666666667vw
    }

    #Set_area .box .p_list>li .txt_img img {
        width: 100%;
        height: auto
    }

    #Set_area .box .btn {
        height: 10.6666666667vw;
        bottom: 0;
        left: 0;
        position: relative;
        width: 100%;
        margin-top: 5.3333333333vw
    }

    #Set_area .box .btn a {
        font-size: 3.2vw
    }

    #Set_area .box.box_main {
        margin-bottom: 45.3333333333vw;
        margin-bottom: 38.6666666667vw
    }

    #Set_area .box.box_main .p_list>li dl dd .p_txt .p_ttl {
        font-size: 4.2666666667vw
    }

    #Set_area .box.box_main .plus_bubble {
        width: 26.6666666667vw;
        bottom: -32vw
    }

    #Set_area .box.box_main .plus_bubble img {
        width: 100%;
        height: auto
    }

    #Set_area .box.box_teiban {
        margin-bottom: 29.3333333333vw;
        margin-bottom: 22.6666666667vw
    }

    #Set_area .box.box_gentei .mini_ttl_gentei {
        padding: 1.3333333333vw 8vw 0;
        font-size: 3.7333333333vw;
        line-height: 1.4;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.1em;
        margin-bottom: 4vw
    }

    #Set_area .box.box_gentei .p_list>li {
        width: 100%;
        padding: 8vw 8vw 6.6666666667vw
    }

    #Set_area .box.box_gentei .p_list>li:nth-child(3n+1):before {
        display: block
    }

    #Set_area .box.box_gentei .p_list>li:nth-child(2n+1):before {
        display: block
    }

    #Set_area .box.box_gentei .p_list>li:nth-last-child(2) {
        padding: 8vw 8vw 0
    }

    #Set_area .box.box_gentei .p_list>li:nth-last-child(2):before {
        display: none
    }

    #Set_area .box.box_gentei .p_list>li:last-child {
        padding: 0
    }

    #Set_area .box.box_gentei .p_list>li:last-child:before {
        display: none
    }

    #Set_area .box.box_gentei .p_list>li dl {
        display: flex
    }

    #Set_area .box.box_gentei .p_list>li dl dt {
        width: 28vw
    }

    #Set_area .box.box_gentei .p_list>li dl dt img {
        width: 100%;
        height: auto
    }

    #Set_area .box.box_gentei .p_list>li dl dd {
        width: calc(100% - 28vw);
        box-sizing: border-box;
        padding-left: 2.6666666667vw;
        line-height: 1;
        margin-bottom: 0
    }

    #Set_area .box.box_gentei .p_list>li dl dd .txt1 {
        margin-bottom: 15px
    }

    #Set_area .box.box_gentei .p_list>li .txt {
        margin-bottom: 0
    }

    #Set_area .box.box_gentei .p_list>li.last {
        position: relative;
        width: 100%;
        margin-top: 10.6666666667vw;
        margin-bottom: -10px
    }

    #Set_area .box.box_gentei .p_list>li.last .sub_img_area {
        position: absolute;
        z-index: 3;
        right: 0;
        width: 100%;
        padding: 0 5.3333333333vw;
        box-sizing: border-box;
        top: 101.3333333333vw;
        transform: translate3d(0, 0, 0)
    }

    #Set_area .box.box_gentei .p_list>li.last .sub_img_area img {
        width: 100%;
        height: auto
    }

    #Set_area .box.box_gentei .p_list>li.last .txt_area {
        position: absolute;
        z-index: 3;
        width: 100%;
        padding: 0 8vw;
        left: 0;
        top: 143.3333333333vw
    }

    #Set_area .box.box_gentei .p_list>li.last .txt_area .num {
        position: absolute;
        left: 4vw;
        top: -138vw;
        margin-bottom: 0
    }

    #Set_area .box.box_gentei .p_list>li.last .txt_area .p_ttl {
        font-size: 4.5333333333vw;
        line-height: 1.2;
        margin-bottom: 4vw
    }

    #Set_area .box.box_gentei .p_list>li.last .txt_area .txt {
        margin-bottom: 2.1333333333vw
    }

    #Set_area .box.box_gentei .p_list>li.last .txt_area .txt1 {
        font-size: 2.6666666667vw;
        line-height: 1.36;
        letter-spacing: 0em;
        margin-bottom: 0
    }

    #Set_area .box.box_gentei .p_list>li.last .bg_img_area {
        padding-bottom: 5.3333333333vw
    }
}

#Annotation_area {
    background: #f9f7f5;
    padding: 40px 0
}

@media screen and (max-width: 768px) {
    #Annotation_area {
        background: #f9f7f5;
        padding: 30px 0
    }
}

.l-footer {
    margin: 0 0 0 !important
}