* {
  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;
}

a:hover {
  opacity: .8;
}

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

ul, li {
  list-style: none;
}

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;
  display: none;
}

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;
}

.mv {
  height: 100vh;
  position: relative;
}

.mv .swiper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mv .swiper-slide img {
  object-fit: cover;
  height: 100%;
}

.mv .mv-inner {
  position: relative;
  max-width: 1000px;
  height: 100vh;
  margin: auto;
}

.mv .mv-inner h1 {
  position: absolute;
  left: 0;
  bottom: 125px;
  width: 190.907px;
}

.mv .mv-inner div {
  position: absolute;
  top: 113px;
  right: 63px;
  width: 79.2623px;
}

.yodo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0 30px;
  letter-spacing: -0.02em;
}

.yodo .yodo-inner {
  max-width: 600px;
  width: 100%;
  padding: 60px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.yodo .yodo-inner p {
  display: flex;
  justify-content: center;
}

.yodo .yodo-bnr {
  display: flex;
  justify-content: space-between;
  max-width: 416px;
  margin: 37px auto 0;
}

.yodo .yodo-bnr a {
  display: block;
  width: calc(50% - 10px);
}

.sec .sec-header {
  position: relative;
  height: 100vh;
}

.sec .sec-header .txt {
  position: absolute;
  left: 88px;
  bottom: 80px;
}

.sec .sec-header .txt.fixed {
  position: fixed;
}

.sec .swiper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.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: 54px 30px 98px;
}

.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 {
  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 .pic {
  display: flex;
}

.sec .sec-cnt-main .pic > div {
  width: 152px;
  margin-right: 20px;
}

.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 {
  max-width: 359.1309px;
}

.sec--1 .sec-cnt-header .ttl {
  width: 272.126px;
}

.sec--1 .sec-cnt-main .pic {
  max-width: calc(100% - 370px);
}

.sec--2 .sec-header .txt {
  max-width: 491.3691px;
}

.sec--2 .sec-cnt-header .ttl {
  width: 385.9434px;
}

.sec--2 .sec-cnt-main .pic {
  max-width: calc(100% - 355px);
}

.sec--3 .sec-header .txt {
  max-width: 480.729px;
  top: 209px;
  bottom: initial;
}

.sec--3 .sec-cnt-header .ttl {
  width: 348.9839px;
}

.sec--3 .sec-cnt-main .pic {
  max-width: calc(100% - 400px);
}

.sec--4 .sec-header .txt {
  max-width: 510.7861px;
  right: calc(50% - 500px);
  left: initial;
}

.sec--4 .sec-cnt-header .ttl {
  width: 387.5942px;
}

.sec--4 .sec-cnt-main .pic {
  max-width: calc(100% - 340px);
}

.sec--5 .sec-header .txt {
  max-width: 274.8047px;
  right: calc(50% - 500px);
  left: initial;
}

.sec--5 .sec-cnt-header .ttl {
  width: 205.8867px;
}

.sec--5 .sec-cnt-main .pic {
  max-width: calc(100% - 325px);
}

.info {
  padding: 70px 30px;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #000;
}

.info p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.info p span {
  font-size: 16px;
}

.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;
}

.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;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1010px) {
  .sec .swiper-pagination,
  .sec--4 .sec-header .txt,
  .sec--5 .sec-header .txt {
    right: 10px;
  }
  .mv .mv-inner h1 {
    left: 10px;
  }
}

@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;
  }
  .mv .mv-inner h1 {
    width: 156.268px;
    right: 40px;
    bottom: 58px;
    left: initial;
  }
  .mv .mv-inner div {
    width: 50px;
    top: 30px;
    right: 28px;
  }
  .yodo {
    padding: 0;
    height: initial;
  }
  .yodo .yodo-inner {
    padding: 60px 5%;
  }
  .yodo .yodo-bnr {
    display: block;
    margin-top: 25px;
  }
  .yodo .yodo-bnr a {
    width: 198px;
    margin-top: 16px;
  }
  .yodo .yodo-bnr a:first-child {
    margin-top: 0;
  }
  .sec .sec-header .txt {
    left: 30px;
    top: 33px;
    bottom: initial;
  }
  .sec .sec-cnt {
    padding: 50px 5% 46px;
  }
  .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: calc(50% - 2.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 {
    max-width: 257.6084px;
  }
  .sec--2 .sec-header .txt {
    max-width: 230.2158px;
  }
  .sec--3 .sec-header .txt {
    max-width: 297.4111px;
  }
  .sec--4 .sec-header .txt {
    max-width: 205.7627px;
  }
  .sec--4 .sec-cnt-main .pic > div.sp {
    width: 100%;
    padding-bottom: 0;
    margin-top: 33px;
  }
  .sec--5 .sec-header .txt {
    max-width: 194.8311px;
  }
  .sec--5 .sec-cnt-main .pic > div.sp {
    width: 100%;
    padding-bottom: 0;
    margin-top: 33px;
  }
  .info {
    padding: 38px 5%;
  }
  .info p {
    font-size: 13px;
  }
  .info p span {
    font-size: 15px;
  }
  .staff {
    padding: 38px 5%;
  }
  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;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
