@charset "utf-8";
#wineCommonHeader .contents {
  margin: 0 auto;
  width: 1164px;
}
.container {
  width: 1164px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .onlySp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .onlyPc {
    display: none !important;
  }
}
html {
  -webkit-text-size-adjust: 100%;
}
body.on {
  overflow: hidden;
}
.container {
  width: 100%;
}
.container,
.container * {
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
  font-family: "游ゴシック体", 'Yu Gothic', YuGothic, "ヒラギノ角ゴシック", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo, Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.container p {
  line-height: 1.8;
}
.container figure {
  margin: 0;
  padding: 0;
}
.container a,
.container a:hover,
.container a:focus {
  text-decoration: none;
}
.container ul,
.container li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6,
.container p {
  margin: 0;
  padding: 0;
}
.container header {
  max-width: 1164px;
  min-width: 1164px;
  width: 100%;
  margin: 0 auto;
  background: url("/wine/special/momentdor/img/header--bg1.png?202505");
  background-repeat: no-repeat;
  background-position: left top;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container nav {
  width: 100%;
  background: linear-gradient(90deg, #122980, #01588b 50%, #122980);
  padding: 0px 15px;
}
.container nav ul {
  max-width: 1164px;
  min-width: 1164px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.container nav ul li {
  position: relative;
  display: block;
  text-align: center;
  width: 25%;
}
.container nav ul li a {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  padding: 15px;
  opacity: 1;
  transition: all 0.3s;
}
.container nav ul li a:hover {
  opacity: 0.8;
}
.container nav ul li:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 50%;
  opacity: 0.5;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.container nav ul li:nth-last-child(1):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50%;
  opacity: 0.5;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.container .tgl--overlay {
  display: none;
}
.container #mv {
  position: relative;
  width: 100%;
  padding-bottom: 800px;
  min-width: 1164px;
  background: url("/wine/special/momentdor/img/mv--m.png");
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}
.container #mv .mv--front {
  max-width: 1164px;
  min-width: 1164px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.container #mv .mv--front .mv--front--image {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(15px);
  display: flex;
  align-items: baseline;
  width: 30%;
  justify-content: center;
}
.container #mv .mv--front .mv--front--image a {
  opacity: 1;
  transition: all 0.2s;
}
.container #mv .mv--front .mv--front--image a:hover {
  opacity: 0.8;
}
.container #mv .mv--front .mv--front--image figure {
  transform: translateX(20px);
}
.container #c1 {
  width: 100%;
  position: relative;
}
.container #c1:before {
  content: '';
  background: url("/wine/special/momentdor/img/c1--bg1.png");
  background-repeat: no-repeat;
  background-position: top left 5%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
}
.container #c1:after {
  content: '';
  background: url("/wine/special/momentdor/img/c1--bg2.png");
  background-repeat: no-repeat;
  background-position: center right 5%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
}
.container #c1 .inner {
  min-width: 1164px;
  max-width: 1164px;
  margin: 0 auto;
  padding: 90px 15px 80px;
  position: relative;
  z-index: 1;
}
.container #c1 .inner h2 {
  text-align: center;
}
.container #c1 .inner .c1--description {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #1a1a1a;
  padding: 60px 0px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
}
.container #c1 .inner .c1--description span {
  display: inline-block;
  font-size: 16px;
  transform: translateY(-10px);
}
.container #c1 .inner .c1--flexbox {
  display: flex;
  justify-content: space-between;
}
.container #c1 .inner .c1--flexbox .c1--left {
  font-size: 14px;
  color: #666;
}
.container #c1 .inner .c1--flexbox .c1--left figure {
  margin: 0;
  padding: 0px 60px 0px 0px;
}
.container #c1 .inner .c1--flexbox .c1--left figure figcaption {
  margin-top: 15px;
}
.container #c1 .inner .c1--flexbox .c1--right {
  text-align: center;
  margin: 0 auto;
}
.container #c1 .inner .c1--flexbox .c1--right p {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  padding-bottom: 15px;
}
.container #c1 .inner .c1--flexbox .c1--right p span {
  font-size: 14px;
  color: #666;
}
.container #c1 .inner .c1--flexbox .c1--right img {
  padding-bottom: 15px;
}
.container #c2 {
  background: linear-gradient(0deg, #937009, #c0a155);
  width: 100%;
  padding: 95px 15px 80px;
  position: relative;
}
.container #c2 #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.container #c2 .inner {
  min-width: 1164px;
  max-width: 1164px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.container #c2 .inner h2 {
  text-align: center;
  padding-bottom: 75px;
}
.container #c2 .inner .box1 {
  margin: 0 auto;
  margin-top: 60px;
  min-width: 1164px;
  max-width: 1164px;
  background: #fff;
  padding: 60px;
}
.container #c2 .inner .box1 h3 {
  font-size: 30px;
  text-align: center;
  color: #1a1a1a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
}
.container #c2 .inner .box1 .c2--flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fcf9f0;
  margin: 0 auto;
  margin-top: 80px;
  width: 1044px;
  padding: 60px;
}
.container #c2 .inner .box1 .c2--flex:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 392px;
  height: 83px;
  background: url("/wine/special/momentdor/img/c2--box--title1.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.container #c2 .inner .box1 .c2--flex .c2--left,
.container #c2 .inner .box1 .c2--flex .c2--right {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container #c2 .inner .box1 .c2--flex .c2--left h4,
.container #c2 .inner .box1 .c2--flex .c2--right h4 {
  text-align: center;
  font-size: 22px;
  color: #1a1a1a;
  border-top: double #1a1a1a;
  border-bottom: double #1a1a1a;
  padding: 10px;
  margin-bottom: 20px;
}
.container #c2 .inner .box1 .c2--flex .c2--left p,
.container #c2 .inner .box1 .c2--flex .c2--right p {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 25px;
}
.container #c2 .inner .box1 .c2--flex .c2--left figure,
.container #c2 .inner .box1 .c2--flex .c2--right figure {
  line-height: 0;
}
.container #c2 .inner .box1 .c2--flex .c2--left figure img,
.container #c2 .inner .box1 .c2--flex .c2--right figure img {
  width: 100%;
}
.container #c2 .inner .box1 .c2--box--bottom {
  background: #fcf9f0;
  position: relative;
  margin: 0 auto;
  margin-top: 80px;
  width: 1044px;
  padding: 60px;
}
.container #c2 .inner .box1 .c2--box--bottom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 392px;
  height: 83px;
  background: url("/wine/special/momentdor/img/c2--box--title2.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.container #c2 .inner .box2 {
  margin: 0 auto;
  padding: 60px;
  min-width: 1164px;
  max-width: 1164px;
  background: #fff;
}
.container #c2 .inner .box2 h3 {
  font-size: 30px;
  text-align: center;
  color: #1a1a1a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
}
.container #c2 .inner .box2 .c2--flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.container #c2 .inner .box2 .c2--flex > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.container #c2 .inner .box2 .c2--flex .c2--left {
  width: 50%;
  text-align: left;
  padding-bottom: 30px;
}
.container #c2 .inner .box2 .c2--flex .c2--left p {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
}
.container #c2 .inner .box2 .c2--flex .c2--right {
  width: 50%;
  text-align: right;
  padding-bottom: 30px;
}
.container #c2 .inner .box2 .c2--flex .c2--right p {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
}
.container #c2 .inner .box2 .c2--flex div:nth-child(3) {
  padding-bottom: 0px;
}
.container #c2 .inner .box2 .c2--flex div:nth-child(4) {
  padding-bottom: 0px;
}
.container #c3 {
  width: 100%;
}
.container #c3 .inner {
  margin: 0 auto;
  background: #fff;
}
.container #c3 .inner h2 {
  text-align: center;
  padding: 90px 0px 30px;
}
.container #c3 .inner .c3--box--wrapper {
  margin: 60px 0px 120px;
  background: #f1f5e3;
}
.container #c3 .inner .c3--box,
.container #c3 .inner .box--inner {
  position: relative;
}
.container #c3 .inner .c3--box {
  background: url("/wine/special/momentdor/img/c3--ribbon--0001.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.container #c3 .inner .box--inner {
  margin: 0 auto;
  width: 1164px;
}
.container #c3 .inner .c3--box--image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding-left: 60px;
}
.container #c3 .inner .c3--box--contents {
  margin-left: auto;
  width: 73%;
  padding: 40px 0px;
}
.container #c3 .inner .c3--box--contents .contents--top {
  margin-left: auto;
  width: 100%;
  padding-left: 19%;
  padding-right: 5%;
}
.container #c3 .inner .c3--box--contents .contents--top .c3--genre li {
  display: inline-block;
  margin-right: 15px;
  background: #fff;
  padding: 5px 10px;
  font-size: 16px;
}
.container #c3 .inner .c3--box--contents .contents--top .c3--phrase {
  font-size: 24px;
  color: #718e0a;
  margin: 25px 0px 5px;
}
.container #c3 .inner .c3--box--contents .contents--top h3 {
  font-size: 40px;
  color: #1a1a1a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
}
.container #c3 .inner .c3--box--contents .c3--line {
  display: block;
  width: 100%;
  height: 1px;
  background: #718e0a;
  margin: 25px 0px 35px;
}
.container #c3 .inner .c3--box--contents .contents--bottom {
  margin-left: auto;
  width: 100%;
  padding-left: 19%;
  padding-right: 5%;
}
.container #c3 .inner .c3--box--contents .contents--bottom p {
  margin-bottom: 15px;
  line-height: 2;
  font-size: 18px;
  font-weight: 500;
}
.container #c3 .inner .c3--box--contents .contents--bottom p.note {
  padding-top: 15px;
  font-size: 14px;
}
.container #c3 .inner .c3--box--contents .contents--bottom p.note2 {
  font-size: 18px;
  color: #ab1a10;
}
.container #c3 .inner .c3--box--contents .contents--bottom .profile {
  display: flex;
  margin-bottom: 35px;
}
.container #c3 .inner .c3--box--contents .contents--bottom .profile li {
  position: relative;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
}
.container #c3 .inner .c3--box--wrapper:nth-child(2) {
  background: #f1f5e3;
}
.container #c3 .inner .c3--box--wrapper:nth-child(3) {
  background: #faf2f2;
}
.container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box {
  background: url("/wine/special/momentdor/img/c3--ribbon--0002.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.container #c3 .inner .c3--box--wrapper:nth-child(3) .box--inner {
  margin: 0 auto;
  width: 1164px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--image {
  position: absolute;
  top: 0;
  left: inherit;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-left: 0px;
  padding-right: 60px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents {
  margin-right: auto;
  margin-left: 0;
  width: 73%;
  padding: 40px 0px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents .contents--top {
  margin-right: auto;
  width: 100%;
  padding-left: 5%;
  padding-right: 19%;
}
.container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents .contents--top .c3--phrase {
  color: #d76f6f;
}
.container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents .contents--top h3 {
  font-size: 40px;
  color: #1a1a1a;
}
.container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents .c3--line {
  background: #d76f6f;
}
.container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents .contents--bottom {
  margin-left: auto;
  width: 100%;
  padding-left: 5%;
  padding-right: 19%;
}
.container #c3 .inner .c3--box--wrapper:nth-child(4) {
  background: #f3f3f3;
}
.container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box {
  background: url("/wine/special/momentdor/img/c3--ribbon--0001.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.container #c3 .inner .c3--box--wrapper:nth-child(4) .box--inner {
  margin: 0 auto;
  width: 1164px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding-left: 60px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents {
  margin-left: auto;
  width: 73%;
  padding: 40px 0px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents .contents--top {
  margin-left: auto;
  width: 100%;
  padding-left: 19%;
  padding-right: 5%;
}
.container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents .contents--top .c3--phrase {
  color: #80949f;
}
.container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents .contents--top h3 {
  font-size: 40px;
  color: #1a1a1a;
}
.container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents .c3--line {
  background: #80949f;
}
.container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents .contents--bottom {
  margin-left: auto;
  width: 100%;
  padding-left: 19%;
  padding-right: 5%;
}
.container #c3 .inner .c3--box--wrapper:nth-child(5) {
  background: #f1f5e3;
}
.container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box {
  background: url("/wine/special/momentdor/img/c3--ribbon--0002.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.container #c3 .inner .c3--box--wrapper:nth-child(5) .box--inner {
  margin: 0 auto;
  width: 1164px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--image {
  position: absolute;
  top: 0;
  left: inherit;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-left: 0px;
  padding-right: 60px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents {
  margin-right: auto;
  margin-left: 0;
  width: 73%;
  padding: 40px 0px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents .contents--top {
  margin-right: auto;
  width: 100%;
  padding-left: 5%;
  padding-right: 19%;
}
.container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents .contents--top .c3--phrase {
  color: #c7a904;
}
.container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents .contents--top h3 {
  font-size: 40px;
  color: #1a1a1a;
}
.container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents .c3--line {
  background: #718e0a;
}
.container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents .contents--bottom {
  margin-left: auto;
  width: 100%;
  padding-left: 5%;
  padding-right: 19%;
}
.container #c3 .inner .c3--box--wrapper:nth-child(6) {
  background: #f3eee3;
}
.container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box {
  background: url("/wine/special/momentdor/img/c3--ribbon--0003.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.container #c3 .inner .c3--box--wrapper:nth-child(6) .box--inner {
  margin: 0 auto;
  width: 1164px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding-left: 60px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents {
  margin-left: auto;
  width: 73%;
  padding: 40px 0px;
}
.container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents .contents--top {
  margin-left: auto;
  width: 100%;
  padding-left: 19%;
  padding-right: 5%;
}
.container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents .contents--top .c3--phrase {
  color: #ab1a10;
}
.container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents .contents--top h3 {
  font-size: 40px;
  color: #1a1a1a;
}
.container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents .c3--line {
  background: #ab1a10;
}
.container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents .contents--bottom {
  margin-left: auto;
  width: 100%;
  padding-left: 19%;
  padding-right: 5%;
}
.container #c4 {
  width: 100%;
  background: url("/wine/special/momentdor/img/c4--pattern.png");
  padding: 100px 15px;
}
.container #c4 .inner {
  width: 1164px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}
.container #c4 .inner .inner-in-inner {
  width: 100%;
  border: 1px solid #be9f53;
  text-align: center;
  padding: 65px 15px;
}
.container #c4 .inner .inner-in-inner h3 {
  font-size: 26px;
  color: #1a1a1a;
  padding-top: 70px;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
}
.container #c4 .inner .inner-in-inner h3:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 53px;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("/wine/special/momentdor/img/c4--diamond.png");
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
}
.container #c4 .inner .inner-in-inner p {
  color: #1a1a1a;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 500;
}
.container #c4 .inner .inner-in-inner p span {
  font-size: 14px;
}
.container #c4 .inner .inner-in-inner p span.ru {
  display: inline-block;
  font-size: 10px;
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .container header {
    position: relative;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    height: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
  .container header h1 {
    text-align: center;
  }
  .container header h1 img {
    width: 55%;
  }
  .container header #momentdor--tgl {
    height: 16vw;
    width: 16vw;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .container header #momentdor--tgl span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6.666666666666667vw;
    height: 2px;
    display: block;
    background-color: #ab8033;
    transition: all 0.3s;
  }
  .container header #momentdor--tgl span:nth-child(1) {
    top: -3.733333333333333vw;
  }
  .container header #momentdor--tgl span:nth-child(2) {
    opacity: 1;
  }
  .container header #momentdor--tgl span:nth-child(3) {
    top: 3.733333333333333vw;
  }
  .container header #momentdor--tgl.on {
    background: #fff;
  }
  .container header #momentdor--tgl.on span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
  }
  .container header #momentdor--tgl.on span:nth-child(2) {
    opacity: 0;
  }
  .container header #momentdor--tgl.on span:nth-child(3) {
    transform: rotate(-45deg);
    top: 0;
  }
  .container nav#momentdor--nav {
    display: none;
  }
  .container nav#momentdor--nav.open {
    display: block;
    width: 100%;
    background: none;
    padding: 0px;
    position: relative;
  }
  .container nav#momentdor--nav.open ul {
    display: block;
    background: linear-gradient(90deg, #122980, #01588b 50%, #122980);
  }
  .container nav#momentdor--nav.open ul {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: scroll;
  }
  .container nav#momentdor--nav.open ul li {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .container nav#momentdor--nav.open ul li a {
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    font-size: 4.266666666666667vw;
    font-weight: bold;
    padding: 5.333333333333333vw;
    opacity: 1;
    transition: all 0.3s;
  }
  .container nav#momentdor--nav.open ul li a:hover {
    opacity: 0.8;
  }
  .container nav#momentdor--nav.open ul li:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 50%;
    opacity: 0.5;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
  .container nav#momentdor--nav.open ul li:nth-last-child(1) {
    border: none;
  }
  .container nav#momentdor--nav.open ul li:nth-last-child(1):after {
    content: '';
    position: absolute;
    width: 0px;
    height: 50%;
    opacity: 0.9;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
  .container .tgl--overlay.on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    display: block;
    opacity: 0.5;
  }
  .container #mv {
    position: relative;
    width: 100%;
    padding-bottom: 130vw;
    min-width: 100%;
    background: url("/wine/special/momentdor/img/sp--mv.png?202505");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
  .container #mv .mv--front {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .container #mv .mv--front .mv--front--image {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(0px);
    padding: 0px 4vw;
    width: 100%;
  }
  .container #mv .mv--front .mv--front--image a {
    position: absolute;
    bottom: 0;
    left: 4vw;
    width: 25%;
  }
  .container #mv .mv--front .mv--front--image a img {
    width: 80px;
  }
  .container #mv .mv--front .mv--front--image figure {
    position: absolute;
    bottom: 0;
    right: 6vw;
    width: 42%;
    transform: translateX(0px);
  }
  .container #mv .mv--front .mv--front--image figure img {
    width: 100%;
  }
  .container #c1 {
    width: 100%;
    position: relative;
  }
  .container #c1:before {
    content: '';
    background: url("/wine/special/momentdor/img/c1--bg1.png");
    background-repeat: no-repeat;
    background-position: top left 5%;
    background-size: 35%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.4;
  }
  .container #c1:after {
    content: '';
    background: url("/wine/special/momentdor/img/c1--bg2.png");
    background-repeat: no-repeat;
    background-position: top 20% right 5%;
    background-size: 35%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.4;
  }
  .container #c1 .inner {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 12vw 4vw 8vw;
    position: relative;
    z-index: 1;
  }
  .container #c1 .inner h2 {
    text-align: center;
  }
  .container #c1 .inner h2 img {
    width: 100%;
  }
  .container #c1 .inner .c1--description {
    text-align: center;
    font-size: 4.8vw;
    color: #1a1a1a;
    padding: 8vw 0px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
  }
  .container #c1 .inner .c1--description span {
    display: inline-block;
    font-size: 2.666666666666667vw;
    transform: translateY(-2.666666666666667vw);
  }
  .container #c1 .inner .c1--flexbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .container #c1 .inner .c1--flexbox .c1--left {
    font-size: 14px;
    color: #666;
    padding-bottom: 9.333333333333334vw;
  }
  .container #c1 .inner .c1--flexbox .c1--left figure {
    margin: 0;
    text-align: center;
    padding: 0;
  }
  .container #c1 .inner .c1--flexbox .c1--left figure figcaption {
    margin-top: 4vw;
    font-size: 2.933333333333333vw;
  }
  .container #c1 .inner .c1--flexbox .c1--left figure img {
    width: 100%;
    padding: 0px 8vw;
  }
  .container #c1 .inner .c1--flexbox .c1--right p {
    font-size: 4vw;
    color: #1a1a1a;
    padding-bottom: 4vw;
  }
  .container #c1 .inner .c1--flexbox .c1--right p span {
    font-size: 2.933333333333333vw;
    color: #666;
  }
  .container #c1 .inner .c1--flexbox .c1--right img {
    width: 100%;
    padding-bottom: 4vw;
  }
  .container #c2 {
    background: linear-gradient(0deg, #937009, #c0a155);
    width: 100%;
    padding: 10.666666666666666vw 4vw 10.666666666666666vw;
    position: relative;
  }
  .container #c2 #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .container #c2 .inner {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .container #c2 .inner h2 {
    text-align: center;
    padding-bottom: 8vw;
  }
  .container #c2 .inner h2 img {
    width: 100%;
  }
  .container #c2 .inner .box1 {
    margin: 0 auto;
    margin-top: 8vw;
    min-width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 8vw 4vw;
  }
  .container #c2 .inner .box1 h3 {
    font-size: 4.8vw;
    text-align: center;
    color: #1a1a1a;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
  }
  .container #c2 .inner .box1 .c2--flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background: #fcf9f0;
    margin: 0 auto;
    margin-top: 10.666666666666666vw;
    width: 100%;
    padding: 10.666666666666666vw 4vw;
  }
  .container #c2 .inner .box1 .c2--flex:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    width: 80%;
    height: 13.333333333333334vw;
    background: url("/wine/special/momentdor/img/c2--box--title1.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .container #c2 .inner .box1 .c2--flex .c2--left,
  .container #c2 .inner .box1 .c2--flex .c2--right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .container #c2 .inner .box1 .c2--flex .c2--left h4,
  .container #c2 .inner .box1 .c2--flex .c2--right h4 {
    text-align: center;
    font-size: 4vw;
    color: #1a1a1a;
    border-top: double #1a1a1a;
    border-bottom: double #1a1a1a;
    padding: 2.666666666666667vw;
    margin-bottom: 2.666666666666667vw;
  }
  .container #c2 .inner .box1 .c2--flex .c2--left p,
  .container #c2 .inner .box1 .c2--flex .c2--right p {
    font-size: 4vw;
    color: #1a1a1a;
    margin-bottom: 5.333333333333333vw;
  }
  .container #c2 .inner .box1 .c2--flex .c2--left figure {
    padding-bottom: 8vw;
  }
  .container #c2 .inner .box1 .c2--box--bottom {
    background: #fcf9f0;
    position: relative;
    margin: 0 auto;
    margin-top: 9.333333333333334vw;
    width: 100%;
    padding: 10.666666666666666vw 4vw;
  }
  .container #c2 .inner .box1 .c2--box--bottom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-25%);
    width: 80%;
    height: 13.333333333333334vw;
    background: url("/wine/special/momentdor/img/c2--box--title2.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .container #c2 .inner .box1 .c2--box--bottom img {
    width: 100%;
  }
  .container #c2 .inner .box2 {
    margin: 0 auto;
    padding: 10.666666666666666vw 4vw 4vw;
    min-width: 100%;
    max-width: 100%;
    background: #fff;
  }
  .container #c2 .inner .box2 h3 {
    font-size: 4.8vw;
    text-align: center;
    color: #1a1a1a;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
  }
  .container #c2 .inner .box2 .c2--flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8vw;
  }
  .container #c2 .inner .box2 .c2--flex > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
  }
  .container #c2 .inner .box2 .c2--flex .c2--left {
    width: calc(48.5%);
    text-align: left;
    padding-bottom: 6.666666666666667vw;
  }
  .container #c2 .inner .box2 .c2--flex .c2--left img {
    width: 100%;
  }
  .container #c2 .inner .box2 .c2--flex .c2--left p {
    color: #1a1a1a;
    font-size: 2.666666666666667vw;
  }
  .container #c2 .inner .box2 .c2--flex .c2--right {
    width: calc(48.5%);
    text-align: right;
    padding-bottom: 6.666666666666667vw;
  }
  .container #c2 .inner .box2 .c2--flex .c2--right img {
    width: 100%;
  }
  .container #c2 .inner .box2 .c2--flex .c2--right p {
    color: #1a1a1a;
    font-size: 2.666666666666667vw;
  }
  .container #c2 .inner .box2 .c2--flex div:nth-child(3) {
    padding-bottom: 0px;
  }
  .container #c2 .inner .box2 .c2--flex div:nth-child(4) {
    padding-bottom: 0px;
  }
  .container #c3 {
    width: 100%;
  }
  .container #c3 .inner {
    margin: 0 auto;
    background: #fff;
  }
  .container #c3 .inner h2 {
    text-align: center;
    padding: 13.333333333333334vw 4vw;
  }
  .container #c3 .inner h2 img {
    width: 100%;
  }
  .container #c3 .inner .c3--box--wrapper {
    margin: 8vw 0px 16vw;
    background: #f1f5e3;
  }
  .container #c3 .inner .c3--box,
  .container #c3 .inner .box--inner {
    position: relative;
  }
  .container #c3 .inner .c3--box {
    background: url("/wine/special/momentdor/img/c3--ribbon--001.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60%;
  }
  .container #c3 .inner .box--inner {
    margin: 0 auto;
    width: 100%;
  }
  .container #c3 .inner .c3--box--image {
    position: static;
    margin: auto;
    padding-left: 0px;
    width: 55%;
    display: block;
    transform: translateY(-8vw);
  }
  .container #c3 .inner .c3--box--contents {
    margin-left: auto;
    width: 100%;
    padding: 0px 4vw;
    margin-top: -2.666666666666667vw;
  }
  .container #c3 .inner .c3--box--contents .contents--top {
    margin-left: auto;
    width: 100%;
    padding: 0px 0vw;
  }
  .container #c3 .inner .c3--box--contents .contents--top .c3--genre {
    text-align: center;
  }
  .container #c3 .inner .c3--box--contents .contents--top .c3--genre li {
    display: inline-block;
    margin-right: 1.333333333333333vw;
    margin-left: 1.333333333333333vw;
    background: #fff;
    padding: 1.333333333333333vw 2.666666666666667vw;
    font-size: 3.466666666666667vw;
  }
  .container #c3 .inner .c3--box--contents .contents--top .c3--phrase {
    font-size: 4.533333333333333vw;
    color: #718e0a;
    margin: 4vw 0px 1.333333333333333vw;
    text-align: center;
  }
  .container #c3 .inner .c3--box--contents .contents--top h3 {
    font-size: 6.666666666666667vw;
    text-align: center;
    color: #1a1a1a;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
  }
  .container #c3 .inner .c3--box--contents .c3--line {
    display: block;
    width: 100%;
    height: 1px;
    background: #718e0a;
    margin: 3.333333333333333vw 0px 4.533333333333333vw;
    padding: 0px 4vw;
  }
  .container #c3 .inner .c3--box--contents .contents--bottom {
    margin-left: auto;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 6.666666666666667vw;
  }
  .container #c3 .inner .c3--box--contents .contents--bottom a {
    width: 290px;
    display: block;
    margin: 0 auto;
    line-height: 0;
  }
  .container #c3 .inner .c3--box--contents .contents--bottom a img {
    width: 100%;
  }
  .container #c3 .inner .c3--box--contents .contents--bottom p {
    margin-bottom: 4vw;
    line-height: 2;
    font-size: 4vw;
  }
  .container #c3 .inner .c3--box--contents .contents--bottom p.note {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
  .container #c3 .inner .c3--box--contents .contents--bottom p.note2 {
    text-align: center;
    font-size: 4vw;
    color: #ab1a10;
  }
  .container #c3 .inner .c3--box--contents .contents--bottom .profile {
    display: flex;
    margin-bottom: 4vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container #c3 .inner .c3--box--contents .contents--bottom .profile li {
    position: relative;
    width: 40%;
    padding-right: 0px;
    font-size: 4vw;
  }
  .container #c3 .inner .c3--box--contents .contents--bottom .profile li:nth-child(2) {
    width: 60%;
    text-align: right;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(2) {
    background: #f1f5e3;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(3) {
    background: #faf2f2;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box {
    background: url("/wine/special/momentdor/img/c3--ribbon--001.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60%;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(3) .box--inner {
    margin: 0 auto;
    width: 100%;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--image {
    position: static;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 55%;
    display: block;
    transform: translateY(-8vw);
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents {
    margin-left: auto;
    width: 100%;
    padding: 0px 4vw;
    margin-top: -2.666666666666667vw;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents .contents--top {
    margin-left: auto;
    width: 100%;
    padding: 0px 0vw;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents .contents--top .c3--phrase {
    color: #d76f6f;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents .contents--top h3 {
    font-size: 6.666666666666667vw;
    text-align: center;
    color: #1a1a1a;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents .c3--line {
    background: #d76f6f;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(3) .c3--box--contents .contents--bottom {
    margin-left: auto;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 6.666666666666667vw;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(4) {
    background: #f3f3f3;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box {
    background: url("/wine/special/momentdor/img/c3--ribbon--001.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60%;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(4) .box--inner {
    margin: 0 auto;
    width: 100%;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--image {
    position: static;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 55%;
    display: block;
    transform: translateY(-8vw);
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents {
    margin-left: auto;
    width: 100%;
    padding: 0px 4vw;
    margin-top: -2.666666666666667vw;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents .contents--top {
    margin-left: auto;
    width: 100%;
    padding: 0px 0vw;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents .contents--top .c3--phrase {
    color: #80949f;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents .contents--top h3 {
    font-size: 6.666666666666667vw;
    text-align: center;
    color: #1a1a1a;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents .c3--line {
    background: #80949f;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(4) .c3--box--contents .contents--bottom {
    margin-left: auto;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 6.666666666666667vw;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(5) {
    background: #fdfde9;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box {
    background: url("/wine/special/momentdor/img/c3--ribbon--001.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60%;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(5) .box--inner {
    margin: 0 auto;
    width: 100%;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--image {
    position: static;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 55%;
    display: block;
    transform: translateY(-8vw);
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents {
    margin-left: auto;
    width: 100%;
    padding: 0px 4vw;
    margin-top: -2.666666666666667vw;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents .contents--top {
    margin-left: auto;
    width: 100%;
    padding: 0px 0vw;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents .contents--top .c3--phrase {
    color: #c7a904;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents .contents--top h3 {
    font-size: 6.666666666666667vw;
    text-align: center;
    color: #1a1a1a;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents .c3--line {
    background: #718e0a;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(5) .c3--box--contents .contents--bottom {
    margin-left: auto;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 6.666666666666667vw;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(6) {
    background: #f3eee3;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box {
    background: url("/wine/special/momentdor/img/c3--ribbon--003.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60%;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(6) .box--inner {
    margin: 0 auto;
    width: 100%;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--image {
    position: static;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 55%;
    display: block;
    transform: translateY(-8vw);
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents {
    margin-left: auto;
    width: 100%;
    padding: 0px 4vw;
    margin-top: -2.666666666666667vw;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents .contents--top {
    margin-left: auto;
    width: 100%;
    padding: 0px 0vw;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents .contents--top .c3--phrase {
    color: #ab1a10;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents .contents--top h3 {
    font-size: 6.666666666666667vw;
    text-align: center;
    color: #1a1a1a;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents .c3--line {
    background: #ab1a10;
  }
  .container #c3 .inner .c3--box--wrapper:nth-child(6) .c3--box--contents .contents--bottom {
    margin-left: auto;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 6.666666666666667vw;
  }
  .container #c4 {
    width: 100%;
    background: url("/wine/special/momentdor/img/c4--pattern.png");
    background-size: 75%;
    padding: 10.666666666666666vw 4vw;
  }
  .container #c4 .inner {
    width: 100%;
    margin: 0 auto;
    padding: 1.333333333333333vw;
    background: #fff;
  }
  .container #c4 .inner .inner-in-inner {
    width: 100%;
    border: 1px solid #be9f53;
    text-align: center;
    padding: 9.333333333333334vw 4vw;
  }
  .container #c4 .inner .inner-in-inner h2 {
    width: 100%;
  }
  .container #c4 .inner .inner-in-inner h2 img {
    width: 70%;
  }
  .container #c4 .inner .inner-in-inner h3 {
    font-size: 4.8vw;
    color: #1a1a1a;
    padding-top: 16vw;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
  }
  .container #c4 .inner .inner-in-inner h3:after {
    content: '';
    position: absolute;
    height: 5.333333333333333vw;
    width: 30%;
    top: 8vw;
    left: 0;
    right: 0;
    margin: auto;
    background: url("/wine/special/momentdor/img/c4--diamond.png");
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
  }
  .container #c4 .inner .inner-in-inner p {
    color: #1a1a1a;
    padding-top: 4vw;
    font-size: 4vw;
  }
  .container #c4 .inner .inner-in-inner p span {
    font-size: 2.933333333333333vw;
  }
  .container #c4 .inner .inner-in-inner p span.ru {
    display: inline-block;
    font-size: 2.666666666666667vw;
    transform: translateY(-1.333333333333333vw);
  }
}
