@charset "UTF-8";
/*=================
	// overwrite
===================*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&display=swap");
@media screen and (min-width: 1000px) {
  body .main {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
.bread__inner.inner {
  max-width: 1200px;
}

@media screen and (max-width: 640px) {
  .header.miyajiHeader .header__logo a {
    padding-top: 23px;
    position: absolute;
  }
}
/*=================
	// add selector
===================*/
/* width */
.mw-1200 {
  max-width: 1200px;
}

.mw-1260 {
  max-width: 1260px;
}

.mw-1300 {
  max-width: 1300px;
}

/* margin */
.me-minus-05 {
  margin-right: -5px;
}

.me-minus-10 {
  margin-right: -10px;
}

.me-minus-15 {
  margin-right: -15px;
}

.me-minus-18 {
  margin-right: -18px;
}

.me-minus-20 {
  margin-right: -20px;
}

/* font size */
.fs-70 {
  font-size: 70px;
}

.fs-80 {
  font-size: 80px;
}

.fs-90 {
  font-size: 90px;
}

.fs-100 {
  font-size: 100px;
}

@media (min-width: 640px) {
  .fs-sm-70 {
    font-size: 70px;
  }
  .fs-sm-76 {
    font-size: 76px;
  }
  .fs-sm-80 {
    font-size: 80px;
  }
  .fs-sm-90 {
    font-size: 90px;
  }
  .fs-sm-100 {
    font-size: 100px;
  }
}
@media (min-width: 1000px) {
  .fs-md-70 {
    font-size: 70px;
  }
  .fs-md-80 {
    font-size: 80px;
  }
  .fs-md-90 {
    font-size: 90px;
  }
  .fs-md-100 {
    font-size: 100px;
  }
}
/*=================
	// bg color
===================*/
.bg-key-red {
  background-color: #c8373c;
}

.bg-gold {
  background-color: #bf932e;
}

.bg-pink {
  background-color: #bc373c;
}

.bg-beige {
  background-color: #ece5db;
}

/*=================
	// arrow
===================*/
.arrow {
  width: 8px;
  height: 10px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.arrow.gold {
  background-color: #bf932e;
}

/*=================
	.btn 
===================*/
.btn {
  color: #948061;
  border: #a58f6b thin solid;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
}

.btn-s {
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 2px;
}

.btn-L {
  font-size: 20px;
  padding: 15px 0;
  border-radius: 2px;
}

.btn-red {
  background-color: #c8373c;
  border-radius: 2px;
}

.btn-beige {
  background-color: #a58f6b;
  border-radius: 2px;
}

.btn-end {
  color: #999;
  background-color: #eee;
  border-radius: 2px;
}

.btn-red {
  background-color: #c8373c;
  border-radius: 2px;
}

/*=================
	//  text color
===================*/
.text-white {
  color: #fff;
}

.text-gold {
  color: #bf932e;
}

.text-mocha {
  color: #a58f6b;
}

.text-999 {
  color: #999;
}

.text-666 {
  color: #666;
}

.text-555 {
  color: #555;
}

.text-333 {
  color: #333;
}

.text-end-i {
  color: #aaa !important;
}

/* .text-pink {
  color: #cc6875;
} */
/*=================
	//  font
===================*/
.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

.f-serif {
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
  line-height: 1.4;
}

.f-en {
  font-family: "lucida_calligraphy";
}

/* .noto-serif-jp-<uniquifier > {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/*=================
	//  alpha
===================*/
.alpha-0_7 {
  opacity: 0.7;
}

/*=================
	// layout
===================*/
.read_more {
  display: none;
}

@media screen and (max-width: 640px) {
  .mobHidetxt {
    display: none;
  }
  .read_more {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border: #bf932e thin solid;
    display: block;
    cursor: pointer;
  }
}
/*=================
	title background
===================*/
.title-outer-1 {
  background: url(../img/1x/bg_sprash_pc.png) no-repeat top center;
}

/*.title-outer-2 {
  background: url(../img/1x/bg_title_pc_left.png) no-repeat top left;
}*/
.title-outer-2 {
  background: url(../img/1x/bg_title_pc_right.png) no-repeat top right;
}

.title-outer-3 {
  background: url(../img/1x/bg_lights.png) no-repeat center center;
}

@media screen and (max-width: 1500px) {
  .title-outer-1 {
    background: url(../img/1x/bg_sprash_pc.png) no-repeat top center;
    background-size: contain;
  }
  .title-outer-2 {
    background: url(../img/1x/bg_title_pc_right.png) no-repeat bottom right;
    background-size: 70%;
  }
  .title-outer-3 {
    background: url(../img/1x/bg_lights_mob.png) no-repeat top left;
    background-size: 100%;
  }
}
@media screen and (max-width: 900px) {
  .title-outer-4 {
    background: url(../img/1x/snow_blue2_mob.png) no-repeat bottom center;
    background-size: contain;
  }
}
/*=================
	title element
===================*/
h1 {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

h1 .noto {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

h1 .maintxt {
  font-size: 80px;
  line-height: 1.15;
}

#title .en {
  font-family: "Pinyon Script", cursive;
  font-weight: normal;
  color: #aaa;
  margin-top: 10px;
  padding: 0 30px 0;
  background: url(../img/common/bg_h1_en.png) repeat-x center center;
}

#mv {
  max-width: 578px;
}

/*=================
	// headding
===================*/
#contents_outer {
  background: #eaefdc;
}

.section {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 0 10px 0 #eaefdc;
  /*
  box-shadow:横方向のずれ 下方向のずれ ぼかしの大きさ 影の広がり 影の色;
  */
}

.section h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  /* font-size: 36px; */
  text-align: center;
  color: #fff;
  background-color: #6cc1a1;
}

#contents h4 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
  color: #000;
}

h4 .en {
  font-size: 16px;
  font-style: italic;
  margin-left: 10px;
}

h4 .inst {
  color: #fff;
  background: linear-gradient(to right, #fff 0, #bf932e 15%, #bf932e 85%, #fff 100%);
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  padding: 0 30px;
  vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
  #contents {
    width: 95%;
  }
}
@media print, screen and (max-width: 640px) {
  #contents h3 {
    font-size: 30px;
  }
  #contents h4 {
    line-height: 1.1;
  }
  #contents h4 {
    display: block;
  }
}
/*=================
	// local-nav
===================*/
#local-nav {
  width: 86%;
  margin: auto;
}

#local-nav li {
  width: 100%;
  margin-bottom: 10px;
}

#local-nav a {
  font-size: 16px;
  padding: 13px 0;
  color: #fff;
  background: #bf932e;
  border-radius: 3em;
  display: block;
  position: relative;
}

#local-nav a:after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  top: 45%;
  right: 8%;
  position: absolute;
  transform: rotate(-45deg);
  transform: rotate(-45deg) translate(25%, -25%);
}

@media screen and (min-width: 1000px) {
  #local-nav li {
    width: 24%;
    margin-bottom: 0;
  }
}
/*=================
	#outline
===================*/
.date_detail .icon {
  padding: 2px 10px 2px;
  border-radius: 2px;
  color: #fff;
  background-color: #a58f6b;
  display: inline-block;
}

.indent_gold::before {
  content: "●";
  color: #a58f6b;
  margin-right: 5px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 640px) {
  .timetable li {
    display: inline-block;
  }
  .timetable li::after {
    content: "／";
    color: #666;
    margin-right: 5px;
  }
  .timetable li:last-child:after {
    content: none;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 640px) {
  #outline dt {
    font-size: 16px;
  }
}
/*=====================
	// #access
=======================*/
@media print, screen and (max-width: 640px) {
  #access iframe {
    height: 360px;
  }
}
/*=====================
	// 202511_koki_kuroiwa 追記分
=======================*/
html {
  scroll-behavior: smooth;
}

.bread {
  background: #fff;
}

main {
  background: #cdcdcd;
}
main .title-outer-1, main .title-outer-2, main .title-outer-3, main .title-outer-4 {
  background: none;
}
main .title-wrapper {
  background: #cdcdcd;
  overflow: hidden;
}
main .title-outer-1 {
  background: url(../img/stars3.jpg);
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  main .title-outer-1 {
    max-width: 1600px;
    margin: 0 auto;
  }
}
main .title-outer-1 #title {
  padding: 30px 0 40px;
}
@media print, screen and (min-width: 1000px) {
  main .title-outer-1 #title {
    padding-top: 60px;
  }
}
main .title-outer-1 h1 {
  position: relative;
  z-index: 4;
  text-align: left;
}
@media screen and (max-width: 640px) {
  main .title-outer-1 h1 {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  main .title-outer-1 h1 {
    padding-left: 0;
  }
}
main .title-outer-1 h1::after {
  content: "";
  display: block;
  width: 60%;
  height: 10px;
  background-image: url(../img/h1-title_bg2.png);
  background-size: 40%;
  background-repeat: repeat-x;
  margin-top: 20px;
  margin-bottom: 10px;
  z-index: 3;
}
@media print, screen and (min-width: 1000px) {
  main .title-outer-1 h1::after {
    margin-left: 0;
  }
}
main .title-outer-1 h1 div:has(.h1-info) {
  filter: drop-shadow(3px 3px 1.6px rgb(223, 220, 226));
}
main .title-outer-1 h1 .h1-info {
  background: linear-gradient(90deg, #757475 0%, #9E9E9E 5%, #E8E8E8 25%, #9E9E9E 39%, #757575 44%, #757475 50%, #9E9E9E 58%, #E8E8E8 69%, #9E9E9E 75%, #d5d5d5 90% 100%);
  background-repeat: no-repeat;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  color: #161616;
  margin-bottom: 30px;
  text-shadow: -2px -2px 2px #ededed, 1px 1px 0px #b9b9b9;
  --notchSize: 14px;
  clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
}
@media print, screen and (min-width: 1000px) {
  main .title-outer-1 h1 .h1-info {
    padding: 14px 20px;
    margin-bottom: 40px;
  }
}
main .title-outer-1 h1 .h1-info span {
  padding: 0 !important;
  margin: 0;
  border: none;
}
main .title-outer-1 h1 .h1-title-wrapper {
  white-space: nowrap;
}
main .title-outer-1 h1 .h1-title-wrapper .h1-name, main .title-outer-1 h1 .h1-title-wrapper .h1-sub {
  background-image: url(../img/h1-name_bg.png);
  /* background-repeat: no-repeat; */
  background-repeat: repeat;
  background-position: bottom;
  /* background-size: cover; */
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
main .title-outer-1 h1 .h1-title-wrapper .h1-name {
  display: inline-block;
  letter-spacing: 20px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1000px) {
  main .title-outer-1 h1 .h1-title-wrapper .h1-name {
    margin-bottom: 16px;
  }
}
main .title-outer-1 h1 .h1-title-wrapper .h1-title, main .title-outer-1 h1 .h1-title-wrapper .h1-title-sp {
  background-image: url(../img/h1-title_bg1.png);
  /* background-repeat: no-repeat; */
  background-repeat: repeat;
  background-position: bottom;
  /* background-size: cover; */
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
main .title-outer-1 h1 .h1-en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  background-image: url(../img/h1-title_bg1.png);
  /* background-repeat: no-repeat; */
  background-repeat: repeat;
  background-position: bottom;
  /* background-size: cover; */
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  letter-spacing: 4px;
  text-align: left;
  padding-left: 30px;
}
@media print, screen and (min-width: 1000px) {
  main .title-outer-1 h1 .h1-en {
    padding-left: 60px;
  }
}
main .title-outer-1 h1 .h1-en::before, main .title-outer-1 h1 .h1-en::after {
  content: none;
}
@media screen and (max-width: 640px) {
  main .title-outer-1 h1 .h1-en {
    padding-left: 0;
    font-size: 16px;
    letter-spacing: 3px;
  }
}
main .title-outer-1 .mv-date {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  position: relative;
  z-index: 4;
  color: #fff;
  margin-bottom: 40px;
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  main .title-outer-1 .mv-date {
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  main .title-outer-1 .mv-date {
    margin-bottom: 10px;
  }
}
main .title-outer-1 .mv-figure {
  position: absolute;
  width: 310px;
  bottom: -170px;
  right: -50px;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  main .title-outer-1 .mv-figure {
    width: 52%;
    bottom: -80px;
    right: -54px;
  }
}
@media print, screen and (min-width: 1000px) {
  main .title-outer-1 .mv-figure {
    width: 310px;
    bottom: -170px;
    right: -10px;
  }
}
@media print, screen and (min-width: 1100px) {
  main .title-outer-1 .mv-figure {
    width: 310px;
    bottom: -170px;
    right: -10px;
  }
}
@media print, screen and (min-width: 1200px) {
  main .title-outer-1 .mv-figure {
    width: 360px;
    bottom: -160px;
  }
}
@media print, screen and (min-width: 1300px) {
  main .title-outer-1 .mv-figure {
    width: 360px;
    bottom: -170px;
    right: 40px;
  }
}
@media print, screen and (min-width: 1400px) {
  main .title-outer-1 .mv-figure {
    width: 360px;
    bottom: -170px;
    right: 100px;
  }
}
@media print, screen and (min-width: 1500px) {
  main .title-outer-1 .mv-figure {
    width: 360px;
    bottom: -170px;
    right: 120px;
  }
}
main .title-outer-3 {
  position: relative;
}
main .title-outer-3::before {
  content: "";
  width: 50%;
  background: #000c23;
  opacity: 0.89;
  position: absolute;
  height: 100%;
  z-index: 2;
}
main .title-outer-3::after {
  content: "";
  width: 50%;
  background: url(../img/cp9.png);
  background-size: contain;
  background-size: cover;
  background-position-x: 12px;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  z-index: 2;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  main .title-outer-3::after {
    background-position-x: -40px;
  }
}
@media print, screen and (min-width: 1000px) {
  main .title-outer-3::after {
    background-size: contain;
    background-position: right;
  }
}
main .title-outer-3 .g-mask {
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 12, 35, 0), rgba(0, 12, 35, 0.9));
  top: 0;
  right: 0;
  z-index: 3;
}
main #contents_outer {
  background: #cdcdcd;
}
main #contents_outer #local-nav {
  width: 90%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1000px) {
  main #contents_outer #local-nav {
    margin-bottom: 60px;
  }
}
main #contents_outer #local-nav ul {
  width: 100%;
  margin-bottom: 0;
}
@media print, screen and (min-width: 1000px) {
  main #contents_outer #local-nav ul {
    width: 89%;
  }
}
main #contents_outer #local-nav ul li {
  width: 32.6%;
}
main #contents_outer #local-nav ul li a {
  background: #000c23;
  background: linear-gradient(0deg, #000c23 0%, #002852 50%, #000c23 100%);
  border-radius: 0;
  padding: 20px 0;
  font-size: 14px;
}
@media print, screen and (min-width: 1000px) {
  main #contents_outer #local-nav ul li a {
    padding: 20px;
    font-size: 16px;
  }
}
main #contents_outer #local-nav ul li a .en {
  display: block;
  text-align: center;
}
main #contents_outer #local-nav ul li a .jp {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media print, screen and (min-width: 1000px) {
  main #contents_outer #local-nav ul li a .jp {
    font-size: 20px;
  }
}
main #contents_outer #local-nav ul li a::after {
  top: initial;
  bottom: 8px;
  right: 50%;
  left: 50%;
}
@media print, screen and (min-width: 1000px) {
  main #contents_outer #local-nav ul li a::after {
    top: 45%;
    right: 8%;
    bottom: initial;
    left: initial;
  }
}
@media print, screen and (min-width: 1000px) {
  main #contents_outer .ev-program {
    width: 60%;
  }
}
@media print, screen and (min-width: 1100px) {
  main #contents_outer .ev-program {
    width: 44%;
  }
}
main #contents_outer .ev-program ul li {
  margin-bottom: 20px;
}
main #contents_outer .ev-program ul li .prg-en {
  display: block;
}
main #contents_outer .section h3 {
  background: #000c23;
  background: linear-gradient(0deg, #000c23 0%, #002852 50%, #000c23 100%);
}/*# sourceMappingURL=styles.css.map */