@charset "utf-8";

/* =========================================================
Basic
========================================================= */
#Cont {
width: 100%;
}

.wrapper {
width: 100%;
font-size: 115.38%;
line-height: 1.47;
background: linear-gradient(-45deg, #db3c24 0%, #f5d472 10%, #c0d449 20%, #fff 50%, #f5d472 80%, #d72619 100%);
}

.wrapper *,
.wrapper *:before,
.wrapper *:after {
box-sizing: border-box;
}

.main-contents {
width: 100%;
max-width: 980px;
margin: 0 auto;
padding: 0 10px 20px;
}

.img--center {
margin: 0 auto;
}

.display--sp {
display: none;
}

/* text module
--------------------------------------------------------- */
.text--hide {
display: none;
}

.text--red {
color: #CC0000;
}

.text--bold {
font-weight: bold;
}

.text--sup {
font-size: 12px;
vertical-align: super;
}

/* tablet layout
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
.display--pc {
display: none;
}
}

/* smartphone layout
--------------------------------------------------------- */
@media screen and (max-width: 640px) {
.wrapper {
margin-bottom: 20px;
}

.display--pc-tablet {
display: none;
}

.display--sp {
display: block;
}
}

/* =========================================================
header
========================================================= */
.mainvisual {
padding-top: 50px;
}

.local-nav__item {
width: 31.9%;
float: left;
position: relative;
}

.local-nav__item:not(:last-child) {
margin-right: 2.15%;
}

.local-nav__frame {
mix-blend-mode: multiply;
}

.local-nav__text {
position: absolute;
top: 0;
left: 0;
}

/* smartphone layout
--------------------------------------------------------- */
@media screen and (max-width: 640px) {
.mainvisual {
padding-top: 25px;
}

.local-nav {
display: none;
}
}

/* =========================================================
contents
========================================================= */
.header2 {
margin-top: 30px;
}

.header2__frame {
height: 40px;
mix-blend-mode: multiply;
}

.header2__text {
margin-top: -40px;
}

.button--page-top {
display: block;
width: 33px;
margin: 15px 0 0 auto;
}

.col1 {
margin-top: 20px;
padding: 0 20px;
}

.col2 {
margin-top: 20px;
padding: 0 20px;
}

.col2__box {
width: 48.9%;
float: left;
}

.col2__box:first-child {
margin-right: 2.2%;
}

.col3 {
margin-top: 20px;
padding: 0 20px;
}

.col3__box {
width: 31.8%;
float: left;
}

.col3__box:not(:last-child) {
margin-right: 2.3%
}

/* tablet layout
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
.col2__box {
width: 100%;
float: none;
}

.col2__box:first-child {
margin: 0 0 15px 0;
}

.col3__box {
width: 100%;
float: none;
}

.col3__box:not(:last-child) {
margin: 0 0 15px 0;
}
}

/* =========================================================
taste
========================================================= */
.taste__image {
margin-top: 15px;
}

.taste__text {
margin-top: 10px;
}

.taste__note {
margin-top: 22px;
}

/* tablet layout
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
.taste__text {
text-align: center;
}
}

/* =========================================================
drink
========================================================= */
.col-drink {
width: 47.8%;
float: left;
}

.col-drink:first-child {
margin-right: 4.4%;
}

.drink__title {
margin-top: 15px;
}

.drink__glass {
margin-top: 15px;
}

.drink__text {
margin-top: 15px;
}

/* smartphone layout
--------------------------------------------------------- */
@media screen and (max-width: 640px) {
.col-drink {
width: 100%;
float: none;
}

.col-drink:first-child {
margin: 0 0 15px 0;
}

.drink__text {
text-align: center;
}
}

/* =========================================================
lineup
========================================================= */
.lineup__text {
margin-top: 10px;
text-align: center;
}

.col-lineup {
max-width: 500px;
margin: 11px auto 0;
}

.col-lineup__box {
width: 31.1%;
float: left;
}

.col-lineup__box:not(:last-child) {
margin-right: 3.35%;
}

.col-lineup__box:nth-child(2) img {
margin-top: 34px;
}

.col-lineup__box:last-child img {
margin-top: 69px;
}

.lineup__caption {
margin-top: 15px;
text-align: center;
}

.lineup-right__img {
margin-top: 42px;
}

/* PC layout
--------------------------------------------------------- */
@media screen and (max-width: 920px) {
.lineup__display--pc {
display: none;
}
}

/* tablet layout
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
.lineup-right__img {
margin-top: 11px;
}
}

/* smartphone layout
--------------------------------------------------------- */
@media screen and (max-width: 640px) {
.col-lineup__box {
width: 100%;
float: none;
}

.col-lineup__box:not(:last-child) {
margin: 0 0 15px 0;
}

.col-lineup__box:nth-child(2) img {
margin-top: 0;
}

.col-lineup__box:last-child img {
margin-top: 0;
}
}

/* =========================================================
csv banner
========================================================= */
.csv-banner {
max-width: 960px;
margin: 30px auto 0;
}

.csv-banner--sp {
display: none;
}

@media screen and (max-width: 640px) {
.csv-banner {
max-width: 580px;
}

.csv-banner--pc {
display: none;
}

.csv-banner--sp {
display: block;
}
}
