@charset "utf-8";
/***** header *****/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1005;
  background: white;
  transition: 0.2s ease-in-out;
}

.header__inner {
  position: relative;
  height: 13.3333vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2.1333vw 24vw 2.1333vw 2vw;
}

@media screen and (min-width: 768px), print {
  .header__inner {
    width: 960px;
    margin: 0 auto;
    height: 90px;
    padding: 15px 230px 0 0;
  }
}

.header__logo a {
  display: block;
  width: 38.4vw;
  height: 5.8666vw;
  text-indent: -9999em;
  overflow: hidden;
  background: url("../images/site_logo.png") center center no-repeat;
  background-size: contain;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 768px), print {
  .header__logo a {
    width: 288px;
    height: 43px;
    margin: 0 0 16px 0;
  }
  .header__logo a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px), print {
  .header__langswich {
    position: absolute;
    right: 246px;
    top: 60px;
  }
}

.header__langswich ul {
  display: flex;
  width: auto;
  height: 2.9333vw;
}

@media screen and (min-width: 768px), print {
  .header__langswich ul {
    height: 12px;
  }
}

.header__langswich ul li {
  position: relative;
}

.header__langswich ul li a {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .header__langswich ul li a {
    transition: 0.2s ease-in-out;
  }
  .header__langswich ul li a:hover {
    opacity: 0.5;
  }
}

.header__langswich ul li.jp {
  margin: 0 2.4vw 0 0;
}

@media screen and (min-width: 768px), print {
  .header__langswich ul li.jp {
    margin: 0 12px 0 0;
  }
}

.header__langswich ul li.jp a {
  width: 16.1333vw;
  height: 3.2vw;
  background: url("../images/head_lang_jp.png") center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .header__langswich ul li.jp a {
    width: 70px;
    height: 13px;
  }
}

.header__langswich ul li.jp:after {
  content: "";
  width: 1.0666vw;
  height: 3.2vw;
  background: url("../images/head_lang_slash.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: -1.6vw;
  top: 0;
  bottom: 0;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .header__langswich ul li.jp:after {
    width: 4px;
    height: 13px;
    right: -8px;
  }
}

.header__langswich ul li.en a {
  width: 14.6666vw;
  height: 3.2vw;
  background: url("../images/head_lang_en.png") center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .header__langswich ul li.en a {
    width: 64px;
    height: 13px;
  }
}

.header__sns {
  position: absolute;
  z-index: 1011;
  right: 24.5333vw;
  top: 1.3333vw;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 768px), print {
  .header__sns {
    right: 160px;
    top: 46px;
  }
}

.header__sns ul {
  display: flex;
  width: auto;
  height: 5.3333vw;
}

@media screen and (min-width: 768px), print {
  .header__sns ul {
    height: 30px;
  }
}

.header__sns ul li {
  position: relative;
}

.header__sns ul li a {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  transition: none !important;
}

@media screen and (min-width: 768px), print {
  .header__sns ul li a:hover {
    opacity: 0.5;
  }
}

.header__sns ul li.fb a, .header__sns ul li.insta a {
  width: 5.3333vw;
  height: 5.3333vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .header__sns ul li.fb a, .header__sns ul li.insta a {
    width: 30px;
    height: 30px;
  }
}

.header__sns ul li.fb {
  margin: 0 2.6666vw 0 0;
}

@media screen and (min-width: 768px), print {
  .header__sns ul li.fb {
    margin: 0 15px 0 0;
  }
}

.header__sns ul li.fb a {
  background-image: url("../images/fb.png");
}

.header__sns ul li.insta a {
  background-image: url("../images/insta.png");
}

.header .today__box {
  position: absolute;
  z-index: 1013;
  right: 12vw;
  top: 0;
  bottom: 0;
  height: 13.3333vw;
  padding: 0.8vw 0vw 0vw 0vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "EB Garamond", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px), print {
  .header .today__box {
    height: 90px;
    right: 82px;
    padding: 10px 0 0 0;
  }
}

.header .today__box .today_m_y {
  font-size: 2.4vw;
  line-height: 1;
  letter-spacing: -0.05em;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 768px), print {
  .header .today__box .today_m_y {
    margin: 0;
    font-size: 1.4rem;
  }
}

.header .today__box .day {
  font-size: 8vw;
  line-height: 1;
  margin: 0.5333vw 0 0 0;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 768px), print {
  .header .today__box .day {
    font-size: 5rem;
    margin: 0;
  }
}

.header__nav {
  display: none;
  background: black;
  position: fixed;
  z-index: 1010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.header__nav *,
.header__nav a {
  color: white;
  font-family: "EB Garamond", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.header__nav__inner {
  padding: 18.6666vw 5.3333vw 5.3333vw 5.3333vw;
}

@media screen and (min-width: 768px), print {
  .header__nav__inner {
    width: 960px;
    padding: 100px 0;
    margin: auto;
  }
}

.header__nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .header__nav__list {
    padding: 0 30px;
  }
}

.header__nav__list:before, .header__nav__list:after {
  display: block;
  content: "";
  width: 43.2vw;
  height: 0;
  order: 1;
}

@media screen and (min-width: 768px), print {
  .header__nav__list:before, .header__nav__list:after {
    width: 210px;
  }
}

.header__nav__item {
  width: 43.2vw;
  margin: 8vw 0 0 0;
}

@media screen and (min-width: 768px), print {
  .header__nav__item {
    width: 210px;
    margin: 40px 0 0 0;
  }
}

.header__nav__item:nth-child(1), .header__nav__item:nth-child(2) {
  margin-top: 0;
}

@media screen and (min-width: 768px), print {
  .header__nav__item:nth-child(3), .header__nav__item:nth-child(4) {
    margin-top: 0;
  }
}

.header__nav__item__link {
  display: block;
}

.header__nav__item__link:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .header__nav__item__link {
    cursor: pointer;
  }
  .header__nav__item__link:hover {
    opacity: 0.6;
  }
}

.header__nav__item__ttl {
  display: block;
  font-size: 6vw;
  line-height: 1;
  width: 100%;
  margin: 2.6666vw 0 0 0;
  letter-spacing: 0.02em;
  color: #c7994a;
  white-space: nowrap;
}

@media screen and (min-width: 768px), print {
  .header__nav__item__ttl {
    font-size: 3rem;
    margin: 12px 0 0 0;
  }
}

.header__nav__item.eventsnews .header__nav__item__ttl {
  letter-spacing: -0.02em;
}

.header__nav-sub__list {
  margin: 0.8vw 0 0 0;
}

@media screen and (min-width: 768px), print {
  .header__nav-sub__list {
    margin: 10px 0 0 0;
  }
}

.header__nav-sub__item__link {
  font-size: 3.2vw;
  line-height: 1.875;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .header__nav-sub__item__link {
    font-size: 16px;
    line-height: 1.875;
  }
}

.header #nav-toggle {
  position: absolute;
  z-index: 1012;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.6666vw;
  line-height: 1;
  color: black;
  font-family: "EB Garamond", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  right: 0;
  top: 0;
  width: 12.2666vw;
  height: 13.3333vw;
}

@media screen and (min-width: 768px), print {
  .header #nav-toggle {
    font-size: 1.4rem;
    width: 50px;
    height: 90px;
  }
}

.header #nav-toggle p:before {
  content: "MENU";
}

.header #nav-toggle .icon {
  position: relative;
  width: 7.7333vw;
  height: 4.2666vw;
  margin: 1.6vw auto 0 auto;
}

@media screen and (min-width: 768px), print {
  .header #nav-toggle .icon {
    width: 50px;
    height: 28px;
    margin: 12px 0 0 0;
    cursor: pointer;
  }
  .header #nav-toggle .icon:hover {
    opacity: 0.5;
  }
}

.header #nav-toggle .icon:before, .header #nav-toggle .icon:after,
.header #nav-toggle .icon i {
  transition: 0.2s ease-in-out;
  display: block;
  content: "";
  width: 6.1333vw;
  height: 0.5333vw;
  border-radius: 0.2666vw;
  background: #8a8a8a;
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .header #nav-toggle .icon:before, .header #nav-toggle .icon:after,
.header #nav-toggle .icon i {
    width: 40px;
    height: 4px;
    border-radius: 2px;
  }
}

.header #nav-toggle .icon i {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header #nav-toggle .icon:before {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.header #nav-toggle .icon:after {
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.header #nav-toggle .icon i {
  top: 0;
  bottom: 0;
  margin: auto;
}

/***** menu open *****/
html.menuopen {
  touch-action: none;
  overflow: hidden !important;
  height: 100vh;
}

html.menuopen body {
  touch-action: none;
}

html.menuopen .header #nav-toggle p {
  color: white;
}

html.menuopen .header #nav-toggle p:before {
  white-space: pre-wrap;
  content: " ";
}

html.menuopen .header #nav-toggle .icon {
  height: 7.7333vw;
  transform: rotate(45deg);
}

html.menuopen .header #nav-toggle .icon i {
  background-color: transparent;
}

html.menuopen .header #nav-toggle .icon:before {
  width: 7.7333vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: white;
}

@media screen and (min-width: 768px), print {
  html.menuopen .header #nav-toggle .icon:before {
    width: 50px;
  }
}

html.menuopen .header #nav-toggle .icon:after {
  width: 7.7333vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: white;
  transform: rotate(90deg);
}

@media screen and (min-width: 768px), print {
  html.menuopen .header #nav-toggle .icon:after {
    width: 50px;
  }
}

html.menuopen .header__nav {
  display: block;
}

html.menuopen .header__sns {
  position: absolute;
  top: 6vw;
}

@media screen and (min-width: 768px), print {
  html.menuopen .header__sns {
    top: 46px;
  }
}

html.menuopen .header__sns ul li.fb a {
  background-image: url("../images/fb_wh.png");
}

html.menuopen .header__sns ul li.insta a {
  background-image: url("../images/insta_wh.png");
}

html.menuopen .header .today__box {
  color: white;
}

html.menuopen .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

/***** footer *****/
.footer {
  margin: 6vw 0 0 0;
}

@media screen and (min-width: 768px), print {
  .footer {
    margin: 32px 0 0 0;
  }
}

.footer__upper {
  position: relative;
  background: radial-gradient(circle farthest-side, #ffffff, #f5f1df);
}

.footer__upper:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.2666vw;
  background: url("../images/footer_upper_bar.png");
}

@media screen and (min-width: 768px), print {
  .footer__upper:before {
    height: 4px;
  }
}

.footer__upper__inner {
  padding: 5.3333vw 3.3333vw 5.3333vw 3.3333vw;
}

@media screen and (min-width: 768px), print {
  .footer__upper__inner {
    width: 960px;
    padding: 20px 0 16px;
    margin: 0 auto;
  }
}

.footer__lower__inner {
  padding: 3.2vw 2.6666vw 3.2vw 2.6666vw;
}

@media screen and (min-width: 768px), print {
  .footer__lower__inner {
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
  }
}

.footer__nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__nav__item {
  margin: 6.6666vw 0 0 0;
}

@media screen and (min-width: 768px), print {
  .footer__nav__item {
    margin: 0;
  }
}

@media screen and (min-width: 768px), print {
  .footer__nav__item.winery {
    margin-right: 6px;
  }
}

@media screen and (min-width: 768px), print {
  .footer__nav__item.philosophy {
    margin-right: 38px;
  }
}

@media screen and (min-width: 768px), print {
  .footer__nav__item.wines {
    margin-right: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .footer__nav__item.onlineshop {
    margin-right: 37px;
  }
}

@media screen and (min-width: 768px), print {
  .footer__nav__item.wineclub {
    margin-right: 30px;
  }
}

.footer__nav__item:nth-child(1), .footer__nav__item:nth-child(2), .footer__nav__item:nth-child(3) {
  margin-top: 0;
}

.footer__nav__item__link {
  display: block;
}

.footer__nav__item__link:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .footer__nav__item__link:hover {
    opacity: 0.6;
  }
}

.footer__nav__item__ttl {
  display: block;
  font-size: 4vw;
  line-height: 1;
  color: #c7994a;
  letter-spacing: 0.02em;
  font-family: "EB Garamond", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px), print {
  .footer__nav__item__ttl {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px), print {
  .footer__nav-sub__list {
    margin: 10px 0 0 0;
  }
}

.footer__nav-sub__item__link {
  font-size: 3.2vw;
  line-height: 1.6666;
  font-family: "EB Garamond", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  white-space: nowrap;
}

@media screen and (min-width: 768px), print {
  .footer__nav-sub__item__link {
    font-size: 1.2rem;
    line-height: 1.6666;
  }
}

.footer__sns {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .footer__sns {
    order: 1;
  }
}

.footer__sns__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.2vw;
}

@media screen and (min-width: 768px), print {
  .footer__sns__list {
    width: 74px;
  }
}

.footer__sns__item {
  width: 6.6666vw;
}

@media screen and (min-width: 768px), print {
  .footer__sns__item {
    width: 32px;
  }
}

.footer__sns__text {
  font-size: 2.6666vw;
  line-height: 1.4;
  margin: 0 0 0 1.3333vw;
  font-family: "EB Garamond", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px), print {
  .footer__sns__text {
    font-size: 1rem;
    margin: 0 0 0 8px;
  }
}

.footer__stop {
  display: flex;
  align-items: center;
  margin: 4vw 0 0 0;
}

@media screen and (min-width: 768px), print {
  .footer__stop {
    order: 3;
    margin: 12px 0 0 0;
  }
}

.footer__stop__icon {
  width: 4.8vw;
}

@media screen and (min-width: 768px), print {
  .footer__stop__icon {
    width: 18px;
  }
}

.footer__stop__text {
  font-size: 2.6666vw;
  line-height: 1.2;
  margin: 0 1.3333vw 0 1.3333vw;
  font-family: "EB Garamond", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px), print {
  .footer__stop__text {
    font-size: 1rem;
    margin: 0 4px;
  }
}

.footer__stop__recycle {
  width: 6.1333vw;
}

@media screen and (min-width: 768px), print {
  .footer__stop__recycle {
    width: 22px;
  }
}

.footer__links {
  margin: 6.6666vw 0 0 0;
}

@media screen and (min-width: 768px), print {
  .footer__links {
    order: 2;
    margin: 10px 0 0 0;
  }
}

.footer__links__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__links__item {
  font-family: "EB Garamond", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.footer__links__item__link {
  font-size: 2.6666vw;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .footer__links__item__link {
    font-size: 1.2rem;
    margin: 0 0 0 20px;
  }
}

.footer__links__item__link[target="_blank"]:before {
  display: inline-block;
  content: "";
  width: 2.6666vw;
  height: 2.4vw;
  background: url("../images/ico_link.gif") center center no-repeat;
  background-size: contain;
  margin: 0 0.8vw 0 0;
}

@media screen and (min-width: 768px), print {
  .footer__links__item__link[target="_blank"]:before {
    width: 10px;
    height: 9px;
    margin: 0 4px 0 0;
  }
}

.footer__copy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 3.3333vw 0 0 0;
}

@media screen and (min-width: 768px), print {
  .footer__copy {
    order: 4;
    margin: 10px 0 0 0;
  }
}

.footer__copy__text small {
  font-size: 2.6666vw;
  line-height: 1;
  font-family: "EB Garamond", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px), print {
  .footer__copy__text small {
    font-size: 1rem;
  }
}

.footer__copy__link {
  display: block;
  width: 24vw;
}

@media screen and (min-width: 768px), print {
  .footer__copy__link {
    width: 100px;
    margin: 0 0 0 12px;
  }
}
