@charset "UTF-8";
.main_v {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .main_v {
    height: 100svh;
  }
}
.main_v .main_v_slider {
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .main_v .main_v_slider {
    width: 100%;
    height: 50svh;
  }
}
.main_v .main_v_slider .swiper {
  width: 100%;
  height: 100%;
}
.main_v .main_v_slider .swiper-wrapper,
.main_v .main_v_slider .swiper-slide > div {
  height: 100%;
  width: 100%;
}
.main_v .main_v_slider .slide {
  background-size: cover !important;
  background-position: center !important;
}
@-webkit-keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.main_v .main_v_slider .swiper-slide-active .slide_img,
.main_v .main_v_slider .swiper-slide-duplicate-active .slide_img,
.main_v .main_v_slider .swiper-slide-prev .slide_img {
  -webkit-animation: zoom-in 10s linear 0s 1 normal both;
          animation: zoom-in 10s linear 0s 1 normal both;
}
.main_v .main_v_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main_v .main_v_logo {
    width: 100%;
    height: 100svh;
  }
}
.main_v .main_v_logo h1 {
  max-width: 300px;
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .main_v .main_v_logo h1 {
    width: 50%;
  }
}
.main_v .main_v_logo h1 img {
  filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}
@media screen and (min-width: 1024px) {
  .main_v .main_copy_area {
    position: -webkit-sticky;
    position: sticky;
    bottom: 5%;
    left: 5%;
    z-index: 1;
    margin-top: 15%;
  }
}
@media screen and (max-width: 1023px) {
  .main_v .main_copy_area {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .main_v .main_copy_area.headerColorScroll .main_copy {
    color: #171717 !important;
  }
}
.main_v .main_copy_area .main_copy {
  color: #FFFFFF;
}
.main_v .main_copy_area .main_copy h2 {
  font-size: 7rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .main_v .main_copy_area .main_copy h2 {
    font-size: 4rem;
  }
}
.main_v .main_copy_area .main_copy p {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .main_v .main_copy_area .main_copy p {
    font-size: 1rem;
  }
}
.main_v .sns_area {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: 30px;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 1;
}
.main_v .sns_area li a {
  display: block;
  width: 25px;
}
.main_v .sns_area li a:hover svg {
  opacity: 0.6;
}
.main_v .sns_area li a img {
  vertical-align: middle;
}
.main_v .sns_area li a svg {
  fill: #FFFFFF;
}

.top_page_section {
  margin: 160px auto 160px;
}
@media screen and (max-width: 767px) {
  .top_page_section {
    margin: 90px auto 90px;
  }
}
.top_page_section .section_title {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .top_page_section .section_title {
    margin-bottom: 1.6em;
  }
}
.top_page_section .section_title p {
  font-size: 4.7rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0em;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .top_page_section .section_title p {
    font-size: 2.6rem;
  }
}
.top_page_section .section_title h2 {
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .top_page_section .section_title h2 {
    font-size: 1.2rem;
  }
}

.about_section {
  padding-left: 450px;
}
@media screen and (max-width: 1023px) {
  .about_section {
    padding-left: 0;
  }
}
.about_section .img {
  margin-bottom: 3em;
  max-width: 980px;
}
@media screen and (max-width: 1023px) {
  .about_section .img {
    padding-left: 0;
  }
}
.about_section .inr {
  max-width: 980px;
}
@media screen and (max-width: 1023px) {
  .about_section .inr {
    width: 90%;
    margin: 0 auto 2em;
  }
}
.about_section .inr h3 {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .about_section .inr h3 {
    font-size: 2.6rem;
  }
}
.about_section .inr p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .about_section .inr p {
    font-size: 1.6rem;
  }
}
.ship_section {
  background: url(../images/bg_ship.jpg) center no-repeat;
  background-size: cover;
  padding: 90px;
  height: 100vh;
  min-height: 480px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .ship_section {
    min-height: auto;
    padding: 10% 5% 40%;
  }
}
.ship_section a {
  color: #FFFFFF;
}
.ship_section .ship_section_inr {
  max-width: 680px;
  margin-bottom: 3em;
}
.shop_section .section_title {
  text-align: center;
}
.shop_section .shop_section_inr {
  max-width: 680px;
  margin: 5em auto 3em;
}
.shop_section .shop_section_inr h3 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.78;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .shop_section .shop_section_inr h3 {
    font-size: 2.6rem;
  }
  .shop_section .shop_section_inr h3 br {
    display: none;
  }
}
.shop_section .shop_section_inr p {
  margin-bottom: 1em;
}
.shop_section .simply-scroll-container {
  position: relative;
}
.shop_section .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.shop_section .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: auto;
  /* 崩れる場合にはこちらも設定 */
}
.shop_section .simply-scroll-list li {
  list-style: none !important;
  float: left;
  width: 300px;
  height: auto;
  margin: 0 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .shop_section .simply-scroll-list li {
    width: 170px;
  }
}
.shop_section .simply-scroll-list li img {
  display: block;
}
.shop_section .btn_more {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shop_section .btn_more {
    margin: 50px auto 0;
  }
}
.shop_section .btn_more a {
  display: block;
  border: 1px solid;
  position: relative;
  padding: 3em 2em;
  background: #2B7848;
  color: #FFFFFF;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .shop_section .btn_more a {
    padding: 2em;
  }
}
.shop_section .btn_more a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition-property: all;
  transition-duration: 0.5s;
  background: url(../images/ico_cart_w.png) center left no-repeat;
  background-size: cover;
  width: 40px;
  height: 30px;
  margin-right: 16px;
}
.shop_section .btn_more a:hover:before {
  margin-right: 25px;
}

.column_section .section_title {
  text-align: center;
}
.column_section .btn_more {
  text-align: center;
}

.media_section {
  background: #FAFAFA;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .media_section {
    padding: 45px 0;
  }
}
.media_section .section_title {
  text-align: center;
}
.media_section .media_section_inr {
  max-width: 980px;
  margin: 0 auto 60px;
}
.media_section .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.media_section .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.media_section .btn_more {
  text-align: center;
}

.topics_section {
  margin: 160px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics_section {
    margin: 90px auto;
  }
}
@media screen and (max-width: 767px) {
  .topics_section .topics_list {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .topics_section .btn_more {
    position: absolute;
    top: 0;
    right: 5%;
  }
}
.topics_section .btn_more {
  text-align: center;
}