@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/my_favorite_cap/bg001.jpg");
  background-size: cover;
}
.tmc_bg.tmc_bg04 {
  width: 100%;
  height: 100vh;
  background: url("/contents/feature/lp/2025/my_favorite_cap/bg004.jpg");
  background-size: cover;
}
.tmc_bg.tmc_bg05 {
  width: 100%;
  height: 100vh;
  background: url("/contents/feature/lp/2025/my_favorite_cap/bg001.jpg");
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .tmc_bg.tmc_bg03 {
    background: url("/contents/feature/lp/2025/my_favorite_cap/bg001.jpg");
    background-size: cover;
  }
}




/*-----hero-section-------*/
#tmc_hero-section {
	padding: 0 0 4vw;
}
@media screen and (max-width: 834px) {
  #tmc_hero-section {
	  	padding: 0 0 12vw;
	}
}
#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 4vw 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 2vw;
}
.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 6vw 6vw;
  }
  .tmc_h-box {
    padding: 0 0vw 15vw;
  }
}
.tmc_text01 {
  font-size: 16px;
  line-height: 2em;
  margin: 0 0 1.8vw;
}
.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: 16px;
  line-height: 2em;
  margin: 0 0 1.8vw;
}
@media screen and (max-width: 834px) {
  .tmc_text01 {
    font-size: 12px;
  }
  .tmc_about-text01 {
    font-size: 14px;
    padding: 2vw 8vw 6vw;
    letter-spacing: 0.04em;
  }
  .tmc_text02 {
    font-size: 15px;
    padding: 0 0vw 4vw;
    letter-spacing: 0.03em;
	  line-height: 1.8em;
  }
}
#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-family: "apotek-extracond", sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  word-break: keep-all;
}
.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;
}
@media screen and (max-width: 834px) {
  .tmc_item-title03 {
    font-size: 11px;
    letter-spacing: 0.05em;
	  padding: 0 0 6vw;
  }
}
.tmc_item01 {
  padding: 3vw 3vw 0vw;
  border-right: solid 1px #bbb;
  mix-blend-mode: darken;
  position: relative;
}
@media screen and (max-width: 834px) {
  .tmc_item01 {
    padding: 0vw 8vw 10vw 2vw;
  }
}
.tmc_item02 {
  padding: 2vw 2vw 5vw;
  position: relative;
}
.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: 0;
  }
}
.tmc_item-box01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 0 16vw 8vw;
  text-align: center;
  gap: 1vw;
}
@media screen and (max-width: 1180px) {
  .tmc_item-box01 {
    padding: 0 6vw 8vw;
    gap: 4vw;
  }
}
@media screen and (max-width: 834px) {
  .tmc_item-box01 {
    padding: 0 2vw 16vw;
  }
}
.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: 3.3vw;
    width: 100vw;
    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 {
  list-style: none;
  padding: 0 36vw 2vw;
}
.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_section-intro {
  padding: 0 0 4vw 0;
}
@media screen and (max-width: 834px) {
#tmc_section-intro {
  padding: 0 0 12vw 0;
}
}
@media screen and (max-width: 834px) {
  #tmc_section03 {
    padding: 0vw 0 22vw 0;
	 	margin-top: -14vw;
  }
}
#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 {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.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: 0.8fr 1.2fr;
  padding: 0 12vw 8vw;
}
@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;
  }
}

.tmc_column-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 3.5vw 0 9vw;
}
@media screen and (max-width: 834px) {
  .tmc_column-box {
    padding: 0vw 0 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 {
  padding: 0 0 0 6vw
}
.tmc_column-in02 {
  padding: 0 0 0 0vw
}
@media screen and (max-width: 834px) {
  .tmc_column-in {
    padding: 0 0 0 7vw
  }
  .tmc_column-in02 {
    padding: 0 0 0 0;
  }
}
.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 {
  padding: 3vw;
  background: #edeadd;
}
@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;
}

.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;
}

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/my_favorite_cap/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/my_favorite_cap/p-img05.jpg") center;
  background-size: cover;
  z-index: -1;
}
.item04 {
  position: absolute;
  top: 164px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 38px;
  -ms-transform: translateX(-50%);
  color: #fff;
  text-align: left;
  line-height: 1.5em;
  font-weight: bold;
  width: 100vw;
  padding: 0 0 0 8vw;
}
.item05 {
  position: absolute;
  color: #fff;
  font-size: 22px;
  top: 365px;
  left: 0vw;
  width: 100vw;
  line-height: 2em;
  text-align: left;
  padding: 0 0 0 8vw;
}
@media screen and (max-width: 834px) {
  .js-waku03 {}
  .item04 {
    top: 160px;
    font-size: 22px;
    padding: 0 0 0 6vw;
  }
  .item05 {
    font-size: 12px;
    top: 280px;
    line-height: 1.8em;
    padding: 0 0 0 6vw;
  }
}

@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: 687px;
  left: 0vw;
  width: 11vw;
  padding: 0 0 0 8vw;
}
@media screen and (max-width: 834px) {
  .item06 {
    top: 573px;
    width: 39vw;
    padding: 0 0 0 6vw;
  }
}
@media screen and (max-width: 834px) {
  .item05 strong {
    display: block;
    font-size: 18px;
    line-height: 1.3em;
  }
}
.tmc_main-img {
	padding: 0 12vw;
}
@media screen and (max-width: 834px) {
.tmc_main-img {
	padding: 0;
}
}
.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: 0 30vw 2vw 0vw;
}
@media screen and (max-width: 834px) {
.tmc_item-img02 {
    padding: 0 20vw 4vw 0vw;
}
}
.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 {
	
}

.tmc_title-h1 {
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	position: relative;
	margin: 0 0 4.3vw;
	padding: 0 0 1.9vw;
}
.tmc_title-h1::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-h1 {
	font-size: 26px;
	margin: 0 6vw 12vw;
	padding: 0 0 4vw;
	text-align: left;
}
.tmc_title-h1::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_contents-link {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0 18vw 4vw;
	gap:2vw;
}
@media screen and (max-width: 834px) {
.tmc_contents-link {
	padding: 0 12vw 4vw;
	gap:2vw;
}
}
#tmc_section-look {
	padding: 0 0 6vw;
}
@media screen and (max-width: 834px) {
#tmc_section-look {
	padding: 0 0 22vw;
}
}

.tmc_column01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:4vw; 
	max-width: 1112px;
	margin: 0 auto;
	padding: 0 2vw;
}
@media screen and (max-width: 834px) {
.tmc_column01 {
	grid-template-columns: 1fr;
	gap:4vw;
	padding: 0;
}
}
.tmc_title-h2 {
	font-size: 26px;
	margin: 0 0 15px;
}
@media screen and (max-width: 834px) {
.tmc_title-h2 {
	font-size: 20px;
}
}
.tmc-contents-box01 {
}
@media screen and (max-width: 834px) {
.tmc-contents-box01 {
	padding: 6vw;
}
}
.tmc_contents01 {
	align-self: center;
		  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
.tmc_contents-text01 {
	font-size: 14px;
}

.tmc_contents-box {
	display: grid;
	grid-template-columns: 1fr;
	gap:7px;
	margin-top: 10px;
}



.slider {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .slider {
	  padding: 0 0 0 6vw;
	}
}
.slider .slick-list {
  overflow: hidden;
}
.slider .slick-track {
  display: flex;
}
.slider .slick-slide {
  width: 100vw; /* スライド1枚を画面幅に */
  box-sizing: border-box;
}
.slider img {
  width: 100%;
  height: auto;
}
.slider .slick-prev, .slick-next {
position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10;
    border: none;
    width: 2.5vw;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 0.8vw;
	background: none;
}
@media screen and (max-width: 834px) {
.slider .slick-prev, .slick-next {
    width: 10vw;
    height: 10vw;
top: 24%;
padding: 3vw;
}
}
.slider .slick-prev {
left: -2vw;
}

.slider .slick-next {
right: -2vw;
}
@media screen and (max-width: 834px) {
.slider .slick-next {
  right: 13vw;
}
}
.slider .slick-arrow img {
    opacity: 0.7;
}

.slider .slick-dots {
  text-align: center;
  margin-top: 15px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #ccc;
  border: none;
}
.slider .slick-dots .slick-active button {
  background: #333;
}
.slider .slick-dots li button:before {
  font-size: 10px;
  color: #888; /* 非アクティブ */
}

.slider .slick-slide {
  margin: 0 10px;
}
.slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}












.slider2 {
  width: 100%; /* ここは任意 */
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .slider2 {
    /* スマホ用設定が必要であれば記述 */
  }
}
.slider2 .slick-track {
  display: flex;
}
.slider2 .slick-slide {
  width: 100vw; /* もしくは max-width: 100%; */
  box-sizing: border-box;
}
.slider2 .slick-dots {
position: relative;
padding: 0;
bottom: -1px;
	gap:1px;
	justify-content: flex-start;
}
.slider2 img {
  width: 100%;
  height: auto;
}

.slider2 .slick-prev,
.slider2 .slick-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  width: 2.5vw;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding: 0.8vw;
  background: none;
}

@media screen and (max-width: 834px) {
  .slider2 .slick-prev,
  .slider2 .slick-next {
    width: 10vw;
    height: 10vw;
    top: 24%;
    padding: 3vw;
  }
}

.slider2 .slick-prev {
  left: -2vw;
}

.slider2 .slick-next {
  right: -2vw;
}

@media screen and (max-width: 834px) {
  .slider2 .slick-next {
    right: 13vw;
  }
}

.slider2 .slick-arrow img {
  opacity: 0.7;
}

.slider2 .slick-dots li {
  display: inline-block;

}

/*.type-a*/
.slider2.type-a .slick-dots li:nth-of-type(1) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522316_06.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-a .slick-dots li:nth-of-type(2) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522316_07.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-a .slick-dots li:nth-of-type(3) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522316_05.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-a .slick-dots li:nth-of-type(4) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522316_04.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-a .slick-dots li:nth-of-type(5) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522316_08.jpg") no-repeat;
  background-size: contain!important;
}

/*.type-b*/
.slider2.type-b .slick-dots li:nth-of-type(1) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522437_01.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-b .slick-dots li:nth-of-type(2) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522437_02.jpg") no-repeat;
  background-size: contain!important;
}

/*.type-c*/
.slider2.type-c .slick-dots li:nth-of-type(1) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522545_01.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-c .slick-dots li:nth-of-type(2) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522545_02.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-c .slick-dots li:nth-of-type(3) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522545_03.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-c .slick-dots li:nth-of-type(4) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522316_06.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-c .slick-dots li:nth-of-type(5) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522316_08.jpg") no-repeat;
  background-size: contain!important;
}

/*.type-d*/
.slider2.type-d .slick-dots li:nth-of-type(1) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522547_01.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-d .slick-dots li:nth-of-type(2) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522547_02.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-d .slick-dots li:nth-of-type(3) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522547_03.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-d .slick-dots li:nth-of-type(4) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522547_04.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-d .slick-dots li:nth-of-type(5) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522547_05.jpg") no-repeat;
  background-size: contain!important;
}

/*.type-e*/
.slider2.type-e .slick-dots li:nth-of-type(1) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/6322525_03.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-e .slick-dots li:nth-of-type(2) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/6322525_02.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-e .slick-dots li:nth-of-type(3) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/6322525_01.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-e .slick-dots li:nth-of-type(4) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/6322525_04.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-e .slick-dots li:nth-of-type(5) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/5522316_08.jpg") no-repeat;
  background-size: contain!important;
}

/*.type-f*/
.slider2.type-f .slick-dots li:nth-of-type(1) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/6322523_01.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-f .slick-dots li:nth-of-type(2) button:before{
	display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/6322523_02.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-f .slick-dots li:nth-of-type(3) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/6322523_03.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-f .slick-dots li:nth-of-type(4) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/6322523_04.jpg") no-repeat;
  background-size: contain!important;
}
.slider2.type-f .slick-dots li:nth-of-type(5) button:before{
display: block;
  background: url("/contents/feature/lp/2025/my_favorite_cap/6322523_05.jpg") no-repeat;
  background-size: contain!important;
}


.slider2 .slick-dots li button:before{
  content: '' !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.slider2 .slick-dots li{
  width: calc(20% - 2px)!important;
  height:180px!important;
  margin: 0!important;
	padding: 1px;
}
@media screen and (max-width: 834px) {
.slider2 .slick-dots li{
  height:110px!important;
}
}
.slider2 .slick-dots li button{
  width:100%!important;
  height:100%!important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.slider2 .slick-dots li button:before {
  opacity: 0.4; /* 非アクティブを薄く */
  transition: opacity 0.3s;
}

.slider2 .slick-dots li.slick-active button:before {
  opacity: 1; /* アクティブを濃く */
}



.tmc_contents02 {
	  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .tmc_contents01 {
    order: 2;
  }

  .tmc_contents02 {
    order: 1;
  }
}
.tmc_title-box02 {
	padding: 0 18vw;
}
@media screen and (max-width: 834px) {
.tmc_title-box02 {
	padding: 0 6vw;
}
}
#tmc_section-link {
	padding: 0 0 10vw;
}
#Wrap {
    margin-top: 0 !important;
}