@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*=======================================
  clampの計算
=======================================*/
/*-------------------------
- common
- TAS_BANNER
- MV
- TOP_NAV
- PRODUCES
- NEWS
- WATCH/PRODUCES/MEET
- EXPERIENCE
- KNOW_THE_LEGACY
-------------------------*/
/*=======================================
　common
=======================================*/
main section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main section {
    margin-bottom: 0;
    padding: 40px 0;
  }
}

/*=======================================
　MV
=======================================*/
.mv {
  height: 660px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv {
    height: auto;
    padding: 30px 30px 0 0;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
  }
}
.mv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  row-gap: 0;
}
@media screen and (max-width: 768px) {
  .mv__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    overflow: hidden;
    border-radius: 0 18px 18px 0;
    background: var(--main_black);
    row-gap: 1px;
  }
}
.mv__item {
  width: 16.6666666667%;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mv__item {
    width: 100%;
    height: 70px;
    min-height: 70px;
    -webkit-transition: none;
    transition: none;
    cursor: default;
  }
}
.mv__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mv__item::after {
    background-color: transparent;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .mv__item::before {
    content: "";
    width: 19px;
    height: 19px;
    aspect-ratio: 1;
    display: inline-block;
    background: url("../img/common/arrow03.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 19px;
    z-index: 2;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .mv__item:hover {
    width: 33.8888888889vw;
  }
  .mv__item:hover a {
    opacity: 1;
  }
  .mv__item:hover::after {
    background: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .mv__item:hover {
    width: 33.8888888889vw;
  }
  .mv__item:hover a {
    opacity: 1;
  }
  .mv__item:hover::after {
    background: rgba(0, 0, 0, 0);
  }
}
.mv__bg {
  position: absolute;
  inset: 0;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: -webkit-filter 0.8s ease;
  transition: -webkit-filter 0.8s ease;
  transition: filter 0.8s ease;
  transition: filter 0.8s ease, -webkit-filter 0.8s ease;
}
@media screen and (max-width: 768px) {
  .mv__bg {
    -webkit-transition: none;
    transition: none;
  }
}
.mv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__container:hover .mv__bg {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.mv__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mv__content {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mv__title {
  position: absolute;
  inset: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #D9D9DC;
}
@media screen and (max-width: 768px) {
  .mv__title {
    position: static;
  }
}
.mv__title__state {
  position: absolute;
  color: #D9D9DC;
}
@media screen and (max-width: 768px) {
  .mv__title__state {
    position: static;
    display: block;
    height: auto;
    padding-bottom: 0;
    color: #fff;
    font-size: 30px;
    line-height: 0.82;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.mv__title__state--default {
  left: 0;
  bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 65px;
  line-height: 0.75;
}
@media only screen and (max-width: 1365px) {
  .mv__title__state--default {
    bottom: 4.5138888889vw;
    font-size: 4.5138888889vw;
    -webkit-column-gap: 0.6944444444vw;
       -moz-column-gap: 0.6944444444vw;
            column-gap: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__title__state--default {
    font-size: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mv__title__state--hover {
  left: 50%;
  bottom: 86px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
  font-size: 70px;
  line-height: 0.75;
  height: 115.4px;
  height: auto;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}
@media only screen and (max-width: 1365px) {
  .mv__title__state--hover {
    bottom: 5.9722222222vw;
    font-size: 4.8611111111vw;
    row-gap: 0.6944444444vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__title__state--hover {
    display: none;
  }
}
.mv__title__en {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
          text-orientation: sideways;
  white-space: nowrap;
}
.mv__title__state--hover .mv__title__en {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
}
@media screen and (max-width: 768px) {
  .mv__title__en, .mv__title__state--hover .mv__title__en {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
  }
}
.mv__title .char {
  display: inline-block;
  opacity: 1;
  line-height: 0.82;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  .mv__title .char {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
            animation: none;
  }
}
.mv__title .jp {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2.88px;
  color: #D9D9DC;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 1365px) {
  .mv__title .jp {
    font-size: 1.25vw;
  }
}
.mv__title__state--hover .jp {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv__title .jp, .mv__title__state--hover .jp {
    display: block;
    margin-top: 3px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.mv__item:hover {
  width: 33.8888888889vw;
}
.mv__item:hover::after {
  background: rgba(0, 0, 0, 0);
}
.mv__item:hover .mv__bg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.mv__item:hover .mv__title__state--default {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .mv__item:hover .mv__title__state--default {
    opacity: 1;
    visibility: visible;
  }
}
.mv__item:hover .mv__title__state--hover {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .mv__item:hover .mv__title__state--hover {
    display: none;
  }
}
.mv__item:hover .mv__title__state--hover::after {
  content: "";
  width: 20px;
  height: 10px;
  aspect-ratio: 1;
  display: inline-block;
  background: url("../img/common/arrow02.svg") no-repeat center/100% auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media only screen and (max-width: 1365px) {
  .mv__item:hover .mv__title__state--hover::after {
    width: 1.3888888889vw;
    height: 0.6944444444vw;
  }
}
.mv__item:hover .mv__title__state--hover .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform, opacity;
  -webkit-animation: char-appear-from-bottom 0.6s cubic-bezier(0.25, 1, 0.5, 1) both;
          animation: char-appear-from-bottom 0.6s cubic-bezier(0.25, 1, 0.5, 1) both;
  -webkit-animation-delay: calc(var(--char-index) * 0.05s + 0.2s);
          animation-delay: calc(var(--char-index) * 0.05s + 0.2s);
}
.mv__item.is-leaving .mv__title__state--default .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(-18px, 0, 0);
          transform: translate3d(-18px, 0, 0);
  -webkit-animation: char-appear-from-left 0.5s cubic-bezier(0.25, 1, 0.5, 1) both;
          animation: char-appear-from-left 0.5s cubic-bezier(0.25, 1, 0.5, 1) both;
  -webkit-animation-delay: calc(var(--char-index) * 0.05s + 0.2s);
          animation-delay: calc(var(--char-index) * 0.05s + 0.2s);
}
@media screen and (max-width: 768px) {
  .mv__item.is-leaving .mv__title__state--default .char {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
.mv__item:hover ~ .mv__item {
  width: 13.2222222222vw;
}
@media screen and (max-width: 768px) {
  .mv__item, .mv__item:hover, .mv__item:hover ~ .mv__item {
    width: 100%;
    height: 70px;
    min-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .mv__item:hover .mv__bg, .mv__container:hover .mv__bg {
    -webkit-filter: none;
            filter: none;
  }
}

@-webkit-keyframes char-appear-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes char-appear-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes char-appear-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0);
            transform: translate3d(-18px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes char-appear-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0);
            transform: translate3d(-18px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*=======================================
　NEWS
=======================================*/
.news_sec {
  padding: 98px 0 92px;
}
@media screen and (max-width: 768px) {
  .news_sec {
    padding: 40px 0;
  }
}
.news_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 69px;
     -moz-column-gap: 69px;
          column-gap: 69px;
}
@media screen and (max-width: 768px) {
  .news_sec .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.news_sec .inner .news_ttl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 258px;
          flex: 0 0 258px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 411px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .news_sec .inner .news_ttl_area {
    display: contents;
  }
}
.news_sec .inner .news_ttl_area .cmn_ttl01 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .news_sec .inner .news_ttl_area .cmn_ttl01 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.news_sec .inner .news_ttl_area .cmn_ttl01 .jp {
  font-size: 14px;
  line-height: 1;
  color: var(--main_gray);
  margin-bottom: 13px;
}
.news_sec .inner .news_ttl_area .cmn_ttl01 .en {
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .news_sec .inner .news_ttl_area .cmn_btn01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.news_sec .inner .news_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  width: 74.453125%;
}
@media screen and (max-width: 768px) {
  .news_sec .inner .news_list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.news_sec .news_slider {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news_sec .news_slider {
    padding-bottom: 0;
    margin: 0 calc(50% - 50vw) 30px;
    width: 100vw;
  }
}
.news_sec .news_slider .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
@media screen and (max-width: 768px) {
  .news_sec .news_slider .splide__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.news_sec .news_slider.is-initialized .splide__list {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.news_sec .news_slider .splide__track {
  overflow: hidden;
}
.news_sec .news_slider .splide__pagination {
  left: 0;
  right: auto;
  bottom: 10px;
  padding: 0;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  height: 10px;
}
.news_sec .news_slider .splide__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10px;
  line-height: 0;
}
.news_sec .news_slider .splide__pagination__page {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  line-height: 0;
  background: #D9D9DC;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.news_sec .news_slider .splide__pagination__page.is-active {
  background: var(--main_black);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.news_sec .news_slider .splide__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 126px;
  height: 30px;
}
.news_sec .news_slider .splide__arrow {
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 58px;
  height: 30px;
  background: var(--main_black);
  border-radius: 50vw;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_sec .news_slider .splide__arrow svg {
  display: none;
}
.news_sec .news_slider .splide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .news_sec .news_slider .splide__arrow:hover {
    opacity: 0.75;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .news_sec .news_slider .splide__arrow:hover {
    opacity: 0.75;
  }
}
.news_sec .news_slider .splide__arrow:disabled {
  cursor: default;
  opacity: 0.35;
  pointer-events: none;
}
.news_sec .news_slider .splide__arrow--prev {
  left: 0;
}
.news_sec .news_slider .splide__arrow--prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
      -ms-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}
.news_sec .news_slider .splide__arrow--next {
  right: 0;
}
.news_sec .news_slider .splide__arrow--next::before {
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
      -ms-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}
.news_sec .news_card {
  position: relative;
  display: block;
  height: 100%;
  min-height: 316px;
  background: #F1F1F4;
  color: var(--main_black);
  border-radius: 5px;
  overflow: hidden;
}
.news_sec .news_card::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 7px;
  height: 13px;
  background: url("../img/common/arrow01.svg") center/100% auto no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.news_sec .news_card__img {
  width: 100%;
  height: 210px;
  background: #E4E4E8;
  overflow: hidden;
}
.news_sec .news_card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news_sec .news_card__body {
  position: relative;
  height: 201px;
  padding: 20px 20px 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .news_sec .news_card__body {
    padding-bottom: 88px;
  }
}
.news_sec .news_card__date {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: var(--main_gray);
  letter-spacing: 0;
  margin-bottom: 10px;
}
.news_sec .news_card__txt {
  font-size: 16px;
  line-height: 1.4375;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_sec .news_card__cat {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  padding: 0 10px;
  border: 1px solid var(--main_gray);
  border-radius: 50vw;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1666666667;
  letter-spacing: 0.015625em;
  color: var(--main_gray);
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .news_sec .news_card:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .news_sec .news_card:hover .news_card__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .news_sec .news_card:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .news_sec .news_card:hover .news_card__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*=======================================
　WATCH/PRODUCES/MEET
=======================================*/
.watch_sec .inner .cmn_3clm_01 ul li a::after, .produces_sec .inner .cmn_3clm_01 ul li a::after, .meet_sec .inner .cmn_3clm_01 ul li a::after {
  right: 11px;
  bottom: 6px;
}

@media screen and (max-width: 768px) {
  .watch_sec .cmn_3clm_01 {
    margin-bottom: 60px;
  }
}

/*=======================================
　EXPERIENCE
=======================================*/
.experience_sec .inner .experience_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
.experience_sec .inner .experience_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .experience_sec .inner .experience_list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.experience_sec .inner .experience_list ul li .txt_area {
  width: 51.09375%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  background: #F1F1F4;
  padding: 73px 8.515625%;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .experience_sec .inner .experience_list ul li .txt_area {
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    row-gap: 10px;
  }
}
.experience_sec .inner .experience_list ul li .txt_area .cmn_ttl02 {
  margin-bottom: 0;
}
.experience_sec .inner .experience_list ul li .img_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 768px) {
  .experience_sec .inner .experience_list ul li .img_area {
    border-radius: 5px 5px 0 0;
  }
}
.experience_sec .inner .experience_list ul li .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: inherit;
  aspect-ratio: 626/350;
}

/*=======================================
　KNOW THE LEGACY
=======================================*/
.know_sec {
  --know-inner-left: max(5vw, calc((100vw - 1280px) / 2));
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .know_sec {
    margin-bottom: 0;
  }
}
.know_sec .inner .know_list {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.know_sec .inner .know_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .know_sec .inner .know_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.know_sec .inner .know_list ul li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .know_sec .inner .know_list ul li {
    width: 100%;
  }
}
.know_sec .inner .know_list ul li img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .know_sec .inner .know_list ul li img {
    margin-bottom: 15px;
  }
}
.know_sec .inner .know_list ul li .txt_area {
  width: 71.8%;
  max-width: 517px;
}
@media screen and (max-width: 768px) {
  .know_sec .inner .know_list ul li .txt_area {
    width: 90%;
    margin: 0 auto;
    max-width: inherit;
  }
}
.know_sec .inner .know_list ul li .txt_area .cmn_txt01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .know_sec .inner .know_list ul li .txt_area .cmn_txt01 {
    font-size: 16px;
  }
}
.know_sec .inner .know_list ul li:nth-child(2) .txt_area {
  margin-left: 1.94%;
}
@media screen and (max-width: 768px) {
  .know_sec .inner .know_list ul li:nth-child(2) .txt_area {
    margin-left: auto;
  }
}
.know_sec .inner .know_list ul li:first-child .txt_area {
  margin-left: var(--know-inner-left);
  margin-right: 0;
}