html {
  font-size: 62.5%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-feature-settings: "palt";
  width: 100%;
}

*, :before, :after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  width: 100%;
  height: auto;
}

nav ul {
  list-style: none;
}

blockquote, q {
  hyphens: none;
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: bottom;
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p, span, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  vertical-align: initial;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: 300;
  text-align: left;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

a[href^="tel:"] {
  color: #fff;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, "Roboto", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.lookarea, .videoarea {
  background-color: #fff;
  position: relative;
}

.text-en {
  font-family: "Jost", sans-serif;
}

.mv__text {
  font-size: clamp(12px, -2.857px + 1.451vw, 25px);
  font-weight: 400;
  color: #ff0000;
}

.spec__list {
  text-align: center;
  position: relative;
  z-index: 99;
}
.spec__list li {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .spec__list li {
    margin-bottom: 1.5rem;
  }
}
.spec__list li:last-of-type {
  margin-bottom: 0;
}
.spec__list a {
  transition: all 0.2s;
}
.spec__list a:hover {
  opacity: 0.5;
}
.spec__list span {
  color: #fff;
  display: block;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .spec__list span {
    font-size: clamp(12px, 3.2vw, 15px);
  }
}
.spec__list span > span {
  display: block;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .spec__list span > span {
    font-size: clamp(10px, 2.5vw, 13px);
  }
}
.spec__list .modal__item {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .spec__list .modal__item {
    margin-bottom: 0.2rem;
  }
}

.look08__textarea h2 {
  font-size: clamp(24px, 3.5vw, 50px);
  color: #ff0000;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .look08__textarea h2 {
    font-size: 4.7vw;
    margin-bottom: 8px;
  }
}
.look08__textarea p {
  font-size: clamp(12px, 1vw, 18px);
  color: #ff0000;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .look08__textarea p {
    font-size: 1.8vw;
    line-height: 1.6;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 22px 26px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 10px 0;
  }
}
.header.is-scrolled a {
  color: #000;
}
.header.is-scrolled svg path {
  fill: #000;
}
.header a {
  transition: 0.1s;
}
.header a:hover {
  opacity: 0.6;
}

.header__title > a, .header__logo > a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .header__title > a, .header__logo > a {
    font-size: 13px;
  }
}

.header__logo {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .header__logo {
    top: 10px;
  }
}

.header__sns {
  width: 26px;
  height: 26px;
}
.header__sns svg path {
  fill: #fff;
}

.mv__wrapper > .inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mv__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

video {
  width: 100%;
  vertical-align: middle;
}

.mv__logo {
  width: 38%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .mv__logo {
    width: 70%;
  }
}

.mv__text {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mv__text {
    bottom: 60px;
  }
}

.lookarea01 > .inner {
  max-width: clamp(200px, 74%, 1800px);
  padding: 22vw 0;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .lookarea01 > .inner {
    max-width: 100%;
    display: block;
    padding: 60vw 0 50vw;
  }
}

.look01 {
  width: 44vw;
  padding: 2.6vw;
}
@media screen and (max-width: 767px) {
  .look01 {
    padding: 0;
    width: 90%;
  }
}

.look02 {
  width: 30vw;
  padding: 2.6vw;
  margin-top: 7vw;
}
@media screen and (max-width: 767px) {
  .look02 {
    padding: 0;
    margin-top: 13vw;
    margin-right: 2.9vw;
    margin-left: auto;
    width: 74%;
  }
}

.lookarea03 > .inner {
  max-width: clamp(200px, 65vw, 1800px);
  padding: 22vw 0 22vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lookarea03 > .inner {
    padding: 50vw 0;
    max-width: 86%;
  }
}

.look04 {
  width: 65vw;
  padding: 2.6vw;
}
@media screen and (max-width: 767px) {
  .look04 {
    width: 77vw;
    padding: 0;
    margin-left: auto;
    margin-bottom: 9.4vw;
  }
}

.look05 {
  width: 30vw;
  padding: 2.6vw;
}
@media screen and (max-width: 767px) {
  .look05 {
    padding: 0;
    width: 51vw;
  }
}

.lookarea04 > .inner {
  max-width: clamp(200px, 70%, 1800px);
  padding: 19vw 0 10vw;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lookarea04 > .inner {
    max-width: 100%;
    display: block;
    padding: 50vw 0 0;
  }
}

.look06, .look07 {
  width: 34vw;
  padding: 2vw;
}
@media screen and (max-width: 767px) {
  .look06, .look07 {
    padding: 0;
    width: 100%;
  }
}

.lookarea05 > .inner {
  max-width: clamp(200px, 90%, 1800px);
  margin: auto;
  position: relative;
  padding: 14.6vw 0 24.6vw;
}
@media screen and (max-width: 767px) {
  .lookarea05 > .inner {
    max-width: 75%;
    padding: 48vw 0 55vw;
  }
}

.look08 {
  width: 39vw;
  margin-left: 20%;
}
@media screen and (max-width: 767px) {
  .look08 {
    width: 100%;
    margin: 0;
  }
}

.look08__textarea {
  width: 50%;
  position: absolute;
  top: 35%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .look08__textarea {
    width: 80%;
    top: inherit;
    bottom: 27vw;
    right: inherit;
    left: 4vw;
  }
}

.lookarea06 > .inner {
  width: 100%;
  display: flex;
  padding-bottom: 26vw;
}
@media screen and (max-width: 767px) {
  .lookarea06 > .inner {
    display: block;
    padding-bottom: 52.5vw;
  }
}

.look09, .look10 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .look09, .look10 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lookarea07 > .inner {
    padding-bottom: 52.5vw;
  }
}

.lookarea08 > .inner {
  width: 100%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lookarea08 > .inner {
    display: block;
  }
}

.look12, .look13 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .look12, .look13 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .look1213__textarea {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    padding: 2.6vw;
    z-index: 9;
  }
}
.look1213__textarea .logo {
  position: absolute;
  top: 50%;
}
.look1213__textarea .logo01 {
  width: 15.8vw;
  left: 2.6vw;
  transform: translateY(-50%);
}
.look1213__textarea .logo02 {
  width: 16.66vw;
  left: 50%;
  transform: translate(-50%, -50%);
}
.look1213__textarea .logo03 {
  width: 17.9vw;
  right: 2.6vw;
  transform: translateY(-50%);
}

.lookarea09 > .inner {
  padding: 24vw 0 26vw;
  position: relative;
  max-width: clamp(200px, 60%, 1800px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lookarea09 > .inner {
    padding: 44vw 0;
    max-width: 94%;
  }
}
.lookarea09 .logoarea {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
.lookarea09 .logoarea01 {
  width: 15vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lookarea09 .logoarea01 {
    width: 19vw;
    left: 2.5%;
  }
}
.lookarea09 .logoarea02 {
  width: 13vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  .lookarea09 .logoarea02 {
    width: 20vw;
  }
}

.look14 {
  width: 49vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .look14 {
    width: 72vw;
  }
}

@media screen and (max-width: 767px) {
  .lookarea10 {
    padding-bottom: 44vw;
  }
}
.lookarea10 > .inner {
  position: relative;
}
.lookarea10 .logoarea {
  width: 30vw;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .lookarea10 .logoarea {
    width: 36vw;
  }
}

.lookarea11 > .inner {
  padding: 5vw 0 24.6vw;
  max-width: clamp(200px, 85%, 1800px);
  margin-left: auto;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .lookarea11 > .inner {
    max-width: 100%;
    display: block;
    padding: 0;
  }
}

.look16, .look17 {
  width: 41vw;
  padding: 2vw;
}
@media screen and (max-width: 767px) {
  .look16, .look17 {
    width: 100%;
    padding: 0;
  }
}

.lookarea12 > .inner {
  max-width: clamp(200px, 37.5%, 1800px);
  margin: auto;
  padding-bottom: 24.6vw;
}
@media screen and (max-width: 767px) {
  .lookarea12 > .inner {
    max-width: 79%;
    padding: 50vw 0;
  }
}

.look18, .look19 {
  padding: 2vw;
}
@media screen and (max-width: 767px) {
  .look18, .look19 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .look18 {
    margin-bottom: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .videoarea02 > .inner {
    padding-bottom: 50vw;
  }
}

.lookarea13 > .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .lookarea13 > .inner {
    padding-top: 0;
    display: block;
  }
}

.look20 {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .look20 {
    width: 100%;
  }
}

.look21 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .look21 {
    width: 100%;
    margin-bottom: 50vw;
  }
}

.lookarea15 > .inner {
  padding: 14vw 0 24.6vw;
  max-width: clamp(200px, 60%, 1800px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lookarea15 > .inner {
    padding: 50vw 0;
    max-width: 48%;
  }
}

.look23 {
  width: 36vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .look23 {
    width: 100%;
  }
}

.lookarea16 > .inner {
  max-width: clamp(200px, 42%, 1800px);
  margin: auto;
  padding: 20vw 0 24vw;
}
@media screen and (max-width: 767px) {
  .lookarea16 > .inner {
    max-width: 79%;
    padding: 50vw 0;
  }
}

.look24, .look25 {
  padding: 2vw;
}
@media screen and (max-width: 767px) {
  .look24, .look25 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .look24 {
    margin-bottom: 6vw;
  }
}

.footer .viewall {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  font-size: clamp(16px, 2.3vw, 20px);
  transition: all 0.2s;
  font-weight: 400;
}
.footer .viewall:hover {
  animation: text_blur 0.5s;
}
.footer .viewall::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #fff;
  animation: border_anim 4s linear infinite;
}
.footer small {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 400;
}

.look26 .look__inner {
  height: 100vh;
  position: relative;
  background-image: url(../img/look26.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .look26 .look__inner {
    background-image: url(../img/look26-sp.jpg);
  }
}
.look26 .look__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes text_blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(4px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes border_anim {
  0% {
    width: 0;
    left: 0;
  }
  40% {
    width: 100%;
    left: 0;
    opacity: 1;
  }
  80% {
    width: 0;
    left: 100%;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.modal__icon {
  display: block;
  width: clamp(20px, 10cqi, 42px);
  height: clamp(20px, 10cqi, 42px);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.2s;
  cursor: pointer;
}
.modal__icon::before, .modal__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: clamp(15px, 6cqi, 18px);
  height: 1.5px;
  background-color: #fff;
}
.modal__icon::after {
  rotate: 90deg;
}

button {
  background: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.look > * {
  position: relative;
}

.modal__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__overlay {
  opacity: 1;
  flex-grow: 1;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: clamp(15px, 1.3vw, 18px);
  width: 100%;
  height: 100%;
  z-index: 99;
}

.look {
  position: relative;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.modal__spec:has(.micromodal-slide[aria-hidden=false]) .modal__open {
  opacity: 0;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__icon {
  rotate: 45deg;
}

.switching__img {
  position: relative;
  width: 100%;
  z-index: 0;
}
.switching__img .img01 {
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.switching__img .img02 {
  z-index: -1;
  position: relative;
  animation-delay: 9s;
}

@keyframes switching {
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes switching2 {
  50% {
    opacity: 1;
  }
  66.6666666% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.look02 .img01 {
  animation: switching 9s infinite;
}

.look03 .look__img {
  width: 100%;
  height: 72vw;
}
.look03 .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  height: 72vw;
  width: 100%;
}
.look03 .img01 {
  background-image: url(../img/look03-1.jpg);
  animation: switching2 10s infinite;
  height: 72.5vw;
}
.look03 .img02 {
  background-image: url(../img/look03-2.jpg);
}

.look07 .img01 {
  animation: switching 9s infinite;
}

.look10 .img01 {
  animation: switching2 10s infinite;
}

.look14 .img01 {
  animation: switching 9s infinite;
}

.look17 .img01 {
  animation: switching2 10s infinite;
}

.look18 .img01 {
  animation: switching 9s infinite;
}

.look23 .img01 {
  animation: switching2 10s infinite;
}/*# sourceMappingURL=style.css.map */