@charset "UTF-8";
@import url("https://use.typekit.net/juf6lix.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #fe3d32;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 150px;
  height: 108px;
  background-image: url(../images/title_load.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 75px);
  top: calc(50% - 54px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

header {
  width: 100%;
  padding: 30px 30px 0;
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
}
header .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
header .inner.on h1 {
  opacity: 1;
}
header .inner.on .month {
  opacity: 1;
}
header .inner h1 {
  width: 150px;
}
header .inner .month {
  width: 60px;
}

.visual {
  width: 100%;
  padding: 60px 0 20px;
  position: relative;
}
.visual h2 {
  width: 155px;
  position: absolute;
  bottom: 0;
  left: 12%;
  z-index: 1;
}
.visual .main_slider ul.slider li {
  width: 33.3333333333vw;
  margin-right: 10px;
  border-radius: 12px;
}
.visual .main_slider ul.slider li img {
  backface-visibility: hidden;
  border-radius: 12px;
}

nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 30px;
  left: 40px;
  z-index: 5;
}
nav ul li:not(:last-child) {
  margin-right: 5px;
}
nav ul li span {
  color: #FFF;
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: horizontal-tb;
}
nav ul li a {
  color: #FFF;
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: horizontal-tb;
  transition: all 0.25s ease-in 0s;
}
nav ul li a:hover {
  color: #fe3d32;
}

/* common credits------ */
.credits > div {
  width: 100%;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong {
  color: #000;
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #000;
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
.credits > div dl dt span:nth-child(2)::after {
  content: "(TAX IN)";
  margin-left: 5px;
  display: inline-block;
}
.credits > div dl dd {
  width: 60px;
  margin-left: 20px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 1px 9px;
  border: solid 1px #000;
  display: block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  opacity: 0.7;
}
.credits > div dl dd span {
  display: none;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 0;
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 0;
}

/* -------------------- */
main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .bg_color01 {
  width: 100%;
  margin-bottom: 150px;
}
main .bg_color01.on .sec {
  opacity: 1;
}
main .bg_color01 .sec {
  padding: 150px 0;
  background-color: #000;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .bg_color01 .sec:not(:last-child) {
  padding: 150px 0 0;
}
main .sec {
  width: 100%;
  padding: 0px;
}
main .sec#lead {
  width: 600px;
  margin: 100px auto 150px;
  padding-bottom: 0;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: left;
  border-bottom: none;
}
main .sec#lead.on .lead_text {
  opacity: 1;
}
main .sec#lead .lead_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec:not(:last-child) {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: dashed 1px #000;
}
main .sec#sec24 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec24 ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec24 ul li {
  width: 270px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#sec24 ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .sec#sec24 ul li span {
  color: #000;
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  width: 100px;
}
main .sec#sec24 ul li a {
  color: #000;
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: 150px;
}
main .sec#sec24 ul li a:hover {
  color: #666666;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  /* Webkitベースのブラウザ用のスクロールバーのカスタマイズ */
}
main .sec .insec .event_description {
  width: 600px;
  margin: 0 auto 80px;
}
main .sec .insec .event_description.on h3, main .sec .insec .event_description.on .photo, main .sec .insec .event_description.on .text {
  opacity: 1;
}
main .sec .insec .event_description.type2 {
  width: 800px;
}
main .sec .insec .event_description h3 {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  padding: 0 0 40px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
main .sec .insec .event_description .photo {
  opacity: 0;
  transition: all 0.5s ease-in 0.2s;
  margin: 0 auto;
  border: solid 1px #000;
  border-radius: 12px;
}
main .sec .insec .event_description .photo img {
  border-radius: 12px;
}
main .sec .insec .event_description .text {
  opacity: 0;
  transition: all 0.5s ease-in 0.4s;
  padding: 30px 0 0;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .insec .items {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 5vw;
  overflow-x: scroll; /* 横スクロールを有効にする */
  overflow-y: hidden;
  white-space: nowrap; /* 子要素を横並びにする */
  scrollbar-width: thin; /* スクロールバーの幅を薄くする */
  scrollbar-color: #000 #f1f1f1;
}
main .sec .insec .items.on li {
  opacity: 1;
}
main .sec .insec .items.mar {
  margin: 60px auto 80px;
}
main .sec .insec .items ul {
  display: flex; /* Flexboxで横並びにする */
  padding: 0;
  margin: 0;
}
main .sec .insec .items li {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  width: 31.6666666667%;
  flex: 0 0 auto; /* 子要素が自動的に縮まないようにする */
  padding-right: 10px; /* 各アイテム間の間隔を調整 */
  padding-bottom: 20px;
}
main .sec .insec .items li .img {
  width: 100%;
}
main .sec .insec .items li .img img {
  border-radius: 12px;
}
main .sec .insec .items li .credit {
  padding: 10px 0 0 2px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .insec .items li .credit:last-child {
  padding: 10px 0 0 2px;
}
main .sec .insec .items li .credit a {
  text-decoration: underline;
}
main .sec .insec .items::-webkit-scrollbar {
  height: 8px; /* スクロールバーの高さ */
}
main .sec .insec .items::-webkit-scrollbar-track {
  background: #f1f1f1; /* スクロールバーのトラックの背景色 */
}
main .sec .insec .items::-webkit-scrollbar-thumb {
  background: #000; /* スクロールバーの色 */
}
main .sec .insec .items::-webkit-scrollbar-thumb:hover {
  background: #000; /* ホバー時のスクロールバーの色 */
}
main .sec .insec .items2 {
  width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
main .sec .insec .items2.on li {
  opacity: 1;
}
main .sec .insec .items2.mar {
  margin: 60px auto 80px;
}
main .sec .insec .items2 ul {
  display: flex; /* Flexboxで横並びにする */
  padding: 0;
  margin: 0;
}
main .sec .insec .items2 li {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  width: calc((100% + 10px) / 2);
  flex: 0 0 auto; /* 子要素が自動的に縮まないようにする */
  padding-right: 10px; /* 各アイテム間の間隔を調整 */
}
main .sec .insec .items2 li .img {
  width: 100%;
}
main .sec .insec .items2 li .img img {
  border-radius: 12px;
}
main .sec .insec .items2 li .credit {
  padding: 10px 0 0 2px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .insec .items2 li .credit:last-child {
  padding: 10px 0 30px 2px;
}
main .sec .insec .items2 li .credit a {
  text-decoration: underline;
}
main .sec .insec .items3 {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
main .sec .insec .items3.on li {
  opacity: 1;
}
main .sec .insec .items3 ul {
  display: flex; /* Flexboxで横並びにする */
  padding: 0;
  margin: 0;
}
main .sec .insec .items3 li {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  width: 33.3333333333%;
  flex: 0 0 auto; /* 子要素が自動的に縮まないようにする */
  padding-right: 10px; /* 各アイテム間の間隔を調整 */
}
main .sec .insec .items3 li .img {
  width: 100%;
}
main .sec .insec .items3 li .img img {
  border-radius: 12px;
}
main .sec .insec .items3 li .credit {
  padding: 10px 0 0 2px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .insec .items3 li .credit:last-child {
  padding: 10px 0 30px 2px;
}
main .sec .insec .items3 li .credit a {
  text-decoration: underline;
}
main .sec .insec .items_1col {
  width: 800px;
  margin: 0 auto 60px;
}
main .sec .insec .items_1col.noMar {
  margin-bottom: 0;
}
main .sec .insec .items_1col img {
  border-radius: 12px;
}
main .sec .insec .items_1col_s {
  width: 400px;
  margin: 0 auto;
}
main .sec .insec .items_1col_s img {
  border-radius: 12px;
}
main .sec .insec .items_1col_s .credit {
  padding: 10px 0 0 2px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .insec .items_1col_s .credit:last-child {
  padding: 10px 0 30px 2px;
}
main .sec .insec .items_1col_s .credit a {
  text-decoration: underline;
}
main .sec .insec .caption {
  width: 600px;
  margin: 0 auto;
  padding: 60px 0 80px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .insec .caption.on p {
  opacity: 1;
}
main .sec .insec .caption p {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .caption p:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .insec .event_info {
  width: 600px;
  margin: 60px auto 0;
}
main .sec .insec .event_info.on .inner {
  opacity: 1;
}
main .sec .insec .event_info .inner {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  padding: 50px;
  border: solid 1px #000;
  border-radius: 12px;
}
main .sec .insec .event_info .inner h4 {
  padding: 0 0 5px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
}
main .sec .insec .event_info .inner .date {
  padding: 0;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
}
main .sec .insec .event_info .inner .date span {
  font-size: 1.2rem;
  display: block;
  padding-top: 10px;
}
main .sec .insec .event_info .inner .date:not(:last-child) {
  margin-bottom: 15px;
}
main .sec .insec .event_info .inner .photo {
  width: 60%;
  margin: 30px auto 0;
}
main .sec .insec .event_info .inner .photo a {
  padding: 0;
  background: transparent;
}
main .sec .insec .event_info .inner .photo a:hover {
  background: transparent;
}
main .sec .insec .event_info .inner .photo img {
  margin-bottom: 10px;
}
main .sec .insec .event_info .inner .text {
  margin: 50px auto 0;
  padding: 50px 0 0;
  text-align: left;
  border-top: solid 1px #000;
}
main .sec .insec .event_info .inner .text.noborder {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
main .sec .insec .event_info .inner .text dl:not(:last-child) {
  margin-bottom: 40px;
}
main .sec .insec .event_info .inner .text dl dt {
  padding: 0 0 10px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
main .sec .insec .event_info .inner .text dl dd {
  padding: 0;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
main .sec .insec .event_info .inner .text dl dd p {
  padding-bottom: 10px;
}
main .sec .insec .event_info .inner .text dl dd span {
  font-weight: 700;
}
main .sec .insec .event_info .inner .text .link {
  display: block;
}
main .sec .insec .event_info .inner .text .link p.narrow {
  width: 60%;
  margin: 0 auto;
}
main .sec .insec .event_info .inner .text .link p a {
  padding: 2px;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  background: #000;
}
main .sec .insec .event_info .inner .text .link p a:hover {
  background: #fe3d32;
  color: #000;
}
main .sec .insec .event_info .inner .text.nontitle {
  margin: 0 auto;
  padding: 0;
  border-top: none;
}
main .sec .insec.type1 {
  width: 45%;
}
main .sec .insec.type1.on .photo {
  opacity: 1;
}
main .sec .insec.type1.on .credits {
  opacity: 1;
}
main .sec .insec.type1 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type1 .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec.type1 .credits {
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec .staff_credit {
  padding: 100px 0 0;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
}
main .sec#archive {
  width: 100%;
  margin: 0 auto 100px;
  padding-bottom: 0;
}
main .sec#archive.on .lead_text {
  opacity: 1;
}
main .sec#archive h4 {
  color: #000;
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
main .sec#archive .inner {
  width: 840px;
  margin: 0 auto;
}
main .sec#archive .inner ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#archive .inner ul li {
  width: 25%;
  padding: 0 5px 10px;
}
main .sec#archive .inner ul li .data {
  display: none;
}

footer {
  text-align: left;
  width: 100%;
  padding: 50px 0 90px 0;
  margin: 100px auto 0;
  border-top: solid 1px #000;
  background-color: #000;
}
footer .infoot {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #FFF;
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  color: #666666;
}
footer .infoot div p {
  color: #FFF;
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
footer .infoot .pgtop a {
  color: #FFF;
  font-family: "alternate-gothic-extra-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #666666;
  text-decoration: underline;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  header {
    padding: 10px 10px 0;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .inner.on h1 {
    opacity: 1;
  }
  header .inner.on .month {
    opacity: 1;
  }
  header .inner h1 {
    width: 90px;
  }
  header .inner .month {
    width: 40px;
  }
  .visual {
    padding: 30px 0 10px;
    position: relative;
  }
  .visual h2 {
    width: 150px;
    bottom: -10px;
    left: 20px;
  }
  .visual .main_slider ul.slider li {
    width: 80vw !important;
    margin-right: 8px;
  }
  nav h1 {
    top: 7px;
    right: 10px;
    left: auto;
  }
  nav ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 20px;
    left: 10px;
  }
  /* common credits------ */
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    text-align: left;
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    color: #000;
    font-family: "alternate-gothic-extra-cond", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:nth-child(1) {
    margin: 0 0 5px 0;
  }
  .credits > div dl dt strong:nth-child(2) {
    margin: 0px;
  }
  .credits > div dl dt strong span:first-child {
    margin: 0px;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "alternate-gothic-extra-cond", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  .credits > div dl dd {
    width: 50px;
    margin-left: 20px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "alternate-gothic-extra-cond", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 1px 9px;
    border: solid 1px #000;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  .credits > div dl dd span {
    display: none;
  }
  /* -------------------- */
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .bg_color01 {
    width: 100%;
    margin-bottom: 80px;
  }
  main .bg_color01.on .sec {
    opacity: 1;
  }
  main .bg_color01 .sec {
    padding: 80px 0;
    background-color: #000;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .bg_color01 .sec:not(:last-child) {
    padding: 80px 0 0;
  }
  main .bg_color01 .sec:first-child {
    padding: 0;
  }
  main .bg_color02 {
    width: 100%;
  }
  main .bg_color02.on .sec {
    opacity: 1;
  }
  main .bg_color02 .sec {
    padding: 80px 0;
    background-color: #eadcc6;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .bg_color02 .sec:not(:last-child) {
    padding: 80px 0 0;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec#lead {
    width: 80%;
    margin: 60px auto 100px;
  }
  main .sec#lead .lead_text {
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .sec:not(:last-child) {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: dashed 1px #000;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
  }
  main .sec .insec .event_description {
    width: 90%;
    margin: 0 auto 50px;
  }
  main .sec .insec .event_description.type2 {
    width: 90%;
  }
  main .sec .insec .event_description h3 {
    padding: 0 0 20px;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  main .sec .insec .event_description .text {
    padding: 20px 0 0;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  main .sec .insec .items {
    padding: 0 0 0 5vw;
  }
  main .sec .insec .items ul {
    display: flex; /* Flexboxで横並びにする */
    padding: 0;
    margin: 0;
  }
  main .sec .insec .items li {
    width: 80%;
    padding-right: 8px; /* 各アイテム間の間隔を調整 */
  }
  main .sec .insec .items2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 5vw;
    overflow-x: scroll; /* 横スクロールを有効にする */
    overflow-y: hidden;
    white-space: nowrap; /* 子要素を横並びにする */
    scrollbar-width: thin; /* スクロールバーの幅を薄くする */
    scrollbar-color: #000 #f1f1f1;
  }
  main .sec .insec .items2.mar {
    margin: 50px auto 60px;
  }
  main .sec .insec .items2 ul {
    display: flex; /* Flexboxで横並びにする */
    padding: 0 8px 0 0;
    margin: 0;
  }
  main .sec .insec .items2 li {
    width: 80%;
    padding-right: 8px; /* 各アイテム間の間隔を調整 */
    padding-bottom: 20px;
  }
  main .sec .insec .items3 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 5vw;
    overflow-x: scroll; /* 横スクロールを有効にする */
    overflow-y: hidden;
    white-space: nowrap; /* 子要素を横並びにする */
    scrollbar-width: thin; /* スクロールバーの幅を薄くする */
    scrollbar-color: #000 #f1f1f1;
  }
  main .sec .insec .items3 ul {
    display: flex; /* Flexboxで横並びにする */
    padding: 0;
    margin: 0;
  }
  main .sec .insec .items3 li {
    width: 80%;
    padding-right: 8px; /* 各アイテム間の間隔を調整 */
  }
  main .sec .insec .items_1col {
    width: 90%;
    margin: 0 auto 20px;
  }
  main .sec .insec .items_1col.noMar {
    margin-bottom: 20px;
  }
  main .sec .insec .items_1col_s {
    width: 90%;
    margin: 0 auto 20px;
  }
  main .sec .insec .caption {
    font-size: 1.2rem;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 60px;
  }
  main .sec .insec .event_info {
    width: 90%;
    margin: 30px auto 0;
  }
  main .sec .insec .event_info .inner {
    padding: 30px;
  }
  main .sec .insec .event_info .inner h4 {
    padding: 0 0 5px;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  main .sec .insec .event_info .inner .date {
    padding: 0;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  main .sec .insec .event_info .inner .date span {
    font-size: 1rem;
    display: block;
    padding-top: 10px;
  }
  main .sec .insec .event_info .inner .photo {
    width: 80%;
    margin: 30px auto 0;
  }
  main .sec .insec .event_info .inner .text {
    margin: 30px auto 0;
    padding: 30px 0 0;
  }
  main .sec .insec .event_info .inner .text dl:not(:last-child) {
    margin-bottom: 30px;
  }
  main .sec .insec .event_info .inner .text dl dt {
    padding: 0 0 8px;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  main .sec .insec .event_info .inner .text dl dd {
    padding: 0;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  main .sec .insec .event_info .inner .text dl dd p {
    padding-bottom: 8px;
  }
  main .sec .insec .event_info .inner .text .link {
    display: block;
  }
  main .sec .insec .event_info .inner .text .link p.narrow {
    width: 80%;
    margin: 0 auto;
  }
  main .sec .insec .staff_credit {
    padding: 80px 0 0;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  main .sec#archive {
    width: 100%;
    margin: 0 auto 80px;
    padding-bottom: 0;
  }
  main .sec#archive .inner {
    width: 90%;
    margin: 0 auto;
  }
  main .sec#archive .inner ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#archive .inner ul li {
    width: 50%;
  }
  main .sec#archive .inner ul li:nth-child(odd) {
    padding: 0 5px 10px 0;
  }
  main .sec#archive .inner ul li:nth-child(even) {
    padding: 0 0 10px 5px;
  }
  footer {
    padding: 40px 0 60px 0;
    margin: 80px auto 0;
  }
  footer .infoot {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #FFF;
    font-family: "alternate-gothic-extra-cond", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
    color: #666666;
  }
  footer .infoot div p {
    color: #FFF;
    font-family: "alternate-gothic-extra-cond", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  footer .infoot .pgtop a {
    color: #FFF;
    font-family: "alternate-gothic-extra-cond", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot .pgtop a:hover {
    color: #666666;
  }
}/*# sourceMappingURL=style.css.map */