@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Marcellus&family=Shippori+Mincho&display=swap");
@keyframes txtBandSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollBar {
  0% {
    top: -20px;
  }
  100% {
    top: calc(100% + 20px);
  }
}
@keyframes scrollBar-sp {
  0% {
    top: -10px;
  }
  100% {
    top: calc(100% + 10px);
  }
}
#back_to_head {
  z-index: 9999;
}

#feature_26s_haresuit * {
  font-family: "Shippori Mincho", serif;
  box-sizing: border-box;
}
#feature_26s_haresuit a[href=""] {
  pointer-events: none;
}
#feature_26s_haresuit img {
  width: 100%;
  height: auto;
}
#feature_26s_haresuit .mincho {
  font-family: "Shippori Mincho", serif;
}
#feature_26s_haresuit .marcellus {
  font-family: "Marcellus", serif;
}
#feature_26s_haresuit .pc_only {
  display: block;
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit .pc_only {
    display: none;
  }
}
#feature_26s_haresuit .sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit .sp_only {
    display: block;
  }
}
#feature_26s_haresuit .effect-fadein {
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition-duration: 1s;
  transform: translateY(50px);
}
#feature_26s_haresuit .effect-fadein.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#feature_26s_haresuit div.mv {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/921;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.mv {
    aspect-ratio: 375/500;
  }
}
#feature_26s_haresuit div.mv h1.mv_ttl {
  width: 422px;
  margin: 0;
  position: absolute;
  top: 245px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.mv h1.mv_ttl {
    width: 24.8235294118vw;
    top: 14.4117647059vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.mv h1.mv_ttl {
    width: 56.5333333333vw;
    top: 5.3333333333vw;
  }
}
#feature_26s_haresuit div.mv div.mv_img_wrap {
  width: 50%;
  position: relative;
}
#feature_26s_haresuit div.mv div.mv_img_wrap div.ceremony {
  width: 100%;
}
#feature_26s_haresuit div.mv div.mv_img_wrap div.ceremony > picture > img {
  width: 100%;
}
#feature_26s_haresuit div.mv div.mv_img_wrap div.daily {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0);
}
#feature_26s_haresuit div.mv div.mv_img_wrap div.daily > picture > img {
  width: 100%;
}
#feature_26s_haresuit div.mv div.mens_wrap div.mens_daily {
  will-change: clip-path;
  clip-path: inset(100% 0 0 0);
  transition-duration: 2s;
}
#feature_26s_haresuit div.mv div.womens_wrap div.womens_daily {
  will-change: clip-path;
  clip-path: inset(0 0 100% 0);
  transition-duration: 2s;
}
#feature_26s_haresuit div.mv.is-show div.mens_wrap div.mens_daily {
  clip-path: inset(0 0 0 0);
}
#feature_26s_haresuit div.mv.is-show div.womens_wrap div.womens_daily {
  clip-path: inset(0 0 0 0);
}
#feature_26s_haresuit div.mv.is-hide div.mens_wrap div.mens_daily {
  clip-path: inset(0 0 100% 0);
}
#feature_26s_haresuit div.mv.is-hide div.womens_wrap div.womens_daily {
  clip-path: inset(100% 0 0 0);
}
#feature_26s_haresuit div.mv.is-reset div.mens_wrap div.mens_daily {
  transition: none;
  clip-path: inset(100% 0 0 0);
}
#feature_26s_haresuit div.mv.is-reset div.womens_wrap div.womens_daily {
  transition: none;
  clip-path: inset(0 0 100% 0);
}
#feature_26s_haresuit div.mv .scroll_mark_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 2px;
  height: 90px;
}
#feature_26s_haresuit div.mv .scroll_mark_wrap > span {
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.21em;
  font-weight: 400;
  color: #7b7d81;
  white-space: nowrap;
}
#feature_26s_haresuit div.mv .scroll_mark_wrap .bar {
  width: 100%;
  height: 100%;
  background: #7b7d81;
  overflow: hidden;
  position: relative;
}
#feature_26s_haresuit div.mv .scroll_mark_wrap .bar::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: scrollBar 4s linear infinite;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.mv .scroll_mark_wrap {
    width: 0.1176470588vw;
    height: 5.2941176471vw;
  }
  #feature_26s_haresuit div.mv .scroll_mark_wrap > span {
    top: -1.7647058824vw;
    font-size: 0.9411764706vw;
    line-height: 1.1764705882vw;
  }
  #feature_26s_haresuit div.mv .scroll_mark_wrap .bar::before {
    height: 1.1764705882vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.mv .scroll_mark_wrap {
    height: 12vw;
  }
  #feature_26s_haresuit div.mv .scroll_mark_wrap > span {
    position: absolute;
    top: -4.2666666667vw;
    font-size: 2.1333333333vw;
    line-height: 2.6666666667vw;
  }
  #feature_26s_haresuit div.mv .scroll_mark_wrap .bar::before {
    height: 10px;
    animation: scrollBar-sp 4s linear infinite;
  }
}
#feature_26s_haresuit div.mv .slide_nav_btn {
  width: 68px;
  height: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
#feature_26s_haresuit div.mv .slide_nav_btn li {
  width: 30px;
  height: 100%;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.mv .slide_nav_btn {
    width: 4vw;
    height: 0.1176470588vw;
    right: 1.1764705882vw;
    bottom: 1.1764705882vw;
  }
  #feature_26s_haresuit div.mv .slide_nav_btn li {
    width: 1.7647058824vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.mv .slide_nav_btn {
    display: none;
  }
}
#feature_26s_haresuit div.mv.is-hide .slide_nav_btn li.nav1 {
  background: #7b7d81;
  pointer-events: none;
}
#feature_26s_haresuit div.mv.is-show .slide_nav_btn li.nav2 {
  background: #7b7d81;
  pointer-events: none;
}
#feature_26s_haresuit div.lead {
  width: 100%;
  max-width: 1920px;
  padding: 102px 0 120px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(5.2083333333vw, 100px);
}
#feature_26s_haresuit div.lead div.ttl_wrap {
  width: 100%;
  max-width: 856px;
}
#feature_26s_haresuit div.lead div.ttl_wrap div.lead_ttl {
  width: fit-content;
  margin: 0 0 64px auto;
  font-size: 42px;
  line-height: 64px;
  letter-spacing: 0.21em;
  font-weight: 500;
  color: #656565;
}
#feature_26s_haresuit div.lead div.ttl_wrap div.lead_ttl div.ttl_en {
  padding-top: 27px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.21em;
  font-weight: 400;
  color: #7b7d81;
}
#feature_26s_haresuit div.lead div.txt_wrap {
  width: 100%;
  max-width: 505px;
  margin-top: 62px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.lead {
    max-width: 112.9411764706vw;
    padding: 6vw 0 7.0588235294vw;
    gap: 5.2083333333vw;
  }
  #feature_26s_haresuit div.lead div.ttl_wrap {
    max-width: 50.3529411765vw;
  }
  #feature_26s_haresuit div.lead div.ttl_wrap div.lead_ttl {
    margin: 0 0 3.7647058824vw auto;
    font-size: 2.4705882353vw;
    line-height: 3.7647058824vw;
  }
  #feature_26s_haresuit div.lead div.ttl_wrap div.lead_ttl div.ttl_en {
    padding-top: 1.5882352941vw;
    font-size: 0.9411764706vw;
    line-height: 1.1764705882vw;
  }
  #feature_26s_haresuit div.lead div.txt_wrap {
    max-width: 29.7058823529vw;
    margin-top: 3.6470588235vw;
    font-size: 0.9411764706vw;
    line-height: 1.8823529412vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.lead {
    display: block;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  #feature_26s_haresuit div.lead div.ttl_wrap {
    margin-bottom: 8vw;
  }
  #feature_26s_haresuit div.lead div.ttl_wrap div.lead_ttl {
    width: 100%;
    margin: 0 0 5.3333333333vw;
    font-size: 6.9333333333vw;
    line-height: 10.6666666667vw;
  }
  #feature_26s_haresuit div.lead div.ttl_wrap div.lead_ttl div.ttl_en {
    padding-top: 3.7333333333vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }
  #feature_26s_haresuit div.lead div.ttl_wrap div.img_wrap {
    width: calc(100% + 5.3333333333vw);
    position: relative;
    left: -5.3333333333vw;
  }
  #feature_26s_haresuit div.lead div.txt_wrap {
    width: 100%;
    margin-top: 0;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
#feature_26s_haresuit ul.anchor_link_wrap {
  padding: 0 0 122px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 34px;
}
#feature_26s_haresuit ul.anchor_link_wrap > li {
  width: 320px;
  height: 60px;
  position: relative;
}
#feature_26s_haresuit ul.anchor_link_wrap > li > a {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0 0;
  width: 100%;
  height: 100%;
  border: 1px solid #7b7d81;
}
#feature_26s_haresuit ul.anchor_link_wrap > li > a span {
  font-size: 29px;
  line-height: 42px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #656565;
}
#feature_26s_haresuit ul.anchor_link_wrap > li::before {
  content: "";
  display: block;
  width: 0;
  height: 30px;
  border-right: 1px solid #7b7d81;
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
#feature_26s_haresuit ul.anchor_link_wrap > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 0;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit ul.anchor_link_wrap {
    padding: 0 0 7.1764705882vw;
    gap: 2vw;
  }
  #feature_26s_haresuit ul.anchor_link_wrap > li {
    width: 18.8235294118vw;
    height: 3.5294117647vw;
  }
  #feature_26s_haresuit ul.anchor_link_wrap > li > a {
    padding: 0.2352941176vw 0 0;
  }
  #feature_26s_haresuit ul.anchor_link_wrap > li > a span {
    font-size: 1.7058823529vw;
    line-height: 2.4705882353vw;
  }
  #feature_26s_haresuit ul.anchor_link_wrap > li::before {
    height: 1.7647058824vw;
    bottom: -1.2941176471vw;
  }
  #feature_26s_haresuit ul.anchor_link_wrap > li::after {
    top: 0.2941176471vw;
    left: 0.2352941176vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit ul.anchor_link_wrap {
    padding: 0 0 18.9333333333vw;
    gap: 4.2666666667vw;
  }
  #feature_26s_haresuit ul.anchor_link_wrap > li {
    width: 42.4vw;
    height: 7.7333333333vw;
  }
  #feature_26s_haresuit ul.anchor_link_wrap > li > a {
    padding: 0.8vw 0 0;
  }
  #feature_26s_haresuit ul.anchor_link_wrap > li > a span {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
  #feature_26s_haresuit ul.anchor_link_wrap > li::before {
    height: 4vw;
    bottom: -2.9333333333vw;
  }
  #feature_26s_haresuit ul.anchor_link_wrap > li::after {
    top: 0.8vw;
    left: 0.5333333333vw;
  }
}
#feature_26s_haresuit div.sec_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 159px;
  padding-bottom: 200px;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap {
    gap: 9.3529411765vw;
    padding-bottom: 11.7647058824vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap {
    gap: 16vw;
    padding-bottom: 21.3333333333vw;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk {
  width: 100%;
  position: relative;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.txt_band_wrap {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.txt_band_wrap div.txt_band_inner {
  display: flex;
  width: max-content;
  animation: txtBandSlide 80s linear infinite;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.txt_band_wrap div.txt_band_inner > img {
  display: block;
  width: auto;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.txt_band_wrap {
    top: 1.7647058824vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.txt_band_wrap div.txt_band_inner > img {
    height: 1.1764705882vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.txt_band_wrap {
    top: 58.6666666667vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.txt_band_wrap div.txt_band_inner {
    animation: txtBandSlide 160s linear infinite;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.txt_band_wrap div.txt_band_inner > img {
    height: 4.2666666667vw;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner {
    max-width: 112.9411764706vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner {
    max-width: 89.3333333333vw;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details {
    display: block;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.img_wrap {
  width: 960px;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.img_wrap {
    width: 56.4705882353vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.img_wrap {
    display: none;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details {
  width: 960px;
  padding-top: 184px;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details {
    width: 56.4705882353vw;
    padding-top: 10.8235294118vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details {
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl {
  width: 540px;
  margin: 0 auto 100px;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl div.num_wrap {
  width: 109px;
  margin: 0 auto 17px;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl div.ttl {
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 0.21em;
  font-weight: 600;
  color: #656565;
  text-align: center;
  margin-bottom: 15px;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl div.use {
  width: fit-content;
  height: 34px;
  margin: 0 auto;
  padding: 0 10px;
  background: #7b7d81;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.21em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl {
    width: 31.7647058824vw;
    margin: 0 auto 5.8823529412vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl div.num_wrap {
    width: 6.4117647059vw;
    margin: 0 auto 1vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl div.ttl {
    font-size: 1.6470588235vw;
    line-height: 2.5882352941vw;
    margin-bottom: 0.8823529412vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl div.use {
    height: 2vw;
    padding: 0 0.5882352941vw;
    font-size: 0.9411764706vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl {
    order: 1;
    width: 100%;
    margin: 0 auto 5.3333333333vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl div.num_wrap {
    width: 24vw;
    margin: 0 auto 2.9333333333vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl div.ttl {
    font-size: 4.8vw;
    line-height: 8vw;
    margin-bottom: 2.4vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details h2.look_ttl div.use {
    height: 8.2666666667vw;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 8.2666666667vw;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.img_wrap {
  display: none;
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.img_wrap {
    order: 2;
    display: block;
    width: 100%;
    padding: 0 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.txt {
  width: 540px;
  margin: 0 auto 30px;
  padding: 2px 0;
  border-top: 1px solid #7b7d81;
  border-bottom: 1px solid #7b7d81;
  position: relative;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.txt .txt_inner {
  padding: 30px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.txt::before {
  content: "";
  display: block;
  width: 0;
  height: 40px;
  border-right: 1px solid #cccccc;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.txt {
    width: 31.7647058824vw;
    margin: 0 auto 1.7647058824vw;
    padding: 0.1176470588vw 0;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.txt .txt_inner {
    padding: 1.7647058824vw 0;
    font-size: 0.9411764706vw;
    line-height: 1.8823529412vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.txt::before {
    height: 2.3529411765vw;
    top: -4.1176470588vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.txt {
    order: 4;
    width: 100%;
    margin: 0;
    padding: 0.5333333333vw 0;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.txt .txt_inner {
    padding: 5.3333333333vw 0;
    font-size: 4vw;
    line-height: 7.2vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.txt::before {
    height: 10.6666666667vw;
    top: -16vw;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product {
  width: 540px;
  margin: 0 auto;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product + .product {
  margin-top: 30px;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.name {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #656565;
  text-align: center;
  margin-bottom: 10px;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.price {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #949596;
  text-align: center;
  margin-bottom: 19px;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.buy_btn {
  width: 160px;
  height: 40px;
  margin: 0 auto;
  padding: 0 1px;
  border: 1px solid #7b7d81;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.buy_btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #656565;
  background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/arr.png") center right 18px no-repeat;
  background-size: 16px auto;
  transition-duration: 0.3s;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.buy_btn > a:hover {
  background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/arr.png") center right 10px no-repeat;
  background-size: 16px auto;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product {
    width: 31.7647058824vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product + .product {
    margin-top: 1.7647058824vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.name {
    font-size: 1.1764705882vw;
    line-height: 1.8823529412vw;
    margin-bottom: 0.5882352941vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.price {
    font-size: 0.9411764706vw;
    line-height: 1.8823529412vw;
    margin-bottom: 1.1176470588vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.buy_btn {
    width: 9.4117647059vw;
    height: 2.3529411765vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.buy_btn > a {
    font-size: 0.9411764706vw;
    line-height: 1.8823529412vw;
    background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/arr.png") center right 1.0588235294vw no-repeat;
    background-size: 0.9411764706vw auto;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.buy_btn > a:hover {
    background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/arr.png") center right 0.5882352941vw no-repeat;
    background-size: 0.9411764706vw auto;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product {
    order: 3;
    width: 100%;
    margin: 0 auto 21.3333333333vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product + .product {
    margin-top: -13.3333333333vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.name {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    margin-bottom: 2.4vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.price {
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
    margin-bottom: 5.0666666667vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.buy_btn {
    width: 42.6666666667vw;
    height: 10.6666666667vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.buy_btn > a {
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/arr.png") center right 4.8vw no-repeat;
    background-size: 4.2666666667vw auto;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.main_img_details div.ttl_details div.product div.buy_btn > a:hover {
    background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/arr.png") center right 4.8vw no-repeat;
    background-size: 4.2666666667vw auto;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap {
  position: relative;
  padding: 115px 200px 0 0;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap {
    padding: 6.7647058824vw 11.7647058824vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap {
    padding: 10.6666666667vw 0 0;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div div.img_wrap {
  margin-bottom: 17px;
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div div.img_wrap {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div div.img_wrap {
    margin-bottom: 0;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list {
  display: flex;
  flex-direction: column;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.item_name {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #656565;
  padding-right: 10px;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.price {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #949596;
  padding-right: 24px;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.price > span {
  font-size: 12px;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.price:has(.not_in_stock) {
  padding-right: 0;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.buy {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #656565;
  padding-right: 21px;
  background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/arr.png") center right no-repeat;
  background-size: 16px auto;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.item_name {
    font-size: 0.9411764706vw;
    line-height: 1.8823529412vw;
    padding-right: 0.5882352941vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.price {
    font-size: 0.9411764706vw;
    line-height: 1.8823529412vw;
    padding-right: 1.4117647059vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.price > span {
    font-size: 0.7058823529vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.buy {
    font-size: 0.9411764706vw;
    line-height: 1.8823529412vw;
    padding-right: 1.2352941176vw;
    background-size: 0.9411764706vw auto;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list {
    gap: 1.8666666667vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a {
    width: 40vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.item_name {
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding-right: 0;
    display: block;
    width: 100%;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.price {
    display: inline;
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding-right: 2.6666666667vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.price > span {
    font-size: 2.6666666667vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div ul.items_list > li > a span.buy {
    font-size: 2.6666666667vw;
    line-height: 4.8vw;
    padding-right: 4vw;
    background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/arr.png") center right no-repeat;
    background-size: 2.6666666667vw auto;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.ceremony {
  width: 480px;
  position: absolute;
  top: -40px;
  left: 385px;
  z-index: 5;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.ceremony div.img_wrap::before {
  content: "";
  display: block;
  width: 40px;
  height: 345px;
  background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/for_ceremony_pc.png") top center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 40px;
  left: -15px;
  z-index: 1;
  pointer-events: none;
  clip-path: inset(100% 0 0 0);
  transition-duration: 0.5s;
  transition-delay: 1s;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.ceremony.active div.img_wrap::before {
  clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.ceremony {
    width: 28.2352941176vw;
    top: -2.3529411765vw;
    left: 22.6470588235vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.ceremony div.img_wrap::before {
    width: 2.3529411765vw;
    height: 20.2941176471vw;
    bottom: 2.3529411765vw;
    left: -0.8823529412vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.ceremony {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    margin-bottom: 5.3333333333vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.ceremony div.img_wrap {
    width: 53.3333333333vw;
    margin-left: 2.6666666667vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.ceremony div.img_wrap::before {
    width: 7.2vw;
    height: 44.5333333333vw;
    background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/for_ceremony_sp.png") top center no-repeat;
    background-size: contain;
    bottom: 5.3333333333vw;
    left: -2.6666666667vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.ceremony ul.items_list {
    position: absolute;
    right: 0;
    bottom: 5.0666666667vw;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.daily {
  width: 560px;
  margin: 0 0 0 auto;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.daily div.img_wrap::before {
  content: "";
  display: block;
  width: 40px;
  height: 220px;
  background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/for_daily_pc.png") top center no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: -15px;
  z-index: 1;
  pointer-events: none;
  clip-path: inset(100% 0 0 0);
  transition-duration: 0.5s;
  transition-delay: 1s;
}
#feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.daily.active div.img_wrap::before {
  clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.daily {
    width: 32.9411764706vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.daily div.img_wrap::before {
    width: 2.3529411765vw;
    height: 12.9411764706vw;
    top: 2.3529411765vw;
    left: -0.8823529412vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.daily {
    width: 100%;
    margin: 0;
    padding: 0 0 13.3333333333vw;
    position: relative;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.daily div.img_wrap {
    width: 53.3333333333vw;
    margin: 0 0 0 auto;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.daily div.img_wrap::before {
    content: "";
    display: block;
    width: 7.2vw;
    height: 28.8vw;
    background: url("https://online.taka-q.jp/img/usr/freepage/feature_26s_haresuit/img/for_daily_sp.png") top center no-repeat;
    background-size: contain;
    position: absolute;
    top: 5.3333333333vw;
    left: -2.1333333333vw;
  }
  #feature_26s_haresuit div.sec_wrap div.look_blk div.inner div.type_wrap > div.daily ul.items_list {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  bottom: 344px;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition-duration: 1s;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk::before {
    height: 3.5294117647vw;
    bottom: 20.2352941176vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk::before {
    height: 8vw;
    bottom: 58.6666666667vw;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk::after {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background: #f5f2ea;
  position: absolute;
  left: 0;
  bottom: 165px;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  transition-duration: 1s;
  transition-delay: 0.3s;
}
@media screen and (min-width: 751px) and (max-width: 1700px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk::after {
    height: 10.5882352941vw;
    bottom: 9.7058823529vw;
  }
}
@media screen and (max-width: 750px) {
  #feature_26s_haresuit div.sec_wrap div.look_blk::after {
    height: 18.6666666667vw;
    bottom: 40vw;
  }
}
#feature_26s_haresuit div.sec_wrap div.look_blk:has(.active_target.active)::before, #feature_26s_haresuit div.sec_wrap div.look_blk:has(.active_target.active)::after {
  clip-path: inset(0 0 0 0);
}