
/* ▽▽メインcss取得後に消す？▽▽ */
* {
  padding: 0;
  margin: 0;
}
/* △△メインcss取得後に消す？△△ */


/* ▽▽フェードイン▽▽ */
.lcc37-page-fadein {
  animation: fadein 3s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
/* △△フェードイン△△ */


/* ▽▽jQuery フェードイン▽▽ */
.lcc37-element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.lcc37-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* △△jQuery フェードイン△△ */


/* ▽▽フォント関連▽▽ */
.lcc37-contents {
  font-family: "EB Garamond", "Shippori Mincho", serif;
}

.lcc37-h1, .lcc37-h2, .lcc37-h3, .lcc37-h4, .lcc37-h5, .lcc37-h6, .lcc37-p, .lcc37-small {
  line-height: 2;
  margin-bottom: 16px;
  font-weight: normal;
}

.lcc37-h1 {
  font-size: 40px;
  /* font-family: "Pinyon Script", cursive; */
  font-family: "EB Garamond", "Shippori Mincho", serif;
  line-height: .8;
  /* color: #a48164; */
  background: linear-gradient(0deg, #8c6637 0%, #dba40c 50%, #966606 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display:inline-block;
  line-height: 125%;
}

.lcc37-h2 {
  font-size: 44px;
  font-weight: normal;
  line-height: 1;
}

.lcc37-h2-small {
  font-size: 64%;
  font-weight: bold;
}

.lcc37-h3 {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: bold;
}

.lcc37-h4 {
  font-size: 18px;
  line-height: 1.5;
}

.lcc37-h5 {
  font-size: 17px;
  padding: 16px 0;
}

.lcc37-h6 {
  font-size: 16px;
}

.lcc37-p {
  font-size: 15px;
}

.lcc37-small {
  font-size: 14px;
}

.lcc37-fw-bold {
  font-weight: bold;
}

.lcc37-ff-gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 90%;
  font-weight: 400;
}

.lcc37-br-sp {
  display: none;
}

.lcc37-form-btn-a {
  text-decoration: none;
  color: inherit;
  transition: opacity .3s;
  font-size: 18px;
}

.lcc37-form-btn-a:hover {
  opacity: .7;
}

.lcc37-form-btn {
  text-decoration: none;
  display: block;
  max-width: 300px;
  margin: 32px auto 8px;
  background: linear-gradient(-45deg, #8c6637 0%, #dba40c 50%, #966606 100%);
  color: #fff;
  text-align: center;
  padding: 12px;
  transition: background-color .5s;
}

.lcc37-form-btn:hover {
  background: #000;
  color: #fff;
}
/* △△フォント関連△△ */


.lcc37-hero, .lcc37-contents {
  padding: 0;
  margin: 0;
}

.lcc37-hero-pc, .lcc37-hero-sp {
  vertical-align: top;
  width: 100%;
}

.lcc37-hero-sp {
  display: none;
}

.lcc37-contents {
  background-image: url(../../assets/images/original/concert_37th-background.jpg);
  background-position: top;
  padding: 40px 0;
  text-align: center;
}

/* .lcc37-banner {
  max-width: 960px;
  margin: 0 auto;
}

.lcc37-banner-small {
  width: 100%;
} */

.lcc37-bg-box {
  background-color: rgba(255, 255, 255, .95);
  max-width: 800px;
  margin: 80px auto;
  padding: 80px;
}

.lcc37-bg-box-form {
  margin: 80px auto 0;
}

.lcc37-interview-position {
  height: 108px;
}

.lcc37-bg-box-intvw {
  margin: 0 auto;
}

.lcc37-bg-box-inquiry {
  margin-bottom: 80px;
}

.lcc37-container {
  margin: 0 24px;
}

.lcc37-invitation {
  margin-top: 64px;
}

.lcc37-invitation-txt {
  font-size: 24px;
  line-height: 2;
  color: #fff;
}

.lcc37-invitation-txt-bold {
  font-weight: bold;
  color: rgb(255, 236, 126);
}

.lcc37-overview-wrap {
  text-align: left;
  max-width: 624px;
  display: inline-block;
  margin: 0 auto;
}

.lcc37-interview a:hover {
  opacity: .8;
}

.lcc37-interview-pic {
  width: 640px;
}

.lcc37-interview-pic-sp {
  display: none;
}

.lcc37-program-wrap {
  display: flex;
  gap: 16px;
}

.lcc37-program-p {
  margin-bottom: 0px;
}

.lcc37-program-gothic {
  color: #104771;
}

.lcc37-program-p-etc {
  text-align: right;
}

.lcc37-program-small {
  margin-left: 128px;
}


/* インタビュー */

.lcc37-intvw-contents {
  background: linear-gradient(90deg, #527B99 0%, #fff 10%, #fff 50%, #fff 90%, #527B99 100%);
  padding: 80px 0 80px 0;
}

.lcc37-intvw-menu {
  background-image: url(../../assets/images/original/concert_37th-background.jpg);
  padding: 12px 0;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
}

.lcc37-intvw-menu-txt-wrap {
  display: flex;
  justify-content: space-between;
  width: 720px;
  margin: 0 auto;
}

.lcc37-intvw-menu-txt-wrap a {
  text-decoration: none;
  text-align: center;
}

.lcc37-intvw-menu-txt-jp {
  color: #fff;
  font-size: 16px;
  font-family: "EB Garamond", "Shippori Mincho", serif;
}

.lcc37-intvw-menu-txt-en {
  font-size: 20px;
  font-family: "Pinyon Script", cursive;
  color: #dba40c;
  margin-top: -1px;
}

.lcc37-intvw-content-wrap {
  width: 720px;
  margin: 0 auto;
}

.lcc37-intvw-hero-pic {
  vertical-align: top;
  width: 100%;
}

.lcc37-intvw-hero-pic-sp {
  display: none;
}

.lcc37-intvw-h0 {
  font-size: 56px;
  font-family: "Pinyon Script", cursive;
  line-height: 1;
  font-weight: lighter;
  background: linear-gradient(0deg, #8c6637 0%, #dba40c 50%, #966606 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display:inline-block;
  line-height: 125%;
  text-align: center;
}

.lcc37-intvw-h3 {
  text-align: center;
  margin-bottom: 40px;
}

.lcc37-intvw-photo {
  width: 100%;
  margin-bottom: 40px;
}

.lcc37-intvw-lead {
  font-weight: 400;
  text-align: left;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 80px;
}

.lcc37-intvw-QA {
  margin-bottom: 40px;
  text-align: left;
}

.lcc37-intvw-Q {
  font-weight: 500;
  text-align: left;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 24px;
  color: #527B99;
}

.lcc37-intvw-Q-dash {
  letter-spacing: -0.2em;
}

.lcc37-intvw-QA-wrap {
  background-color: #527B99;
}

.lcc37-intvw-h3-mssg {
  margin-top: 80px;
  margin-bottom: 2px;
  font-weight: 400;
  color: #AA7F21;
  display:inline-block;
}

.lcc37-movie {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 720px;
  height: 405px;
}

.lcc37-interview-MOV-position {
  height: 64px;
}


/* Q&A */

.lcc37-interview-QA-position {
  height: 64px;
  background: linear-gradient(90deg, #527B99 0%, #fff 10%, #fff 50%, #fff 90%, #527B99 100%);
}

.lcc37-QA-contents {
  font-family: "EB Garamond", "Shippori Mincho", serif;
  background: linear-gradient(90deg, #527B99 0%, #CEE0F1 10%, #CEE0F1 50%, #CEE0F1 90%, #527B99 100%);
  padding: 40px 0 160px 0;
}

.lcc37-QA-content-wrap {
  width: 720px;
  margin: 0 auto;
}

.lcc37-QA-title-pic-pc {
  width: 100%;
}

.lcc37-QA-title-pic-sp {
  display: none;
}

.lcc37-QA {
  background-color: #fff;
  padding: 56px;
  margin-top: 64px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lcc37-Q {
  display: flex;
  gap: 24px;
  align-items: start;
}

.lcc37-Q-large {
  font-size: 200%;
  margin-top: -4px;
  color: #a48164;
}

.lcc37-A {
  display: flex;
  gap: 24px;
  align-items: start;
  border-top: #CAD1DB 1px solid;
  padding-top: 24px;
}

.lcc37-A-large {
  font-size: 200%;
  margin-top: -4px;
  color: #527B99;
}

.lcc37-h5-Q {
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0px;
}

.lcc37-h5-A {
  padding: 0;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
}

.lcc37-p-A {
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
}

.lcc37-btn-contents {
  background-image: url(../../assets/images/original/concert_37th-background.jpg);
  padding: 80px 0;
}

.lcc37-btn-contents-wrap {
  max-width: 664px;
  margin: 0 auto;
  background-image: url(../../assets/images/original/concert_37th-background_2.jpg);
  padding: 40px 24px;
}

.lcc37-btn-contents h3{
  color: #fff ;
  font-size: 18px;
  line-height: 2;
}



/* ==================================================== */
/* レスポンシブ */


@media (max-width: 800px) {

.pc-space {
  display: none;
}


/* ▽▽フォント関連▽▽ */
.lcc37-h1, .lcc37-h2, .lcc37-h3, .lcc37-h4, .lcc37-h5, .lcc37-h6, .lcc37-p, .lcc37-small {
  margin-bottom: 12px;
}

.lcc37-h1 {
  font-size: 28px;
}

.lcc37-h2 {
  font-size: 24px;
}

.lcc37-h3 {
  font-size: 17px;
  margin-bottom: 24px;
  font-weight: bold;
}

.lcc37-h4 {
  font-size: 16px;
}

.lcc37-h5 {
  font-size: 15px;
  padding: 12px 0;
}

.lcc37-h6 {
  font-size: 14px;
}

.lcc37-p {
  font-size: 13px;
}

.lcc37-small {
  font-size: 11px;
}

.lcc37-br-sp {
  display: block;
}

.lcc37-br-pc {
  display: none;
}

.lcc37-form-btn-a {
  font-size: 16px;
}
/* △△フォント関連△△ */


.lcc37-hero-pc {
  display: none;
}

.lcc37-hero-sp {
  display: block;
}

/* .lcc37-contents {
  padding: 24px 0 4px;
} */

.lcc37-bg-box {
  margin: 64px auto;
  padding: 56px 32px;
}

.lcc37-bg-box-form {
  margin: 64px auto 0;
}

.lcc37-interview-position {
  height: 84px;
}

.lcc37-bg-box-intvw {
  margin: 0 auto;
}

.lcc37-bg-box-inquiry {
  margin-bottom: 80px;
}

.lcc37-invitation {
  margin-top: 0px;
}

.lcc37-invitation-txt {
  font-size: 16px;
}

.rcc-36-p-wrap {
  text-align: left;
}

.lcc37-interview-pic {
  width: 100%;
}

.lcc37-interview-pic-sp {
  display: block;
}

.lcc37-interview-pic-pc {
  display: none;
} 

.lcc37-program-wrap {
  flex-direction: column;
  gap: 0;
}

.lcc37-program-p {
  margin-bottom: 0px;
}

.lcc37-program-p-etc {
  text-align: right;
}

.lcc37-program-small {
  margin-left: 0px;
}


/* インタビュー レスポンシブ*/

.lcc37-intvw-contents {
  background: none;
  padding: 64px 0 0px 0;
}

.lcc37-intvw-menu-txt-wrap {
  width: 320px;
}

.lcc37-intvw-menu-txt-en {
  font-size: 14px;
}

.lcc37-intvw-menu-txt-jp {
  font-size: 12px;
}

.lcc37-intvw-hero-pic-pc {
  display: none;
}

.lcc37-intvw-hero-pic-sp {
  display: block;
}

.lcc37-intvw-content-wrap {
  width: 100%;
}

.lcc37-intvw-h0 {
  font-size: 56px;
}

.lcc37-intvw-h3 {
  margin-bottom: 28px;
}

.lcc37-intvw-h3-mssg {
  margin-top: 0px;
}

.lcc37-intvw-lead {
  margin-bottom: 56px;
}

.lcc37-movie {
  margin-top: 16px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
}

.lcc37-intvw-QA-fin {
  margin-bottom: 0px;
}

.lcc37-interview-MOV-position {
  height: 88px;
}


/* Q&A レスポンシブ*/

.lcc37-interview-QA-position {
  background: #fff;
  height: 56px;
}

.lcc37-QA-content-wrap {
  width: 100%;
}

/* .lcc37-QA-h0 {
  font-size: 40px;
} */

.lcc37-QA-title-pic-pc {
  display: none;
}

.lcc37-QA-title-pic-sp {
  display: block;
  width: 100%;
}


.lcc37-QA-contents {
  padding: 40px 0 80px 0;
  background: #CEE0F1;
}

.lcc37-QA {
  padding: 28px;
  gap: 8px;
  margin-top: 40px;
}

.lcc37-Q-large {
  margin-top: -4px;
}

.lcc37-A-large {
  margin-top: -4px;
}

.lcc37-A {
  padding-top: 16px;
}

.lcc37-h5-Q {
  margin-bottom: 0px;
  line-height: 1.5;
}

.lcc37-h5-A {
  margin-bottom: 0px;
  line-height: 1.5;
}

.lcc37-p-A {
  margin-bottom: 0px;
}

.lcc37-btn-contents {
  padding: 56px 0;
}

.lcc37-intvw-h3-mssg {
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: 400;
}

.lcc37-btn-contents h3{
  font-size: 13px;
}


}
