@charset "utf-8";

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

ベース

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.6;
}

.main {
  width: 100%;
  min-width: 1000px;
}

.contents {
  max-width: 1000px;
  margin: auto;
}

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

  .main {
    min-width: auto;
  }

}

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

FLEX

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

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

.al-start {
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.al-center {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jt-center {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jt-around {
  -ms-flex-pack: distribute;
	justify-content: space-around;
}

.jt-between {
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jt-start {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jt-end {
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

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

  .sp_noflex {
    display: block;
  }

  .sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

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

PC

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

@media screen and (min-width: 769px) {

  .onlyPC {
    display: block;
  }

  .onlySP {
    display: none !important;
  }

}

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

SP

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


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

  .onlyPC {
    display: none !important;
  }

  .onlySP {
    display: block;
  }

}

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

インデックス

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

.contents.nav {
  margin: 30px auto 50px auto;
}

.nav ul li {
  margin: 0 0 20px 0;
}

.nav ul li:nth-of-type(2),
.nav ul li:nth-of-type(5) {
  margin: 0 20px 20px 20px;
}

.nav ul li a {
  color: #000;
  text-align: center;
  position: relative;
  width: 320px;
  height: 80px;
  background: #F1BC41;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

.nav ul li a::after {
  content: "";
  position: absolute;
  background: url("../img/common/arrow_b.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 9px;
  height: 16px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: 30px;
}

.nav ul li:nth-of-type(1) a::before {
  content: "";
  position: absolute;
  background: url("../img/common/ico_topics.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 35px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  left: 30px;
}

.nav ul li:nth-of-type(2) a::before {
  content: "";
  position: absolute;
  background: url("../img/common/ico_trend.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 35px;
  height: 26px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  left: 30px;
}

.nav ul li:nth-of-type(3) a::before {
  content: "";
  position: absolute;
  background: url("../img/common/ico_drink.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 31px;
  height: 35px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  left: 30px;
}

.nav ul li:nth-of-type(4) a::before {
  content: "";
  position: absolute;
  background: url("../img/common/ico_academy.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 31px;
  height: 25px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  left: 30px;
}

.nav ul li:nth-of-type(5) a::before {
  content: "";
  position: absolute;
  background: url("../img/common/ico_trouble.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 35px;
  height: 35px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  left: 30px;
}

.nav ul li:nth-of-type(6) a::before {
  content: "";
  position: absolute;
  background: url("../img/common/ico_contact.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 31px;
  height: 21px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  left: 30px;
}

.top_tit {
  position: relative;
  margin-bottom: 30px;
}

.top_tit p {
  width: 95%;
    font-size: 2.6rem;
    font-weight: 600;
    padding-bottom: 13px;
    border-bottom: 2px solid;
    margin-left: 25px;
}

.top_tit span {
  position: absolute;
  top: 20px;
  right: 0;
}

.drink_area {
  width: 100%;
    background: #FBF0D5;
    padding: 30px;
    margin-bottom: 50px;
}

.drink_box {
  width: 650px;
  margin: auto;
}

.drink_box img {
  width: 140px;
  height: auto;
}

.drink_txt_box {
  margin-left: 30px;
}

.drink_txt_box h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}

.drink_txt_box p {
  font-size: 1.8rem;
  line-height: 1.2;
}

.drink_btn_box {
  margin-top: 20px;
    width: 100%;
}

.drink_btn_box a {
  position: relative;
  width: 220px;
  height: 50px;
  background: #F1BC41;
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
}

.drink_btn_box a::after {
  content: "";
  position: absolute;
  background: url("/assets/img/common/arrow_b.svg") no-repeat !important;
  background-size: 100% !important;
  background-position: center !important;
  width: 9px !important;
  height: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  right: 20px !important;
}

.topics_area {
  margin-bottom: 50px;
}

.topics_group {
  margin-bottom: 20px;
}

.topics_box {
  width: 320px;
    min-height: 280px;
    border: 2px solid #707070;
    padding: 15px 25px;
    margin: 10px 0;
}

a.topics_box:nth-of-type(2),
a.topics_box:nth-of-type(5) {
  margin: 10px 20px;
}

.topics_box span {
  width: 60px;
    height: 30px;
    line-height: 28px;
    display: block;
    background: red;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.topics_box p {
  font-size: 1.6rem;
  color: #000;
  text-decoration: underline;
  line-height: 1.2;
}

.link {
  display: block;
  text-align: right;
  color: #2EA5C9;
  text-decoration: underline;
}

.trend_box,
.pickup_box {
  width: 47%;
}

.other_txt_box {
  width: 100%;
    background: #FBF0D5;
    padding: 15px;
}

.other_txt_bg {
  background: #FFF;
    border-radius: 15px;
    padding: 15px;
    width: 100%;
}

.other_txt {
  margin-left: 30px;
  width: 60%;
}

.other_txt a {
  color: #000;
  text-decoration: underline;
  line-height: 1.2;
}

.other_txt a[href$=".pdf"]:not(.m-no-icon):after {
  display: none;
}

.other_txt a[target="_blank"]:not(.m-no-icon):after {
  display: none;
}

.other_data {
  font-size: 1.6rem;
  margin-top: 25px;
  line-height: 1.2;
}

.other_btn {
  position: relative;
  width: 320px;
    height: 80px;
    margin: 20px auto 0 auto;
    color: #F1BC41 !important;
    background: #000;
    font-weight: 600;
    font-size: 2rem;
}

.other_btn::after {
  content: "";
  position: absolute;
  background: url("/assets/img/common/arrow_y.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 9px;
  height: 16px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: 20px;
}

.contact_btn {
  position: relative;
  margin: 60px auto 100px auto;
  width: 600px;
  height: 80px;
  color: #000 !important;
  background: #F1BC41;
  font-size: 2rem;
  font-weight: 600;
}

.contact_btn::after {
  content: "";
  position: absolute;
  background: url("/assets/img/common/arrow_b.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 9px;
  height: 16px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: 20px;
}

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

  .mv {
    width: 95%;
    margin: 20px auto;
  }

  .contents {
    width: 95%;
  }

  .contents.nav {
    width: 100%;
    margin: 10px auto 30px auto;
  }

  .nav ul li {
    margin: 2%;
    width: 45%;
  }

  .nav ul li:nth-of-type(2),
  .nav ul li:nth-of-type(5) {
    margin: 2%;
  }

  .nav ul li a {
    width: 100%;
    height: 50px;
    font-size: 1.2rem;
  }

  .nav ul li:nth-of-type(1) a::before {
    width: 15px;
    height: 18px;
    left: 12px;
  }

  .nav ul li:nth-of-type(2) a::before {
    width: 18px;
    height: 13px;
    left: 12px;
  }

  .nav ul li:nth-of-type(3) a::before {
    width: 15px;
    height: 18px;
    left: 12px;
  }

  .nav ul li:nth-of-type(4) a::before {
    width: 15px;
    height: 17px;
    left: 12px;
  }

  .nav ul li:nth-of-type(5) a::before {
    width: 18px;
    height: 18px;
    left: 12px;
  }

  .nav ul li:nth-of-type(6) a::before {
    width: 15px;
    height: 11px;
    left: 12px;
  }

  .nav ul li a::after {
    right: 12px;
  }

  .top_tit img {
    width: 40px;
    height: 40px;
  }

  .top_tit p {
    width: 90%;
    font-size: 1.8rem;
    margin-left: 15px;
  }

  .top_tit span {
    top: 10px;
    font-size: 1.4rem;
  }

  .drink_area {
    padding: 15px;
    margin-bottom: 30px;
  }

  .drink_box {
    width: 100%;
  }

  .drink_box img {
    width: 70px;
  }

  .drink_txt_box {
    width: 75%;
  }

  .drink_txt_box h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .drink_txt_box p {
    font-size: 1.4rem;
  }

  .drink_btn_box a {
    font-size: 1.4rem;
    margin: 10px 0;
    width: 100%;
    height: 40px;
  }

  .topics_area {
    margin-bottom: 30px;
  }

  .topics_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: auto;
    padding: 15px;
    margin: 20px 0;
    border: 1px solid;
    border-radius: 15px;
    position: relative;
  }

  a.topics_box:nth-of-type(2),
  a.topics_box:nth-of-type(5) {
    margin: 20px 0;
  }

  .topics_box img {
    width: 60px;
    height: 60px;
  }

  .topics_box span {
    position: absolute;
    top: 0;
    left: 85px;
    height: 20px;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .topics_box span,
  .topics_box p {
    font-size: 1.4rem;
  }

  .topics_box p {
    margin-top: 20px;
    margin-left: 10px;
  }

  .trend_box,
  .pickup_box {
    width: 100%;
    margin-bottom: 30px;
  }

  .other_txt_bg {
    padding: 15px 10px;
  }

  .other_txt_bg img {
    width: 60px;
    height: 60px;
  }

  .other_txt_bg .other_txt img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .other_txt {
    margin-left: 20px;
    width: 70%;
  }

  .other_txt a {
    font-size: 1.4rem;
  }

  .other_data {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .other_btn {
    width: 80%;
    height: 40px;
    font-size: 1.4rem;
  }

  .contact_btn {
    width: 80%;
    height: 40px;
    font-size: 1.4rem;
    margin: 30px auto 50px auto;
  }

}

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

トレンド

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

.contents.trend {
  margin: 0 auto 100px auto;
}

.trend_contents_box {
  padding: 15px;
  border: 1px solid;
  border-radius: 15px;
  width: 48%;
  margin: 10px;
}

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

  .trend_contents_box {
    width: 100%;
  }

  .trend_contents_box .trend_img {
    width: 60px;
    height: 60px;
  }

  .contents.trend {
    margin: 0 auto 30px auto;
  }

}

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

ドリンクピックアップ

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

.contents.pickup {
  margin: 0 auto 50px auto;
}

.contents.book {
  margin: 0 auto 100px auto;
}

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

  .contents.pickup {
    margin: 0 auto 30px auto;
  }

  .contents.book {
    margin: 0 auto 30px auto;
  }

}

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

PDF

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

.pdf_area {
  margin-bottom: 50px;
}

.pdf_box {
  font-size: 10px;
  width: 45%;
  margin: 0 20px;
  list-style: disc;
}

.pdf_box li {
  margin: 10px 0;
}

.pdf_box li a {
  color: #000;
  text-decoration: underline;
}

.pdf_box li a[href$=".pdf"]:not(.m-no-icon):after,
.pdf_box li a[target="_blank"]:not(.m-no-icon):after {
  display: none;
}
