@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A->Z)に記述する

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
.breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d0d0d0;
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding-top: 0.91146vw;
        padding-bottom: 1.69271vw;
    }
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin: 0 auto;
    max-width: 980px;

    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .breadcrumb__list {
        max-width: none;
        width: 83.72396vw;
    }
}

.breadcrumb__list-item {
    position: relative;
    margin-right: 15px;
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    .breadcrumb__list-item {
        margin-right: 3.25521vw;
        padding-right: 6.51042vw;
    }
}

.breadcrumb__list-item:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '＞';
    font-size: 0.875rem;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
}

.ie11 .breadcrumb__list-item:after {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

@media screen and (max-width: 767px) {
    .breadcrumb__list-item:after {
        font-size: 3.38542vw;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
    .android .breadcrumb__list-item:after {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

.breadcrumb__list-item--current {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumb__list-item--current:after {
    content: none;
}

@media screen and (max-width: 767px) {
    .breadcrumb__list-item--current {
        line-height: 1;
    }
}

.breadcrumb__txt {
    color: #000;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .breadcrumb__txt {
        font-size: 3.125vw;
    }
}

.breadcrumb__txt--link {
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
}

.windows .breadcrumb__txt--link {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .breadcrumb__txt--link:hover {
        border-bottom: 1px solid transparent;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__txt--nowrap {
        white-space: nowrap;
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   footer
--------------------------------------------- */
/*  footer-pagetop
--------------------------------------------- */
@media screen and (min-width: 768px) {
    .footer-pagetop__link:hover {
        opacity: 0.8;
    }
}

/*  footer-container
--------------------------------------------- */
/*  footer-nav
--------------------------------------------- */
@media screen and (min-width: 768px) {
    .footer-nav__link:hover {
        opacity: 0.8;
    }
}

/*  footer-logo
--------------------------------------------- */
@media screen and (min-width: 768px) {
    .footer-logo__link:hover {
        opacity: 0.8;
    }
}

/*  footer-copyright
--------------------------------------------- */
/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
/* ---------------------------------------------
*   header
--------------------------------------------- */
/*  header-sp-menu
--------------------------------------------- */
@media screen and (min-width: 768px) {
    .header-sp-menu {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .header-sp-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9888;
        display: none;
        width: 100%;
        height: 100%;
        background-color: #00355b;
    }
}

/*  header-sp-trigger
--------------------------------------------- */
.header-sp-trigger {
    position: relative;
    z-index: 9999;
    display: none;
}

@media screen and (max-width: 767px) {
    .header-sp-trigger {
        display: block !important;
    }
}

.header-sp-trigger--opened .header-sp-trigger__text span {
    background-color: #fff !important;
}

.header-sp-trigger--opened .header-sp-trigger__text span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
    transform: translateY(8px) rotate(-315deg);
}

.header-sp-trigger--opened .header-sp-trigger__text span:nth-of-type(2) {
    opacity: 0;
}

.header-sp-trigger--opened .header-sp-trigger__text span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(315deg);
    transform: translateY(-8px) rotate(315deg);
}

.header-sp-trigger__text {
    position: relative;
    display: block;
    width: 25px;
    height: 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header-sp-trigger__text span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header-sp-trigger__text span:nth-of-type(1) {
    top: 0;
}

.header-sp-trigger__text span:nth-of-type(2) {
    top: 7px;
}

.header-sp-trigger__text span:nth-of-type(3) {
    bottom: 0;
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-box-01
--------------------------------------------- */
.c-box-01 {
    background: url(/softdrink/boss/img/item/bg-02.png) 0 0 repeat-x;
    background-size: auto 100%;
}

@media screen and (max-width: 767px) {
    .c-box-01 {
        background: url(/softdrink/boss/img/item/sp/bg-02.png) 0 0 repeat-x;
        background-size: auto 100%;
    }
    .android .c-box-01 {
        background: url(/softdrink/boss/img/item/sp/bg-02.png) 0 0 repeat-x;
        background-size: 100% 100%;
    }
}

.c-box-01--02 .c-box-01__inner {
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .c-box-01--02 .c-box-01__inner {
        padding-bottom: 10.41667vw;
    }
}

.c-box-01--03 {
    background: url(/softdrink/boss/img/item/bg-03.png) 0 0 repeat-x;
    background-size: auto 100%;
}

.c-box-01--03 .c-box-01__inner {
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .c-box-01--03 .c-box-01__inner {
        padding-bottom: 10.41667vw;
    }
}

.c-box-01--04 {
    background: url(/softdrink/boss/img/item/bg-04.png) 0 0 repeat-x;
    background-size: auto 100%;
}

@media screen and (max-width: 767px) {
    .c-box-01--04 {
        background: url(/softdrink/boss/img/item/sp/bg-04.png) 0 0 repeat-x;
        background-size: auto 100%;
    }
    .android .c-box-01--04 {
        background: url(/softdrink/boss/img/item/sp/bg-04.png) 0 0 repeat-x;
        background-size: 100% 100%;
    }
}

.c-box-01__inner {
    padding-top: 100px;
    padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
    .c-box-01__inner {
        padding-top: 10.41667vw;
        padding-bottom: 20.83333vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box-01__inner--02 {
        padding-bottom: 11.06771vw;
    }
}

/* ---------------------------------------------
*   c-box-02
--------------------------------------------- */
.c-box-02 {
    margin: 0 auto;
    max-width: 1164px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .c-box-02 {
        max-width: none;
        width: 84.63542vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box-02--02 {
        width: 100%;
        background-color: transparent;
    }
}

.c-box-02--03 {
    max-width: 1038px;
}

@media screen and (max-width: 767px) {
    .c-box-02--03 {
        max-width: none;
        width: 84.63542vw;
        background-color: transparent;
    }
}

.c-box-02__inner {
    padding: 80px 100px;
}

@media screen and (max-width: 767px) {
    .c-box-02__inner {
        padding: 10.41667vw 5.20833vw;
    }
    .c-box-02__inner--02 {
        padding-top: 5.20833vw;
        padding-bottom: 11.71875vw;
    }
    .c-box-02__inner--03 {
        padding: 0;
    }
    .c-box-02__inner--04 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.c-box-02__img {
    width: 100%;
}

.c-box-02__img img {
    width: 100%;
}

.c-box-02__kv {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-box-02__kv {
        margin: 0 auto 3.90625vw;
        width: 84.63542vw;
    }
}

.c-box-02__kv-note {
    margin: 30px auto 0;
    width: 820px;
    letter-spacing: 0.03em;
    font-size: 1.125rem;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .c-box-02__kv-note {
        margin-top: 0;
        width: 100%;
        font-size: 3.64583vw;
        line-height: 1.35;
    }
}

.c-box-02__item {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #dadada;
}

@media screen and (max-width: 767px) {
    .c-box-02__item {
        margin-top: 10.41667vw;
        padding-top: 10.41667vw;
    }
}

.c-box-02__item:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.c-box-02__label-outer {
    text-align: center;
}

.c-box-02__label {
    display: inline-block;
    padding: 8px 18px 9px;
    background-color: #00355b;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
}

.windows .c-box-02__label {
    padding: 10px 18px 7px;
}

@media screen and (max-width: 767px) {
    .c-box-02__label {
        padding: 1.95312vw 2.60417vw 1.5625vw;
        letter-spacing: 0.04em;
        font-size: 3.51562vw;
    }
}

.c-box-02__ttl-outer {
    text-align: center;
}

.c-box-02__ttl {
    display: inline-block;
    margin-top: 25px;
    padding-bottom: 4px;
    border-bottom: 3px solid #00355b;
    color: #00355b;
    font-weight: 600;
    font-size: 2rem;
}

.windows .c-box-02__ttl {
    padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
    .c-box-02__ttl {
        margin-top: 3.25521vw;
        padding-bottom: 0.26042vw;
        border-bottom: 2px solid #00355b;
        white-space: nowrap;
        font-size: 4.6875vw;
    }
}

/* ---------------------------------------------
*   c-box-03
--------------------------------------------- */
.c-box-03 {
    background-color: #f3f3f3;
}

/* ---------------------------------------------
*   c-box-04
--------------------------------------------- */
.c-box-04 {
    position: relative;
}

.c-box-04__pagetop {
    position: fixed;
    right: 150px;
    bottom: 120px;
    z-index: 999;
    display: none;
    width: 60px;
    background-color: #f3f3f3;
}

.c-box-04__pagetop--absolute {
    position: absolute;
}

@media screen and (max-width: 767px) {
    .c-box-04__pagetop {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .c-box-04__pagetop:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-box-05
--------------------------------------------- */
/* ---------------------------------------------
*   c-box-06
--------------------------------------------- */
.c-box-06 {
    background-color: #000;
    color: #fff;
}

.c-box-06--02 {
    background-color: #fff;
    color: #000;
}

@media screen and (max-width: 767px) {
    .c-box-06--03 {
        background-color: transparent;
    }
}

@media screen and (max-width: 767px) {
    .c-box-06--04 {
        background-color: transparent;
        color: #000;
    }
}

.c-box-06__inner {
    margin: 0 auto;
    width: 828px;
}

@media screen and (max-width: 767px) {
    .c-box-06__inner {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .c-box-06__inner--02 {
        background-color: #fff;
    }
}

.c-box-06__ttl {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.5;
}

/* ---------------------------------------------
*   cmArea
--------------------------------------------- */
.cmArea .c-box-02__ttl {
    padding-bottom: 0;
    border-bottom: none;
}

.cmArea .c-box-02__ttl span {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 3px solid #00355b;
}

@media screen and (max-width: 767px) {
    .cmArea .c-box-02__ttl {
        padding-bottom: 0;
        border-bottom: none;
    }
    .cmArea .c-box-02__ttl span {
        display: inline-block;
        padding-bottom: 0.26042vw;
        border-bottom: 2px solid #00355b;
    }
    .cmArea .c-box-02__ttl span:nth-of-type(2) {
        margin-top: 1.30208vw;
    }
}

/* ---------------------------------------------
*   c-btn-01
--------------------------------------------- */
.c-btn-01 {
    margin: 0 auto;
    width: 260px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-btn-01 {
        width: 52.08333vw;
    }
}

.c-btn-01--02 .c-btn-01__link {
    border: 2px solid #00355b;
    color: #00355b;
}

@media screen and (max-width: 767px) {
    .c-btn-01--02 {
        width: 100%;
    }
    .c-btn-01--02 .c-btn-01__link {
        border: 1px solid #00355b;
        font-weight: 600;
    }
}

.c-btn-01--03 {
    margin-top: 42px;
}

@media screen and (max-width: 767px) {
    .c-btn-01--03 {
        margin-top: 11.71875vw;
    }
}

.c-btn-01--04 {
    margin-top: 32px;
    width: 460px;
}

.c-btn-01--04 .c-btn-01__link {
    border: 2px solid #00355b;
    color: #00355b;
}

@media screen and (max-width: 767px) {
    .c-btn-01--04 .c-btn-01__link {
        padding: 2.60417vw 3.38542vw 2.60417vw 8.59375vw;
        border: 1px solid #00355b;
        border-radius: 35px;
        font-weight: bold;
        font-size: 3.64583vw;
        line-height: 1.1;
    }
    .safari .c-btn-01--04 .c-btn-01__link {
        padding-top: 2.60417vw;
        padding-bottom: 2.60417vw;
    }
}

@media screen and (max-width: 767px) {
    .c-btn-01--04 {
        margin: 6.51042vw auto 0;
        width: 100%;
        text-align: left;
    }
}

.c-btn-01__link {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: 600;
    font-size: 1rem;
}

.safari .c-btn-01__link {
    padding-top: 16px;
    padding-bottom: 12px;
}

.windows .c-btn-01__link {
    padding-top: 15px;
    padding-bottom: 13px;
}

@media screen and (max-width: 767px) {
    .c-btn-01__link {
        padding-top: 3.90625vw;
        padding-bottom: 3.90625vw;
        border: 1px solid #fff;
        font-weight: normal;
        font-size: 3.64583vw;
    }
    .safari .c-btn-01__link {
        padding-top: 3.90625vw;
        padding-bottom: 3.90625vw;
    }
}

@media screen and (min-width: 768px) {
    .c-btn-01__link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-btn-02
--------------------------------------------- */
.c-btn-02 {
    position: absolute;
    top: -62px;
    right: 0;
    margin: 0 0 0 auto;
    width: 47px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .c-btn-02:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 767px) {
    .c-btn-02 {
        top: -9.89583vw;
        right: 2.34375vw;
        width: 5.98958vw;
    }
}

@media screen and (max-width: 767px) {
    .c-btn-02--02 {
        right: -3.90625vw;
        width: 6.51042vw;
    }
}

.c-btn-02__img {
    top: 0 !important;
    right: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}

/* ---------------------------------------------
*   c-btn-03
--------------------------------------------- */
.c-btn-03 {
    margin-top: 30px;
    width: 220px;
}

@media screen and (max-width: 767px) {
    .c-btn-03 {
        margin-top: 6.51042vw;
        width: 100%;
    }
}

.c-btn-03__link {
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 35px;
    background-color: #ff7e00;
    color: #fff;
    text-align: center;
    letter-spacing: 0.04em;
    font-size: 1rem;
}

.windows .c-btn-03__link {
    letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
    .c-btn-03__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 767px) {
    .c-btn-03__link {
        padding-top: 3.38542vw;
        padding-bottom: 3.64583vw;
        font-size: 3.64583vw;
    }
}

/* ---------------------------------------------
*   2022.06.17追加 ec-btn
--------------------------------------------- */
.ec-btn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .ec-btn-flex {
        display: block;
    }
}

.ec-btn-flex .c-btn-01 {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .ec-btn-flex .c-btn-01 {
        margin: 0 auto;
    }
}

.ec-btn-flex .ec-btn {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .ec-btn-flex .ec-btn {
        margin: 3.90625vw auto 0;
    }
}

@media screen and (max-width: 767px) {
    .ec-btn-flex .ec-btn__link img {
        width: 100%;
        height: auto;
    }
}

.clearfix {
    min-height: 1px;
}

/*sec3*/
.aboutGrSec.sec3 {
    padding: 30px;
    border: 1px solid #cccccc;
    background: #fff;
    color: #000;
}

.aboutGrSec.sec3 .bmitoolbox {
    margin: 10px 0 20px;
    padding: 20px 20px 20px 10px;
    background: #f6f6f6;
}

.aboutGrSec.sec3 input {
    padding: 5px;
    width: 65px;
    height: 24px;
    border: 3px solid #000;
    color: #000;
    text-align: right;
    font-size: 20px;

    ime-mode: disabled;
}

.aboutGrSec.sec3 a,
.aboutGrSec.sec3 input,
.aboutGrSec.sec3 span {
    display: block;
    float: left;
}

.aboutGrSec.sec3 .bmiresurlbox span {
    display: inline;
    float: none;
}

.aboutGrSec.sec3 span {
    margin: 0 8px;
}

.aboutGrSec.sec3 a {
    width: 138px;
    height: 40px;
    background: url(/softdrink/boss/img/item/about_ttl_sec3_btn.png) no-repeat;
    text-indent: -9999px;
}

.aboutGrSec.sec3 a#bmiSubmit {
    margin-left: 5px;
    background-position: 0 -0;
}

.aboutGrSec.sec3 a#bmiSubmit:hover {
    background-position: 0 -40px;
}

.aboutGrSec.sec3 a#bmiCancel {
    margin-left: 5px;
    background-position: 0 -80px;
}

.aboutGrSec.sec3 a#bmiCancel:hover {
    background-position: 0 -120px;
}

.aboutGrSec.sec3 .bmiresurlbox {
    display: none;
    margin-top: 15px;
    padding-top: 7px;
    height: 52px;
    background: url(/softdrink/boss/img/item/about_ttl_sec3_parts5.png) no-repeat 50% 0;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;

    *height: 39px;
    *padding-top: 20px;
}

.aboutGrSec.sec3 .alertb {
    display: none;
    color: #C00;
    text-align: center;
}

.aboutGrSec.sec3 .alertb img {
    *vertical-align: middle;
}

.aboutGrSec.sec3 .alertb span {
    display: inline;
    float: none;
    margin: 0 0 0 5px;
    line-height: 18px;
}

.aboutGrSec.sec3 .bmitable {
    text-align: center;
}

.lineupSpKvBox .lineupSpKvBox__title img {
    vertical-align: bottom;
}

.bnrBox01 {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #373737;
    text-align: center;
}

/* clear
---------------------------------------------------------- */
.section .section__header, .section_line, .ulFloat {
    *zoom: 1;
}

.section .section__header:before, .section_line:before, .ulFloat:before, .section .section__header:after, .section_line:after, .ulFloat:after {
    display: table;
    content: " ";
}

.section .section__header:after, .section_line:after, .ulFloat:after {
    clear: both;
}

.storyWrap p:after,
.inConWrap:after,
.listWrap dl:after,
.listWrap:after,
.inLieSetCon:after,
.lieSetWrap:after,
.submitBtn02:after,
.setL:after,
.setR:after,
.setL2:after,
.setR2:after,
.spListWrap:after,
.ttl ul:after,
.ttl:after,
.setImg:after,
.inWrapBg:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

/*
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .campaignPage .l-pageContainer {
        overflow: visible;
    }
    .campaignKvBox .campaignKv {
        position: relative;
        margin: 0px;
    }
    .campaignKvBox .inContents {
        margin: 0px auto;
        padding: 0px;
        background: none;
    }
    .section {
        padding: 25px 0 0 0;
        /* 20150522 */
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
        /*-- /requirements 応募詳細
  ----------------------------------*/
    }
    .section h1, .section h2, .section h3, .section h4, .section h5, .section dl, .section dt, .section dd, .section p, .section div, .section ul, .section li {
        margin: 0px;
        padding: 0px;
        background: none;
        line-height: 1;
    }
    .section h1 img, .section h2 img, .section h3 img, .section h4 img, .section h5 img, .section dl img, .section dt img, .section dd img, .section p img, .section div img, .section ul img, .section li img {
        margin: 0px;
        padding: 0px;
        /* 20150522 */
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    }
    .section .section__ttl {
        width: 830px;
    }
    .section .section__ttl img {
        margin: 0;
    }
    .section .section__header {
        padding: 25px 0 0 0;
    }
    .section .section__header .ttl {
        margin-bottom: 25px;
        text-align: left;
        letter-spacing: -.02em;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.5;
    }
    .section .section__header .section_line {
        margin-bottom: 0;
    }
    .section .section__header .visual {
        display: block;
        margin: 10px auto 30px;
    }
    .section .section__requirements {
        padding-top: 10px;
    }
    .section .section__requirements_ttl {
        padding-bottom: 20px;
        font-weight: bold;
        font-size: 20px;
    }
    .section .section__requirements .section__requirements__point {
        padding: 0 0 20px 0;
    }
    .section .section__requirements .section__requirements__point strong {
        color: #ff3333;
        font-weight: normal;
    }
    .section .section__requirements .section__requirements__point .ttl {
        margin: 0px;
        padding: 0px 0 0 20px;
        background: url(/softdrink/boss/img/campaign/icon_circle.png) 0 0 no-repeat;
        font-weight: bold;
        font-size: 16px;
    }
    .section .section__requirements .section__requirements__point .ttl.non_circle {
        padding-left: 0;
        background-image: none;
    }
    .section .section__requirements .section__requirements__point .box {
        padding: 5px 15px;
        width: 53em;
        border: 1px solid #ff3333;
    }
    .section .section__requirements .section__requirements__point .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .section .section__requirements .section__requirements__point .notice {
        font-size: 12px;
    }
    .section .section__requirements .transitionBtn {
        padding: 40px 0 0 0;
        text-align: right;
    }
    /*-- 20150522追加 --*/
    .section_line {
        position: relative;
        border: solid 1px #ccc;
    }
    .section_line h3 {
        padding-bottom: 40px;
        text-align: center;
    }
    .section_line > ul {
        margin: 0 auto;
    }
    .section_line .innerImg {
        text-align: center;
    }
    .ulFloat {
        text-align: center;
    }
    .ulFloat > li {
        display: inline-block;
    }
    .ulFloat > li:first-of-type {
        margin-right: 20px;
    }
    .float_r {
        float: right;
    }
    .clearBoth {
        clear: both;
    }
    .txt_align_r {
        margin-right: 30px !important;
        text-align: right;
        line-height: 1.8 !important;
    }
    .txt_align_l {
        margin-left: 10px !important;
        text-align: left;
        line-height: 1.8 !important;
    }
    .t_align_c {
        text-align: center;
    }
    .pd_t0 {
        padding-top: 0px !important;
    }
    .pd_b0 {
        padding-bottom: 0px !important;
    }
    .mg_t10 {
        margin-top: 10px !important;
    }
    .mg_t15 {
        margin-top: 15px !important;
    }
    .mg_t20 {
        margin-top: 20px !important;
    }
    .mg_t30 {
        margin-top: 30px !important;
    }
    .mg_b20 {
        margin-bottom: 20px !important;
    }
    .mg_b30 {
        margin-bottom: 30px !important;
    }
    .mg_b60 {
        margin-bottom: 60px !important;
    }
    .mg_r20 {
        margin-right: 20px !important;
    }
    .mg_r30 {
        margin-right: 30px !important;
    }
    .icon_pdf {
        color: #000000 !important;
        font-weight: bold;
        font-size: 15px;
    }
    .icon_pdf:hover {
        padding-bottom: 1px;
        border-bottom: 1px solid #000000;
        text-decoration: none;
    }
    .icon_pdf:after {
        position: relative;
        bottom: -0.16em;
        margin-right: 0.1em;
        width: auto;
        height: 24px;
        content: url(/softdrink/boss/img/campaign/img_PDF.png);
    }
    .ul_text_indent li {
        padding-left: 1em;
        text-indent: -1em;
        line-height: 1.8;
    }
    .fs_14 {
        font-size: 14px !important;
    }
    .fs_12 {
        font-size: 12px !important;
    }
    .txt_b_under {
        text-decoration: underline;
        font-weight: bold;
    }
    .campaignArea {
        margin-bottom: 30px !important;
        border: 1px solid #e1e1e1;
    }
    .campaignArea__list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        padding: 5px 5px 0 !important;

        -webkit-box-pack: center;
        justify-content: center;
    }
    .campaignArea__list .campaignArea__item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 0 30px !important;
    }
    .campaignArea__list .campaignArea__imgBox {
        width: 100%;
        text-align: center;
    }
    .campaignArea__attention {
        padding-bottom: 25px !important;
        padding-left: 25px !important;
    }
    .campaignArea__attention > * {
        line-height: 1.3 !important;
    }
    .section-gallery {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto 20px !important;
        padding-top: 0 !important;
        width: 830px;
        border-radius: 0;
        text-align: center;
    }
    .section-gallery + .section-gallery {
        margin: 0 auto 50px !important;
    }
    .section-gallery .section-gallery__title {
        position: relative;
        padding: 13px 0;
        background-color: #8aad45;
    }
    .section-gallery .section-gallery__title.section-gallery__title--2 {
        padding: 15px 0;
    }
    .section-gallery .section-gallery__inner {
        padding: 20px 20px 15px;
        border: 2px solid #8aad45;
    }
    .section-gallery .section-gallery__inner.section-gallery__inner--2 {
        padding: 32px 0px 25px;
        border-top: none;
        background-color: #fff;
    }
    .section-gallery .innerImg + .innerImg {
        margin-top: 12px;
    }
    .section-gallery .section-gallery__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-align: end;

        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .section-gallery .section-gallery__attention {
        margin-top: 20px;
        text-align: left;
        line-height: 1.3;
    }
    .section-gallery .section-gallery__size {
        display: inline-block;
        padding-right: 50px;
        vertical-align: top;
        font-size: 16px;
        line-height: 1.4;
    }
    .section-gallery .section-gallery__size span {
        font-weight: bold;
    }
    .innerTxt {
        padding-bottom: 15px !important;
    }
    .section__requirements__attention {
        padding-bottom: 10px !important;
        font-weight: bold;
        font-size: 16px;
    }
}

/* ---------------------------------------------
*   add
--------------------------------------------- */
@media screen and (min-width: 768px) {
    .cafebase01 .mod-img-01 img {
        width: 100%;
    }
    .cafebase01 .section-gallery {
        width: 100%;
    }
    .cafebase01 .section-gallery .section-gallery__list {
        margin: 0 auto;
        width: 786px;
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .cafebase01 .section-gallery .section-gallery__list {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .cafebase01 .section__requirements__point--02 {
        padding: 0 !important;
    }
    .section .section__requirements .section__requirements__point .ttl {
        margin-bottom: 10px;
    }
}

/* ---------------------------------------------
*   sp
--------------------------------------------- */
@media screen and (max-width: 767px) {
    #campaign {
        padding-bottom: 7px;
        background-color: #001237;
        /* 調整 */
    }
    #campaign img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .bnr {
        padding: 15px;
        text-align: center;
    }
    .detail {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 15px 15px;
        border-radius: 2px;
        background-color: #fff;
    }
    .detail .detail_ttl {
        padding: 7px 5px;
        border-top: solid 1px #066fc2;
        border-radius: 2px / 2px;
        background: url(../images/pattern.png), -webkit-gradient(linear, left top, left bottom, from(#0659ac), to(#03367c));
        background-position: 0 0;
        background-size: 8px 28px;
        background-repeat: repeat;
        color: #fff;
        font-size: 14px;
        line-height: 1;
    }
    .detail .detail_ttl img {
        max-width: 100%;
    }
    .detail__section-campaign {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 15px 30px 15px;
        width: 100%;
        border-right: solid #cccccc 1px;
        border-left: solid #cccccc 1px;
        background-color: #fff;
    }
    .detail__section-campaign .lead {
        margin: 0 auto;
        padding: 0 0 10px 0;
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    .detail__section-campaign .lead img {
        display: block;
        width: 100%;
        height: auto;
    }
    .section_line {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        border: solid #ccc 1px;
    }
    .section_line + .section_line {
        margin-top: 3%;
    }
    .campaignArea .section_line {
        padding: 9.61538% 0 6.15385%;
    }
    .campaignArea .section_line + .section_line {
        margin-top: 3.84615%;
        padding-top: 11.53846%;
    }
    .campaignArea .campaignArea__img {
        margin: 0 auto;
        width: 92.30769%;
    }
    .campaignArea .campaignArea__img + .campaignArea__img {
        margin-top: 11.53846%;
    }
    .campaignArea .campaignArea__attention {
        margin-top: 7.69231%;
        padding-left: 3.84615%;
        font-size: 10px;
        line-height: 1.4;
    }
    /*-- gallery
----------------------------------*/
    .detail__section-gallery {
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
        background-color: #fff;
    }
    .section-gallery__title {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0;
        width: 100%;
        background-color: #8aad45;
        text-align: center;
    }
    .section-gallery__title span {
        display: inline-block;
        padding: 4.31034% 0 3.44828%;
        width: 62.93103%;
    }
    .section-gallery__title.section-gallery__title--2 span {
        padding: 3.44828% 0;
        width: 34.48276%;
    }
    .section-gallery__inner {
        position: relative;
        padding: 10% 5.17241% 10%;
    }
    .section-gallery__inner.section-gallery__inner--2 {
        padding: 10.34483% 3.96552% 10%;
        background-color: #fff;
    }
    .section-gallery__list {
        position: relative;
    }
    .section-gallery__item {
        margin: 0 auto;
        width: 99.61538%;
    }
    .section-gallery__item + .section-gallery__item {
        position: relative;
        margin-top: 10%;
    }
    .section-gallery__attention {
        margin-top: 6.89655%;
        font-size: 10px;
    }
    .innerImg img {
        margin: -1.72414% 0 0 -0.86207%;
    }
    .innerImg + .innerImg {
        margin-top: 5.17241%;
    }
    .innerImg + .innerImg img {
        margin: -1.72414% 0 0 -1.2069%;
    }
    /*-- /gallery
----------------------------------*/
    .attention {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
        background-color: #fff;
    }
    .attention .section__requirements_ttl {
        padding: 0 0 10px 0;
        width: 100%;
        background: none;
        font-weight: 600;
        font-size: 16px;
    }
    .attention .section__requirements__point {
        padding-bottom: 15px;
    }
    .attention .section__requirements .ttl {
        padding-bottom: 5px;
        font-weight: 600;
        font-size: 14px;
    }
    .attention .section__requirements .ttl:before {
        display: inline-block;
        margin-top: -2px;
        margin-right: 4px;
        border: 0.5em solid #000;
        border-radius: 0.5em;
        content: "";
        vertical-align: middle;
    }
    .attention .section__requirements .txt {
        padding-bottom: 5px;
        color: #222222;
        font-size: 13px;
    }
    .attention .section__requirements .ul_text_indent.note li {
        padding-bottom: 5px;
        font-size: 12px;
    }
    .notice {
        font-size: 11px !important;
    }
    #campaign .txtLink {
        color: #000033;
    }
    .mb_20 {
        margin-bottom: 20px !important;
    }
    .mb_0 {
        margin-bottom: 0px !important;
    }
    .pt_0 {
        padding-top: 0px !important;
    }
    .pb_0 {
        padding-bottom: 0px !important;
    }
    .txt_indent > li {
        padding-left: 13px;
        text-indent: -13px;
    }
    .t_align_c {
        text-align: center;
    }
    .txt_b_under {
        text-decoration: underline;
        font-weight: bold;
    }
    .icon_pdf {
        color: #000000 !important;
        text-decoration: underline;
        font-size: 15px;
    }
    .icon_pdf:after {
        position: relative;
        bottom: -0.16em;
        margin-right: 0.1em;
        width: auto;
        height: 24px;
        content: url(/softdrink/boss/img/campaign/sp/img_PDF.png);
    }
}

/* ---------------------------------------------
*   add
--------------------------------------------- */
@media screen and (max-width: 767px) {
    .cafebase01 .mod-item-01 {
        font-size: 13px;
    }
}

/* ---------------------------------------------
*   c-item-01
--------------------------------------------- */
.c-item-01 {
    position: relative;
    z-index: 99;
    border-top: solid 4px #284f77;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
    .c-item-01 {
        border-top: solid 2px #284f77;
    }
}

.c-item-01__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 13px;
    max-width: 984px;

    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .c-item-01__inner {
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        padding: 8px 15px 8px;
        max-width: none;

        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
}

.c-item-01__logo {
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 99;
    width: 217px;
    -webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
    .c-item-01__logo {
        position: static;
        top: 0;
        width: 100px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    .c-item-01__list-outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        width: 100%;
        height: 100%;

        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

.c-item-01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin: 0 13px 0 auto;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-item-01__list {
        display: block;
        margin: 0;
    }
}

@media screen and (max-width: 320px) {
    .c-item-01__list {
        margin-top: 50px;
    }
}

.c-item-01__list-item {
    border-right: 1px solid #8c8c8c;
}

@media screen and (max-width: 767px) {
    .c-item-01__list-item {
        margin-top: 44px;
        border-right: none;
    }
}

.c-item-01__list-item:first-of-type {
    border-left: 1px solid #8c8c8c;
}

@media screen and (max-width: 767px) {
    .c-item-01__list-item:first-of-type {
        margin-top: 0;
        border-left: none;
    }
}

.c-item-01__list-link {
    display: block;
    padding-right: 35px;
    padding-left: 35px;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
    .c-item-01__list-link {
        position: relative;
        padding-right: 0;
        padding-left: 25px;
    }
    .c-item-01__list-link:before {
        position: absolute;
        top: 50%;
        left: -5px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        content: '';
        -webkit-transform: rotate(45deg) translateY(-60%);
        transform: rotate(45deg) translateY(-60%);
    }
}

.c-item-01__list-link--current {
    color: #0069b4;
}

@media screen and (min-width: 768px) {
    .c-item-01__list-link:hover {
        color: #0069b4;
    }
}

@media screen and (max-width: 767px) {
    .c-item-01__list-txt {
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .c-item-01__list-txt--en {
        letter-spacing: 0.04em;
        font-weight: 400;
        font-style: normal;
        font-size: 52px;
        font-family: Oswald, sans-serif;
        line-height: 1;
    }
}

@media screen and (max-width: 767px) {
    .c-item-01__list-txt--ja {
        margin-top: 2px;
        margin-left: 2px;
        letter-spacing: 0.05em;
        font-size: 14px;
        line-height: 1;
    }
}

/* ---------------------------------------------
*   c-item-02
--------------------------------------------- */
.c-item-02__wrap {
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-item-02__wrap {
        max-width: none;
        width: 100%;
    }
}

.c-item-02__inner {
    margin: 0 auto;
    max-width: 1164px;
}

@media screen and (max-width: 767px) {
    .c-item-02__inner {
        max-width: none;
        width: 100%;
    }
}

.c-item-02__thumb {
    position: relative;
    margin-top: 50px;
    width: 960px;
}

@media screen and (max-width: 767px) {
    .c-item-02__thumb {
        margin-top: 7.8125vw;
        width: 100%;
    }
}

.c-item-02__thumb-wrapper {
    -ms-flex-pack: justify;
    margin: 0 auto;
    width: 960px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .c-item-02__thumb-wrapper {
        width: auto;
    }
}

.c-item-02__thumb-item {
    position: relative;
    width: 226px !important;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .c-item-02__thumb-item:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 767px) {
    .c-item-02__thumb-item {
        margin: 0 9.76562vw !important;
        width: 61.45833vw !important;
    }
}

.c-item-02__thumb-item.swiper-slide-thumb-active:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #0069b4;
    content: '';
}

.c-item-02__btn {
    position: absolute;
    top: 50%;
    margin-top: 0;
    width: 56px;
    height: 56px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .c-item-02__btn {
        width: 7.8125vw;
        height: 7.8125vw;
    }
}

.c-item-02__btn--prev {
    left: 20px;
    -webkit-transform: rotateY(180deg) translateY(-50%);
    transform: rotateY(180deg) translateY(-50%);
}

@media screen and (max-width: 767px) {
    .c-item-02__btn--prev {
        left: 7.8125vw;
    }
}

.c-item-02__btn--next {
    right: 20px;
}

@media screen and (max-width: 767px) {
    .c-item-02__btn--next {
        right: 7.8125vw;
    }
}

@media screen and (min-width: 768px) {
    .c-item-02__btn:hover {
        opacity: 0.8;
    }
}

.c-item-02 img {
    width: 100%;
}

/* ---------------------------------------------
*   c-item-03
--------------------------------------------- */
.c-item-03 {
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 49;
}

@media screen and (max-width: 767px) {
    .c-item-03 {
        top: 2.60417vw;
        left: -2.60417vw;
    }
}

@media screen and (max-width: 767px) {
    .c-item-03--02 {
        left: -1.30208vw;
    }
}

@media screen and (max-width: 767px) {
    .c-item-03--02 .c-item-03__txt {
        font-size: 3.64583vw;
    }
}

.c-item-03--03 {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    margin-bottom: 1px;
}

.firefox .c-item-03--03 {
    margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
    .c-item-03--03 {
        margin-right: 2.60417vw;
        margin-bottom: 0.65104vw;
    }
}

.c-item-03--03 .c-item-03__txt {
    padding: 2px 8px 1px;
    font-size: 0.8125rem;
}

@media screen and (max-width: 767px) {
    .c-item-03--03 .c-item-03__txt {
        padding: 0.26042vw 1.5625vw 0.26042vw;
        font-size: 3.38542vw;
    }
    .android .c-item-03--03 .c-item-03__txt {
        margin-bottom: 1.04167vw;
        padding: 0.39062vw 1.5625vw 0.13021vw;
    }
}

@media screen and (max-width: 320px) {
    .safari .c-item-03--03 .c-item-03__txt {
        padding-top: 0.39062vw;
        padding-bottom: 0vw;
    }
}

.c-item-03__txt {
    display: inline-block;
    padding: 2px 8px 1px;
    background-color: #ff7e00;
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: bold;
    font-size: 1.125rem;
    font-family: 'Helvetica';
    line-height: 1.2;
}

.firefox .c-item-03__txt {
    padding: 5px 8px 0;
}

.windows .c-item-03__txt {
    padding: 3px 8px 1px;
}

@media screen and (max-width: 767px) {
    .c-item-03__txt {
        padding: 0.52083vw 1.5625vw 0.26042vw;
        font-size: 4.42708vw;
    }
    .android .c-item-03__txt {
        padding: 0.39062vw 1.5625vw 0.13021vw;
    }
}

@media screen and (max-width: 320px) {
    .safari .c-item-03__txt {
        padding-top: 0.39062vw;
        padding-bottom: 0vw;
    }
}

/* ---------------------------------------------
*   c-item-04
--------------------------------------------- */
.c-item-04 {
    margin: 25px auto 30px;
    width: 607px;
}

@media screen and (max-width: 767px) {
    .c-item-04 {
        margin-top: 12.36979vw;
        margin-bottom: 13.02083vw;
        width: 100%;
    }
}

.c-item-04 img {
    width: 100%;
}

/* ---------------------------------------------
*   c-item-05
--------------------------------------------- */
.c-item-05 {
    background-color: #f3f3f3;
}

.c-item-05__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 48px;
    max-width: 912px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-item-05__inner {
        padding-top: 11.71875vw;
        padding-bottom: 10.41667vw;
        max-width: none;
        width: 73.95833vw;
    }
}

.c-item-05__logo {
    margin-right: 70px;
    width: 93px;
}

@media screen and (max-width: 767px) {
    .c-item-05__logo {
        margin-right: 13.67188vw;
        width: 24.47917vw;
    }
}

.c-item-05__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-item-05__list {
        display: block;
    }
}

.c-item-05__list-item {
    margin-right: 42px;
}

@media screen and (max-width: 767px) {
    .c-item-05__list-item {
        margin-top: 7.16146vw;
        margin-right: 0;
    }
    .c-item-05__list-item:first-of-type {
        margin-top: 0;
    }
}

.c-item-05__list-item:last-of-type {
    margin-right: 0;
}

.c-item-05__list-link {
    position: relative;
    display: block;
    padding-left: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .c-item-05__list-link {
        padding-left: 3.90625vw;
        font-size: 3.64583vw;
    }
}

@media screen and (min-width: 768px) {
    .c-item-05__list-link:hover {
        opacity: 0.8;
    }
}

.c-item-05__list-link:before {
    position: absolute;
    top: 50%;
    left: -10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #00102c;
    border-right: 1px solid #00102c;
    content: '';
    -webkit-transform: rotate(45deg) translateY(-60%);
    transform: rotate(45deg) translateY(-60%);
}

.windows .c-item-05__list-link:before {
    -webkit-transform: rotate(45deg) translateY(-80%);
    transform: rotate(45deg) translateY(-80%);
}

.ie .c-item-05__list-link:before {
    -webkit-transform: rotate(45deg) translateY(-90%);
    transform: rotate(45deg) translateY(-90%);
}

@media screen and (max-width: 767px) {
    .c-item-05__list-link:before {
        left: -2.34375vw;
        width: 2.34375vw;
        height: 2.34375vw;
        -webkit-transform: rotate(45deg) translateY(-70%);
        transform: rotate(45deg) translateY(-70%);
    }
}

/* ---------------------------------------------
*   c-item-06
--------------------------------------------- */
.c-item-06 {
    display: none;
}

@media screen and (max-width: 767px) {
    .c-item-06 {
        display: block;
        border-bottom: 1px solid #00102c;
        background-color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .c-item-06--02 {
        border-top: 1px solid #00102c;
    }
}

@media screen and (max-width: 767px) {
    .c-item-06__link {
        position: relative;
        display: block;
        height: 13.02083vw;
    }
    .c-item-06__link:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3.64583vw;
        height: 3.64583vw;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        content: '';
        -webkit-transform: rotate(-45deg) translate(-50%, -55%);
        transform: rotate(-45deg) translate(-50%, -55%);
    }
}

/* ---------------------------------------------
*   c-item-07
--------------------------------------------- */
.c-item-07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 36px;
    width: 883px;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .c-item-07 {
        -ms-flex-pack: start;
        padding-top: 5.20833vw;
        padding-bottom: 2.08333vw;
        width: 84.375vw;

        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

.c-item-07__item {
    display: inline-block;
    margin-right: 17px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-item-07__item {
        margin-right: 2.73438vw;
        margin-bottom: 3.125vw;
    }
}

.c-item-07__item:nth-of-type(6) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .c-item-07__item:nth-of-type(6) {
        margin-right: 2.73438vw;
    }
}

.c-item-07__item:nth-of-type(n+7) {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .c-item-07__item:nth-of-type(n+7) {
        margin-top: 0;
    }
}

.c-item-07__item:last-of-type {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .c-item-07__item:hover {
        opacity: 0.8;
    }
}

.c-item-07__txt {
    display: inline-block;
    padding: 2px 19px;
    background-color: #dae0e4;
    color: #00355b;
    letter-spacing: 0.04em;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.1;
}

.windows .c-item-07__txt {
    padding: 6px 19px 2px;
}

@media screen and (max-width: 767px) {
    .c-item-07__txt {
        padding: 1.30208vw 2.34375vw;
        font-size: 3.51562vw;
    }
    .android .c-item-07__txt {
        padding: 1.5625vw 2.34375vw 1.04167vw;
    }
}

.c-item-07__input {
    display: none;
    opacity: 0;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.c-item-07__input:checked + .c-item-07__txt {
    background-color: #ff7e00;
    color: #fff;
}

/* ---------------------------------------------
*   c-item-08
--------------------------------------------- */
.c-item-08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    padding-top: 20px;
    padding-bottom: 35px;
    border-top: 1px solid #dadada;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 767px) {
    .c-item-08 {
        padding-top: 5.20833vw;
        padding-bottom: 4.16667vw;
    }
}

.c-item-08__item {
    display: inline-block;
    margin-right: 56px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-item-08__item {
        margin-right: 6.51042vw;
    }
    .c-item-08__item:nth-of-type(3) {
        margin-right: 5.20833vw;
    }
    .c-item-08__item:nth-of-type(4) {
        margin-right: 5.20833vw;
    }
}

.c-item-08__item:last-of-type {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .c-item-08__item:hover {
        opacity: 0.8;
    }
}

.c-item-08__img {
    position: relative;
    z-index: 9;
    display: block;
    margin: 0 auto 12px;
}

@media screen and (max-width: 767px) {
    .c-item-08__img {
        margin-bottom: 2.60417vw;
    }
}

.c-item-08__img--01 {
    margin-bottom: 30px;
    width: 58px;
}

@media screen and (max-width: 767px) {
    .c-item-08__img--01 {
        margin-bottom: 5.85938vw;
        width: 11.58854vw;
    }
}

.c-item-08__img--02 {
    width: 32px;
}

@media screen and (max-width: 767px) {
    .c-item-08__img--02 {
        width: 6.11979vw;
    }
}

.c-item-08__img--03 {
    width: 37px;
}

@media screen and (max-width: 767px) {
    .c-item-08__img--03 {
        width: 6.90104vw;
    }
}

.c-item-08__img--04 {
    width: 29px;
}

@media screen and (max-width: 767px) {
    .c-item-08__img--04 {
        width: 5.46875vw;
    }
}

.c-item-08__img--05 {
    width: 59px;
}

@media screen and (max-width: 767px) {
    .c-item-08__img--05 {
        width: 11.19792vw;
    }
}

.c-item-08__txt {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    color: #00355b;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.2;
}

.safari .c-item-08__txt {
    padding-top: 2px;
}

.windows .c-item-08__txt {
    padding-top: 2px;
}

@media screen and (max-width: 767px) {
    .c-item-08__txt {
        padding: 0.13021vw 2.60417vw 0.13021vw;
        font-size: 3.125vw;
    }
    .safari .c-item-08__txt {
        padding-top: 0.26042vw;
    }
    .android .c-item-08__txt {
        padding: 0.39062vw 2.60417vw 0vw;
    }
}

@media screen and (max-width: 320px) {
    .safari .c-item-08__txt {
        padding-top: 0.39062vw;
    }
}

.c-item-08__input {
    display: none;
    opacity: 0;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.c-item-08__input:checked ~ .c-item-08__txt {
    background-color: #ff7e00;
    color: #fff;
}

/* ---------------------------------------------
*   c-item-09
--------------------------------------------- */
.c-item-09 {
    position: relative;
    margin: 150px auto;
    width: 960px;
    border: 2px solid #00355b;
}

@media screen and (max-width: 767px) {
    .c-item-09 {
        width: 84.63542vw;
        border: 1px solid #00355b;
    }
}

.c-item-09__head {
    padding: 36px 20px;
    background-color: #00355b;
}

.windows .c-item-09__head {
    padding: 36px 20px 34px;
}

@media screen and (max-width: 767px) {
    .c-item-09__head {
        padding: 3.90625vw 1.95312vw;
    }
}

.c-item-09__ttl {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
    .c-item-09__ttl {
        font-size: 5.20833vw;
        line-height: 1.25;
    }
}

.c-item-09__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding: 40px 58px 54px;
    background-color: #fff;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .c-item-09__body {
        display: block;
        padding: 5.20833vw 5.20833vw 7.8125vw;
    }
}

.c-item-09__img-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 302px;
    height: 352px;
    border: 2px solid #dadada;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-item-09__img-outer {
        padding-top: 4.94792vw;
        padding-bottom: 4.94792vw;
        width: 100%;
        height: 100%;
        border: 1px solid #dadada;
    }
}

.c-item-09__img {
    width: 120px;
}

@media screen and (max-width: 767px) {
    .c-item-09__img {
        width: 16.92708vw;
    }
}

.c-item-09__box {
    width: 496px;
}

@media screen and (max-width: 767px) {
    .c-item-09__box {
        margin-top: 6.51042vw;
        width: 100%;
    }
}

.c-item-09__catch {
    color: #00355b;
    letter-spacing: 0.04em;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.58;
}

@media screen and (max-width: 767px) {
    .c-item-09__catch {
        font-size: 4.6875vw;
        line-height: 1.55;
    }
}

.c-item-09__txt {
    margin-top: 25px;
    color: #000;
    letter-spacing: 0.04em;
    font-size: 1rem;
    line-height: 1.875;
}

@media screen and (max-width: 767px) {
    .c-item-09__txt {
        margin-top: 4.55729vw;
        font-size: 3.90625vw;
        line-height: 1.66;
    }
}

.c-item-09__banner {
    margin-top: 20px;
    width: 300px;
}

@media screen and (max-width: 767px) {
    .c-item-09__banner {
        margin-top: 5.20833vw;
        width: 100%;
    }
}

/* ---------------------------------------------
*   c-item-10
--------------------------------------------- */
.c-item-10 {
    margin-top: 22px;
    padding: 18px 24px 18px;
    background-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
    .c-item-10 {
        margin-top: 5.20833vw;
        padding: 20px 0;
    }
}

.c-item-10__txt {
    margin-top: 12px;
    color: #000;
    letter-spacing: 0.04em;
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .c-item-10__txt {
        margin-top: 15px;
        text-align: center;
        font-size: 11px;
    }
}

.c-item-10__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .c-item-10__list {
        display: block;
        margin: 0 auto;
        width: 180px;
    }
}

.c-item-10__list-item {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 14px;
    width: 140px;
    height: 16px;
    background: url(/softdrink/boss/img/item/icn_taste.png) no-repeat right top;
    font-size: 14px;
    line-height: 16px;
}

@media screen and (max-width: 767px) {
    .c-item-10__list-item {
        margin: 12px auto 0;
        width: 138px;
        height: 16px;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
    }
}

.c-item-10__list-item:nth-of-type(n+4) {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .c-item-10__list-item:nth-of-type(n+4) {
        margin-top: 12px;
    }
}

.c-item-10__list-item:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .c-item-10__list-item:nth-of-type(3n) {
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .c-item-10__list-item:first-of-type {
        margin-top: 0;
    }
}

.c-item-10__list-item:before {
    position: absolute;
    top: 0;
    height: 100%;
    background: url(/softdrink/boss/img/item/icn_taste.png) no-repeat left bottom;
    content: "";
}

.c-item-10__list-item--narrow {
    width: 128px;
}

@media screen and (max-width: 767px) {
    .c-item-10__list-item--narrow {
        width: 138px;
    }
}

.c-item-10__list-item--narrow:before {
    left: 33px;
}

@media screen and (max-width: 767px) {
    .c-item-10__list-item--narrow:before {
        left: 42px;
    }
}

.c-item-10__list-item--wide {
    width: 160px;
}

@media screen and (max-width: 767px) {
    .c-item-10__list-item--wide {
        margin-left: -6px;
        width: 163px;
    }
}

.c-item-10__list-item--wide:before {
    left: 65px;
}

@media screen and (max-width: 767px) {
    .c-item-10__list-item--wide:before {
        left: 69px;
    }
}

.c-item-10__list-item--flavor {
    margin-left: 30px;
    width: 130px;
}

@media screen and (max-width: 767px) {
    .c-item-10__list-item--flavor {
        margin-left: auto;
        width: 138px;
    }
}

.c-item-10__list-item--flavor:before {
    left: 35px;
    width: 67px;
}

@media screen and (max-width: 767px) {
    .c-item-10__list-item--flavor:before {
        left: 42px;
        width: auto;
    }
}

.c-item-10__list-item--0:before {
    width: 0px;
}

.c-item-10__list-item--5:before {
    width: 9px;
}

.c-item-10__list-item--10:before {
    width: 18px;
}

.c-item-10__list-item--15:before {
    width: 29px;
}

.c-item-10__list-item--20:before {
    width: 38px;
}

.c-item-10__list-item--25:before {
    width: 48px;
}

.c-item-10__list-item--30:before {
    width: 57px;
}

.c-item-10__list-item--35:before {
    width: 67px;
}

.c-item-10__list-item--40:before {
    width: 77px;
}

.c-item-10__list-item--45:before {
    width: 87px;
}

.c-item-10__list-item--50:before {
    width: 96px;
}

/* ---------------------------------------------
*   c-item-11
--------------------------------------------- */
.c-item-11 {
    margin-top: 68px;
    border: 2px solid #84c7b5;
}

@media screen and (max-width: 767px) {
    .c-item-11 {
        margin-top: 11.71875vw;
        border: 1px solid #84c7b5;
        border: none;
    }
}

.c-item-11__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-top: 6px;
    padding-bottom: 4px;
    background-color: #84c7b5;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.windows .c-item-11__head {
    padding-top: 8px;
    padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
    .c-item-11__head {
        display: block;
        padding-top: 2.86458vw;
        padding-bottom: 2.34375vw;
    }
}

.c-item-11__ttl {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.875rem;
}

.windows .c-item-11__ttl {
    letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
    .c-item-11__ttl {
        font-size: 4.42708vw;
    }
}

.c-item-11__label-outer {
    margin-left: 10px;
}

.windows .c-item-11__label-outer {
    margin-top: -3px;
}

@media screen and (max-width: 767px) {
    .c-item-11__label-outer {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }
}

.c-item-11__label {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 35px;
    background-color: #ff7e00;
    color: #fff;
    font-weight: 600;
    font-size: 1.0625rem;
}

.windows .c-item-11__label {
    padding: 5px 14px 4px;
}

@media screen and (max-width: 767px) {
    .c-item-11__label {
        padding: 0.52083vw 2.60417vw 0.52083vw;
        letter-spacing: 0.025em;
        font-size: 2.86458vw;
    }
}

.c-item-11__label--small {
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .c-item-11__label--small {
        font-size: 2.34375vw;
    }
}

.c-item-11__body {
    padding: 45px 12px 10px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .c-item-11__body {
        padding: 8.59375vw 3.25521vw 0;
    }
}

.c-item-11__body--02 {
    padding-top: 30px;
    padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .c-item-11__body--02 {
        padding-top: 4.55729vw;
        padding-bottom: 0;
    }
}

.c-item-11__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    margin-bottom: 46px;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 767px) {
    .c-item-11__list {
        display: block;
        margin-bottom: 6.51042vw;
    }
}

.c-item-11__list--02 {
    -ms-flex-align: start;
    margin: 0 auto;

    -webkit-box-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .c-item-11__list--02 {
        width: 71.61458vw;
    }
}

.c-item-11__list--02 .c-item-11__list-item {
    margin-left: 50px;
}

@media screen and (max-width: 767px) {
    .c-item-11__list--02 .c-item-11__list-item {
        margin-top: 7.8125vw;
        margin-left: 0;
    }
}

.c-item-11__list-item {
    margin-left: 64px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-item-11__list-item {
        margin-top: 11.06771vw;
        margin-right: auto;
        margin-left: auto;
    }
}

.c-item-11__list-item:first-of-type {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .c-item-11__list-item:first-of-type {
        margin-top: 0;
        margin-left: auto;
    }
}

.c-item-11__list-item--01 {
    width: 200px;
}

@media screen and (max-width: 767px) {
    .c-item-11__list-item--01 {
        width: 45.05208vw;
    }
}

.c-item-11__list-item--01 .c-item-11__list-img {
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .c-item-11__list-item--01 .c-item-11__list-img {
        margin-bottom: 3.25521vw;
    }
}

.c-item-11__list-item--02 {
    width: 180px;
}

@media screen and (max-width: 767px) {
    .c-item-11__list-item--02 {
        width: 40.36458vw;
    }
}

.c-item-11__list-item--02 .c-item-11__list-img {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .c-item-11__list-item--02 .c-item-11__list-img {
        margin-bottom: 3.25521vw;
    }
}

.c-item-11__list-img--03 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 167px;
}

@media screen and (max-width: 767px) {
    .c-item-11__list-img--03 {
        margin-top: 3.90625vw;
        width: 34.76562vw;
    }
}

.c-item-11__list-img--04 {
    margin-top: 30px;
    margin-right: 0;
    margin-left: auto;
    width: 181px;
}

@media screen and (max-width: 767px) {
    .c-item-11__list-img--04 {
        margin-top: 3.90625vw;
        margin-right: auto;
        width: 51.43229vw;
    }
}

.c-item-11__list-img--05 {
    margin-top: -2px;
    margin-right: auto;
    margin-left: auto;
    width: 159px;
}

@media screen and (max-width: 767px) {
    .c-item-11__list-img--05 {
        margin-top: 0;
        width: 38.41146vw;
    }
}

.c-item-11__num-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: 7px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff7e00;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-item-11__num-outer {
        margin-right: 1.95312vw;
        width: 8.46354vw;
        height: 8.46354vw;
    }
}

.c-item-11__num {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
}

.windows .c-item-11__num {
    margin-top: 2px;
}

@media screen and (max-width: 767px) {
    .c-item-11__num {
        font-size: 5.20833vw;
    }
}

.c-item-11__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-item-11__txt {
    margin-top: 5px;
    text-align: left;
    letter-spacing: 0.075em;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375;
}

@media screen and (max-width: 767px) {
    .c-item-11__txt {
        margin-top: 1.5625vw;
        width: 53.38542vw;
        letter-spacing: 0.05em;
        font-size: 4.16667vw;
    }
}

.c-item-11__txt--bold {
    white-space: nowrap;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
    .c-item-11__txt--bold {
        letter-spacing: -0.04em;
        font-size: 4.16667vw;
    }
}

.c-item-11__list-label {
    padding: 7px 20px;
    border-radius: 35px;
    background-color: #ff7e00;
    color: #fff;
    letter-spacing: 0.075em;
    font-weight: 600;
    font-size: 1.125rem;
}

.windows .c-item-11__list-label {
    padding: 7px 20px 5px;
}

@media screen and (max-width: 767px) {
    .c-item-11__list-label {
        display: inline-block;
        padding: 1.43229vw 3.90625vw 1.04167vw;
        font-size: 3.25521vw;
    }
}

.c-item-11__note {
    letter-spacing: 0.02em;
    font-size: 0.75rem;
    line-height: 1.58;
}

@media screen and (max-width: 767px) {
    .c-item-11__note {
        font-size: 2.34375vw;
    }
}

/* ---------------------------------------------
*   c-item-12
--------------------------------------------- */
.c-item-12__head {
    margin-top: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .c-item-12__head {
        margin: 0;
        padding-top: 40px;
        padding-bottom: 15px;
    }
}

.c-item-12__catch {
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .c-item-12__catch {
        font-size: 0.85em;
    }
}

.c-item-12__body {
    text-align: center;
}

.c-item-12__list {
    font-size: 1.2em;
}

@media screen and (max-width: 767px) {
    .c-item-12__list {
        font-size: 0.85em;
    }
}

.c-item-12__list-term {
    padding: 0;
    min-height: 26px;
    background: none;
    font-size: 0.875rem;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .c-item-12__list-term {
        min-height: auto;
        font-size: 0.85em;
        line-height: 1.6;
    }
}

.c-item-12__list-txt {
    font-size: 0.875rem;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .c-item-12__list-txt {
        font-size: 0.85em;
        line-height: 1.6;
    }
}

/* ---------------------------------------------
*   c-item-13
--------------------------------------------- */
.c-item-13 {
    margin-bottom: 90px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .c-item-13 {
        margin-bottom: 16.92708vw;
    }
}

.c-item-13__inner {
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 70px;
    width: 795px;
}

@media screen and (max-width: 767px) {
    .c-item-13__inner {
        padding: 9.76562vw 5.20833vw 11.06771vw;
        width: 100%;
    }
}

.c-item-13__inner--02 {
    padding-top: 60px;
    padding-bottom: 95px;
    width: 845px;
}

@media screen and (max-width: 767px) {
    .c-item-13__inner--02 {
        padding-top: 9.76562vw;
        padding-bottom: 9.11458vw;
        width: 100%;
    }
}

.windows .c-item-13__inner--02 {
    width: 850px;
}

@media screen and (max-width: 767px) {
    .windows .c-item-13__inner--02 {
        width: 100%;
    }
}

.safari .c-item-13__inner--02 {
    width: 850px;
}

@media screen and (max-width: 767px) {
    .safari .c-item-13__inner--02 {
        width: 100%;
    }
}

.c-item-13__heading-outer {
    text-align: center;
}

.c-item-13__heading {
    display: inline-block;
    margin-bottom: 45px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 18px;
    border-bottom: 3px solid #00355b;
    color: #00355b;
    font-weight: bold;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .c-item-13__heading {
        margin-bottom: 7.16146vw;
        padding-right: 2.60417vw;
        padding-bottom: 1.30208vw;
        padding-left: 2.60417vw;
        border-bottom: 2px solid #00355b;
        font-size: 4.6875vw;
        line-height: 1.2;
    }
}

.c-item-13__heading--02 {
    padding-right: 0;
    padding-left: 0;
}

.c-item-13__txt {
    font-size: 1rem;
    line-height: 1.625;
}

@media screen and (max-width: 767px) {
    .c-item-13__txt {
        letter-spacing: -0.05em;
        font-size: 3.64583vw;
        line-height: 1.35;
    }
}

@media screen and (max-width: 767px) {
    .c-item-13__txt--02 {
        letter-spacing: 0;
    }
}

.c-item-13__note {
    margin-top: 30px;
    font-size: 0.75rem;
    line-height: 1.71;
}

@media screen and (max-width: 767px) {
    .c-item-13__note {
        margin-top: 3.64583vw;
        letter-spacing: -0.05em;
        font-size: 2.34375vw;
        line-height: 1.55;
    }
}

.c-item-13__list {
    margin-top: 28px;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .c-item-13__list {
        margin-top: 5.20833vw;
        margin-bottom: 5.20833vw;
    }
}

.c-item-13__list-item {
    font-size: 1rem;
    line-height: 1.625;
}

@media screen and (max-width: 767px) {
    .c-item-13__list-item {
        font-size: 3.64583vw;
        line-height: 1.35;
    }
}

/* ---------------------------------------------
*   c-item-14
--------------------------------------------- */
.c-item-14 {
    margin-top: 40px;
    background-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
    .c-item-14 {
        margin-top: 5.85938vw;
    }
}

.c-item-14__inner {
    padding: 20px 30px;
}

@media screen and (max-width: 767px) {
    .c-item-14__inner {
        padding: 3.38542vw 0.26042vw 3.125vw 3.25521vw;
    }
}

.c-item-14__heading {
    font-size: 1rem;
    line-height: 1.625;
}

@media screen and (max-width: 767px) {
    .c-item-14__heading {
        font-size: 3.64583vw;
        line-height: 1.4;
    }
}

.c-item-14__heading--bold {
    display: block;
    font-weight: bold;
}

.c-item-14__txt {
    margin-top: 10px;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .c-item-14__txt {
        margin-top: 2.08333vw;
        font-size: 3.64583vw;
        line-height: 1.4;
    }
}

/* ---------------------------------------------
*   c-list-01
--------------------------------------------- */
.c-list-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 30px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.windows .c-list-01 {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .c-list-01 {
        display: block;
        margin-top: 3.64583vw;
    }
}

.c-list-01--02 {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .c-list-01--02 {
        margin-top: 0;
    }
}

.c-list-01__item {
    width: 465px;
}

.c-list-01__item:nth-of-type(n+3) {
    margin-top: 26px;
}

@media screen and (max-width: 767px) {
    .c-list-01__item:nth-of-type(n+3) {
        margin-top: 9.11458vw;
    }
}

.c-list-01__item--02:nth-of-type(n+3) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-list-01__item--02:nth-of-type(n+3) {
        margin-top: 9.11458vw;
    }
}

@media screen and (max-width: 767px) {
    .c-list-01__item {
        margin-top: 9.11458vw;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .c-list-01__item:first-of-type {
        margin-top: 0;
    }
}

.c-list-01__link {
    display: block;
}

@media screen and (min-width: 768px) {
    .c-list-01__link:hover {
        opacity: 0.8;
    }
}

.c-list-01__img-outer {
    position: relative;
}

.c-list-01__img-outer--02 {
    border: 2px solid #f3f3f3;
}

.c-list-01__img img {
    width: 100%;
}

.c-list-01__box {
    margin-top: 12px;
}

@media screen and (max-width: 767px) {
    .c-list-01__box {
        margin-top: 3.25521vw;
    }
}

.c-list-01__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.c-list-01__date {
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: 600;
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .c-list-01__date {
        font-size: 3.125vw;
    }
}

.c-list-01__date--02 {
    color: #000;
}

.c-list-01__ttl {
    margin-top: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .c-list-01__ttl {
        margin-top: 0.65104vw;
        font-size: 3.90625vw;
    }
}

.c-list-01__ttl--02 {
    color: #000;
}

/* ---------------------------------------------
*   c-list-02
--------------------------------------------- */
.c-list-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px auto 0;
    width: 960px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.windows .c-list-02 {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .c-list-02 {
        display: block;
        margin: 20px auto 0;
        width: 100%;
    }
}

.c-list-02--02 {
    margin-top: 100px;
    margin-bottom: 30px;
    width: 990px;
}

.c-list-02--02 .c-list-02__img-outer {
    border: 2px solid #f3f3f3;
}

@media screen and (max-width: 767px) {
    .c-list-02--02 .c-list-02__img-outer {
        height: 40.625vw;
        border: 1px solid #f3f3f3;
    }
}

.c-list-02--02 .c-list-02__ttl {
    color: #000;
}

@media screen and (max-width: 767px) {
    .c-list-02--02 .c-list-02__ttl {
        margin-top: 1.5625vw;
    }
}

@media screen and (max-width: 767px) {
    .c-list-02--02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10.41667vw auto 3.90625vw;
        width: 87.5vw;
    }
}

.c-list-02__item {
    margin-right: 30px;
    width: 300px;
}

.c-list-02__item:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .c-list-02__item {
        margin-top: 11.06771vw;
        margin-right: 0;
        width: 100%;
    }
    .c-list-02__item:first-of-type {
        margin-top: 0;
    }
}

.c-list-02__item--02 {
    margin: 0 15px 30px;
}

@media screen and (max-width: 767px) {
    .c-list-02__item--02 {
        margin: 0 1.5625vw 6.51042vw;
        width: 40.625vw;
    }
}

.c-list-02__item--02:nth-of-type(3n) {
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .c-list-02__item--02:nth-of-type(3n) {
        margin-right: 1.5625vw;
    }
}

.c-list-02__link {
    display: block;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .c-list-02__link:hover {
        opacity: 0.8;
    }
    .c-list-02__link:hover .c-item-03 {
        opacity: .7;
    }
}

.c-list-02__img-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 300px;
    background-color: #fff;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .c-list-02__img-outer {
        height: 80.46875vw;
    }
}

.c-list-02__img {
    width: 120px;
}

@media screen and (max-width: 767px) {
    .c-list-02__img {
        width: 15.625vw;
    }
}

.c-list-02__img--02 {
    width: 95px;
}

@media screen and (max-width: 767px) {
    .c-list-02__img--02 {
        width: 11.71875vw;
    }
}

@media screen and (max-width: 767px) {
    .c-list-02__img--03 {
        width: 28.64583vw;
    }
}

.c-list-02__ttl {
    margin-top: 12px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .c-list-02__ttl {
        margin-top: 3.90625vw;
        font-size: 3.90625vw;
    }
}

.c-list-02 .is-hide {
    display: none;
}

/* ---------------------------------------------
*   c-list-03
--------------------------------------------- */
.c-list-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 50px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list-03--center {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .c-list-03 {
        display: block;
        margin-top: 7.8125vw;
    }
}

.c-list-03__item {
    position: relative;
    width: 465px;
}

@media screen and (max-width: 767px) {
    .c-list-03__item {
        margin-top: 8.33333vw;
        width: 100%;
    }
}

.c-list-03__item:nth-of-type(n+3) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-list-03__item:nth-of-type(n+3) {
        margin-top: 8.33333vw;
    }
}

.c-list-03__item:nth-of-type(2n) {
    margin-left: 24px;
}

@media screen and (max-width: 767px) {
    .c-list-03__item:nth-of-type(2n) {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .c-list-03__item:first-of-type {
        margin-top: 0;
    }
}

.c-list-03__link {
    display: block;
}

@media screen and (min-width: 768px) {
    .c-list-03__link:hover {
        opacity: 0.8;
    }
}

.c-list-03__label-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-list-03__label {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 150px;
    border: 2px solid #ff7e00;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.82);
    color: #ff7e00;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .c-list-03__label {
        padding-top: 2.34375vw;
        padding-bottom: 2.34375vw;
        width: 23.4375vw;
        border: 1px solid #ff7e00;
        letter-spacing: 0.04em;
        font-size: 3.125vw;
    }
    .android .c-list-03__label {
        padding-top: 2.60417vw;
        padding-bottom: 2.08333vw;
    }
}

/* ---------------------------------------------
*   c-list-04
--------------------------------------------- */
.c-list-04 {
    margin-top: 30px;
    padding: 35px 16px 10px;
    border: 1px solid #e1e1e1;
}

@media screen and (max-width: 767px) {
    .c-list-04 {
        margin-top: 5.85938vw;
        padding: 5.20833vw 1.95312vw 1.95312vw;
    }
}

.c-list-04__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto 20px;
    width: 680px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .c-list-04__list {
        margin-bottom: 5.20833vw;
        width: 100%;
    }
}

.c-list-04__list-item {
    width: 335px;
}

@media screen and (max-width: 767px) {
    .c-list-04__list-item {
        margin-top: 6.90104vw;
        width: 100%;
    }
}

.c-list-04__list-item:nth-of-type(n+3) {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .c-list-04__list-item:nth-of-type(n+3) {
        margin-top: 6.90104vw;
        width: 50%;
    }
}

.c-list-04__list-item:first-of-type {
    margin-top: 0;
}

.c-list-04__list-img {
    margin: 0 auto;
}

.c-list-04__list-img--01 {
    width: 229px;
}

@media screen and (max-width: 767px) {
    .c-list-04__list-img--01 {
        width: 41.92708vw;
    }
}

.c-list-04__list-img--02 {
    margin-top: 23px;
    width: 341px;
}

@media screen and (max-width: 767px) {
    .c-list-04__list-img--02 {
        margin-top: 0;
        width: 60.41667vw;
    }
}

.c-list-04__list-img--03 {
    margin-top: 29px;
    width: 97px;
}

@media screen and (max-width: 767px) {
    .c-list-04__list-img--03 {
        margin-top: 4.6875vw;
        width: 16.66667vw;
    }
}

.c-list-04__list-img--04 {
    width: 146px;
}

@media screen and (max-width: 767px) {
    .c-list-04__list-img--04 {
        width: 25vw;
    }
}

.c-list-04__list-ttl {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.3125rem;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .c-list-04__list-ttl {
        margin-top: 2.08333vw;
        margin-bottom: 0.26042vw;
        font-size: 3.64583vw;
        line-height: 1.17;
    }
}

.c-list-04__list-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .c-list-04__list-txt {
        margin-top: 0;
        font-size: 2.60417vw;
    }
}

.c-list-04__list-note {
    margin-top: 2px;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 0.8125rem;
}

@media screen and (max-width: 767px) {
    .c-list-04__list-note {
        margin-top: 0;
        font-size: 2.34375vw;
    }
}

.c-list-04__note {
    letter-spacing: 0.02em;
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .c-list-04__note {
        font-size: 2.34375vw;
        line-height: 1.55;
    }
}

/* ---------------------------------------------
*   magnific popup customize
--------------------------------------------- */
.mfp-bg {
    background: #fff;
    opacity: 0.7;
}

.mfp-content {
    position: relative;
}

@media screen and (max-width: 767px) {
    .mfp-iframe-scaler iframe {
        left: 50%;
        width: 92.44792vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* ---------------------------------------------
*   c-popup-01
--------------------------------------------- */
.c-popup-01 {
    margin-top: 22px;
    padding: 18px 24px 18px;
    background-color: #f3f3f3;
}

.c-popup-01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-popup-01__list-item {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 14px;
    width: 140px;
    height: 16px;
    background: url(/softdrink/boss/img/item/icn_taste.png) no-repeat right top;
    font-size: 14px;
    line-height: 16px;
}

.c-popup-01__list-item:nth-of-type(n+4) {
    margin-top: 15px;
}

.c-popup-01__list-item:nth-of-type(3n) {
    margin-right: 0;
}

.c-popup-01__list-item:before {
    position: absolute;
    top: 0;
    height: 100%;
    background: url(/softdrink/boss/img/item/icn_taste.png) no-repeat left bottom;
    content: "";
}

.c-popup-01__list-item--narrow {
    width: 128px;
}

.c-popup-01__list-item--narrow:before {
    left: 33px;
}

.c-popup-01__list-item--wide {
    width: 160px;
}

.c-popup-01__list-item--wide:before {
    left: 65px;
}

.c-popup-01__list-item--flavor {
    margin-left: 30px;
    width: 130px;
}

.c-popup-01__list-item--flavor:before {
    left: 35px;
    width: 67px;
}

.c-popup-01__list-item--0:before {
    width: 0px;
}

.c-popup-01__list-item--5:before {
    width: 9px;
}

.c-popup-01__list-item--10:before {
    width: 18px;
}

.c-popup-01__list-item--15:before {
    width: 29px;
}

.c-popup-01__list-item--20:before {
    width: 38px;
}

.c-popup-01__list-item--25:before {
    width: 48px;
}

.c-popup-01__list-item--30:before {
    width: 57px;
}

.c-popup-01__list-item--35:before {
    width: 67px;
}

.c-popup-01__list-item--40:before {
    width: 77px;
}

.c-popup-01__list-item--45:before {
    width: 87px;
}

.c-popup-01__list-item--50:before {
    width: 96px;
}

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

    page style

=========================================== */
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: table;
    clear: both;
    content: "";
}

/* clear
------------------------------------------- */
.lieSetWrap:after,
.cmChange:after,
.cmMovie:after,
.menuWrap:after,
.menuWrap:after,
.epWrapR:after,
.epWrapL:after,
.epLead:after,
.spLinks:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.storyWrap p:after,
.inConWrap:after,
.listWrap dl:after,
.listWrap:after,
.inLieSetCon:after,
.lieSetWrap:after,
.submitBtn02:after,
.setL:after,
.setR:after,
.setL2:after,
.setR2:after,
.spListWrap:after,
.ttl ul:after,
.ttl:after,
.setImg:after,
.inWrapBg:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

/* ----------------------------------------
    conetnts
------------------------------------------- */
@media screen and (min-width: 768px) {
    .rainbow .lineupSpKvBox__title {
        background-image: url(../images/bg01.jpg);
        background-position: center top;
        background-repeat: no-repeat;
    }
    .rainbow .lineupSpKvBox {
        background-image: url(/softdrink/boss/img/special/rainbow/images/bg02.jpg);
        background-position: center top;
        background-repeat: repeat-x;
    }
    .rainbow .inConPosi {
        padding-right: 60px;
        padding-left: 60px;
        vertical-align: bottom;
    }
    #spSp #contents #gameFlash02 p {
        height: 520px;
    }
}

/* ----------------------------------------
    cm
------------------------------------------- */
@media screen and (min-width: 768px) {
    h4.cmend img.sub {
        margin: 0 0 20px;
    }
    h4.cmend img {
        display: block;
        margin: 0 0 10px;
    }
    #spCm .setTxt {
        margin-top: 15px;
    }
    .rainbow .lines {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    /* flash */
    #rainbowProduct .conWrap {
        padding-bottom: 0;
        width: 100%;
        background-size: 100% auto;
    }
    #rainbowProduct .conWrap h3 {
        background-size: 100%;
    }
    .lieSetWrap {
        padding-bottom: 20px;
    }
    #rainbowProduct .inConWrap {
        padding: 0 0 15px 0;
    }
    #rainbowProduct .lieSetWrap {
        margin-top: 0;
        padding-bottom: 8px;
    }
    #productsFlash .cProperty {
        float: left;
        width: 190px;
    }
    #productsFlash .cGraph {
        float: right;
        width: 165px;
    }
    #productsFlash #moviekey {
        margin-top: 0;
    }
    /* cProperty */
    .cProperty dd {
        margin-top: 6px;
    }
    /* cGraph */
    .cGraph {
        background-image: url(/softdrink/boss/img/special/rainbow/products_c_profile_bg2.gif);
        background-position: 0 0;
        background-repeat: repeat-y;
    }
    .cGraph dt,
    .cGraph dd {
        padding-right: 5px;
        padding-left: 5px;
        background-image: url(/softdrink/boss/img/special/rainbow/products_c_profile_bg.gif);
        background-repeat: no-repeat;
        text-align: center;
    }
    .cGraph dt {
        padding-top: 16px;
        padding-bottom: 14px;
        background-position: 0 0;
        line-height: 1;
        /* height fix */
    }
    .cGraph dd {
        padding-bottom: 19px;
        background-position: 0 100%;
    }
    /* anacafe */
    #anacafe h4 {
        padding-top: 20px;
    }
    #anacafe .anacBg {
        margin-bottom: -5px;
        padding-bottom: 55px;
        min-height: 106px;
        background-image: url(/softdrink/boss/img/special/rainbow/products_img_anacafe.gif);
        background-position: 100% 100%;
        background-repeat: no-repeat;
    }
    .windows #anacafe .anacBg {
        padding-bottom: 65px;
    }
    *html #anacafe .anacBg {
        height: 106px;
    }
    /* ============== lieSetWrap */
    .lieSetWrap {
        padding-left: 21px;
    }
    .lieSet {
        float: left;
        width: 397px;
    }
    .lieSet,
    .inLieSet {
        background-image: url(/softdrink/boss/img/special/rainbow/lie_bg.gif);
        background-repeat: no-repeat;
    }
    .lieSet {
        background-position: 0 0;
    }
    .inLieSet {
        margin-right: 8px;
        background-position: 0 100%;
    }
    .lieSet .topBg,
    .lieSet h4,
    .lieSet .inLieSetCon {
        padding-right: 10px;
        padding-left: 12px;
        border-right: solid 1px #dbdbdb;
        border-left: solid 1px #dbdbdb;
    }
    .lieSet h4 {
        padding-top: 7px;
        padding-bottom: 2px;
    }
    .lieSet .inLieSetCon {
        padding-top: 1px;
        padding-bottom: 15px;
    }
}

/* ---------------------------------------------
*   add
--------------------------------------------- */
@media screen and (min-width: 768px) {
    #rainbowProduct .mod-txt-01 {
        font-size: 12px;
        line-height: 16px;
    }
    #rainbowProduct .mod-txt-01.mod-txt-01--02 {
        margin-top: 12px;
        line-height: 24px;
    }
    #productsFlash #moviekey {
        text-align: center;
    }
    #productsFlash #moviekey img {
        width: 100%;
    }
    #rainbowProduct .inConWrap {
        padding-bottom: 0 !important;
    }
    .cGraph dt {
        padding-bottom: 10px;
    }
    .cGraph dt img {
        vertical-align: text-top;
    }
}

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

===================================================================== */
@media screen and (max-width: 767px) {
    .lineupSpPage .lineupSp-kvBox img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .lineupSpPage .spContents {
        margin-bottom: 15px;
    }
    .lineupSpPage .spContentsSection01__inner {
        padding: 15px 15px 30px;
    }
    .lineupSpPage .spContentsSection01__txt {
        margin-bottom: 1em;
        font-size: 14px;
    }
    .lineupSpPage .spContentsSection01__img img {
        width: 100%;
        height: auto;
    }
    .lineupSpPage .spContentsSection02 {
        margin-bottom: 1px;
    }
    .lineupSpPage .spContentsSection02__title {
        position: relative;
        padding: 15px;
        background-color: #ebebeb;
    }
    .lineupSpPage .spContentsSection02__title:after {
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -13px;
        width: 25px;
        height: 25px;
        background: url(../../common/img/icon_toggle.png) no-repeat center top;
        background-size: 25px 50px;
        content: "";
    }
    .lineupSpPage .spContentsSection02__inner {
        display: none;
        padding: 12px 15px 25px;
    }
    .lineupSpPage .spContentsSection02.is-show .spContentsSection02__title:after {
        background-position: center bottom;
    }
    .lineupSpPage .spContentsSection02.is-show .spContentsSection02__inner {
        display: block;
        background-color: #fff;
        color: #000;
    }
    .lineupSpPage .spContentsSection02__sTitle {
        margin-top: 15px;
        margin-bottom: 4px;
        font-weight: bold;
        font-size: 15px;
    }
    .lineupSpPage .spContentsSection02__txt {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .lineupSpPage .spContentsSection02__img img {
        width: 100%;
        height: auto;
    }
    .lineupSpPage .spContentsSection02__img_02 {
        margin-bottom: 12px;
        text-align: center;
    }
    .lineupSpPage .spContentsSection02__img_03 {
        text-align: right;
    }
}

/* ---------------------------------------------
*   add
--------------------------------------------- */
@media screen and (max-width: 767px) {
    #rainbow .spContentsSection02__txt {
        font-weight: normal !important;
    }
    #rainbow .mod-txt-01--02 {
        line-height: 1.6;
    }
    .lineupSpPage .spContentsSection02:last-child .spContentsSection02__inner {
        padding-bottom: 20px !important;
    }
    #rainbow .ttl-01 {
        width: 245px;
    }
    #rainbow .ttl-02 {
        width: 216px;
    }
    #rainbow .ttl-03 {
        width: 237px;
    }
    #rainbow .ttl-04 {
        width: 271px;
    }
    #rainbow .ttl-05 {
        width: 189px;
    }
    #rainbow .ttl-06 {
        width: 255px;
    }
}

@media screen and (max-width: 400px) {
    #rainbow .ttl-01 {
        width: 185px;
    }
    #rainbow .ttl-02 {
        width: 156px;
    }
    #rainbow .ttl-03 {
        width: 177px;
    }
    #rainbow .ttl-04 {
        width: 201px;
    }
    #rainbow .ttl-05 {
        width: 129px;
    }
    #rainbow .ttl-06 {
        width: 195px;
    }
}

/* ---------------------------------------------
*   c-section-01
--------------------------------------------- */
.c-section-01 {
    margin-top: 45px;
    background-color: #00355b;
}

@media screen and (max-width: 767px) {
    .c-section-01 {
        margin-top: 6.11979vw;
    }
}

.c-section-01--02 {
    margin-top: 0;
    background: url(/softdrink/boss/img/item/bg-01.png) 0 0 repeat-x;
    background-size: auto 100%;
}

@media screen and (max-width: 767px) {
    .c-section-01--02 {
        background: url(/softdrink/boss/img/item/sp/bg-01.png) 0 0 repeat-x;
        background-size: auto 100%;
    }
    .c-section-01--02 .c-section-01__inner {
        padding-bottom: 15.625vw;
    }
}

.c-section-01--03 {
    margin-top: 0;
}

.c-section-01__inner {
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 80px;
    max-width: 960px;
}

@media screen and (max-width: 767px) {
    .c-section-01__inner {
        padding-top: 13.02083vw;
        padding-bottom: 13.02083vw;
        max-width: none;
        width: 84.63542vw;
    }
}

.c-section-01__inner--02 {
    padding-top: 100px;
}

@media screen and (max-width: 767px) {
    .c-section-01__inner--02 {
        padding-top: 9.11458vw;
    }
}

/* ---------------------------------------------
*   swiper customize
--------------------------------------------- */
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: none;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: none;
}

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

    page style

=========================================== */
/* ----------------------------------------
    conetnts
------------------------------------------- */
.tokuho .lineupSpKvBox {
    background-image: url(/softdrink/boss/img/special/tokuho/bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}

#greenBG {
    background-color: #e40011;
}

#spSp #contents #keyBg {
    background-position: top;
}

#spSp #contents #gameFlash02 p {
    height: 520px;
}

/* cm
------------------------------------------- */
/* clear
------------------------------------------- */
.cmChange15:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

/* IE7,IE6 \*/
*html .cmChange15 {
    height: 1%;
}

*:first-child + html .cmChange15 {
    height: 1%;
}

/* end */
/* \*/
/*/
.cmChange{
display:inline-block;
}
/* end */
/* ========================================

    ボス グリーン 特集

=========================================== */
/*-----------------------------------------

    共通

------------------------------------------*/
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/
     height: auto;
     overflow: hidden;
     /**/
}

/*-----------------------------------------

    index.html

------------------------------------------*/
.tokuho .l-pageWrapper {
    background: #161616;
}

.tokuho .spMenu {
    margin: 0 auto 50px;
    width: 828px;
    color: #fff;
}

.tokuho .inConPosi {
    border: none;
    background: #161616;
}

.tokuho .inConWrap {
    padding: 40px 40px 80px 40px;
    border: none;
}

.tokuho .aboutGrgraphics {
    margin: 0 0 40px 0;
}

.tokuho .aboutGrgraphics--02 {
    margin: 0 0 65px 0;
}

.tokuho .lineupItemList__items .setItem dd {
    color: #fff;
}

.tokuho .lineupItemList__items .setItem figure {
    border-color: #000;
    background-color: #000;
}

.tokuho .lineupItemList__items .setItem figure:before {
    border-color: #303030;
}

.tokuho .lineupItemList__items .setItem a:hover figure {
    border-color: #303030;
}

/*-----------------------------------------

    about.html

------------------------------------------*/
.tokuho .kvsec {
    margin: 15px 0 47px;
    text-align: center;
}

.tokuho .aboutGrSec {
    margin-bottom: 65px;
}

.tokuho .aboutGrSec.sec3 {
    margin-bottom: 0;
}

.tokuho .aboutGrSec h4 {
    margin-bottom: 34px;
}

.tokuho .aboutGrSec .ttl-03--narrow {
    margin-bottom: 22px !important;
}

.tokuho .aboutGrSec .ttlh5 {
    padding-bottom: 5px;
}

.tokuho .aboutGrSec .boxleft {
    float: left;
    width: 393px;
}

.tokuho .aboutGrSec .boxright {
    float: right;
    margin-left: 20px;
    width: 333px;
}

/*sec1*/
/*.tokuho .aboutGrSec.sec1 .aboutGrgraphics{
    margin-top:40px;
}*/
.tokuho .aboutGrSec.sec1 .aboutGrgraphics p {
    margin: auto;
    width: 748px;
}

.tokuho .aboutGrSec.sec1 .aboutGrgraphics .fsmall {
    margin-top: 10px;
    font-weight: bold;
    font-size: 10px;
    line-height: 20px;
}

.tokuho .aboutGrSec.sec1 .aboutGrgraphics .ttlnote {
    margin-bottom: 20px;
}

/*sec2*/
.tokuho .aboutGrSec.sec2 .boxright.nrwphoto {
    margin-left: 0;
    width: 374px;
}

.tokuho .aboutGrSec.sec2 .boxleft.nrwphoto {
    margin-left: 0;
    width: 353px;
}

/*sec3*/
.tokuho .aboutGrSec.sec3 {
    padding: 30px;
    border: 1px solid #cccccc;
    background: #fff;
    color: #000;
}

.tokuho .aboutGrSec.sec3 .bmitoolbox {
    margin: 10px 0 20px;
    padding: 20px 20px 20px 10px;
    background: #f6f6f6;
}

.tokuho .aboutGrSec.sec3 input {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px;
    width: 65px;
    height: 24px;
    border: 3px solid #000;
    background-color: #fff;
    color: #000;
    text-align: right;
    font-size: 20px;
    font-family: arial, helvetica, clean, sans-serif;

    ime-mode: disabled;
}

.tokuho .aboutGrSec.sec3 a,
.tokuho .aboutGrSec.sec3 input,
.tokuho .aboutGrSec.sec3 span {
    display: block;
    float: left;
}

.tokuho .aboutGrSec.sec3 .bmiresurlbox span {
    display: inline;
    float: none;
}

.tokuho .aboutGrSec.sec3 span {
    margin: 0 8px;
}

.tokuho .aboutGrSec.sec3 a {
    width: 138px;
    height: 40px;
    background: url(/softdrink/boss/img/special/tokuho/about_ttl_sec3_btn.png) no-repeat;
    text-indent: -9999px;
}

.tokuho .aboutGrSec.sec3 a#bmiSubmit {
    margin-left: 5px;
    background-position: 0 -0;
}

.tokuho .aboutGrSec.sec3 a#bmiSubmit:hover {
    background-position: 0 -40px;
}

.tokuho .aboutGrSec.sec3 a#bmiCancel {
    margin-left: 5px;
    background-position: 0 -80px;
}

.tokuho .aboutGrSec.sec3 a#bmiCancel:hover {
    background-position: 0 -120px;
}

.tokuho .aboutGrSec.sec3 .bmiresurlbox {
    display: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 15px;
    padding-top: 20px;
    height: 42px;
    background: url(/softdrink/boss/img/special/tokuho/about_ttl_sec3_parts5.png) no-repeat 50% 0;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.tokuho .aboutGrSec.sec3 .alertb {
    display: none;
    margin-top: 12px;
    color: #C00;
    text-align: center;
}

.tokuho .aboutGrSec.sec3 .alertb img {
    *vertical-align: middle;
}

.tokuho .aboutGrSec.sec3 .alertb span {
    display: inline;
    float: none;
    margin: 0 0 0 5px;
    font-size: 12px;
    line-height: 18px;
}

.tokuho .aboutGrSec.sec3 .bmitable {
    text-align: center;
}

.tokuho .lineupSpKvBox .lineupSpKvBox__title img {
    vertical-align: bottom;
}

.tokuho .bnrBox01 {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #373737;
    text-align: center;
}

/* ---------------------------------------------
*   add
--------------------------------------------- */
.tokuho .bmi-txt {
    font-size: 12px;
    line-height: 24px;
}

.tokuho .lineupSpKvBox {
    width: 100%;
}

.tokuho .mod-img {
    width: 100%;
}

.tokuho .mod-img-02 {
    width: 333px;
}

.tokuho .mod-img-03 {
    width: 353px;
}

.tokuho .mod-img-04 {
    vertical-align: baseline;
}

.tokuho .mod-txt-01 {
    margin-top: 4px;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
}

.tokuho .mod-txt-01.narrow {
    margin-top: 0;
}

.tokuho .mod-txt-02 {
    font-size: 18px;
    line-height: 36px;
}

.tokuho .mod-box-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.tokuho .ttl-01 {
    width: 469px;
}

.tokuho .ttl-02 {
    width: 400px;
}

.tokuho .ttl-03 {
    width: 155px;
}

.tokuho .txt-01 {
    width: 239px;
}

.tokuho .txt-02 {
    width: 178px;
}

.tokuho .txt-03 {
    width: 212px;
}

/* =====================================================================
    sp
===================================================================== */
@media screen and (max-width: 767px) {
    .lineupSpPage .lineupSp-kvBox img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .lineupSpPage .lineupItemList {
        background-color: #000;
    }
    .lineupSpPage .spContentsSection01__title {
        background-color: #d4a031;
        text-align: center;
    }
    .lineupSpPage .spContentsSection01__inner {
        padding: 15px 15px 30px;
    }
    .lineupSpPage .spContentsSection01__txt {
        margin-bottom: 1em;
        font-size: 14px;
    }
    .lineupSpPage .spContentsSection01__img {
        margin: 0 -15px 12px;
        text-align: center;
    }
    .lineupSpPage .spContentsSection01__note {
        margin-bottom: -6px;
    }
    .lineupSpPage .spContentsSection01__note li {
        margin-bottom: 6px;
        margin-left: 2em;
        color: #000;
        text-indent: -2em;
        font-size: 10px;
    }
    .lineupSpPage .spContentsSection__wrapper01 {
        padding: 15px 0 0;
        background-color: #000;
    }
    .lineupSpPage .spContentsSection02 {
        margin-bottom: 1px;
        color: #fff;
    }
    .lineupSpPage .spContentsSection02__title {
        position: relative;
        padding: 15px;
        background-color: #ebebeb;
        color: #000;
        font-weight: bold;
        font-size: 17px;
        line-height: 1.4;
    }
    .lineupSpPage .spContentsSection02__title:after {
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -13px;
        width: 25px;
        height: 25px;
        background: url(/softdrink/boss/img/special/sp/tokuho/icon_toggle.png) no-repeat center top;
        background-size: 25px 50px;
        content: "";
    }
    .lineupSpPage .spContentsSection02__inner {
        display: none;
        padding: 12px 15px 25px;
    }
    .lineupSpPage .spContentsSection02:last-child {
        margin-bottom: 0;
    }
    .lineupSpPage .spContentsSection02:last-child .spContentsSection02__inner {
        padding-bottom: 0;
    }
    .lineupSpPage .spContentsSection02.is-show .spContentsSection02__title:after {
        background-position: center bottom;
    }
    .lineupSpPage .spContentsSection02.is-show .spContentsSection02__inner {
        display: block;
    }
    .lineupSpPage .spContentsSection02__sTitle {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .lineupSpPage .spContentsSection02__txt {
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 14px;
    }
    .lineupSpPage .spContentsSection02__img {
        margin-bottom: 20px;
    }
    .lineupSpPage .spContentsSection02__img:last-child {
        margin-bottom: 0px;
    }
    .lineupSpPage .spContentsSection02__img img {
        width: 100%;
        height: auto;
    }
    .lineupSpPage .spContentsSection__wrapper02 {
        padding: 25px 15px 15px;
        background-color: #000;
    }
    .lineupSpPage .bmiCheck {
        padding: 20px 15px;
        background-color: #fff;
    }
    .lineupSpPage .bmiCheck__title {
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 17px;
    }
    .lineupSpPage .bmiCheck__lead {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .lineupSpPage .bmiCheck__txtArea {
        margin-bottom: 16px;
    }
    .lineupSpPage .bmiCheck__txtArea dt {
        float: left;
        clear: left;
        padding: 7px 0;
        width: 95px;
        font-size: 16px;
        line-height: 26px;
    }
    .lineupSpPage .bmiCheck__txtArea dd {
        margin-bottom: 10px;
        padding-left: 95px;
    }
    .lineupSpPage .bmiCheck__txtArea dd input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        width: 100%;
        height: 40px;
        border: 2px solid #000;
        color: #000;
        text-align: center;
        font-size: 20px;

        ime-mode: disabled;
    }
    .lineupSpPage .bmiCheck__resurlbox {
        position: relative;
        display: none;
        margin-bottom: 10px;
        padding: 10px 5px;
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 16px;
    }
    .lineupSpPage .bmiCheck__resurlbox:after {
        position: absolute;
        top: -12px;
        left: 50%;
        margin-left: -10px;
        border-top: 0;
        border-right: 10px solid transparent;
        border-bottom: 12px solid #000;
        border-left: 10px solid transparent;
        content: "";
    }
    .lineupSpPage .bmiCheck__alert {
        display: none;
        margin-bottom: 10px;
        color: #C00;
        text-align: center;
        font-size: 14px;
    }
    .lineupSpPage .bmiCheck__alert p {
        display: inline-block;
        padding-left: 22px;
        min-height: 18px;
        background: url(/softdrink/boss/img/special/sp/tokuho/about_ico_err.png) no-repeat left center;
        background-size: 18px 18px;
    }
    .lineupSpPage .bmiCheck__submit {
        margin-bottom: 14px;
    }
    .lineupSpPage .bmiCheck__submit a {
        display: block;
        padding: 10px;
        background-color: #d4a031;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
    }
    .lineupSpPage .bmiCheck__submit a:link, .lineupSpPage .bmiCheck__submit a:visited, .lineupSpPage .bmiCheck__submit a:hover, .lineupSpPage .bmiCheck__submit a:active {
        color: #fff;
        text-decoration: none;
    }
    .lineupSpPage .bmiCheck__reset a {
        display: block;
        padding: 10px;
        background-color: #969696;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
    }
    .lineupSpPage .bmiCheck__reset a:link, .lineupSpPage .bmiCheck__reset a:visited, .lineupSpPage .bmiCheck__reset a:hover, .lineupSpPage .bmiCheck__reset a:active {
        color: #fff;
        text-decoration: none;
    }
    .lineupSpPage .spContentsSection__wrapper03 {
        overflow: hidden;
        background-color: #000;
    }
    .bnrBox01 {
        margin-top: 15px;
        padding-top: 15px;
        border-top: solid 1px #373737;
        text-align: center;
    }
    .bnrBox01 img {
        width: 100%;
        height: auto;
    }
}

/* ---------------------------------------------
*   add
--------------------------------------------- */
@media screen and (max-width: 767px) {
    .lineupSpPage .bmiCheck {
        color: #000;
    }
    .lineupSpPage .spContentsSection01__img--02 img {
        width: 299px !important;
    }
    .lineupSpPage .bmiCheck__resurlbox p {
        font-weight: bold;
    }
    .tokuho .mod-list-item-01 {
        margin-left: 0 !important;
        text-indent: 0 !important;
    }
    .lineupSpPage .bmiCheck__txtArea dd input {
        border-radius: 5px;
    }
}

/* ---------------------------------------------
*   c-ttl-01
--------------------------------------------- */
.c-ttl-01 {
    color: #fff;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-style: normal;
    font-size: 6.125rem;
    font-family: Oswald, sans-serif;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .c-ttl-01 {
        letter-spacing: 0;
        font-size: 15.625vw;
    }
}

/* ---------------------------------------------
*   c-ttl-02
--------------------------------------------- */
.c-ttl-02 {
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #00355b;
}

.windows .c-ttl-02 {
    padding-top: 35px;
    padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .c-ttl-02 {
        padding-top: 5.20833vw;
        padding-bottom: 4.55729vw;
    }
}

.c-ttl-02__ttl {
    color: #fff;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-style: normal;
    font-size: 6.125rem;
    font-family: Oswald, sans-serif;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .c-ttl-02__ttl {
        font-size: 15.625vw;
    }
}

/* ---------------------------------------------
*   c-txt-01
--------------------------------------------- */
.c-txt-01 {
    display: none;
    margin-top: 120px;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
}

.windows .c-txt-01 {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .c-txt-01 {
        margin-top: 14.32292vw;
        font-size: 3.51562vw;
    }
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   kv
--------------------------------------------- */
.first {
    opacity: 0;
    -webkit-transition: all 0.8s ease 1s;
    transition: all 0.8s ease 1s;
}

.first.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

/* ---------------------------------------------
*   js-fadein
--------------------------------------------- */
.js-fadein {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.js-fadein.is-fadein {
    opacity: 1;
}

/* ---------------------------------------------
*   js-scroll-fadeup-list
--------------------------------------------- */
.js-scroll-fadeup-list {
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.6, 0.31, 0.16, 0.99);
    transition: opacity 0.8s cubic-bezier(0.6, 0.31, 0.16, 0.99);
}

.js-scroll-fadeup-list.is-fadein {
    opacity: 1;
}

.js-scroll-list-contents {
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.6, 0.31, 0.16, 0.99);
    transition: opacity 0.6s cubic-bezier(0.6, 0.31, 0.16, 0.99);
}

.is-fadein .js-scroll-list-contents {
    opacity: 1;
}

.is-fadein .js-scroll-list-contents:nth-of-type(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(4) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(6) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

/* ---------------------------------------------
*   js-scroll-fadeup-list02
--------------------------------------------- */
.js-scroll-fadeup-list02 {
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.6, 0.31, 0.16, 0.99);
    transition: opacity 0.6s cubic-bezier(0.6, 0.31, 0.16, 0.99);
}

.js-scroll-fadeup-list02.is-fadein {
    opacity: 1;
}

.js-scroll-list-contents02 {
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.6, 0.31, 0.16, 0.99);
    transition: opacity 0.8s cubic-bezier(0.6, 0.31, 0.16, 0.99);
}

.is-fadein .js-scroll-list-contents02 {
    opacity: 1;
}

.is-fadein .js-scroll-list-contents02:nth-of-type(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.is-fadein .js-scroll-list-contents02:nth-of-type(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.is-fadein .js-scroll-list-contents02:nth-of-type(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

/* ---------------------------------------------
*   js-scroll-fadeup-list03
--------------------------------------------- */
.js-scroll-fadeup-list03 {
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.6, 0.31, 0.16, 0.99);
    transition: opacity 0.6s cubic-bezier(0.6, 0.31, 0.16, 0.99);
}

.js-scroll-fadeup-list03.is-fadein {
    opacity: 1;
}

.js-scroll-list-contents03 {
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.6, 0.31, 0.16, 0.99);
    transition: opacity 0.8s cubic-bezier(0.6, 0.31, 0.16, 0.99);
}

.is-fadein .js-scroll-list-contents03 {
    opacity: 1;
}

.is-fadein .js-scroll-list-contents03:nth-of-type(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.is-fadein .js-scroll-list-contents03:nth-of-type(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.is-fadein .js-scroll-list-contents03:nth-of-type(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.is-fadein .js-scroll-list-contents03:nth-of-type(4) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

/* ---------------------------------------------
*   js-scroll-fadeup-list04
--------------------------------------------- */
.js-scroll-list-contents04 {
    opacity: 0;
}

.js-scroll-list-contents04.is-fadein {
    opacity: 1;
    -webkit-transition: opacity 0.6s cubic-bezier(0.6, 0.31, 0.16, 0.99);
    transition: opacity 0.6s cubic-bezier(0.6, 0.31, 0.16, 0.99);
}

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

@media screen and (min-width: 768px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-hide {
        display: none !important;
    }
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 767px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.65104vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.30208vw !important;
    }
    .mgt-sp--15 {
        margin-top: 1.95312vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.60417vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.25521vw !important;
    }
    .mgt-sp--30 {
        margin-top: 3.90625vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.55729vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.20833vw !important;
    }
    .mgt-sp--45 {
        margin-top: 5.85938vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.51042vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.16146vw !important;
    }
    .mgt-sp--60 {
        margin-top: 7.8125vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.46354vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.11458vw !important;
    }
    .mgt-sp--75 {
        margin-top: 9.76562vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.41667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.06771vw !important;
    }
    .mgt-sp--90 {
        margin-top: 11.71875vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.36979vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.02083vw !important;
    }
    .mgt-sp--105 {
        margin-top: 13.67188vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.32292vw !important;
    }
    .mgt-sp--115 {
        margin-top: 14.97396vw !important;
    }
    .mgt-sp--120 {
        margin-top: 15.625vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.27604vw !important;
    }
    .mgt-sp--130 {
        margin-top: 16.92708vw !important;
    }
    .mgt-sp--135 {
        margin-top: 17.57812vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.22917vw !important;
    }
    .mgt-sp--145 {
        margin-top: 18.88021vw !important;
    }
    .mgt-sp--150 {
        margin-top: 19.53125vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.18229vw !important;
    }
    .mgt-sp--160 {
        margin-top: 20.83333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 21.48438vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.13542vw !important;
    }
    .mgt-sp--175 {
        margin-top: 22.78646vw !important;
    }
    .mgt-sp--180 {
        margin-top: 23.4375vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.08854vw !important;
    }
    .mgt-sp--190 {
        margin-top: 24.73958vw !important;
    }
    .mgt-sp--195 {
        margin-top: 25.39062vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.04167vw !important;
    }
    .mgt-sp--205 {
        margin-top: 26.69271vw !important;
    }
    .mgt-sp--210 {
        margin-top: 27.34375vw !important;
    }
    .mgt-sp--215 {
        margin-top: 27.99479vw !important;
    }
    .mgt-sp--220 {
        margin-top: 28.64583vw !important;
    }
    .mgt-sp--225 {
        margin-top: 29.29688vw !important;
    }
    .mgt-sp--230 {
        margin-top: 29.94792vw !important;
    }
    .mgt-sp--235 {
        margin-top: 30.59896vw !important;
    }
    .mgt-sp--240 {
        margin-top: 31.25vw !important;
    }
    .mgt-sp--245 {
        margin-top: 31.90104vw !important;
    }
    .mgt-sp--250 {
        margin-top: 32.55208vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 767px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.65104vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.30208vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 1.95312vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.60417vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.25521vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 3.90625vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.55729vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.20833vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 5.85938vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.51042vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.16146vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 7.8125vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.46354vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.11458vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 9.76562vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.41667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.06771vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 11.71875vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.36979vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.02083vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 13.67188vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.32292vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 14.97396vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 15.625vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.27604vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 16.92708vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 17.57812vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.22917vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 18.88021vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 19.53125vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.18229vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 20.83333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 21.48438vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.13542vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 22.78646vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 23.4375vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.08854vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 24.73958vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 25.39062vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.04167vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 26.69271vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 27.34375vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 27.99479vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 28.64583vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 29.29688vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 29.94792vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 30.59896vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 31.25vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 31.90104vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 32.55208vw !important;
    }
}
