@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* -375 */
/* -750 */
/* 751- */
/*　751px - $w_tb　*/
/* innerの幅 */
/* MX⇨画面幅が最大になったとき*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
transition
----------------------------------------------------*/
/* ホバー変更はやさ*/
/*----------------------------------------------------
ホバー
----------------------------------------------------*/
/* 左から右に線が出る */
#mv {
  position: relative;
}
@media all and (max-width: 750px) {
  #mv {
    height: 100svh;
    height: 100vh;
  }
}
#mv .copy {
  position: fixed;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -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;
  gap: 25px;
  z-index: 1;
}
@media all and (min-width: 751px) {
  #mv .copy {
    top: 440px;
    gap: 50px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  #mv .copy {
    top: 35vw;
    gap: 25px;
  }
}
#mv .copy .en {
  width: min(190px, 100%);
}
@media all and (min-width: 751px) {
  #mv .copy .en {
    width: min(380px, 100%);
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  #mv .copy .en {
    width: 32vw;
  }
}
#mv .copy .jp {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  #mv .copy .jp {
    font-size: 30px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  #mv .copy .jp {
    font-size: 2.6vw;
  }
}
#mv .movie {
  position: relative;
  margin-inline: auto;
  width: min(1200px, 100%);
}
@media all and (max-width: 750px) {
  #mv .movie {
    height: 100%;
  }
}
#mv .movie::before {
  position: absolute;
  content: "";
  background-color: rgba(181, 179, 179, 0.75);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#mv .movie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .scroll {
  position: absolute;
  color: #ffffff;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
@media all and (min-width: 751px) {
  #mv .scroll {
    font-size: 25px;
  }
}
#mv .scroll::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  border-bottom: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  top: -150%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%) rotate(-45deg);
          transform: translate(-50%, -100%) rotate(-45deg);
  z-index: 1;
  opacity: 0;
  -webkit-animation: pathmove 1.6s ease-in-out infinite;
          animation: pathmove 1.6s ease-in-out infinite;
}
@media all and (min-width: 751px) {
  #mv .scroll::before {
    border: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../../images/common/arrow_scroll.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 136px;
    height: 32px;
  }
}
@-webkit-keyframes pathmove {
  0% {
    top: -150%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: -90%;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    top: -150%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: -90%;
    opacity: 0;
  }
}
#mv .scroll.scrolled {
  opacity: 0;
}

.cover_container {
  position: relative;
  background-color: #ededed;
  z-index: 1;
}

/*----------------------------------------------------
DESIGN
----------------------------------------------------*/
#design {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
@media all and (min-width: 751px) {
  #design {
    padding-top: 100px;
  }
}
#design .map {
  position: relative;
  margin-top: -40px;
}
@media all and (min-width: 751px) {
  #design .map {
    margin-top: -60px;
  }
}
#design .map .pin_wrap {
  position: absolute;
}
@media all and (min-width: 751px) {
  #design .map .pin_wrap {
    cursor: pointer;
  }
}
@media (min-width: 751px) and (hover: hover) {
  #design .map .pin_wrap:hover {
    z-index: 3;
  }
  #design .map .pin_wrap:hover .pin {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  #design .map .pin_wrap:hover .pop {
    opacity: 1;
  }
}
@media all and (max-width: 750px) {
  #design .map .pin_wrap .pop {
    display: none;
  }
}
@media all and (min-width: 751px) {
  #design .map .pin_wrap .pop {
    position: absolute;
    bottom: -26px;
    left: -48px;
    -webkit-transform: translateY(100%) translateZ(0);
            transform: translateY(100%) translateZ(0);
    background-color: #ccc;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
    max-width: 456px;
    width: 31.66vw;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #design .map .pin_wrap .pop::before {
    position: absolute;
    content: "";
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #ccc;
    top: -20px;
    left: 52px;
    width: 30px;
    height: 26px;
  }
  #design .map .pin_wrap .pop a {
    display: block;
    padding: 30px 50px 20px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 999px) {
  #design .map .pin_wrap .pop a {
    padding: 20px 30px;
  }
}
@media all and (min-width: 751px) {
  #design .map .pin_wrap .pop .area {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    background-color: #bcc2c8;
    padding: 0 0.2em;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 999px) {
  #design .map .pin_wrap .pop .area {
    font-size: 15px;
  }
}
@media all and (min-width: 751px) {
  #design .map .pin_wrap .pop .title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 751px) and (max-width: 1400px) {
  #design .map .pin_wrap .pop .title {
    font-size: 1.8vw;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 751px) {
  #design .map .pin_wrap .pop .thumbnail {
    width: 90%;
    margin-inline: auto;
  }
  #design .map .pin_wrap .pop .more_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 20px;
    border-bottom: 1px solid #363636;
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 0.2em;
  }
  #design .map .pin_wrap .pop.upper_side {
    bottom: unset;
    left: unset;
    top: -26px;
    right: -48px;
    -webkit-transform: translateY(-100%) translateZ(0);
            transform: translateY(-100%) translateZ(0);
  }
  #design .map .pin_wrap .pop.upper_side::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: unset;
    left: unset;
    bottom: -20px;
    right: 52px;
  }
}
#design .map .pin_wrap.is-active {
  z-index: 2;
}
@media all and (max-width: 750px) {
  #design .map .pin_wrap.is-active .pin {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  #design .map .pin_wrap.is-active .area_name {
    font-size: 13px;
  }
}
@media all and (min-width: 751px) {
  #design .map .pin_wrap.is-active .pin {
    -webkit-animation: fuwafuwa 1.6s infinite ease-in-out;
            animation: fuwafuwa 1.6s infinite ease-in-out;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
#design .map .pin_wrap.creator_morinaga {
  bottom: 22.135%;
  left: 25.583%;
}
#design .map .pin_wrap.creator_morinaga .area_name {
  top: 42%;
  right: -15%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
#design .map .pin_wrap.creator_morinaga .pop,
#design .map .pin_wrap.creator_morinaga .pop::before {
  background-color: #69bd83;
}
#design .map .pin_wrap.creator_hirokawa {
  bottom: 47.608%;
  left: 34.166%;
}
#design .map .pin_wrap.creator_hirokawa .area_name {
  top: 42%;
  left: -15%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
#design .map .pin_wrap.creator_hirokawa .pop,
#design .map .pin_wrap.creator_hirokawa .pop::before {
  background-color: #eba5b1;
}
#design .map .pin_wrap.creator_hara {
  bottom: 48.609%;
  left: 45.916%;
}
#design .map .pin_wrap.creator_hara .area_name {
  top: 10%;
  left: 15%;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
#design .map .pin_wrap.creator_hara .pop,
#design .map .pin_wrap.creator_hara .pop::before {
  background-color: #d9e361;
}
#design .map .pin_wrap.creator_tsujikawa {
  bottom: 49.388%;
  left: 48.916%;
}
#design .map .pin_wrap.creator_tsujikawa .area_name {
  top: -15%;
  left: 20%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#design .map .pin_wrap.creator_tsujikawa .pop,
#design .map .pin_wrap.creator_tsujikawa .pop::before {
  background-color: #ed7971;
}
#design .map .pin_wrap.creator_misawa {
  bottom: 43.048%;
  left: 50.5%;
}
#design .map .pin_wrap.creator_misawa .area_name {
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
#design .map .pin_wrap.creator_misawa .pop,
#design .map .pin_wrap.creator_misawa .pop::before {
  background-color: #c6b4ac;
}
#design .map .pin_wrap.creator_mizuguchi {
  bottom: 46.051%;
  left: 58.666%;
}
#design .map .pin_wrap.creator_mizuguchi .area_name {
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
#design .map .pin_wrap.creator_mizuguchi .pop,
#design .map .pin_wrap.creator_mizuguchi .pop::before {
  background-color: #5ec2cb;
}
#design .map .pin_wrap.creator_inui {
  bottom: 47.831%;
  left: 61.833%;
}
#design .map .pin_wrap.creator_inui .area_name {
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#design .map .pin_wrap.creator_inui .pop,
#design .map .pin_wrap.creator_inui .pop::before {
  background-color: #a2cf82;
}
#design .map .pin_wrap.creator_sudo {
  bottom: 57.063%;
  left: 56.75%;
}
#design .map .pin_wrap.creator_sudo .area_name {
  top: 40%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
#design .map .pin_wrap.creator_sudo .pop,
#design .map .pin_wrap.creator_sudo .pop::before {
  background-color: #f18f57;
}
#design .map .pin_wrap.creator_tagawa {
  bottom: 57.619%;
  left: 57.833%;
}
#design .map .pin_wrap.creator_tagawa .area_name {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#design .map .pin_wrap.creator_tagawa .pop,
#design .map .pin_wrap.creator_tagawa .pop::before {
  background-color: #ead352;
}
#design .map .pin_wrap.creator_shibata {
  bottom: 49.277%;
  left: 63%;
}
#design .map .pin_wrap.creator_shibata .area_name {
  top: 50%;
  right: -10%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
#design .map .pin_wrap.creator_shibata .pop,
#design .map .pin_wrap.creator_shibata .pop::before {
  background-color: #bb97c5;
}
#design .map .pin_wrap.creator_nishizawa {
  bottom: 62.959%;
  left: 63.333%;
}
#design .map .pin_wrap.creator_nishizawa .area_name {
  top: 42%;
  left: -15%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
#design .map .pin_wrap.creator_nishizawa .pop,
#design .map .pin_wrap.creator_nishizawa .pop::before {
  background-color: #b6b963;
}
#design .map .pin_wrap.creator_minagawa {
  bottom: 64.961%;
  left: 70.083%;
}
#design .map .pin_wrap.creator_minagawa .area_name {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
#design .map .pin_wrap.creator_minagawa .pop,
#design .map .pin_wrap.creator_minagawa .pop::before {
  background-color: #7aa4d7;
}
#design .map .pin_wrap.creator_tane {
  bottom: 70.529%;
  left: 73.916%;
}
#design .map .pin_wrap.creator_tane .area_name {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#design .map .pin_wrap.creator_tane .pop,
#design .map .pin_wrap.creator_tane .pop::before {
  background-color: #c6a271;
}
#design .map .pin_wrap .pin {
  position: relative;
  z-index: 1;
  line-height: 1;
  aspect-ratio: 38/53;
  width: 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  #design .map .pin_wrap .pin {
    width: 37px;
  }
}
#design .map .pin_wrap .area_name {
  position: absolute;
  font-weight: bold;
  white-space: nowrap;
  font-size: 8px;
}
@media all and (min-width: 751px) {
  #design .map .pin_wrap .area_name {
    font-size: 15px;
  }
}

/*----------------------------------------------------
MOVIES
----------------------------------------------------*/
#movies {
  overflow: hidden;
  padding: 40px 0 36px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media all and (min-width: 751px) {
  #movies {
    padding: 100px 0;
  }
}
@media all and (max-width: 750px) {
  #movies .section_title {
    display: none;
  }
  #movies .section_title span {
    display: none;
  }
}
@media all and (min-width: 751px) {
  #movies .section_title {
    margin-bottom: 120px;
  }
}
#movies .splide {
  position: relative;
}
#movies .splide .splide__arrows {
  position: absolute;
  left: 0;
  bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  pointer-events: none;
}
@media all and (min-width: 751px) {
  #movies .splide .splide__arrows {
    top: 40%;
    bottom: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 55vw;
  }
}
@media all and (min-width: 751px) and (min-width: 1800px) {
  #movies .splide .splide__arrows {
    top: 45%;
    gap: 58vw;
  }
}
#movies .splide .splide__arrows .splide__arrow {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  width: 24px;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
}
@media all and (min-width: 751px) {
  #movies .splide .splide__arrows .splide__arrow {
    width: 72px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 751px) and (hover: hover) {
  #movies .splide .splide__arrows .splide__arrow {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #movies .splide .splide__arrows .splide__arrow:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #movies .splide .splide__arrows .splide__arrow {
    width: 60px;
  }
}
#movies .splide .splide__arrows .splide__arrow::after {
  position: absolute;
  content: "";
  background-image: url(../../images/common/arrow_slide.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/2;
  width: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (min-width: 751px) {
  #movies .splide .splide__arrows .splide__arrow::after {
    width: 31px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #movies .splide .splide__arrows .splide__arrow::after {
    width: 22px;
  }
}
#movies .splide .splide__arrows .splide__arrow > svg {
  display: none;
}
#movies .splide .splide__arrows .splide__arrow--prev::after {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}
#movies .splide .splide__track {
  position: relative;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  overflow: visible;
}
#movies .splide .splide__track .splide__slide {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
}
@media all and (min-width: 751px) {
  #movies .splide .splide__track .splide__slide {
    -webkit-filter: drop-shadow(2px 3px 20px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(2px 3px 20px rgba(0, 0, 0, 0.16));
  }
}
#movies .splide .splide__track .splide__slide.is-active {
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.42));
          filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.42));
}
@media all and (min-width: 751px) {
  #movies .splide .splide__track .splide__slide.is-active {
    -webkit-filter: drop-shadow(2px 3px 20px rgba(0, 0, 0, 0.44));
            filter: drop-shadow(2px 3px 20px rgba(0, 0, 0, 0.44));
  }
}
#movies .splide .splide__track .splide__slide a {
  display: block;
  background-color: #ffffff;
}
#movies .splide .splide__track .splide__slide a .image {
  position: relative;
}
@media all and (min-width: 751px) {
  #movies .splide .splide__track .splide__slide a .image {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  }
}
#movies .splide .splide__track .splide__slide a .image::before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #ffffff;
  aspect-ratio: 3/4;
  width: 8%;
  inset: 0;
  margin: auto;
  -webkit-transform: translateX(12%);
          transform: translateX(12%);
  z-index: 2;
}
#movies .splide .splide__track .splide__slide a .image::after {
  position: absolute;
  content: "";
  background-color: rgba(206, 206, 206, 0.7);
  border-radius: 50%;
  aspect-ratio: 1;
  inset: 0;
  margin: auto;
  width: 24%;
  z-index: 1;
}
@media all and (max-width: 750px) {
  #movies .splide .splide__track .splide__slide a .title {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding: 9px;
  }
}
@media (hover: hover) {
  #movies .splide .splide__track .splide__slide a {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  #movies .splide .splide__track .splide__slide a:hover {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media all and (max-width: 750px) {
  #movies .splide .pagination {
    text-align: center;
    margin-top: 29px;
  }
}
@media all and (min-width: 751px) {
  #movies .splide .pagination {
    position: absolute;
    top: -180px;
    right: 0;
    z-index: 1;
  }
}
#movies .splide .pagination span {
  font-weight: bold;
  color: #363636;
  font-size: 27px;
}
@media all and (min-width: 751px) {
  #movies .splide .pagination span {
    font-weight: 500;
    font-size: 50px;
  }
}

/*----------------------------------------------------
ABOUT
----------------------------------------------------*/
#about {
  padding: 40px 0;
}
@media all and (min-width: 751px) {
  #about {
    padding: 100px 0;
  }
}
#about .content {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  #about .content {
    margin-top: 120px;
  }
}
@media all and (max-width: 750px) {
  #about .text {
    height: 750px;
    overflow-y: scroll;
  }
  #about .text::-webkit-scrollbar {
    width: 7px;
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, transparent), color-stop(46%, #707070), color-stop(54%, #707070), color-stop(54%, transparent));
    background: linear-gradient(to right, transparent 46%, #707070 46%, #707070 54%, transparent 54%);
  }
  #about .text::-webkit-scrollbar-thumb {
    background-color: #707070;
  }
}
#about .text p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.875;
}
@media all and (min-width: 751px) {
  #about .text p {
    font-weight: bold;
    font-size: 18px;
    line-height: 2.77;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  #about .text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #about .text p {
    font-size: 1.6vw;
  }
}
#about .text p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media all and (min-width: 751px) {
  #about .text p:not(:last-child) {
    margin-bottom: 2.9em;
  }
}

.btn {
  display: inline-block;
  margin-top: 50px;
  border-bottom: 1px solid #363636;
}
@media all and (min-width: 751px) {
  .btn {
    margin-top: 130px;
    border-width: 2px;
  }
}
.btn a {
  display: block;
  font-weight: bold;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  .btn a {
    font-size: 28px;
  }
}
@media (hover: hover) {
  .btn a {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn a:hover {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}

/*----------------------------------------------------
NEWS
----------------------------------------------------*/
#news {
  background-color: #bcc2c8;
  padding: 40px 0;
}
@media all and (min-width: 751px) {
  #news {
    padding: 100px 0;
  }
}
#news .content {
  margin-top: 35px;
}
@media all and (min-width: 751px) {
  #news .content {
    margin-top: 100px;
  }
}
#news .news_list {
  overflow-y: scroll;
  height: 400px;
  padding-right: 1em;
}
@media all and (min-width: 751px) {
  #news .news_list {
    height: 524px;
  }
}
#news .news_list::-webkit-scrollbar {
  width: 7px;
  background: -webkit-gradient(linear, left top, right top, color-stop(46%, transparent), color-stop(46%, #707070), color-stop(54%, #707070), color-stop(54%, transparent));
  background: linear-gradient(to right, transparent 46%, #707070 46%, #707070 54%, transparent 54%);
}
@media all and (min-width: 751px) {
  #news .news_list::-webkit-scrollbar {
    width: 14px;
  }
}
#news .news_list::-webkit-scrollbar-thumb {
  background-color: #707070;
}
#news .news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  padding: 1em 0;
  border-bottom: 1px solid #646464;
}
@media all and (min-width: 751px) {
  #news .news_list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10%;
    padding: 2em 1em;
  }
}
#news .news_list li .date {
  font-weight: bold;
  font-size: 12px;
}
@media all and (min-width: 751px) {
  #news .news_list li .date {
    font-size: 18px;
  }
}
#news .news_list li .tx {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.34;
}
@media all and (min-width: 751px) {
  #news .news_list li .tx {
    font-size: 18px;
  }
}
/*# sourceMappingURL=top.css.map */