@charset "UTF-8";
.ctm_recommend .ctm_container,
.ctm_feature .ctm_container,
.ctm_section_insta .ctm_container {
  padding-inline: 0;
}

.top_content {
  display: grid;
  gap: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 991px) {
  .top_content {
    gap: 8rem;
    padding-bottom: 6rem;
  }
}

.ctm_hero {
  position: relative;
  color: #fff;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 991px) {
  .ctm_hero {
    height: 100vh;
    aspect-ratio: inherit;
  }
}
.ctm_hero__bg {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ctm_hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.ctm_hero__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.ctm_hero__kicker {
  margin: 0 0 0.8rem;
  font-size: 1.2rem;
  opacity: 0.9;
  letter-spacing: 0.12em;
}
.ctm_hero__title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: #fff;
  mix-blend-mode: difference;
  margin-top: auto;
  font-size: 10rem;
}
@media screen and (max-width: 991px) {
  .ctm_hero__title {
    font-size: 4.1rem;
  }
}
.ctm_hero__inner_content {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 30px;
  align-items: end;
  padding: 0 3.2rem;
}
@media screen and (max-width: 991px) {
  .ctm_hero__inner_content {
    padding: 0 1.6rem;
  }
}
.ctm_hero__meta {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
@media screen and (max-width: 991px) {
  .ctm_hero__meta {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.ctm_hero__metaItem {
  font-size: 1.6rem;
  display: flex;
  gap: 0.8rem;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .ctm_hero__metaItem {
    font-size: 1.2rem;
  }
}
.ctm_hero__metaItem.icon_box::before {
  content: "";
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_box.svg);
  display: block;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
.ctm_hero__metaItem.icon_camera::before {
  content: "";
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_camera.svg);
  display: block;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
.ctm_hero__metaItem.icon_purse::before {
  content: "";
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_purse.svg);
  display: block;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
.ctm_hero__readmore {
  border: 1px dashed #ffffff;
  width: 186px;
  padding: 2px;
}
@media screen and (max-width: 991px) {
  .ctm_hero__readmore {
    width: 136px;
  }
}
.ctm_hero__readmore a {
  display: block;
  position: relative;
}
.ctm_hero__readmore a img {
  transition: all 0.2s ease-out;
}
.ctm_hero__readmore a:hover img {
  transform: scale(0.95);
}
.ctm_hero__readmore .text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 1.2rem;
  width: 100%;
}

.ctm_sectionTitle {
  text-align: center;
  font-size: var(--ctm-h2);
  letter-spacing: -0.02em;
  font-size: 6rem;
}
@media screen and (max-width: 991px) {
  .ctm_sectionTitle {
    font-size: 3.2rem;
  }
}
.ctm_sectionTitle--left {
  text-align: left;
}

.ctm_sectionHead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 1.4rem;
  padding: 0 1.6rem;
}

.ctm_kicker {
  font-size: 1.2rem;
  opacity: 0.6;
}

.ctm_tabs {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.8rem;
  border: 0.1rem solid var(--ctm-line);
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .ctm_tabs {
    margin-bottom: 2.4rem;
    border-radius: 4px;
    padding: 3px;
  }
}

.ctm_tab {
  padding: 1rem 1.8rem;
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .ctm_tab {
    font-size: 1.4rem;
  }
}
.ctm_tab.is-active {
  background: var(--ctm-bg1);
  opacity: 1;
}

.ctm_news {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .ctm_news {
    width: 100%;
    padding: 0 10px;
  }
  .ctm_news .ctm_sectionTitle {
    margin-bottom: 6rem;
  }
}
.ctm_news .ctm_container {
  max-width: inherit;
}
.ctm_news dl {
  display: grid;
  grid-template-columns: 8em 1fr;
  row-gap: 10px;
}
@media screen and (max-width: 991px) {
  .ctm_news dl {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .ctm_news dl dd {
    margin-bottom: 1em;
  }
}

.ctm_recommend {
  overflow: hidden;
}
.ctm_recommend .ctm_container {
  display: contents;
}
.ctm_recommend .ctm_sectionTitle {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 991px) {
  .ctm_recommend .ctm_sectionTitle {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.64px;
    text-transform: capitalize;
    margin-bottom: 2rem;
  }
}
.ctm_recommend .ctm_products {
  display: none;
}
.ctm_recommend .ctm_products.is-active {
  display: block;
}
.ctm_recommend {
  /* 見切れ演出 */
}
.ctm_recommend .ctm_products {
  overflow: hidden;
}
.ctm_recommend {
  /* slick安定 */
}
.ctm_recommend .ctm_products .slick-track {
  display: flex;
}
.ctm_recommend {
  /* スライド余白 */
}
.ctm_recommend .ctm_products .slick-slide {
  padding: 0 4px;
  box-sizing: border-box;
}
.ctm_recommend .ctm_products .slick-list {
  margin: 0 -4px;
}
.ctm_recommend .ctm_products {
  position: relative;
}
.ctm_recommend .ctm_products .slick-arrow {
  z-index: 100;
  pointer-events: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ctm_recommend .ctm_products {
  /* ガクつき防止 */
}
.ctm_recommend .ctm_products .slick-track {
  will-change: transform;
}
.ctm_recommend .ctm_products .slick-prev {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 0.4s ease;
  right: 40px;
}
.ctm_recommend .ctm_products .slick-prev::after {
  content: "";
  aspect-ratio: 13/11;
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow2.svg);
  width: 13px;
  display: block;
  transform: rotate(180deg);
}
.ctm_recommend .ctm_products .slick-prev:hover {
  background-color: #000;
  color: #fff;
}
.ctm_recommend .ctm_products .slick-prev:hover::after {
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow2_wh.svg);
}
.ctm_recommend .ctm_products .slick-next {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.ctm_recommend .ctm_products .slick-next::after {
  content: "";
  aspect-ratio: 13/11;
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow2.svg);
  width: 13px;
  display: block;
}
.ctm_recommend .ctm_products .slick-next:hover {
  background-color: #000;
  color: #fff;
}
.ctm_recommend .ctm_products .slick-next:hover::after {
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow2_wh.svg);
}

.ctm_pCard {
  max-width: 328px;
}
.ctm_pCard__link {
  display: block;
  position: relative;
}
.ctm_pCard__link:hover {
  opacity: 1;
}
.ctm_pCard__link:hover .ctm_pCard__img img {
  transform: scale(1.1);
}
.ctm_pCard__img {
  margin-bottom: 2rem;
  overflow: hidden;
  width: 320px;
}
.ctm_pCard__img img {
  transition: transform 0.4s ease;
}
.ctm_pCard__tag {
  font-size: 1.4rem;
  position: absolute;
  padding: 3px 5px;
  top: 5px;
  left: 5px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .ctm_pCard__tag {
    font-size: 1.1rem;
  }
}
.ctm_pCard__name {
  margin: 0.6rem 0 0.2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .ctm_pCard__name {
    font-size: 1.3rem;
  }
}
.ctm_pCard__price {
  margin: 0;
  font-size: 1.3rem;
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .ctm_pCard__price {
    font-size: 1.2rem;
  }
}

.ctm_feature_wrap {
  display: grid;
  gap: 4.8rem;
}

.ctm_feature {
  border-bottom: 1px solid var(--ctm-line);
  padding-bottom: 4.8rem;
  max-width: 136rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .ctm_feature {
    padding: 0;
    border-bottom: none;
  }
}
.ctm_feature .ctm_container {
  max-width: inherit;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .ctm_feature .ctm_container {
    padding: 0;
  }
}
.ctm_feature__inner a {
  display: grid;
  grid-template-columns: 60rem 1fr;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  .ctm_feature__inner a {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
  }
}
.ctm_feature__content {
  display: grid;
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  .ctm_feature__content {
    margin: 0 1.6rem;
    border-bottom: 1px solid var(--ctm-line);
    gap: 3.2rem;
    padding-bottom: 8rem;
  }
}
.ctm_feature__content_wrap {
  align-self: end;
  position: relative;
}
.ctm_feature__media {
  background-size: cover;
  background-position: center;
  box-shadow: var(--ctm-shadow);
}
@media screen and (max-width: 991px) {
  .ctm_feature__content_item {
    margin-bottom: 3rem;
  }
}
.ctm_feature__title {
  margin: 0;
  font-size: 6rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .ctm_feature__title {
    font-size: 3.4rem;
  }
}
.ctm_feature__sub {
  font-weight: 650;
  font-size: 4rem;
}
@media screen and (max-width: 991px) {
  .ctm_feature__sub {
    font-size: 1.6rem;
  }
}
.ctm_feature__text {
  margin: 0;
  max-width: 46ch;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .ctm_feature__text {
    margin-bottom: 4.8rem;
  }
}
.ctm_feature__actions {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.ctm_feature__actions::after {
  content: "";
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #000;
  border-radius: 2px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .ctm_feature__actions {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.ctm_feature .ctm_feature__actions_tx {
  position: relative;
  display: inline-block;
}
.ctm_feature .ctm_feature__actions_tx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* 下線の位置調整 */
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transform-origin: left; /* ←ここが重要（右スタート） */
  transition: transform 0.4s ease;
}

.ctm_feature a:hover {
  opacity: 1;
}
.ctm_feature a:hover .ctm_feature__actions::after {
  background-color: #000;
  color: #fff;
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow2_wh.svg);
}
.ctm_feature a:hover .ctm_feature__actions_tx::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ctm_textLink {
  font-size: 1.3rem;
  opacity: 0.85;
  transition: opacity 300ms ease-out;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.ctm_textLink::after {
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  transition: all 0.5s ease;
  content: "";
}
.ctm_textLink:hover {
  opacity: 1;
}
.ctm_textLink:hover::after {
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow1_hover.svg);
}

.ctm_section_effect {
  width: 96rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .ctm_section_effect {
    width: 100%;
  }
  .ctm_section_effect .ctm_sectionTitle {
    margin-bottom: 6rem;
  }
}
.ctm_section_effect .ctm_container {
  max-width: inherit;
}

.ctm_effectList {
  display: contents;
}
@media screen and (max-width: 991px) {
  .ctm_effectList {
    display: grid;
    gap: 3.2rem;
  }
}

.ctm_effectItem {
  display: grid;
  grid-template-columns: 3rem 18rem 1fr;
  align-items: flex-end;
  gap: 3rem;
  border-bottom: 0.1rem solid var(--ctm-line);
  padding: 1.4rem;
}
@media screen and (max-width: 991px) {
  .ctm_effectItem {
    grid-template-columns: 40% 1fr;
    align-items: inherit;
    padding: 0;
    padding-bottom: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .ctm_effectItem__thumb img {
    border-radius: 0.4rem;
    transition: all 300ms ease-in-out;
    max-height: 0;
  }
}
.ctm_effectItem__text {
  display: contents;
}
@media screen and (max-width: 991px) {
  .ctm_effectItem__text {
    display: grid;
  }
}
.ctm_effectItem__num {
  order: -1;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .ctm_effectItem__num {
    font-size: 1.2rem;
  }
}
.ctm_effectItem__label {
  font-weight: 650;
  font-size: 2rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .ctm_effectItem__label {
    font-size: 1.4rem;
    font-weight: normal;
    align-self: end;
  }
}
.ctm_effectItem__label:after {
  display: block;
  content: "";
  width: 13px;
  height: 11px;
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ctm_effectItem__arrow {
  justify-self: end;
  opacity: 0.6;
  font-size: 2.2rem;
}
.ctm_effectItem:hover {
  opacity: 1;
}
.ctm_effectItem:hover .ctm_effectItem__thumb img {
  max-height: 200px;
}

.ctm_section_insta {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .ctm_section_insta .ctm_container {
    max-width: 100%;
    padding-inline: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ctm_section_insta .ctm_sectionHead {
    padding-inline: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .ctm_section_insta .ctm_sectionHead {
    max-width: var(--ctm-container);
    padding-inline: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_section_insta .ctm_sectionTitle {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
@media screen and (min-width: 992px) {
  .ctm_section_insta .ctm_sectionTitle {
    font-size: 6rem;
    margin-bottom: 30px;
  }
}
/* 見切れ演出（重要） */
.ctm_igGrid {
  overflow: hidden;
}

/* スライド間余白 */
.ctm_igGrid .slick-slide {
  padding: 0 2px;
  box-sizing: border-box;
}

/* padding打ち消し */
.ctm_igGrid .slick-list {
  margin: 0 -2px;
}

.ctm_igGrid .slick-list {
  margin: 0;
}

/* アイテム */
.ctm_ig .image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.ctm_ig img, .ctm_ig video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ctm_story .ctm_container {
    padding-inline: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .ctm_story .ctm_container {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 0;
  }
}

.ctm_storyCard {
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--ctm-bg1);
  position: relative;
}
@media screen and (max-width: 991px) {
  .ctm_storyCard {
    border-radius: 4px;
  }
}
.ctm_storyCard__head {
  position: absolute;
  width: calc(100% - 8rem);
  top: 4rem;
  left: 4rem;
}
@media screen and (max-width: 991px) {
  .ctm_storyCard__head {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 2rem 2rem 0;
    margin-bottom: 8rem;
  }
}
.ctm_storyCard__label {
  margin: 0;
  font-size: 2.4rem;
  opacity: 0.75;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .ctm_storyCard__label {
    font-size: 1.6rem;
    text-align: center;
  }
}
.ctm_storyCard__label:before {
  content: "[";
}
.ctm_storyCard__label:after {
  content: "]";
}
.ctm_storyCard__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}
@media screen and (max-width: 991px) {
  .ctm_storyCard__body {
    grid-template-columns: 1fr;
  }
}
.ctm_storyCard__content {
  align-self: end;
  padding: 4rem;
}
@media screen and (max-width: 991px) {
  .ctm_storyCard__content {
    padding: 0 2rem;
  }
}
.ctm_storyCard__lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .ctm_storyCard__lead {
    font-size: 1.2rem;
  }
}
.ctm_storyCard__title {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -2.08px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .ctm_storyCard__title {
    font-family: Manrope;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 46.8px */
    letter-spacing: -1.44px;
    text-transform: capitalize;
    margin-bottom: 4rem;
  }
}
.ctm_storyCard__text {
  font-size: 1.6rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 991px) {
  .ctm_storyCard__text {
    font-size: 1.4rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .ctm_storyCard__media img {
    border-radius: 0 0 4px 4px;
  }
}

.ctm_btn {
  max-width: 40rem;
}
.ctm_btn a {
  display: flex;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #000;
}
.ctm_btn a::after {
  content: "";
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow2_wh.svg);
  aspect-ratio: 13/11;
  background-size: contain;
  width: 13px;
}
.ctm_btn a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.ctm_btn a:hover::after {
  content: "";
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow2.svg);
}/*# sourceMappingURL=index.css.map */