@media screen and (max-width: 768px) {
  html {
    font-size: 60%;
  }
}

#loading-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
  z-index: 100;
  padding: 40px;
}

#page-content {
  display: none;
}

.pc-view {
  display: block !important;
}

.sp-view {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-view {
    display: none !important;
  }

  .sp-view {
    display: block !important;
  }
}

.wrapper {
  max-width: 1024px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 90%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/* common */

.common-h-contents {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .common-h-contents {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}

.common-gold-h {
  color: #907f38;
  font-family: "poppins", sans-serif;
  font-size: 80px;
  line-height: 1em;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .common-gold-h {
    font-size: 50px;
  }
}

.common-h-lead {
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 100;
  letter-spacing: 0.1rem;
}

.common-white-h,
.white {
  color: #fff;
}

/* fv */

.fv {
  padding: 1%;
  position: relative;
  /* height: 100vh; */
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 4%;
    height: 640px;
  }
  .fv .logo {
    position: absolute;
    z-index: 2;
    width: 30vw;
    top: 4em;
    left: 4em;
  }
}

.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70%;
  background-color: #e60013;
  z-index: -1;
}

.fv::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #907f38;
  background-image: url("../img/bg-pattern-white.png");
  background-repeat: repeat;
  z-index: -1;
}

.fv-slide {
  width: 100%;
  border-radius: 20px;
  border: solid 2px #000;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  height: 732px;
  background-color: #fff;
  /* background-image: url(../img/fv-img01.jpg); */
}

@media screen and (max-width: 768px) {
  .fv-slide {
    height: 600px;
  }
}

.fv-slide01 {
  background-image: url(../img/fv-img01.jpg);
}

.fv-slide02 {
  background-image: url(../img/fv-img02.jpg);
}

.fv-slide03 {
  background-image: url(../img/fv-img03.jpg);
}

.fv-slide04 {
  background-image: url(../img/fv-img04.jpg);
}

.fv-slide img {
  width: 100%;
}

.fv-slide01,
.fv-slide02,
.fv-slide03,
.fv-slide04 {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 732px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .fv-slide01,
  .fv-slide02,
  .fv-slide03,
  .fv-slide04 {
    height: 600px;
  }
}

.grobal-navi {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  /* padding: 18px; */
  display: flex;
  width: 95%;
  justify-content: space-between;
  align-items: center;
}

.navi-logo-box {
  width: 150px;
}

.navi-logo-box img {
  width: 100%;
}

.navi-link-box {
  display: flex;
  list-style: none;
}

.navi-link-item {
  text-decoration: none;
  color: #907f38;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.navi-link-item-box {
  margin-left: 20px;
}

.navi-link-item-lead {
  color: #000;
  font-size: 14px;
}

.fv-lead01,
.fv-lead02 {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translate(0, -50%);
}

.fv-lead01 {
  left: 2%;
}

.fv-lead02 {
  right: 2%;
}

.fv-lead02 img {
  margin-bottom: 10px;
}

.fv-contents {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .fv-contents {
    width: 90%;
    margin: auto;
    flex-direction: column;
  }
}

.fv-contents div {
  margin: 0 20px;
}
.fv-contents h1 {
    margin-top: 0.5em;
    font-size: 2.25rem;
}

@media screen and (max-width: 768px) {
  .fv-contents div {
    width: 90%;
  }
  .fv-contents h1 {
      text-align: center;
  }
}

.fv-logo-box {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .fv-logo-box {
    width: 100%;
    margin-bottom: 24px;
  }

  .fv-title-box {
    width: 100%;
  }
}

.fv-logo-box img {
  width: 100%;
}

.title-tx {
  position: relative;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 8px;
}

.title-bg {
  position: relative;
  line-height: 1.75em;
  padding-left: 10px;
  background-color: #907f38;
}

/* Message */
#message {
  background-color: #907f38;
  background-image: url("../img/bg-pattern-white.png");
  background-repeat: repeat;
  padding: 1%;
  padding-bottom: 3%;
}

@media screen and (max-width: 768px) {
  #message {
    padding: 4%;
  }
}

.message-contents {
  background-color: #f2eedc;
  border-radius: 30px;
  border: solid 2px #000;
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .message-contents {
    padding-bottom: 240px;
  }
}

.message-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.message-title-lead {
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .message-title-lead {
    font-size: 18px;
  }
}

.message-tx {
  text-align: center;
  font-weight: medium;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .message-tx {
    font-size: 12px;
    padding: 0 24px;
  }

  .message-title-logo {
    max-width: 250px;
  }
}

.message-strong-tx {
  font-weight: bold;
  color: #907f38;
}

.message-sin-contents {
  display: flex;
  justify-content: center;
}

.message-sin-box {
  width: 180px;
  margin: 0 24px;
}

.message-sin-box img {
  width: 100%;
}

.character01,
.character02 {
  width: 24%;
  max-width: 320px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .character01,
  .character02 {
    width: 160px;
  }
}

.character01 {
  left: 3%;
}

.character02 {
  right: 3%;
}

/* history */
#history {
  background-image: url(../img/bg-history.jpg);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 55px;
}

.history-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .history-box {
    flex-direction: column;
  }
}

.history-img-box {
  width: 58%;
  border-radius: 10px;
  border: solid 2px #000;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .history-img-box {
    width: 100%;
    margin-bottom: 24px;
  }
}

.history-tx-box {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .history-tx-box {
    width: 100%;
  }
}

.history-year {
  margin-bottom: 10px;
}

.history-title {
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
}

.history-tx {
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 1.75em;
}

/* movie */
#movie {
  background-color: #000;
  color: #fff;
  padding: 60px 0px;
}

#movie img {
  width: 100%;
}

.movie-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.icon-play {
  width: 1060px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .icon-play {
    width: 300px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
  height: 540px;
  display: block;
}

@media screen and (max-width: 768px) {
  .modal iframe {
    width: 320px;
    height: 180px;
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.icon-play:hover ~ .movie-thumbnail {
  opacity: 0.5;
}

/* product */
#product {
  padding: 60px 0 20px 0;
  background-image: url(../img/bg-product.png);
  background-size: cover;
}

.slide-box {
  margin: 0 10px 0 20px !important;
  position: relative;
}

@media screen and (max-width: 768px) {
  .slide-box {
    margin: 0 20px 0 10px !important;
  }
}

.product-img-box img {
  width: 85%;
  margin-left: auto;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .product-contents {
    padding-bottom: 100px;
  }

  .product-img-box img {
    width: 100%;
  }
}

.product-tx-box {
  position: absolute;
  top: 170px;
}

@media screen and (max-width: 768px) {
  .product-tx-box {
    width: 100%;
    top: 42%;
    transform: translate(0%, 0%);
  }
}

.product-year {
  width: 40%;
  max-width: 228px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .product-year {
    position: absolute;
    top: 0;
  }
}

.product-tx-contents {
  padding: 24px;
  background-color: #fff;
  width: 90%;
  max-width: 450px;
  z-index: 99;
  box-shadow: 0px 0px 10px #00000010;
}

@media screen and (max-width: 768px) {
  .product-tx-contents {
    width: 100%;
    right: 0;
  }
}

.product-tx {
  width: 100%;
  line-height: 16px;
}

.product-name {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.product-tx {
  font-size: 14px;
  line-height: 1.75em;
  color: #5f5f5f;
}

.slick-num {
  font-size: 12px;
  text-align: center;
}

.now-count {
  color: #907f38;
}
.slick-arrow:before {
  content: "" !important;
}
/*-----------矢印表示----------*/
.slick-next {
  right: 30% !important;
  top: 10% !important;
}
.slick-prev {
  left: 30% !important;
  top: 10% !important;
}

@media screen and (max-width: 768px) {
  .slick-next {
    right: 20% !important;
    top: 50% !important;
  }
  .slick-prev {
    left: 10% !important;
    top: 50% !important;
  }
}
.slick-arrow {
  z-index: 99 !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 1 !important;
}

.slick-next:before {
  width: 66px !important;
  height: 28px !important;
  background: url(../img/arrow-next.svg) !important;
  background-size: cover !important;
  display: block !important;
}

.slick-prev:before {
  width: 66px !important;
  height: 28px !important;
  background: url(../img/arrow-prev.svg) !important;
  background-size: cover !important;
  display: block !important;
}

.slick-track {
  height: 610px;
}

@media screen and (max-width: 768px) {
  .slick-track {
    height: 600px;
  }
  .slick-arrow:before {
    top: 250px;
    left: 0;
  }
}

.rice {
  font-size: 10px;
  vertical-align: super;
}

.product-img-box {
  position: relative;
}

.img-to-fade {
  position: absolute;
  top: 0;
  right: 0;
}

.img-to-fade:first-child {
  opacity: 1;
}
.product-img-box img {
  margin-left: auto;
  /* margin-bottom: auto; */
  padding-top: 20px;
}

/* campaign */

#campaign {
  padding: 60px 0;
  background-color: #907f38;
  background-image: url("../img/bg-pattern-white.png");
  background-repeat: repeat;
}

.campaign-contents {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .campaign-contents {
    flex-direction: column;
  }
}

.campaign-box {
  width: 48%;
  background-color: #fff;
  padding: 24px;
  border-radius: 24px;
}

@media screen and (max-width: 768px) {
  .campaign-box {
    width: 100%;
    margin-bottom: 80px;
  }

  .campaign-box:last-child {
    margin-bottom: 0px;
  }
}

.campaign-tx {
  font-size: 2.4rem;
  color: #907f38;
  font-family: "poppins", sans-serif;
}

.campaign-box iframe {
  width: 100%;
  height: 250px;
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .campaign-box iframe {
    height: 170px;
  }
}

.campaign-banner-box {
  border-radius: 10px;
  overflow: hidden;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
