@charset "UTF-8";
@import url("./normalize.css");

/*SP、PC共通スタイルここに*/
/* base */
.ftool-wrapper > .article,
.ftool-wrapper .description,
.ss-article-main-image,
.ftool-wrapper p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.ftool-wrapper h2 {
  font-size: 1em;
} 

.ftool-wrapper h3 {
  margin-bottom: 0;
}

.ftool-wrapper #sec01 {
  margin-bottom: 0;
}

/* setting */
html,
body {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

ul,
li {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

:root {
  --scroll-bar-width: 15px;
  --main: #2C2C2C;
  --yellow: #F3B007;
  --bg: #F6EEC5;
}

h1 {
  margin: 0;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
    cursor: pointer;  
    text-decoration: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  .button:hover {
    opacity: 0.8;
    cursor: pointer;  
    text-decoration: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
}
/* setting */

#container {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: var(--main);
}

#container img { 
  width: 100%;
  display: block;
  object-fit: cover;
}

#container a {
  text-decoration: none;
  color: unset;
}

.credit .item-d-none { 
  display: none;
}

.visualBlock {
  position: relative;
}

.visual__logo {
  position: absolute;
  width: calc(100 / 1280* var(--content-width));
  bottom: calc(24 / 1280* var(--content-width));
  right: calc(24 / 1280* var(--content-width));
  z-index: 3;
}

.visual__title {
  width: calc(718 / 1280* var(--content-width));
  top: calc(595 / 1280* var(--content-width));
  left: calc(80 / 1280* var(--content-width));
  position: absolute;
  z-index: 3;
}

.visual__subTitle {
  width: calc(270 / 1280* var(--content-width));
  top: calc(126 / 1280* var(--content-width));
  left: calc(805 / 1280* var(--content-width));
  position: absolute;
  z-index: 3;
}

.leadBlock {
  width: calc(625 / 1280* var(--content-width));
  margin-inline: auto;
  line-height: 24px;
  text-align: center;
}

.contentsBlock .item-credit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--main);
  line-height: normal;
  gap: calc(5 / 1280 * 100vw);
  white-space: nowrap;
}

.creditListItem {
  display: flex;
  align-items: center;
}

.creditListItem__price {
  margin-left: 2px;
}

.creditListItem__btn {
  margin-left: 8px;
}

.regular {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.light {
  font-family: "europa", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.bold {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#container .mincho {
  font-family: "shippori-mincho-b1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}

/* swiper設定 */
.swiper {
  width: 100%;
  height: auto;  
  overflow: hidden; 
}

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

.swiper-slide img {
  width: 100%; 
  height: auto;
  object-fit: cover; 
}

.lookBlock__title {
  font-size: 32px;
}

.lookBlock__title .number {
  font-size: 72px;
}

.lookBlock__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-bottom: 20px;
}

.lookBlock__inner {
  width: calc(650 / 1280* var(--content-width));
  margin-inline: auto;
}

.lookBlock__inner.top {
  padding-top: 80px;
}

.lookBlock__inner.bottom {
  padding: 50px 0 80px 0;
}

.lookBlock__point {
  margin-top: calc(30 / 1280* var(--content-width));
}

.lookBlock__point .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 26px;
}
 
.lookBlock__point .light {
  text-align: center;
  font-size: 15px;
  margin-bottom: 5px;
}

.lookBlock__point .line {
  width: 20px;
  height: 2px;
  background-color: var(--yellow);
}

.lookBlock__point .main {
  font-size: 22px;
  margin-top: 8px;
  font-family: "shippori-mincho-b1", serif;
  font-weight: 500;
  font-style: normal;
}

.lookBlock__point .text {
  padding: 20px 0 30px 0;
  line-height: 24px;
}

.lookBlock__point .item-credit {
  font-size: 11px;
}

.--bg {
  background-color: var(--bg);
  z-index: 0;
  position: relative;
}

.lookBlock__image .image--top {
  position: sticky;
  top: 20px; 
  z-index: -10;
}

.profileBlock__img {
  width: calc(240 / 1280* var(--content-width));
  margin-right: calc(30 / 1280 * var(--content-width));
}

.profileBlock__inner {
  width: calc(650 / 1280* var(--content-width));
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  padding: 80px 0;
}

.profileBLock__info {
  width: calc(380 / 1280* var(--content-width));
}

.profileBLock__info .name {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.profileBLock__info .text {
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 12px;
}

.profileBLock__info .link {
  text-decoration: underline;
}

.footerBlock__inner {
  margin-inline: auto;
  padding: 80px 0 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerBlock__logo {
  width: calc(150 / 1280* var(--content-width));
  display: flex;
  margin: 60px 0 40px 0;
}

.staffCreditList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}

.footerBlock__linkList {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: underline;
  font-size: 12px;
}

.copyrights {
  font-size: 10px;
  padding-top: 80px;
}

/* 共通スタイル*/

@media screen and (min-width: 769px) {
/*PC用スタイル*/

.lookBlock__point .text {
  text-align: center;
}

.leadBlock {
  padding-top: calc(80 / 1280* var(--content-width));
  padding-bottom: calc(80 / 1280* var(--content-width));
}

.sp {
  display: none;
}

.br-sp {
  display: none;
}

#container .contentsBlock {
  width: 100%;
  margin-inline: auto;
}

}
/*PC用スタイル*/

@media screen and (max-width: 768px) {
/*SP用スタイル*/

.lookBlock__point .main {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

li.creditListItem.flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.copyrights {
  padding-top: 60px;
}

.footerBlock__linkList {
  width: calc(225 / 375* 100vw);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: calc(15 / 375* 100vw);
  row-gap: calc(15 / 375* 100vw);
  justify-content: center;
}

.footerBlock__logo {
  width: calc(120 / 375* 100vw);
}

.footerBlock__inner {
  padding: 50px 0 20px 0;
}

.profileBLock__info .name {
  align-items: center;
  margin-bottom: 10px;
}

.profileBLock__info {
  width: calc(305 / 375* 100vw);
  margin-top: 20px;
}

.profileBlock__img {
  width: calc(220 / 375* 100vw);
  margin-right: 0;
}

.profileBlock__inner {
  width: calc(335 / 375* 100vw);
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.profileBLock__info .name {
  font-size: 14px;
}

#container .mincho {
  font-size: 22px;
}

.lookBlock__point .text {
  padding: 15px 0 20px 0;
}

.lookBlock__point {
  margin-top: 25px;
}

.lookBlock__inner {
  width: calc(335 / 375* 100vw);
}

.lookBlock__inner.top {
  padding-top: 40px;
}

.lookBlock__inner.bottom {
  padding: 35px 0 40px 0;
}

.lookBlock__title {
  font-size: 24px;
}

.lookBlock__title .number {
  font-size: 55px;
}

.lookBlock__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-bottom: 20px;
}

.lookBlock__image .image--top {
  position: sticky;
  top: 20px;
}

.contentsBlock .item-credit {
  gap: calc(5 / 375 * 100vw);
}

.leadBlock {
  margin-top: calc(50 / 375* 100vw);
  margin-bottom: calc(50 / 375* 100vw);
  width: calc(335 / 375* 100vw);
}

.visual__logo {
  position: absolute;
  width: calc(60 / 375* 100vw);
  bottom: calc(8 / 375* 100vw);
  right: calc(8 / 375* 100vw);
}

.visual__title {
  position: absolute;
  width: calc(365 / 375* 100vw);
  top: calc(378 / 375* 100vw);
  transform: translateX(-50%);
  left: 50%;
}

.visual__subTitle {
  width: calc(135 / 375* 100vw);
  top: calc(120 / 375* 100vw);
  left: calc(222 / 375* 100vw);
}

.br-pc {
  display: none;
}

.pc {
  display: none;
}
  
}
  /*SP用スタイル*/

/* フェードイン */
.fadeIn , .loadscrollin {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeIn.scrollin , .loadscrollin.scrollin {
  opacity: 1;
}

.fadeInLoaded {
  opacity: 0;
  transition: all 2.5s ease;
}

.fadeInLoaded.scrollin {
  opacity: 1;
}

.fadein--late {
  transition: all 1s ease;
}

/* フェードイン時 */
.fadeInLoaded.scrollin, .fadein--late.scrollin {
  opacity: 1;
}

/* サブタイトル */
.visual__subTitle {
  overflow: hidden; /* 画像の見せる範囲を限定 */
}

.visual__subTitle img {
  width: 100%; /* 横幅を親要素に合わせる */
  height: auto; /* 高さは自動調整 */
  clip-path: inset(0 100% 0 0); /* 初期状態では右側が隠れている */
  transition: clip-path 1.4s ease-out; /* アニメーションをトランジションに変更 */
}

.visual__subTitle img.animate-svg {
  clip-path: inset(0 0 0 0); /* アニメーション後に完全に表示 */
}

@keyframes reveal {
  0% {
    clip-path: inset(0 100% 0 0); /* 初期状態 */
  }
  20% {
    clip-path: inset(0 80% 0 0); /* 最初に少しずつ表示 */
  }
  40% {
    clip-path: inset(0 60% 0 0); /* さらに表示される */
  }
  60% {
    clip-path: inset(0 40% 0 0); /* 半分近く表示される */
  }
  80% {
    clip-path: inset(0 20% 0 0); /* ほぼ完全に表示 */
  }
  100% {
    clip-path: inset(0 0 0 0); /* 完全に表示される */
  }
}
