@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*フォントウェイト　300,400,500,700,900*/
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
/*
100=Thin (Hairline)
300=Light
400=Normal
500=Medium
700=Bold
800=Extra Bold (Ultra Bold)
900=Black (Heavy)
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*/////////////////////////////
共通装飾クラス
/////////////////////////////*/
/*/////////////////////////////
リセットCSS
/////////////////////////////*/
*, *::before, *::after {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  min-height: 100vh;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  vertical-align: bottom;
  /* max-width: 100%; */
}

/*
=====================================================
よく使用するクラス等
=====================================================
*/
a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.clear {
  clear: both;
  line-height: 0px;
}

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

.clearfix {
  display: inline-table;
  overflow: hidden;
  zoom: 1;
  /*for IE 5.5-7*/
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}

/* End hide from IE-mac */
.img_left {
  float: left;
  margin-right: 45px;
  margin-bottom: 15px;
}

.img_right {
  float: right;
  margin-left: 45px;
  margin-bottom: 20px;
}

.img_fit {
  width: 100%;
  height: auto;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.v_align_bottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

.mb_100 {
  margin-bottom: 100px !important;
}

.mb_150 {
  margin-bottom: 150px !important;
}

.mb_200 {
  margin-bottom: 200px !important;
}

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

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

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

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

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

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

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

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

.mr_0 {
  margin-right: 0px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.pl_75 {
  padding-left: 75px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.font_sss {
  font-size: 8px;
}

.font_ss {
  font-size: 10px;
}

.font_s {
  font-size: 13px;
}

.font_m {
  font-size: 15px;
}

.font_l {
  font-size: 18px;
}

.font_ll {
  font-size: 20px;
}

.font_3l {
  font-size: 25px;
}

.font_4l {
  font-size: 30px;
}

.font_5l {
  font-size: 50px;
}

.font_it {
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
}

.font_cap {
  font-size: 10px;
  line-height: 1.3;
  margin-top: 20px;
}

.ptop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 11;
}

.ptop img {
  filter: Alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.ptop img:hover {
  filter: Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}

#fb-root {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ptop {
    bottom: 2%;
    right: 2%;
    z-index: 9999;
  }
  .pic100p {
    width: 100%;
  }
  .pic90p {
    width: 90%;
  }
  .pic80p {
    width: 80%;
  }
  .pic70p {
    width: 70%;
  }
  .pic60p {
    width: 60%;
  }
  .pic50p {
    width: 50%;
  }
  .pic40p {
    width: 40%;
  }
  .pic30p {
    width: 30%;
  }
  .pic20p {
    width: 20%;
  }
  .pic10p {
    width: 10%;
  }
}
/*フォントウェイト　100,300,350,400,500,700,900*/
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  /*メインで使用するフォントが明朝体のとき
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  */
  /*メインで使用するフォントが丸ゴシックのとき
  font-family: "Rounded Mplus 1c",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
  /*メインで使用するフォントはNotoSansのとき
  font-family: 'Noto Sans Japanese', sans-serif;*/
  background-color: #000;
  font-size: 15px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

/*/////////////////////////////
共通レイアウト＋トップページ
/////////////////////////////*/
#kv_area {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 45px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #kv_area img {
    max-width: 100%;
  }
}
#kv_area h1 {
  width: 80%;
  max-width: 800px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #kv_area h1 {
    width: 90%;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area h1 {
    width: 60%;
  }
}
#kv_area h1 img {
  width: 100%;
  height: auto;
}
#kv_area h2 {
  width: 100%;
  overflow-x: hidden;
  text-align: center;
}
#kv_area h2 img {
  min-width: 1000px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #kv_area h2 img {
    width: 100%;
    margin-left: 0;
    min-width: 100%;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area h2 img {
    min-width: auto;
  }
}
#kv_area .kv_sticker {
  width: 80%;
  max-width: 900px;
  height: auto;
  margin: auto;
  margin-top: -30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #kv_area .kv_sticker {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area .kv_sticker {
    margin-top: 30px;
  }
}
#kv_area .kv_sticker img {
  width: 100%;
  height: auto;
}
#kv_area .kv_sticker p {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #kv_area .kv_sticker p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #kv_area .txt_area {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area .txt_area {
    padding: 0 5%;
  }
}
#kv_area .date {
  margin-bottom: 35px;
}
#kv_area .cpy_01 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #kv_area .cpy_01 {
    font-size: 15px;
  }
}
#kv_area .cpy_02 {
  font-size: 46px;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: solid 4px #000;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area .cpy_02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #kv_area .cpy_02 {
    font-size: 20px;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    margin-bottom: 20px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #kv_area .ant {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area .ant {
    font-size: 13px;
  }
}
#kv_area #howto {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #kv_area #howto {
    width: 90%;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area #howto {
    width: 90%;
  }
}
#kv_area #howto .txt {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #kv_area #howto .txt {
    position: relative;
    width: 50%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area #howto .txt {
    position: relative;
    width: 50%;
    margin-bottom: 35px;
  }
}
#kv_area #howto .txt h2 {
  width: 383px;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #kv_area #howto .txt h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area #howto .txt h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#kv_area #howto .txt h2 img {
  min-width: auto;
  width: 90%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #kv_area #howto .txt h2 img {
    width: 100%;
  }
}
#kv_area #howto .txt p {
  text-align: left;
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #kv_area #howto .txt p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area #howto .txt p {
    font-size: 17px;
  }
}
#kv_area #howto .bottle {
  max-width: 480px;
  margin-left: -25%;
  margin-top: 80px;
}

#kv_area #howto .bottle img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #kv_area #howto .bottle {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    width: 55%;
    right: 0;
    top: 20px;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area #howto .bottle {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    width: 55%;
    right: 0;
    top: 20px;
  }
}
#kv_area #howto .deco {
  position: absolute;
  top: 100px;
  right: 180px;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  #kv_area #howto .deco {
    right: 0;
    top: auto;
    bottom: 100px;
    width: 55%;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area #howto .deco {
    top: auto;
    bottom: 50px;
    width: 20vw;
    max-width: 20vw;
  }
}
#kv_area #howto .sp_pc {
  position: absolute;
  right: 0;
  top: 250px;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  #kv_area #howto .sp_pc {
    position: relative;
    top: 0;
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #kv_area #howto .sp_pc {
    position: relative;
    top: 0;
    width: 40%;
  }
}
#kv_area #howto .sp_pc img {
  width: 100%;
  border-radius: 1000px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #kv_area #howto .sp_pc img {
    margin-bottom: 10px;
  }
}
#kv_area #howto .sp_pc p {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #kv_area #howto .sp_pc p {
    font-size: 13px;
  }
}

#detail {
  max-width: 1200px;
  margin: auto;
  color: #fff;
  position: relative;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #detail {
    width: 90%;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #detail {
    width: 90%;
  }
}
#detail .wine {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  #detail .wine {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #detail .wine {
    gap: 45px;
    flex-wrap: wrap;
  }
}
#detail .wine .left {
  max-width: 446px;
  margin-top: -20px;
}
#detail .wine .left img {
  width: 100%;
  height: auto;
}
#detail .wine .txt {
  padding-top: 50px;
  line-height: 2;
}
#detail .wine .txt h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #detail .wine .txt h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #detail .wine .txt h3 {
    font-size: 17px;
  }
}
#detail .wine .txt .add {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #detail .wine .txt .add {
    font-size: 13px;
  }
}
#detail .about {
  max-width: 855px;
  margin: auto;
  margin-top: 50px;
}
#detail .about h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #detail .about h3 {
    font-size: 15px;
  }
}
#detail .about h3 span {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #detail .about h3 span {
    font-size: 12px;
    font-weight: 500;
  }
}
#detail .about .scroll {
  background-color: #292929;
  padding: 20px;
  font-size: 13px;
  height: 175px;
  overflow-y: scroll;
  /* スクロールバーの背景（トラック）を #292929 に設定 */
  scrollbar-width: thin;
  scrollbar-color: #555 #292929;
  margin-bottom: 20px;
  color: #c7c7c7;
}
@media screen and (max-width: 767px) {
  #detail .about .scroll {
    height: 230px;
    font-size: 12px;
  }
}
#detail .about .scroll::-webkit-scrollbar {
  width: 10px;
}
#detail .about .scroll::-webkit-scrollbar-track {
  background: #292929;
}
#detail .about .scroll::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 0;
}
#detail .about .btn_buy {
  text-align: center;
  padding: 30px 0;
}
#detail .about .btn_buy img:hover {
  transform: scale(1.1);
  opacity: 1;
}
#detail .about .contact {
  border: solid 1px #fff;
  padding: 10px 30px;
  margin: 50px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #detail .about .contact {
    padding: 10px;
  }
}
#detail .about .contact h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #detail .about .contact h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #detail .about .contact h3 {
    font-size: 15px;
  }
}
#detail .about .contact h3 span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #detail .about .contact h3 span {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  #detail .about .contact h3 span {
    font-size: 25px;
  }
}
#detail .about .contact p {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #detail .about .contact p {
    font-weight: 500;
  }
}
#detail .about .contact p span {
  font-size: 13px;
  font-weight: 500;
}
#detail .about .links {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #detail .about .links {
    flex-wrap: wrap;
    gap: 25px;
  }
}
#detail .about .links a {
  width: 50%;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: solid 1px #fff;
  padding: 15px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 700;
  background-image: url(../img/icon_cursor.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
#detail .about .links a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #detail .about .links a {
    width: 100%;
    font-size: 15px;
  }
}

.btn_shop {
  position: fixed;
  right: 0;
  bottom: 25px;
  width: 320px;
  background-color: #000;
  padding: 10px 25px;
  border-radius: 5px 0 0 5px;
  box-shadow: #fff 0 0 10px;
}
@media screen and (max-width: 767px) {
  .btn_shop {
    width: 94%;
    right: 3%;
    bottom: 10px;
    padding: 0;
    box-shadow: none;
    border-radius: 5px;
  }
  .btn_shop img {
    width: 100%;
    height: auto;
  }
}
.btn_shop:hover {
  background-color: #F1B0C0;
}
.btn_shop:hover img {
  opacity: 1;
}/*# sourceMappingURL=waimarama.css.map */