@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* M:500, SB:600, B:700*/
/* R:400, B: 700 */
/* R:400, SB:600 */
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  width: 100%;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
  color: #000000;
}

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

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

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

/* 全体 ---------------------------------------------- */
.main {
  opacity: 0;
  transition-duration: 0.4s;
  overflow: clip;
}
.main.show {
  opacity: 1;
}

/* ローディング ---------------------------------------------- */
#loading {
  background-color: #bcaa91;
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100svh;
  display: none;
}
#loading .loading__wrapper {
  position: relative;
  width: 100%;
  height: 100svh;
}
#loading .loading__wrapper h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
}
@media screen and (max-width: 768px) {
  #loading .loading__wrapper h1 {
    width: 53.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #loading .loading__wrapper h1 {
    width: 27.4305555556vw;
  }
}
#loading .loading__wrapper .loading__percent {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "utile-display", sans-serif;
  transition: opacity 0.5s ease;
  z-index: 201;
}
@media screen and (max-width: 768px) {
  #loading .loading__wrapper .loading__percent {
    bottom: 24vw;
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #loading .loading__wrapper .loading__percent {
    bottom: 7.2916666667vw;
    font-size: 1.6666666667vw;
  }
}

/* FV ---------------------------------------------- */
.fv .fv__wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .fv__wrapper .fv__img_sp ul li {
    width: 100%;
    height: 100svh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .fv .fv__wrapper .fv__img_sp ul li.img-1-1 {
    background-image: url(../images/fv_1_sp.webp);
  }
  .fv .fv__wrapper .fv__img_sp ul li.img-1-2 {
    background-image: url(../images/fv_2_sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .fv .fv__wrapper .fv__img_pc ul {
    display: flex;
  }
  .fv .fv__wrapper .fv__img_pc ul li {
    width: 50%;
  }
}
.fv .fv__wrapper h2 {
  position: absolute;
  z-index: 10;
  left: 50%;
  mix-blend-mode: overlay;
  display: none;
}
@media screen and (max-width: 768px) {
  .fv .fv__wrapper h2 {
    position: fixed;
    top: 8vw;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .fv .fv__wrapper h2 {
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv__wrapper h2.logo_fixed {
    position: fixed;
    top: 0;
  }
}
.fv .fv__wrapper h2 .h2__wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .fv__wrapper h2 .h2__wrapper {
    width: 62.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv__wrapper h2 .h2__wrapper {
    width: 19.375vw;
  }
}
.fv .fv__wrapper h2 .h2__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.fv .fv__wrapper h2 .h2__wrapper img.logo_fv {
  transition-duration: 0.3s;
  opacity: 1;
}
.fv .fv__wrapper h2 .h2__wrapper img.logo_fv.none {
  opacity: 0;
}
.fv .fv__wrapper h2 .h2__wrapper img.logo_content {
  transition-duration: 0.3s;
  opacity: 0;
}
.fv .fv__wrapper h2 .h2__wrapper img.logo_content.on {
  opacity: 1;
}
.fv .fv__wrapper .fv__sub-ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.03em;
  color: #fff;
  font-family: "utile-display", sans-serif;
  font-weight: 400;
  text-wrap: nowrap;
  display: none;
}
@media screen and (max-width: 768px) {
  .fv .fv__wrapper .fv__sub-ttl {
    bottom: 6.6666666667vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv__wrapper .fv__sub-ttl {
    bottom: 5.0694444444vw;
    font-size: 1.5277777778vw;
  }
}

/* 説明文 ---------------------------------------------- */
.description {
  font-family: "shippori-mincho-b1", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .description {
    padding-top: 26.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .description {
    padding-top: 8.6111111111vw;
    margin-bottom: 8.4722222222vw;
  }
}
.description h3 {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .description h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .description h3 {
    font-size: 1.8055555556vw;
    margin-bottom: 1.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .description h3 span {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .description h3 span {
    font-size: 1.5277777778vw;
  }
}
.description .txt {
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .description .txt {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .description .txt {
    font-size: 1.1111111111vw;
  }
}

/* page-top btn ---------------------------------------------- */
.page-top_btn {
  position: fixed;
  z-index: 10;
  mix-blend-mode: overlay;
  display: none;
}
@media screen and (max-width: 768px) {
  .page-top_btn {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .page-top_btn {
    right: 3%;
    bottom: 3%;
  }
}
.page-top_btn a {
  display: block;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .page-top_btn a {
    width: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .page-top_btn a {
    width: min(1.6666666667vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .page-top_btn a:hover {
    opacity: 0.6;
  }
}

/* クレジット ---------------------------------------------- */
@media screen and (max-width: 768px) {
  .credit {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit {
    margin-top: 16px;
  }
}
.credit ul li a {
  display: flex;
  align-items: end;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .credit ul li a {
    -moz-column-gap: 1.0666666667vw;
         column-gap: 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a {
    -moz-column-gap: 0.5555555556vw;
         column-gap: 0.5555555556vw;
  }
}
.credit ul li a p {
  font-family: "times-new-roman", sans-serif;
  color: #1b1b1b;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .credit ul li a p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li a p.price {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a p.price {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a:hover p {
    color: #8c8c8c;
  }
}

/* look 共通 ---------------------------------------------- */
@media screen and (max-width: 768px) {
  .look {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .look {
    margin-bottom: 9.7222222222vw;
  }
}

/* look1 ---------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-1 {
    padding: 0 2.6666666667vw;
  }
}
.look-1 .img-1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .look-1 .img-1 {
    width: 62.1333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-1 .img-1 {
    width: 27.2916666667vw;
    margin-bottom: 4.1666666667vw;
  }
}
.look-1 .img-2 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .look-1 .img-2 {
    width: 62.1333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-1 .img-2 {
    width: 27.2916666667vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-1 .img-3__wrapper {
    width: 55.2777777778vw;
    margin: 0 auto;
  }
}
.look-1 .img-3__wrapper .credit {
  display: grid;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .look-1 .img-3__wrapper .credit {
    grid-template-columns: 46.1333333333vw 46.1333333333vw;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-1 .img-3__wrapper .credit {
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
  }
}
.look-1 .img-3__wrapper .credit .credit__side p.type {
  font-family: "times-new-roman", sans-serif;
  color: #8c8c8c;
}
@media screen and (max-width: 768px) {
  .look-1 .img-3__wrapper .credit .credit__side p.type {
    font-size: 4.2666666667vw;
    margin-bottom: 0.8vw;
  }
}

/* item1 ---------------------------------------------- */
@media screen and (max-width: 768px) {
  .item-1 {
    padding: 0 2.6666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .item-1 {
    width: 34.5138888889vw;
    margin: 0 auto 9.7222222222vw;
  }
}

/* look2 ---------------------------------------------- */
.look-2 .img-1__wrapper {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .look-2 .img-1__wrapper {
    width: 62.9333333333vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-2 .img-1__wrapper {
    width: 34.1666666667vw;
    margin-left: 43.4027777778vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .look-2 .img-2__wrapper {
    width: 67.7333333333vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-2 .img-2__wrapper {
    width: 41.25vw;
    margin-left: 15.4166666667vw;
    margin-bottom: 4.1666666667vw;
  }
}
.look-2 .img-3 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .look-2 .img-3 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-2 .img-3 {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .look-2 .img-4 {
    width: 64.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-2 .img-4 {
    width: 56.5277777778vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .look-2 .img-5__wrapper {
    padding: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-2 .img-5__wrapper {
    width: 41.25vw;
    margin: 0 auto;
  }
}

/* look3 ---------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-3 {
    padding: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-3 {
    width: 41.25vw;
    margin: 0 auto 9.7222222222vw;
  }
}

/* item2 ---------------------------------------------- */
@media screen and (max-width: 768px) {
  .item-2 {
    padding: 0 2.6666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .item-2 {
    width: 34.5138888889vw;
    margin: 0 auto 9.7222222222vw;
  }
}

/* look4 ---------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-4 .img-1 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-4 .img-1 {
    width: 83.6111111111vw;
    margin: 0 auto 4.1666666667vw;
  }
}
.look-4 .img-1 ul {
  display: flex;
}
.look-4 .img-1 ul li {
  width: 50%;
}
.look-4 .img-1 ul li img {
  height: 100%;
}
.look-4 .img-2__wrapper {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .look-4 .img-2__wrapper {
    width: 62.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .look-4 .img-2__wrapper {
    width: 41.1805555556vw;
  }
}

/* look5 ---------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-5 .img-1 {
    width: 64.8vw;
    margin-left: auto;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-5 .img-1 {
    width: 27.2222222222vw;
    margin-left: 50.4166666667vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-5 .img-2__wrapper {
    width: 41.25vw;
    margin-left: 22.4305555556vw;
  }
}
@media screen and (max-width: 768px) {
  .look-5 .img-2__wrapper .credit {
    margin-left: 2.6666666667vw;
  }
}

/* アザーカット ---------------------------------------------- */
.other {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .other {
    width: 49.3333333333vw;
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .other {
    width: 28.0555555556vw;
    margin-bottom: 9.7222222222vw;
  }
}

/* all-btn ---------------------------------------------- */
.all-btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .all-btn {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .all-btn {
    margin-bottom: 12.5vw;
  }
}
.all-btn a {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
}
@media screen and (min-width: 769px) {
  .all-btn a:hover {
    opacity: 0.6;
  }
}
.all-btn a p {
  font-family: "times-new-roman", sans-serif;
  font-weight: 700;
  border-bottom: solid 1px #1b1b1b;
  transition-duration: 0.3s;
  color: #1b1b1b;
  position: relative;
}
@media screen and (max-width: 768px) {
  .all-btn a p {
    font-size: 5.3333333333vw;
    padding-bottom: 0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .all-btn a p {
    font-size: 1.8055555556vw;
    padding-bottom: 0.2083333333vw;
  }
}

/* footer ---------------------------------------------- */
footer .footer__wrapper {
  background-image: url(../images/footer.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer .footer__wrapper {
    height: 120.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__wrapper {
    height: 41.6666666667vw;
  }
}
footer .footer__wrapper .staff__credit {
  text-align: center;
  line-height: 2.0833333333;
}
@media screen and (max-width: 768px) {
  footer .footer__wrapper .staff__credit {
    padding-top: 16vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__wrapper .staff__credit {
    padding-top: 7.5vw;
    font-size: 1.1111111111vw;
  }
}
footer .footer__wrapper .sns__icon {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .footer__wrapper .sns__icon {
    -moz-column-gap: 3.2vw;
         column-gap: 3.2vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__wrapper .sns__icon {
    -moz-column-gap: 1.6666666667vw;
         column-gap: 1.6666666667vw;
    margin-top: 4.1666666667vw;
  }
}
footer .footer__wrapper .sns__icon li a {
  display: block;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  footer .footer__wrapper .sns__icon li a {
    width: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__wrapper .sns__icon li a {
    width: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__wrapper .sns__icon li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__wrapper .sns__icon li.icon_insta a {
    width: 7.2vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__wrapper .sns__icon li.icon_insta a {
    width: 2.3611111111vw;
  }
}
footer .footer__wrapper .brand {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer__wrapper .brand {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__wrapper .brand {
    margin-top: 4.1666666667vw;
  }
}
footer .footer__wrapper .brand a {
  display: inline-block;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  footer .footer__wrapper .brand a {
    width: 17.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__wrapper .brand a {
    width: 4.8611111111vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__wrapper .brand a:hover {
    opacity: 0.6;
  }
}
footer .footer__wrapper small {
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .footer__wrapper small {
    font-size: max(2.6666666667vw, 10px);
    margin-top: 16vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__wrapper small {
    font-size: 10px;
    margin-top: 4.1666666667vw;
  }
}

/* アニメーション ---------------------------------------------- */
.fadeIn {
  opacity: 0;
  transition-duration: 1.2s;
}
.fadeIn.fade_active {
  opacity: 1;
}

.fadeUp {
  transform: translateY(30px);
}

.fadeRight {
  transform: translateX(30px);
}

.fadeLeft {
  transform: translateX(-30px);
}

.fadeUp,
.fadeRight,
.fadeLeft {
  opacity: 0;
  transition-duration: 1.2s;
}
.fadeUp.fade_active,
.fadeRight.fade_active,
.fadeLeft.fade_active {
  opacity: 1;
  transform: translate(0);
}/*# sourceMappingURL=style.css.map */