@charset "UTF-8";
/*==========================
	add common css
============================*/
.w-80per {
  width: 80%;
}

@media (min-width: 640px) and (max-width: 1000px) {
  .w-md-80per {
    width: 80%;
  }
}
.rounded-5 {
  border-radius: 5px;
}

/*==========================
	#event overwrite
============================*/
article {
  width: 100%;
  margin: auto;
}

article a {
  color: #333;
  transition: 0.2s linear;
}

article a:hover {
  color: #333;
  opacity: 0.6;
}

.bread {
  /* padding-top: 90px; */
  background: none !important;
  /* border: #f00 thin solid; */
}

.bread__inner.inner {
  max-width: 1200px;
  /* padding-top: 25px; */
  padding-bottom: 0px;
  /* border: #f00 thin solid; */
}

@media print, screen and (max-width: 900px) {
  main {
    padding-top: 10px;
  }
  .bread {
    display: none !important;
  }
  .bread {
    padding-top: 90px;
    background: none !important;
  }
}
/*==========================
	 common
============================*/
/* fonts */
.gray_aaa {
  color: #aaa;
}

.gray_999 {
  color: #999;
}

.orange {
  color: #dd7a0e;
}

/*

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

*/
.noto-sans-jp-900 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.btn {
  padding: 3px 10px 2px;
  color: #dd7a0e;
  display: inline-block;
  border: #dd7a0e thin solid;
}

.apply_btn a {
  color: #fff;
  background: #c8373c;
}

/*==========================
	 contents
============================*/
@media print, screen and (max-width: 1000px) {
  /* #contents {
    padding-top: 40px;
  } */
}
@media print, screen and (max-width: 900px) {
  /* #contents {
    padding-top: 30px;
  } */
}
/*==========================
	 title
============================*/
#title {
  background: url(../img/1x/bg_title_pc_all.png) top center no-repeat;
}

.title_box {
  width: 95%;
  max-width: 1200px;
  min-height: 526px;
  margin: auto;
  background: url(../img/bookcover.jpg) no-repeat top right;
}

#title h1 {
  width: 88%;
  /* max-width: 938px; */
  max-width: 1048px;
  margin-bottom: 10px;
}

#title .h1_pc {
  max-width: 1048px;
  display: block;
}

#title .h1_mob {
  display: none;
}

/* #title .date {
} */
@media screen and (max-width: 1280px) {
  #title {
    background: url(../img/1x/bg_title_all_1200.png) top center no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  #title .date {
    font-size: 60px;
  }
}
@media print, screen and (max-width: 900px) {
  #title {
    background: none;
  }
  .title_box {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    background: none;
  }
  #title h1 {
    width: 100%;
    max-width: 100%;
    /* margin-bottom: 10px; */
    margin-bottom: 0;
  }
  #title .h1_pc {
    display: none;
  }
  #title .h1_mob {
    display: block;
  }
  #title .date {
    width: 90%;
    margin: auto auto 60px;
  }
}
/*==========================
	 outline
============================*/
#outline {
  background: #c9bc9c;
  padding-top: 60px;
  padding-bottom: 60px;
}

#outline .lv_02 {
  width: 98%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 60px 15px 90px;
  background: #fff;
}

.issue {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px 30px;
  /* border: #c9bc9c 1px solid; */
  border: #dd7a0e thin dotted;
}

.issue h4 {
  border-bottom: #dd7a0e thin solid;
}

.issue li::before {
  content: "◆";
  /*◆*/
  color: #dd7a0e;
  margin-right: 5px;
}

#outline h2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 15px;
  color: #fff;
  background: #dd7a0e;
}

#outline h3 {
  padding: 20px 0 15px;
  color: #fff;
  background: #dd7a0e;
}

#outline h4 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  border-bottom: #dd7a0e thin solid;
}

.date_detail .icon {
  color: #fff;
  /* background-color: #dd7a0e; */
  background-color: #8e795e;
  display: inline-block;
  padding: 0 15px;
}

@media print, screen and (max-width: 900px) {
  #outline {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #outline .lv_02 {
    width: 90%;
    padding: 30px 15px 60px;
  }
  .issue {
    width: 100%;
    padding: 15px 30px 30px;
  }
  #outline h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: #dd7a0e thin solid;
  }
}
/*==========================
	 book
============================*/
.book_info .box {
  margin-left: 3%;
  margin-right: 3%;
}

@media print, screen and (max-width: 900px) {
  .book_info .box {
    margin-bottom: 60px;
  }
}
/*==========================
	 apply
============================*/
#apply {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 0;
  border: #dd7a0e 2px solid;
}

@media print, screen and (max-width: 900px) {
  #apply {
    width: 95%;
    padding: 15px 15px;
  }
}
/*==========================
	 performer
============================*/
.performer .flexbox .txtbox {
  width: 75%;
  text-align: left;
}

.performer .flexbox figure {
  width: 20%;
}

@media print, screen and (max-width: 900px) {
  .performer .flexbox figure {
    width: 60% !important;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .performer .flexbox .txtbox {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
/*==========================================
	// id #access
============================================*/
#access h3 {
  color: #333;
  border-bottom: #9d4753 2px solid;
}

#access .txtbox {
  text-align: left;
}

#access figure {
  text-align: left;
}

#access .mapbox iframe {
  width: 80%;
  margin: auto;
  height: 450px;
}

@media print, screen and (max-width: 900px) {
  #access .mapbox iframe {
    width: 100%;
    margin: auto;
    height: 300px;
  }
}
/*=====================
	// 202511 追記分
=======================*/
#contents {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  body .main {
    margin-top: 50px !important;
  }
}

#title {
  position: relative;
  background: url(../img/1x/bg_pc.jpg) top center no-repeat;
  background-size: cover;
}
#title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
}
#title .title_box {
  background: url(../img/bookcover.jpg) no-repeat;
  background: none;
  background-size: 160px;
  background-position: right 50px top 100px;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #title .title_box {
    padding-bottom: 80px;
  }
}
#title .title_box .ttl_logo {
  width: 250px;
  position: relative;
  margin: 0 0 0 auto;
  top: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #title .title_box .ttl_logo {
    width: 160px;
    margin-right: 10px;
  }
}
#title .title_box h1 {
  width: 50%;
  margin: 30px auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #title .title_box h1 {
    width: 74%;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
#title .title_box h1 .h1_pc {
  max-width: initial;
  width: 100%;
}
#title .title_box .date {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 110px 0 auto;
  font-size: 1.6em;
  background: #fffc35;
  padding: 10px 20px;
  color: #000;
  position: relative;
  z-index: 2;
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  #title .title_box .date {
    font-size: 18px;
    margin: 0px auto 0px 30px;
    bottom: -50px;
    padding: 6px 16px;
  }
}
@media screen and (max-width: 380px) {
  #title .title_box .date {
    font-size: 14px;
    padding: 6px 10px;
  }
}
#title .title_box .date span {
  font-size: 1.2em;
  display: inline-block;
  margin-left: 7px;
  vertical-align: bottom;
}
#title .ttl_pianist {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 36%;
  margin-left: 2%;
  mix-blend-mode: multiply;
  opacity: 0.35;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  #title .ttl_pianist {
    width: 70%;
  }
}
#title .ttl_notes {
  position: absolute;
  z-index: 1;
  top: 32px;
  right: 20px;
  width: 49%;
  mix-blend-mode: multiply;
  opacity: 0.35;
}
@media screen and (max-width: 767px) {
  #title .ttl_notes {
    width: 69%;
    top: 134px;
  }
}
#title .ttl_book {
  position: absolute;
  z-index: 1;
  right: 60px;
  top: 104px;
  width: 15%;
  max-width: 160px;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  #title .ttl_book {
    width: 22%;
    top: initial;
    bottom: 30px;
    right: 20px;
  }
}
#title .ttl_book::after {
  content: "";
  display: block;
  position: absolute;
  height: 90%;
  aspect-ratio: 1/1;
  background: #fffc35;
  top: 7%;
  right: -14%;
  border-radius: 120px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #title .ttl_book::after {
    width: initial;
    height: 90%;
    aspect-ratio: 1/1;
    background: #fffc35;
    top: 0px;
    right: -12px;
    border-radius: 100%;
    z-index: -1;
  }
}

#outline {
  background: #fffed7;
  position: relative;
}
#outline .lv_02 {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #outline .lv_02 {
    margin-top: 40px;
    padding-top: 40px;
  }
}
#outline .ol_catch {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 600;
  background: #fffc35;
  background: #fff;
  color: #000;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 10px 20px;
  border: 4px solid #000;
}
@media screen and (max-width: 767px) {
  #outline .ol_catch {
    font-size: 18px;
    top: 50px;
  }
}
#outline .ol_checkpoint {
  background: #efefef;
  padding-top: 40px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #outline .ol_checkpoint {
    width: 96%;
  }
}
#outline .ol_checkpoint div {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #outline .ol_checkpoint div {
    flex-direction: column;
  }
}
#outline .ol_checkpoint div ul {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #outline .ol_checkpoint div ul {
    width: 86%;
    margin: 0 auto;
  }
}
#outline .ol_checkpoint div ul:nth-of-type(1) {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  #outline .ol_checkpoint div ul:nth-of-type(1) {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
#outline .ol_checkpoint div ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #outline .ol_checkpoint div ul li {
    font-size: 14px;
  }
}
#outline .ol_checkpoint div ul li:nth-of-type(3) {
  margin-bottom: 0;
}
#outline .ol_checkpoint div ul li::before, #outline .ol_checkpoint div ul li::after {
  content: "";
  display: block;
  position: absolute;
}
#outline .ol_checkpoint div ul li::before {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #000000;
  left: 0;
  top: 6px;
}
#outline .ol_checkpoint div ul li::after {
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  width: 18px;
  height: 10px;
  transform: rotate(-45deg);
  left: 6px;
  top: 6px;
}
#outline .ol_checkpoint p {
  text-align: center;
}
#outline .ol_checkpoint p:nth-of-type(1) {
  margin: 20px auto;
}
#outline .ol_checkpoint p:nth-of-type(2) {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
  color: #ec4438;
}
@media screen and (max-width: 767px) {
  #outline .ol_checkpoint p:nth-of-type(2) {
    font-size: 18px;
    margin-bottom: -20px;
  }
}
#outline .ol_suggestion {
  padding: 80px 40px 20px;
  background: #fff;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #outline .ol_suggestion {
    width: 96%;
    padding: 80px 0px 0;
  }
}
#outline .ol_suggestion::before {
  content: "";
  position: absolute;
  height: 66px;
  width: 100%;
  clip-path: polygon(50% 100%, 105% 0%, -5% 0%);
  background-color: #cfcfcf;
  left: 0;
  top: 0px;
}
#outline .ol_suggestion::after {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #efefef;
  left: 0;
  top: 0;
}
#outline .ol_suggestion .ol_sg_first .ol_sg_catch {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 10px 20px;
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: -6px;
  text-align: center;
  text-decoration-color: #fffc35;
  text-decoration-thickness: 16px;
}
@media screen and (max-width: 767px) {
  #outline .ol_suggestion .ol_sg_first .ol_sg_catch {
    font-size: 18px;
  }
}
#outline .ol_suggestion .ol_sg_first .ol_sg_catch span {
  font-weight: 600;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  #outline .ol_suggestion .ol_sg_first .ol_sg_catch span {
    font-size: 1.1em;
  }
}
#outline .ol_suggestion .ol_sg_first p:nth-of-type(2) {
  background: #fff;
  border: 1px solid #000;
  padding: 20px 30px;
}
#outline .ol_suggestion .ol_sg_second {
  margin-top: 40px;
}
#outline .ol_suggestion .ol_sg_second p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#outline .ol_suggestion .ol_sg_second p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #outline .ol_suggestion .ol_sg_second p:nth-of-type(1) {
    font-size: 18px;
    text-align: center;
  }
}
#outline h2 {
  color: #000000;
  background: #fff06e;
  border-bottom: #fff06e thin solid;
}
#outline .date_detail .icon {
  background-color: #6d9491;
}
#outline #apply {
  border: #c8373c 2px solid;
}
#outline #apply h4 {
  border-bottom: #c8373c thin solid;
}

@media screen and (max-width: 767px) {
  #outline > div:nth-child(2) > div > div.date_detail.mb_45 > div.w-89per.mx-auto.text-center.mb-90 > div > div.w-100.w-md-83_8per.fs-20 > p {
    font-size: 18px;
  }
}

#outline > div:nth-child(2) > div > div.date_detail.mb_45 > div.w-89per.mx-auto.text-center.mb-90 > div > div.w-56per.w-md-16_2per.mx-auto > img {
  border: 1px solid #dbdbdb;
}

.advance_notice {
  height: 50vh;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .advance_notice {
    margin-top: 60px;
  }
}
.advance_notice .head {
  width: 300px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .advance_notice .head {
    width: 260px;
  }
}/*# sourceMappingURL=event_styles.css.map */