@charset "UTF-8";
/* CSS Document */
BODY {
  min-width: 1200px;
  background-color: #000;
}
p {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  word-break: break-all;
  font-feature-settings: "palt";
}
img {
  width: 100%;
}
.opt {
  font-family: "Optima", Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
}
header {
  width: 100%;
}
header h1 {
  width: 700px;
  line-height: 1;
  margin: 0 auto;
  padding: 40px 0 20px 0;
}
article {
  width: 900px;
  margin: 0 auto;
}
h2 {
  text-align: left;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  padding: 25px 0;
}
h3 {
  text-align: left;
  font-size: 22px;
  line-height: 1.6em;
  color: #999;
  padding: 0 0 20px 0;
}
dl {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
dt {
  width: 25%;
  padding: 10px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  background-color: #666;
}
dd {
  width: 75%;
  padding: 10px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}
footer {
  width: 100%;
  background-color: #000;
}
#foot-logo {
  width: 500px;
  margin: 0 auto;
  padding: 50px 0;
}
#link {
  width: 400px;
  height: 40px;
  margin: 30px auto;
}
.button {
  display: inline-block;
  width: 400px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  margin: 0 0 0 0;
  border-radius: 10px;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  font-family: "Optima", sans-serif;
  background-color: #ccc;
}
.button:hover {
  color: #fff;
  letter-spacing: 0.3em;
}
.button::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left: 0;
  background-color: #f15a24;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
#drinkbox {
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.drink {
  width: 48%;
}
h4 {
  width: 130px;
  margin: 0;
  padding: 0 0 5px 0;
}
h5 {
  font-size: 20px;
  color: #fff;
  line-height: 1.5em;
}
#drinkbox p {
  color: #999;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0 0 0 0;
}
a {
  color: #fff;
}
a:hover {
  color: #fff;
}
a:active {
  color: #fff;
}
/*スマホ==========================================================================================================*/
@media screen and (max-width: 820px) {
  BODY {
    min-width: 100%;
  }
  header {
    width: 100%;
  }
  header h1 {
    width: 90%;
    line-height: 1;
    margin: 0 auto;
    padding: 20px 0 20px 0;
  }
  article {
    width: 90%;
    margin: 0 auto;
  }
  h2 {
    text-align: left;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    padding: 15px 0;
  }
  h3 {
    text-align: left;
    font-size: 16px;
    line-height: 1.6em;
    color: #999;
    padding: 0 0 20px 0;
  }
  dl {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 14px;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
  }
  dt {
    width: 100%;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    background-color: #666;
  }
  dd {
    width: 95%;
    padding: 5px 10px;
    margin: 0 0 10px 5%;
    box-sizing: border-box;
  }
  footer {
    width: 100%;
    background-color: #000;
  }
  #foot-logo {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
  }
  #link {
    width: 60%;
    height: 40px;
    margin: 30px auto;
  }
  .button {
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
    margin: 0 0 0 0;
    border-radius: 10px;
  }
  .button::before, .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .button, .button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .button {
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    font-family: "Optima", sans-serif;
    background-color: #ccc;
  }
  .button:hover {
    color: #fff;
    letter-spacing: 0.3em;
  }
  .button::after {
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
  }
  .button:hover::after {
    top: 0;
    left: 0;
    background-color: #f15a24;
  }
  #drinkbox {
    width: 90%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .drink {
    width: 100%;
    margin: 0 0 15px 0;
  }
  h4 {
    width: 100px;
    margin: 0;
    padding: 0 0 5px 0;
  }
  h5 {
    font-size: 20px;
    color: #fff;
    line-height: 1.5em;
  }
  #drinkbox p {
    color: #999;
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 0 0 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}