@charset 'UTF-8';


/* ▼ ===== 共通部分 ===== ▼ */

img {
    width: 100%;
    max-width: none;
}

body {
    color: #333;
}


/* ----- mainvisual ----- */
.mainvisual_inner {
    overflow: hidden;
}

.mainvisual_wrap {}



.mainvisual_box {
    position: relative;
    background: url(../../images/index/mainvisual_bg+.jpg) no-repeat top center;
    background-size: cover;
}

.mainvisual_box:before {
    content: '';
    display: block;
    padding-top: 120%;
}

.mainvisual_lead {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 43.25%;
    margin: auto;
    z-index: 10;
    line-height: 0;
}

.mainvisual_logo {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 73.6666666%;
    margin: auto;
    z-index: 12;
    line-height: 0;
}

.mainvisual_item {
    position: absolute;
    top: 31%;
    right: 6%;
    width: 100%;
    max-width: 60.66666%;
    margin: auto;
    line-height: 0;
    z-index: 6;
}

.mainvisual_6packman {
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 100%;
    max-width: 54.083333%;
    margin: auto;
    z-index: 8;
    line-height: 0;
}


/* ----- navi ----- */

.navi_inner {
    background: #fff;
    padding: 5% 0;
}

.navi_wrap {}

.navi_list {
    letter-spacing: -.4em;
    list-style: none;
}

.navi_li {
    display: inline-block;
    width: 31.333333%;
    margin-right: 3%;
    line-height: 0;
}

.navi_li:nth-child(3n) {
    margin-right: 0;
}


/* ----- #about ----- */

.about_inner {
    position: relative;
    background: url(../../images/index/about_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 5% 0;
}

.about_inner:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 58.8%;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
    padding-top: 34%;
    background: url(../../images/index/about_6packman.png) no-repeat bottom center;
    background-size: contain;
}

.about_wrap {}

.about_wrap:after {
    content: '';
    display: block;
    padding-top: 15%;
}

.about_fukidashi {
    position: relative;
    background: #fff;
    border-radius: 15px;
    padding: 8%;
}

.about_fukidashi:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 8%;
    padding-top: 5%;
    background: url(../../images/index/about_fukidashi.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    bottom: -5%;
    left: 50%;
}

.about_title {
    max-width: 78.703703%;
    margin: 0 auto;
    line-height: 0;
}

.about_hr {
    border-top: 2px solid #000;
    margin: 3% 0;
}

.about_text {}


/* ===== price ===== */
.price_inner {
    background: #00a0e9;
    padding: 5% 0 0;
}

.price_wrap {}

.price_box {
    background: #fff;
    padding: 6% 5%;
}

.price_title {
    font-size: 6vw;
    text-align: center;
    margin-bottom: .5em;
}

.price_subtitle {
    border-left: 1vw solid #0061e2;
    padding: .1em 0 .1em .6em;
    font-size: 4.5vw;
    margin-bottom: .5em;
}

.price_dl {
    margin-top: 5%;
}

.price_dl:first-child {
    margin-top: 0;
}

.price_dt {}



.price_dd {}

.price_text1 {
    max-width: 65.3125%;
}

.price_text2 {
    max-width: 100%;
    margin-top: 3%
}

.price_fig1 {}

.price_fig2 {
    margin-top: 3%
}

.price_text3 {
    margin-top: 5%
}


/* ===== merit ===== */
.merit_inner {
    background: #e4007f;
    padding: 5% 0 0;
}

.merit_wrap {}

.merit_box {
    background: #fff;
    padding: 5%;
}

.merit_title {
    font-size: 6vw;
    text-align: center;
    margin-bottom: .5em;
    color: #fff;
}


.merit_list {
    list-style: none;
}

.merit_li {
    margin-top: 8%;
}

.merit_li:first-child {
    margin-top: 0;
}

.merit_box {
    position: relative;
}

.merit_flag {
    position: absolute;
    top: -3%;
    left: -3%;
    width: 100%;
    max-width: 24.816176%;
    z-index: 5;
}

.merit_photo {}


.merit_subtitle {
    font-size: 4.5vw;
    margin-top: 2%;
}
.merit_textbox {
    margin-top: 2%;
}

.merit_item {
    position: absolute;
    top: -3%;
    right: -3%;
    width: 100%;
    max-width: 28.95220%;
}

/* ===== notice ===== */
.notice_inner {
    background: #fff;
    padding: 5% 0;
    border-bottom: 2px solid #000;
}

.notice_wrap {}

.notice_title {
    font-size: 6vw;
    text-align: center;
    margin-bottom: .5em;
}

.notice_textbox {}

.notice_text {
    margin-top: 1em;
}

.notice_text:first-child {
    margin-top: 0;
}

.kome {
    text-indent: -.6em;
    padding-left: .6em;
}


/* ----- btn ----- */

.btn_wrap {
    padding: 8% 0;
}

.btn_box {
    max-width: 58.82352%;
    margin: 0 auto;
    line-height: 0;
}

.font_sm {
    font-size: 70%;
}


/* ▲ ===== 共通部分 ===== ▲ */



/* ▼ ===== PC ===== ▼ */
@media screen and (min-width: 751px) {

}
/* ▲ ===== PC ===== ▲ */



/* ▼ ===== SP ===== ▼ */
@media screen and (max-width: 750px) {

}
/* ▲ ===== SP ===== ▲ */