@charset "UTF-8";
/*
 共通
*/
.section__head .main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#page-mv .mv__head {
  flex-direction: column !important;
}
#page-mv .mv__head .sub {
  font-weight: 300 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 980px) {
  #page-mv .mv__head .sub {
    font-size: 3.2dvw !important;
  }
}
@media screen and (min-width: 981px) {
  #page-mv .mv__head .sub {
    padding-top: 3.125dvw !important;
  }
}
@media screen and (max-width: 980px) {
  #page-mv .mv__head .main {
    font-size: 8.533dvw !important;
    color: #000000 !important;
  }
}
@media screen and (min-width: 981px) {
  #page-mv .mv__head .main {
    font-size: 3.021dvw !important;
  }
}
#page-mv .mv__head .main {
  font-weight: 600 !important;
}
#page-mv .mv__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #page-mv .mv__image {
    height: 128.8dvw;
  }
}
#page-mv .mv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cat-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FCA802;
  font-size: 14px;
  letter-spacing: 0.0357142857em;
  line-height: 2.7142857143;
  color: #FCA802;
  font-weight: 700;
  min-width: 98px;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 980px) {
  .cat-box {
    line-height: 1;
    font-size: 3.2dvw;
    width: 17.333dvw;
    min-width: 25.333dvw;
    height: 5.6dvw;
  }
}

#posts {
  margin-top: 136px;
}
@media screen and (max-width: 980px) {
  #posts {
    margin-top: 9.867dvw;
  }
}
#posts .posts__head {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: max-contents 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 75px;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #posts .posts__head {
    display: flex;
    flex-direction: column;
    padding-left: 8.8dvw;
    padding-right: 8.8dvw;
  }
}
#posts .section__head {
  grid-column: 1;
  grid-row: 1/2;
}
#posts .section__head .main {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 980px) {
  #posts .section__head .main {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12.267dvw;
  }
}
#posts .posts__cats {
  grid-column: 2;
  grid-row: 1/3;
}
#posts .posts__cats-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 10px;
}
@media screen and (max-width: 980px) {
  #posts .posts__cats-wrapper {
    justify-content: center;
    padding: 7.467dvw 0 0;
    row-gap: 4dvw;
  }
}
#posts .posts__cats-wrapper .parent {
  position: relative;
}
@media screen and (max-width: 980px) {
  #posts .posts__cats-wrapper .parent {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #posts .posts__cats-wrapper .parent > a {
    position: relative;
    width: 100%;
    aspect-ratio: 7.4666666667;
    height: auto;
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #posts .posts__cats-wrapper .parent > a:hover {
    border: 1px solid #000000;
    color: #000000;
  }
}
@media screen and (min-width: 981px) {
  #posts .posts__cats-wrapper .parent:hover .childs {
    display: flex;
  }
}
@media screen and (max-width: 980px) {
  #posts .posts__cats-wrapper .parent:has(.childs) > a::after {
    position: absolute;
    top: 50%;
    right: 3.2dvw;
    content: "";
    height: 2.133dvw;
    width: 2.133dvw;
    border-right: 1px solid #FCA802;
    border-bottom: 1px solid #FCA802;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top;
  }
}
@media screen and (min-width: 981px) {
  #posts .posts__cats-wrapper .parent:has(.childs:hover) > a {
    border: 1px solid #000000;
    color: #000000;
  }
}
#posts .posts__cats-wrapper .childs {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  width: 172px;
  min-width: 172px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 980px) {
  #posts .posts__cats-wrapper .childs {
    width: 100%;
  }
  #posts .posts__cats-wrapper .childs.open {
    display: flex;
  }
}
#posts .posts__cats-wrapper .childs__wrapper {
  margin: 15px 28px 31px;
  border-left: 1px solid #000000;
  padding: 28px 22px;
}
@media screen and (max-width: 980px) {
  #posts .posts__cats-wrapper .childs__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-left: 0px;
  }
}
@media screen and (max-width: 980px) {
  #posts .posts__cats-wrapper .childs__wrapper .child {
    width: 50%;
  }
}
#posts .posts__cats-wrapper .childs__wrapper .child {
  margin-bottom: 11px;
}
#posts .posts__cats-wrapper .childs a {
  position: relative;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.0357142857em;
  line-height: 2.2857142857;
  color: #606060;
}
@media screen and (max-width: 980px) {
  #posts .posts__cats-wrapper .childs a {
    text-decoration-line: underline;
    font-size: 4.267dvw;
  }
}
#posts .posts__cats-wrapper .childs a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 981px) {
  #posts .posts__cats-wrapper .childs a:hover::after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 981px) {
  #posts .post-block__listwrapper {
    width: 84vw;
    max-width: 1330px !important;
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 980px) {
  #posts .post-block__listwrapper {
    padding-left: 8.8dvw !important;
    padding-right: 8.8dvw !important;
  }
}
#posts .post-block__listwrapper .splide__arrow {
  top: 50%;
}
#posts .post-block__listwrapper .splide__arrow--prev {
  transform: translateY(-50%) translateX(max(-3.1vw, -49px));
}
#posts .post-block__listwrapper .splide__arrow--next {
  transform: translateY(-50%) translateX(min(3.4dvw, 98px));
}
#posts .post-block__listwrapper .post-block.for-mb {
  margin-bottom: 62.667dvw;
}
@media screen and (max-width: 980px) {
  #posts .post-block__listwrapper .post-block__item {
    width: 100%;
  }
}
#posts .post-block__listwrapper .post-block__item .posts__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 980px) {
  #posts .post-block__listwrapper .post-block__item .posts__list {
    padding-left: 0;
  }
}
#posts .post-block__listwrapper .post-block__item .posts__item {
  width: calc((100% - 160px) / 3);
  margin-bottom: 70px;
}
@media screen and (max-width: 980px) {
  #posts .post-block__listwrapper .post-block__item .posts__item {
    width: 100%;
    margin-bottom: 0px;
  }
}
#posts .post-block__listwrapper .post-block__item .posts__item:nth-child(2), #posts .post-block__listwrapper .post-block__item .posts__item:nth-child(5) {
  margin: 0 60px;
}
#posts .post-block__listwrapper .post-block__item .posts__item a {
  display: flex;
  flex-direction: column;
}
#posts .post-block__listwrapper .post-block__item .posts__item a:hover .thumb img {
  scale: 1.1;
}
#posts .post-block__listwrapper .post-block__item .posts__item a:hover .title {
  color: #FCA800;
}
#posts .post-block__listwrapper .post-block__item .posts__item a:hover .description::after {
  width: 100%;
}
#posts .post-block__listwrapper .post-block__item .posts__item .thumb {
  aspect-ratio: 1.4150943396;
}
@media screen and (max-width: 980px) {
  #posts .post-block__listwrapper .post-block__item .posts__item .thumb {
    aspect-ratio: 1.4358974359;
  }
}
#posts .post-block__listwrapper .post-block__item .posts__item .thumb {
  width: 100%;
  overflow: hidden;
  background: #FCA802;
  margin-bottom: 21px;
}
#posts .post-block__listwrapper .post-block__item .posts__item .thumb img {
  transition: scale 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#posts .post-block__listwrapper .post-block__item .posts__item .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 17px;
}
#posts .post-block__listwrapper .post-block__item .posts__item .date {
  font-size: 14px;
  letter-spacing: 0.0357142857em;
  line-height: 2.7142857143;
}
@media screen and (max-width: 980px) {
  #posts .post-block__listwrapper .post-block__item .posts__item .date {
    font-size: 3.733dvw !important;
  }
}
#posts .post-block__listwrapper .post-block__item .posts__item .date {
  color: #898989;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 980px) {
  #posts .post-block__listwrapper .post-block__item .posts__item .cat-box {
    font-size: 3.733dvw !important;
  }
}
#posts .post-block__listwrapper .post-block__item .posts__item .title {
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1.3;
}
@media screen and (max-width: 980px) {
  #posts .post-block__listwrapper .post-block__item .posts__item .title {
    font-size: 4.267dvw !important;
    line-height: 1.6;
  }
}
#posts .post-block__listwrapper .post-block__item .posts__item .title {
  color: #000000;
  font-weight: 700;
  margin-bottom: 12px;
}
#posts .post-block__listwrapper .post-block__item .posts__item .description {
  position: relative;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 980px) {
  #posts .post-block__listwrapper .post-block__item .posts__item .description {
    font-size: 3.733dvw !important;
  }
}
#posts .post-block__listwrapper .post-block__item .posts__item .description {
  color: #898989;
  font-weight: 500;
  padding-bottom: 20px;
}
#posts .post-block__listwrapper .post-block__item .posts__item .description::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #FCA800;
  transition: width 0.3s ease;
}
@media screen and (max-width: 980px) {
  #posts .post-block__listwrapper .post-block .splide__pagination {
    transform: translateY(10.667dvw);
    width: 100%;
  }
  #posts .post-block__listwrapper .post-block .splide__pagination li {
    width: 33.3333333333%;
  }
  #posts .post-block__listwrapper .post-block .splide__pagination li button {
    border-radius: 0;
    width: 100%;
    height: 1px;
    background: #D3D3D3;
  }
  #posts .post-block__listwrapper .post-block .splide__pagination li button.is-active {
    background: #838383;
    transform: scale(1);
  }
}

#special-contents .section__wrapper {
  position: relative;
  margin-bottom: 9vw;
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .visual {
    display: flex;
    flex-direction: column;
  }
}
#special-contents .section__wrapper .visual__left, #special-contents .section__wrapper .visual__right {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .visual__left, #special-contents .section__wrapper .visual__right {
    position: static;
  }
}
#special-contents .section__wrapper .visual__left {
  right: calc((100vw - 1200px) / 2 + 415px);
  aspect-ratio: 1.752293578;
  background: linear-gradient(to top right, #ffd801 0%, #fc8902 100%);
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .visual__left {
    aspect-ratio: 0.5667752443;
    clip-path: none;
    height: 81.867dvw;
  }
}
#special-contents .section__wrapper .visual__left .image {
  transform: translateX(-28.54vw);
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  overflow: hidden;
  height: 100%;
}
#special-contents .section__wrapper .visual__left .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center right;
     object-position: center right;
  transform: translateX(66px) scale(1.1);
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .visual__left .image {
    transform: translateX(-14vw);
    clip-path: polygon(0 0, 100% 0%, 45% 100%, 0% 100%);
  }
  #special-contents .section__wrapper .visual__left .image img {
    transform: translateX(66px) scale(1.5);
  }
}
#special-contents .section__wrapper .visual__right {
  left: 26dvw;
  width: 74dvw;
  aspect-ratio: 2.6146788991;
  top: 4.759vw;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .visual__right {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(-32dvw);
    aspect-ratio: 1.582278481;
    width: 132%;
    height: 63.2dvw;
  }
}
#special-contents .section__wrapper .visual__right .image {
  position: absolute;
  aspect-ratio: 1.2721712538;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background: #FFFFFF;
  height: 100%;
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .visual__right .image {
    clip-path: polygon(48% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
#special-contents .section__wrapper .visual__right .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#special-contents .section__wrapper .visual__right .image:nth-child(1) {
  left: 0;
}
#special-contents .section__wrapper .visual__right .image:nth-child(1) img {
  transform: translateX(0vw);
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .visual__right .image:nth-child(1) {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  #special-contents .section__wrapper .visual__right .image:nth-child(1) img {
    transform: translateX(5vw);
  }
}
#special-contents .section__wrapper .visual__right .image:nth-child(2) {
  left: 20vw;
}
#special-contents .section__wrapper .visual__right .image:nth-child(2) img {
  transform: translateX(-1vw);
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .visual__right .image:nth-child(2) {
    left: 34.667dvw;
  }
  #special-contents .section__wrapper .visual__right .image:nth-child(2) img {
    transform: translateX(0vw);
  }
}
#special-contents .section__wrapper .visual__right .image:nth-child(3) {
  left: 40vw;
}
#special-contents .section__wrapper .visual__right .image:nth-child(3) img {
  transform: translateX(-1vw);
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .visual__right .image:nth-child(3) {
    left: 74.667dvw;
  }
  #special-contents .section__wrapper .visual__right .image:nth-child(3) img {
    transform: translateX(4vw);
  }
}
#special-contents .section__wrapper .visual__right .image:nth-child(4) {
  left: 60vw;
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .visual__right .image:nth-child(4) {
    display: none;
  }
}
#special-contents .section__wrapper > .ttl {
  position: relative;
  top: -90px;
  left: -166px;
  height: 0;
  overflow: visible;
}
#special-contents .section__wrapper > .ttl img {
  width: 574px;
  height: auto;
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper > .ttl {
    top: -9.867dvw;
    left: 5.867dvw;
    position: absolute;
  }
  #special-contents .section__wrapper > .ttl img {
    width: 71.467dvw;
  }
}
#special-contents .section__wrapper .special__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 34vw;
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .special__body {
    position: absolute;
    top: 18.667dvw;
    left: 13.067dvw;
    width: 74.133dvw;
    max-width: 74.133dvw;
    overflow: hidden;
    height: auto;
  }
}
#special-contents .section__wrapper .special__body .ttl {
  font-size: 58px;
  letter-spacing: 0em;
  line-height: 1.4827586207;
  font-size: min(3.02vw, 58px);
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 1.77vw;
  width: 464px;
  max-width: 464px;
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .special__body .ttl {
    width: 123.733dvw;
    max-width: 100%;
    font-size: 7.467dvw;
  }
}
#special-contents .section__wrapper .special__body .read {
  font-size: 28px;
  letter-spacing: 0em;
  line-height: 1.6428571429;
  font-size: min(1.45vw, 28px);
  color: #000000;
  font-weight: 700;
  margin-bottom: 5.468vw;
  width: 413px;
  max-width: 413px;
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .special__body .read {
    width: 110.133dvw;
    max-width: 100%;
    font-size: 4.267dvw;
    margin-bottom: 13.333dvw;
  }
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .special__body .view-all {
    display: flex;
    justify-content: flex-end;
  }
}
#special-contents .section__wrapper .special__body .view-all a {
  display: inline-block;
}
#special-contents .section__wrapper .special__body .view-all a img {
  height: min(3.69vw, 71px);
  margin-left: 2.2916vw;
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .special__body .view-all a img {
    height: 9.867dvw;
  }
}
#special-contents .section__wrapper .special__body .view-all a span {
  position: relative;
  font-size: 22px;
  letter-spacing: 0.0227272727em;
  line-height: 2.3636363636;
  font-size: min(1.145vw, 22px);
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  #special-contents .section__wrapper .special__body .view-all a span {
    font-size: 4.267dvw;
  }
}
#special-contents .section__wrapper .special__body .view-all a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #FF0000;
  transition: width 0.3s ease;
}
#special-contents .section__wrapper .special__body .view-all a:hover span {
  color: #FF0000;
}
#special-contents .section__wrapper .special__body .view-all a:hover span::after {
  width: 100%;
}
#special-contents .w1200 {
  display: flex;
  justify-content: center;
}
#special-contents .special-move {
  margin-bottom: 160px;
  width: min(89vw, 100%);
}
@media screen and (max-width: 980px) {
  #special-contents .special-move {
    padding-left: 8.8dvw;
    padding-right: 8.8dvw;
    margin-bottom: 42.667dvw;
  }
}
#special-contents .special-move .splide__arrow {
  top: 50%;
}
#special-contents .special-move .splide__arrow--prev {
  transform: translateY(-50%) translate(-50px);
}
#special-contents .special-move .splide__arrow--next {
  transform: translateY(-50%) translate(50px);
}
#special-contents .special-move__item:hover img {
  scale: 1.1;
}
#special-contents .special-move .thmu {
  position: relative;
  aspect-ratio: 365/239;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 26px;
}
#special-contents .special-move .thmu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/common/play-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
#special-contents .special-move .thmu img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: scale 0.3s;
}
#special-contents .special-move .caption {
  font-size: 18px;
  letter-spacing: 0.0277777778em;
  line-height: 1.5555555556;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #special-contents .special-move .caption {
    font-size: 4.267dvw;
  }
}
@media screen and (max-width: 980px) {
  #special-contents .special-move .splide__pagination {
    padding-left: 8.8dvw;
    padding-right: 8.8dvw;
    transform: translateY(10.667dvw);
    width: 100%;
  }
  #special-contents .special-move .splide__pagination li {
    width: 33.3333333333%;
  }
  #special-contents .special-move .splide__pagination li button {
    border-radius: 0;
    width: 100%;
    height: 1px;
    background: #D3D3D3;
  }
  #special-contents .special-move .splide__pagination li button.is-active {
    background: #838383;
    transform: scale(1);
  }
}

#pickup-contents .section__wrapper {
  position: relative;
  background: linear-gradient(to top right, #ffd801 0%, #fc8902 100%);
}
@media screen and (max-width: 980px) {
  #pickup-contents .section__wrapper {
    padding-left: 8.8dvw;
    padding-right: 8.8dvw;
  }
}
#pickup-contents .section__wrapper .visual {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1.7773722628;
  height: 100%;
  width: auto;
  clip-path: polygon(336px 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #pickup-contents .section__wrapper .visual {
    top: inherit;
    bottom: 0;
    height: auto;
    width: 100%;
    clip-path: unset;
    aspect-ratio: 1.3489208633;
    overflow: hidden;
  }
  #pickup-contents .section__wrapper .visual img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#pickup-contents .section__wrapper .ttl {
  position: relative;
  top: -90px;
  left: -166px;
  height: 0;
  overflow: visible;
  z-index: 2;
}
#pickup-contents .section__wrapper .ttl img {
  width: 645px;
  height: auto;
}
@media screen and (min-width: 981px) {
  #pickup-contents .section__wrapper .ttl {
    left: -50px;
  }
}
@media screen and (max-width: 980px) {
  #pickup-contents .section__wrapper .ttl {
    top: -12.533dvw;
    left: 5.867dvw;
    position: absolute;
  }
  #pickup-contents .section__wrapper .ttl img {
    width: 74.133dvw;
  }
}
#pickup-contents .section__wrapper .body {
  position: relative;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 70px;
       column-gap: 70px;
  z-index: 2;
  padding: 85px 0;
}
@media screen and (max-width: 980px) {
  #pickup-contents .section__wrapper .body {
    flex-direction: column;
    padding: 14.4dvw 0 22.667dvw;
  }
}
#pickup-contents .section__wrapper .body .read {
  margin-top: 60px;
  max-width: 463px;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.7777777778;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  #pickup-contents .section__wrapper .body .read {
    max-width: 100%;
    margin-top: 0px;
    font-size: 4.267dvw;
    margin-bottom: 16dvw;
  }
}
#pickup-contents .section__wrapper .body .movie {
  position: relative;
  border-radius: 21px;
  aspect-ratio: 1.7566137566;
  width: 664px;
  max-width: 664px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #pickup-contents .section__wrapper .body .movie {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1.5300546448;
    top: 12.533dvw;
  }
}
#pickup-contents .section__wrapper .body .movie a {
  position: relative;
  display: inline-block;
  height: 100%;
  height: 100%;
}
#pickup-contents .section__wrapper .body .movie a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/common/play-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
#pickup-contents .section__wrapper .body .movie img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: scale 0.3s;
}
#pickup-contents .section__wrapper .body .movie:hover img {
  scale: 1.1;
}

#instagram {
  margin: 232px 0 300px;
}
@media screen and (max-width: 980px) {
  #instagram {
    margin: 22.667dvw 0 28.533dvw;
  }
}
#instagram .head {
  display: flex;
  justify-content: center;
}
#instagram .head img {
  width: 325px;
}

#news-letter {
  margin-bottom: 83px;
}
@media screen and (max-width: 980px) {
  #news-letter {
    margin-bottom: 10.933dvw;
  }
}
#news-letter .head {
  background: url("../images/business/bg-image4.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #news-letter .head {
    padding-left: 8.8dvw;
    padding-right: 8.8dvw;
  }
}
#news-letter .head .ttl {
  position: relative;
  height: 0;
  overflow: visible;
  width: 100%;
}
#news-letter .head .ttl img {
  position: absolute;
  top: -116px;
  width: 404px;
}
@media screen and (max-width: 980px) {
  #news-letter .head .ttl img {
    top: -7.467dvw;
    width: 58.133dvw;
  }
}
#news-letter .head .read {
  font-size: 16px;
  letter-spacing: 0.03125em;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  #news-letter .head .read {
    padding-top: 11.733dvw;
    padding-bottom: 7.467dvw;
    font-size: 4.267dvw;
  }
}
#news-letter .news-letter__warapper {
  position: relative;
  padding: 91px 0 84px;
}
@media screen and (max-width: 980px) {
  #news-letter .news-letter__warapper {
    padding-top: 16dvw;
    padding-left: 8.8dvw;
    padding-right: 8.8dvw;
    padding-bottom: 29.333dvw;
    overflow: hidden;
  }
}
#news-letter .news-letter__warapper .news-letter {
  width: min(83vw, 1200px);
}
#news-letter .news-letter__warapper .news-letter .splide__arrow {
  top: 50%;
  transform: unset;
  aspect-ratio: 1/1;
  height: auto;
  border: 1px solid #000;
  border-radius: 9999px;
  background-color: #fff;
  z-index: 1;
  width: 50px;
  transition: scale 0.3s;
  transform-origin: center center;
}
#news-letter .news-letter__warapper .news-letter .splide__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 9999px;
  background-color: #000;
  width: 6px;
  transition: scale 0.3s;
  transform-origin: center;
}
#news-letter .news-letter__warapper .news-letter .splide__arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/common/link-icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23% auto;
  transition: 0.3s;
  opacity: 0;
}
#news-letter .news-letter__warapper .news-letter .splide__arrow:hover {
  border-width: 2px;
  border-color: #FCA802;
  scale: 1.2;
}
#news-letter .news-letter__warapper .news-letter .splide__arrow:hover::before {
  scale: 0;
}
#news-letter .news-letter__warapper .news-letter .splide__arrow:hover::after {
  opacity: 1;
}
#news-letter .news-letter__warapper .news-letter .splide__arrow svg {
  display: none;
}
#news-letter .news-letter__warapper .news-letter .splide__arrow--prev {
  left: -65px;
  transform: rotateY(180deg);
}
#news-letter .news-letter__warapper .news-letter .splide__arrow--next {
  right: -65px;
}
@media screen and (max-width: 980px) {
  #news-letter .news-letter__warapper .news-letter .splide__track {
    overflow: visible;
  }
}
@media screen and (max-width: 980px) {
  #news-letter .news-letter__warapper .news-letter__list {
    width: 72%;
  }
}
#news-letter .news-letter__warapper .news-letter__item .year {
  visibility: hidden;
  font-size: 22px;
  letter-spacing: 0.0227272727em;
  line-height: 2.3636363636;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  #news-letter .news-letter__warapper .news-letter__item .year {
    font-size: 4.267dvw;
  }
}
#news-letter .news-letter__warapper .news-letter__item .year.visible {
  visibility: visible;
}
#news-letter .news-letter__warapper .news-letter__item .body {
  display: inline-block;
}
#news-letter .news-letter__warapper .news-letter__item .body .visual {
  background: #FFFFFF;
  padding: 10px 12px;
  border: 1px solid #000000;
  margin-bottom: 13px;
}
#news-letter .news-letter__warapper .news-letter__item .body .visual .image {
  overflow: hidden;
}
#news-letter .news-letter__warapper .news-letter__item .body .visual .image img {
  transition: scale 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#news-letter .news-letter__warapper .news-letter__item .body .ttl {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.0277777778em;
  line-height: 2.1111111111;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #news-letter .news-letter__warapper .news-letter__item .body .ttl {
    font-size: 4.267dvw;
  }
}
#news-letter .news-letter__warapper .news-letter__item .body .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FCA800;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
#news-letter .news-letter__warapper .news-letter__item .body:hover img {
  scale: 1.1;
}
#news-letter .news-letter__warapper .news-letter__item .body:hover .visual {
  border-color: #FCA800;
}
#news-letter .news-letter__warapper .news-letter__item .body:hover .ttl {
  color: #FCA800;
}
#news-letter .news-letter__warapper .news-letter__item .body:hover .ttl::after {
  transform: scaleX(1);
}
@media screen and (max-width: 980px) {
  #news-letter .news-letter__warapper .news-letter .splide__pagination {
    display: none;
    transform: translateY(10.667dvw);
    width: 100%;
    padding-right: 8.8dvw;
  }
  #news-letter .news-letter__warapper .news-letter .splide__pagination li {
    width: 33.3333333333%;
  }
  #news-letter .news-letter__warapper .news-letter .splide__pagination li button {
    border-radius: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
  }
  #news-letter .news-letter__warapper .news-letter .splide__pagination li button.is-active {
    background: #FCA802;
    transform: scale(1);
  }
}
#news-letter .news-letter__warapper::before, #news-letter .news-letter__warapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#news-letter .news-letter__warapper::before {
  background: linear-gradient(to right, #ffeb01 0%, #FCA802 100%);
}
#news-letter .news-letter__warapper::after {
  clip-path: polygon(0 496px, 100% 231px, 100% 100%, 0 100%);
  background-color: rgba(255, 255, 255, 0.3);
}

#page-closing {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #page-closing {
    height: 30.667dvw;
  }
}
#page-closing img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}