@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@0;1&family=Shippori+Mincho:wght@400;600&display=swap");
.fadeIn {
  opacity: 0;
  animation: animate-fadeIn 0.5s forwards;
}

@keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInUp {
  opacity: 0;
  animation: animate-fadeInUp 0.5s forwards;
}

@keyframes animate-fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.fadeInLft {
  opacity: 0;
  animation: animate-fadeInLft 0.5s forwards;
}

@keyframes animate-fadeInLft {
  from {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.fadeInRgt {
  opacity: 0;
  animation: animate-fadeInRgt 0.5s forwards;
}

@keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    transform: translate(20px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.fadeInRoll {
  opacity: 0;
  transform-origin: left bottom;
  animation: animate-fadeInRoll 0.8s forwards;
}

.open.fadeInRoll {
  opacity: 1;
  visibility: visible !important;
  animation: animate-fadeIn 0.5s forwards !important;
}

@keyframes animate-fadeInRoll {
  from {
    opacity: 0;
  }
  85% {
    transform: rotate(-5deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
.scaleUp {
  transform: scale(0.7);
  animation: animate-scaleUp 0.8s forwards;
}

@keyframes animate-scaleUp {
  0% {
    transform: scale(0.7) translate(0, 0);
  }
  50% {
    transform: scale(0.98, 0.9) translate(0, 5px);
    opacity: 1;
  }
  65% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  77% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  90% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ffEN {
  font-family: Helvetica Neue, Helvetical, Arial, sans-serif;
  font-weight: 900;
}

.fnEN {
  font-family: "Libre Baskerville", serif;
}

.mincho {
  font-family: "Shippori Mincho", serif;
}

.link__btn {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  width: 450px;
  height: 78px;
  color: #000;
  background: #fff;
  margin: 0 auto;
}
.link__btn:after {
  content: "";
  position: absolute;
  top: 35px;
  right: 40px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body {
  color: #fff;
  background: #696f75;
  padding-top: 95px;
  overflow-x: hidden;
  font-feature-settings: "palt";
}

.hd {
  position: sticky;
  top: 30px;
  z-index: 1000;
}
.hd__logoWrap {
  position: static;
  transform: none;
}
.hd__logo {
  position: static;
  display: block;
  width: 275px;
  margin: 0 auto;
}

.fv {
  padding-top: 90px;
}
.fv__float {
  position: fixed;
  top: 44vh;
  left: 50%;
  display: flex;
  width: 1400px;
  max-height: 700px;
  align-items: center;
  justify-content: space-between;
  transform: translate(-50%, 0);
  pointer-events: none;
  z-index: 1000;
}
.fv__float--txt {
  width: fit-content;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 500;
  transform: rotate(90deg);
  transform-origin: center;
  color: #fff;
}
.fv__mv {
  position: relative;
  width: 1000px;
  margin: 50px auto 0;
}
.fv__mv--ttl {
  position: absolute;
  top: -120px;
  left: -35px;
  width: 930px;
}
.fv__mv--img {
  margin-bottom: 10px;
}
.fv__mv--img:last-of-type {
  margin-bottom: 0;
}
.fv__lead {
  margin: 30px auto;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.fv__nav {
  width: 1003px;
  margin: 65px auto 0;
}
@media screen and (min-width: 834px) {
  .fv__nav--list {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
  }
  .fv__nav--list--link {
    width: 16.66%;
    text-align: center;
    display: block;
  }
  .fv__nav--list--link:nth-of-type(-n+6) {
    transform: translateX(-40px);
  }
  .fv__nav--list--link:nth-of-type(n+7) {
    transform: translateX(40px);
  }
  .fv__nav--list--link img {
    width: 167px;
  }
  .fv__nav--list--link a {
    line-height: 1.6;
    color: #000;
    text-decoration: none;
  }
}
.fv__btn {
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  .fv .swiper-button-next,
  .fv .swiper-button-prev {
    display: none;
  }
}

.item {
  margin-top: 25px;
  padding-bottom: 150px;
}
.item__blk:nth-of-type(odd) {
  background: #8e9398;
}
.item__blk:nth-of-type(odd)::before, .item__blk:nth-of-type(odd)::after {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  background: linear-gradient(to bottom right, transparent 50%, #8e9398 calc(50% + 1px)) no-repeat top left/100% 100%, #696f75;
  margin-bottom: -1px;
}
.item__blk:nth-of-type(odd)::after {
  background: linear-gradient(to top left, transparent 50%, #8e9398 calc(50% + 1px)) no-repeat top left/100% 100%, #696f75;
  margin-top: -1px;
}
.item__blk:nth-of-type(odd) .item__blk--wrap {
  flex-direction: row-reverse;
}
.item__blk:nth-of-type(odd) .item__blk--visual--img {
  margin-left: 0;
}
.item__blk--wrap {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0;
}
.item__blk--visual {
  position: relative;
  width: 55%;
}
.item__blk--visual--ttl {
  position: absolute;
  bottom: 45px;
  left: -40px;
  font-size: 50px;
  z-index: 100;
}
.item__blk--visual--ttl.-item06 {
  top: auto !important;
  bottom: 45px !important;
}
.item__blk--visual--ttl img {
  width: auto;
  height: 34px;
}
.item__blk--visual--ttl img.Esquire, .item__blk--visual--ttl img.Begin {
  height: 46px;
}
.item__blk--visual--img {
  overflow: hidden;
}
.item__blk--txt {
  width: 40%;
}
.item__blk--txt--catch {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 500;
  margin: 0 20px 0 auto;
}
.item__blk--txt--catch strong {
  font-size: 30px;
  margin-top: 10px;
}
.item__blk--txt--catch small {
  font-size: 18px;
  margin-top: 10px;
}
.item__blk--txt--catch::before, .item__blk--txt--catch::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 45px;
  border: 1px solid #fff;
}
.item__blk--txt--catch::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.item__blk--txt--catch::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.item__blk--txt--info {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 20px;
}
.item__blk--txt--info .img {
  position: absolute;
  top: 0;
  width: 370px;
  flex-shrink: 0;
  margin: 25px auto 0;
  z-index: 100;
  pointer-events: none;
}
.item__blk--txt--info .txtarea {
  width: 100%;
  margin-bottom: 10px;
}
.item__blk--txt--info .ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  white-space: nowrap;
}
.item__blk--txt--info .txt {
  font-size: 14px;
  line-height: 2.14;
  text-align: justify;
  letter-spacing: 1.5;
  letter-spacing: 0.05em;
}
.item__blk--txt--detail {
  width: 315px;
  font-size: 14px;
  line-height: 2.14;
  text-align: justify;
  margin: 30px auto 0;
}
.item__blk--txt--detail figcaption {
  margin-top: 10px;
  white-space: nowrap;
}
.item__blk--txt--detail.-item11 img {
  display: block;
  width: 243px;
}
@media only screen and (max-width: 834px) {
  .item__blk--txt--detail.-item11 img {
    margin-left: auto;
    margin-right: auto;
  }
}
.item__btn {
  margin-top: 50px;
}

/* SP */
@media only screen and (max-width: 834px) {
  body {
    padding-top: calc(50 / 375 * 100vw);
  }
  .link__btn {
    width: 90%;
    height: calc(58 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
  .link__btn:after {
    top: calc(50% - 4 / 375 * 100vw);
    right: 5%;
    width: calc(8 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
  }
  .hd__logo {
    width: calc(150 / 375 * 100vw);
  }
  .fv {
    padding-top: calc(20 / 375 * 100vw);
  }
  .fv__float {
    display: none;
  }
  .fv__mv {
    width: 100%;
    margin: calc(40 / 375 * 100vw) auto 0;
  }
  .fv__mv--ttl {
    top: calc(-55 / 375 * 100vw);
    left: 1%;
    width: 92%;
  }
  .fv__mv--inr {
    gap: calc(2 / 375 * 100vw);
  }
  .fv__mv--img {
    margin-bottom: calc(2 / 375 * 100vw);
  }
  .fv__mv--img:last-of-type {
    margin-bottom: 0;
  }
  .fv__lead {
    margin: calc(30 / 375 * 100vw) auto;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
  .fv__nav {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: calc(50 / 375 * 100vw) auto 0;
  }
  .fv__nav--list--link {
    width: calc(220 / 375 * 100vw);
  }
  .fv__nav a {
    text-align: center;
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.6;
    color: #000;
    text-decoration: none;
  }
  .fv__btn {
    margin-top: 50px;
  }
  .fv .swiper-button-next,
  .fv .swiper-button-prev {
    background: url(../images/icon_arw.svg) no-repeat;
  }
  .fv .swiper-button-next {
    transform: rotate(180deg);
  }
  .item {
    margin-top: calc(30 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .item__blk:nth-of-type(odd)::before, .item__blk:nth-of-type(odd)::after {
    height: calc(45 / 375 * 100vw);
  }
  .item__blk:nth-of-type(odd) .item__blk--wrap {
    flex-direction: column;
  }
  .item__blk:nth-of-type(odd) .item__blk--visual--img {
    margin-right: 0;
  }
  .item__blk:nth-of-type(even) .item__blk--visual--img {
    margin-left: 0;
  }
  .item__blk:nth-of-type(even) .item__blk--visual--ttl {
    left: auto;
    top: auto;
    bottom: calc(50 / 375 * 100vw);
    right: -2.5vw;
  }
  .item__blk:nth-of-type(even) .item__blk--txt--catch {
    margin-left: auto;
    margin-right: auto;
  }
  .item__blk:nth-of-type(even) .item__blk--txt--info {
    flex-direction: row;
  }
  .item__blk:nth-of-type(even) .item__blk--txt--info .img {
    margin-left: auto;
    margin-right: auto;
  }
  .item__blk:nth-of-type(even) .item__blk--txt--detail {
    margin-left: auto;
    margin-right: auto;
  }
  .item__blk--wrap {
    flex-direction: column;
    width: 90%;
    padding: calc(25 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
  }
  .item__blk--visual {
    width: 100%;
  }
  .item__blk--visual--ttl {
    position: absolute;
    bottom: calc(50 / 375 * 100vw);
    left: -2.5vw;
    font-size: 0;
    line-height: 1;
  }
  .item__blk--visual--ttl img {
    width: auto;
    height: calc(20 / 375 * 100vw);
  }
  .item__blk--visual--ttl img.Esquire, .item__blk--visual--ttl img.Begin {
    height: calc(30 / 375 * 100vw);
  }
  .item__blk--txt {
    width: 100%;
    margin-top: calc(35 / 375 * 100vw);
  }
  .item__blk--txt--catch {
    width: 100%;
    height: calc(125 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0;
    letter-spacing: 0.075em;
    margin: 0 auto calc(25 / 375 * 100vw) !important;
  }
  .item__blk--txt--catch strong {
    font-size: calc(24 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
  .item__blk--txt--catch small {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
  .item__blk--txt--catch::before, .item__blk--txt--catch::after {
    width: calc(65 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
  }
  .item__blk--txt--info {
    margin-top: 5px;
    flex-direction: column !important;
  }
  .item__blk--txt--info .img {
    position: static;
    width: 100%;
    flex-shrink: 0;
    margin: 0 auto !important;
  }
  .item__blk--txt--info .txtarea {
    width: 100%;
    margin-top: calc(20 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .item__blk--txt--info .ttl {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.08em;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .item__blk--txt--info .txt {
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
  }
  .item__blk--txt--detail {
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto 0;
  }
  .item__blk--txt--detail figcaption {
    margin-top: calc(10 / 375 * 100vw);
  }
  .item__btn {
    margin-top: 50px;
  }
}
/* SP ここまで */

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