@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 2;
  letter-spacing: 0;
  font-size: 12px;
  transition: all 1.6s ease 0s;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #EBF5FA;
}
@media screen and (min-width: 769px) {
  body {
    margin: 0 auto !important;
  }
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.top {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100svh;
}

.topBlock__1 {
  z-index: 10;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .topBlock__1 .slick-slide {
    overflow: hidden;
    height: 100svh;
    width: auto;
  }
}

.topBlock__1 {
  transition: opacity 0.5s;
  opacity: 0;
}
.topBlock__1.on {
  opacity: 1;
}

.slide li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

.img01 {
  background-image: url(../images/fv_pc_1.jpg);
}
@media screen and (max-width: 768px) {
  .img01 {
    background-image: url(../images/fv_sp_1.jpg);
  }
}

.img02 {
  background-image: url(../images/fv_pc_2.jpg);
}
@media screen and (max-width: 768px) {
  .img02 {
    background-image: url(../images/fv_sp_2.jpg);
  }
}

.img03 {
  background-image: url(../images/fv_pc_3.jpg);
}
@media screen and (max-width: 768px) {
  .img03 {
    background-image: url(../images/fv_sp_3.jpg);
  }
}

.img04 {
  background-image: url(../images/fv_pc_4.jpg);
}
@media screen and (max-width: 768px) {
  .img04 {
    background-image: url(../images/fv_sp_4.jpg);
  }
}

.topBlock__2 {
  z-index: 20;
  top: 0;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
}
.topBlock__2.on {
  opacity: 1;
}

.logo {
  position: relative;
}
.logo .logo_img {
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 38vh);
}
.logo .back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  overflow: hidden;
  top: 0;
}
.logo .back img {
  width: auto;
}
.logo div {
  position: absolute;
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
  width: 340svh;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  width: auto;
  height: 34svh;
}

.swiper-top,
.swiper-middle,
.swiper-bottom {
  position: absolute;
  z-index: 1;
}

.swiper-middle {
  top: 33.3333333333svh;
}

.swiper-bottom {
  top: 66.6666666667svh;
}

.relative {
  position: relative;
  height: 100svh;
}

.slider03 div,
.slider02 div,
.slider04 div,
.slider05 div {
  transition: none;
}

.title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(19%, -50%);
  width: 72.666667vw;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 41svh;
}
@media screen and (min-width: 769px) {
  .title {
    width: 24.72028125vw;
    transform: translate(145%, -50%);
  }
}

.read {
  text-align: center;
  background-color: #fff;
  width: 93%;
  margin: 0 auto;
  padding: 5% 0 13%;
}
.read p:nth-child(1) {
  font-size: 4.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .read p:nth-child(1) {
    font-size: 1.4vw;
  }
}
.read p:nth-child(2) {
  font-size: 3.4666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 2%;
}
@media screen and (min-width: 769px) {
  .read p:nth-child(2) {
    font-size: 1.1vw;
  }
}

.menu div {
  width: 60%;
  margin: 15% auto 5%;
}
.menu ul {
  display: flex;
  gap: 3%;
  width: 95%;
  margin: 0 auto;
}

.item_area {
  background-color: #fff;
  width: 93%;
  margin: 8% auto;
  padding: 8% 0;
}
.item_area .num {
  width: 32%;
}
.item_area h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 250%;
  letter-spacing: 2px;
  margin-top: -25%;
}
@media screen and (min-width: 769px) {
  .item_area h2 {
    font-size: 2.7vw;
  }
}
.item_area h2 div {
  width: 33%;
  margin: 0 auto;
}
.item_area .item_img {
  width: 90%;
  margin: 4% auto;
}
@media screen and (min-width: 769px) {
  .item_area .item_img {
    margin: 6% auto;
  }
}
.item_area .comment {
  text-align: center;
  margin: 5% auto 12%;
}
@media screen and (min-width: 769px) {
  .item_area .comment {
    font-size: 1.1vw;
  }
}
.item_area .credit {
  width: 90%;
  margin: 0 auto;
}
.item_area .credit .cre_t {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 134%;
  margin-bottom: 2%;
}
@media screen and (min-width: 769px) {
  .item_area .credit .cre_t {
    font-size: 1.3vw;
  }
}
.item_area .credit .col {
  margin: 3% auto 1%;
}
.item_area .credit .col img {
  height: 14px;
  width: auto;
}
.item_area .credit ul li {
  letter-spacing: -0.5px;
  margin-bottom: 3%;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .item_area .credit ul li {
    font-size: 1vw;
  }
}
.item_area .credit ul li p, .item_area .credit ul li a {
  display: flex;
  align-items: center;
}
.item_area .credit ul li a {
  justify-content: space-between;
}
.item_area .credit ul li a div {
  display: flex;
  justify-content: space-between;
  width: 80%;
  align-items: center;
}
.item_area .credit ul li a div .zei {
  font-size: 82%;
  margin-top: 3%;
}
.item_area .credit .buy {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background-color: #000;
  padding: 0.6% 5% 1%;
  line-height: 1;
}
.item_area .line {
  height: 1px;
  background: #989898;
  margin: 4% auto 2%;
}

.fz_1 {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .fz_1 {
    font-size: 12px;
  }
}

.slider03,
.slider04 {
  margin: 5% auto 0;
}

.men_lad {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11px !important;
  margin-bottom: 0% !important;
}

#sec02 .num,
#sec03 .num,
#sec04 .num {
  width: 39%;
}

.hukidashi {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 5% auto 2%;
}

.all {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  border: 1px solid;
  width: 78%;
  margin: 0 auto 5%;
  padding: 3%;
  font-size: 133%;
}
@media screen and (min-width: 769px) {
  .all {
    font-size: 1.3vw;
  }
}

#sec04 a {
  width: fit-content;
  display: contents;
}

footer {
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer {
    font-size: 1.1vw;
  }
}
footer .f_logo {
  width: 22%;
  margin: 18% auto 10%;
}
footer p {
  line-height: 1.7;
  margin: 0 auto 10%;
}
footer p span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .container {
    width: 39.458333vw;
    margin-left: 40vw;
    box-shadow: 0 0 1vw 0 rgb(185, 185, 185);
    border-left: 3vw solid #fff;
    border-right: 3vw solid #fff;
    position: relative;
    z-index: 5;
  }
  .pc_back {
    position: fixed;
    z-index: 1;
    top: 0;
    height: 100svh;
    transition: opacity 0.5s;
    opacity: 0;
  }
  .pc_back.on {
    opacity: 1;
  }
  .pc_back .back_left {
    width: 38vh;
    position: absolute;
    left: -5vw;
  }
  .pc_back .back_logo {
    width: 33vw;
    margin: 39vh 0 0 7vw;
    position: relative;
    z-index: -1;
  }
  .pc_back .back_right {
    width: 15vw;
    position: absolute;
    left: 83vw;
    bottom: 2vw;
  }
  #sec02 .item_img {
    margin: 4.5% auto;
  }
  #sec03 .item_img {
    margin: 3% auto;
  }
}/*# sourceMappingURL=style.css.map */