@charset "UTF-8";
.mv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100vh;
}

.mv img {
  width: 100%;
}

.mv .pic {
  width: 58%;
  opacity: 0;
}

.mv .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 42%;
  opacity: 0;
  z-index: 1;
}

.mv .txt h2 {
  display: flex;
  width: 7.8vw;
  transform: translateX(3vw);
}

.mv .txt h1 {
  display: flex;
  width: 23.6vw;
  margin-top: 9vw;
}

.yodo {
  padding: 74px 30px;
  text-align: center;
  background-color: #FFF5E9;
  font-weight: 500;
}

.yodo .yodo-inner {
  display: inline-block;
  text-align: left;
  max-width: 490px;
  width: 100%;
}

.contents {
  padding: 73px 30px 113px;
  width: 100vw;
  overflow: hidden;
}

.contents p {
  color: #333;
  padding: 0 0 60px;
  margin: auto;
  max-width: 490px;
}

.contents p::before {
  content: none;
}

.contents p.ttl1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  /* 150% */
}

.contents p.color {
  color: #620000;
}

.contents .bottom {
  background-color: #FFF5E9;
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 82px 30px 74px;
  font-weight: 500;
}

.contents .pic {
  padding: 0 0 60px;
  max-width: 550px;
  margin: auto;
}

.contents .pic img {
  width: 100%;
}

footer {
  font-weight: 500;
}

footer hr {
  margin-bottom: 0;
  max-width: calc(100% - 60px);
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 610px;
  overflow: hidden;
  margin: 0 auto 60px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fade-in {
  animation: fadeIn 1.5s ease-in-out;
  /* 2秒間のフェードインを指定 */
  opacity: 0;
  /* 初期状態は透明 */
  animation-fill-mode: forwards;
  /* アニメーション後に最終状態を保持 */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.staff {
  font-size: 13px;
  margin: 100px auto;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.45px;
}

.another-yokoku {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1060px;
  margin: 80px auto 66px;
  padding: 0 30px;
}

.another-yokoku a {
  display: block;
  width: calc(25% - 20px);
}

.another-yokoku a.comingsoon {
  pointer-events: none;
  opacity: .3;
}

hr {
  max-width: 1000px;
  margin: 50px auto 110px;
  height: 4.68px;
  background-image: url(/store/miknits/2024aw/img/common/bg-hr.svg);
  background-size: 1000px;
  background-position: center;
  border: none;
}

.fade-in-image {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-image.visible {
  opacity: 1;
  transform: translateY(0);
}

body.pre02, body.pre03, body.pre04 {
  font-weight: 500;
}

body.pre02 .contents, body.pre03 .contents {
  padding: 80px 30px 0;
}

body.pre01 .staff, body.pre04 .staff {
  display: none;
}

body.pre01 .contents {
  background-color: #FFF5E9;
}

body.pre01 .contents p {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

body.pre02 .mv {
  min-height: initial;
}

body.pre02 .mv .pic {
  width: 40%;
  margin-left: 18%;
}

body.pre02 .mv .txt h2 {
  width: 12vw;
}

body.pre02 .contents .pic--1 {
  max-width: 710px;
}

body.pre02 .contents .pic--3 {
  max-width: 1000px;
}

body.pre02 .contents .pic--5 {
  max-width: 840px;
}

body.pre02 .contents .pic--7 {
  padding-bottom: 106px;
}

body.pre02 .contents .pic--8 {
  max-width: 1010px;
}

body.pre02 .contents .pic--9 {
  max-width: 660px;
}

body.pre03 .mv .txt h1 {
  margin-top: 3.3vw;
}

body.pre03 .mv .txt h2 {
  width: 12vw;
}

body.pre03 .contents .pic--2 {
  max-width: 888px;
}

body.pre03 .contents .pic--4 {
  max-width: 840px;
}

body.pre03 .contents .pic--6 {
  max-width: 840px;
  padding-bottom: 110px;
}

body.pre03 .contents .pic--7 {
  max-width: 922px;
}

body.pre04 {
  color: #000;
}

body.pre04 .mv {
  align-items: flex-end;
  min-height: initial;
  padding: 0;
}

body.pre04 .mv .txt {
  width: 42%;
}

body.pre04 .mv .txt h2 {
  width: 22.22vw;
  padding-bottom: 6.6vw;
}

body.pre04 .mv .pic {
  position: relative;
  width: 40%;
  margin-right: 18%;
}

body.pre04 .mv .pic h1 {
  position: absolute;
  top: 34px;
  left: calc(100% + 30px);
  width: 3.07vw;
}

body.pre04 .yodo .yodo-inner {
  max-width: 374px;
}

body.pre04 .contents {
  background-color: #AFCFBE;
  padding-bottom: 0;
}

body.pre04 .contents .pic {
  max-width: 470px;
  padding-bottom: 40px;
}

body.pre04 .contents .pic-name {
  font-family: "A P-OTF Shuei Mincho Pr6N";
  font-weight: 400;
  text-align: center;
}

body.pre04 .contents .pic-name div:nth-of-type(1) {
  letter-spacing: 3.12px;
  margin-bottom: 16px;
  font-size: 24px;
}

body.pre04 .contents .pic-name div:nth-of-type(2) {
  font-size: 13px;
}

body.pre04 .contents [class^="block-"] {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}

body.pre04 .contents [class^="block-"] p {
  padding-bottom: 0;
}

body.pre04 .contents .block-1 {
  max-width: 1000px;
}

body.pre04 .contents .block-1 > div {
  width: 48%;
}

body.pre04 .contents .block-1 > div:nth-of-type(2) p {
  padding: 30% 0 35% 12%;
}

body.pre04 .contents .block-2 {
  max-width: 1016px;
  margin-top: -26%;
  padding-right: 14%;
  box-sizing: content-box;
}

body.pre04 .contents .block-2 > div:nth-of-type(1) {
  width: 43%;
}

body.pre04 .contents .block-2 > div:nth-of-type(2) {
  width: 51%;
  margin-top: 41%;
}

body.pre04 .contents .block-2 > div:nth-of-type(3) {
  width: 64%;
  margin: 7% auto 0;
}

body.pre04 .contents .block-3 {
  max-width: 1050px;
  margin-top: 7%;
  justify-content: initial;
}

body.pre04 .contents .block-3 img {
  width: 61%;
}

body.pre04 .contents .block-3 p {
  width: 31%;
  display: flex;
  justify-content: flex-end;
  margin: auto 0;
}

body.pre04 .contents .block-4 {
  max-width: 1000px;
  margin-top: 7%;
}

body.pre04 .contents .block-4 p {
  width: 51%;
  padding: 0 5% 0 10%;
}

body.pre04 .contents .block-4 img {
  width: 49%;
}

body.pre04 .contents .block-5 {
  max-width: 985px;
  margin-top: 7%;
}

body.pre04 .contents .block-5 > div {
  display: flex;
  flex-wrap: wrap;
}

body.pre04 .contents .block-5 > div > div:nth-of-type(1) {
  width: 310px;
  margin-right: 50px;
}

body.pre04 .contents .block-5 > div > div:nth-of-type(2) {
  width: 400px;
  margin-top: 162px;
}

body.pre04 .contents .block-5 p {
  margin: -70px 0 0;
  width: 345px;
}

body.pre04 .contents .block-6 {
  max-width: 985px;
  margin-top: -1%;
  justify-content: flex-end;
}

body.pre04 .contents .block-6 p {
  padding-right: 38px;
  margin: auto 0;
}

body.pre04 .contents .block-6 img {
  width: 280px;
}

body.pre04 .contents .block-7 {
  max-width: 958px;
  margin-top: 11%;
}

body.pre04 .contents .block-7 > div p {
  margin-top: 5px;
}

body.pre04 .contents .block-7 > div:nth-of-type(1) {
  width: 50%;
}

body.pre04 .contents .block-7 > div:nth-of-type(2) {
  width: 41%;
  margin-top: 13%;
}

body.pre04 .contents .block-7 > div:nth-of-type(2) img {
  width: 79%;
}

body.pre04 .contents .block-8 {
  max-width: 1000px;
  margin-top: 11%;
}

body.pre04 .contents .block-8 img {
  width: 48%;
}

body.pre04 .contents .block-8 p {
  width: 48%;
  padding: 30% 0 35% 12%;
}

body.pre04 .contents .block-9 {
  max-width: 980px;
  margin-top: 11%;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

body.pre04 .contents .block-9 > div:nth-of-type(1) {
  display: flex;
  width: 51%;
}

body.pre04 .contents .block-9 > div:nth-of-type(1) p {
  padding-right: 5%;
  margin: 0;
}

body.pre04 .contents .block-9 > div:nth-of-type(1) div {
  width: 59%;
}

body.pre04 .contents .block-9 > div:nth-of-type(2) {
  width: 38%;
  margin-top: 13%;
}

body.pre04 .contents .block-10 {
  max-width: 985px;
  display: block;
  margin-top: 13%;
}

body.pre04 .contents .block-10 p {
  padding-top: 4.5%;
}

body.pre04 .contents .block-11 {
  max-width: 980px;
  margin-top: 11%;
  justify-content: flex-start;
}

body.pre04 .contents .block-11 div {
  width: 310px;
}

body.pre04 .contents .block-11 p {
  padding-left: 30px;
  margin: 0;
}

body.pre04 .contents .block-12 {
  max-width: 980px;
  margin-top: -10%;
  justify-content: flex-end;
  align-items: flex-end;
}

body.pre04 .contents .block-12 p {
  padding: 0 30px 10px 0;
  margin: 0;
}

body.pre04 .contents .block-12 div {
  width: 370px;
}

body.pre04 .contents .block-13 {
  max-width: 1000px;
  margin-top: 11%;
}

body.pre04 .contents .block-13 div {
  width: 50%;
}

body.pre04 .contents .block-13 p {
  width: 50%;
  display: flex;
  justify-content: center;
}

body.pre04 .contents .block-14 {
  max-width: 1250px;
  margin-top: 11%;
}

body.pre04 .contents .block-14 p {
  display: flex;
  justify-content: center;
}

body.pre04 .contents .block-14 div {
  width: 58%;
}

body.pre04 .contents .block-14 div img {
  width: 86%;
}

body.pre04 .contents .block-15 {
  max-width: 1000px;
  margin: 11% auto 82px;
  flex-direction: column;
  align-items: center;
}

body.pre04 .contents .block-15 div {
  width: 85%;
}

body.pre04 .contents .block-15 p {
  margin-top: 28px;
}

@media screen and (max-width: 950px) and (min-width: 769px) {
  .mv {
    align-items: flex-start;
    min-height: initial;
    padding: 64px 0;
  }
  .mv .pic {
    width: 75%;
  }
  .mv .txt {
    width: 25%;
    padding-top: 4vw;
  }
  .mv .txt h1 {
    width: 46vw;
    margin-top: 5vw;
    transform: translateX(-15vw);
  }
  .mv .txt h2 {
    width: 11vw;
    transform: translateX(4.5vw);
  }
  body.pre02 .mv {
    padding: 0;
  }
  body.pre02 .mv .pic {
    width: 55%;
    margin-left: 3%;
  }
  body.pre02 .mv .txt {
    width: 42%;
    padding-top: 10vw;
  }
  body.pre02 .mv .txt h1 {
    transform: translateX(-10vw);
  }
  body.pre02 .mv .txt h2 {
    width: 18.5vw;
  }
  body.pre03 .mv .txt {
    padding-top: 8vw;
  }
  body.pre03 .mv .txt h2 {
    width: 16.25vw;
    transform: translateX(1.5vw);
  }
  body.pre03 .mv .txt h2 img.pc {
    display: none;
  }
  body.pre04 .mv .pic {
    width: 48%;
    margin-right: 10%;
  }
  body.pre04 .mv .txt h2 {
    width: 30vw;
    transform: initial;
  }
}

@media screen and (max-width: 819px) and (min-width: 769px) {
  body.pre04 .contents .block-5 > div > div:nth-of-type(1) {
    width: 40%;
    margin-right: 7%;
  }
  body.pre04 .contents .block-5 > div > div:nth-of-type(2) {
    width: 53%;
    margin-top: 22%;
  }
  body.pre04 .contents .block-5 p {
    margin-top: -10%;
  }
}

@media screen and (min-width: 1060px) {
  body.pre04 .contents .block-1 > div:nth-of-type(2) p {
    padding: 144px 0 168px 57px;
  }
  body.pre04 .contents .block-2 {
    margin-top: -260px;
  }
  body.pre04 .contents .block-2 > div:nth-of-type(2) {
    margin-top: 353px;
  }
}

@media screen and (max-width: 1040px) and (min-width: 769px) {
  body.pre04 .contents .block-9 {
    max-width: 865px;
  }
  body.pre04 .contents .block-9 > div:nth-of-type(1) {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 372px);
  }
  body.pre04 .contents .block-9 > div:nth-of-type(1) p {
    position: absolute;
    right: 320px;
    padding: 0;
    width: 180px;
  }
  body.pre04 .contents .block-9 > div:nth-of-type(1) div {
    width: 300px;
  }
  body.pre04 .contents .block-9 > div:nth-of-type(2) {
    width: 372px;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    position: relative;
    display: block;
    min-height: initial;
    padding-bottom: 51px;
  }
  .mv .pic {
    width: 89.6%;
  }
  .mv .txt {
    width: 100%;
    margin-top: 46px;
  }
  .mv .txt h2 {
    width: 317px;
    transform: initial;
  }
  .mv .txt h1 {
    position: absolute;
    top: 3.2vw;
    right: 3.4vw;
    width: 7.12vw;
    margin: 0;
  }
  .yodo {
    padding: 24px 5%;
  }
  .yodo .yodo-inner {
    max-width: 100%;
  }
  .contents {
    padding: 28px 5% 43px;
  }
  .contents p {
    padding: 0 0 30px;
    max-width: 100%;
  }
  .contents p.ttl1 {
    font-size: 18px;
    letter-spacing: initial;
  }
  .contents .pic {
    padding-bottom: 30px;
  }
  .contents hr {
    margin: 20px auto 50px;
  }
  .contents .bottom {
    padding: 36px 5vw 42px;
    width: 100vw;
    margin-left: -5vw;
  }
  footer {
    font-weight: 500;
  }
  footer hr {
    max-width: 90%;
  }
  .video-wrapper {
    margin-bottom: 30px;
  }
  .staff {
    margin: 0 auto 40px;
    font-size: 11px;
  }
  .another-yokoku {
    margin: 30px auto 35px;
    padding: 0 5%;
  }
  .another-yokoku a {
    width: calc(50% - 5px);
  }
  .another-yokoku a:nth-of-type(n+3) {
    margin-top: 30px;
  }
  body.pre01 .contents p.tuduku {
    padding-top: 35px;
  }
  body.pre02 .mv .pic, body.pre03 .mv .pic, body.pre04 .mv .pic {
    width: 89.6%;
    margin: 0;
  }
  body.pre02 .contents, body.pre03 .contents, body.pre04 .contents {
    padding: 28px 5% 43px;
  }
  body.pre02 .mv .txt h2 {
    width: 305.5px;
  }
  body.pre02 .contents .pic--7 {
    padding-bottom: 60px;
  }
  body.pre02 .contents .pic--8 {
    max-width: 400px;
    padding-bottom: 36px;
  }
  body.pre02 .contents .pic--9 {
    max-width: 400px;
    transform: translateX(-47px);
    padding-bottom: 38px;
  }
  body.pre03 .mv .txt h1 {
    margin-top: 0;
  }
  body.pre03 .mv .txt h2 {
    width: 303px;
  }
  body.pre03 .contents .pic--6 {
    padding-bottom: 60px;
  }
  body.pre03 .contents .pic--7 {
    max-width: 400px;
  }
  body.pre03 .contents p.tuduku {
    padding-top: 18px;
  }
  body.pre04 .mv {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 51px;
  }
  body.pre04 .mv .txt {
    width: 100%;
    align-items: center;
  }
  body.pre04 .mv .txt h2 {
    padding: 0;
    width: 297.5px;
  }
  body.pre04 .mv .pic h1 {
    position: absolute;
    top: 3.2vw;
    left: 99.8%;
    width: 7.12vw;
    margin: 0;
  }
  body.pre04 .yodo .yodo-inner {
    max-width: 490px;
  }
  body.pre04 .contents {
    padding-bottom: 0;
  }
  body.pre04 .contents p {
    font-size: 14px;
  }
  body.pre04 .contents .pic {
    width: 96%;
    padding-bottom: 20px;
  }
  body.pre04 .contents .pic-name div:nth-of-type(1) {
    font-size: 22px;
    margin-bottom: 6px;
  }
  body.pre04 .contents .pic-name div:nth-of-type(2) {
    font-size: 13px;
  }
  body.pre04 .contents .block-1 {
    flex-direction: column;
  }
  body.pre04 .contents .block-1 > div {
    width: 80%;
  }
  body.pre04 .contents .block-1 > div:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 20%;
    transform: translateX(5%);
  }
  body.pre04 .contents .block-1 > div:nth-of-type(2) p {
    padding: 10px 0 0;
    margin: 0;
  }
  body.pre04 .contents .block-2 {
    margin-top: 17%;
    padding: 0;
  }
  body.pre04 .contents .block-2 > div:nth-of-type(1) {
    width: 58%;
    margin-left: 3%;
  }
  body.pre04 .contents .block-2 > div:nth-of-type(2) {
    margin: 2% 0 0 34%;
    width: 66%;
    transform: translateX(5%);
  }
  body.pre04 .contents .block-2 > div:nth-of-type(3) {
    width: 84%;
    margin: 2% 0 0;
  }
  body.pre04 .contents .block-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    margin: 13% 0 0 25%;
  }
  body.pre04 .contents .block-3 img {
    width: 100%;
  }
  body.pre04 .contents .block-3 p {
    width: 100%;
    padding: 2% 0 0;
    justify-content: initial;
  }
  body.pre04 .contents .block-4 {
    flex-direction: column-reverse;
    align-items: center;
    width: 82%;
    margin-top: 19%;
  }
  body.pre04 .contents .block-4 p {
    width: 100%;
    padding: 2% 0 0;
  }
  body.pre04 .contents .block-4 img {
    width: 100%;
  }
  body.pre04 .contents .block-5 {
    margin-top: 23%;
  }
  body.pre04 .contents .block-5 > div {
    width: 100%;
    justify-content: space-between;
  }
  body.pre04 .contents .block-5 > div > div:nth-of-type(1) {
    width: 42%;
    margin: 0;
  }
  body.pre04 .contents .block-5 > div > div:nth-of-type(2) {
    width: 54%;
    margin-top: 30%;
    transform: translateX(5%);
  }
  body.pre04 .contents .block-5 p {
    margin: 3% auto 0;
    display: flex;
    justify-content: center;
  }
  body.pre04 .contents .block-6 {
    flex-direction: column-reverse;
    margin: 13% 0% 0% 12%;
  }
  body.pre04 .contents .block-6 p {
    padding: 3% 0 0;
  }
  body.pre04 .contents .block-6 img {
    width: 50%;
  }
  body.pre04 .contents .block-7 {
    width: 95%;
    margin-left: 5%;
  }
  body.pre04 .contents .block-7 > div p {
    margin-top: 3%;
  }
  body.pre04 .contents .block-7 > div:nth-of-type(1) {
    width: 100%;
  }
  body.pre04 .contents .block-7 > div:nth-of-type(1) img {
    width: 60%;
    margin-left: 40%;
  }
  body.pre04 .contents .block-7 > div:nth-of-type(2) {
    width: 100%;
  }
  body.pre04 .contents .block-7 > div:nth-of-type(2) img {
    width: 43%;
  }
  body.pre04 .contents .block-8 {
    flex-direction: column;
    width: 82%;
    margin-top: 18%;
  }
  body.pre04 .contents .block-8 img {
    width: 100%;
  }
  body.pre04 .contents .block-8 p {
    padding: 3% 0 0;
    width: 100%;
  }
  body.pre04 .contents .block-9 {
    flex-direction: column;
  }
  body.pre04 .contents .block-9 > div:nth-of-type(1) {
    width: 84%;
    margin: 8% auto 0;
    align-items: center;
  }
  body.pre04 .contents .block-9 > div:nth-of-type(1) p {
    width: 49%;
    padding-left: 3%;
  }
  body.pre04 .contents .block-9 > div:nth-of-type(1) div {
    width: 51%;
  }
  body.pre04 .contents .block-9 > div:nth-of-type(2) {
    width: 95%;
    margin-left: 5%;
    margin-top: 7%;
  }
  body.pre04 .contents .block-9 > div:nth-of-type(2) img {
    width: 68%;
  }
  body.pre04 .contents .block-9 > div:nth-of-type(2) p {
    margin-top: 3%;
  }
  body.pre04 .contents .block-10 {
    margin: 26% 0 0 -2%;
    width: 108%;
  }
  body.pre04 .contents .block-10 p {
    padding-top: 3%;
  }
  body.pre04 .contents .block-11 {
    width: 60%;
    margin: 30% 0 0 40%;
  }
  body.pre04 .contents .block-11 div {
    width: 75%;
  }
  body.pre04 .contents .block-11 p {
    padding: 3% 0 0;
  }
  body.pre04 .contents .block-12 {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 95%;
    margin: 10% 0 0 5%;
  }
  body.pre04 .contents .block-12 p {
    padding: 3% 0 0;
  }
  body.pre04 .contents .block-12 div {
    width: 71%;
  }
  body.pre04 .contents .block-13 {
    flex-direction: column;
    width: 77%;
    margin: 9% 0 0 23%;
    transform: translateX(5%);
  }
  body.pre04 .contents .block-13 div {
    width: 100%;
  }
  body.pre04 .contents .block-13 p {
    width: 100%;
    display: block;
    margin-top: 3%;
  }
  body.pre04 .contents .block-14 {
    flex-direction: column-reverse;
  }
  body.pre04 .contents .block-14 p {
    display: block;
    width: 100%;
    margin-top: 3%;
  }
  body.pre04 .contents .block-14 div {
    width: 88%;
  }
  body.pre04 .contents .block-14 div img {
    width: 100%;
  }
  body.pre04 .contents .block-15 {
    margin: 16% auto 36px;
    width: 85%;
  }
  body.pre04 .contents .block-15 div {
    width: 100%;
  }
  body.pre04 .contents .block-15 p {
    width: 100%;
    margin-top: 3%;
  }
}
