@charset "utf-8";
.event-hd__bg {
  width: 100%;
  height: 90vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.event-mv__container {
  position: relative;
  display: flex;
}
.event-mv__catch {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px){
  .event-mv__container {
    align-items: center;
    padding-bottom: 100px;
  }
  .event-mv__img {
    flex-basis: 50%;
    flex-shrink: 0;
  }
  .event-mv__content {
    flex-basis: 50%;
    flex-shrink: 0;
  }
  .event-mv__catch {
    font-size: 20px;
  }
  .event-mv__title {
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .event-mv {
    position: relative;
  }
  .event-mv::before {
    display: block;
    width: 100%;
    height: 240%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(180deg, var(--EVENT_BG) 0%, transparent 100%);
  }
  .event-mv__container {
    flex-wrap: wrap;
    row-gap: 10px;
    position: relative;
    z-index: 1;
  }
  .event-mv__img {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .event-mv__content {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .event-mv__catch {
    font-size: 13px;
    line-height: 1.46;
    padding: 0.5em;
    background-color: var(--WHITE);

  }
  .event-mv__title {
    width: 100%;
  }
  .t-blogSection, .t-newsSection {
    position: relative;
  }
}
/**/
.page-header {
  width: 100%;
}
.page-header__container {
  /* background-color: var(--WHITE); */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-header__container::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url('../images/page-header-bg.png') no-repeat center/cover;
  content: '';
}
.page-header__title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-header__title .__title__ja {
  display: block;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.page-header__title .__title__en {
  border-bottom: 0.5px solid var(--BLACK);
}
.page-header__title .simplefavorite-button {
  position: absolute;
  bottom: 0;
  left: 100%;
  cursor: pointer;
-webkit-appearance: none;
    border-radius: 0;
    border: none;
    background-color: unset;
}
.page-header__title .simplefavorite-button i{
	display: inline-block;
	width: 30px;
	height: 30px;
}
.page-header__title .simplefavorite-button.active i {
	background: url('../images/fav-btn.png') center/contain no-repeat;
}
.page-header__title .simplefavorite-button:not(.active) i {
	background: url('../images/fav-btn--.png') center/contain no-repeat;
}

.page-header__deco {
  display: block;
  width: 50px;
  position: absolute;
  bottom: calc(100%  + 20px);
  left: calc(50% - 25px);  
}
.article-talklive .page-header__deco ,
.article-workshop .page-header__deco {
  display: none;
}
@media screen and (min-width: 768px){
  .page-header {
    margin-top: -76px;
  }
  .page-header__container {
    padding-block: 80px 60px;
  }
  .page-header__title .__title__ja {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .page-header__title .__title__en {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px){
  .page-header__container {
    height: 50vw;
    max-height: 200px;
  }
  .page-header__title .__title__ja {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .page-header__title .__title__en {
    font-size: 14px;
  }
  .page-article {
    padding-bottom: var(--GAP_80);
  }
}
/**/
.about__lead {
  width: 90%;
  font-size: var(--FZ_16_CONST);
}
@media screen and (min-width: 768px){
  .about__lead {
    max-width: 850px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 767px){
  .about__lead {
    max-width: 700px;
    margin: 0 auto 50px;
  }
}
.about__kami {
  position: relative;
  background-color: var(--GRAY01);
}
.about__kami__bgv::before,
.about__kami__bgv::after,
.about__kami__bgh::before,
.about__kami__bgh::after {
  display: block;
  position: absolute;
  content: '';
}
.about__kami__bgh::before,
.about__kami__bgh::after {
  background-color: var(--GRAY01);
}
.about__kami__bgh::before {
  right: 100%;
}
.about__kami__bgh::after {
  left: 100%;
}
@media screen and (min-width: 768px){
  .about__kami__bgh::before,
  .about__kami__bgh::after {
    height: calc(100% - 30px);
    width: 28px;
  }
  .about__kami__bgh::before {
    top: 30px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  .about__kami__bgh::after {
    top: 30px;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 767px){
  .about__kami__bgh::before,
  .about__kami__bgh::after {
    height: 100%;
    width: calc(50vw - 50%);
  }
  .about__kami__bgh::before {
    top: 0;
  }
  .about__kami__bgh::after {
    top: 0;
  }
}
.about__kami__bgv::before,
.about__kami__bgv::after {
  height: 30px;
  background-color: var(--WHITE);
}
.about__kami__bgv::before {
  top: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.about__kami__bgv::after {
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 768px){
  .about__kami__bgv::before,
  .about__kami__bgv::after {
    width: calc(100% + 30px);
  }
  .about__kami__bgv::before {
    right: 0;
  }
  .about__kami__bgv::after {
    left: 0;
  }
}
@media screen and (max-width: 767px){
  .about__kami__bgv::before,
  .about__kami__bgv::after {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}


.about__kami__col {
  display: flex;
}
.about__kami__lead {
  font-weight: bold;
  text-align: center;
}
.about__kami__gallery {
  width: 100vw;
  margin-left: var(--FULL_WIDTH);
  z-index: 1;
}
.about__events__container {
  display: flex;
  width: 100%;
}
.about__events__container:last-child {
  margin-bottom: 0;
}
.about__events__head {
  display: flex;
  align-items: flex-start;
}
.about__events__h2 {
  flex-grow: 1;
}
.about__events__h2 .sideways-lr{
  display: inline-block;
  border-right: 1px solid var(--BLACK);
  writing-mode: sideways-lr;
  text-align: right;
  font-size: 14px;
}
.about__events__title {
  font-weight: bold;
}
.about__ticket {
  background-color: var(--BGYELLOW);
}
.about__ticket__inner, .about__supporter__inner {
  margin-left: auto;
  margin-right: auto;
}
.about__ticket__col {
  display: flex;
  width: 100%;
}
.about__ticket__img {
  aspect-ratio: 380 / 255;
}
.about__ticket__img img {
  height: 100%;
  object-fit: cover;
}
.icon-btn {
  display: block;
  border: none;
  margin: 0 auto;
  width: 250px;
  height: 50px;
  border-radius: 25px;
}
.icon-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 9px;
  width: 100%;
  height: 100%;
}
.icon-btn.btn_yellow {
  background-color: #F2E577;
}
.icon-btn.btn_green {
  background-color: #75C1BF;
}
.icon-btn.btn_green .icon_btn__txt {
  color: var(--WHITE);
}
.icon-btn .icon_btn__icon {
  width: 27px;
}
.icon-btn .icon_btn__txt {
  font-size: 14px;
}
.about__supporter {
  background-color: var(--BGGREEN);
}
.about__supporter__gallery {
  display: flex;
  width: 100%;
}
.about__supporter__gallery img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media screen and (min-width: 768px){
  .about__kami__inner {
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
  }
  .about__kami__col {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .about__kami__col.__reverse {
    flex-direction: row-reverse;
  }
  .about__kami__img {
    flex-basis: 45%;
    flex-shrink: 0;
  }
  .about__kami__txt {
    flex-basis: 52%;
    padding-top: 40px;
  }
  .about__kami__lead {
    font-size: 22px;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .about__events__container {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: var(--GAP_50);
  }
  .about__events__head {
    flex-basis: 44%;
    flex-shrink: 0;
  }
  .about__events__img {
    flex-basis: 92%;
    flex-shrink: 0;
    aspect-ratio: 400 / 270;
    img {
      height: 100%;
      object-fit: cover;
    }
  }
  .about__events__body {
    flex-basis: 52%;
    flex-shrink: 0;
  }
  .about__events__title {
    font-size: 20px;
    margin-bottom :20px;
  }
  .about__events__txt {
    font-size: 14px;
  }
  .about__ticket .page-header__title,
  .about__supporter .page-header__title {
    margin-bottom: 50px;
  }
  .about__ticket__inner, .about__supporter__inner {
    width: 90%;
    max-width: 850px;
  }
  .about__ticket__col {
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--GAP_50);
  }
  .about__ticket__img {
    flex-basis: 45%;
    flex-shrink: 0;
  }
  .about__ticket__txt {
    flex-basis: 52%;
  }
  .about__supporter__gallery {
    margin-bottom: var(--GAP_50);
  }
  .about__supporter__gallery img {
    flex-basis: 25%;
  }
  .about__supporter__txt {
    font-size: 14px;
    margin-bottom: var(--GAP_50);
  }
}
@media screen and (max-width: 767px){
  .about__kami__inner {
    width: 100%;
  }
  .about__kami__col {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 50px;
  }
  .about__kami__img {
    flex-basis: 100%;
  }
  .about__kami__txt {
    flex-basis: 100%;
  }
  .about__kami__lead {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about__events__container {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: var(--GAP_50);
  }
  .about__events__head {
    flex-basis: 100%;
  }
  .about__events__img {
    flex-basis: 92%;
    flex-shrink: 0;
    aspect-ratio: 400 / 270;
    img {
      height: 100%;
      object-fit: cover;
    }
  }
  .about__events__body {
    flex-basis: 100%;
    padding-left: 8%;
  }
  .about__events__title {
    font-size: 18px;
    margin-bottom :9px;
  }
  .about__events__txt {
    font-size: 14px;
  }
  .about__ticket .page-header__title,
  .about__supporter .page-header__title {
    margin-bottom: 50px;
  }
  .about__ticket .__title__ja,
  .about__supporter .__title__ja {
    font-size: 20px;
  }
  .about__ticket__inner, .about__supporter__inner {
    width: 100%;
  }
  .about__ticket__col {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: var(--GAP_30);
  }
  .about__ticket__img {
    flex-basis: 100%;
  }
  .about__ticket__txt {
    flex-basis: 100%;
    padding: 0 14px;
  }
  .about__supporter__gallery {
    margin-bottom: var(--GAP_30);
  }
  .about__supporter__gallery img {
    flex-basis: 25%;
  }
  .about__supporter__txt {
    font-size: 14px;
    padding: 0 14px;
    margin-bottom: var(--GAP_30);
  }
}
/**/
.evlist__top {
  position: relative;
}
.evlist__top__inner {
  margin-left: auto;
  margin-right: auto;
}
.evlist__top__show {
  display: flex;
}
.evlist__top__bnr {
  display: flex;
}
.evlist__comming__inner {
  display: flex;
}
.evlist__comming__bnrs {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.evlist__past__gallery {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-between;
}
.evlist__past__gallery__img {
  flex-shrink: 0;
  aspect-ratio: 217 / 144;
}
.evlist__past__gallery__img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px){
  .evlist__top {
    padding: 50px 0 70px;
  }
  .evlist__top__inner {
    width: 90%;
  }
  .evlist__top__show {
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: var(--GAP_50);
  }
  .evlist__top__img {
    flex-basis: 43%;
    flex-shrink: 0;
  }
  .evlist__top__show .g-event__content {
    flex-basis: 54%;
  }
  .evlist__top__blog {
    margin-bottom: 40px;
  }
  .evlist__top__bnr {
    justify-content: space-between;
    align-items: flex-end;
  }
  .evlist__top__bnr--img {
    flex-basis: 48%;
  }
  .evlist__comming__item {
    margin-bottom: var(--GAP_50);
    padding: var(--GAP_50);
  }
  .evlist__comming__inner {
    justify-content: space-between;
    align-items: center;
  }
  .evlist__comming__inner .g-event__content {
    flex-basis: 49%;
  }
  .evlist__comming__bnrs {
    flex-basis: 36%;
  }
  .evlist__past__item {
    padding: 50px;
    margin-bottom: var(--GAP_50);
  }
  .evlist__past .page-header__title {
    margin-bottom: var(--GAP_50);
  }
  .evlist__past__item .g-event__content {
    margin-bottom: var(--GAP_50);
  }
  .evlist__past__gallery__img {
    flex-basis: 24%;
    flex-shrink: 0;
    aspect-ratio: 217 / 144;
  }
}
@media screen and (max-width: 767px){
  .evlist__top {
    padding: 30px 0 40px;
  }
  .evlist__top__inner {
    width: 90%;
  }
  .evlist__top__show {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    margin-bottom: var(--GAP_50);
  }
  .evlist__top__img {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .evlist__top__show .g-event__content {
    flex-basis: 100%;
  }
  .evlist__top__blog {
    margin-bottom: 30px;
  }
  .evlist__top__bnr {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .evlist__top__bnr--img {
    flex-basis: 100%;
    max-width: 430px;
  }
  .evlist__comming__item {
    margin-bottom: var(--GAP_50);
    padding: var(--GAP_30);
  }
  .evlist__comming__inner {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .evlist__comming__inner .g-event__content {
    flex-basis: 100%;
  }
  .evlist__comming__bnrs {
    flex-basis: 100%;
  }
  .evlist__comming__bnr {
    max-width: 430px;
    margin: 0 auto;
  }
  .evlist__past__item {
    padding: 24px;
    margin-bottom: var(--GAP_50);
  }
  .evlist__past .page-header__title {
    margin-bottom: var(--GAP_50);
  }
  .evlist__past__item .g-event__content {
    margin-bottom: var(--GAP_50);
  }
  .evlist__past__gallery__img {
    flex-basis: 49%;
    flex-shrink: 0;
    aspect-ratio: 217 / 144;
  }
}
/**/
.exb__navigation {
  background-color: var(--GRAY01);
}
.exb__nav__search {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--GAP_50);
}
.exb__nav__searchbox {
  width: 100%;
  position: relative;
}
.exb__nav__searchbox input[type="text"] {
  width: 100%;
  background-color: var(--WHITE);
  border: 1px solid var(--GRAY03);
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 26px;
}
.exb__nav__searchbox input[type="submit"] {
  display: none;
}
.exb__nav__seatchBtn {
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 22px;
  top: calc(50% - 13.5px);
}
.exb__nav__achors {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.exb__nav__ancorLink {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 30px;
  padding: 0 1em;
  position: relative;
}
.exb__nav__ancorLink::before {
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--GRAY03);
  position: absolute;
  right: 0;
  top: 0;
  content: '';
}
.exb__nav__ancorLink:last-child:before {
  display: none;
}
.exb__category {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 1em;
  border-bottom: dashed 1px var(--BLACK);
  margin-bottom: 30px;
}
.exb__floormap {
  margin-bottom: var(--GAP_50);
}
.s-shop__head {
  font-weight: 700;
  margin-bottom: var(--GAP_50);
}
@media screen and (min-width: 768px){
  .exb__nav__search {
    width: 600px;
  }
  .exb__nav__ancorLink {
    font-size: 16px;
  }
  .s-shop__head {
    font-size: 24px;
  }
  .exb__category {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px){
  .exb__nav__search {
    width: 90%;
    max-width: 600px;
  }
  .exb__nav__ancorLink {
    font-size: 15px;
  }
  .exb__nav__seatchBtn {
    display: none;
  }
  .s-shop__head {
    font-size: 20px;
  }
  .exb__category {
    font-size: 18px;
  }
}
/**/
.shop__top .t-events__item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px){
  .shop__top .g-event__content {
    width: 48%;
  }
  .shop__catalog .page-header__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px){
  .shop__catalog .page-header__title {
    margin-bottom: 50px;
  }
}
/**/
.page-2col {
  display: flex;
}
.c-side__h2, .c-side__dl dt {
  color: var(--GREEN);
}
.c-side__h2 {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.0;
  margin-bottom: 1.5em;
}
.c-side__dl dt {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
}
@media screen and (min-width: 768px){
  .page-2col {
    align-items: flex-start;
    justify-content: space-between;
  }
  .page-2col__main {
    flex-basis: calc(100% * 2 / 3);
  }
  .page-2col__side {
    flex-basis: 23%;
    flex-shrink: 0;
    min-width: 200px;
  }
  .c-side__h2 {
    font-size: 20px;
  }
  .c-side__dl {
    margin-bottom: 40px;
  }
  .c-side__dl dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  .page-2col {
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .page-2col__main {
    flex-basis: 100%;
  }
  .page-2col__side {
    flex-basis: 100%;
  }
  .c-side__h2 {
    font-size: 16px;
  }
  .c-side__dl {
    margin-bottom: 20px;
  }
  .c-side__dl dd {
    font-size: 16px;
  }
}
/**/
.page-wp-content h2 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px){
  .page-wp-content h2 {
    font-size: 20px;
  }
  .page-wp-content p + h2 {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px){
  .page-wp-content h2 {
    font-size: 18px;
  }
  .page-wp-content p + h2 {
    margin-top: 2em;
  }
}
/**/
.talk__profile {
  background-color: var(--GRAY01);
}
.talk__profile__h2 {
  color: var(--GREEN);
}
.talk__profile__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: var(--GAP_50);
}
.talk__profile__img img {
  height: 100%;
  object-fit: cover;
}
.talk__profile__h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.talk__profile__name {
  font-weight: bold;
}
.talk__profile__txt {
  margin-bottom: var(--GAP_50);
}
@media screen and (min-width: 768px){
  .talk__profile {
    padding-left: var(--GENERALSEC);
    padding-right: var(--GENERALSEC);
  }
  .talk__profile__h2 {
    font-size: 35px;
    margin-bottom: 17px;
  }
  .talk__profile__h3 {
    font-size: 20px;
  }
  .talk__profile__name {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .talk__profile__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px){
  .talk__profile {
    padding-left: 25px;
    padding-right: 25px;
  }
  .talk__profile__h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .talk__profile__h3 {
    font-size: 16px;
  }
  .talk__profile__name {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .talk__profile__txt {
    font-size: 14px;
  }
}
/**/
.faq__container {
  display: flex;
}
.faq__nav__item {
  position: relative;
  padding-block: var(--GAP_20);
  border-bottom: 1px dashed var(--GRAY02);
}
.faq__nav__item:last-child {
  border-bottom: none;
}
.faq__nav__item a {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  position: relative;
  padding-right: 1em;
}
.faq__nav__item::after {
  content: '>';
  line-height: 1.0;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
}
.faq__content .faq-anchor {
  padding-bottom: var(--GAP_30);
  margin-bottom: var(--GAP_30);
  border-bottom: 1px dashed var(--GRAY02);
}
.faq__content .faq-q {
  font-weight: 500;
}
.faq__content .faq-a {
  padding-top: 12px;
  font-size: 14px;
}
.faq__content .faq-q,
.faq__content .faq-a {
  position: relative;
  padding-left: 52px;
}
.faq__content .faq-q::before,
.faq__content .faq-a::before {
  display: block;
  width: 32px;
  height: 40px;
  position:absolute;
  top: 0;
  left: 0;
  content: '';
}
.faq__content .faq-q::before {
  background: url('../images/faq_q.png') center/contain no-repeat;
}
.faq__content .faq-a::before {
  background: url('../images/faq_a.png') center/contain no-repeat;
}
.faq__content .faq-a + .faq-q {
  margin-top: var(--GAP_50);
}
@media screen and (min-width: 768px){
  .faq__container {
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .faq__nav {
    flex-basis: 22.8%;
    flex-shrink: 0;
  }
  .faq__nav__list {
    padding-right: 19%;
  }
  .faq__content {
    flex-basis: 66.66%;
  }
  .faq__content .faq-q {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .faq-anchor {
    margin-bottom: var(--GAP_30);
  }
  .faq__content p + .faq-anchor {
    margin-top: var(--GENERALSEC);
  }
}
@media screen and (max-width: 767px){
  .faq__container {
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .faq__nav {
    flex-basis: 100%;
  }
  .faq__content {
    flex-basis: 100%;
  }
  .faq__content .faq-q {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .faq__content p + .faq-anchor {
    margin-top: var(--GENERALSEC);
  }
}

.page-header--singlePage .page-header__container{
  height: unset;
  max-height: unset;
}
@media screen and (min-width: 768px){
  .page-header--singlePage .page-header__title .__title__ja{
    font-size: 25px;
    text-align: left;
  }
}
@media screen and (max-width: 767px){
  .page-header--singlePage .page-header__container{
    padding-block: 60px 30px;
  }
  .page-header--singlePage .page-header__title .__title__ja{
    font-size: 20px;
    text-align: left;
  }
}