@charset "utf-8";

html,body {
  font-family: Meiryo , sans-serif;
  -moz-font-family: Meiryo , sans-serif;
  -webkit-font-family: Meiryo , sans-serif;
  -o-font-family: Meiryo , sans-serif;
  -ms-font-family: Meiryo , sans-serif;
  font-size: 10px;
  color: #222222;
}
.jp {
  font-family: dnp-shuei-mincho-pr6 , serif;
  -moz-font-family: dnp-shuei-mincho-pr6 , serif;
  -webkit-font-family: dnp-shuei-mincho-pr6 , serif;
  -o-font-family: dnp-shuei-mincho-pr6 , serif;
  -ms-font-family: dnp-shuei-mincho-pr6 , serif;
}
.en { font-family: Meiryo, sans-serif; }

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -moz-object-fit: cover;
  -moz-object-position: center center;
}

a {
  font-size: 14px;
  width: 100%;
  height: 100%;
  /* transition: all .8s; */
}
a:hover {
  opacity: .7;
  transition: all .8s;
}

a.btn__01 {
  color: #fff;
  background-color: #666666;
}
a.btn__01:hover {
  background-color: #000;
  transition: all .8s;
  opacity: 1;
}

a.btn__02,
div.btn__02 {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 48px;
  /* padding: 1.5em 4em; */
  border-radius: 32px;
  margin: 0 auto;
}

a.btn__03 {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 100;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0.5em 2em 0 0;
}
a.btn__03::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: all .8s;
}
a.btn__03:hover::after {
  right: -0.5em;
  transition: all .8s;
}

a.btn__04 {
  margin-left: 2em;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 32px;
  padding: 0.2em 0.5em;
  transition: color .8s , background-color .8s;
}
a.btn__04:hover {
  color: #fff;
  background-color: #000;
  transition: color .8s , background-color .8s;
}

a.btn__05 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  width: max-content;
  border-radius: 32px;
  padding: 1em 2.5em;
  margin: 0 auto;
  transition: color .8s , background-color .8s;
}
a.btn__05:hover {
  transition: color .8s , background-color .8s;
}
a.btn__05.__white {
  color: #519090;
  background-color: #fff;
}
a.btn__05.__white:hover {
  color: #fff;
  background-color: #519090;
}
a.btn__05.__green {
  color: #fff;
  background-color: #519090;
}
a.btn__05.__green:hover {
  color: #519090;
  background-color: #fff;
}






a.btn__roadshow,
.btn__comingsoon,
.btn__link {
  position: relative;
  color: #fff;
}
a.btn__roadshow.__small {
  font-size: 10px;
}
a.btn__roadshow.__17,
.btn__comingsoon.__17,
.btn__link.__17 {
  background-color: #519090;
}
a.btn__roadshow.__18,
.btn__comingsoon.__18,
.btn__link.__18 {
  background-color: #447957;
}
a.btn__roadshow.__19,
.btn__comingsoon.__19,
.btn__link.__19 {
  background-color: #D9A16A;
}
a.c-peatix {
  display: block;
  background-color: #75B9B9;
  padding: 0.5em 0 0;
}
a.c-peatix > img {
  background-color: #fff;
  padding: 0 2.2em;
}
a.c-peatix > span {
  display: block;
  font-size: 15px;
  color: #fff;
}



/* a.btn__roadshow:hover {
  background-color: rgba(109,5,14,.75);
  opacity: 1;
} */

/* .btn__comingsoon:hover {
  color: #222222;
  background-color: #222222;
}
.btn__comingsoon::before {
  content: "Coming soon";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  color: rgba(255,255,255,0);
  z-index: -1;
  transition: all .8s;
}
.btn__comingsoon:hover::before {
  color: rgba(255,255,255,1);
  background-color: #222222;
  z-index: 1;
} */


.slick-track {
  display: flex;
}
/* .slick-slider,
.slick-list,
.slick-track {
  height: 283px;
} */
.slick-slide {
  height: auto;
}



.clr__white { color: #FFF;}
.clr__black { color: #000;}
.clr__silver { color: #e2e2e2;}
.clr__m1 { color: #519090;}
.clr__m2 { color: #6D050E;}
.clr__m3 { color: #222222;}
.clr__m4 { color: #666666;}
.clr__m5 { color: #05296D;}

.bgclr__white { background-color: #fff;}
.bgclr__black { background-color: #000;}
.bgclr__m1 { background-color: #75B9B9;}
.bgclr__m2 { background-color: #6D050E;}
.bgclr__m3 { background-color: #222222;}
.bgclr__m4 {
  background: linear-gradient(0deg, #FFCD3C, #91BA75, #1BA6B2);
  background: -webkit-linear-gradient(0deg, #FFCD3C, #91BA75, #1BA6B2);
}
.bgclr__m5 {
  /*背景の色と形状*/
  background: linear-gradient(0deg, #1BA6B2, #91BA75, #FFCD3C);
  background: -webkit-linear-gradient(0deg, #1BA6B2, #91BA75, #FFCD3C);
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
}
.bgclr__m5:hover {
  color: #fff;
  background-position: 99% 50%;
}

.pc { display: block; }
.sp { display: none; }
.____none { display: none; }


.width-max {
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
}

.container,
.container__inner {
  margin: 0 auto;
}
.container,
.p-mainvisual,
.p-view__ticket,
.p-view__aff {
  /* min-width: 990px; */
}

.container__max,
.container ,
.container__inner {
  width: 100%;
}
.container__max {
  max-width: 1440px;
}
.container {
  max-width: 990px;
}
.container__inner {
  width: 684px;
}

.ta-c { text-align: center; }
.ta-l { text-align: left; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-17 { font-size: 17px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-24 { font-size: 24px; }
.fs-28 { font-size: 28px; }
.fs-30 { font-size: 30px; }
.fs-36 { font-size: 36px; }
.fs-72 { font-size: 72px; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.lh-32 { line-height: 32px; }
.lh-60 { line-height: 60px; }
.ls-2 { letter-spacing: 2px; }
.pdg-tb50 { padding: 50px 0; }
.pdg-t20 { padding-top: 20px;}
.mrg-0a { margin: 0 auto; }
.mrg-20a { margin: 20px auto; }
.mrg-30a { margin: 30px auto; }
.mrg-10-a-10-0 { margin: 10px auto 10px 0; }
.mrg-20-a-20-0 { margin: 20px auto 20px 0; }

.br-08 { border-radius: 8px; }
.br-16 { border-radius: 16px; }
.br-24 { border-radius: 24px; }
.br-32 { border-radius: 32px; }

.c-ttl__01 {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 2px;
}
.c-ttl__02 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
}
.c-ttl__03 {
  font-size: 20px;
}
.c-ttl__04 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.c-ttl__04 > .__small {
  font-size: 14px;
}
.c-ttl__05 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 30px;
}
.c-ttl__05 span {
  font-size: 15px;
}
.c-ttl__06 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  padding: 30px 0;
}
.c-ttl__07 {
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5em;
  white-space: nowrap;
}
.c-ttl__08 {
  text-align: center;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 1.4em;
}
.c-ttl__09 {
  font-size: 13px;
  text-align: left;
  width: 85%;
  margin: 0 auto;
  line-height: 1.7em;
}
.c-ttl__10 {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
}



.c-lbl__01 {
  width: fit-content;
  width: -moz-fit-content;
  font-size: 36px;
  letter-spacing: 2px;
  margin: 0 auto;
}
.c-lbl__02 {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  padding: 50px 0;
  margin: 0 auto;
}
.c-lbl__02 > span {
  display: block;
  font-size: 28px;
}
.c-lbl__02 > span.__youbi {
  font-size: 14px;
}
.c-lbl__02::before,
.c-lbl__02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
.c-lbl__02::before {
  width: 2.8em;
  height: 2.8em;
  border: 2px solid;
}
.c-lbl__02::after {
  width: 2.5em;
  height: 2.5em;
  border: 4px solid;
}

.c-lbl__02.__17 {
  color: #519090;
}
.c-lbl__02.__18 {
  color: #447957;
}
.c-lbl__02.__19 {
  color: #D9A16A;
}

.c-lbl__03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-lbl__03 > span {
  display: inline-block;
}
.c-lbl__03 > span:nth-of-type(1) {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2em;
}
.c-lbl__03 > span:nth-of-type(2) {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

/* .c-lbl__03 {
  position: relative;
}
.c-lbl__03 > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: 100%;
  padding-right: 1em;
}
.c-lbl__03 > span::after {
  content: "";
  width: 100%;
  border-top: 1px solid #fff;
} */

.c-lbl__04 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  width: fit-content;
  width: -moz-fit-content;
  padding: 6px 12px;  
}

.c-lbl__05 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  text-align: center;
  color: #6D050E;
  font-weight: 600;
  width: 100%;
}
.c-lbl__05 > span {
  width: 6em;
}
.c-lbl__05::before,
.c-lbl__05::after {
  content: "";
  top: 50%;
  width: 50%;
  height: 1px;
  background-color: #6D050E;
}

.c-lbl__05.__01,
.c-lbl__05.__02 {
  font-size: 30px;
  font-weight: 300;
  color: #519090;
}
.c-lbl__05.__01 > span {
  width: 14em;
}
.c-lbl__05.__01::before,
.c-lbl__05.__01::after,
.c-lbl__05.__02::before,
.c-lbl__05.__02::after {
  background-color: #519090;
}








.c-s__01 {
  font-size: 18px;
  font-weight: 600;
}
.c-s__02 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.7em;
}
.c-s__02 > span {
  font-size: 1.5em;
}
.c-s__03 {
  font-size: 16px;
}
.c-s__04 {
  text-align: justify;
  font-size: 16px;
  font-weight: 100;
  line-height: 2em;
}
.c-s__05 {
  text-align: justify;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 2em;
}
.c-s__06 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.c-s__06 > span {
  font-size: 18px;

}
.c-s__07 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.c-s__07 > span {
  font-size: 17px;
}


.c-brd__01 {
  border-top: 1px solid #6D050E;
  border-bottom: 1px solid #6D050E;
}
.c-brd__02 {
  border-top: 1px solid #05296D;
  border-bottom: 1px solid #05296D;
}



.c-ul {
  list-style: inside;
  list-style-position: outside;
  list-style-type: auto;
  margin-left: 1em;
}

.c-ul__01 li {
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1em;
}
.c-ul__01 li::before {
  display: inline;
  content: "※";
}

.c-ul__02 {
  text-align: center;
  line-height: 2em;
}
.c-ul__03 {
  text-align: center;
  line-height: 1.5em;
  font-size: 14px;
}





.c-dl__01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-dl__01 dh {
  width: 30%;
  text-align: right;
}
.c-dl__01 dd {
  width: 70%;
}

.c-dl__01__ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}
.c-dl__01__ dt {
  width: 4em;
  font-weight: 400;
  text-align: left;
  text-align-last: justify;
  text-justify: inter-ideograph;
  margin-right: 1em;
}
.c-dl__01__ dd {
  width: calc(100% - 5em);
}

.c-dl__02__ {
  line-height: 24px;
  padding: 10px 0;
}
.c-dl__02__ dt {
  position: relative;
  font-size: 14px;
}
.c-dl__02__ dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 5em);
  height: 1px;
  background-color: #000;
}
.c-dl__02__ dd {
  font-size: 16px;
  padding-bottom: 20px;
}

.c-dl__03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
  line-height: 2em;
}
.c-dl__03 dt {
  position: relative;
  width: calc(100% - 5em);
  background-color: #fff;
  z-index: 1;
}
.c-dl__03 dt span {
  padding-right: 1em;
}
.c-dl__03 dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  border-top: 1px dotted #000;
  z-index: -1;
}
.c-dl__03 dd {
  width: 5em;
  text-align: right;
  /* text-align-last: justify;
  text-justify: inter-ideograph; */
}

.c-dl__04 > dd {
  font-size: 14px;
  text-align: center;
  line-height: 2;
  letter-spacing: 1px;
  width: 330px;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 2em;
}
.c-dl__04 > dd.__left {
  text-align: justify;
}
.c-dl__04 > dd > span {
  font-size: 12px;
  letter-spacing: 0;
}
/* .c-dl__04 > dd > a {
  margin-left: 2em;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 32px;
  padding: 0.2em 0.5em;
  transition: color .8s , background-color .8s;
}
.c-dl__04 > dd > a:hover {
  color: #fff;
  background-color: #000;
  transition: color .8s , background-color .8s;
} */

.c-dl__05 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-dl__05 > dt {
  text-align: left;
  letter-spacing: 0;
  width: 45%;
  margin-bottom: 0.5em;
}
.c-dl__05 > dd {
  width: 55%;
  margin-bottom: 0.5em;
}

.c-dl__06 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto;
}
.c-dl__06 > dt {
  text-align: right;
  width: 30%;
  margin-bottom: 1em;
}
.c-dl__06 > dd {
  text-align: left;
  width: 70%;
  padding-left: 1em;
  margin-bottom: 1em;
}
















.c-hr__01 {
  width: 80%;
  margin: 0 auto;
}

.c-totoppage {
  position: fixed;
  bottom: 10%;
  right: 10%;
  width: 120px;
  height: 120px;
  z-index: 9;
}



/* ヘッダー */
.p-header {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 320px;
  width: 100%;
  height: 96px;
  background-color: #fff;
  z-index: 10;
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
.p-header__inner .__logo {
  width: 300px;
}

/* メインビジュアル */
.p-mainvisual {
  position: relative;
  height: 670px;
  min-height: 670px;
  /* width: 100%; */
  margin-top: 96px;
  background: no-repeat center center / cover url(../img/topview-bg.png) rgba(109,5,14,1);
  overflow-x: hidden;
}
.p-mainvisual__ol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: calc(100vh - 60px);
  min-height: 660px;
  height: inherit;
}
.p-mainvisual__ol .__logo.__jp {
  position: absolute;
  top: -5em;
  right: -3em;
  width: 500px;
  height: auto;
}
.p-mainvisual__ol .__logo.__jp img {
  height: 500px;
}
.p-mainvisual__ol .__logo.__en {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: auto;
}
.p-mainvisual__ol .__sentence {
  position: absolute;
  bottom: 1em;
  left: 0;
  text-align: left;
  font-size: 24px;
}
.p-mainvisual__ol .__sentence > span {
  display: block;
  font-size: 32px;
  color: #000;
  background-color: #fff;
  line-height: 48px;
  padding: 0 5px 0 50px;
  margin-top: 0.5em;
  width: fit-content;
  width: -moz-fit-content;
}
.p-mainvisual__ol .__sentence > span.__2 {
  font-size: 50px;
  line-height: 68px;
  font-weight: 500;
  letter-spacing: 2px;
}
.p-mainvisual__ol .__sentence > span.__3 {
  padding-right: 2em;
}


.p-s01,
.p-s02 {
  margin-bottom: 10em;
}
.p-s02 > div {
  padding-top: 4em;
  padding-bottom: 4em;
}
.p-s02 > .__btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.p-s02 > .__btn > a {
  display: block;
  width: 240px;
  text-align: center;
  margin-bottom: 1em;
}

.p-s01 .__head {
  margin: 10em auto 55px;
}
.p-s01 .__head > * {
  margin-bottom: 1.5em;
}
.p-s01 .__head .__end {
  font-size: 32px;
  font-weight: 600;
  line-height: 58px;
  text-align: center;
}

.p-past .c-ttl__02 {
  font-size: 26px;
  letter-spacing: 0;
}


.p-s01 .__body .__main > h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1em;
}
.p-s01 .__body .__main > p {
  margin-bottom: 5em;
}
.p-s01 .__body {
  position: relative;
}
.p-s01 .__body .__popup__close {
  cursor: pointer;
  font-size: 20px;
  text-align: right;
  margin-bottom: 1em;
}
.p-s01 .__body .__popup__click {
  cursor: pointer;
}
.p-s01 .__body .__popup {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 4em 0;
  border-radius: 16px;
  margin: 0 auto;
  z-index: -1;
  background: no-repeat bottom right / 20% #6D050E url(../img/icon-org.svg);
  background-position-y: 108%;
  background-position-x: 102%;
}
.p-s01 .__body .__popup.is-active {
  opacity: 1;
  z-index: 9999;
}


.p-s01 .__body .__popup .__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-s01 .__body .__popup .__body .__l {
  width: 75%;
  padding-right: 2em;
  font-size: 13px;
}
.p-s01 .__body .__popup .__body .__r {
  width: 25%;
}




.p-s01 .__body .__event {
  margin-bottom: 100px;
}
.p-s01 .__body .__event > h2,
.p-s01 .__body .__food > h2 {
  margin-bottom: 1em;
}
.p-s01 .__body .__event .__part {
  margin-bottom: 100px;
}
.p-s01 .__body .__event .__part > * {
  margin-bottom: 30px;
}

.p-s01 .__body .__event .__part .__label {
  margin-bottom: 2em;
}
.p-s01 .__body .__event > p {
  margin-bottom: 1em;
}
.p-s01 .__body .__event .__title {
  margin: 1.5em 0;
}










.p-s01 .__ticket {
  width: fit-content;
  width: -moz-fit-content;
  padding: 1em;
  margin: 0 auto;
}
.p-s01 .__ticket > a {
  margin-top: 1em;
}



.p-te {
  padding: 100px 0;
}
.p-te h2.__title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 80px;
}
.p-te h3.__title {
  font-size: 48px;
  margin-bottom: 40px;
}
.p-te .__outline,
.p-te .__movie,
.p-te .p-guest {
  padding: 100px 0 0;
}
.p-te .__movie > p {
  text-align: center;
  font-size: 14px;
  color: #ff0000;
  margin-bottom: 20px;
}
.p-te .__movie .__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2em;
}
.p-te .__movie .__list li {
  width: calc(50% - 1em);
}
.p-te .__movie .__list li p {
  color: #000;
  font-size: 18px;
  text-align: center;
  line-height: 2;
  letter-spacing: 1px;
}





.p-information {
  font-size: 14px;
  line-height: 1.3;
  padding: 1.5em 0;
}
.p-information.__sns {
  text-align: center;
}
.p-information.__sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
.p-information.__sns ul li {
  width: 36px;
  height: auto;
  margin-right: 2em;
}
.p-information.__sns ul li:last-of-type {
  margin-right: 0;
}



.p-view__aff {
  text-align: center;
  padding: 100px 0;
}
.p-view__aff .__image {
  width: 160px;
  margin: 0 auto;
}

.p-view__ts {
  margin-bottom: 100px;
}
.p-view__ts__head {
  padding: 50px 0;
}

.p-view__ts .container {
  padding: 0 30px;
}
.p-view__ts__foot div {
  padding: 50px 0;
}
.p-view__ts__foot a {
  display: block;
  padding: 20px 30px;
  text-align: center;
  letter-spacing: 2px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}














.p-timeschedule {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  padding: 10px 0;
  margin: 0 10px;
}
.p-timeschedule.under {
  border-bottom: 1px solid #000;
}
.p-timeschedule dt {
  position: relative;
  width: 5.3em;
}
.p-timeschedule dt::after {
  content: "-";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.p-timeschedule dd {
  width: calc(100% - 6em);
}

.p-timeschedule hr {
  width: 100%;
  border-top: 1px dotted #000;
  margin: 10px 0;
}

.p-view__ticket {
  padding-bottom: 80px;
}
.p-view__ticket .__head {
  padding: 1em 0;
}


.p-view__ticket__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-view__ticket__body > section {
  width: 50%;
}
.p-view__ticket__body > section:nth-of-type(1) {
  padding: 20px;
}
.p-view__ticket__body > section:nth-of-type(1) > p {
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.p-view__ticket__body > section:nth-of-type(1) > ul {
  padding: 1em 0;
}
.p-view__ticket__body > section:nth-of-type(2) {
  padding-left: 10%;
}
.p-view__ticket__body .__end {
  color: red;
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.5em;
}
.p-view__ticket__body .__end > span {
  font-size: 12px;
}

.p-view__ticket.__foot .p-view__ticket__body .c-dl__03 dt {
  color: #fff;
  background-color: #222222;
}
.p-view__ticket.__foot .p-view__ticket__body .c-dl__03 dt::before {
  border-top: 1px dotted #fff;
}
.p-view__ticket.__foot .p-view__ticket__body > section:nth-of-type(1) {
  padding: 0;
}
.p-view__ticket.__foot .p-view__ticket__body .c-dl__03 dd {
  color: #fff;
}



.p-view__film {
  position: relative;
  margin: 10em auto;
}
.p-view__film .container {
  position: relative;
  padding: 0 30px 50px;
}
.p-view__film .container .__popup {
  position: absolute;
  top: -7em;
  right: 10em;
  width: 160px;
  height: 160px;
}

.p-view__film__head {
  padding: 50px 0;
}
.p-view__film__body {
  margin-bottom: 100px;
}
.p-view__film__body .btn__roadshow,
.p-view__film__body .btn__comingsoon,
.p-view__film__body .btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 10px auto;
  transition: all .8s;
}
.p-view__film__foot .c-ttl__02 {
  padding: 50px 0;
}

.p-view__film__foot > section {
  padding-top: 5em;
  margin-bottom: 5em;
}
.p-view__film__foot > section > h2 {
  margin-bottom: 1em;
}

.p-view__film__foot > section .c-lbl__02 {
  padding: 18px 0;
}
.p-view__film__foot > section .__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-view__film__foot > section .__list > li {
  width: 50%;
  padding: 0 2em;
  margin: 0 auto 4em;
  height: 520px;
}
.p-view__film__foot > section .__list > li > * {
  margin-bottom: 1em;
}
.p-view__film__foot > section .__list > li:nth-of-type(2n) {
  border-left: 1px solid #999;
}


.p-view__film__foot > .p-guest {
  margin-bottom: 0;
}

/* 学生映画 */
.p-studentfilm .__head {
  padding: 1em 0;
}
.p-studentfilm .__top > * {
  margin-bottom: 42px;
}






.p-3days,
.p-guest__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-guest__list {
  justify-content: flex-start;
  padding-bottom: 4em;
}
.p-3days li {
  max-width: 300px;
  min-width: 300px;
  width: calc(100% / 3);
  margin-right: 10px;
  padding-bottom: 10px;
}
.p-3days li:last-of-type {
  margin-right: 0;
}

.p-guest__list li {
  position: relative;
  /* max-width: 210px;
  min-width: 210px; */
  width: calc(100% / 3);
  border-right: 1px solid #999;
}
.p-guest .__top > *,
.p-guest__list li > * {
  margin-bottom: 12px;
}
.p-guest__list li:nth-of-type(1),
.p-guest__list li:nth-of-type(3n+4) {
  padding-right: 2em;
}
.p-guest__list li:nth-of-type(3n+2) {
  padding: 0 2em;
}
.p-guest__list li:nth-of-type(3n) {
  padding-left: 2em;
  border: none;
}
.p-guest__list li:not(3n) {
  border-right: 1px solid #999;
}
.p-guest__list li:last-of-type {
  border-right: none;
}



.p-guest__list li:nth-of-type(n+4) {
  margin: 30px 0;
}
/* .p-guest__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.2em;
  transform: translateY(-50%);
  height: 100%;
  border-right: 1px dotted #000;
}
.p-guest__list li:nth-of-type(3n)::after {
  border-right: none;
}
.p-guest__list li:nth-of-type(7)::after {
  border-right: none;
} */

/* .p-guest__list li:last-of-type {
  margin-right: 0;
} */

.p-guest .__top {
  padding-bottom: 4em;
  margin-bottom: 5em;
}
.p-guest .__top.__line {
  border-bottom: 1px solid #999;
}
.p-guest .__top .__image,
.p-guest__list li .__image {
  width: 160px;
  height: 160px;
  margin: 0 auto 1em;
}
.p-studentfilm li .__image {
  width: 100%;
  height: 160px;
  margin: 0 auto 1em;
}
.p-guest .__top .__image.__wide,
.p-guest__list li .__image.__wide {
  width: 100%;
  height: auto;
  padding: 2.5em 0;
}
.p-guest__list li .__name {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-guest .__top .__ex {
  width: 92%;
  margin: 0 auto;
}

.p-view__film__foot > .p-guest__music {
  padding-top: 0;
}
.p-guest__music > p {
  text-align: center;
  margin-bottom: 3em;
}



.p-view__supporter p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 20px 0;
  border-top: 3px solid #6D050E;
  border-bottom: 3px solid #6D050E;
  margin-bottom: 50px;
}














.p-movie-intro li {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  padding: 50px 30px 70px;
  border-radius: 8px;
  background-color: #FFF;
  margin-bottom: 100px;
}
.p-movie-intro li:last-of-type {
  margin-bottom: 0;
}

.p-movie-intro li > * {
  width: 50%;
}
.p-movie-intro li > div {
  padding-left: 10%;
}

.p-settlement > li {
  padding-top: 25px;
}

.p-settlement .__net,
.p-settlement .__place {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
.p-settlement .__place {
  padding-top: 0;
}

.p-settlement .__net li {
  width: 100%;
  /* width: calc(100% / 3); */
}
.p-settlement .__net li a {
  display: block;
  width: 120px;
  padding-bottom: 1em;
}
.p-settlement .__place li {
  width: 100%;
  line-height: 2;
  padding: 8px 0;
  border-bottom: 1px dotted #fff;
}
.p-settlement .__place li:last-of-type {
  border-bottom: none;
}



.p-event-detail {
  padding: 4em 4em 2em;
  background-color: #E9F8F8;
}
.p-event-detail > * {
  margin-bottom: 30px;
}



.p-past {
  position: relative;
  padding: 100px 0;
  z-index: 0;
}
.p-past > div > * {
  margin-bottom: 30px;
}
.p-past::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-past .c-s__01 {
  font-size: 16px;
}
.p-past .c-ttl__02 {
  font-size: 22px;
}
.p-past .c-brd__02 {
  max-width: 400px;
  padding: 1em 0 0.7em;
  margin: 0 auto;
}

.p-past.__202209 {
  background: no-repeat center / cover url('../img/onomichifilmfes-202209.jpg');
}
.p-past.__202209::before {
  background-color: rgba(117,185,185,0.8);
}
.p-past.__202209 .c-lbl__01 {
  color: #fff;
}

.p-past.__202206 {
  background: no-repeat center / cover url('../img/onomichifilmfes-202206.jpg');
}
.p-past.__202206::before {
  background-color: rgba(255,255,255,0.8);
}
.p-past.__202206 .c-lbl__01 {
  color: #519090;
}








footer .__head {
  padding: 6em 0;
}

footer .__body > * {
  padding-bottom: 4em;
}
footer .__body > p {
  padding-bottom: 1em;
}
footer .__body > p .__tel {
  padding-left: 6.5em;
  padding-bottom: 0em;
}
footer .__body > p .__kikan {
  display: block;
  text-align: center;
  font-size: 12px;
}

footer .__aff {
  width: 100px;
  padding: 0;
  margin: 0 0 0 auto;
}

footer .__foot > p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2em;
}












@media screen and (max-width: 980px) {

  .p-3days > li {
    margin: 0 calc(50% - 150px) 30px;
  }
  .p-3days > li:last-of-type {
    margin: 0 auto;
  }

}

@media screen and (max-width: 768px) {

  .pc { display: none; }
  .sp { display: block; }

  .container,
  .p-mainvisual,
  .p-view__ticket,
  .p-view__aff {
    min-width: 100%;
  }

  .container,
  .container__inner {
    max-width: 100%;
    min-width: 320px;
    width: 100%;
    padding: 0 3%;
  }

  .c-ttl__01 {
    font-size: 42px;
    line-height: 1.2em;
  }
  .c-ttl__02 {
    font-size: 18px;
    line-height: 24px;
  }
  .c-ttl__03 {
    font-size: 18px;
  }

  .c-ttl__07 {
    white-space: normal;
  }

  .c-lbl__05.__01 > span {
    width: 30em;
  }
  
  .c-s__01 {
    font-size: 15px;
  }
  .c-s__03 {
    font-size: 10px;
  }
  .c-s__04 {
    font-size: 13px;
  }

  .c-dl__06 > dt {
    width: 20%;
  }
  .c-dl__06 > dd {
    width: 80%;
  }

  



  .c-of-scrl-x {
    overflow-x: scroll;
  }
  .c-of-scrl-x > div {
    width: 300%;
  }
  
  .c-totoppage {
    right: 5%;
    width: 80px;
    height: 80px;
  }


  .p-mainvisual {
    min-width: 100%;
    /* width: 100%; */
    overflow: hidden;
    height: 100vh;
    margin-top: 0;
  }

  .p-mainvisual__ol {
    width: 100%;
    padding: 96px 5% 0;
  }
  .p-mainvisual__ol .__sentence > span {
    font-size: 18px;
    padding-left: 0.5em;
  }
  .p-mainvisual__ol .__sentence > span.__1,
  .p-mainvisual__ol .__sentence > span.__3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 36px;
  }
  .p-mainvisual__ol .__sentence > span.__2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 0px;
  }
  .p-mainvisual__ol .__logo {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
  .p-mainvisual__ol .__logo.__jp {
    top: 6em;
    right: -2em;
    width: 300px;
  }
  .p-mainvisual__ol .__logo.__jp img {
    height: auto;
  }
    .p-mainvisual__ol .__logo.__en {
    top: 100px;
    width: 36px;
  }
  .p-mainvisual__ol h2.__msg {
    font-size: 18px;
  }
  .p-mainvisual__ol p.__msg {
    font-size: 13px;
  }

  .p-mainvisual__ol .__logo .__fukidashi {
    position: absolute;
    top: 1em;
    right: -3em;
    width: 80px;
    height: 80px;
  }

  .p-s01 {
    margin-bottom: 50px;
  }
  .p-s01 .__head {
    margin: 5em 0;
  }
  .p-s01 .__head > * {
    margin-bottom: 1em;
  }


  

  .p-s01 .__body .__popup {
    height: 100vh;
    background-size: 60%;
    padding: 1em 0;
  }
  .p-s01 .__body .__popup.is-active {
    position: fixed;
  }
  .p-s01 .__body .__popup .__body {
    flex-wrap: wrap;
  }
  .p-s01 .__body .__popup .__body .__l {
    font-size: 10.5px;
    line-height: 1.5;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .p-s01 .__body .__popup .__body .__r {
    width: 100%;
    padding-right: 60%;
  }


  .p-s01 .__body .__event {
    margin-bottom: 50px;
  }
  
  .p-s01 .__body .__event .__part .__image {
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
  }

  .p-s01 .__body .__main > h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  


  .p-event-detail {
    padding: 2em;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
  }







  .p-te {
    padding: 40px 0;
  }
  .p-te h2.__title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .p-te .__outline,
  .p-te .__movie,
  .p-te .__p-guest {
    padding: 48px 0 0;
  }
  .p-te .__movie .__list li {
    width: 100%;
  }





  .p-view__ts .container {
    padding: 0 10px;
  }


  .p-view__ticket__body > section {
    width: 100%;
  }

  .p-view__ticket__body > section:nth-of-type(1) {
    padding: 10px;
    margin: 0 auto 30px;
  }
  .p-view__ticket__body > section:nth-of-type(2) {
    padding-left: 0;
  }


  .p-view__film .container {
    padding: 0 10px 30px;
  }
  .p-view__film .container .__popup {
    position: absolute;
    top: -7em;
    right: 1em;
    width: 120px;
    height: 120px;
  }

  .p-view__film__foot > section .__list > li {
    width: 100%;
    padding: 0 2em;
  }

  .p-view__film__foot > section .__list > li:nth-of-type(2n) {
    padding-top: 4em;
    border-top: 1px dotted #000;
    border-left: none;
    margin-top: 4sem;
  }

  .p-view__film__foot > section:nth-of-type(2) .p-guest__list li:nth-of-type(7) {
    border-bottom: none;
  }
  /* .p-view__film__foot > section:nth-of-type(2) .p-guest__list li:last-of-type {
    display: none;
  } */

  .p-view__supporter .container {
    padding: 0 10px;
  }

  .p-guest .__top .__ex, .p-guest__list li .__ex {
    padding: 0 2em;
  }
  .p-guest .__top > *,
  .p-guest__list li > * {
    margin-bottom: 12px;
  }
  .p-guest__list li:nth-of-type(1),
  .p-guest__list li:nth-of-type(3n+4) {
    padding-right: 0;
    padding: 4em 0;
  }
  .p-guest__list li:nth-of-type(3n+2) {
    padding: 4em 0;
  }
  .p-guest__list li:nth-of-type(3n) {
    padding-left: 0;
    border: none;
    border-top: 1px dotted #000;
    padding: 4em 0;
  }
  .p-guest__list li:not(3n) {
    border-right: none;
  }
  
  .p-guest__list li:nth-of-type(n+4) {
    margin: 0 auto;
  }

  .p-guest__list li {
    width: 100%;
    padding-top: 4em;
    border: none;
    border-top: 1px dotted #000;
    margin: 0 auto;
  }
  

  .p-studentfilm li .__image {
    height: 200px;
  }




  



}
