@charset "UTF-8";
@import url("https://use.typekit.net/uem8lkk.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pachipachi {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  31% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  82% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pachipachi2 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pachipachi3 {
  0% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  49% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.loaded.looking {
  overflow: hidden;
}
body.loaded.looking header h1 {
  opacity: 0;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #008E76;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
#loader .logo {
  width: 150px;
  height: 150px;
  background-image: url(../images/logo2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
}
#loader .bar {
  width: 100%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #008E76;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
}
header .inner {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
header .inner h1 {
  width: 219px;
  order: 2;
  transition: all 0.25s ease-in 0s;
}
header .inner h1 a {
  width: 100%;
  height: 15px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .inner .hum {
  width: 32px;
  height: 15px;
  position: relative;
  order: 1;
  cursor: pointer;
}
header .inner .hum:hover span {
  background-color: #000;
}
header .inner .hum.on span {
  background-color: #000;
}
header .inner .hum.on span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
header .inner .hum.on span:nth-child(2) {
  opacity: 0;
}
header .inner .hum.on span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}
header .inner .hum span {
  width: 100%;
  height: 2px;
  background-color: #008E76;
  position: absolute;
  left: 0px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
header .inner .hum span:nth-child(1) {
  top: 0px;
}
header .inner .hum span:nth-child(2) {
  top: 7px;
}
header .inner .hum span:nth-child(3) {
  top: 13px;
}

nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 77;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
}
nav.on {
  opacity: 1;
  pointer-events: auto;
}
nav::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #008E76;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.96;
  display: block;
}
nav .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
nav .inner div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .inner div h3 {
  width: 172px;
  height: 63px;
  background-image: url(../images/title_foot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 65px;
}
nav .inner div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .inner div ul li:not(:last-child) {
  margin-bottom: 30px;
}
nav .inner div ul li a {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: color 0.15s ease-in;
}
nav .inner div ul li a:hover {
  color: #FFF;
}

main {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main section {
  width: 100%;
}
main section.sec1 {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
main section.sec1 .visual {
  width: 100%;
  margin: 0 auto 100px auto;
  position: relative;
  overflow: hidden;
}
main section.sec1 .visual .title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}
main section.sec1 .visual .title dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec1 .visual .title dl dt {
  width: 200px;
  height: 200px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
main section.sec1 .visual .title dl dd {
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  width: 380px;
}
main section.sec1 .visual ul {
  width: 100%;
  height: 56.265vw;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main section.sec1 .visual ul li {
  width: 33.3333333333%;
  height: 100%;
}
main section.sec1 .visual ul li.page2:nth-child(1) div:nth-child(2) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li.page2:nth-child(2) div:nth-child(2) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li.page2:nth-child(3) div:nth-child(2) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li.page3:nth-child(1) div:nth-child(3) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li.page3:nth-child(2) div:nth-child(3) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li.page3:nth-child(3) div:nth-child(3) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li:nth-child(1) div:nth-child(1) {
  background-image: url(../images/visual1_1.jpg);
}
main section.sec1 .visual ul li:nth-child(1) div:nth-child(2) {
  background-image: url(../images/visual2_1.jpg);
  clip-path: inset(0 0 100% 0);
}
main section.sec1 .visual ul li:nth-child(1) div:nth-child(3) {
  background-image: url(../images/visual1_1.jpg);
  clip-path: inset(0 0 100% 0);
}
main section.sec1 .visual ul li:nth-child(1) div:nth-child(4) {
  display: none;
}
main section.sec1 .visual ul li:nth-child(2) div:nth-child(1) {
  background-image: url(../images/visual1_2.jpg);
}
main section.sec1 .visual ul li:nth-child(2) div:nth-child(2) {
  background-image: url(../images/visual2_2.jpg);
  clip-path: inset(100% 0 0 0);
}
main section.sec1 .visual ul li:nth-child(2) div:nth-child(3) {
  background-image: url(../images/visual1_2.jpg);
  clip-path: inset(100% 0 0 0);
}
main section.sec1 .visual ul li:nth-child(2) div:nth-child(4) {
  display: none;
}
main section.sec1 .visual ul li:nth-child(3) {
  z-index: 1;
}
main section.sec1 .visual ul li:nth-child(3) div:nth-child(1) {
  background-image: url(../images/visual1_3.jpg);
}
main section.sec1 .visual ul li:nth-child(3) div:nth-child(2) {
  background-image: url(../images/visual2_3.jpg);
  clip-path: inset(0 0 100% 0);
}
main section.sec1 .visual ul li:nth-child(3) div:nth-child(3) {
  background-image: url(../images/visual1_3.jpg);
  clip-path: inset(0 0 100% 0);
}
main section.sec1 .visual ul li div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
main section.sec1 .lead {
  width: 800px;
  margin: 0 auto;
}
main section.sec1 .lead h4 {
  display: none;
}
main section.sec1 .lead p {
  color: #008E76;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}
main section.sec2 {
  width: 100%;
}
main section.sec2:not(:last-child) {
  margin-bottom: 80px;
}
main section.sec2 .inner {
  width: calc(100% - 40px);
  padding: 0px;
  margin: 0 auto;
}
main section.sec2 .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
main section.sec2 .inner ul li {
  width: calc((100% - 60px) / 4);
  position: relative;
}
main section.sec2 .inner ul li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
}
main section.sec2 .inner ul li a:hover {
  opacity: 0.7;
}
main section.sec2 .inner ul li a::after {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(../images/text_viewmore.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
main section.sec3 {
  width: 100%;
}
main section.sec3 ul {
  width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec3 ul li {
  width: 100%;
}
main section.sec3 ul li:not(:last-child) {
  margin-bottom: 20px;
}
main section.sec3 ul li a {
  width: 100%;
  height: 50px;
  background-color: #008E76;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section.sec3 ul li a span {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec3 ul li:hover a {
  background-color: #ffcc66;
}

footer {
  width: 100%;
}
footer .inner {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner h3 {
  width: 100px;
  height: 100px;
  background-image: url(../images/logo2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
footer .inner p {
  color: #008E76;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner p:not(:last-child) {
  margin-bottom: 120px;
}

#looks {
  background-color: #F0F0F0;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: scroll;
  clip-path: inset(0% 0% 0% 100%);
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: clip-path 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
#looks::before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../images/loading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 344px;
  left: calc(50% - 40px);
  z-index: -1;
  animation-name: kurukuru;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#looks.active {
  clip-path: inset(0% 0% 0% 0%);
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .close {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 999;
  cursor: pointer;
}
#looks .close:hover span {
  background-color: #000;
}
#looks .close span {
  width: 100%;
  height: 2px;
  background-color: #008E76;
  position: absolute;
  top: 15px;
  left: 0px;
  transition: all 0.25s ease-in 0s;
}
#looks .close span:nth-child(1) {
  transform: rotate(45deg);
}
#looks .close span:nth-child(2) {
  transform: rotate(-45deg);
}
#looks .loadlook {
  width: 100%;
  min-height: 768px;
  margin: 0 auto 100px auto;
}
#looks .loadlook.error {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#looks .loadlook.error p {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .loadlook .inlooks {
  width: 100%;
  padding: 0px;
}
#looks .loadlook .inlooks h2 {
  width: 60px;
  height: 60px;
  background-image: url(../images/logo2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 111;
}
#looks .loadlook .inlooks .arrow {
  width: 30px;
  height: 30px;
  border: solid 1px #000;
  box-sizing: border-box;
  position: absolute;
  top: 369px;
}
#looks .loadlook .inlooks .arrow a {
  width: 100%;
  height: 30px;
  background-image: url(../images/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 8px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#looks .loadlook .inlooks .arrow.right {
  right: 30px;
}
#looks .loadlook .inlooks .arrow.left {
  left: 30px;
  transform: rotate(180deg);
}
#looks .loadlook .inlooks .arrow:hover {
  border: solid 1px #008E76;
}
#looks .loadlook .inlooks .arrow:hover a {
  background-image: url(../images/arrow2.svg);
}
#looks .loadlook .inlooks .look {
  width: 1000px;
  padding: 0px;
  margin: 0 auto;
}
#looks .loadlook .inlooks .look .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .loadlook .inlooks .look .set .photos {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
#looks .loadlook .inlooks .look .set .photos .photo {
  width: 100%;
  margin-bottom: 20px;
}
#looks .loadlook .inlooks .look .set .photos .photo.slider {
  overflow: hidden;
}
#looks .loadlook .inlooks .look .set .photos .thumbs {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
#looks .loadlook .inlooks .look .set .photos .thumbs .thumbnail .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#looks .loadlook .inlooks .look .set .photos .thumbs .thumbnail .swiper-wrapper .swiper-slide {
  width: 80px;
  margin: 0px;
  border: solid 1px transparent;
}
#looks .loadlook .inlooks .look .set .photos .thumbs .thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: solid 1px #008E76;
}
#looks .loadlook .inlooks .look .set .photos .thumbs .thumbnail .swiper-wrapper .swiper-slide:not(:first-child) {
  margin: 0 0 0 10px;
}
#looks .loadlook .inlooks .look .set .text {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#looks .loadlook .inlooks .look .set .text .data h4 {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 40px;
}
#looks .loadlook .inlooks .look .set .text .data h5 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
#looks .loadlook .inlooks .look .set .text .data ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .loadlook .inlooks .look .set .text .data ul li {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
#looks .loadlook .inlooks .look .set .text .data ul li:not(:last-child) {
  margin-bottom: 10px;
}
#looks .loadlook .inlooks .look .set .text .data ul li a {
  color: #000;
  text-decoration: underline;
}
#looks .loadlook .inlooks .look .set .text .data ul li a:hover {
  color: #008E76;
}
#looks .loadlook .inlooks .look .set .text .comment {
  width: 50%;
  padding: 70px 0 0 0;
}
#looks .loadlook .inlooks .look .set .text .comment p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
}
#looks .loadlook .inlooks .look .set .text .comment p:not(:last-child) {
  margin-bottom: 10px;
}
#looks .other {
  width: 100%;
  overflow: hidden;
}
#looks .other:not(:last-child) {
  margin-bottom: 135px;
}
#looks .other h5 {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#looks .other .inother {
  width: 100%;
}
#looks .cp {
  width: 100%;
  padding-bottom: 30px;
}
#looks .cp p {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}

header .inner h1 {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
header .inner ul {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}
header.on .inner h1 {
  clip-path: inset(0% 0% 0% 0%);
}
header.on .inner ul {
  clip-path: inset(0% 0% 0% 0%);
}

main .sec1 .inner .title-l {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
main .sec1 .inner .title-l h3 {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}
main .sec1 .inner .title-r h4 {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}
main .sec1 .inner .title-r dl {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s;
}
main .sec1.on .inner .title-l {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec1.on .inner .title-l h3 {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec1.on .inner .title-r h4 {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec1.on .inner .title-r dl {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec2 .thumb a {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
main .sec2 .thumb a::after {
  transition: opacity 0.3s ease-out 0.3s;
  opacity: 0;
}
main .sec2 .thumb.on a {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec2 .thumb.on a::after {
  opacity: 1;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  #loader .logo {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
  }

  header .inner {
    padding: 10px;
  }
  header .inner h1 {
    width: 120px;
  }
  header .inner h1 a {
    height: 8px;
  }
  header .inner .hum {
    width: 32px;
    height: 15px;
    position: relative;
    order: 1;
    cursor: pointer;
  }
  header .inner .hum:hover span {
    background-color: #000;
  }
  header .inner .hum.on span {
    background-color: #000;
  }
  header .inner .hum.on span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }
  header .inner .hum.on span:nth-child(2) {
    opacity: 0;
  }
  header .inner .hum.on span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }
  header .inner .hum span {
    width: 100%;
    height: 2px;
    background-color: #008E76;
    position: absolute;
    left: 0px;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  header .inner .hum span:nth-child(1) {
    top: 0px;
  }
  header .inner .hum span:nth-child(2) {
    top: 7px;
  }
  header .inner .hum span:nth-child(3) {
    top: 13px;
  }

  main {
    margin: 0px;
  }
  main section.sec1 {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  main section.sec1 .visual {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  main section.sec1 .visual::after {
    width: 13px;
    height: 93px;
    right: 5px;
    bottom: 0px;
  }
  main section.sec1 .visual ul {
    width: 100%;
    height: 100vw;
    position: relative;
  }
  main section.sec1 .visual ul li {
    height: 100vw;
    flex-shrink: 1;
  }
  main section.sec1 .visual ul li div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  main section.sec1 .lead {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section.sec1 .lead h4 {
    color: #000;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 40px;
    display: block;
  }
  main section.sec1 .lead p {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    text-align: center;
  }
  main section.sec2:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.sec2 .inner {
    width: calc(100% - 40px);
  }
  main section.sec2 .inner ul li {
    width: calc((100% - 20px) / 2);
  }
  main section.sec2 .inner ul li a:hover {
    opacity: 1;
  }
  main section.sec2 .inner ul li a::after {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(../images/text_viewmore.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
  }
  main section.sec3 {
    width: 100%;
  }
  main section.sec3 ul {
    width: calc(100% - 40px);
  }
  main section.sec3 ul li a {
    width: 100%;
    height: 40px;
  }
  main section.sec3 ul li a span {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec3 ul li:hover a {
    background-color: #008E76;
  }

  footer .inner {
    padding: 40px 0 40px 0;
  }
  footer .inner h3 {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  footer .inner p {
    color: #008E76;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  footer .inner p:not(:last-child) {
    margin-bottom: 100px;
  }

  #looks {
    -webkit-overflow-scrolling: touch;
  }
  #looks::before {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../images/loading.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 344px;
    left: calc(50% - 40px);
    z-index: -1;
    animation-name: kurukuru;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  #looks.active {
    clip-path: inset(0% 0% 0% 0%);
    pointer-events: auto;
  }
  #looks.active ul.btnset {
    display: block;
  }
  #looks .close {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999;
    cursor: pointer;
  }
  #looks .close:hover span {
    background-color: #008E76;
  }
  #looks .close span {
    width: 100%;
    height: 2px;
    background-color: #008E76;
    position: absolute;
    top: 15px;
    left: 0px;
    transition: all 0.25s ease-in 0s;
  }
  #looks .close span:nth-child(1) {
    transform: rotate(45deg);
  }
  #looks .close span:nth-child(2) {
    transform: rotate(-45deg);
  }
  #looks .loadlook {
    width: 100%;
    min-height: 768px;
    padding: 60px 0 0 0;
    margin: 0 auto;
  }
  #looks .loadlook.error {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #looks .loadlook.error p {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .loadlook .inlooks {
    width: 100%;
    padding: 0 0 60px 0;
    background-color: #FFF;
  }
  #looks .loadlook .inlooks h2 {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  #looks .loadlook .inlooks .arrow {
    width: 20px;
    height: 20px;
    top: calc(50vw - 10px);
    z-index: 5;
  }
  #looks .loadlook .inlooks .arrow a {
    width: 100%;
    height: 20px;
    background-image: url(../images/arrow1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 8px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  #looks .loadlook .inlooks .arrow.right {
    right: 5px;
  }
  #looks .loadlook .inlooks .arrow.left {
    left: 5px;
  }
  #looks .loadlook .inlooks .arrow:hover {
    border: solid 1px #008E76;
  }
  #looks .loadlook .inlooks .arrow:hover a {
    background-image: url(../images/arrow2.svg);
  }
  #looks .loadlook .inlooks .look {
    width: 100%;
  }
  #looks .loadlook .inlooks .look .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .loadlook .inlooks .look .set .photos {
    width: 100%;
    position: relative;
  }
  #looks .loadlook .inlooks .look .set .photos .photo {
    width: 100%;
    margin-bottom: 10px;
  }
  #looks .loadlook .inlooks .look .set .photos .photo.slider {
    overflow: hidden;
  }
  #looks .loadlook .inlooks .look .set .photos .thumbs {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0px;
  }
  #looks .loadlook .inlooks .look .set .photos .thumbs .thumbnail .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  #looks .loadlook .inlooks .look .set .photos .thumbs .thumbnail .swiper-wrapper .swiper-slide {
    width: 40px;
    margin: 0px;
  }
  #looks .loadlook .inlooks .look .set .photos .thumbs .thumbnail .swiper-wrapper .swiper-slide:not(:first-child) {
    margin: 0 0 0 5px;
  }
  #looks .loadlook .inlooks .look .set .text {
    width: calc(100% - 40px);
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .loadlook .inlooks .look .set .text .data {
    width: 100%;
    margin-bottom: 20px;
  }
  #looks .loadlook .inlooks .look .set .text .data h4 {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 40px;
  }
  #looks .loadlook .inlooks .look .set .text .data h5 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
  }
  #looks .loadlook .inlooks .look .set .text .data ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .loadlook .inlooks .look .set .text .data ul li {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  #looks .loadlook .inlooks .look .set .text .data ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #looks .loadlook .inlooks .look .set .text .data ul li a {
    color: #000;
    text-decoration: underline;
  }
  #looks .loadlook .inlooks .look .set .text .data ul li a:hover {
    color: #008E76;
  }
  #looks .loadlook .inlooks .look .set .text .comment {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #looks .loadlook .inlooks .look .set .text .comment p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  #looks .loadlook .inlooks .look .set .text .comment p:not(:last-child) {
    margin-bottom: 10px;
  }
  #looks .other {
    background-color: #FFF;
  }
  #looks .other:not(:last-child) {
    margin-bottom: 40px;
  }
  #looks .other h5 {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
  }
  #looks .other .inother {
    width: 100%;
  }
  #looks .cp {
    padding-bottom: 120px;
  }
  #looks .cp p {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }

  header .inner h1 {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }
  header .inner ul {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  }
  header.on .inner h1 {
    clip-path: inset(0% 0% 0% 0%);
  }
  header.on .inner ul {
    clip-path: inset(0% 0% 0% 0%);
  }

  main .sec1 .inner .title-l {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }
  main .sec1 .inner .title-l h3 {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  }
  main .sec1 .inner .title-r h4 {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  }
  main .sec1 .inner .title-r dl {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s;
  }
  main .sec1.on .inner .title-l {
    clip-path: inset(0% 0% 0% 0%);
  }
  main .sec1.on .inner .title-l h3 {
    clip-path: inset(0% 0% 0% 0%);
  }
  main .sec1.on .inner .title-r h4 {
    clip-path: inset(0% 0% 0% 0%);
  }
  main .sec1.on .inner .title-r dl {
    clip-path: inset(0% 0% 0% 0%);
  }
  main .sec2 .thumb a::after {
    transition: opacity 0.3s ease-out 0.2s;
    opacity: 0;
  }
  main .sec2 .thumb a img {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }
  main .sec2 .thumb.on a::after {
    opacity: 1;
  }
  main .sec2 .thumb.on a img {
    clip-path: inset(0% 0% 0% 0%);
  }
}

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