@charset "utf-8";

/* フォント */
/* Amatic SC（英字用・手書き風、Regular/700） */
.tk-amatic-sc {
  font-family: "amatic-sc", cursive;
  font-weight: 400;
  /* 標準 */
}

.tk-amatic-sc-bold {
  font-family: "amatic-sc", cursive;
  font-weight: 700;
  /* 太字 */
}

/* Source Han Sans Japanese（源ノ角ゴシック、日本語サンセリフ） */
.tk-source-han-sans-japanese {
  font-family: "source-han-sans-japanese", sans-serif;
}

/* Ryo Gothic PlusN（りょうゴシック PlusN、日本語サンセリフ） */
.tk-ryo-gothic-plusn {
  font-family: "ryo-gothic-plusn", sans-serif;
}

/* Zen Kaku Gothic New（全角ゴシック New、日本語サンセリフ） */
.tk-zen-kaku-gothic-new {
  font-family: "zen-kaku-gothic-new", sans-serif;
}

/* Zen Kaku Gothic Antique（全角ゴシック Antique、日本語サンセリフ） */
.tk-zen-kaku-gothic-antique {
  font-family: "zen-kaku-gothic-antique", sans-serif;
}

.oukanous-lp a {
  color: #513b2c;
}

@media screen and (min-width: 600px) {
  .oukanous-lp br.sp {
    display: none;
  }
}

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

/* メイン */
.oukanous-lp {
  background-color: #F4EDDE;
  color: #4d4d4d;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  overflow: hidden;
}

.oukanous-wrapper {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}

/* hero */
.oukanous-hero__text {
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
  color: #513b2c;
}

.oukanous-hero__bakery {
  width: 90%;
  margin-inline: auto;
  padding: 40px 0 30px;
}

/* pullover */
.oukanous-pullover__munch {
  max-width: 260px;
  margin-left: 10%;
  padding: 10px 0;
}

.oukanous-pullover__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 30px 0 0;
}

.product__name {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 23px;
  font-weight: normal;
  width: fit-content;
}

.product__btn {
  width: fit-content;
}

.product__btn a {
  display: block;
  background-color: rgba(163, 92, 29, 0.6);
  color: #fff;
  font-size: 23px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  width: 85px;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  margin-top: 10px;
}

.product__btn.right {
  margin-left: auto;
  margin-right: 0;
}

.product__item {
  width: fit-content;
}

.oukanous-pullover__content .product__item {
  padding-top: 50px;
}

@media screen and (max-width: 599px) {
  .product__name {
    font-size: 19px;
  }

  .oukanous-pullover__content {
    gap: 20px;
  }

  .product__btn a {
    font-size: 19px;
  }

  .product__item {
    position: relative;
    z-index: 2;
  }
}

/* sweat */
.oukanous-sweat__img01 {
  position: relative;
}

.oukanous-sweat__good-text {
  position: absolute;
  right: 5%;
  top: -10%;
  width: 34%;
  display: grid;
  gap: 10px;
}

.oukanous-sweat__good-text01 {
  padding-right: 20px;
}

.oukanous-sweat__good-text02 {
  padding-right: 10px;
  transition-delay: 200ms !important;
}

.oukanous-sweat__good-text03 {
  transition-delay: 400ms !important;
}

.oukanous-sweat__img02 {
  margin-top: 30px;
  padding: 0 20px;
}

.oukanous-sweat__content {
  position: relative;
  margin: 20px 0;
  margin-left: 5%;
}

.oukanous-sweat__content::before {
  content: '';
  width: 32%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(244, 171, 103, 0.3);
  position: absolute;
  bottom: 20px;
  left: 14%;
  z-index: 1;
}

.oukanous-sweat__img03 {
  width: 65%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 2;
}

.oukanous-sweat__img04 {
  width: 80%;
  margin-left: 5%;
  position: relative;
}

.oukanous-sweat__pocket {
  font-family: "amatic-sc", cursive;
  font-weight: 700;
  font-size: 80px;
  color: #2e4168;
  width: 36%;
  line-height: 1;
  position: absolute;
  bottom: 25%;
  right: -5%;
}

.oukanous-sweat__pocket svg {
  padding-right: 30%;
}

.oukanous-sweat__img05 {
  margin-top: 40px;
}

@media screen and (min-width: 600px) {
  .oukanous-sweat__item01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .oukanous-sweat__item02 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

}

@media screen and (max-width: 599px) {
  .oukanous-sweat__good-text {
    min-width: 150px;
    top: -6%;
  }

  .oukanous-sweat__item01 {
    margin-bottom: 20px;
  }

  .oukanous-sweat__pocket {
    font-size: 50px;
  }
}

/* baby */
.oukanous-baby {
  margin-top: 30px;
}

.oukanous-baby__title {
  font-family: "amatic-sc", cursive;
  font-weight: 700;
  font-size: 120px;
  color: #a35c1d;
  transform: rotate(5deg);
  text-align: right;
  padding-right: 20px;
}

.product__item.flex {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
}

.product__item.flex .product__btn a {
  margin-top: 0;
}

.oukanous-baby__content .product__item {
  justify-content: flex-end;
}

.oukanous-baby__content {
  width: 90%;
  margin-inline: auto;
}

@media screen and (max-width: 599px) {
  .oukanous-baby__title {
    font-size: 80px;
  }
}

/* collection */
.oukanous-collection {
  position: relative;
  margin-top: 80px;
  padding-top: 60px;
  height: clamp(600px, 140vw, 810px);
}

.oukanous-collection::after {
  content: '';
  width: 135%;
  min-width: 600px;
  aspect-ratio: 1/1;
  background-color: rgba(163, 92, 29, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.oukanous-collection__icon {
  max-width: 90px;
  width: 50%;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.oukanous-collection__title {
  max-width: 250px;
  width: 90%;
  margin-inline: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.oukanous-collection__slider {
  position: relative;
  z-index: 1;
}

.oukanous-collection__slider .slick-slide {
  padding: 0 10px;
  display: flex;
  align-items: center;
  aspect-ratio: 300/410;
}

.oukanous-collection__slider .slick-slide .lg {
  transform: scale(1.3);
  position: relative;
  z-index: 999;
}

.oukanous-collection__slider .slick-dots {
  bottom: -35px;
}

.oukanous-collection__slider .slick-dots li {
  margin: 0;
}

.oukanous-collection__slider .slick-dots li button:before {
  content: '';
  background: #a15b34;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.oukanous-collection__slider .slick-dots li.slick-active button:before {
  background: #794427;
  opacity: 1;
}

/* profile */
.oukanous-profile {
  margin-top: 60px;
  background-color: rgba(163, 92, 29, 0.2);
  border-radius: 20px;
  width: 90%;
  margin-inline: auto;
  padding: 15px 0;
}

.oukanous-profile__title {
  font-family: "amatic-sc", cursive;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  text-align: center;
}

.oukanous-profile__title-border {
  width: 90%;
  margin-inline: auto;
}

.oukanous-profile__content {
  display: flex;
  gap: 20px;
  width: 90%;
  margin-inline: auto;
  margin-top: 20px;
}

.oukanous-profile__icon {
  width: 100px;
  text-align: center;
}

.oukanous-profile__desc {
  flex: 1;
  color: #513b2c;
}

/* novelty */
.oukanous-novelty {
  margin-top: 60px;
}

.oukanous-novelty__text {
  position: relative;
  width: 90%;
  margin-inline: auto;
}

.oukanous-novelty__text span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
}

.oukanous-novelty__img01 {
  position: relative;
}

.oukanous-novelty__img01 .float {
  width: 42%;
  position: absolute;
  bottom: -14%;
  right: 10%;
}

.oukanous-novelty__img02 {
  margin-top: 120px;
}

.oukanous-novelty__title {
  font-size: 20px;
  font-weight: bold;
  background-color: #f2a057;
  color: #fff;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 5px;
  font-family: "zen-kaku-gothic-antique", sans-serif;
}

.oukanous-novelty__desc {
  font-size: 15px;
  margin-top: 10px;
}

.oukanous-novelty__note {
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.6;
}

.oukanous-novelty__img03 {
  margin-top: 20px;
}

.oukanous__all-items {
  max-width: 300px;
  width: 80%;
  margin-inline: auto;
  padding: 60px 0;
  text-align: center;
  font-weight: bold;
}

.oukanous-novelty__content {
  width: 90%;
  margin-inline: auto;
}

@media screen and (max-width: 599px) {
  .oukanous-novelty__text span {
    font-size: 12px;
  }

  .oukanous-novelty__img02 {
    margin-top: 80px;
  }

  .oukanous-novelty__desc {
    font-size: 13px;
  }
}

/* footer */
.oukanous-footer {
  position: relative;
}

.oukanous-footer__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.oukanous-footer__title {
  font-family: "amatic-sc", cursive;
  font-weight: bold;
  font-size: 60px;
  text-align: center;
  color: #fff;
}

.oukanous-footer__sns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 260px;
  width: 80%;
  margin-inline: auto;
  margin-top: 20px;
}

/* .oukanous__top-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
} */

.oukanous__top-btn {
  position: fixed;
  bottom: 20px;
  width: 80px;
  opacity: 0;
  /* 最初は非表示 */
  pointer-events: none;
  /* クリック無効 */
  transition: opacity 0.4s;
  z-index: 999;
}

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

@media screen and (min-width: 600px) {
  .oukanous__top-btn {
    left: calc(50% - 20px);
    transform: translateX(300px) translateX(-100%);
  }
}

@media screen and (max-width: 599px) {
  .oukanous__top-btn {
    width: 60px;
    right: 20px;
  }

}

/* アニメ */
.LeftRight-anime {
  animation: LeftRight 2s ease-in-out infinite;
}

@keyframes LeftRight {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-15px);
  }

  100% {
    transform: translateX(0px);
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fadein.is-inview {
  opacity: 1;
  transform: none;
}

.js-typing {
  white-space: pre-wrap;
}

.js-typing span {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.6s ease;
}

.js-typing span.show {
  opacity: 1;
}

.js-draw-svg path {
  fill: none;
  stroke: #2e4168;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;

  /* 最初は隠す */
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

/* アニメーション */
.js-draw-svg.animate path {
  animation: draw 3s ease forwards;
}

.js-draw-svg.animate path:nth-of-type(2) {
  animation-delay: 1s;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.oukanous-novelty__img03 {
  position: relative;
}

.oukanous-novelty__img03 .fuwafuwa {
  position: absolute;
  width: 18%;
  top: 10%;
  right: 4%;
}

.oukanous__all-items a {
  color: rgba(163, 92, 29, 0.8);
}
