.opening {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
}

.opening [class*='slide'] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.opening .slide-1 {
  background-color: #fff;
  color: #000;
}

.opening .slide-2 {
  display: none;
  background-color: #505143;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .opening h2 {
    width: 10.6vw;
    height: 32vw;
    font-size: 10.6vw;
    line-height: 1;
    letter-spacing: 0.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) {
  .opening h2 {
    width: 40px;
    height: 120px;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.5em;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

#key {
  background: url('../img/index/key_sp.jpg') no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  #key h2 {
    width: 10.6vw;
    height: 32vw;
    font-size: 10.6vw;
    line-height: 1;
    letter-spacing: 0.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) {
  #key {
    background-image: url('../img/index/key.jpg');
  }

  #key h2 {
    width: 40px;
    height: 120px;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.5em;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* -- -- */
#lead {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #lead {
    padding: 28vw 0 24vw;
  }

  #lead h2 {
    width: 9.3vw;
    height: 70vw;
    line-height: 1;
    margin: 0 auto;
  }

  #lead h2 .en {
    padding-top: 12vw;
  }

  #lead .txt {
    width: 64vw;
    height: 110vw;
    font-size: 4.8vw;
    letter-spacing: 0.5em;
    line-height: 16vw;
    margin: 0 auto;
    padding-top: 33.6vw;
  }

  #lead .txt br {
    display: block;
  }

  #lead .photos {
    padding-top: 30vw;
  }

  #lead .photo-1 {
    margin: 0 -4.8vw;
  }

  #lead .photo-2 {
    width: 47.4vw;
    margin-left: auto;
    padding-top: 21vw;
  }

  #lead .photo-3 {
    width: 64.6vw;
    padding-top: 19vw;
    position: relative;
    left: -2vw;
  }

  #lead .button {
    padding-top: 23vw;
  }
}

@media only screen and (min-width: 768px) {
  #lead {
    padding: 230px 0 100px;
  }

  #lead h2 {
    width: 50px;
    height: 390px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
  }

  #lead h2 .en {
    padding-top: 26px;
  }

  #lead .txt {
    width: 320px;
    height: 450px;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 0.5em;
    margin-left: auto;
    padding: 86px 111px 0 0;
  }

  #lead .photos {
    padding-top: 175px;
  }

  #lead .photo-2 {
    width: 503px;
    margin-left: auto;
    position: relative;
    left: 105px;
    padding-top: 204px;
  }

  #lead .photo-3 {
    width: 538px;
    position: relative;
    left: -110px;
    margin-top: -213px;
  }

  #lead .button {
    padding-top: 175px;
  }
}

@media only screen and (min-width: 1201px) {
  #lead h2 {
    right: -26px;
  }
}

/* -- -- */
#counter {
  position: relative;
}

#counter .row-1 {
  position: relative;
  height: 300vh;
}

#counter .row-1:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.46);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}

#counter .row-1 .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

#counter .row-1 h2 {
  color: #fff;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s linear;
  transform: translateY(30px);
}

#counter .row-1 h2 .en {
  color: #abaaa8;
}

#counter .row-1 h2 .line {
  background-color: transparent;
  margin: 26px auto 16px;
  position: relative;
}

#counter .row-1 h2 .line:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #abaaa8;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.5s linear;
}

#counter .row-1.is-active:after {
  opacity: 1;
}

#counter .row-1.is-active h2 {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.5s;
}

#counter .row-1.is-active h2 .line:before {
  transform: scale(1);
  transition-delay: 1s;
}

#counter .row-2 {
  background: #f5f4ef;
  position: relative;
  z-index: 1;
}

#counter .row-2 .photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
  #counter .row-1 h2 {
    font-size: 6vw;
  }

  #counter .row-2 {
    padding: 20vw 0;
  }

  #counter .row-2 .box figure {
    height: 56vw;
  }

  #counter .row-2 .box .txt {
    padding-top: 20vw;
  }

  #counter .row-2 .box .txt p + p {
    padding-top: 10vw;
  }

  #counter .row-2 .box .button {
    padding-top: 25vw;
  }

  #counter .row-2 .box .button a:after {
    right: 4vw;
  }

  #counter .row-2 .photo {
    padding-top: 30vw;
  }
}

@media only screen and (min-width: 768px) {
  #counter .row-2 {
    padding: 190px 0 372px;
  }

  #counter .row-2 .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-left: -100px;
  }

  #counter .row-2 .box figure {
    width: 601px;
  }

  #counter .row-2 .box .col {
    width: 380px;
    padding: 10px 0;
  }

  #counter .row-2 .box .txt p {
    padding-bottom: 35px;
  }

  #counter .row-2 .box .txt p + p {
    padding-bottom: 63px;
  }

  #counter .row-2 .photo {
    padding-top: 236px;
  }
}

/* -- -- */
#room {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #room {
    padding: 40vw 0 28vw;
  }

  #room .parallax-image {
    width: 100vw;
    height: 80vw;
    margin: 16vw -8.6vw 0;
  }

  #room .txt {
    padding-top: 17.6vw;
  }

  #room .button {
    padding-top: 17.6vw;
  }
}

@media only screen and (min-width: 768px) {
  #room {
    padding-bottom: 265px;
  }

  #room .parallax-image {
    height: 600px;
    overflow: hidden;
    margin-top: 80px;
  }

  #room .txt {
    padding-top: 135px;
  }

  #room .button {
    padding-top: 96px;
  }
}

/* -- -- */
#takeout {
  background-color: #efefe7;
  position: relative;
}

#takeout hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {
  #takeout {
    padding: 24vw 0;
  }

  #takeout h2 {
    text-align: center;
  }

  #takeout .box-1 {
    padding-bottom: 15vw;
  }

  #takeout .box-1 .txt {
    font-size: 13px;
    line-height: 32px;
    padding-top: 10vw;
  }

  #takeout .box-1 .photo {
    padding-top: 12vw;
  }

  #takeout .box-1 .photo .price {
    font-size: 4.8vw;
    letter-spacing: 0.3em;
    line-height: 2;
    text-align: center;
    padding-top: 6vw;
  }

  #takeout .box-1 .photo .price small {
    font-size: 3.7vw;
  }

  #takeout .box-1 .photo .slider-for {
    margin: 0 -3.2vw;
  }

  #takeout .box-1 .photo .slider-for .slick-arrow {
    top: 109vw;
  }

  #takeout .box-1 .photo .slider-for .slick-prev {
    left: -3vw;
  }

  #takeout .box-1 .photo .slider-for .slick-next {
    right: -3vw;
  }

  #takeout .box-1 .photo .slider-nav {
    width: 72vw;
    margin: 0 auto;
    padding-top: 10vw;
  }

  #takeout .box-1 .photo .slider-nav .slick-list {
    margin: 0 -0.6vw;
  }

  #takeout .box-1 .photo .slider-nav .slick-track {
    transform: none !important;
  }

  #takeout .box-1 .photo .slider-nav .slide {
    height: 23.4vw;
    margin: 0 0.6vw;
    position: relative;
    cursor: pointer;
  }

  #takeout .box-1 .photo .slider-nav .slide:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(43, 41, 37, 0.68);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }

  #takeout .box-1 .photo .slider-nav .slide.slick-current:after {
    opacity: 0;
  }

  #takeout .box-1 .note {
    font-size: 12px;
    line-height: 25px;
    padding-top: 12vw;
  }

  #takeout .box-1 .note p {
    text-indent: -12px;
    padding-left: 12px;
  }

  #takeout .box-2 {
    padding-top: 15vw;
    text-align: center;
  }

  #takeout .box-2 figure {
    width: 52vw;
    margin-left: auto;
  }

  #takeout .box-2 h3 {
    visibility: 400px;
    font-size: 5.3vw;
    line-height: 2;
    letter-spacing: 0.3em;
    padding-top: 8vw;
  }

  #takeout .box-2 .txt {
    text-align: center;
  }

  #takeout .box-2 .txt,
  #takeout .box-2 .button-1 {
    padding-top: 6vw;
  }
}

@media only screen and (min-width: 768px) {
  #takeout {
    padding: 165px 0 100px;
  }

  #takeout .box-1 {
    display: flex;
    flex-direction: row-reverse;
    gap: 35px;
    padding-bottom: 125px;
    position: relative;
  }

  #takeout .box-1 .photo {
    width: calc(100% - 400px);
  }

  #takeout .box-1 .photo .price {
    width: 365px;
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    top: 400px;
    left: calc(100% + 40px);
  }

  #takeout .box-1 .photo .price small {
    font-size: 14px;
  }

  #takeout .box-1 .photo .slider-for .slick-list {
    overflow: visible;
  }

  #takeout .box-1 .photo .slider-for .slick-arrow {
    top: calc(100% + 107px);
  }

  #takeout .box-1 .photo .slider-for .slick-prev {
    left: 0;
  }

  #takeout .box-1 .photo .slider-for .slick-next {
    right: 0;
  }

  #takeout .box-1 .photo .slider-nav {
    margin-top: 48px;
    padding: 0 92px;
  }

  #takeout .box-1 .photo .slider-nav .slick-list {
    margin: 0 -13px;
  }

  #takeout .box-1 .photo .slider-nav .slick-track {
    transform: none !important;
  }

  #takeout .box-1 .photo .slider-nav .slide {
    height: 145px;
    margin: 0 13px;
    position: relative;
    cursor: pointer;
  }

  #takeout .box-1 .photo .slider-nav .slide:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(43, 41, 37, 0.68);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }

  #takeout .box-1 .photo .slider-nav .slide:hover:after,
  #takeout .box-1 .photo .slider-nav .slide.slick-current:after {
    opacity: 0;
  }

  #takeout .box-1 .col {
    width: 365px;
    padding: 27px 0;
  }

  #takeout .box-1 h2 {
    font-size: 26px;
    letter-spacing: 0.3em;
    line-height: 45px;
  }

  #takeout .box-1 .txt {
    padding-top: 60px;
  }

  #takeout .box-1 .note {
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 26px;
    padding-top: 205px;
  }

  #takeout .box-1 .note p {
    text-indent: -15px;
    padding-left: 15px;
  }

  #takeout hr {
    margin-bottom: 70px;
  }

  #takeout .box-2 {
    width: 710px;
    margin: 0 auto;
    position: relative;
  }

  #takeout .box-2 figure {
    width: 330px;
    position: absolute;
    top: 0;
    left: calc(50% - 250px);
  }

  #takeout .box-2 .col {
    width: 343px;
    margin-left: auto;
    padding: 18px 0 0;
    position: relative;
  }

  #takeout .box-2 h3 {
    font-size: 20px;
  }

  #takeout .box-2 .txt {
    font-size: 16px;
    line-height: 36px;
    padding-top: 20px;
  }

  #takeout .box-2 .button-1 {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1241px) {
  #takeout .box-1 {
    gap: 95px;
  }

  #takeout .box-1 .photo {
    width: 670px;
  }

  #takeout .box-1 .photo .price {
    left: calc(100% + 100px);
  }
}

/* -- -- */
#news {
  position: relative;
}

#news .feed {
  border-bottom: 1px dotted #9d9c9b;
}

#news .feed time {
  color: #665831;
  font-family: 'Amiri', serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  #news {
    padding: 16vw 0;
  }

  #news h2 {
    text-align: center;
  }

  #news .feed {
    line-height: 25px;
    padding: 8vw 0 4vw;
  }

  #news .feed time {
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-bottom: 4vw;
  }

  #news .feed a {
    display: block;
    padding-right: 10vw;
    position: relative;
  }

  #news .feed a:after {
    content: '';
    width: 5vw;
    height: 5vw;
    background: url('../img/shared/btn-arrow-1.png') no-repeat center top/cover;
    position: absolute;
    top: 1vw;
    right: 0;
    transition: all 0.3s;
  }

  #news .feed a span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
  }

  #news .btn-more {
    padding-top: 8vw;
    text-align: center;
  }

  #news .btn-more a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #2c2a26;
    color: #fff;
    width: 53.3vw;
    height: 13vw;
    font-weight: 400;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.1em;
    border-radius: 50px;
  }
}

@media only screen and (min-width: 768px) {
  #news {
    padding: 162px 0 197px;
  }

  #news .wrap {
    display: grid;
    grid-template-columns: 262px 1fr;
    align-items: flex-end;
  }

  #news h2 {
    line-height: 40px;
    padding-bottom: 47px;
    text-indent: -4px;
  }

  #news .feed {
    display: grid;
    grid-template-columns: 130px 1fr;
    margin-right: 35px;
    padding: 0 0 23px 18px;
  }

  #news .feed a {
    padding-right: 50px;
    position: relative;
  }

  #news .feed a:after {
    content: '';
    width: 27px;
    height: 27px;
    background: url('../img/shared/btn-arrow-1.png') no-repeat center top/cover;
    position: absolute;
    top: 9px;
    right: 20px;
    transition: all 0.3s;
  }

  #news .feed a span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
  }

  #news .feed a:hover {
    text-decoration: underline;
  }

  #news .feed a:hover:after {
    transform: scale(1.2);
  }

  #news .btn-more {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #news .btn-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #828282;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1201px) {
  #news .wrap {
    width: 1067px;
  }
}

/* -- -- */
#shopinfo {
  position: relative;
}

#shopinfo .gmap {
  height: 480px;
}

#shopinfo .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

@media only screen and (max-width: 767px) {
  #shopinfo {
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 30px;
  }

  #shopinfo .parallax-image {
    height: 106vw;
  }

  #shopinfo .wrap {
    padding-top: 30vw;
    padding-bottom: 30vw;
  }

  #shopinfo .logo img {
    max-width: 16vw;
  }

  #shopinfo .logo figcaption {
    padding-top: 17vw;
  }

  #shopinfo .tel {
    padding-top: 12vw;
  }

  #shopinfo .btn-reserve {
    padding-top: 8vw;
  }

  #shopinfo .sns-icon {
    width: 8vw;
    margin: 0 auto;
    padding-top: 13.5vw;
  }

  #shopinfo .txt-info {
    line-height: 25px;
    letter-spacing: 0.15em;
    padding-top: 10.8vw;
  }

  #shopinfo .txt-info dl {
    border-bottom: 1px solid #d0d1c1;
    padding-bottom: 25px;
  }

  #shopinfo .txt-info dl + dl {
    padding-top: 25px;
  }

  #shopinfo .txt-info dl dd {
    padding: 10px 0 0 15px;
  }

  #shopinfo .txt-info .address span {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 24px;
    border: 0;
    border-left: 1px solid #a5a59b;
    margin: 15px 15px 0 0;
  }

  #shopinfo .txt-info .address a {
    display: inline-block;
    vertical-align: middle;
    background: url('../img/shared/icon-location-black.png') no-repeat center left/10px auto;
    font-size: 12px;
    letter-spacing: 0.2em;
    margin-top: 15px;
    padding-left: 15px;
  }

  #shopinfo .txt-info .address a:hover {
    text-decoration: underline;
  }

  #shopinfo .txt-info .cancel ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #a5a59b;
    margin: 20px 0;
    padding: 10px 15px;
  }

  #shopinfo .button {
    padding-top: 86px;
  }

  #shopinfo .button a {
    max-width: 300px;
    height: 70px;
    border-radius: 50px;
    border-color: #000;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.05em;
  }

  #shopinfo .button a:after {
    display: none;
  }

  #shopinfo .button {
    padding-top: 10.8vw;
  }

  #shopinfo .button a {
    background-color: #332f30;
    color: #fff;
    width: 50.3vw;
    height: 13.5vw;
    border-radius: 50px;
    font-weight: 300;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }

  #shopinfo .button a:after {
    display: none;
  }

  #gmap {
    padding-top: 12vw;
  }

  #gmap h3 {
    font-weight: 300;
    font-size: 5.3vw;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-bottom: 5vw;
  }
}

@media only screen and (min-width: 768px) {
  #shopinfo .parallax-image {
    height: 800px;
  }

  #shopinfo .wrap {
    padding-top: 150px;
    padding-bottom: 174px;
  }

  #shopinfo .logo img {
    max-width: 77px;
  }

  #shopinfo .logo figcaption {
    line-height: 30px;
    letter-spacing: 0.2em;
    padding-top: 107px;
  }

  #shopinfo .tel {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-top: 83px;
  }

  #shopinfo .tel .number {
    background-image: url('../img/shared/icon-tel-black.png');
    background-size: 14px auto;
    font-size: 30px;
    margin-top: 13px;
    padding-left: 25px;
  }

  #shopinfo .btn-reserve {
    padding-top: 25px;
  }

  #shopinfo .btn-reserve a {
    gap: 20px;
    width: 180px;
  }

  #shopinfo .btn-reserve a:hover:after {
    background-image: url('../img/shared/icon-calendar-white.png');
  }

  #shopinfo .sns-icon {
    padding-top: 36px;
  }

  #shopinfo .sns-icon a {
    display: inline-block;
    width: 30px;
  }

  #shopinfo .txt-info {
    line-height: 26px;
    padding-top: 70px;
  }

  #shopinfo .txt-info dl {
    display: grid;
    grid-template-columns: 180px 1fr;
    border-bottom: 1px solid #d0d1c1;
    max-width: 660px;
    margin: 0 auto;
    padding-bottom: 21px;
    letter-spacing: 0.17em;
  }

  #shopinfo .txt-info dl + dl {
    padding-top: 30px;
  }

  #shopinfo .txt-info dl dt {
    padding-left: 15px;
  }

  #shopinfo .txt-info .address {
    display: flex;
    align-items: flex-end;
    gap: 23px;
  }

  #shopinfo .txt-info .address span {
    width: 0;
    height: 24px;
    border: 0;
    border-left: 1px solid #a5a59b;
  }

  #shopinfo .txt-info .address a {
    display: inline-block;
    background: url('../img/shared/icon-location-black.png') no-repeat center left/10px auto;
    font-size: 12px;
    letter-spacing: 0.2em;
    padding-left: 14px;
  }

  #shopinfo .txt-info .address a:hover {
    text-decoration: underline;
  }

  #shopinfo .txt-info .cancel ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 350px;
    border: 1px solid #a5a59b;
    margin: 13px 0 14px;
    padding: 8px 0 13px 26px;
  }

  #shopinfo .button {
    padding-top: 86px;
  }

  #shopinfo .button a {
    max-width: 300px;
    height: 70px;
    border-radius: 50px;
    border-color: #000;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.05em;
  }

  #shopinfo .button a:after {
    display: none;
  }

  #gmap {
    max-width: 660px;
    margin: 0 auto;
    padding: 65px 0 0;
    position: relative;
  }

  #gmap .gmap {
    height: 480px;
  }

  #gmap h3 {
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 0 0 20px 10px;
  }

  #gmap .gmap_btn,
  #gmap .gmap_print {
    position: absolute;
    top: 90px;
  }

  #gmap .gmap_btn a,
  #gmap .gmap_print a {
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.1em;
  }

  #gmap .gmap_btn {
    right: 164px;
  }

  #gmap .gmap_btn a {
    background: url('../img/index/gmap-icon-1.png') no-repeat center right;
    padding-right: 17px;
  }

  #gmap .gmap_print {
    right: 0;
  }

  #gmap .gmap_print a {
    background: url('../img/index/gmap-icon-2.png') no-repeat center right;
    padding-right: 26px;
  }
}

:root {
  --spacing-small-mobile: 30;
  --spacing-small: 30;
  --spacing-medium-mobile: 40;
  --spacing-medium: 40;
  --spacing-large-mobile: 60;
  --spacing-large: 80;
}

@media (min-width: 768px) {
  :root {
    --border-radius: 30px;
    --border-radius-medium: 40px;
    --border-radius-large: 50px;
  }
}

@media (max-width: 767px) {
  :root {
    --border-radius: 30px;
    --border-radius-medium: 30px;
    --border-radius-large: 30px;
  }
}

.c-splash-yerba_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-splash-yerba_background_sticky_area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.c-splash-yerba_background_sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}

.c-splash-yerba_background_visual {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% + 1px);
  overflow: hidden;
}

.c-splash-yerba_background_visual:first-child {
  left: 0;
}

.c-splash-yerba_background_visual:last-child {
  right: 0;
}

.c-splash-yerba_background_visual_img {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
}

.c-splash-yerba_background_visual:first-child .c-splash-yerba_background_visual_img {
  left: 0;
}

.c-splash-yerba_background_visual:last-child .c-splash-yerba_background_visual_img {
  right: 0;
}
