.l-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 230.4rem;
  padding: 0 var(--innerWidth);
  color: var(--colorWhite);
}

.l-kv_ttl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 136.6rem;
  height: 100%;
  min-height: 76.8rem;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-kv_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-kv_ttl_inner {
  contain: layout paint;
  padding-bottom: .5rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  line-height: 1.5;
  will-change: transform;
}

.l-kv_ttl_inner.is-01>span {
  padding-left: var(--innerWidth);
}

.l-kv_ttl_inner.is-02 {
  margin-top: -6.5rem;
  text-align: right;
}

.l-kv_ttl_inner.is-02>span {
  padding-right: var(--innerWidth);
}

.l-kv_ttl_inner.is-03 {
  margin-top: -6.5rem;
  text-align: center;
}

.l-kv_ttl_inner.is-03>span {
  padding-right: 10rem;
}

.l-kv_ttl_inner>span {
  display: inline-block;
}

.l-kv_desc {
  padding-right: 25.8rem;
  font-weight: var(--weightRegular);
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "Shippori Mincho","Helvetica Neue",arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",meiryo,sans-serif;
  letter-spacing: .03em;
  text-align: right;
}

.l-kv_movie_wrapper {
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100vh;
  inset: 0;
  pointer-events: none;
}

.l-kv_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  gap: 1rem;
  color: var(--colorWhite);
  cursor: pointer;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  opacity: 0;
  pointer-events: all;
  -webkit-transition: opacity var(--defaultAnime),-webkit-filter calc(var(--defaultDuration)*2) var(--defaultEase),-webkit-transform var(--defaultAnime);
  transition: opacity var(--defaultAnime),-webkit-filter calc(var(--defaultDuration)*2) var(--defaultEase),-webkit-transform var(--defaultAnime);
  transition: filter calc(var(--defaultDuration)*2) var(--defaultEase),opacity var(--defaultAnime),transform var(--defaultAnime);
  transition: filter calc(var(--defaultDuration)*2) var(--defaultEase),opacity var(--defaultAnime),transform var(--defaultAnime),-webkit-filter calc(var(--defaultDuration)*2) var(--defaultEase),-webkit-transform var(--defaultAnime);
}

.l-kv_movie_icon {
  display: block;
  aspect-ratio: 1;
  width: 3.8rem;
  line-height: 0;
}

.l-kv_movie_icon svg {
  height: 100%;
}

.l-philosophy {
  padding-top: 8.5rem;
}

.l-philosophy_ttl {
  text-align: center;
}

.l-philosophy_desc {
  z-index: 10;
  position: relative;
  margin-top: -15.5rem;
  text-align: center;
}

.l-philosophy_logos_img {
  display: block;
  width: 102.2rem;
  max-width: 100%;
  margin-top: 6rem;
  margin-inline: auto;
}

.l-philosophy_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.l-philosophy_link_wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 9.5rem;
  margin-inline: auto;
}

.l-philosophy_link_icon {
  display: block;
  width: 5rem;
  height: 5rem;
}

.l-philosophy_link_icon>span {
  padding: 1.9rem;
}

.l-news {
  padding-top: 20rem;
}

.l-news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.9rem;
}

.l-news_content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: .8rem;
}

.l-news_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 1.3rem 2.6rem 2.4rem;
  border-bottom: 1px solid var(--colorBlack);
}

.l-news_list_link_sticky {
  position: absolute;
  top: .3rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
}

.l-news_list:not(:first-child) .l-news_list_link {
  padding-top: 2.9rem;
}

.l-news_list:not(:first-child) .l-news_list_link_sticky {
  top: 3.2rem;
}

.l-news_list_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.l-news_list_cat {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: .1rem .9rem;
  border: 1px solid currentColor;
  border-radius: .3rem;
}

.l-news_list_txt {
  display: block;
  width: 62rem;
  max-width: 100%;
}

.l-news_list_txt_wrapper {
  position: relative;
}

.l-news_list_txt_icon {
  display: block;
  position: absolute;
  top: .3rem;
  right: 0;
  width: 1.2rem;
  line-height: 0;
}

.l-interview {
  margin-top: 12.8rem;
}

.l-interview_ttl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-interview_ttl_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.2rem;
  gap: 1rem;
}

.l-interview_ttl_link_icon {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
}

.l-interview_contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5.9rem;
  gap: 6rem;
}

.l-interview_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 41rem;
  padding: 3rem;
  overflow: hidden;
  color: var(--colorWhite);
}

.l-interview_content_icon {
  display: block;
  width: 4.4rem;
}

.l-interview_content_img {
  z-index: -1;
  position: absolute;
  inset: 0;
}

.l-interview_content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-environment {
  margin-top: 12rem;
}

.l-environment_ttl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-environment_ttl_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.l-environment_ttl_link_icon {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
}

.l-environment_contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 6.1rem;
  gap: 0 6rem;
}

.l-environment_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  gap: 2.8rem;
  border-top: 1px solid var(--colorBlack);
  border-bottom: 1px solid var(--colorBlack);
}

.l-environment_content:nth-of-type(n+3) {
  border-top: none;
}

.l-environment_content_img {
  width: 16.2rem;
  height: 11rem;
}

.l-environment_content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-environment_content_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-environment_content_icon {
  --arrow: var(--colorBlack);
  display: block;
  width: 2rem;
  line-height: 0;
}

.l-about {
  z-index: 1;
  position: relative;
  margin-top: 12rem;
  padding-top: 6rem;
  padding-bottom: 29rem;
  overflow: hidden;
  color: var(--colorWhite);
}

.l-about_top_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6rem;
  gap: 9.6rem;
}

.l-about_top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 25rem;
  padding: 2rem;
  overflow: hidden;
}

.l-about_top_list_icon {
  display: block;
  width: 2rem;
}

.l-about_top_list_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-about_top_list_bg_wrapper {
  z-index: -1;
  position: absolute;
  inset: 0;
}

.l-about_bottom_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 7.9rem;
  gap: 6.2rem;
}

.l-about_bottom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid currentColor;
}

.l-about_bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-about_text {
  position: absolute;
  right: 0;
  bottom: -1.3rem;
  text-align: right;
}

.l-entry {
  z-index: 1;
  position: relative;
  padding: 14.1rem 0 14rem;
  overflow: hidden;
}

.l-entry_ttl {
  color: var(--colorWhite);
  text-align: center;
}

.l-entry_link {
  display: block;
  position: relative;
  width: 38rem;
  max-width: 100%;
  margin-top: 4rem;
  margin-inline: auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--colorWhite);
  color: var(--colorWhite);
}

.l-entry_link_icon {
  display: block;
  position: absolute;
  top: .5rem;
  right: 0;
  width: 2rem;
}

.l-entry_lists {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 85rem;
  max-width: 100%;
  margin-top: 5.9rem;
  margin-inline: auto;
  gap: 2rem;
  text-align: center;
}

.l-entry_list {
  height: 8rem;
}

.l-entry_list:nth-child(-n+2) {
  grid-column: span 3;
}

.l-entry_list:nth-child(n+3) {
  grid-column: span 2;
}

.l-entry_list_link {
  display: grid;
  position: relative;
  place-items: center;
  height: 100%;
  border-radius: .3rem;
  background-color: var(--colorWhite);
}

.l-entry_list_icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 2.1rem;
  translate: 0 -50%;
}

.l-entry_bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-entry_bg::after {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0,0,0,.4);
  content: "";
}

.l-instagram {
  position: relative;
  padding: 12rem 0;
  overflow: hidden;
  background-color: var(--colorWhite);
}

.l-instagram::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 119.4rem)/2);
  height: 100%;
  background-color: var(--colorWhite);
  content: "";
}

.l-instagram .ecbn-selection-title.vsm-selection-title,.l-instagram .ecbn-selection-description.vsm-selection-description,.l-instagram .ecbn-selection-to-nextpage.vsm-selection-to-nextpage {
  display: none;
}

.l-instagram_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-instagram_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .6rem;
}

.l-instagram_link.is-sp {
  display: none;
}

.l-instagram_link_icon {
  display: block;
  width: 3.8rem;
}

.l-instagram .ecbn-selection-widget {
  margin-top: 6.5rem;
  margin-bottom: 0;
}

.l-instagram .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item>div>a,.l-instagram .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item>div>a {
  width: 24.8rem;
  height: 31rem;
}

.l-instagram .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item {
  margin-right: 2rem;
}

.l-instagram .vsm-goods .ecbn-selection-widget-new div.ecbn-selection-wrapper,.l-instagram .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper {
  margin: 0;
  overflow: visible !important;
}

.l-instagram .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
  width: 100%;
  overflow-x: visible !important;
}

.l-instagram .vsm-slider {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.l-instagram .ecbn-selection-widget {
  width: 119.4rem;
  max-width: 100%;
}

.l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev,.l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
  left: auto;
  width: 3.2rem;
  height: 2.9rem;
  opacity: 1;
  -webkit-transition: opacity var(--defaultAnime);
  transition: opacity var(--defaultAnime);
}

.l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev::before,.l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next::before {
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  border: none;
  background-image: url(/img/common/p-icon_arrow.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
  right: 7rem;
}

.l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
  right: .5rem;
}

.l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  top: auto;
  bottom: 0;
}

.l-instagram .ecbn-selection-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn {
  display: none !important;
}

.l-instagram .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap {
  padding-bottom: 6.8rem;
}

.l-instagram .ecbn-video-icon {
  display: none;
}

.l-instagram .ecbn-selection-wrapper .ecbn-selection-slide-wrapper a img {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform var(--defaultAnime);
  transition: -webkit-transform var(--defaultAnime);
  transition: transform var(--defaultAnime);
  transition: transform var(--defaultAnime), -webkit-transform var(--defaultAnime);
}

.ecbn-selection-preview[class] {
  background-color: var(--colorBlack);
}

.ecbn-selection-preview[class] .ecbn-selection-left,.ecbn-selection-preview[class] .ecbn-selection-right {
  float: none !important;
}

.ecbn-selection-preview[class] div.ecbn-selection-preview-wrapper {
  width: 110rem;
  max-width: calc(100% - var(--innerWidth)*2);
}

.ecbn-selection-preview[class] .noProductsMsg,.ecbn-selection-preview[class] .ecbn-selection-right div.ecbn-selection-right-header {
  display: none;
}

.ecbn-selection-preview[class] .ecbn-selection-preview-caption p {
  height: 100%;
}

.ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-prevarrow,.ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-nextarrow {
  width: 3.8rem;
  height: 3.8rem;
  background-image: url(/img/common/p-modal_arrow.webp);
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity var(--defaultAnime);
  transition: opacity var(--defaultAnime);
}

.ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-nextarrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
  z-index: 10;
  right: 1rem;
  width: auto;
}

.ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
  z-index: 10;
  left: 1rem;
  width: auto;
}

.ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}

.ecbn-selection-preview[class] .ecbn-selection-preview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
}

.ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
  width: 47rem;
  height: 47rem;
}

.ecbn-selection-preview[class] .ecbn-selection-left {
  width: auto;
  max-width: 100%;
}

.ecbn-selection-preview[class] .ecbn-selection-preview-close {
  top: -4rem;
  width: 20px;
  height: 20px;
  -webkit-transition: opacity var(--defaultAnime);
  transition: opacity var(--defaultAnime);
}

.ecbn-selection-preview[class] .ecbn-selection-preview-close:after,.ecbn-selection-preview[class] .ecbn-selection-preview-close:before {
  height: 1px;
  background-color: var(--colorWhite);
}

.ecbn-selection-preview[class] .ecbn-selection-preview-personal {
  width: 100%;
}

.ecbn-selection-preview[class] .ecbn-selection-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  min-height: auto;
  max-height: 42rem;
  margin-top: 2rem;
  overflow-y: auto;
}

.l-media_bg {
  z-index: -2;
  width: 100%;
  inset: 0;
  overflow: hidden;
  background-image: url(/img/top/l-media_bg_poster.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.l-media_bg.is-kv {
  position: fixed;
  height: 100vh;
  min-height: 76.8rem;
}

.l-media_bg.is-other {
  position: absolute;
  height: 100%;
}

.l-media_bg::before {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0,0,0,.4);
  content: "";
}

.l-media_bg_video {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-content {
  z-index: 10;
  position: relative;
}

.l-modal {
  display: grid;
  visibility: hidden;
  z-index: 10001;
  position: fixed;
  place-items: center;
  width: 100%;
  height: 100vh;
  min-height: 76.8rem;
  inset: 0;
  padding: 5% 0;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  opacity: 0;
  -webkit-transition: opacity var(--defaultEase) calc(var(--defaultDuration)*.8),visibility var(--defaultEase) calc(var(--defaultDuration)*.8);
  transition: opacity var(--defaultEase) calc(var(--defaultDuration)*.8),visibility var(--defaultEase) calc(var(--defaultDuration)*.8);
}

.l-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.l-modal_overlay {
  z-index: 1;
  position: fixed;
  inset: 0;
  background-color: var(--colorBlack);
}

.l-modal_content {
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 0 10%;
}

.l-modal_video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity var(--defaultDuration) var(--defaultEase);
  transition: opacity var(--defaultDuration) var(--defaultEase);
}

.l-modal_video.is-open {
  opacity: 1;
}

.l-modal_video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-modal_close {
  z-index: 10;
  position: absolute;
  top: -2rem;
  right: 10%;
  aspect-ratio: 1;
  width: 20px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  cursor: pointer;
  -webkit-transition: opacity var(--defaultAnime);
  transition: opacity var(--defaultAnime);
}

.l-modal_close::after,.l-modal_close::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  translate: 0 -50%;
  background-color: var(--colorWhite);
  content: "";
}

.l-modal_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-modal_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 48em) {
  .l-kv {
    height: 133.4rem;
  }
  .l-kv_ttl_wrapper {
    width: 100%;
    max-width: none;
    height: 100svh;
    min-height: initial;
    margin-inline: auto;
    padding: 0;
  }
  .l-kv_ttl_inner.is-01>span {
    margin-left: 0;
  }
  .l-kv_ttl_inner.is-02 {
    margin-top: -1.5rem;
  }
  .l-kv_ttl_inner.is-02>span {
    margin-top: 0;
    padding-left: .5rem;
  }
  .l-kv_ttl_inner.is-03 {
    margin-top: -2rem;
  }
  .l-kv_ttl_inner.is-03>span {
    padding-right: 5rem;
  }
  .l-kv_desc {
    padding-right: 2rem;
    font-size: 1.4rem;
  }
  .l-kv_movie_wrapper {
    height: 100svh;
  }
  .l-kv_movie {
    right: 0;
    bottom: 0;
  }
  .l-philosophy {
    padding-top: 12rem;
  }
  .l-philosophy_logos_img {
    margin-top: 4.2rem;
  }
  .l-philosophy_link_wrapper {
    margin-top: 6rem;
  }
  .l-news {
    padding-top: 12rem;
  }
  .l-news_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.4rem;
  }
  .l-news_list_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    padding-bottom: 1.5rem;
  }
  .l-news_list:not(:first-child) .l-news_list_link {
    padding-top: 2rem;
  }
  .l-news_list:not(:first-child) .l-news_list_link_sticky {
    top: 2.3rem;
  }
  .l-news_list_info {
    gap: .9rem;
  }
  .l-news_list_info.is-has_sticky {
    padding-left: 2.5rem;
  }
  .l-news_list_txt {
    width: 90%;
  }
  .l-news_list_txt_wrapper {
    margin-top: 1.5rem;
  }
  .l-news_list_txt_icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-interview {
    margin-top: 9.8rem;
  }
  .l-interview_ttl_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-interview_ttl_link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 4rem;
    margin-bottom: 0;
    margin-left: auto;
  }
  .l-interview_contents {
    grid-template-columns: auto;
    margin-top: 4rem;
    gap: 2rem;
  }
  .l-interview_content {
    height: 24.2rem;
    padding: 2rem;
  }
  .l-interview_content_icon {
    position: absolute;
    right: .8rem;
    bottom: 1.7rem;
  }
  .l-interview_content_heading>span {
    display: block;
  }
  .l-environment {
    margin-top: 8rem;
  }
  .l-environment_ttl_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-environment_ttl_link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 4rem;
    margin-left: auto;
  }
  .l-environment_contents {
    grid-template-columns: auto;
    margin-top: 4rem;
  }
  .l-environment_content {
    padding: 1rem 0;
    gap: 2rem;
  }
  .l-environment_content:nth-of-type(n+2) {
    border-top: none;
  }
  .l-environment_content_img {
    width: 10rem;
    height: 6.8rem;
  }
  .l-about {
    margin-top: 8rem;
    padding-top: 4rem;
    padding-bottom: 15.5rem;
  }
  .l-about_top_lists {
    grid-template-columns: auto;
    margin-top: 4rem;
    gap: 2rem;
  }
  .l-about_top_list {
    height: 10rem;
    padding: 2.5rem 2rem;
  }
  .l-about_bottom_lists {
    grid-template-columns: auto;
    margin-top: 4.5rem;
    gap: 0;
  }
  .l-about_bottom_list:not(:first-child) {
    padding-top: 2rem;
  }
  .l-about_text {
    bottom: -0.6rem;
  }
  .l-entry {
    padding: 8.1rem 0 8rem;
  }
  .l-entry_lists {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 3.9rem;
    gap: 1rem;
  }
  .l-entry_list:nth-child(-n+2) {
    grid-column: span 2;
  }
  .l-entry_list:nth-child(n+3) {
    grid-column: span 4;
    height: 6rem;
  }
  .l-instagram {
    padding: 8rem 0;
  }
  .l-instagram::before {
    width: 2rem;
  }
  .l-instagram_link.is-pc {
    display: none;
  }
  .l-instagram_link.is-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 4.1rem;
  }
  .l-instagram .ecbn-selection-widget {
    margin-top: 4rem;
  }
  .l-instagram .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item>div>a,.l-instagram .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item>div>a {
    padding: 0;
  }
  .l-instagram .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item {
    width: auto;
  }
  .l-instagram .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    scrollbar-gutter: stable both-edges;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
  }
  .l-instagram .vsm-slider {
    width: auto;
  }
  .l-instagram .ecbn-selection-widget {
    width: 100%;
  }
  .l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev,.l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
    top: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
    right: 6.5rem;
  }
  .l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
    right: 0;
  }
  .l-instagram .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap {
    padding-bottom: 4.5rem;
    -webkit-transform-style: flat;
            transform-style: flat;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
    will-change: transform;
  }
  .l-instagram .ecbn-selection-wrapper .ecbn-selection-footer2 {
    position: absolute;
    right: 0px;
    bottom: -35vw;
    margin-top: 0;
    margin-right: 0;
  }
  .ecbn-selection-preview[class] div.ecbn-selection-preview-wrapper {
    width: 100%;
    max-width: none;
    -webkit-transform: none;
            transform: none;
  }
  .ecbn-selection-preview[class] .ecbn-page-top {
    display: none !important;
  }
  .ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
    right: .5rem;
  }
  .ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
    left: .5rem;
  }
  .ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain {
    width: 100%;
  }
  .ecbn-selection-preview[class] .ecbn-selection-preview-content {
    margin: 5.6rem 2rem 17.8rem;
    padding: 0;
  }
  .ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }
  .ecbn-selection-preview[class] .ecbn-selection-left {
    width: 100%;
  }
  .ecbn-selection-preview[class] .ecbn-selection-preview-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
  .ecbn-selection-preview[class] .ecbn-selection-right {
    max-height: none;
    overflow-y: visible;
  }
  .l-media_bg {
    background-image: url(/img/top/l-media_bg_sp_poster.webp);
  }
  .l-modal {
    height: 100dvh;
    min-height: auto;
  }
  .l-modal_content {
    width: 100%;
    padding: 0;
  }
  .l-modal_video {
    display: block;
    width: calc(100% - var(--innerWidth)*2);
    margin-inline: auto;
  }
  .l-modal_close {
    right: 2rem;
  }
}

@media (hover: hover) {
  .l-instagram .ecbn-selection-wrapper .ecbn-selection-slide-wrapper a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
            transform: translate(-50%, -50%) scale(1.1, 1.1);
    opacity: 1;
  }
  .l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:hover,.l-instagram .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:hover {
    opacity: .3;
  }
  .ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-prevarrow:hover,.ecbn-selection-preview[class] .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-nextarrow:hover {
    opacity: .3;
  }
  .ecbn-selection-preview[class] .ecbn-selection-preview-close:hover {
    opacity: .3;
  }
  .l-modal_close:hover {
    opacity: .3;
  }
}
