@charset "utf-8";
/*-----common-------*/
.tmc_btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 240px;
  margin: 1vw auto;
  padding: 0.5vw;
  background: #607c5b;
  color: #fff;
  transition: 0.5s;
  font-size: min(1.5vw, 16px);
  letter-spacing: 0.15em;
  border: solid 1px #607c5b;
  line-height: 1.8em;
}
.tmc_btn_02 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 300px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid #607c5b;
  transition: 0.5s;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.8em;
  color: #607c5b;
  background: #fff;
}
.tmc_btn_03 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 400px;
  margin: 0 auto;
  padding: 14px 0;
  border: 1px solid #333;
  transition: 0.5s;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.8em;
  background: #333;
  color: #fff;
  font-size: 20px;
}
.tmc_btn_01:hover {
  color: #607c5b;
  background: none;
}
.tmc_btn_02:hover {
  color: #fff;
  background: none;
	border: solid 1px #fff;
}
.tmc_btn_03:hover {
  color: #333;
  background: none;
  border: solid 1px #333;
}
@media screen and (max-width: 834px) {
  .tmc_btn_01 {
    font-size: 12px;
    text-shadow: none;
    padding: 2vw;
    max-width: 180px;
    margin: 0 auto 5vw;
  }
  .tmc_btn_02 {
    max-width: 20vw;
    font-size: 12px;
    padding: 1vw;
    margin: 0 0 0 auto;
  }
  .tmc_btn_03 {
    font-size: 15px;
    text-shadow: none;
    padding: 2vw;
    max-width: 250px;
  }
}
@media screen and (max-width: 834px) {
  .tmc_img-none {
    display: none;
  }
}
@media screen and (min-width: 834px) {
  .tmc_img-none01 {
    display: none;
  }
}
@media screen and (min-width: 834px) {
  .tmc_br_none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .tmc_br_none02 {
    display: none;
  }
}

.tmc_link {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}
.tmc_link02 {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
  color: #8ebd89;
  text-decoration: none;
}
.tmc_link img {
  height: auto;
  transition: transform 1s cubic-bezier(0, 0, 0, 1);
  transition: 0.3s;
}
.tmc_link:hover img {
  transform: scale(1.02);
  opacity: 0.6;
}
.tmc_link02:hover {
  transform: scale(1.02);
  opacity: 0.5;
}
.tmc_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .tmc_bg {
    transition: all 1s ease-out 0s;
  }
}
.show02 .tmc_bg {
  opacity: 1;
}
.tmc_bg.tmc_bg02 {
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.tmc_bg.tmc_bg03 {
  width: 100%;
  height: 100vh;
  background: url("/contents/feature/lp/2025/grid_wool/bg001.jpg");
  background-size: cover;
}
.tmc_bg.tmc_bg04 {
  width: 100%;
  height: 100vh;
  background: url("/contents/feature/lp/2025/grid_wool/bg004.jpg");
  background-size: cover;
}
.tmc_bg.tmc_bg05 {
  width: 100%;
  height: 100vh;
  background: url("/contents/feature/lp/2025/grid_wool/bg001.jpg");
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .tmc_bg.tmc_bg03 {
    background: url("/contents/feature/lp/2025/grid_wool/bg001.jpg");
    background-size: cover;
  }
}
.slider .slick-slide {
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button {
  background: #333;
}
.slider .slick-list {}

/*-----hero-section-------*/
#tmc_hero-section {
	padding: 0 0 8vw;
}
@media screen and (max-width: 834px) {
  #tmc_hero-section {}
}
#slider {
  width: 100%;
  height: 100vh;
  position: fixed;
}
.tmc_scrolldown1 {
  position: absolute;
  right: 90%;
  bottom: 10px;
  height: 150px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .tmc_scrolldown1 {
    left: 93%;
    bottom: 80px;
  }
}
.tmc_scrolldown1 span {
  position: absolute;
  left: -19px;
  top: -20px;
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.tmc_scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 120px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 300px;
    opacity: 0;
  }
}
#tmc_section01 {
  padding: 0vw 0 20vw 0;
}
@media screen and (max-width: 834px) {
  #tmc_section01 {
    padding: 0vw 0 30vw 0;
  }
}
.tmc_title-sub01 {
  font-size: 24px;
  font-weight: normal;
  margin: -1vw 0vw 0 0;
  letter-spacing: 0.15em;
  margin-top: -8vw;
}
.tmc_title-sub00 {
  font-size: 24px;
  font-weight: normal;
  margin: -1vw 0vw 0 0;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  .tmc_title-sub01 {
    font-size: 14px;
    margin-top: -10vw;
  }
  .tmc_title-sub00 {
    font-size: 15px;
    margin: 2vw 0 0 0;
  }
}
.tmc_txt-box03 {
  padding: 0 13vw 2vw;
}
.tmc_sentence-box01 {
  padding: 0 22vw 4vw;
}
.tmc_h-box {
  padding: 4vw 24vw 4vw;
  position: relative;
}
@media screen and (max-width: 834px) {
  .tmc_txt-box03 {
    padding: 0 6vw 4vw;
  }
  .tmc_sentence-box01 {
    padding: 0 8vw 6vw;
  }
  .tmc_h-box {
    padding: 0 0vw 15vw;
  }
}
.tmc_text01 {
  font-size: 16px;
  line-height: 2em;
  padding: 0 4vw 4vw;
}
.tmc_about-text01 {
  font-size: 14px;
  line-height: 1.7em;
  margin: 0 0 2vw;
  letter-spacing: 0.04em;
  padding: 0 2.4vw;
}
.tmc_text02 {
  font-size: min(1.5vw, 18px);
  line-height: 2em;
  margin: 0 0 1.8vw;
}
@media screen and (max-width: 834px) {
  .tmc_text01 {
    font-size: 12px;
    padding: 0vw 8vw;
  }
  .tmc_about-text01 {
    font-size: 14px;
    padding: 2vw 8vw 6vw;
    letter-spacing: 0.04em;
  }
  .tmc_text02 {
    font-size: 13px;
    padding: 0 0vw 4vw;
    letter-spacing: 0.04em;
  }
}
#tmc_section-kuro03 {
  padding: 0 0 14vw 0;
  background: #000;
  color: #fff;
}
#tmc_section-shiro03 {
  padding: 0 0 10vw 0;
  background: #fbfbf3;
}
@media screen and (max-width: 834px) {
  #tmc_sectionItem {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 834px) {
  .tmc_column03 {
    padding: 0 0 12vw 0;
  }
}
.tmc_column03 dl {
  display: flex;
  justify-content: space-between;
  padding: 0 18vw 4vw;
  gap: 4vw;
}
.tmc_column03 dt {
  flex-basis: 53%;
}
.tmc_column03 dd {
  flex-basis: 47%;
}
@media screen and (max-width: 834px) {
  .tmc_column03 dl {
    flex-flow: column;
    margin: 0 0 6vw 0;
    padding: 0 10vw;
  }
  .tmc_column03 dt {
    margin: 0 0 8vw 0;
  }
  .tmc_column03 dd {
    margin-bottom: 8vw;
  }
}
.tmc_column04 dl {
  display: flex;
  justify-content: space-between;
  padding: 0 2vw 4vw 8vw;
}
.tmc_column04 dt {
  flex-basis: 30%;
  font-size: 2.2vw;
  line-height: 1.5em;
  font-family: "apotek-extracond", sans-serif;
  padding-top: 2vw;
  letter-spacing: 0.05em;
  border-top: 1px solid #fff;
}
.tmc_column04 dd {
  flex-basis: 70%;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 834px) {
  .tmc_column04 dl {
    flex-flow: column;
    padding: 0 6vw 11vw;
  }
  .tmc_column04 dt {
    margin: 0 0 0 0;
    font-size: 7vw;
  }
}
.tmc_main-title01 {
  color: #fff;
  font-size: 5vw;
  position: absolute;
  font-family: "apotek-extracond", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100vw;
  bottom: 2vw;
  right: 2vw;
}
.tmc_title03-sub02 {
  font-size: min(5vw, 45px);
  font-family: "apotek-extracond", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  word-break: keep-all;
}
.tmc_title03-sub03 {
  font-size: min(1.2vw, 16px);
  letter-spacing: 0.1em;
  margin-bottom: 3vw;
}
.tmc_txt01 {
  font-size: min(2.3vw, 22px);
  font-weight: bold;
  padding: 0 3vw 1.5vw 0;
  line-height: 1.7em;
}
.tmc_txt02 {
  font-size: min(1.5vw, 16px);
  padding: 0 3vw 3vw 0;
  line-height: 1.7em;
}
@media screen and (max-width: 834px) {
  .tmc_title03-sub02 {
    font-size: 7vw;
  }
  .tmc_title03-sub03 {
    font-size: 3.5vw;
  }
  .tmc_txt01 {
    font-size: 4.7vw;
    padding: 0 0 2.8vw;
  }
  .tmc_txt02 {
    font-size: 12px;
    padding: 0 0 8vw;
  }
}
.tmc_item-title01 {
  font-size: min(6.3vw, 24px);
  font-weight: 500;
  line-height: 1.1em;
  word-break: keep-all;
text-align: center;
}
.tmc_item-title01-color {
  font-size: min(3.6vw, 26px);
  font-family: "gill-sans-nova", sans-serif;
  line-height: 1.3em;
  background: #104726;
  color: #fff;
  margin: 0.2vw 3vw 1vw;
  padding: 0.3vw;
}
.tmc_item-title01-color03 {
  font-size: min(3.6vw, 26px);
  font-family: "gill-sans-nova", sans-serif;
  line-height: 1.3em;
  background: #1a2947;
  color: #fff;
  margin: 0.2vw 3vw 1vw;
  padding: 0.3vw;
}
@media screen and (max-width: 834px) {
  .tmc_item-title01 {
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  .tmc_item-title01-color {
    font-size: 12.4px;
    margin: 1vw 7vw;
    padding: 0.8vw 0.8vw 1vw;
  }
  .tmc_item-title01-color03 {
    font-size: 12.4px;
    margin: 1vw 7vw;
    padding: 0.8vw 0.8vw 1vw;
  }
}
.tmc_item-title03 {
  font-size: min(2vw, 15px);
  line-height: 2em;
padding: 0 2vw 2vw;
text-align: center;
}
@media screen and (max-width: 834px) {
  .tmc_item-title03 {
    font-size: 11px;
    letter-spacing: 0.05em;
	  padding: 0 0 10vw;
  }
}
.tmc_item01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:4vw; 
  position: relative;
	margin-top: -6vw;
	padding: 0 7vw 0 6vw;
}
@media screen and (max-width: 834px) {
  .tmc_item01 {
		margin-top: -14vw;
    padding: 0vw 8vw 10vw 5vw;
	grid-template-columns: 1fr;
	gap:4vw; 
  }
}
.tmc_title-h4-season {
    padding: 0 0 2vw;
    font-weight: bold;
    font-size: 26px;
}
@media screen and (max-width: 834px) {
.tmc_title-h4-season {
    font-size: 18px;
}
}
.tmc_item02 {
  padding: 2vw 2vw 5vw;
  position: relative;
	border: solid 1px;
	background: #fff;
}
.tmc_item04::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #FF0200;
  position: absolute;
  z-index: 100;
}
.tmc_item04::after {
  content: "NEW";
  white-space: pre;
  line-height: 1em;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  display: block;
  top: 10px;
  left: 2px;
  transform: rotate(-45deg);
  color: #fff;
  position: absolute;
  z-index: 101;
}
@media screen and (max-width: 834px) {
  .tmc_item02 {
    padding: 3vw;
  }
}
.tmc_item-box01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 12vw 10vw 8vw;
  text-align: center;
  gap: 1vw;
}
@media screen and (max-width: 1180px) {
  .tmc_item-box01 {
    padding: 12vw 6vw 8vw;
    gap: 4vw;
  }
}
@media screen and (max-width: 834px) {
  .tmc_item-box01 {
	  grid-template-columns: 1fr 1fr;
    padding: 12vw 4vw 22vw;
  }
}
.tmc_item-box03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 8vw 4vw;
  text-align: center;
  gap: 2vw;
}
@media screen and (max-width: 834px) {
  .tmc_item-box03 {
    grid-template-columns: 1fr;
    padding: 0 12vw 4vw;
    gap: 4vw;
  }
}
.tmc_title03 {
  font-size: 7.8vw;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 600;
  margin-top: -2.8vw;
  line-height: 1.5em;
  margin-bottom: 0px;
}
.tmc_title00 {
  font-size: 7.8vw;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  .tmc_title03 {
    font-size: 14vw;
    line-height: 1em;
  }
  .tmc_title00 {
    font-size: 58px;
  }
}
.tmc_link-box01 {
  color: #000;
  text-decoration: none;
}
.tmc_item-price {
  font-size: 1vw;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-bottom: 2.2vw;
}
@media screen and (max-width: 1180px) {
  .tmc_item-price {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 834px) {
  .tmc_item-price {
    font-size: 2.7vw;
    letter-spacing: 0.05em;
  }
}
.tmc_d-txt01 {
  text-align: left;
  font-size: 18px;
  padding: 0.5vw 0 0.5vw 0;
  line-height: 1.5em;
}
@media screen and (max-width: 834px) {
  .tmc_d-txt01 {
    text-align: left;
    font-size: 14px;
    padding: 0.5vw 0 0.5vw 0;
    line-height: 1.5em;
  }
}
.tmc_img-box01 {
  position: absolute;
  top: 80%;   
  left: 18%;
  transform: translate(-50%, -50%); 
  z-index: 2;
	max-width: 27vw;
}
.tmc_img-banner01 {
  list-style: none;
  padding: 0 18vw 6vw;
}
@media screen and (max-width: 834px) {
  .tmc_img-box01 {
    padding: 0vw 22vw 10vw;
  }
  .tmc_img-banner01 {
    padding: 0 7vw 15vw;
  }
}
#tmc_section03 {
  padding: 0vw 0 12vw 0;
}
@media screen and (max-width: 834px) {
  #tmc_section03 {
    padding: 0vw 0 22vw 0;
  }
}
#tmc_section-kuro01 {
  padding: 20vw 0 8vw 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
}
@media screen and (max-width: 834px) {
  #tmc_section-kuro01 {
    padding: 32vw 0 12vw 0;
    clip-path: polygon(0 0, 100% 2%, 100% 97%, 0 100%);
  }
}
#tmc_section-shiro01 {
  padding: 0 0 8vw 0;
  background: #fbfbf3;
}
@media screen and (max-width: 834px) {

}
.tmc_font-color02 {
  color: #1e3327;
}
#tmc_section02 {
  padding: 0vw 0 6vw 0;
}
@media screen and (max-width: 834px) {
  #tmc_section02 {
    padding: 0 0 14vw 0;
  }
}
#tmc_section-kuro02 {
  padding: 6vw 0 8vw 0;
  color: #fff;
}
@media screen and (max-width: 834px) {
  #tmc_section02 {
    padding: 0 0 14vw 0;
  }
}
#tmc_section-shiro02 {
  padding: 0 0 8vw 0;
  background: #fbfbf3;
}
.tmc_intro-box {

}
.tmc_Details-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 12vw 6vw;
  gap: 3vw;
}
.tmc_Details-box00 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 0vw;
}
.tmc_Details-box02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 6vw 6vw;
  gap: 2vw;
}
@media screen and (max-width: 834px) {
  .tmc_intro-box {
    grid-template-columns: 1fr;
  }
  .tmc_Details-box {
    grid-template-columns: 1fr;
    padding: 0 6vw 16vw;
    gap: 6vw;
  }
  .tmc_Details-box00 {
    grid-template-columns: 1fr;
    padding: 0 4vw 22vw;
  }
  .tmc_Details-box02 {
    grid-template-columns: 1fr;
    gap: 6vw;
    padding: 0 4vw 14vw;
  }
}
.js-waku02 {
  width: 100vw;
  height: 100vh;
}
.tmc_video {
  width: 100%;
}
.tmc_title03-sub04 {
  width: fit-content;
  background: #c53535;
  color: #fff;
  padding: 0 1vw;
  font-size: min(1.2vw, 16px);
}
@media screen and (max-width: 834px) {
  .tmc_title03-sub04 {
    width: fit-content;
    background: #e30000;
    color: #fff;
    padding: 0 4vw;
    font-size: min(3.6vw, 16px);
    margin: 0 0 2vw;
  }
}
.tmc_column04 {
  margin: 0 0 0 0;
}
@media screen and (max-width: 834px) {
  .tmc_column04 {
    margin: 0;
  }
}
.tmc_intro-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 12vw 8vw;
	gap:2vw; 
}
@media screen and (max-width: 834px) {
  .tmc_intro-area {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0vw 7vw;
  }
}
.tmc_intro-txt {
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .tmc_intro-txt {
    font-size: 12px;
    line-height: 1.8em;
    padding: 0 8vw 15vw;
  }
}
.tmc_title-img01 {
  padding: 0 38vw 6vw;
}
@media screen and (max-width: 834px) {
.tmc_title-img01 {
  padding: 0 24vw 12vw;
}
}
.tmc_intro01 {
  padding: 6vw;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.tmc_Details03 {
  padding: 6vw 8vw 0;
  background-color: #F8F8F8;
}
@media screen and (max-width: 834px) {
  .tmc_intro01 {
    padding: 10vw;
  }
}
.tmc_intro02 {
  padding: 9vw 6vw 6vw 6vw;
}
.tmc_Details02 {
  padding: 2vw;
  background-color: #edefd8;
}
@media screen and (max-width: 834px) {
  .tmc_intro02 {
    padding: 4vw 7vw 0;
  }
  .tmc_Details02 {}
}
.tmc_dot {
  width: 45px;
  height: 45px;
  margin-right: 1.5em;
  background: #1e3327;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .tmc_dot {
    width: 31px;
    height: 28px;
    margin-right: 1.3em;
  }
}
.tmc_base-title {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 3vw;
}
@media screen and (max-width: 834px) {
  .tmc_base-title {
    margin-bottom: 6vw;
  }
}
.tmc_base-title-txt {
  font-size: 30px;
  font-style: normal;
  margin: 0;
  text-align: center;
}
.tmc_Details-title-txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.tmc_base-title-txt span {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  color: #bbb;
}
@media screen and (max-width: 834px) {
  .tmc_base-title-txt {
    font-size: 24px;
  }
  .tmc_Details-title-txt {
    font-size: 18px;
    margin: 0;
    text-align: left;
    padding: 0 0 0 8vw;
  }
}
.tmc_intro-area-box {
  padding: 4vw 0vw 4vw 6vw;
}
@media screen and (max-width: 834px) {
  .tmc_intro-area-box {
    padding: 0;
  }
}
.tmc_intro-area-box01 {}
@media screen and (max-width: 834px) {
  .tmc_intro-area-box01 {
    padding: 0vw 12vw 15vw;
  }
}
.tmc_logo {
  width: 160px;
}
.tmc_logo-box {
  width: 160px;
  margin: 0 auto 3vw;
}
@media screen and (max-width: 834px) {
  .tmc_logo-box {
    width: 100px;
    padding: 3vw 0;
  }
}
.slider {
  padding: 0 0 4vw 0;
width: 100vw;
}
.slider li {
	position: relative;
}
@media screen and (max-width: 834px) {
  .slider {
	    margin: 0 0 0 0;
	}
}
.slider img {
  width: 100%;
  height: auto;
}
.tmc_column-box {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  font-weight: 500;
  font-style: normal;
  padding: 3.5vw 18vw 9vw;
	gap:4vw;
}
@media screen and (max-width: 834px) {
  .tmc_column-box {
	grid-template-columns: 1fr;
    padding: 0vw 6vw 12vw;
  }
}
.tmc_column-number {
  font-size: 9vw;
  line-height: 1em;
  padding: 0 0 3.3vw;
  color: #1e3327;
}
@media screen and (max-width: 834px) {
  .tmc_column-number {
    font-size: 14vw;
  }
}
.tmc_column-in {
  border-right: solid 1px;
    padding: 0 20vw ;
}
.tmc_column-in02 {
	padding: 0 0 0 0;
}
@media screen and (max-width: 834px) {
  .tmc_column-in {
    padding: 0 4vw 0 0;
  }
  .tmc_column-in02 {
    padding: 0 0 0 0;
	font-size: 13px;
  }
}
.tmc_column-title {
  font-size: 1.5vw;
  font-weight: 600;
  color: #1e3327;
}
@media screen and (max-width: 834px) {
  .tmc_column-title {
    font-size: 3vw;
  }
}
.tmc_movie-box01 {
  padding: 0 12vw 8vw;
}
@media screen and (max-width: 834px) {
  .tmc_movie-box01 {
    padding: 0 7vw 15vw;
  }
}
.tmc_intro-img {
}
@media screen and (max-width: 834px) {
  .tmc_intro-img {
    padding: 12vw;
  }
}
.tmc_main-txt01 {
  z-index: -1;
}
.tmc_flow-txt {
  list-style: none;
  color: #fff;
  font-size: 12vw;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .tmc_flow-txt {
    font-size: 26vw;
  }
}
.tmc_animation-scale {
  width: 100%;
  height: 100vh;
  position: fixed;
}
.tmc_intro-copy {
  z-index: 1;
  color: #fff;
  font-size: 27px;
  line-height: 2em;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.tmc_intro-logo01 {
  z-index: 1;
  width: 35vw;
  position: absolute;
  bottom: 3vw;
  right: 5vw;
}
.tmc_intro-logo02 {
  z-index: 1;
  width: 12vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 7vw;
}
@media screen and (max-width: 834px) {
  .tmc_intro-copy {
    font-size: 18px;
    width: 70vw;
    margin: 0 auto;
  }
  .tmc_intro-logo01 {
    z-index: 1;
    width: 66vw;
    top: 37vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .tmc_intro-logo02 {
    z-index: 1;
    width: 45vw;
    bottom: 24vw;
    top: initial;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#tmc_main_slide {
  padding: 120vh 0 0 0;
}
@media screen and (max-width: 834px) {
  #tmc_main_slide {
    padding: 120vh 0 0 0;
  }
}
.tmc_Package {
  font-family: "roboto", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0.1em;
	background: #fef8ea;
}

.tmc_border-none {
  border: none !important;
}
.tmc_img-margin {
  margin: 0 0 4vw 0;
}
.tmc_h-img {
  padding: 0 4vw;
  position: relative;
}
.tmc_h-number {
  position: absolute;
  top: 4.5vw;
  font-size: min(17vw, 230px);
  line-height: 0;
  color: rgb(0, 0, 0, 0.2);
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  .tmc_h-number {
    top: 2.5vw;
    font-size: 28vw;
    left: 2vw;
  }
}
.tmc_h-txt {
  font-size: 16px;
  padding: 0 2vw 1.5vw 5vw;
}
@media screen and (max-width: 834px) {
  .tmc_h-txt {
    font-size: 12px;
    padding: 0 15vw 4vw 20vw;
  }
}
.tmc_h-title {
  font-size: 21px;
  padding: 0 2vw 0.5vw 5vw;
}
@media screen and (max-width: 834px) {
  .tmc_h-title {
    font-size: 16px;
    padding: 0 15vw 4vw 20vw;
  }
}
.tmc_Package img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: top;
}
.tmc_Package h1, h2, h3 {
  line-height: 1.3em;
  padding: 0;
  font-weight: revert;
}
form {
  overflow-y: visible !important;
}
body {
  overflow: hidden;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
.tmc_main-bg {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: url("/contents/feature/lp/2025/grid_wool/bg001.jpg") center center;
  background-size: cover;
  z-index: -1;
}
.Xproof_parallax-box {
  height: 249vw;
  position: relative;
  padding-top: 15vw;
}
.Xproof_p-img01 {
  width: 32vw;
  position: absolute;
}
.Xproof_p-img02 {
  width: 52vw;
  position: absolute;
  right: 0vw;
}
.Xproof_p-kodama01 {
  width: 12vw;
  position: absolute;
  right: 0vw;
  opacity: 0.5
}
.Xproof_p-img03 {
  width: 30vw;
  position: absolute;
  top: 30vw;
}
.Xproof_p-img04 {
  width: 20vw;
  position: absolute;
  top: 30vw;
  right: 0;
}
.Xproof_p-img05 {
  width: 60vw;
  position: absolute;
  left: 5vw;
}
.Xproof_p-img06 {
  width: 40vw;
  position: absolute;
  right: 20vw;
  top: 30vw;
}
.Xproof_p-img07 {
  width: 40vw;
  position: absolute;
  right: 25vw;
}
.Xproof_p-img08 {
  width: 35vw;
  position: absolute;
  right: 0vw;
}
.Xproof_p-img09 {
  width: 35vw;
  position: absolute;
  left: 20vw;
  top: 30vw;
}
.Xproof_p-img10 {
  width: 20vw;
  position: absolute;
  right: 26vw;
  top: -8vw;
}
@media screen and (max-width: 1180px) {}
@media screen and (max-width: 834px) {
  .Xproof_parallax-box {
    height: 306vw;
    padding: 40vw 0 0 0;
  }
  .Xproof_p-img01 {
    width: 32vw;
  }
  .Xproof_p-img02 {
    width: 63vw;
  }
  .Xproof_p-img03 {
    width: 35vw;
    top: 71vw;
  }
  .Xproof_p-img04 {
    width: 21vw;
    top: 82vw;
  }
  .Xproof_p-img05 {
    width: 66vw;
    left: 3vw;
    top: 58vw;
  }
  .Xproof_p-img06 {
    width: 46vw;
    right: 10vw;
    top: 3vw;
    top: 68vw;
  }
  .Xproof_p-img07 {
    width: 50vw;
    top: 41vw
  }
  .Xproof_p-img08 {
    width: 29vw;
    top: 120vw;
  }
  .Xproof_p-img09 {
    width: 49.2vw;
    left: 16vw;
    top: 15vw;
  }
  .Xproof_p-img10 {
    width: 30vw;
    right: 10vw;
    top: -30vw
  }
}
.js-waku03 {
  width: 100vw;
  height: 100vh;
  background: url("/contents/feature/lp/2025/grid_wool/field.jpg") center;
  background-size: cover;
  z-index: -1;
}
.item04 {
  position: absolute;
  top: 164px;
  left: 0%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 43px;
  -ms-transform: translateX(-50%);
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
  width: 100vw;
}
.item05 {
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: 280px;
  left: 0%;
  width: 100vw;
  line-height: 2.5em;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .js-waku03 {}
  .item04 {
    top: 115px;
    font-size: 25px;
    padding: 0 0 0 0;
  }
  .item05 {
    font-size: 15px;
    top: 222px;
    line-height: 1.8em;
    padding: 0 0 0 0vw;
  }
}

@media screen and (max-width: 834px) {

}
.tmc_intro-logo03 {
  width: 32vw;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .tmc_intro-logo03 {
    width: 70vw;
  }
}
.tmc_item-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.tmc_item-ul li {
  position: absolute;
}
.tmc_item-li02 {
  width: 39vw;
  height: 30vw;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #607c5b);
  right: 0vw;
  top: 14vw;
}
.tmc_item-li02-d {
  width: 39vw;
  height: 30vw;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #273f64);
  right: 23vw;
  top: 8vw;
}
@media screen and (max-width: 834px) {
  .tmc_item-li02 {
    right: 0vw;
    top: 42vw;
    height: 45vw;
  }
  .tmc_item-li02-d {
    left: 13vw;
    top: 17vw;
  }
}
.tmc_item-li03 {
  width: 42vw;
  right: 0;
  top: -3vw;
}
@media screen and (max-width: 834px) {
  .tmc_item-li03 {
    width: 67vw;
  }
}
.tmc_item-li04 {
  right: 0;
  top: 25vw;
  width: 36vw;
  height: 16vw;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #934545);
}
@media screen and (max-width: 834px) {
  .tmc_item-li04 {
    right: 0;
    top: 103vw;
    width: 38vw;
    height: 38vw;
  }
}
.tmc_item-li01 {
  width: 80vw;
  z-index: 1;
}
.tmc_item-li05 {
  width: 20vw;
  top: 31.5vw;
  left: 8vw;
  z-index: 1;
}
.tmc_item-li05-i {
  width: 31vw;
  top: 30.5vw;
  left: 2vw;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .tmc_item-li05 {
    width: 29vw;
    top: 52vw;
    left: 0;
  }
  .tmc_item-li05-i {
    width: 69vw;
    top: 130vw;
  }
}
.tmc_item-li05 img {
  opacity: 1;
}
.tmc_item-li05-i img {
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .tmc_item-li01 {
    width: 84vw;
    z-index: 1;
  }
}
.tmc_item-list02 {
  position: relative;
  padding: 42vw 18vw 8vw;
  line-height: 2.5em;

}
@media screen and (max-width: 834px) {
  .tmc_item-list02 {
    padding: 69vw 8vw 18vw;
  }
}
.tmc_item-list-box01 {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.tmc_item-list01 {
  position: relative;
}
.tmc_item-list-title01 {
  margin: 0;
  font-size: min(2vw, 20px);
  padding: 0 0 5px 0;
  line-height: 1em;
  font-weight: 500;
  line-height: 1.1em;
}
@media screen and (max-width: 834px) {
  .tmc_item-list-title01 {
    font-size: 16px;
    padding: 0;
    line-height: 1.5em;
  }
}
.tmc_item-list-title02 {
  margin: 0;
  font-size: min(1.5vw, 16px);
  padding: 0 4vw 1.2vw 0;
  font-family: "gill-sans-nova", sans-serif;
}
@media screen and (max-width: 834px) {
  .tmc_item-list-title02 {
    font-size: 11px;
    padding: 0 0 4vw;
  }
}
.tmc_item-list-txt02 {
  font-size: 14px;
  padding: 0 15vw 0 0;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .tmc_item-list-txt02 {
    font-size: 12px;
    padding: 0 0 0 0;
    margin: 0;
  }
}
.tmc_item-number {
  font-size: 150px;
  line-height: 0em;
  padding: 0 4vw 2vw 0;
  font-family: "Bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .tmc_item-number {
    text-align: right;
    font-size: 90px;
    padding: 0 0vw 17vw 0;
    margin-top: -40px;
  }
}
.tmc_detail-box {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  border-bottom: solid 1px;
  margin: 0 15vw 2vw 0;
}
@media screen and (max-width: 834px) {
  .tmc_detail-box {
    margin: 0 0vw 6vw 0;
    grid-template-columns: 1.5fr 0.5fr;
  }
}
.tmc_item-ul-i {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.tmc_item-ul-i li {
  position: absolute;
}
.tmc_item-li02-i {
  width: 39vw;
  height: 30vw;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #c2b059);
  left: 23vw;
  top: 8vw;
}
@media screen and (max-width: 834px) {
  .tmc_item-li02-i {
    right: 13vw;
    left: initial;
    top: 17vw;
  }
}
.tmc_item-li03-i {
  width: 42vw;
  left: 0;
}
@media screen and (max-width: 834px) {
  .tmc_item-li03-i {
    width: 67vw;
  }
}
.tmc_item-li04-i {
  left: 0;
  top: 25vw;
  width: 36vw;
  height: 16vw;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #934545);
}
@media screen and (max-width: 834px) {
  .tmc_item-li04-i {
    left: 0;
    top: 103vw;
    width: 38vw;
    height: 38vw;
  }
}
.tmc_item-li01-i {
  width: 38vw;
  top: 11vw;
  right: 6vw;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .tmc_item-li01-i {
    width: 70vw;
    top: 40vw;
    right: 4vw;
    z-index: 1;
  }
}
.tmc_item-list02-i {
  position: relative;
  padding: 43vw 48vw 16vw 0vw;
}
@media screen and (max-width: 834px) {
  .tmc_item-list02-i {
    padding: 145vw 8vw 18vw;
  }
}
.tmc_item-list-box01-i {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.tmc_item-list01-i {
  position: relative;
}
.tmc_item-list-title01-i {
  margin: 0;
  font-size: min(2vw, 22px);
  padding: 0 0 5px 0;
  line-height: 1em;
  font-weight: 500;
  line-height: 1.1em;
}
@media screen and (max-width: 834px) {
  .tmc_item-list-title01-i {
    font-size: 16px;
    padding: 0;
    line-height: 1.5em;
  }
}
.tmc_item-list-title02-i {
  margin: 0;
  font-size: min(1.5vw, 16px);
  padding: 0 0 1.2vw;
}
@media screen and (max-width: 834px) {
  .tmc_item-list-title02-i {
    font-size: 11px;
    padding: 0 0 4vw;
  }
}
.tmc_item-list-txt02-i {
  font-size: 14px;
  padding: 0 0 0 15vw;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .tmc_item-list-txt02-i {
    font-size: 12px;
    padding: 0;
    margin: 0;
  }
}
.tmc_item-number-i {
  text-align: left;
  font-size: 250px;
  line-height: 0em;
  padding: 0 0 2vw 4vw;
  font-family: "cherry-blossoms-regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  .tmc_item-number-i {
    text-align: left;
    font-size: 90px;
    padding: 0 0 14vw;
    margin-top: -40px;
  }
}
.tmc_detail-box-i {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  border-bottom: solid 1px;
  margin: 0 0 2vw 15vw;
}
@media screen and (max-width: 834px) {
  .tmc_detail-box-i {
    margin: 0 0 6vw;
    grid-template-columns: 1.5fr 0.5fr;
  }
}
.tmc_op {
  font-size: min(6vw, 46px);
  line-height: 1.35em;
  padding: 0 12vw;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}
.tmc_op-txt {
  font-size: min(2.5vw, 20px);
  line-height: 2em;
  padding: 1.5vw 12vw 4.5vw;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .tmc_op-txt {
    font-size: 12px;
    line-height: 2em;
    padding: 1.5vw 0 4.5vw;
  }
}
.js-item04, .js-item05 {
  opacity: 0;
  transform: scale(0);
}
.tmc_title-box {
  text-align: center !important;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .tmc_title-box {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.tmc_Details-title {
  margin: 0 0 0;
  padding: 2vw 0 1.6vw 0;
}
@media screen and (max-width: 1080px) {
  .tmc_Details-title {
    margin: 0 0 4vw;
    padding: 8vw 0 3vw 0;
  }
}
.tmc_base-title-txt-sub {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #aaa;
  margin: 0;
  text-align: center;
}
.tmc_shop-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
  padding: 0 12vw;
}
.tmc_shop-box02 {
  padding: 0 30vw 6vw;
}
@media screen and (max-width: 1080px) {
  .tmc_shop-box {
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    padding: 0 12vw;
  }
}
@media screen and (max-width: 834px) {
  .tmc_shop-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;
    padding: 0 6vw;
  }
  .tmc_shop-box02 {
    padding: 0 6vw 10vw;
  }
}
.item03 {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
}
.tmc_copy {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  padding: 10vw 0 0 0;
}
@media screen and (max-width: 834px) {
  .tmc_copy {
    font-size: 12px;
    line-height: 1.5em;
  }
}
.tmc_mononoke-logo {
  margin: 0 40vw 2vw;
}
@media screen and (max-width: 834px) {
  .tmc_mononoke-logo {
    margin: 0 30vw 4vw;
  }
}
#tmc_sectionDetails {
  padding: 0 0 10vw;
  background: #fff;
}
@media screen and (max-width: 834px) {
  #tmc_sectionDetails {
    padding: 0 0 20vw;
  }
}
.tmc_store-txt {
  text-align: center;
  font-size: 18px;
  padding: 0 0 2vw;
  line-height: 2em;
}
@media screen and (max-width: 834px) {
  .tmc_store-txt {
    font-size: 16px;
  }
}
.js-item03 {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
}
.tmc_logo_sc {
  padding: 0 40vw 4vw;
}
@media screen and (max-width: 834px) {
  .tmc_logo_sc {
    padding: 0 23vw 6vw;
  }
}
.tmc_qa {}
.tmc_qa div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px 30px 80px;
  background-color: #44645C;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.tmc_qa ul {
  list-style-type: disc;
  margin: 0;
  padding: 1em 1em 1em 2.5em;
}
.tmc_qa li {
  padding: .3em .3em .3em 0;
}
.tmc_qa li::marker {
  color: #44645C;
  font-size: 1.1em;
}
.tmc_qa_txt {
  padding: 30px 30px 30px 80px;
  position: relative;
  line-height: 1.7em;
  font-size: 18px;
}
.tmc_qa_txt:before {
  content: 'A.';
  position: absolute;
  top: 47px;
  left: 28px;
  transform: translate(0, -50%);
  font-size: 32px;
  font-weight: 700;
}
.tmc_qa div:before {
  content: 'Q.';
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translate(0, -50%);
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .tmc_qa_txt {
    font-size: 14px;
    padding: 20px 20px 20px 60px;
  }
  .tmc_qa_txt:before {
    top: 37px;
    left: 20px;
    font-size: 28px;
  }
  .tmc_qa div {
    font-size: 17px;
    padding: 20px 20px 20px 60px;
  }
  .tmc_qa div:before {
    top: 50%;
    left: 20px;
    font-size: 28px;
    font-weight: 700;
  }
}
.tmc_about-text01 strong {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .tmc_about-text01 strong {
    font-size: 15px;
    margin: 0 0 5px;
  }
}
.tmc_btn_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4vw;
  padding: 0 12vw;
}
@media screen and (max-width: 834px) {
  .tmc_btn_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;
    padding: 0 12vw;
  }
}
.item05 strong {
  display: block;
  font-size: 34px;
  margin: 0 0 16px
}
@media screen and (max-width: 834px) {
  .item05 strong {
    display: block;
    font-size: 18px;
    line-height: 1.3em;
  }
}
.tmc_title04 {
  margin: 0px;
}
.item06 {
  position: absolute;
  top: 574px;
  left: 50%;
  width: 14vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .item06 {
    top: 524px;
    width: 44vw;
  }
}
@media screen and (max-width: 834px) {
  .item05 strong {
    display: block;
    font-size: 18px;
    line-height: 1.3em;
  }
}
.tmc_main-img {

}
.tmc_main-img .tmc_main-img-hero-image {}
.white-color {
  color: #fff;
}
.tmc_illustration {
  padding: 0 6vw 2vw;
}
.tmc_Details01 img {
  vertical-align: top;
}
.tmc_text00 {
  font-size: 14px;
  text-align: center;
}
section#tmc_section00 {
  padding: 0 0 8vw;
}
#tmc_section06 {
  padding: 0 0 16vw;
}
.tmc_title04-sub {
  font-size: 15px;
}
.tmc_img-box02 {
  padding: 0 18vw 2vw;
}
@media screen and (max-width: 834px) {
  .tmc_img-box02 {
    padding: 0 6vw 6vw;
  }
}
.tmc_img-box03 {
  padding: 0 0vw 12vw;
}
@media screen and (max-width: 834px) {
  .tmc_img-box03 {
    padding: 0 0 10vw;
  }
}
.tmc_img-box04 {
  padding: 0 18vw 6vw;
}
@media screen and (max-width: 834px) {
  .tmc_img-box04 {
    padding: 0 10vw 12vw;
  }
}
.tmc_border-top {
  border-top: solid 1px #fff !important;
}
.tmc_text_revised {
  text-align: center;
  line-height: 2.5em;
}
.tmc_title05 {
  font-size: min(5vw, 35px);
  padding: 0 0 2vw;
  font-weight: bold;
  line-height: 1.6em;
}
@media screen and (max-width: 834px) {
  .tmc_title05 {
    font-size: min(5vw, 35px);
    padding: 0 0 4vw;
  }
}
.tmc_item-list-box01-r {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.tmc_item-list01-r {
  position: relative;
}
.tmc_item-ul-r {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.tmc_item-li01-r {
  width: 80vw;
  z-index: 1;
  right: 0
}
@media screen and (max-width: 834px) {
  .tmc_item-li01-r {
    width: 84vw;
    z-index: 1;
  }
}
.tmc_item-li02-r {
  width: 39vw;
  height: 30vw;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #607c5b);
  left: 0vw;
  top: 14vw;
}
@media screen and (max-width: 834px) {
  .tmc_item-li02-r {
    right: 0vw;
    top: 42vw;
    height: 45vw;
  }
}
.tmc_item-li05-r {
  width: 20vw;
  top: 31.5vw;
  right: 8vw;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .tmc_item-li05-r {
    width: 29vw;
    top: 52vw;
    right: 0;
  }
}
.tmc_item-list02-r {
  position: relative;
  padding: 42vw 18vw 8vw;
  line-height: 2.5em;
}
@media screen and (max-width: 834px) {
  .tmc_item-list02-r {
    padding: 69vw 8vw 18vw;
  }
}
.tmc_title05-r {
  font-size: min(5vw, 35px);
  padding: 0 0 2vw;
  font-weight: bold;
  line-height: 1.6em;
}
@media screen and (max-width: 834px) {
  .tmc_title05-r {
    font-size: min(5vw, 35px);
    padding: 0 0 4vw;
  }
}
.tmc_text02-r {
  font-size: min(1.5vw, 18px);
  line-height: 2em;
  margin: 0 0 1.8vw;
}
@media screen and (max-width: 834px) {
  .tmc_text02-r {
    font-size: 14px;
    padding: 0 0vw 4vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.tmc_item-ul-r li {
  position: absolute;
}
.tmc_d-box {
  padding: 0 0 8vw;
}
@media screen and (max-width: 834px) {
  .tmc_d-box {
    padding: 0 0 12vw;
  }
}
.tmc_img-box00 {
  padding: 0 24vw 6vw;
}
@media screen and (max-width: 834px) {
  .tmc_img-box12 {
    padding: 0 18vw 6vw;
  }
}
.tmc_sns-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
  padding: 0 6vw 2vw;
}
@media screen and (max-width: 834px) {
  .tmc_sns-box {
    gap: 8vw;
    padding: 0 22vw 10vw;
  }
}
.tmc_Details01 {
  background: #fff;
  color: #000;
}

.ff_table-txt-left {
  text-align: left !important;
}
#tmc_sub {
  background: #000;
  padding: 6vw 0 0 0;
}
.tmc_item-img01 {
    padding: 0 0 2vw;
}

.corner-cut {
  position: relative;
  overflow: hidden;
  clip-path: polygon(10vw 0, 100% 0, 100% calc(100% - 10vw), calc(100% - 10vw) 100%, 0 100%, 0 10vw);
padding: 2vw;
}
@media screen and (max-width: 834px) {
.corner-cut {
padding: 3vw;
}
}
.corner-cut::before {
  content: "";
  position: absolute;
  top: 9.96vw;
  left: 0;
  width: 14vw;
  border-top: 2px solid #aaa;
  transform: rotate(-45deg);
  transform-origin: top left;
}
.corner-cut::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -3.92vw;
  width: 14vw;
  border-top: 2px solid #aaa;
  transform: rotate(-45deg);
  transform-origin: top left;
}
.corner-cut img {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.55);
}
.tmc_item-img02 {
	padding: 10vw 0 0 0;
}
@media screen and (max-width: 834px) {
.tmc_item-img02 {
    padding: 0 ;
}
}
.tmc_bg-color {
	background: #fff;
}

#tmc_section {
	color: #fff;
	padding: 0 0 12vw;
}

#tmc_section-Detail {
	color: #fff;
}

#tmc_section04 {
	padding: 0 0 12vw;
}

.tmc_title-box01 {
	margin: 0 10vw 6vw;
}

.tmc_title-h3 {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	position: relative;
	margin: 0 0 4.3vw;
	padding: 0 0 1.9vw;
}
.tmc_title-h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 2vw;
  background-color: #000;
}
@media screen and (max-width: 834px) {
.tmc_title-h3 {
	font-size: 20px;
	margin: 0 0 12vw;
	padding: 0 0 4vw;
}
.tmc_title-h3::before {
  height: 7vw;
}
}
.tmc_lineup-img {
    padding: 0 0 0vw;
}
@media screen and (max-width: 834px) {
.tmc_lineup-img {
    padding: 0 0 4vw;
}
}
.tmc_white::before {
    background: #fff;
}
.tmc_look {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0 8vw 4vw;
	gap:2vw; 
}

#tmc_section-look {
	padding: 0 0 12vw;
}
@media screen and (max-width: 834px) {
#tmc_section-look {
	padding: 0 0 22vw;
}
}
.slick-prev, .slick-next {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: solid 1px #aaa;
    width: 5vw;
    height: 5vw;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 1.5vw;
}
@media screen and (max-width: 834px) {
.slick-prev, .slick-next {
    width: 10vw;
    height: 10vw;
top: 24%;
padding: 3vw;
}
}
.slick-prev {
  left: -3vw;
}

.slick-next {
  right: 32vw;
}
@media screen and (max-width: 834px) {
.slick-next {
  right: 13vw;
}
}
.slick-arrow img {
    opacity: 0.7;
}
.tmc_main-img img {

}

.tmc_title-h2 {
	font-size: 26px;
}

.tmc_intro {
	padding: 0 0 10vw;
}

.tmc_title-h2-in {
	display: block;
	font-size: 26px;
	line-height: 1em;
}

.tmc_title-h2 {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-left: 140px;
	margin-top: 90px;
	z-index: 0;
}
.tmc_title-h2::before {
	content: "Material";
	display: inline-block;
	font-family: mrsheffield-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 300%;
	color: #9ba6b0;
	transform: rotate(-13deg);
	letter-spacing: 12px;
	position: absolute;
	left: 0;
	top: -50px;
	z-index:-1;
	white-space: nowrap;
}

.tmc_title-h2-in01 {
	color: #aaa;
	font-weight: normal;
	font-size: 14px;
}

.tmc_Layering {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4vw;
	padding: 0 6vw 10vw
}

.tmc_title-h3-season {
font-weight: 500;
	writing-mode: vertical-rl; 
	font-size: 90px;
	margin: 0;
	line-height: 0.85em;
	color: #eacb6a;
}
@media screen and (max-width: 834px) {
.tmc_title-h3-season {
	font-size: 40px;
}
}

.tmc_title-season {
		position: absolute;
	left: 0;
	padding: 4vw 0 0 0;
	letter-spacing: 0em;
	z-index: 1;
}

@media screen and (max-width: 834px) {

}
.tmc_Layering-item {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:2vw; 
	padding: 0;
}
@media screen and (max-width: 834px) {
.tmc_Layering-item {
	grid-template-columns: 1fr 1fr;
}
}
.tmc_Layering-item-txt
 {
    font-size: 13px;
	 text-align: left;
	 word-break: keep-all;
}
.tmc_Layering-img {
	padding: 0 0 10px;
}
.tmc_Layering-txt {
    padding: 0 0 4vw;
}
@media screen and (max-width: 834px) {
.tmc_Layering-txt {
    font-size: 13px;
	padding: 0 0 6vw;
}
}


.tmc_title-box02 {
	padding: 0 22vw 1vw;
}

.tmc_title-h3-01 {
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width: 834px) {
.tmc_title-h3-01 {
	font-size: 18px;
}
}
.tmc_Layering-item-box {
    border-left: solid 3px #eacb6a;
    padding: 0 0 0 10px;
    color: #333;
}



.tmc_title-box03 {
	padding: 0 22vw 1vw;
}
@media screen and (max-width: 834px) {
.tmc_title-box03 {
	padding: 0 8vw 3vw;
}
}
.tmc_area {  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height: 100vh;
    position: fixed;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(235, 202, 105, 0.2);
    animation: animate 30s linear infinite; /* 25s → 30s に変更 */
    bottom: -150px;    
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    /* duration 指定なし → 共通の30sが適用 */
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 14.4s; /* 12s → 約1.2倍 */
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    /* duration 指定なし → 共通の30sが適用 */
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 21.6s; /* 18s → 約1.2倍 */
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    /* duration 指定なし → 共通の30sが適用 */
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    /* duration 指定なし → 共通の30sが適用 */
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    /* duration 指定なし → 共通の30sが適用 */
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 54s; /* 45s → 約1.2倍 */
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 42s; /* 35s → 約1.2倍 */
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 13.2s; /* 11s → 約1.2倍 */
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}