@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
    html {
        font-size: 0.86vw;
        /* font-size: 0.8771929vw; */
        /* font-size: 0.8vw; */
    }
}

@media screen and (max-width:767px) and (min-width:481px) {
    html {
        font-size: 1.30208vw;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 55%;
        /* font-size: 2.35vw; */
        font-size: 1.8vw;
        /* font-size: 1.86vw; */
    }
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #191919;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 2px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* .container {
    
    width: calc(100% - 60px);
    max-width: 1140px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .container {
        width: -webkit-calc(100% - 30px);
    }
} */

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 768px) {
    .container {
        width: -webkit-calc(100% - 6.0rem);
        width: calc(100% - 6.0rem);
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }
}



/* @media only screen and (max-width: 480px) {
    .container {
        width: -webkit-calc(100% - 15px);
    }
} */

/* .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
} */

/*
heading******************************/

.title_x_large {
    font-size: 4.6rem;
    font-weight: bold;
}

.title_x_large span {
    display: block;
    font-size: 2.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 2.8rem;
    font-weight: bold;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.0rem;
    font-weight: bold;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 767px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 767px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 767px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 767px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
list*3カラム******************************/

.three_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.three_list .list_item {
    width: -webkit-calc((100% - 4%) / 3);
    width: calc((100% - 4%) / 3);
    margin-top: 4rem;
    margin-right: 2%;
    margin-bottom: 3.0rem;
}

@media screen and (min-width: 897px) {
    .three_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .three_list .list_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .three_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .three_list .list_item {
        width: 100%;
        margin-right: 0;
    }
}

.three_list .list_item .title {
    font-size: 1.6rem;
}

.three_list .list_item img {
    margin-bottom: 3.0rem;
}

/*
list*4カラム******************************/

.four_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.four_list .list_item {
    width: -webkit-calc((100% - 9%) / 4);
    width: calc((100% - 9%) / 4);
    margin-top: 2.0rem;
    margin-right: 3%;
    margin-bottom: 2.0rem;
}

@media screen and (min-width: 569px) {
    .four_list .list_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .four_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .four_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
list*5カラム******************************/

.five_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8.0rem;
}

.five_list .list_item {
    width: -webkit-calc((100% - 4%) / 5);
    width: calc((100% - 4%) / 5);
    margin-top: 1.0rem;
    margin-right: 1%;
    margin-bottom: 1.0rem;
}

.five_list .list_item .title {
    font-size: 2.0rem;
}

@media screen and (min-width: 993px) {
    .five_list .list_item:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 6%) / 3);
        width: calc((100% - 6%) / 3);
        margin-right: 3%;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(3n) {
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_890 {
    width: 890px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .inner_890 {
        width: 90%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.btn {
    padding-top: 3.6rem;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

.column_outside_right {
    flex: 1;
    margin-right: calc(50% - 50vw);
}

@media only screen and (max-width: 1140px) {
    .column_outside_right {
        margin-right: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .column_outside_right {
        margin-left: 0;
    }
}

.column_outside_left {
    flex: 1;
    margin-left: calc(50% - 50vw);
}

@media only screen and (max-width: 1140px) {
    .column_outside_left {
        margin-left: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .column_outside_left {
        margin-left: 0;
    }
}

/*
bl_******************************/

/*
header******************************/

.header_left {
    position: absolute;
    z-index: 30;
    padding: 4.7rem 0 0 4.3rem;
}

@media screen and (max-width: 1400px) {
    .header_left {
        padding: 2.9rem 0 0 3.0rem;
    }
}

@media screen and (max-width: 767px) {
    .header_left {
        padding: 1.9rem 0 0 2.0rem;
    }
}

.header_hackberry_catch {
    font-size: 1.2rem;
    color: #fff;
    padding-top: 0.7rem;
}

@media only screen and (max-width: 767px) {
    .header_hackberry_catch {
        display: none;
    }
}

.header_hackberry_info address {
    font-size: 1.2rem;
    color: #fff;
    font-style: normal;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    max-width: 27.3rem;
    padding: 1.2rem 0;
    margin-top: 1.2rem;
}

@media only screen and (max-width: 767px) {
    .header_hackberry_info address {
        display: none;
    }
}

.header_kogaCola_info {
    padding-top: 2.4rem;
}

@media only screen and (max-width: 767px) {
    .header_kogaCola_info {
        display: none;
    }
}

.header_kogaCola_catch {
    font-size: 1.2rem;
    color: #fff;
    padding-top: 0.8rem;
}

.header_kogaCola_btn_onlineShop {
    padding-top: 1.2rem;
}

.header_sns {
    position: relative;
    z-index: 30;
}

.header_sns .sns_wrap {
    padding-top: 2.9rem;
    display: inline-block;
}

.header_sns .sns_wrap ul {
    display: block;
    text-align: center;
}

.header_sns .sns_wrap ul li {
    padding: 1.0rem 0;
}

/* nav-toggle */

.nav-toggle {
    position: relative;
    height: 32px;
    cursor: pointer;
    background-color: transparent;
    mix-blend-mode: difference;
    z-index: 1000;
}

@media only screen and (max-width: 767px) {
    .nav-toggle {
        height: 26px;
    }
}

.nav-toggle>div {
    position: relative;
    width: 31px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle>div {
        width: 26px;
    }
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

.nav-toggle span:nth-child(1) {
    top: 0;
}

.nav-toggle span:nth-child(2) {
    top: 14px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle span:nth-child(2) {
        top: 10px;
    }
}

.nav-toggle span:nth-child(3) {
    top: 28px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle span:nth-child(3) {
        top: 20px;
    }
}

.nav-toggle_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 200;
    top: 4.7rem;
    right: 9.6rem;
    background-color: transparent;
    mix-blend-mode: difference;
}

@media screen and (max-width: 1400px) {
    .nav-toggle_box {
        top: 2.9rem;
        right: 5.0rem;
    }
}

@media screen and (max-width: 767px) {
    .nav-toggle_box {
        top: 1.9rem;
        right: 2.0rem;
    }
}

.nav-toggle_text {
    font-size: 0.8rem;
    padding-top: 0.8rem;
}

.menu {
    background: rgba(0, 0, 0, 0.87);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 48.0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    transition: opacity .6s ease, visibility .6s ease;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .menu {
        width: 100vw;
    }
}

.menu nav {
    position: absolute;
    top: 15rem;
}

.menu__item {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    text-align: left;
    margin-top: 4rem;
}

.menu__item a {
    display: block;
    color: #fff;
    transition: color .6s ease;
}

.menu__item a:hover {
    color: #666;
}

.menu__item:first-child {
    margin-top: 0;
    text-align: center;
    padding-bottom: 4rem;
}

.menu__item:last-of-type {
    margin-bottom: 10rem;
}

.menu__item {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

/* is-active */

.menu.is-active {
    visibility: visible;
    opacity: 1;
}

.is-active .menu__item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.is-active.nav-toggle span {
    background: #fff;
}

.is-active.nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-active.nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.is-active.nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*
top-kv******************************/

.top-kv {
    /* background: url(../images/top_kv_01.png) repeat; */
    width: 100%;
    height: 108.0rem;
    background-position: 50% top;
    background-size: 192rem 108.0rem;
    position: relative;
    z-index: 10;
}

/* .top-kv {
    height: 100vh;
}

@media only screen and (max-width: 1200px) {
    .top-kv {
        max-height: 700px !important;
    }
}

.top-kv_img {
    position: absolute;
    top: 0;
    left: 0;
} */

.top-kv_inner {
    width: 68.0rem;
    margin: auto;
    position: absolute;
    top: 11.9rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

.top-kv_hackberry_logo {
    width: 31.9rem;
    height: 13.2rem;
    text-align: center;
}

.top-kv_kogaCola_logo {
    text-align: center;
    width: 41.3rem;
    height: 7.7rem;
    padding-top: 18.3rem;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .top-kv_kogaCola_logo img {
        padding: 0 1.5rem;
    }
}

.top-kv_kogaCola_logo::before {
    position: absolute;
    content: '';
    background: url(../images/decoration_01.png);
    width: 15.2rem;
    height: 28.1rem;
    background-size: 15.2rem 28.1rem;
    top: 38%;
    left: -39%;
}

.top-kv_kogaCola_logo::after {
    position: absolute;
    content: '';
    background: url(../images/decoration_02.png);
    width: 14.1rem;
    height: 24.8rem;
    background-size: 14.1rem 24.8rem;
    top: 62%;
    right: -39%;
}

.top-kv_kogaCola_text {
    font-size: 1.2rem;
    color: #fff;
    padding-top: 8.7rem;
    max-width: 39.6rem;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0;
}

.top-kv_img_bottle {
    width: 34.1rem;
    height: 67.6rem;
    margin: auto;
    position: absolute;
    top: 24.2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9;
    text-align: center;
}

.bl_scroll_wrap {
    position: absolute;
    z-index: 5;
    bottom: 4.2rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

.sub-kv .bl_scroll_wrap {
    bottom: 12.9rem;
}

.bl_scroll_text {
    width: 6.5rem;
    height: 2.1rem;
}

.bl_scroll_arrow {
    width: 3.4rem;
    height: 1.7rem;
    padding-top: 1.9rem;
}

/*
sub-kv******************************/

.sub-kv {
    background: url(../images/bg_board.png) repeat;
    width: 100%;
    height: 82.5rem;
    background-position: 50% top;
    background-size: 192rem 82.5rem;
    position: relative;
    z-index: 10;
    display: grid;
    justify-items: center;
    align-items: center;
}

.sub_kv_page_title {
    text-align: center;
    width: calc(100% - 30px);
    margin: auto;
}

.sub_kv_page_title_ja {
    font-size: 2.0rem;
    color: #fff;
    padding-top: 1.6rem;
}

.title_whatIsKogaCola {
    width: 63.7rem;
    height: 11.0rem;
}

.title_howTo {
    width: 21.3rem;
    height: 11.0rem;
}

.title_shopInfo {
    width: 30.7rem;
    height: 11.0rem;
}

.title_contact {
    width: 23.1rem;
    height: 11.0rem;
}

.title_contact {
    width: 23.1rem;
    height: 11.0rem;
}

.title_notFound {
    width: 45.9rem;
    height: 11.0rem;
}


/*
top-feature******************************/

.top-feature {
    padding: 10.0rem 0 0;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    background-size: 81.4rem 56.2rem;
}

@media only screen and (max-width: 767px) {
    .top-feature {
        padding: 7.0rem 0 0;
    }
}

.top-feature_catch {
    max-width: 80.7rem;
    margin: auto;
}

.top-feature_catch_sub {
    text-align: center;
    padding-top: 1.7rem;
}

.top-feature_logo_kogaCola {
    width: 39.6rem;
    margin: auto;
    text-align: center;
    padding-top: 3.9rem;
}

.top-feature_label_syrup {
    width: 20.4rem;
    margin: 0 auto;
    padding-top: 2rem;
}

.top-feature_btn_making {
    padding-top: 2.7rem;
    width: 36.2rem;
    text-align: center;
    margin: auto;
}

.top-feature_building {
    padding-top: 7.5rem;
}

.bl_feature_list {
    max-width: 70.3rem;
    margin: 0 auto;
    padding-top: 4.9rem;
}

.bl_feature_item:not(:first-child) {
    padding-top: 3.1rem;
}

.bl_feature_title_en.bl_feature_title_01 {
    margin: 0 auto;
    width: 12.9rem;
}

.bl_feature_title_en.bl_feature_title_02 {
    margin: 0 auto;
    width: 13.8rem;
}

.bl_feature_title_en.bl_feature_title_03 {
    margin: 0 auto;
    width: 14.0rem;
}

.bl_feature_title_ja {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 1.2rem;
    border-bottom: 4px solid #913F3F;
    margin: auto;
    width: 21rem;
}

.bl_feature_text {
    padding-top: 2.1rem;
}

/*
top-kogaCola_onlineShop******************************/

.top-kogaCola_onlineShop {
    position: relative;
}

.top-kogaCola_onlineShop_inner {
    position: absolute;
    top: 5.7rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    text-align: center;
}

.top-kogaCola_onlineShop_heading {
    color: #fff;
    display: grid;
    place-items: center;
}

.top-kogaCola_onlineShop_heading_en {
    font-size: 3.4rem;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .top-kogaCola_onlineShop_heading_en {
        font-size: 2.38rem;
    }
}

.top-kogaCola_onlineShop_img_bottle {
    width: 29.03rem;
    height: 57.5rem;
    margin: 0 auto;
}

.top-kogaCola_onlineShop_btn_onlineShop {
    width: 37.7rem;
    height: 11.6rem;
}

.top-kogaCola_onlineShop_text_refreshing {
    width: 90.0rem;
    height: 39.47rem;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .top-kogaCola_onlineShop_text_refreshing {
        width: 100%;
        padding: 0 3.0rem;
    }
}

@media only screen and (max-width: 480px) {
    .top-kogaCola_onlineShop_text_refreshing {
        width: 100%;
        top: 36%;
        padding: 0 1.5rem;
    }
}

.top-kogaCola_onlineShop_parallax img {
    width: 100%;
    height: 90.2rem;
    object-fit: cover;
}

/*
temp-shopInfo******************************/

.temp-shopInfo {
    padding: 10.0rem 0;
    background: url(../images/bg_wall_02.png) repeat;
    width: 100%;
    height: auto;
    background-size: 25rem 25rem;
}

@media only screen and (max-width: 767px) {
    .temp-shopInfo {
        padding: 7.0rem 0;
    }
}

.temp-shopInfo_heading {
    display: grid;
    place-items: center;
}

.temp-shopInfo_heading_en {
    font-size: 4.2rem;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .temp-shopInfo_heading_en {
        font-size: 2.94rem;
    }
}

.temp-shopInfo_heading_ja {
    font-size: 2.0rem;
    font-weight: bold;
}

.temp-shopInfo_logo {
    width: 23.7rem;
    height: 9.8rem;
    margin: auto;
}

.temp-shopInfo_slide {
    max-width: 99.6rem;
    margin: auto;
    padding-top: 1.9rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .temp-shopInfo_slide {
        width: 100%;
        padding: 1.9rem 1.5rem 0;
    }
}

.temp-shopInfo_inner {
    padding-top: 4.7rem;
    max-width: 73.0rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}


.temp-shopInfo_table {
    margin-top: 4.0rem;
    border-top: 1px solid #A08D80;
}

.temp-shopInfo_table dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #A08D80;
    flex-wrap: wrap;
}

.temp-shopInfo_table dl dt {
    width: 35%;
    padding: 1.7rem 0 1.8rem;
    line-height: 1.8;
    display: grid;
}

.temp-shopInfo_table dl dd {
    width: 60%;
    padding: 1.7rem 0 1.8rem;
    line-height: 1.8;
    display: grid;
}

.temp-shopInfo_title_en {
    font-size: 1.0rem;
    color: #766458;
}

@media screen and (max-width: 480px) {
    .temp-shopInfo_title_en {
        font-size: 1.2rem;
    }
}

.temp-shopInfo_to_googlemap {
    color: #000;
}

.temp-shopinfo_reservation {
    color: #000;
}

.temp-shopinfo_menu {
    color: #000;
}

/* Google Map */

.temp-shopInfo .google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 49.725274%;
    position: relative;
    z-index: 2;
    clear: both;
    margin: auto;
    margin-top: 3.3rem;
}

@media screen and (max-width: 767px) {
    .temp-shopInfo .google_map {
        width: 100%;
    }
}

.temp-shopInfo .google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*
page-aboutus******************************/

.page-aboutus {
    background: url(../images/bg_board.png) repeat;
    width: 100%;
    height: auto;
    background-position: 50% top;
    background-size: 192rem 82.5rem;
    position: relative;
}

.page-aboutus_logo_kogaCola {
    width: 41.3rem;
    margin: auto;
    text-align: center;
    padding-top: 3.9rem;
}

@media screen and (max-width: 480px) {
    .page-aboutus_logo_kogaCola {
        width: 100%;
    }
}

.page-aboutus_label_syrup {
    width: 20.4rem;
    margin: 0 auto;
    padding-top: 2rem;
}

.page-aboutus_catch {
    max-width: 1140rem;
    margin: auto;
    margin-top: -14.5rem;
}

.page-aboutus_catch_sub {
    text-align: left;
    color: #fff;
}

.page-aboutus_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .page-aboutus_flex {
        display: block;
    }
}

.page-aboutus_bottle {
    width: 48.2rem;
    margin-top: -20rem;
}

@media screen and (max-width: 767px) {
    .page-aboutus_bottle {
        margin-top: -10rem;
    }
}

@media screen and (max-width: 480px) {
    .page-aboutus_bottle {
        width: 19.28rem;
        margin-top: -5rem;
        margin-left: -3rem;
    }
}

.page-aboutus_info {
    color: #fff;
    max-width: 58.6rem;
}

.page-aboutus_info .bl_feature_title_en.bl_feature_title_01 {
    margin: inherit;
}

.page-aboutus_info .bl_feature_title_en.bl_feature_title_02 {
    margin: inherit;
}

.page-aboutus_info .bl_feature_title_en.bl_feature_title_03 {
    margin: inherit;
}

.page-aboutus_info .bl_feature_title_ja {
    margin: inherit;
    text-align: left;
    border-bottom: 4px solid #F8DC00;
}

.page-aboutus_btn_making {
    text-align: center;
    width: 36.2rem;
    margin: auto;
    padding-top: 2.7rem;
}

/* obsession */

.page-aboutus_obsession {
    padding: 10.0rem 0;
}

@media only screen and (max-width: 767px) {
    .page-aboutus_obsession {
        padding: 7.0rem 0;
    }
}

.page-aboutus_obsession_heading {
    color: #fff;
    display: grid;
    place-items: center;
}

.page-aboutus_obsession_heading_en {
    font-size: 3.4rem;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .page-aboutus_obsession_heading_en {
        font-size: 2.38rem;
    }
}



.page-aboutus_obsession_item {
    background: rgba(0, 0, 0, 0.51);
    margin-top: 2.8rem;
}

.page-aboutus_obsession_item_inner {
    padding: 3.8rem 4.5rem 7.2rem 3.9rem;
    max-width: 103.1rem;
}

.page-aboutus_obsession_item_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-aboutus_obsession_item_left {
    width: 56.5%;
    padding-right: 2.2rem;
}

@media only screen and (max-width: 767px) {
    .page-aboutus_obsession_item_left {
        width: 100%;
        padding-right: 0;
    }
}

.page-aboutus_obsession_item_right {
    width: 43.5%;
}

@media only screen and (max-width: 767px) {
    .page-aboutus_obsession_item_right {
        width: 100%;
        padding-top: 4.5rem;
    }
}

.page-aboutus_obsession_item_img {
    max-width: 52.2rem;
}

.page-aboutus_obsession_item_title {
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 1.2rem;
    color: #fff
}

.page-aboutus_obsession_item_text {
    padding-top: 2.2rem;
    color: #fff
}

.bl_swiper_tab {
    overflow: hidden;
    padding-top: 4.5rem;
}

.bl_swiper_tab_menu .swiper-wrapper {
    justify-content: center;
}

.bl_swiper_tab_menu .swiper-wrapper .swiper-slide {
    padding: 2.0rem 0;
    margin: 0 0.8rem;
    text-align: center;
    color: #fff;
    background-color: #053E56;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .bl_swiper_tab_menu .swiper-wrapper .swiper-slide {
        width: 12rem !important;
    }
}

.bl_swiper_tab_menu .swiper-wrapper .swiper-slide:last-child {
    border: 0;
}

.bl_swiper_tab_menu .swiper-wrapper .swiper-slide-thumb-active {
    background-color: #195B77;
    position: relative;
}

.bl_swiper_tab_menu .swiper-wrapper .swiper-slide-thumb-active::after {
    content: "";
    position: absolute;
    background: url(../images/slide_active.png) no-repeat;
    width: 2.6rem;
    height: 1.4rem;
    background-size: 2.6rem 1.4rem;
    bottom: -2.1rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bl_swiper_tab_content .swiper-wrapper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*
page-making******************************/

.page-making {
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    background-size: 81.4rem 56.2rem;
    position: relative;
    padding: 7.0rem 0 10.0rem;
}

.page-making_logo_kogaCola {
    width: 39.6rem;
    margin: auto;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .page-making_logo_kogaCola {
        width: 100%;
    }
}

.page-making_text {
    text-align: center;
    padding-top: 3.0rem;
}

.page-making_item_inner {
    padding: 3.8rem 4.5rem 7.2rem 3.9rem;
}

.page-making_item_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-making_item_left {
    width: 49.5%;
    padding-right: 45px;
}

@media only screen and (max-width: 767px) {
    .page-making_item_left {
        width: 100%;
        padding-right: 0;
    }
}

.page-making_item_right {
    width: 50.5%;
}

@media only screen and (max-width: 767px) {
    .page-making_item_right {
        width: 100%;
        padding-top: 4.5rem;
    }
}

.page-making_list {
    padding-top: 9.0rem;
}

@media only screen and (max-width: 767px) {
    .page-making_list {
        padding-top: 6.3rem;
    }
}

.page-making_item {
    background: rgb(255 255 255 / 53%);
    margin-top: 2.8rem;
}

.page-making_item:first-of-type {
    margin-top: 0;
}

.page-making_item_title {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 1.2rem;
}

.page-making_item_img {
    padding-top: 3.0rem;
    max-width: 48.7rem;
}

.page-making_item_material_title {
    font-size: 2.4rem;
    font-weight: bold;
}

.page-making_item_material_title span {
    font-size: 1.6rem;
    font-weight: normal;
}

.page-making_item_table {
    padding-top: 1.0rem;
}

.page-making_item_table dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #A08D80;
}

.page-making_item_table dl:first-of-type {
    border-top: 1px solid #A08D80;
}

.page-making_item_table dl:last-of-type {
    border-bottom: none;
}

.page-making_item_table dl dt {
    width: 50%;
    padding: 1.3rem 0 1.3rem;
    line-height: 1.8;
}

.page-making_item_table dl dd {
    width: 50%;
    padding: 1.3rem 0px 1.3rem;
    line-height: 1.8;
    text-align: right;
}

.page-making_item_howToMake {
    padding-top: 5.0rem;
}

.page-making_item_howToMake_title {
    font-size: 2.4rem;
    font-weight: bold;
}

.page-making_item_howToMake ol {
    margin-top: 1.0rem;
    border-top: 1px solid #A08D80;
}

.page-making_item_howToMake ol li {
    padding: 1.3rem 0 1.3rem;
    line-height: 1.8;
    border-bottom: 1px solid #A08D80;
    padding-left: 1.4em;
    text-indent: -1.4em;
}

.page-making_item_howToMake_text {
    padding-top: 1.3rem;
}

/*
page-shopinfo******************************/

.page-shopinfo_menu {
    background: url(../images/bg_board.png) repeat;
    width: 100%;
    height: auto;
    background-position: 50% top;
    background-size: 192rem 82.5rem;
    position: relative;
    padding: 7.0rem 0 10.0rem;
}

.page-shopinfo_menu_heading {
    color: #fff;
    display: grid;
    place-items: center;
}

.page-shopinfo_menu_heading_en {
    font-size: 3.4rem;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .page-shopinfo_menu_heading_en {
        font-size: 2.38rem;
    }
}

.page-shopinfo_foodMenu_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.9rem;
    row-gap: 4.9rem;
    padding-top: 6.0rem;
}

@media screen and (max-width: 767px) {
    .page-shopinfo_foodMenu_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pswp__caption__center {
    text-align: center !important;
}

.page-shopinfo_drinkMenu {
    padding-top: 10.0rem;
}

@media screen and (max-width: 767px) {
    .page-shopinfo_drinkMenu {
        padding-top: 7.0rem;
    }
}

.page-shopinfo_drinkMenu_text {
    margin-top: 2.0rem;
    color: #fff;
    padding: 1.8rem 0 2.4rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

/*
temp-kogaCola_onlineShop******************************/

.temp-kogaCola_onlineShop {
    position: relative;
}

.temp-kogaCola_onlineShop_btn_onlineShop {
    position: absolute;
    top: 17%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .temp-kogaCola_onlineShop_btn_onlineShop {
        top: 25%;
    }
}

@media only screen and (max-width: 480px) {
    .temp-kogaCola_onlineShop_btn_onlineShop {
        width: 80%;
    }
}

.temp-kogaCola_onlineShop_text_refreshing {
    width: 114.0rem;
    height: 49.7rem;
    position: absolute;
    top: 17%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .temp-kogaCola_onlineShop_text_refreshing {
        width: 100%;
        padding: 0 3.0rem;
    }
}

@media only screen and (max-width: 480px) {
    .temp-kogaCola_onlineShop_text_refreshing {
        padding: 0 1.5rem;
    }
}

.temp-kogaCola_onlineShop_parallax img {
    width: 100%;
    height: 70.8rem;
    object-fit: cover;
}

/*
temp-menu_contact******************************/

.temp-menu_contact {
    background: url(../images/bg_menu.png) no-repeat;
    width: 100%;
    height: 98.5rem;
    background-position: 50% bottom;
    background-size: cover;
    position: relative;
    z-index: 10;
    display: grid;
    justify-items: center;
}

.temp-menu_contact_inner {
    text-align: center;
    padding-top: 6.0rem;
}

@media only screen and (max-width: 767px) {
    .temp-menu_contact_inner {
        padding: 4.2rem 15px 0;
    }
}

.temp-menu_contact_logo {
    width: 24.4rem;
    height: 10.1rem;
    margin: auto;
}

.temp-menu_contact_text {
    padding-top: 3.2rem;
    color: #fff;
}

.temp-menu_contact_btn_menu {
    padding-top: 2.4rem;
    width: 36.2rem;
    text-align: center;
    margin: auto;
}

/*
temp-instagram******************************/

.temp-instagram {
    background: url(../images/bg_wall_02.png) repeat;
    width: 100%;
    height: auto;
    background-size: 25rem 25rem;
    position: relative;
    padding: 7.0rem 0 10.0rem;
}

.temp-instagram_logo {
    width: 20.0rem;
    margin: auto;
    text-align: center;
}

.temp-instagram_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.4rem;
    padding-top: 5.2rem;
}

@media screen and (max-width: 767px) {
    .temp-instagram_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*
contact******************************/

.page-contact {
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    background-size: 81.4rem 56.2rem;
    position: relative;
    padding: 7rem 0 10rem;
}

.page-contact_heading {
    display: grid;
    place-items: center;
}

.page-contact_heading_en {
    font-size: 4.2rem;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .page-contact_heading_en {
        font-size: 2.94rem;
    }
}

.page-contact_heading_ja {
    font-size: 2.0rem;
    font-weight: bold;
}

.page-contact_text {
    font-size: 1.8rem;
    padding-top: 1.9rem;
    text-align: center;
}

.page-contact_btn_tel {
    padding-top: 7.0rem;
    width: 36.2rem;
    text-align: center;
    margin: auto;
}

/*
footer******************************/

.footer {
    background: url(../images/bg_footer.png) repeat;
    width: 100%;
    height: auto;
    background-position: 50% top;
    background-size: 192rem 47.2rem;
}

.footer_inner {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: auto;
    padding: 9.0rem 0 8.0rem;
}


.footer_logo {
    width: 30.0rem;
    height: 12.4rem;
    margin: auto;
}

.footer address {
    text-align: center;
    font-style: normal;
    color: #fff;
    padding-top: 2.9rem;
}

.footer_address_title {
    font-size: 1.4rem;
}

.footer_address_text {
    font-size: 1.2rem;
    padding-top: 1.0rem;
}

.footer_sns {
    padding-top: 2.4rem;
}

.footer_sns .sns_wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_sns .sns_wrap ul li {
    padding: 0 16.5px;
}

.footer_copyright {
    font-size: 1.0rem;
    padding-bottom: 1.6rem;
    letter-spacing: 5px;
    text-align: center;
    color: #fff;
}

/*
404 Not Found******************************/

.page-not_found {
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    background-size: 81.4rem 56.2rem;
    position: relative;
    padding: 7rem 0 10rem;
}

.page-not_found-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 2.2rem;
}

.page-not_found-text {
    line-height: 2.0;
    padding-top: 7.0rem;
}

.page-not_found-text a {
    text-decoration: underline;
}