* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "A1 Gothic R";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  transition: all 0.25s;
}
a:hover {
  opacity: 0.5;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul, li {
  list-style: none;
}

.mv {
  height: 100vh;
  position: relative;
}
.mv > .slide-show {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mv .mv-inner {
  position: relative;
  height: 100vh;
  margin: auto;
}
.mv-logo, .mv-strapline {
  position: absolute;
}
.mv-logo {
  width: 216px;
  height: 111px;
}
.mv-strapline {
  width: 83px;
  height: 320px;
}
.mv .slide-show-item:first-of-type .mv-logo {
  left: 8.2010582011vw;
  left: 124px;
  bottom: 90px;
}
.mv .slide-show-item:first-of-type .mv-strapline {
  top: 75px;
  right: 12.4338624339vw;
}
.mv .slide-show-item:nth-of-type(2) .mv-logo {
  right: 6.4153439153vw;
  bottom: 63px;
}
.mv .slide-show-item:nth-of-type(2) .mv-strapline {
  top: 121px;
  right: 42.1296296296vw;
}

@media screen and (max-width: 834px) {
  .mv-logo {
    width: 120px;
    height: 62px;
  }
  .mv-strapline {
    width: 50px;
    height: 191.346px;
  }
  .mv .slide-show-item:first-of-type .mv-logo, .mv .slide-show-item:nth-of-type(2) .mv-logo {
    left: 8.5333333333vw;
    right: unset;
    bottom: 34px;
  }
  .mv .slide-show-item:first-of-type .mv-strapline, .mv .slide-show-item:nth-of-type(2) .mv-strapline {
    top: 29px;
    left: 43.2vw;
    right: unset;
  }
}
.yodo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0 30px;
  letter-spacing: -0.02em;
}
.yodo .yodo-inner {
  max-width: 800px;
  width: 100%;
  padding: 83px 30px;
  background-color: rgba(255, 255, 255, 0.55);
}
.yodo .yodo-inner p {
  display: flex;
  justify-content: center;
  white-space: pre-line;
}
.yodo .yodo-bnr {
  display: flex;
  justify-content: space-between;
  max-width: 590px;
  margin: 50px auto 0;
}
.yodo .yodo-bnr a {
  display: block;
  width: calc(50% - 15px);
}

@media screen and (max-width: 834px) {
  .yodo {
    padding: 0;
    height: initial;
  }
  .yodo .yodo-inner {
    padding: 26px 7.4666666667vw 83px;
  }
  .yodo .yodo-inner p {
    justify-content: flex-start;
    padding-left: 5.3333333333vw;
  }
  .yodo .yodo-bnr {
    display: block;
    margin-top: 25px;
  }
  .yodo .yodo-bnr a {
    width: 198px;
    margin-top: 20px;
  }
  .yodo .yodo-bnr a:first-child {
    margin-top: 0;
  }
}
.sec .sec-header {
  position: relative;
  height: 100vh;
}
.sec .sec-header .txt {
  position: absolute;
}
.sec .sec-header .txt.fixed {
  position: fixed;
}
.sec .swiper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
}
.sec .swiper.fixed {
  position: fixed;
}
.sec .swiper-slide img {
  object-fit: cover;
  height: 100%;
}
.sec .swiper-pagination {
  width: auto;
  right: calc(50% - 500px);
  bottom: 30px;
  left: initial;
  transform: initial;
}
.sec .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
}
.sec .swiper-pagination-bullet-active {
  background: #000;
}
.sec .sec-cnt {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 90px 30px 88px;
}
.sec .sec-cnt-inner {
  max-width: 1000px;
  margin: auto;
}
.sec .sec-cnt-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
}
.sec .sec-cnt-header .ttl,
.sec .sec-cnt-header .price {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.sec .sec-cnt-header .ttl {
  margin-right: 83px;
}
.sec .sec-cnt-header .txt {
  display: none;
}
.sec .sec-cnt-header .price {
  height: 24.5986px;
  width: auto;
  transform: translateY(2px);
}
.sec .sec-cnt-header .price img {
  height: 100%;
}
.sec .sec-cnt-header .godetail {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec .godetail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 26px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}
.sec .sec-cnt-main {
  display: flex;
  justify-content: space-between;
}
.sec .sec-cnt-main .txt {
  white-space: pre-line;
}
.sec .sec-cnt-main .pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.sec .sec-cnt-main .pic > div {
  width: 152px;
  margin-right: 26px;
}
.sec .sec-cnt-main .pic > div p {
  margin-top: 10px;
  text-align: center;
}
.sec .sec-cnt-main .pic > div p img {
  height: 11.2368px;
  width: auto;
}
.sec .sec-cnt-main .pic > div.last {
  margin-right: 0;
}
.sec--1 .sec-header .txt {
  left: 9.5899470899vw;
  bottom: 122px;
  max-width: 368.81px;
}
.sec--1 .sec-cnt-header .ttl {
  width: 259.53px;
}
.sec--1 .sec-cnt-main .pic {
  max-width: calc(100% - 370px);
}
.sec--2 .sec-header .txt {
  top: 139px;
  left: 12.5vw;
  max-width: 432.05px;
}
.sec--2 .sec-cnt-header .ttl {
  width: 339.3px;
}
.sec--2 .sec-cnt-main .pic {
  max-width: calc(100% - 355px);
}
.sec--3 .sec-header .txt {
  max-width: 359.15px;
  right: 8.0026455026vw;
  bottom: 122px;
}
.sec--3 .sec-cnt-header .ttl {
  width: 263.15px;
}
.sec--3 .sec-cnt-main .pic {
  max-width: calc(100% - 400px);
}
.sec--4 .sec-header .txt {
  max-width: 483.35px;
  left: 13.4920634921vw;
  top: 105px;
}
.sec--4 .sec-cnt-header .ttl {
  width: 380.7px;
}
.sec--4 .sec-cnt-main .pic {
  max-width: calc(100% - 340px);
}
.sec--5 .sec-header .txt {
  max-width: 476px;
  left: 7.8703703704vw;
  top: 117px;
}
.sec--5 .sec-cnt-header .ttl {
  width: 378.01px;
}
.sec--5 .sec-cnt-main .pic {
  max-width: calc(100% - 325px);
}
.sec--6 .sec-header .txt {
  max-width: 292.43px;
  left: 6.2830687831vw;
  bottom: 107px;
}
.sec--6 .sec-cnt-header .ttl {
  width: 201.74px;
}
.sec--6 .sec-cnt-main .pic {
  max-width: calc(100% - 325px);
}

@media screen and (max-width: 834px) {
  .sec .sec-header .txt {
    left: 39px;
    top: 30px;
    bottom: initial;
  }
  .sec .sec-cnt {
    padding: 45px 7.4666666667vw 51px;
  }
  .sec .sec-cnt-header {
    display: block;
  }
  .sec .sec-cnt-header .ttl {
    height: 16.8496px;
    width: auto;
    margin: 40px 0 8px;
  }
  .sec .sec-cnt-header .ttl img {
    display: block;
    height: 100%;
    width: auto;
  }
  .sec .sec-cnt-header .txt {
    display: block;
    line-height: 1.47;
  }
  .sec .sec-cnt-header .price {
    height: 16.4033px;
    transform: initial;
  }
  .sec .sec-cnt-header .price img {
    height: 100%;
    width: auto;
  }
  .sec .sec-cnt-header .godetail {
    display: none;
  }
  .sec .sec-cnt-main {
    display: block;
  }
  .sec .sec-cnt-main .txt {
    display: none;
  }
  .sec .sec-cnt-main .pic {
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .sec .sec-cnt-main .pic > div {
    width: 47.5%;
    margin: 22px 0 0;
  }
  .sec .sec-cnt-main .pic > div:nth-child(1), .sec .sec-cnt-main .pic > div:nth-child(2) {
    margin-top: 0;
  }
  .sec .sec-cnt-main .pic > div.sp {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 33px;
  }
  .sec .sec-cnt-main .pic > div p {
    margin-top: 8px;
  }
  .sec--1 .sec-header .txt {
    top: 21px;
    left: 29px;
    max-width: 263px;
  }
  .sec--2 .sec-header .txt {
    top: unset;
    left: 35px;
    bottom: 40px;
    max-width: 297px;
  }
  .sec--3 .sec-header .txt {
    bottom: unset;
    right: unset;
    max-width: 255px;
  }
  .sec--4 .sec-header .txt {
    max-width: 316px;
  }
  .sec--4 .sec-cnt-main .pic > div.sp {
    width: 100%;
    padding-bottom: 0;
    margin-top: 33px;
  }
  .sec--5 .sec-header .txt {
    max-width: 300px;
  }
  .sec--5 .sec-cnt-main .pic > div.sp {
    width: 100%;
    padding-bottom: 0;
    margin-top: 33px;
  }
  .sec--6 .sec-header .txt {
    left: unset;
    right: 17px;
    top: unset;
    bottom: 35px;
    max-width: 210px;
  }
  .sec--6 .sec-cnt-main .pic > div.sp {
    width: 100%;
    padding-bottom: 0;
    margin-top: 33px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 13px;
  width: 100%;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #000;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s ease-in;
}
header.is-visible {
  visibility: visible;
  opacity: 1;
}
header.is-sticky {
  position: sticky;
  visibility: visible;
  opacity: 1;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  height: 60px;
  padding: 5px 30px;
  margin: auto;
}
header .header-left h1 img {
  width: 205px;
  vertical-align: middle;
}
header .header-right {
  display: flex;
  align-items: center;
}
header .header-right a {
  display: flex;
  align-items: center;
  margin-right: 50px;
  color: #000;
}
header .header-right a span {
  padding-left: 10px;
}
header .header-right a:nth-of-type(1) img {
  width: 21.538px;
}
header .header-right a:nth-of-type(2) img {
  width: 16px;
}
header .header-right a:nth-of-type(3) {
  margin-right: 0;
}
header .header-right a:nth-of-type(3) img {
  width: 29px;
}

@media screen and (max-width: 834px) {
  .header .header-inner {
    padding: 8px 10px;
    height: 50px;
  }
  .header .header-left h1 {
    line-height: 1;
    padding-right: 15px;
  }
  .header .header-left h1 img {
    max-width: 142.3761px;
    width: 100%;
  }
  .header .header-right a {
    margin-right: 15px;
  }
  .header .header-right a span {
    display: none;
  }
  .header .header-right a:nth-of-type(2) img {
    width: 12px;
  }
}
.footerWrap {
  background-color: #fff;
}

footer {
  max-width: 940px;
  margin: 0 auto;
  padding: 63px 0 37px;
  text-align: center;
  font-size: 16px;
}

footer a {
  color: #000;
  border-color: #000;
}

footer ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}

footer ul.hobo a {
  text-align: center;
  width: 220px;
  border-radius: 2em;
  border: 1px solid;
  display: inline-block;
  line-height: 3;
}

footer ul.sns {
  padding: 30px 0;
  gap: 25px;
}

footer ul.link a {
  font-family: "A1 Gothic L", sans-serif;
  font-size: 13px;
  color: #000;
  position: relative;
}

footer ul.link a:after {
  content: "/";
  display: inline-block;
  position: absolute;
  right: -18px;
}

footer ul.link li:last-of-type a:after {
  display: none;
}

footer .copyright {
  padding-top: 20px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  footer {
    padding: 30px 0 25px;
  }
  footer ul.hobo, footer ul.link {
    display: block;
  }
  footer ul.hobo li:nth-of-type(n + 2) {
    padding-top: 20px;
  }
  footer ul.sns img {
    width: 33px;
  }
  footer ul {
    gap: 24px;
  }
  footer ul.link {
    line-height: 1.8;
  }
  footer ul.link a:after {
    display: none;
  }
}
@keyframes slide-show-three {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  16.67% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  33.33% {
    opacity: 1;
  }
  50.00% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slide-show {
  position: relative;
  z-index: 1;
  height: 100%;
}
.slide-show img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slide-show-item {
  width: 100%;
  height: 100%;
  color: transparent;
  opacity: 0;
  z-index: 0;
  animation: slide-show-three 18s linear infinite 0s;
  backface-visibility: hidden;
}
.slide-show-item:not(:first-child) {
  position: absolute;
  inset: 0;
}
.slide-show.fade-three .slide-show-item:nth-child(1) {
  animation-delay: 0s;
}
.slide-show.fade-three .slide-show-item:nth-child(2) {
  animation-delay: 6s;
}
.slide-show.fade-three .slide-show-item:nth-child(3) {
  animation-delay: 12s;
}

.info {
  padding: 70px 30px;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #000;
}
.info h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}
.info p + h3 {
  margin-top: 2rem;
}
.info p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.staff {
  text-align: center;
  color: #231815;
  padding: 70px 30px;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
.staff .ttl {
  font-size: 20px;
  letter-spacing: 2.4px;
}
.staff .cnt {
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
  white-space: pre-line;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .info {
    padding: 38px 5%;
  }
  .info p {
    font-size: 13px;
  }
  .info p span {
    font-size: 15px;
  }
  .staff {
    padding: 38px 5%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}