@charset "UTF-8";
/* Scss Document */
:root {
  --light-grey-color: #d5d8da;
  --grey-color: #aeb6ba;
  --grey-color2: #6c7b84;
  --orange-color: #eb613b;
  --orange-color2: #ea5520;
  --ave-midashigo: "Avenir Next", "Midashi Go MB1", sans-serif; /* 複合フォント代用。本番ではこちらを書き換えてください */
  /*--ave-hutogo: "Avenir Next", "Futo Go B101 JIS2004 AP", sans-serif;*/
  --ave-hutogo: "Avenir Next", "Futo Go B101 JIS2004 AP", sans-serif; /* 複合フォント代用。本番ではこちらを書き換えてください */
  --ave-mincho: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif; /* 複合フォント代用。本番ではこちらを書き換えてください */
  --helvetica: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --din: "din-2014", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  background-color: var(--grey-color);
  font-family: var(--ave-hutogo);
  letter-spacing: 2px;
  word-break: break-all;
}

.bg_orenge {
  background-color: var(--orange-color2) !important;
}

.bg_grey {
  background-color: var(--grey-color2) !important;
}

.hiddenx {
  overflow-x: hidden;
}

h2 {
  color: var(--orange-color);
  font-family: var(--din);
  font-weight: 600;
  font-size: 3.2rem;
  padding-top: 2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5em;
}

figure img {
  width: 100%;
}

a {
  transition: 0.4s;
}
a:hover {
  color: var(--orange-color) !important;
}

.content_width {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.menu_padding {
  /*
  padding-left: 288px;
  */
  padding-left: 20.5%;
}
@media screen and (max-width: 768px) {
  .menu_padding {
    padding-left: 110px;
  }
}

/* menu */
#front_page #menu {
  mix-blend-mode: difference;
}

#menu {
  pointer-events: none;
  /*width: 100%;*/
  height: 100vh;
  padding-left: 58px;
  padding-right: 20px;
  padding-top: 44px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: scroll;
  padding-bottom: 30px;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /*スクロールバー非表示（Chrome・Safari）*/
}
#menu::-webkit-scrollbar {
  display: none;
}
#menu figure {
  width: 155px;
  margin-bottom: 62px;
}
#menu figure a {
  pointer-events: all;
}
#menu nav {
  padding-left: 38px;
}
#menu li {
  margin-bottom: 30px;
}
@media screen and (max-width: 540px) {
  #menu li {
    margin-bottom: 20px;
  }
}
#menu li a {
  pointer-events: all;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--din);
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
#menu li a span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #73787b;
  font-weight: 500;
  font-size: 1.7rem;
  padding-left: 0.8em;
  margin-top: 0.8em;
  position: relative;
  mix-blend-mode: multiply;
}
#menu li a span::before {
  content: "■";
  display: block;
  font-size: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#menu li a.active::before {
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  background-color: var(--orange-color);
  position: absolute;
  left: -0.4em;
  top: 50%;
  transform: translate(-100%, -50%);
}
#menu .icon {
  display: flex;
}
#menu .icon a {
  pointer-events: all;
  display: block;
  width: 16px;
  margin-right: 16px;
}
#menu .icon a img {
  width: 100%;
}

@media screen and (max-width: 1050px) {
  #menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #menu figure {
    width: 120px;
    margin-bottom: 40px;
  }
  #menu nav {
    padding-left: 10px;
  }
  #menu li a {
    font-size: 1.6rem;
  }
  #menu li a span {
    font-size: 1.4rem;
  }
  #menu .icon a {
    width: 12px;
    margin-right: 12px;
  }
}
/* mv */
#mv {
  width: 100%;
  height: 960px;
  position: relative;
  overflow: hidden;
}
#mv > span {
  position: absolute;
  display: block;
  font-size: 1.4rem;
  color: #ffffff;
  bottom: 10px;
  right: 10px;
  z-index: 3;
}
#mv .mv_movie {
  width: 100%;
  height: 960px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#mv .mv_movie img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mv_movie #youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 119%;
  height: 150%;
  aspect-ratio: 16/9;
}
#mv .mv_content {
  height: 100%;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#mv .mv_content .mv_text {
  position: absolute;
  top: 42px;
  right: 0;
  width: calc(100% - 200px);
}
#mv .mv_content .mv_text p {
  text-align: right !important;
  font-family: var(--ave-mincho);
  color: #ffffff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}
#mv .mv_content .mv_text p:first-of-type {
  margin-right: 8.5em;
}
#mv .mv_content .mv_text p:nth-of-type(2) {
  letter-spacing: 0.06em;
}
#mv .mv_content .mv_text p.mv_text_post {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 80px;
  margin-top: 0.5em;
}
#mv .mv_content .mv_text p.mv_text_post::before {
  width: 170px;
  height: 1px;
  content: "";
  background-color: #ffffff;
  margin-right: 5px;
}
#mv .mv_content .mv_logo {
  max-width: 600px;
  position: absolute;
  bottom: 130px;
  right: 0;
}
#mv .mv_content .mv_logo img {
  width: 100%;
}

@media screen and (max-width: 1450px) {
  #mv {
    height: 790px;
  }
  #mv .mv_movie {
    height: 790px;
  }
}
@media screen and (max-width: 1320px) {
  #mv .mv_movie #youtube {
    height: 200vh;
    width: 300vw;
  }
  #mv .mv_content .mv_text p {
    font-size: 1.8rem;
  }
  #mv .mv_content .mv_text p:first-of-type {
    margin-right: 0;
  }
  #mv .mv_content .mv_text p.mv_text_post {
    font-size: 1.6rem;
    margin-right: 40px;
  }
  #mv .mv_content .mv_text p.mv_text_post::before {
    width: 140px;
  }
}
@media screen and (max-width: 1050px) {
  #mv {
    height: 520px;
  }
  #mv .mv_movie {
    height: 520px;
  }
  #mv .mv_content {
    width: calc(100% - 60px);
  }
  #mv .mv_content .mv_text {
    top: 32px;
  }
  #mv .mv_content .mv_text p {
    font-size: 1.6rem;
  }
  #mv .mv_content .mv_text p.mv_text_post {
    font-size: 1.4rem;
    margin-right: 25px;
  }
  #mv .mv_content .mv_text p.mv_text_post::before {
    content: none;
  }
  #mv .mv_content .mv_logo {
    max-width: 400px;
    bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_content {
    width: calc(100% - 40px);
  }
  #mv .mv_content .mv_text {
    top: 25px;
  }
  #mv .mv_content .mv_logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  #mv {
    height: 100vh;
  }
  #mv .mv_movie {
    height: 100vh;
  }
  #mv .mv_movie #youtube {
    width: 400vw;
  }
  #mv .mv_content .mv_text {
    width: calc(100% - 120px);
  }
  #mv .mv_content .mv_text p {
    font-size: 1.4rem;
  }
  #mv .mv_content .mv_text p.mv_text_post {
    font-size: 1.2rem;
  }
  #mv .mv_content .mv_logo {
    max-width: 250px;
  }
}
.btn {
  display: block;
  width: 322px;
  padding: 0.2em 0.4em;
  background-color: #fff;
  border: 2px solid #44555e;
  color: #44555e;
  font-family: var(--din);
  font-weight: 600;
  font-size: 2.5rem;
  margin-left: auto;
  margin-right: 84px;
  transform: translate(0, -50%);
  position: relative;
}
.btn::after {
  content: "＞";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 600;
  color: #44555e;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -40%);
  z-index: 1;
}

/* gallery */
.gallery {
  padding-top: 2px;
  padding-bottom: 2px;
}
.gallery .gallery_slide .gallery_slide_item {
  padding-left: 1px;
  padding-right: 1px;
  aspect-ratio: 230/397;
  position: relative;
}
.gallery .gallery_slide .gallery_slide_item > span {
  position: absolute;
  display: block;
  font-size: 1.2rem;
  color: #ffffff;
  bottom: 5px;
  right: 5px;
  z-index: 3;
}
.gallery .gallery_slide .gallery_slide_item figure {
  width: 100%;
  height: 100%;
  display: flex;
}
.gallery .gallery_slide .gallery_slide_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* news */
.bg_grey h2.menu_padding,
.bg_orenge h2.menu_padding {
  color: #ffffff;
}

#more-news,
#more-column {
  display: none;
  font-family: var(--din);
  color: var(--orange-color);
  font-weight: bold;
  font-size: 2rem;
  padding: 2px 9px;
  border: var(--orange-color) solid 2px;
  background-color: #fff;
}
@media screen and (max-width: 540px) {
  #more-news,
  #more-column {
    display: block;
  }
}

#news,
#pick_up,
#column {
  background-color: var(--light-grey-color);
}
#news h2,
#pick_up h2,
#column h2 {
  margin-bottom: 0;
}
#news .flex,
#pick_up .flex,
#column .flex {
  margin-top: 16px;
  padding-right: 82px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 540px) {
  #news .flex,
  #pick_up .flex,
  #column .flex {
    gap: 10px;
  }
}
#news .flex::before,
#pick_up .flex::before,
#column .flex::before {
  content: "";
  display: block;
  width: 322px;
  order: 1;
}
#news .flex::after,
#pick_up .flex::after,
#column .flex::after {
  content: "";
  display: block;
  width: 322px;
}
#news article,
#pick_up article,
#column article {
  height: auto;
  width: 322px;
  background-color: #fff;
  opacity: 1;
  transition: all ease 0.5s;
}
#news article.is-hidden,
#pick_up article.is-hidden,
#column article.is-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#news article figure,
#pick_up article figure,
#column article figure {
  height: 254px;
}
#news article figure img,
#pick_up article figure img,
#column article figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#news article h3,
#pick_up article h3,
#column article h3 {
  display: block;
  width: 100%;
  color: #fff;
  font-family: var(--din);
  font-family: var(--ave-midashigo);
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.2rem;
  background-color: #494949;
  padding: 0.2em 0.4em;
  position: relative;
}
#news article h3 span,
#pick_up article h3 span,
#column article h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  font-family: var(--din);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  background-color: #44555e;
  padding: 0.2em 2em;
  position: absolute;
  right: 0;
  top: 0;
}
#news article p,
#pick_up article p,
#column article p {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0.8em;
  min-height: 65px;
}

#news,
#pick_up {
  padding-bottom: 48px;
}

#column {
  padding-bottom: 120px;
}

@media screen and (max-width: 1050px) {
  #news .btn,
  #pick_up .btn,
  #column .btn {
    display: block;
    width: 120px;
    font-size: 2rem;
    margin-left: auto;
    margin-right: 10px;
  }
  #news .btn::after,
  #pick_up .btn::after,
  #column .btn::after {
    font-size: 2rem;
  }
  #news .flex,
  #pick_up .flex,
  #column .flex {
    padding-right: 10px;
  }
}
/*breath*/
.breath {
  position: relative;
  overflow: hidden;
  height: 410px;
  width: 100%;
}
.breath .breath_movie img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.breath .breath_movie .breath_bg_youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 230%;
  aspect-ratio: 16/9;
}
.breath .content_width {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  text-align: right;
}
.breath .content_width .breath_text {
  padding-left: 120px;
}
.breath .content_width .breath_text p {
  font-size: 2rem;
  font-family: var(--ave-mincho);
  color: #ffffff;
  line-height: 1.5;
  font-weight: 500;
}
.breath .content_width .breath_text p.breath_text_post_rm {
  margin-right: 8.5em;
}
.breath .content_width .breath_text p.breath_text_post_left {
  text-align: left;
  padding-left: 250px;
}
.breath .content_width .breath_text p.breath_text_post {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 5em;
  font-size: 1.8rem;
  margin-top: 0.5em;
}
.breath .content_width .breath_text p.breath_text_post::before {
  content: "";
  display: block;
  margin-right: 5px;
  height: 1px;
  width: 170px;
  background-color: #ffffff;
}
.breath::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  .breath .content_width .breath_text {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1320px) {
  .breath .content_width .breath_text p {
    font-size: 1.8rem;
  }
  .breath .content_width .breath_text p:first-of-type {
    margin-right: 0;
  }
  .breath .content_width .breath_text p.breath_text_post {
    font-size: 1.6rem;
  }
  .breath .content_width .breath_text p.breath_text_post::before {
    width: 140px;
  }
}
@media screen and (max-width: 1150px) {
  .breath .content_width .breath_text p.breath_text_post_left {
    text-align: left;
    padding-left: 170px;
  }
}
@media screen and (max-width: 1050px) {
  .breath .content_width .breath_text p {
    font-size: 1.6rem;
  }
  .breath .content_width .breath_text p.breath_text_post {
    font-size: 1.4rem;
  }
  .breath .content_width .breath_text p.breath_text_post::before {
    content: none;
  }
  .breath .content_width .breath_text p.breath_text_post_left {
    text-align: left;
    padding-left: 125px;
  }
}
@media screen and (max-width: 768px) {
  .breath .content_width .breath_text p.breath_text_post_left {
    text-align: left;
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .breath .breath_movie .breath_bg_youtube {
    width: 160%;
    height: 120%;
  }
  .breath .content_width .breath_text {
    padding-right: 20px;
  }
  .breath .content_width .breath_text p {
    font-size: 1.3rem;
  }
  .breath .content_width .breath_text p.breath_text_post {
    font-size: 1.2rem;
    margin-right: 0;
  }
}
/* about */
#about {
  padding-bottom: 120px;
  background-color: #f5f3f3;
}
#about h2.menu_padding {
  color: #6c7b84;
  border-bottom: 1px solid #000000;
}
#about h3 {
  color: #6c7b84;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 54px;
}
#about .flex {
  padding-right: 132px;
  display: flex;
  justify-content: space-between;
}
#about .flex figure {
  max-width: 395px;
  width: 100%;
  position: relative;
}
#about .flex figure span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 1.5em;
}
#about .flex p {
  width: calc(100% - 395px);
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding-left: 88px;
  position: relative;
}
#about .flex p::before {
  content: "";
  display: block;
  width: 68px;
  height: 280px;
  background-image: url(../img/about_deco.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -75%);
  z-index: -1;
}

@media screen and (max-width: 1050px) {
  #about h3 {
    font-size: 2.4rem;
  }
  #about .flex {
    padding-right: 10px;
    flex-direction: column;
  }
  #about .flex p {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    z-index: 2;
  }
  #about .flex p::before {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  #about {
    padding-bottom: 80px;
  }
  #about .flex p {
    font-size: 1.5rem;
  }
}
/* bridge */
#bridge .pc {
  width: 100%;
}
#bridge .sp {
  width: 100%;
  display: none;
}
#bridge figure {
  margin-bottom: 2px;
}
#bridge .content_width span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--din);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #bridge .content_width span {
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  #bridge .pc {
    display: none;
  }
  #bridge .sp {
    display: block;
  }
}
/* program */
#program h2.menu_padding {
  color: #ffffff;
}
#program .program_list .program_list_item {
  padding-bottom: 110px;
}
#program .program_list .program_list_item .program_list_item_img {
  display: flex;
  flex-wrap: wrap;
}
#program .program_list .program_list_item .program_list_item_img figure {
  width: 50%;
  aspect-ratio: 700/432.5;
}
#program .program_list .program_list_item .program_list_item_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#program .program_list .program_list_item .program_list_item_exp {
  max-width: 688.5px;
  margin-left: auto;
  margin-top: -74px;
  font-family: "Futo Go B101 JIS2004 AP", sans-serif;
}
#program .program_list .program_list_item .program_list_item_exp .head {
  margin-bottom: 40px;
}
#program .program_list .program_list_item .program_list_item_exp .head h3 {
  font-family: var(--helvetica);
  font-size: 12.6rem;
  color: #ffffff;
  font-weight: 800;
  font-style: italic;
  margin-left: -9px;
}
#program .program_list .program_list_item .program_list_item_exp .head span {
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: inline-block;
}
#program .program_list .program_list_item .program_list_item_exp .head span > span {
  font-size: 1.6rem;
  margin-right: 0.5em;
}
#program .program_list .program_list_item .program_list_item_exp > p,
#program .program_list .program_list_item .program_list_item_exp .inner > p {
  font-size: 1.6rem;
  line-height: 1.78;
  font-weight: 800;
}
#program .program_list .program_list_item .program_list_item_exp .option {
  margin-top: 20px;
}
#program .program_list .program_list_item .program_list_item_exp .option h4 {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 800;
  color: #231815;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #231815;
  margin-bottom: 0.6em;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex {
  display: flex;
  gap: 28px;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex + .option_flex {
  margin-top: 35px;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item {
  width: 50%;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item figure {
  /*aspect-ratio : 305 / 176;*/
  min-height: 180px;
  background-color: #ffffff;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item figure + span {
  display: block;
  color: #231815;
  font-size: 1rem;
  margin-top: 0.7em;
  font-weight: 800;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item.main_text .main_text_head {
  margin-bottom: 5px;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item.main_text .main_text_head h5 {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5em;
  font-weight: 800;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item.main_text .main_text_head span {
  font-size: 1.5rem;
  color: #231815;
  font-weight: 800;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item.main_text p {
  font-size: 1.4rem;
  font-weight: 800;
  text-align: justify;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item.sub_text h5 {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: #231815;
  margin-bottom: 0.6em;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item.sub_text h5::before {
  content: "";
  height: 22.4px;
  width: 3px;
  background-color: #231815;
  margin-right: 10px;
}
#program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item.sub_text p {
  font-size: 1.5rem;
  color: #231815;
  font-weight: 800;
  padding-left: 13px;
  line-height: 1.4;
}
#program .program_list .program_list_item#wun .program_list_item_exp {
  max-width: 100%;
}
#program .program_list .program_list_item#wun .program_list_item_exp > h3 {
  font-family: var(--helvetica);
  font-size: 12.6rem;
  color: #ffffff;
  font-weight: 800;
  font-style: italic;
  margin-left: -9px;
  text-align: right;
}
#program .program_list .program_list_item#wun .program_list_item_exp .inner {
  max-width: 688.5px;
  margin-left: auto;
}
#program .program_list .program_list_item .program_list_item_img {
  position: relative;
}
#program .program_list .program_list_item .program_list_item_img > span {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--orange-color2);
  display: block;
  position: absolute;
  bottom: -23px;
  right: 10px;
}
#program .program_list .program_list_item.bg_orenge .program_list_item_img > span {
  color: #ffffff;
}

@media screen and (max-width: 1450px) {
  #program .program_list .program_list_item .program_list_item_exp {
    padding-right: 25px;
    padding-right: 25px;
    margin-top: -47px;
  }
  #program .program_list .program_list_item .program_list_item_exp .head h3 {
    font-size: 8rem;
  }
  #program .program_list .program_list_item#wun .program_list_item_exp {
    max-width: 100%;
    margin-top: -54px;
  }
  #program .program_list .program_list_item#wun .program_list_item_exp > h3 {
    font-size: 8rem;
    margin-left: 38px;
    padding-right: 0;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  #program .program_list .program_list_item {
    padding-bottom: 80px;
  }
  #program .program_list .program_list_item .program_list_item_img {
    flex-direction: column;
  }
  #program .program_list .program_list_item .program_list_item_img figure {
    width: 100%;
  }
  #program .program_list .program_list_item .program_list_item_img figure.sp_none {
    display: none;
  }
  #program .program_list .program_list_item .program_list_item_exp {
    padding-right: 10px;
    padding-right: 10px;
  }
  #program .program_list .program_list_item .program_list_item_exp .option .option_flex {
    flex-wrap: wrap;
  }
  #program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item {
    width: 100%;
  }
  #program .program_list .program_list_item#wun .program_list_item_exp {
    max-width: 100%;
    margin-top: -30px;
  }
  #program .program_list .program_list_item#wun .program_list_item_exp > h3 {
    font-size: 5rem;
    margin-left: -2px;
  }
}
/* schedule */
#schedule {
  padding-top: 140px;
  padding-bottom: 114px;
}
#schedule h2 {
  margin-bottom: 2em;
}
#schedule .inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#schedule .flex {
  display: flex;
  width: auto;
  height: 435px;
  margin-bottom: 24px;
}
#schedule .head {
  width: auto;
  height: 100%;
}
#schedule .head figure {
  width: auto;
  height: 100%;
}
#schedule .head figure img {
  width: auto;
  height: 100%;
}
#schedule .body {
  width: auto;
  height: 100%;
  overflow-x: scroll;
}
#schedule .body figure {
  width: auto;
  height: 100%;
}
#schedule .body figure img {
  width: auto;
  height: 100%;
}
#schedule p {
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1.5;
}

@media screen and (max-width: 1050px) {
  #schedule {
    padding-top: 0;
  }
  #schedule .flex {
    height: 350px;
    position: relative;
    margin-bottom: 40px;
  }
  #schedule .flex.en::after {
    content: "scroll →";
  }
  #schedule .flex::after {
    content: "右にスクロール →";
    display: block;
    font-size: 1.4rem;
    margin-top: 0.5em;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 150%);
  }
  #schedule p {
    font-size: 1.4rem;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  #schedule .flex {
    height: 230px;
  }
}
/* movie */
#movie {
  background-color: #f5f3f3;
  padding-bottom: 118px;
}
#movie h2 {
  border-color: var(--light-grey-color);
  margin-bottom: 3em;
}

@media screen and (max-width: 1050px) {
  #movie h2 {
    padding-top: 2em;
  }
}
/* ticket */
#ticket {
  background-color: var(--light-grey-color);
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
#ticket article {
  padding-bottom: 64px;
}
#ticket h3 {
  color: var(--orange-color);
  font-family: var(--din);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2em;
}
#ticket h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-family: var(--ave-hutogo);
  font-weight: 600;
  font-size: 3.2rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.1em;
}
#ticket .flex {
  display: flex;
  position: relative;
}
#ticket .flex.ticket_head_adjust .left {
  width: 50%;
}
#ticket .flex.ticket_head_adjust .left p span {
  letter-spacing: 0.01em;
}
#ticket .flex.ticket_head_adjust .right {
  width: 50%;
}
#ticket .flex .left {
  width: 42%;
  padding-right: 30px;
}
#ticket .flex .right {
  width: 58%;
}
#ticket .flex .ear_icon {
  width: 74px;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
#ticket .venue {
  background-color: #fff;
  padding: 24px;
  margin-right: 82px;
  margin-bottom: 24px;
}
#ticket .venue p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 600;
}
#ticket .venue p span {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
}
#ticket .info {
  padding: 24px;
  border: 2px solid #fff;
  margin-right: 82px;
}
#ticket .info .text {
  border-top: 2px solid #fff;
  padding-top: 24px;
  margin-top: 24px;
  position: relative;
}
#ticket .info .text .support_icon {
  width: 180px;
  position: absolute;
  right: 24px;
  top: 24px;
  mix-blend-mode: multiply;
}
#ticket .info .text .student_icon {
  width: 71px;
  position: absolute;
  right: 124px;
  top: 24px;
  mix-blend-mode: multiply;
}
#ticket .info .orange {
  color: var(--orange-color);
}
#ticket .info p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
}
#ticket .info .large {
  font-size: 1.8rem;
}
#ticket .info .small {
  font-size: 1.5rem;
}
#ticket .info strong {
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (min-width: 1051px) and (max-width: 1200px) {
  #ticket .flex.ticket_head_adjust .left {
    width: 100%;
  }
  #ticket .flex.ticket_head_adjust .left p span {
    font-size: 2rem;
  }
  #ticket .flex.ticket_head_adjust .right {
    width: 100%;
  }
  #ticket .flex.ticket_head_adjust .right p span {
    font-size: 2rem;
  }
  #ticket .flex .left {
    width: 100%;
  }
  #ticket .flex .right {
    width: 100%;
    margin-top: 20px;
  }
  #ticket .flex .ear_icon {
    position: static;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1050px) {
  #ticket .flex {
    flex-direction: column;
  }
  #ticket .flex.ticket_head_adjust .left {
    width: 100%;
  }
  #ticket .flex.ticket_head_adjust .right {
    width: 100%;
  }
  #ticket .flex .left {
    width: 100%;
  }
  #ticket .flex .right {
    width: 100%;
    margin-top: 20px;
  }
  #ticket .flex .ear_icon {
    position: static;
    margin-top: 20px;
  }
  #ticket .venue,
  #ticket .info {
    margin-right: 10px;
  }
  #ticket .venue .text .support_icon,
  #ticket .venue .text .student_icon,
  #ticket .info .text .support_icon,
  #ticket .info .text .student_icon {
    position: static;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  #ticket h3 span {
    font-size: 2.4rem;
  }
  #ticket .venue {
    padding: 20px 10px;
  }
  #ticket .venue p {
    font-size: 1.4rem;
  }
  #ticket .venue p span {
    font-size: 1.4rem;
  }
  #ticket .info {
    padding: 20px 10px;
  }
  #ticket .info p {
    font-size: 1.4rem;
  }
  #ticket .info .large {
    font-size: 1.4rem;
  }
  #ticket .info .small {
    font-size: 1.4rem;
  }
  #ticket .info strong {
    font-size: 1.4rem;
  }
}
/* access */
#access {
  background-color: var(--light-grey-color);
  padding-top: 40px;
  padding-bottom: 110px;
}
#access h2 {
  margin-bottom: 3rem;
}
#access .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  padding-right: 82px;
}
#access article {
  max-width: 500px;
  width: 100%;
}
#access article iframe {
  width: 100%;
  height: 260px;
}
#access article p {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#access article p span {
  display: block;
  font-size: 2rem;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 600px) {
  #access .flex {
    padding-right: 10px;
  }
  #access article p span {
    font-size: 1.6rem;
  }
}
/* footer */
footer {
  background-color: var(--light-grey-color);
  padding-bottom: 150px;
  padding-right: 82px;
  padding-top: 5rem;
}
footer p {
  color: #231815;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 54px;
}
footer p br {
  display: none;
}
footer .venue {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 54px;
}
footer .venue figure {
  height: auto;
}
footer .venue figure img {
  width: 100%;
  height: auto;
}
footer .production {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 72px;
}
footer .production figure {
  width: auto;
  height: 80px;
}
footer .production figure img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 600px) {
  footer {
    padding-right: 10px;
  }
  footer p {
    line-height: 2;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
  footer p br {
    display: block;
  }
  footer .venue {
    gap: 20px;
  }
  footer .venue figure:nth-of-type(1) {
    width: 250px;
  }
  footer .venue figure:nth-of-type(2) {
    width: 115px;
  }
  footer .production figure {
    height: 60px;
  }
}
@media screen and (max-width: 490px) {
  footer .venue figure:nth-of-type(1) {
    width: 200px;
  }
  footer .venue figure:nth-of-type(2) {
    width: 97px;
  }
}
.news_single .content_width {
  padding-top: 44px;
  padding-left: 20.5%;
  min-height: 60vh;
  padding-right: 3rem;
}
.news_single h3 {
  font-size: 3rem;
  line-height: 1.75;
  font-family: "Futo Go B101 JIS2004 AP", sans-serif;
}
.news_single strong {
  font-size: 2.2rem;
}
.news_single .date {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.news_single .news_contents {
  font-size: 1.6rem;
  margin-top: 4rem;
  line-height: 1.75;
  font-family: "Futo Go B101 JIS2004 AP", sans-serif;
  text-align: justify;
  font-feature-settings: "palt";
}
.news_single a {
  color: #fff;
}
@media screen and (max-width: 840px) {
  .news_single div {
    width: 100% !important;
  }
}
.news_single img {
  width: 100%;
}
.news_single img.mini_photo {
  max-width: 300px;
  height: auto;
  margin: 1rem 0 0.5rem;
}
.news_single .credit {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: var(--ave-hutogo);
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .news_single .content_width {
    padding-left: 32.5%;
    padding-right: 1rem;
  }
  .news_single h3 {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .news_single .date {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .news_single .news_contents {
    font-size: 1.4rem;
    margin-top: 4rem;
    line-height: 1.6;
  }
  .news_single iframe {
    width: 100%;
    height: auto;
  }
  .news_single iframe.instagram-media {
    width: 100% !important;
    height: revert-layer;
  }
  .news_single .mini_photo {
    width: 100%;
    height: auto;
  }
}

#single,
#page {
  background-color: var(--light-grey-color);
}
#single .btn,
#page .btn {
  font-size: 2rem;
  font-family: var(--ave-hutogo);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 4rem 0.2em 1rem;
}
@media screen and (max-width: 600px) {
  #single .btn,
  #page .btn {
    margin-right: 0;
    font-size: 1.8rem;
  }
}
#single .btn::after,
#page .btn::after {
  transform: translate(0, -46%);
}
#single .under_btn,
#page .under_btn {
  margin-top: 5rem;
}

/*20250613追加*/
.yotube_item {
  margin-top: 2rem;
  display: block;
}
.yotube_item + .yotube_item {
  margin-top: 4rem;
}
.yotube_item h3 {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.youtube-link {
  position: relative;
  padding-bottom: 56.2%; /*アスペクト比 16:9の場合の縦幅 縦幅ここで調整*/
  height: 0;
  overflow: hidden;
  width: 100%; /*大きさはここで調整*/
  background-image: url("");
  /*margin-top: 2rem;*/
}
.youtube-link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link {
  transition: all ease 0.5s;
}
.link.white {
  color: #fff;
  font-size: 1.4rem;
}

/*2024-03-12*/
#media {
  padding: 10rem 0;
}
#media ul li {
  font-size: 1.6rem;
  font-family: var(--ave-hutogo);
  border-bottom: 0.5px solid #000;
  padding: 1rem 0;
}
#media ul li span {
  margin-right: 2rem;
}
@media screen and (max-width: 600px) {
  #media ul li span {
    display: block;
    margin-bottom: 1rem;
  }
}

.langswitch {
  position: fixed;
  top: 2rem;
  right: 0;
  border: var(--orange-color) 1.5px solid;
  background-color: #fff;
  width: 80px;
  height: 30px;
  font-size: 1.4rem;
  font-family: var(--ave-hutogo);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 10000;
}
@media screen and (max-width: 600px) {
  .langswitch {
    top: initial;
    bottom: 3rem;
  }
}
.langswitch li {
  list-style: none;
}
.langswitch li a {
  color: var(--orange-color);
}
.langswitch li a:hover {
  color: #fff !important;
}
.langswitch:hover {
  background-color: var(--orange-color);
}
.langswitch:hover li a {
  color: #fff;
}

dl.price {
  display: flex;
  flex-flow: row wrap;
}
dl.price dt,
dl.price dd {
  font-size: 2rem;
  font-weight: 600;
}
dl.price dt {
  width: 40%;
}
dl.price dd {
  padding-left: 1rem;
  width: 60%;
}

.pr_200px {
  padding-right: 200px;
}
@media screen and (max-width: 600px) {
  .pr_200px {
    padding-right: 0;
  }
}

/* 20240702　追加*/
.small-cap {
  font-size: 1.5rem;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .small-cap {
    font-size: 1.3rem;
    text-align: initial;
    padding-right: 0;
  }
}

/*2024-07-11追加*/
.fix_btn {
  position: fixed;
  right: 0;
  bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--orange-color);
  color: #fff;
  width: 240px;
  height: 80px;
  font-size: 2rem;
  z-index: 100;
  padding-right: 24px;
  transition: all ease 0.5s;
}
.fix_btn:hover {
  background-color: #fff;
}
.fix_btn::after {
  content: "＞";
  display: block;
  width: 32px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  /* transform: translate(0, -40%); */
  z-index: 1;
  background-color: #c85130;
  height: 100%;
  /* mix-blend-mode: multiply; */
  display: flex;
  align-items: center;
}

.img-logo {
  width: 180px;
  height: 140px;
  display: inline-block;
  margin: 0 20px 30px 0;
}
.img-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

img.img_multiply {
  mix-blend-mode: multiply;
}

.openEvent {
  transition: 0.2s ease-in;
}

.openEvent:hover {
  transition: 0.2s ease-in;
  color: var(--orange-color);
}

.en p {
  text-align: left !important;
}
.en #program .program_list .program_list_item .program_list_item_exp .option .option_flex .option_flex_item.main_text p {
  line-height: 1.3;
}
.en #ticket,
.en #access article p,
.en footer p, .en #about .flex p, .en #about h3 {
  letter-spacing: 0;
}
.en .breath .content_width .breath_text p.breath_text_post_rm, .en .breath_text p {
  text-align: right !important;
}

body.en {
  letter-spacing: 0 !important;
  word-break: break-word;
}/*# sourceMappingURL=style.css.map */