@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

/* フォント */
.instrument-serif-regular {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.instrument-serif-regular-italic {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* スタイル調整 */
.h_bar, 
#beltbnr {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

#specialty {
  text-align: center;
  background: #F8FCF3;
}
#specialty a:hover img {
  opacity: 1 !important;
}


/* KV */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;   
}

.hero .always {
  width: 100px; 
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

.hero h1 {
  position: absolute;
  top: 50%;
  /* left: calc(100px + 50%); */
  left: 53.5%; 
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  text-align: center;
  font-size: 5.5rem;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
}

.hero h1 small {
  font-size: 2.5rem;
  line-height: 2.7;
}

.hero-slide-wrap.slide-start img {
  animation-name: fvImgAnimation1start;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.hero-slide-wrap:not(.active) {
	z-index: 0;
}

@keyframes fvImgAnimation1start {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
    20% {
        transform: scale(1);
        opacity: 1;
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes fvImgAnimation1 {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
    20% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    70% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.hero-slide-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; 
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-content-wrap {
  display: flex;
  height: 100%;
}

.always {
  width: 100px;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  z-index: 2;
  display: block;
}

.always img {
  width: 100%;
  height: auto;
  display: block;
}

.slide-area {
  display: flex;
  flex-direction: column;
  width: calc(100% - 100px);
  height: 100%;
  position: relative;
}

.hero-slide-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.hero-slide-wrap.active {
  opacity: 1;
  z-index: 2;
}

.left-img,
.right-img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.left-img img,
.right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  animation: fvImgAnimation1 8s ease infinite forwards;
}

.main-heading {
  position: absolute;
  top: 50%;
  left: calc(100px + 50%); 
  transform: translate(-50%, -50%);
  color: white;
  z-index: 10;
  text-align: center;
}




.contents_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 6% 0 10% 0;
}

.caption {
  width: 75%;
  margin: 0 auto;
}

.caption p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #424242;
  font-size: 1.35rem;
  line-height: 2;
  letter-spacing: 0.7px;
}

.index {
  width: 70%;
  margin: 7% auto 5% auto;
}

p.index_ttl {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  color: #3F5401;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  letter-spacing: 2px;
  margin-bottom: 2%;
}

.card-list {
    width: 100%;
    margin-bottom: 130px;
}

.card-list__item {
    width: 25%;
    display: inline-block;
    overflow: hidden;
    padding: 0 13px;
}

.card-list__inner {
    padding: 27px 0 20px;
    margin: 0 auto;
}

.card-list__item-box {
    display: flex;
    flex-flow: row wrap;
}

.card-list__item-box p.no {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #540102;
  text-align: center;
  border: none;
  padding: 0 0 5% 0;
  margin: 0;
  background-image: linear-gradient(to right, #540102 2px, transparent 2px);
  background-size: 5px 1.5px;
  background-position: left bottom;
  background-repeat: repeat-x;  
}

.card-list__item-box p.sub_ttl {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 1.8rem;
  color: #540102;
  text-align: center;
  line-height: 1;
  padding: 5% 0;
  margin-bottom: 9%;
  background-image: linear-gradient(to right, #540102 2px, transparent 2px);
  background-size: 5px 1.5px;
  background-position: left bottom;
  background-repeat: repeat-x;  
  white-space: nowrap;
}

.card-list__link img {
  transition: transform 0.3s ease;
  display: block; 
}

.card-list__link.angle_right:hover img {
  transform: rotate(3deg);
}

.card-list__link.angle_left:hover img {
  transform: rotate(-3deg);
}

.main_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 20px;
}

.main_wrap img {
  width: 50%;
  height: auto;
}

.text_block p {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5em;
  white-space: nowrap;
  color: #F8FCF3;
  text-align: center;
  line-height: 1.2;
  padding: 5% 0;
  margin-bottom: 0;
}

.main_creditArea ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.image-row {
  display: flex;
  justify-content: flex-start; 
  margin-bottom: 80px;
  transition: all 0.8s ease;
}

.image-row.right {
  justify-content: flex-end;
}

.image-row img {
  max-width: 600px;
  width: 45%;
  height: auto;
  object-fit: cover;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.on {
  opacity: 1;
  transform: translateY(0);
}

#No_1 {
  width: 100%;
  background: #540102;
  position: relative;
}

#No_1 hr.text_beige {
    width: 80%;
    margin: 3% auto;
    border-bottom: 1px solid #F8FCF3;
}

#No_1 .text_block {
  width: 31%;
  margin: -68% 0 0 62%;
}

#No_1 .text_block p {
  border: none;
}

#No_1 .text_block img {
  width: 19%;
  display: block;
  margin: 0 0 10% 0;
}

#No_1 .main_creditArea {
  z-index: 1;
  position: relative;
  margin: 4% 0 0 60%;
  width: 95%;
}

#No_1 .main_creditArea ul li {
  display: grid;
  grid-template-columns: 70px 135px 130px auto; 
  align-items: center;
  column-gap: 1em;
}

#No_1 .main_creditArea ul li span,
#No_1 .main_creditArea ul li a {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.45em;
  color: #F8FCF3;
  text-align: left;
  text-decoration: none;
  line-height: 2;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

#No_1 .main_creditArea ul li a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

#No_1 .ofimg_1A {
  margin: 0;
}

#No_1 .ofimg_1B {
  margin: 10% 0 0 0;
}

#No_1 .ofimg_1C {
  margin: -28% 0 0 0;
}

#No_1 .ofimg_1D {
  margin: -32% 0 0 0;
}

.hello_1 {
  width: 17%;
  position: absolute;
  left: 55%;
  top: 70%;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.6s;  
}

.hello_1.animate {
  opacity: 1;
  transform: scale(1);
}

#No_2 {
  width: 100%;
  position: relative;
}

#No_2 .text_block {
  width: 35%;
  margin: 0;
  float: left;
}

#No_2 .text_block p {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5em;
    white-space: nowrap;
    color: #3F5401;
    text-align: center;
    line-height: 1.2;
    padding: 5% 0;
    margin: 4% 0 -4% 27%;
}

#No_2 .text_block img {
  width: 16%;
  display: block;
  margin: 0 0 10% 0;
  float: left;
}

#No_2 hr.text_green {
    width: 70%;
    margin: 3% auto;
    border-bottom: 1px solid #3F5401;
    float: right;
}

#No_2 .main_creditArea ul li {
  display: grid;
  grid-template-columns: 70px 161px 130px auto; 
  align-items: center;
  column-gap: 1em;
}

#No_2 .main_creditArea ul li span,
#No_2 .main_creditArea ul li a {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.45em;
  color: #3F5401;
  text-align: left;
  text-decoration: none;
  line-height: 2;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

#No_2 .main_creditArea ul li a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

#No_2 .ofimg_2A {
  margin: 0;
}

#No_2 .ofimg_2A img {
    width: 75%;
}

.wrap_box_vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
}

.wrap_box_vertical .ofimg_2B {
  width: 40%;
    max-width: 800px;
    margin: 0;
    position: absolute;
    left: 8%;
    top: 33%;
}

.wrap_box_vertical .ofimg_2B img {
  width: 100%;
  height: auto;
  display: block;
}

.wrap_box_vertical .main_creditArea {
    z-index: 1;
    position: relative;
    margin: 28% 0 0 0;
    width: 95%;
    text-align: right;
    left: -52%;
}

.wrap_box_vertical .main_creditArea ul {
  display: inline-block;  
  text-align: left;       
}

#No_2 .ofimg_2C {
  margin: -24% -55% 0 0;
}

#No_2 .ofimg_2C img {
  width: 24%;
}

.paper-effect {
  opacity: 0;
  transform: 
    perspective(1000px)
    translateY(100px)
    scale(1.2)
    rotateZ(10deg);
  transition: 
    transform 0.4s ease-out,
    opacity 0.4s ease-out;
  will-change: transform, opacity;
}

.paper-effect.visible {
  opacity: 1;
  transform: 
    perspective(1000px)
    translateY(0)
    scale(1)
    rotateZ(0deg);
}

#No_2 .ofimg_2D {
  margin: 5% auto 0 auto;
  width: 100%;
}

#No_2 .ofimg_2D img {
  width: 65%;
}

hr.green {
 width: 50%;
 margin: 12% auto;
 background: #3F5401;
}

#No_3 {
  width: 100%;
  position: relative;
  background: #540102;  
}

#No_3 .text_block {
  width: 32%;
  margin: 0;
  float: left;
}

#No_3 .text_block p {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5em;
    white-space: nowrap;
    color: #F8FCF3;
    text-align: center;
    line-height: 1.2;
    padding: 5% 0;
    margin: 3% 0 -3% 20%;
}

#No_3 .text_block img {
  width: 20%;
  display: block;
  margin: 0 0 10% -6%;
  float: left;  
}

#No_3 hr.text_beige {
    width: 80%;
    margin: 3% auto;
    border-bottom: 1px solid #F8FCF3;
    float: right;
}

.wrap_box_2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 80px;
  flex-wrap: nowrap; 
}

#No_3 .main_creditArea {
  z-index: 1;
  flex-shrink: 0;
  width: 40%;
  min-width: 300px;
  margin: 0 0 0 7%;  
}

#No_3 .main_creditArea ul {
  margin-top: auto;
}

#No_3 .main_creditArea ul li {
  display: grid;
  grid-template-columns: 65px 83px 130px auto; 
  align-items: center;
  column-gap: 1em;
}

#No_3 .main_creditArea ul li span,
#No_3 .main_creditArea ul li a {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.45em;
  color: #F8FCF3;
  text-align: left;
  text-decoration: none;
  line-height: 2;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

#No_3 .main_creditArea ul li a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.hello_3 {
  width: 21%;
  position: absolute;
  left: 28%;
  top: 25%;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.6s;  
}

.hello_3.animate {
  opacity: 1;
  transform: scale(1);
}

#No_3 .ofimg_3A {
  margin: 0;
}

#No_3 .ofimg_3A img {
    width: 75%;
}

#No_3 .ofimg_3B {
  margin: -26% 0 0 0;
}

#No_3 .ofimg_3B img {
  width: 33%;
}

#No_3 .ofimg_3C {
  flex-shrink: 0;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin: -17% 0 0 -7%;
  left: -6%;
  position: relative;
}

.fade-up.ofimg_3C img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

#No_3 .ofimg_3D {
    margin: -3% auto 0 auto;
    width: 100%;
    padding-bottom: 13%;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
img.swiper-slide {
    height: 100%;
}


#No_4 {
  width: 100%;
  position: relative;
}

#No_4 .text_block {
  width: 40%;
  margin: -68% 0 0 62%;
}

#No_4 hr.text_green {
    width: 70%;
    margin: 3% auto;
    border-bottom: 1px solid #3F5401;
}

#No_4 .text_block p {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5em;
    white-space: nowrap;
    color: #3F5401;
    text-align: center;
    line-height: 1.2;
    border: none;
}

#No_4 .text_block p span {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #3F5401;
    line-height: 1;
    display: inline-block;
    text-align: center;
}

#No_4 .text_block img {
  width: 16%;
  display: block;
  margin: 0 0 10% 0;
}

#No_4 .ofimg_4A {
  margin: 0;
}

#No_4 .ofimg_4B {
  margin: 10% 0 0 0;
}

.wrap_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; 
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 80px;
}

#No_4 .ofimg_4C {
    margin: 8% 0 0 9%;
    width: 50%;
}

.fade-up.ofimg_4C img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 90%;
  max-width: 600px; 
}

#No_4 .main_creditArea {
  flex: 1;
  min-width: 300px;
  margin-left: -3%;
  margin-bottom: -0.5%;
}

#No_4 .main_creditArea ul li {
  display: grid;
  grid-template-columns: 132px 80px 130px auto; 
  align-items: center;
  column-gap: 1em;
}

#No_4 .main_creditArea ul li span,
#No_4 .main_creditArea ul li a {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.45em;
  color: #3F5401;
  text-align: left;
  text-decoration: none;
  line-height: 2;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

#No_4 .main_creditArea ul li a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.hello_2 {
  width: 17%;
  position: absolute;
  top: 53%;
  left: 8%;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.8s;
}

.hello_2.animate {
  opacity: 1;
  transform: scale(1);
}

#any_lookbook_footer {
  width: 60%;
  margin: 0 auto;
}

#any_lookbook_footer h2 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  line-height: 1.5;
  color: #424242;
  text-align: center;
  letter-spacing: 0.5px;
}

#any_lookbook_footer p {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.7;  
  color: #424242;
  text-align: center;
  letter-spacing: 0.5px;
  margin-top: 3%;
}