@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Common(PC.SP共通設定)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.red {
  color: #ff0000;
  font-size: 15px;
}

/* fv */
.fv {
  position: relative;
  z-index: -1;
}

.fv-video {
  width: 100%;
}

.fv__wrapper {
  text-align: center;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 47%;
  left: 50%;
}

@media (max-width: 768px) {
  .fv__wrapper {
    font-size: 1rem;
    margin: 0 auto;
    text-align: left;
    left: 35%;
  }
}
/*  */
.fv__title {
  font-size: min(2.08vw, 4rem);
  line-height: 1.76;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-shadow: 1px 2px 3px #808080;
}

@media (max-width: 768px) {
  .fv__title {
    font-size: 11px;
  }
}
.fv__text {
  margin-top: min(1.82vw, 3.5rem);
  font-size: min(1.04vw, 2rem);
  line-height: 2.725;
  letter-spacing: 0.18em;
  font-weight: 500;
  text-shadow: 1px 2px 3px #808080;
}

@media (max-width: 768px) {
  .fv__text {
    line-height: 1.8;
    font-size: 10px;
  }
}
.contents {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contents {
    margin-top: 20px;
  }
}
.contents__title {
  max-width: 1920px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .contents__title {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .contents__title {
    margin-bottom: 12px;
    gap: 15px;
  }
}
.contents__title--red {
  color: #ff0000;
}
.contents__title--ja {
  font-size: 26px;
  color: #4d4d4d;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .contents__title--ja {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .contents__title--ja {
    font-size: 16px;
  }
}
.contents__h2 {
  font-family: "Roboto", serif;
  font-size: 100px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0em;
  line-height: 100%;
}
@media (max-width: 980px) {
  .contents__h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .contents__h2 {
    font-size: 40px;
  }
}
.contents__wrapper {
  margin-top: max(-1rem, -0.52vw);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.content {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 8.3% 0;
}
.content:hover {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  background-size: 112%;
}
.content__en {
  max-width: 262px;
  width: 40%;
  max-height: 262px;
}
.content__en--04 {
  width: 27%;
}
@media only screen and (max-width: 980px) {
  .content__en--04 {
    width: 40%;
  }
}
.content__en--05 {
  width: 27%;
}
@media only screen and (max-width: 980px) {
  .content__en--05 {
    width: 40%;
  }
}
.content1 {
  grid-column: 1/3;
  overflow: hidden;
  background: url(../img/pict01.jpg) no-repeat center/100%;
}
@media (max-width: 980px) {
  .content1 {
    grid-column: 1/4;
  }
}
.content2 {
  grid-column: 3/5;
  overflow: hidden;
  background: url(../img/pict02.jpg) no-repeat center/100%;
}
@media (max-width: 980px) {
  .content2 {
    grid-column: 4/7;
  }
}
.content3 {
  grid-column: 5/7;
  overflow: hidden;
  background: url(../img/pict03.jpg) no-repeat center/100%;
}
@media (max-width: 980px) {
  .content3 {
    grid-column: 1/4;
  }
}
.content4 {
  grid-column: 1/4;
  overflow: hidden;
  background: url(../img/pict04.jpg) no-repeat center/100%;
}
@media (max-width: 980px) {
  .content4 {
    grid-column: 4/7;
    background-size: 130%;
  }
  .content4:hover {
    background-size: 140%;
  }
}
.content5 {
  grid-column: 4/7;
  overflow: hidden;
  background: url(../img/pict05.jpg) no-repeat center/100%;
}
@media (max-width: 980px) {
  .content5 {
    grid-column: 1/4;
    background-size: 130%;
  }
  .content5:hover {
    background-size: 140%;
  }
}
.instagram {
  margin-top: min(2.6vw, 5rem);
}
@media (max-width: 768px) {
  .instagram {
    margin-top: 30px;
  }
}

.instagram__inner {
  max-width: 1330px;
  padding: 0 25px;
  margin: auto;
}
@media (max-width: 768px) {
  .instagram__inner {
    padding: 0 15px;
  }
}

.instagram__title {
  /* padding-left: 1.5rem; */
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 140%;
  margin-bottom: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 17px;
}
@media (max-width: 768px) {
  .instagram__title {
    font-size: 18px;
    gap: 12px;
    margin-bottom: 7px;
  }
}
.instagram__title::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/icon_insta.png) no-repeat center/100%;
  display: inline-block;
}
@media (max-width: 768px) {
  .instagram__title::after {
    width: 20px;
    height: 20px;
  }
}

.instagram__text {
  font-size: 16px;
  background-color: #efefef;
  display: table;
  padding: 2px 5px;
}
@media (max-width: 768px) {
  .instagram__text {
    font-size: 12px;
  }
}

.snapwidget-widget {
  pointer-events: none;
  margin-bottom: min(2.6vw, 5rem);
  background-color: transparent;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .snapwidget-widget {
    padding-top: 25px;
  }
}

/*---------------------------------------
#index_menu
=======================================*/ /*# sourceMappingURL=style.css.map */