@charset "UTF-8";
/*ブレイクポイントを設定*/
/*メディアクエリ用のミックスイン*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap");
.pc {
  display: block;
}

@media only screen and (max-width: 1100px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 979px) {
  .sp {
    display: block;
  }
}

.fw-b {
  font-weight: bold;
}

.ff_josefin {
  font-family: 'Josefin Slab', serif;
}

.ff_min {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

button {
  font-family: "ヒラギノ角ゴシック W3", "Hiragino Kaku Gothic W3", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  font-size: 62.5%;
}

section {
  padding: 0 4rem;
}

@media only screen and (max-width: 979px) {
  section {
    padding: 0 2rem;
  }
}

section .content {
  max-width: 1012px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.fixed-header__pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

@media only screen and (max-width: 979px) {
  .fixed-header__pc {
    display: none;
  }
}

.fixed-header__pc.fixed .fixed-header__pc__logo {
  position: static;
  top: auto;
  left: auto;
}

.fixed-header__pc.fixed .fixed-header__pc__language {
  display: block;
}

.fixed-header__pc__logo {
  width: 50px;
  padding: 10px 0;
}

.fixed-header__pc__language {
  position: static;
  top: auto;
  right: auto;
  margin-right: 8rem;
}

.fixed-header__pc__humberger {
  position: static;
  top: auto;
  right: auto;
}

.fixed-header__lp {
  width: calc(100% - 80px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fixed-header__lp_nav {
  margin-right: 3.5rem;
}

.fixed-header__lp_list {
  display: flex;
  justify-content: flex-end;
}

.fixed-header__lp_item {
  margin-left: 3.5rem;
  font-size: 1.4rem;
}

.fixed-header__sp {
  display: none;
}

@media only screen and (max-width: 979px) {
  .fixed-header__sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }
}

.fixed-header__sp_wrap {
  width: calc(100% - 40px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fixed-header__sp__language {
  margin-right: 4rem;
}

.fixed-header__sp__language .jp,
.fixed-header__sp__language .en,
.fixed-header__sp__language .separate {
  display: inline-block;
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}

.fixed-header__sp__language .active {
  color: #1D4366;
  border-bottom: solid 2px #1D4366;
  display: inline-block;
}

.fixed-header__sp__humberger {
  width: 20px;
}

.common__h2 {
  padding: 6rem 0 2rem;
  box-sizing: border-box;
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
}

.common__h2::before {
  content: "";
  width: 2.5rem;
  height: 2.915rem;
  background: url(../img/logo_pt3@2x.png) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* .common__h2::after {
  content: "";
  width: 2.5rem;
  height: .1rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} */

.common__h2_sub {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translateX(-50%);
  font-size: 1.6rem;
}

.common__h3 {
  margin: 0 0 3.5rem;
  font-size: 2.0rem;
  font-weight: 400;
}

.common__txt {
  line-height: 1.9;
  font-size: 1.6rem;
}

.common__frame_btn {
  display: inline-block;
  padding: .9rem 4rem;
  border: 1px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
  background: #FFF;
  font-size: 1.6rem;
}

.mv {
  padding: 0;
}

.mv__content {
  width: 100%;
  height: calc(100vh - 67.11px);
  position: relative;
  overflow: hidden;
  background: url(../img/mv@2x.png) 50% 50% no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 979px) {
  .mv__content {
    height: calc(100vh - 45px);
  }
}

.mv__content_video {
  min-width: 100%;
  min-height: 100vh;
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.mv__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 979px) {
  .mv__copy {
    max-width: 60%;
  }
}

.mv__copy_logo {
  width: 131px;
  margin: 0 auto 3rem;
}

@media only screen and (max-width: 979px) {
  .mv__copy_logo {
    width: 45%;
    margin: 0 auto 3rem;
  }
}

.mv__copy_catch {
  margin: 0 auto;
  line-height: 1.8;
  font-size: 2rem;
  color: #FFF;
}

@media only screen and (max-width: 979px) {
  .mv__copy_catch {
    display: none;
  }
}

.mv__copy_play {
  width: 89px;
  margin: 6rem auto 0;
}

@media only screen and (max-width: 979px) {
  .mv__copy_play {
    width: 21%;
    margin: 1rem auto 0;
  }
}

.mv__modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.mv__modal_overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mv__modal_box {
  max-width: 960px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.mv__modal_box::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.mv__modal_video,
.mv__modal video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mv__modal_close {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 5rem;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

@media only screen and (max-width: 979px) {
  .mv__modal_close {
    top: 1.5rem;
    right: 0;
  }
}

.mv__modal_close::before, .mv__modal_close::after {
  content: "";
  width: 70%;
  height: .1rem;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
}

.mv__modal_close::before {
  transform: translateY(-50%) rotate(45deg);
}

.mv__modal_close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.about {
  background: url(../img/about_bg@2x.png) 50% 50% no-repeat;
  background-size: cover;
}

.about .content {
  padding: 8rem 0 11rem;
}

.about .common__h2 {
  font-size: 2.2rem;
  color: #FFF;
}

.about .common__h2::before {
  background: url(../img/logo_pt2@2x.png) 50% 50% no-repeat;
  background-size: 100%;
}

.about .common__h2::after {
  background: #FFF;
}

.about .common__h3 {
  color: #FFF;
}

.about .common__txt {
  color: #FFF;
}

.attractions .common__h2 {
  font-size: 2.2rem;
}

.attractions__bg_full {
  padding: 5.6rem 4rem;
  margin: 0 -4rem;
  background: #ECEDE7;
  overflow: hidden;
}

@media only screen and (max-width: 979px) {
  .attractions__bg_full {
    padding: 5.6rem 2rem;
    margin: 0 -2rem;
  }
}

.attractions__bg_half {
  padding: 0 4rem;
  margin: 0 -4rem;
  background: linear-gradient(#ECEDE7 50%, #FFF 50%);
  overflow: hidden;
}

@media only screen and (max-width: 979px) {
  .attractions__bg_half {
    display: none;
  }
}

.attractions__bg_center {
  margin: 15.5rem 0 27rem;
  position: relative;
}

@media only screen and (max-width: 979px) {
  .attractions__bg_center {
    margin: 0;
    padding: 8rem 0;
  }
}

.attractions__bg_center::before {
  content: "";
  width: calc(100% + 8rem);
  height: 68%;
  background: #ECEDE7;
  position: absolute;
  top: 55%;
  left: -4rem;
  transform: translateY(-50%);
}

@media only screen and (max-width: 979px) {
  .attractions__bg_center::before {
    width: calc(100% + 4rem);
    height: 13%;
    top: 0;
    left: -2rem;
    transform: translateY(0);
  }
}

.attractions__list {
  display: flex;
  justify-content: space-between;
  margin: 10.5rem 0 0;
}

.attractions__list_item {
  width: 29.249%;
  min-height: 0%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}

.attractions__list_link {
  display: block;
  min-height: 0%;
}

.attractions__list_link:hover {
  text-decoration: none;
}

.attractions__list_img {
  min-height: 0%;
}

.attractions__list_img img {
  min-height: 0%;
}

.attractions__list_sign {
  display: flex;
  flex-direction: column;
}

.attractions__list_sign-ttl {
  max-width: 80%;
  min-height: 0%;
  margin: 0 auto 1rem;
}

@media only screen and (max-width: 979px) {
  .attractions__list_sign-ttl {
    max-width: 90%;
  }
}

.attractions__list_sign-ttl img {
  min-height: 0%;
}

.attractions__list_sign-num {
  display: block;
  padding: 0 0 0.5rem;
  margin: 0 0 2rem;
  position: relative;
  font-size: 2.3rem;
  font-weight: 600;
  font-style: italic;
}

@media only screen and (max-width: 979px) {
  .attractions__list_sign-num {
    font-size: 2.5rem;
  }
}

.attractions__list_sign-num::after {
  content: "";
  width: 1.25rem;
  height: .2rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.attractions__list_cont {
  display: block;
  width: 84.459%;
  padding: 11rem 0 5rem 2rem;
  box-sizing: border-box;
  margin: -5.5rem 0 0 auto;
  border-left: 1px solid #707070;
  position: relative;
  z-index: 1;
  text-align: left;
}

.attractions__list_ttl {
  display: block;
  margin: 0 0 1.3rem;
  font-size: 2.0rem;
}

.attractions__list_txt {
  line-height: 2;
  font-size: 1.4rem;
}

.attractions__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: -20rem 0 19.5rem;
  padding: 20rem 0 0;
  z-index: 1;
}

@media only screen and (max-width: 979px) {
  .attractions__block {
    flex-direction: column;
    margin: 0 0 8rem;
    padding: 0;
  }
}

.attractions__block_reverse .attractions__block_cont {
  order: 2;
}

.attractions__block_reverse .attractions__block_img {
  order: 1;
}

.attractions__block:last-child {
  margin-bottom: 0;
}

.attractions__block_cont {
  width: 38.5%;
  text-align: left;
}

@media only screen and (max-width: 979px) {
  .attractions__block_cont {
    width: 100%;
    order: 2;
  }
}

.attractions__block_img {
  width: 55.53%;
  min-height: 0%;
  position: relative;
}

@media only screen and (max-width: 979px) {
  .attractions__block_img {
    width: 100%;
    order: 1;
    display: flex;
    flex-direction: column;
    margin: 0 0 6rem;
  }
  .attractions__block_img img {
    order: 2;
  }
}

.attractions__block_box {
  margin: 0;
}

.attractions__block_sign {
  display: flex;
  align-items: center;
}

.attractions__block_num {
  display: inline-block;
  margin: 0 2rem .5rem 0;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 600;
}

@media only screen and (max-width: 979px) {
  .attractions__block_num {
    display: none;
  }
}

.attractions__block_ttl {
  margin: 0 0 1rem;
  font-size: 2.0rem;
  font-weight: 400;
}

.attractions__block_desc {
  margin: 2.85rem 0 0;
}

.attractions__block_txt {
  line-height: 2;
  font-size: 1.5rem;
}

.attractions__block_btn {
  margin: 5.1rem 0 0;
}

@media only screen and (max-width: 979px) {
  .attractions__block_btn {
    text-align: center;
  }
}

.attractions__block_link {
  display: inline-block;
  padding: .7rem 4.7rem;
  border: 1px solid #000;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  font-size: 1.6rem;
}

@media only screen and (max-width: 979px) {
  .attractions__block_link {
    margin: 0 auto;
  }
}

.attractions__block_link::before, .attractions__block_link::after {
  content: "";
  height: 1px;
  background: #000;
  position: absolute;
}

.attractions__block_link::before {
  width: 6.877rem;
  top: 50%;
  right: -3.8rem;
  transform: translateY(-50%);
}

.attractions__block_link::after {
  width: 1.8rem;
  top: 50%;
  right: -3.8rem;
  transform: translateY(-50%) rotate(25deg);
  transform-origin: right;
}

.attractions__block_sub {
  position: absolute;
}

@media only screen and (max-width: 979px) {
  .attractions__block_sub {
    order: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 0 4rem;
    margin: 0 0 4rem;
    transform: translateX(-50%);
  }
  .attractions__block_sub::before {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 2.5rem;
    font-style: italic;
    font-family: 'Josefin Slab', serif;
    font-weight: 600;
  }
  .attractions__block_sub::after {
    content: "";
    width: 10%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.attractions__block_sub img {
  max-width: initial;
  width: 100%;
}

.attractions__sub_proposal {
  width: 35.448%;
  left: -3.2rem;
  bottom: -7.4rem;
}

@media only screen and (max-width: 979px) {
  .attractions__sub_proposal {
    left: 50%;
    bottom: auto;
  }
  .attractions__sub_proposal::before {
    content: "01";
  }
}

.attractions__sub_technique {
  width: 45.9%;
  top: -7.5rem;
  right: -2rem;
}

@media only screen and (max-width: 979px) {
  .attractions__sub_technique {
    top: auto;
    right: auto;
    left: 50%;
  }
  .attractions__sub_technique::before {
    content: "02";
  }
}

.attractions__sub_madetoorder {
  width: 62.09%;
  left: -3.2rem;
  bottom: -5.9rem;
}

@media only screen and (max-width: 979px) {
  .attractions__sub_madetoorder {
    bottom: auto;
    left: 50%;
  }
  .attractions__sub_madetoorder::before {
    content: "03";
  }
}

.lineup {
  padding-top: 7.6rem;
  padding-bottom: 20rem;
  text-align: center;
}

.lineup__nav {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}

.lineup__nav_item {
  width: 7%;
}

@media only screen and (max-width: 979px) {
  .lineup__nav_item {
    width: 18%;
  }
}

.lineup__nav_link {
  display: block;
  padding: 0 0 3.2rem;
  position: relative;
  font-size: 1.5rem;
}

@media only screen and (max-width: 979px) {
  .lineup__nav_link {
    font-size: 1.5rem;
  }
}

.lineup__nav_link::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #000;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.lineup__nav_link::after {
  content: "";
  width: .8rem;
  height: .8rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%) rotate(45deg);
}

.lineup__nav_link:hover {
  text-decoration: none;
}

.lineup__nav_link:hover::before {
  background: #000;
}

@media only screen and (max-width: 979px) {
  .lineup__nav_link:hover::before {
    background: #FFF;
  }
}

.lineup__nav_link:hover::after {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

@media only screen and (max-width: 979px) {
  .lineup__nav_link:hover::after {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

@media only screen and (max-width: 979px) {
  .lineup__nav.nav_en {
    width: 40%;
    flex-direction: column;
    margin: 3rem auto 0;
  }
}

.lineup__nav.nav_en .lineup__nav_item {
  width: 8.5%;
}

@media only screen and (max-width: 979px) {
  .lineup__nav.nav_en .lineup__nav_item {
    width: 100%;
    text-align: left;
    margin: 3rem 0 0;
  }
}

@media only screen and (max-width: 979px) {
  .lineup__nav.nav_en .lineup__nav_link {
    padding: 0 3.2rem 0 0;
  }
  .lineup__nav.nav_en .lineup__nav_link::before {
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
  }
  .lineup__nav.nav_en .lineup__nav_link::after {
    content: "";
    width: .8rem;
    height: .8rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    left: auto;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
  }
}

.lineup__block {
  margin: 10rem 0 0;
}

.lineup__block_sign {
  width: calc(100% + 8rem);
  padding: 6rem 0 18rem;
  margin: 0 -4rem;
  background: #ECEDE7;
}

@media only screen and (max-width: 979px) {
  .lineup__block_sign {
    width: calc(100% + 4rem);
    padding: 6rem 2rem 18rem;
    margin: 0 -2rem;
  }
}

.lineup__block_ttl {
  margin: 0 0 4rem;
  font-size: 3rem;
  font-weight: 400;
}

@media only screen and (max-width: 979px) {
  .lineup__block_ttl {
    font-size: 2.4rem;
  }
}

.lineup__block_sub {
  display: block;
  margin: 1rem 0 0;
  padding: 1.5rem 0 0;
  position: relative;
  font-size: 1.8rem;
}

.lineup__block_sub::before {
  content: "";
  width: 2.5rem;
  height: .1rem;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lineup__block_items {
  margin: -15.5rem 0 0;
}

.lineup__block_modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

@media only screen and (max-width: 979px) {
  .lineup__block_modal {
    z-index: 999;
  }
}

.lineup__block_modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.lineup__items_list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 979px) {
  .lineup__items_list {
    justify-content: space-between;
  }
}

.lineup__items_item {
  width: 21.04%;
  margin: 4rem 5.28% 0 0;
  cursor: pointer;
}

.lineup__items_item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 979px) {
  .lineup__items_item {
    width: 48.5%;
    margin: 4rem 0 0;
  }
}

.lineup__items_item:hover .lineup__items_zoom {
  background: url(../img/icon_plus_on@2x.png) 50% 50% no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 979px) {
  .lineup__items_item:hover .lineup__items_zoom {
    background: none;
  }
}

.lineup__items_item:hover .lineup__items_zoom img {
  visibility: hidden;
}

@media only screen and (max-width: 979px) {
  .lineup__items_item:hover .lineup__items_zoom img {
    visibility: visible;
  }
}

.lineup__items_cont {
  margin: 1.4rem 0 0;
}

.lineup__items_ttl {
  margin: 0;
  font-size: 1.5rem;
}

.lineup__items_sub {
  font-size: 1.5rem;
}

.lineup__items_zoom {
  width: 2.8rem;
  margin: 1rem auto 0;
}

.lineup__modal_box {
  max-width: 1095px;
  width: 88%;
  height: auto;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
}

.lineup__modal_list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.lineup__modal_item {
  width: 100%;
  min-height: 0%;
  display: none;
  justify-content: space-between;
  padding: 5.5rem 11.5rem;
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 979px) {
  .lineup__modal_item {
    flex-direction: column;
    padding: 3rem 5rem;
  }
}

.lineup__modal_img {
  width: 57.225%;
  min-height: 0%;
}

@media only screen and (max-width: 979px) {
  .lineup__modal_img {
    width: 100%;
  }
}

.lineup__modal_img img {
  width: 100%;
  min-height: 0%;
  max-width: initial;
}

.lineup__modal_cont {
  width: 35.49%;
  text-align: left;
}

@media only screen and (max-width: 979px) {
  .lineup__modal_cont {
    width: 100%;
  }
}

.lineup__modal_cat {
  letter-spacing: .3rem;
  font-size: 2rem;
  color: #FFF;
}

@media only screen and (max-width: 979px) {
  .lineup__modal_cat {
    font-size: 1.6rem;
  }
}

.lineup__modal_cat-sub {
  font-size: 1.6rem;
}

@media only screen and (max-width: 979px) {
  .lineup__modal_cat-sub {
    font-size: 1.4rem;
  }
}

.lineup__modal_ttl {
  margin: 2rem 0;
  letter-spacing: .3rem;
  font-size: 2.3rem;
  color: #FFF;
}

@media only screen and (max-width: 979px) {
  .lineup__modal_ttl {
    font-size: 2.2rem;
  }
}

.lineup__modal_ttl-sub {
  font-size: 1.6rem;
}

.lineup__modal_desc {
  line-height: 1.8;
  font-size: 1.6rem;
  color: #FFF;
}

.lineup__modal_control {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lineup__modal_prev, .lineup__modal_next {
  width: 5rem;
  height: 5rem;
  border: 1px solid #FFF;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@media only screen and (max-width: 979px) {
  .lineup__modal_prev, .lineup__modal_next {
    width: 3rem;
    height: 3rem;
  }
}

.lineup__modal_prev::before, .lineup__modal_next::before {
  content: "";
  width: .8rem;
  height: .8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media only screen and (max-width: 979px) {
  .lineup__modal_prev::before, .lineup__modal_next::before {
    width: .5rem;
    height: .5rem;
  }
}

.lineup__modal_prev {
  left: 3.3rem;
}

@media only screen and (max-width: 979px) {
  .lineup__modal_prev {
    left: 1rem;
  }
}

.lineup__modal_prev::before {
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.lineup__modal_next {
  right: 3.3rem;
}

@media only screen and (max-width: 979px) {
  .lineup__modal_next {
    right: 1rem;
  }
}

.lineup__modal_next::before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.lineup__modal_close {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}

@media only screen and (max-width: 979px) {
  .lineup__modal_close {
    top: 1rem;
    right: -.5rem;
  }
}

.lineup__modal_close::before, .lineup__modal_close::after {
  content: "";
  width: 70%;
  height: .1rem;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
}

.lineup__modal_close::before {
  transform: translateY(-50%) rotate(45deg);
}

.lineup__modal_close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.casestudy {
  position: relative;
  z-index: 1;
}

.casestudy::before {
  content: "";
  width: 100%;
  height: 45%;
  position: absolute;
  top: 13.8rem;
  left: 0;
  z-index: -1;
  background: #ECEDE7;
}

.casestudy .content {
  padding: 6.3rem 0 8.8rem;
}

.casestudy__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -5rem;
}

@media only screen and (max-width: 979px) {
  .casestudy__list {
    flex-direction: column;
  }
}

.casestudy__list_item {
  width: 45.45%;
  margin: 5rem 0 0;
  text-align: left;
}

@media only screen and (max-width: 979px) {
  .casestudy__list_item {
    width: 100%;
  }
  .casestudy__list_item:nth-child(n+4) {
    display: none;
  }
}

.casestudy__list_ttl {
  margin: 0 0 1rem;
  font-size: 1.6rem;
}

.casestudy__btn {
  margin: 5rem 0 0;
}

.column {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
  background: #fff;
}

.column .common__h2 {
  color: #1d4366;
  margin: 0 0 8rem;
}
.column .common__h2::after {
  content: "";
  width: 2.5rem;
  height: .1rem;
  background: #1d4366;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.column .common__h2::before {
  background: url(../img/logo_pt2.svg) 50% 50% no-repeat;
  background-size: 100%;
}

.column .common__h2::after {
  background: #1d4366;
}

.column .common__txt {
  color: #1d4366;
}

.column__list {
  padding: 0;
  border-top: 1px solid #1d4366;
  margin: 0;
}

.column__list_item {
  border-bottom: 1px solid #1d4366;
}

@media only screen and (max-width: 979px) {
  .column__list_item:nth-child(n+4) {
    display: none;
  }
}

.column__list_link {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 2rem;
  text-align: left;
  align-items: center;
}

@media only screen and (max-width: 979px) {
  .column__list_link {
    flex-direction: column;
    padding: 1.5rem 0;
    align-items: flex-start;
  }
}

.column__list_date {
  width: 8.5rem;
  font-size: 1.6rem;
  color: #1d4366;
}

@media only screen and (max-width: 979px) {
  .column__list_date {
    width: 100%;
    margin: 0 0 .5rem;
  }
}

.column__list_ttl {
  width: 70%;
  font-size: 1.6rem;
  color: #1d4366;
}

.column__list_sub {
  font-size: 1.6rem;
  border: solid 1px #1d4366;
  color: #fff;
  background: #1d4366;
  padding: 3px 10px;
}

@media only screen and (max-width: 979px) {
  .column__list_ttl {
    width: 100%;
  }
  .column__list_sub {
    padding: 2px 5px;
    width: 40%;
    text-align: center;
    margin: 0 0 .5rem;
  }
}

.column__btn {
  margin-top: 6rem;
}

.parallax__1, .parallax__2 {
  height: 48.5rem;
}

.parallax-mirror {
  z-index: 0 !important;
}

.js_fade,
.js_order_fade {
  visibility: hidden;
  transition: .7s;
  transform: translateY(50px);
  opacity: 0;
}

.js_fade.is_fade,
.js_order_fade.is_fade {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
