@charset "utf-8";

body {
  position: relative;
  margin: 0;
  font-family: 'Shippori Mincho', serif;
  line-height: 2;
  letter-spacing: 0.05em;
}

header {
  margin: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  /* background: rgb(154, 19, 19); */
  padding: 16px;
  box-sizing: border-box;
}

main {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 64px;
}

h1 {
  margin: 0;
  padding: 0 16px;
}

ul {
  margin: 0;
}

li {
  font-family: 'EB Garamond';
  display: inline-block;
  list-style: none;
  padding: 0 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

section {
  margin: 0 auto;
  padding-top: 64px;
  width: calc(100% - 64px);
}

section span {
  display: block;
  margin-bottom: 32px;
  font-size: 0.9em;
  text-align: center;
}

h2 {
  font-family: 'EB Garamond';
  margin: 0;
  padding-bottom: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}

h3 {
  margin: 16px 0;
}

a {
  all: unset;
  cursor: pointer;
}

a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

p {
  margin: 0;
  font-size: 1em;
  margin-top: 16px;
  text-align: justify;
}

dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
}

dt {
  width: 75%;
}

dd {
  margin: 0;
  width: 25%;
  text-align: right;
}

footer {
  background: rgb(155, 20, 20);
  color: white;
  padding: 64px 0;
}

.header {
  background: rgba(255, 255, 255, 0);
  color: black;
  transition: background .25s, color .25s;
}

#header.scroll {
  background: rgb(155, 20, 20);
  color: white;
  transition: background .25s, color .25s;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc-menu {
  display: block;
}

.sp-menu {
  display: none;
}

.sp-menu #open {
  font-size: 32px;
  cursor: pointer;
  padding: 0 16px;
}

.sp-menu #open.hide {
  opacity: 0;
  transition: opacity .25s;
}

.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(155, 20, 20);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
  color: white;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.overlay nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.overlay ul {
  padding: 0;
  margin: auto;
}

.overlay li {
  display: block;
  padding: 32px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .25s, transform .25s;
}

.overlay.show li {
  opacity: 1;
  transform: none;
}
.overlay.show li:nth-child(2){
  transition-delay: .1s;
}
.overlay.show li:nth-child(3){
  transition-delay: .2s;
}
.overlay.show li:nth-child(4){
  transition-delay: .3s;
}
.overlay.show li:nth-child(5){
  transition-delay: .4s;
}

.overlay #close {
  position: absolute;
  top: 24px;
  right: 32px;
  font-size: 32px;
  cursor: pointer;
}

.contents_inner {
  padding-top: 128px;
  margin-top:-64px;
}

.wrap {
  margin: 64px auto 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.box {
  position: relative;
  width: calc(50% - 4px);
  height: auto;
  background: #aaa;
  cursor: pointer;
}

.box1 {
  position: relative;
  background: white;
  height: 100vh;
  -webkit-animation: fade 5s 1;
  animation: fade 5s 1;
  animation-fill-mode: forwards;
}

.bg-image-loop {
  position: relative;
  background-image: url(img/bon.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  width: auto;
  height: 100vh;
  margin: 0;
  padding: 0;

  -webkit-animation: bgscroll 75s cubic-bezier(.2,0,.65,1) infinite;
  animation: bgscroll 75s cubic-bezier(.2,0,.65,1) infinite;
  animation-direction: alternate;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bgscroll {
  0% {
    background-position: 5%;
  }
  100% {
    background-position: 95%;
  }
}

@keyframes bgscroll {
  0% {
    background-position: 5%;
  }
  100% {
    background-position: 95% ;
  }
}

@-webkit-keyframes fade {
  0% {
     opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
     opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scr {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  bottom : 5vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-animation: fade 2s 1;
  animation: fade 2s 1;
  animation-delay: 3s;
  animation-direction: alternate;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.scr p {
  font-weight: 800;
  font-size: 1em;
  color: black;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: black;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.box:nth-of-type(3n){
  width: 100%;
  height: 100%;
}

.ratio-1_1 {
  overflow:hidden;
}

.ratio-1_1:nth-of-type(3n):before {
  content: "";
  display: block;
  padding-top: 25%; /* 2:1 */
}

.ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 50%; /* 1:1 */
}

.ratio-1_1 img{
  transition:1s all;
 }
.ratio-1_1 img:hover{
  transform:scale(1.05,1.05);
  transition:1s all;
}

.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.trim {
  object-position: 0 100%;
}

#zoomback {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

#zoomimg {
  max-width: 85%;
  max-height: 65%;
}

.zoomtext {
  position: fixed;
  color: white;
  margin: 0;
  bottom: 5vh;
}

.youtube {
  margin-top: 8px;
}

.youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  margin: auto;
}

.inner p{
  color: #000;
}

.text-center {
  margin-bottom: 32px;
  font-size: 1.2em;
  font-weight: 800;
  text-align: center;
}

.text-center span{
  margin: 0;
  display:inline-block;
  white-space:nowrap;
}

.menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.9em;
}

.menu div {
  width: 50%;
}

.menu h3 {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: solid 2px rgb(155, 20, 20);
}

.menu small {
  font-size: x-small;
}

.menu-L {
  padding-right: 32px;
  box-sizing: border-box;
}

.menu-R {
  padding-left: 32px;
  box-sizing: border-box;
}

.stylist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stylist img {
  width: 40%;
  height: 40%;
  margin: auto;
  background: #aaa;
}

.profile {
  width: calc(60% - 32px);
  margin-left: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
}

.profile h3 {
  width: 100%;
  font-size: 1.2em;
}

.profile h3 small {
  padding-left: 16px;
}

.profile h4, .profile p {
  margin: 16px 0;
}

.profile h4 {
  width: calc(20% - 16px);
  padding-right: 7px;
  margin-right: 7px;
  border-right: solid 2px rgb(155, 20, 20);
}

.profile p {
  width: calc(80% - 16px);
  margin-left: 16px;
}

.iframe-wrap iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #aaa;
}

.f_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.f_wrap .text-center {
  font-size: 1em;
  font-weight: initial;
  margin: auto;
  padding-bottom: 16px;
}

.f_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 32px;
}

.add h4, .shop h4 {
  margin: 24px 0;
}

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

  h1 {
    font-size: 1.4em;
  }

  .sp-menu {
    display: block;
    height: 32px;
  }
}

@media screen and (max-width: 800px) {
  

  .stylist {
    display: block;
    margin: 0 auto;
  }

  .stylist img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .profile {
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }

  .profile h3 {
    text-align: center;
  }

  .profile h4, .profile p {
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .profile h4:not(:last-child), .profile p:not(:last-child) {
    margin-bottom: 16px;
  }

  .profile h4 {
    padding-bottom: 8px;
    border-right: none;
    border-bottom: solid 2px rgb(155, 20, 20);
  }

  .f_nav {
    display: block;
    text-align: center;
  }

}

@media screen and (max-width: 600px) {

  .menu div {
    width: 100%;
    padding: 0;
  }
  .menu div:not(:last-child) {
    margin-bottom: 32px;
  }
}