@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  position: relative;
}

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

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

/* -- LAYOUT -- */
@media (min-width:768px) and (max-width:1100px) {
  .btn-menu-open__in {
    width: 6.5em !important;
    height: 6.5em !important;
  }
}
@media (max-width:767px) {
  .btn-menu-open__in {
    width: 7.5em !important;
    height: 7.5em !important;
  }
}
.kv_wrap {
  position: relative;
  width: 100%;
  height: min(769px, 62vw);
}
@media (max-width:767px) {
  .kv_wrap {
    height: 126.533vw;
  }
}
.kv_logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: min(769px, 62vw);
  text-align: center;
  z-index: 2;
}
@media (max-width:767px) {
  .kv_logo {
    height: 126.533vw;
  }
}
.kv_bg {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: min(769px, 62vw);
  overflow: hidden;
}
.kv_bg-sp {
  display: none;
}
@media (max-width:767px) {
  .kv_bg {
    height: 126.533vw;
  }
  .kv_bg-pc {
    display: none;
  }
  .kv_bg-sp {
    display: flex;
  }
}
.kv_bg img {
  width: auto;
  max-width: none;
  height: 100%;
}
.kv_bg img:first-child {
  animation: loop 400s -200s linear infinite;
}
.kv_bg img:last-child {
  animation: loop2 400s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.kv_hd {
  width: 100%;
  background: url(../../img/kv_hd.jpg) center top no-repeat;
  background-size: cover;
  padding: 10px;
  box-sizing: border-box;
}
.kv_hd_img {
  width: 100%;
  max-width: 1262px;
  margin: 0 auto;
}
@media (max-width:767px) {
  .kv_hd {
    height: 13.733vw;
  }
}
.kv_ft {
  width: 100%;
  background: url(../../img/kv_hd.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 24px 10px;
  box-sizing: border-box;
}
.kv_ft_img {
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
}
@media (min-width:768px) and (max-width:1100px) {
  .kv_ft_img {
    width: 75%;
  }
}
@media (max-width:767px) {
  .kv_ft {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14.933vw;
    padding: 0;
  }
  .kv_ft_img {
    width: 92.933vw;
  }
}
.kv_big {
  background: #b81d25;
  padding: 20px 0;
}
@media (max-width:767px) {
  .kv_big {
    padding: 10px 0;
  }
}
.kv_big_bnr {
  display: block;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 30px;
}
@media (min-width:768px) and (max-width:1100px) {
  .kv_big_bnr {
    width: 95%;
  }
}
@media (max-width:767px) {
  .kv_big_bnr {
    width: 88%;
  }
}
.kv_big_btn {
  width: 100%;
  max-width: 1000px;
  font-size: 3.1rem;
  text-align: center;
  padding: 20px 0;
  margin: 0px auto 30px;
  border-radius: 100px;
  box-sizing: border-box;
  color: #072f4d;
  background: #ffef38;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.kv_big_btn img {
  max-width: 50px;
}
.kv_big_btn:hover {
  color: #FFF;
  background: #F00;
  opacity: 1;
}
@media (min-width:768px) and (max-width:1100px) {
  .kv_big_btn {
    width: 94%;
    font-size: 2.2rem;
    margin: 0 auto 15px;
  }
  .kv_big_btn img {
    max-width: 25px;
  }
}
@media (max-width:767px) {
  .kv_big_btn {
    width: 90%;
    font-size: 1.8rem;
    padding: 10px 0;
    margin: 0 auto 15px;
    align-items: flex-start;
    position: relative;
  }
  .kv_big_btn img {
    position: absolute;
    max-width: 25px;
    top: 10%;
    left: 10%;
  }
}
.kv_bnr {
  background: #b81d25;
  padding: 30px 0 20px;
}
@media (max-width:767px) {
  .kv_bnr {
    padding: 15px 0 10px;
  }
}
.kv_bnr ul {
  width: 100;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.kv_bnr ul li {
  width: 30%;
  margin: 10px;
}
@media (max-width:767px) {
  .kv_bnr ul li {
    width: 26%;
  }
}
.kv_bnr ul li a {
  width: 100%;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width:767px) {
  .kv_bnr ul li a {
    min-height: 80px;
  }
}
@media (max-width:767px) {
  .kv_bnr ul li a {
    padding: 10px 13px;
  }
}
.kv_bnr ul li a img {
  width: auto;
  max-height: 100px;
}
@media (max-width:767px) {
  .kv_bnr ul li a img {
    max-height: 50px;
  }
}

.main {
  overflow: hidden;
}

.about {
  background: url(../../img/about_bg.jpg) top center no-repeat;
  background-repeat: repeat;
  background-size: 1000px;
  padding: 90px 0 140px;
  position: relative;
}
@media (max-width:767px) {
  .about {
    padding: 20.4vw 0 9.467vw;
  }
}
.about::before {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  background-size: 100%;
  background-position: top left;
  width: 25.625%;
  aspect-ratio: 492/464;
  left: 0;
  top: 0;
}
.about::after {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  transform: scaleX(-1);
  background-size: 100%;
  background-position: top right;
  width: 25.625%;
  aspect-ratio: 492/464;
  right: 0;
  top: 0;
}
@media (max-width:767px) {
  .about::before {
    background: url(../../img/lantern-sp.png) left top no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25.867vw;
    height: 21.067vw;
  }
  .about::after {
    background: url(../../img/lantern-sp.png) left top no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25.867vw;
    height: 21.067vw;
  }
}
.about_bg1 {
  position: absolute;
  z-index: 1;
  background: url(../../img/about_bg1.png) left top no-repeat;
  background-size: 100%;
  width: 20.1041666667%;
  height: 88.0546075085%;
  left: 0;
  top: 23.333vw;
}
@media (max-width:767px) {
  .about_bg1 {
    background: url(../../img/about_bg1-sp.png) left top no-repeat;
    background-size: 100%;
    top: 35.6vw;
    width: 23.733vw;
    height: 46.533vw;
  }
}
.about_bg2 {
  position: absolute;
  z-index: 1;
  background: url(../../img/about_bg1.png) left top no-repeat;
  background-size: 100%;
  width: 20.1041666667%;
  height: 88.0546075085%;
  right: 0;
  top: 23.333vw;
  transform: scale(-1, 1);
}
@media (max-width:767px) {
  .about_bg2 {
    background: url(../../img/about_bg1-sp.png) left top no-repeat;
    background-size: 100%;
    top: 35.6vw;
    width: 23.733vw;
    height: 46.533vw;
  }
}
.about_bg3 {
  position: absolute;
  z-index: 1;
  background: url(../../img/about_bg3.png) left top no-repeat;
  background-size: 100%;
  width: 16.40625%;
  height: 88.5714285714%;
  left: 2.6041666667%;
  top: 75em;
}
@media (max-width:767px) {
  .about_bg3 {
    top: auto;
  }
}
.about_bg4 {
  position: absolute;
  z-index: 1;
  background: url(../../img/about_bg4.png) left top no-repeat;
  background-size: 100%;
  width: 8.75%;
  height: 172.619047619%;
  right: 6.1458333333%;
  top: 78em;
}
@media (max-width:767px) {
  .about_bg4 {
    top: auto;
    right: 1.5em;
  }
}
.about_ttl {
  position: relative;
  width: 55%;
  max-width: 949px;
  margin: 0 auto 60px;
  text-align: center;
  z-index: 2;
}
@media (max-width:767px) {
  .about_ttl {
    width: 92.533vw;
    margin: 0 auto 50px;
  }
}
.about_inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  margin: 240px auto 0;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_inner {
    width: 90%;
  }
}
@media (max-width:767px) {
  .about_inner {
    width: 88.933vw;
    padding: 20px;
    margin: 23.733vw auto 0px;
    border-radius: 5.333vw;
  }
}
.about_ph {
  width: 100%;
  max-width: 1050px;
  margin: -210px auto 40px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .about_ph {
    margin: calc(-20px - 14vw) auto 20px;
  }
}
.about_ph ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.about_ph ul li {
  width: 82.81%;
}
@media (max-width:767px) {
  .about_ph ul li {
    width: 78.933vw;
  }
}
.about_ttl2 {
  font-size: 3rem;
  text-align: center;
  margin: 0px auto 40px;
}
@media (max-width:767px) {
  .about_ttl2 {
    font-size: 2.2rem;
    margin: 0px auto 20px;
  }
}
.about_mail {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 50px;
  border: #00a7e9 5px solid;
  border-radius: 40px;
}
@media (max-width:767px) {
  .about_mail {
    margin: 0 auto 25px;
  }
}
.about_mail_ttl {
  background: #00a7e9;
  color: #FFF;
  padding: 5px 0 10px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px 30px 0 0;
}
.about_mail_ttl span {
  font-size: 2.2rem;
}
@media (max-width:767px) {
  .about_mail_ttl {
    font-size: 1.5rem;
  }
  .about_mail_ttl span {
    font-size: 1.8rem;
  }
}
.about_mail_body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
}
.about_mail_body li {
  padding: 1.7em;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .about_mail_body {
    font-size: 1.3rem;
    line-height: 1.4;
    flex-direction: column;
    margin: 0px auto 20px;
  }
  .about_mail_body li {
    padding: 0.8em 1.5em;
    box-sizing: border-box;
    text-align: center;
  }
  .about_mail_body li img {
    width: 60%;
  }
  .about_mail_body br {
    display: none;
  }
}
.about_txt {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}
.about_txt strong {
  font-size: 3rem;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .about_txt strong {
    font-size: 2rem;
  }
}
.about_txt strong a {
  color: #00a7e9;
}
.about_txt strong a:hover {
  color: #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_txt {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .about_txt {
    font-size: min(1.8rem, 3.6vw);
    line-height: 1.6;
  }
}

.summary {
  background: url(../../img/event_bg.jpg) top center no-repeat;
  background-repeat: repeat;
  background-size: 1000px;
  padding: 80px 0;
  position: relative;
}
@media (max-width:767px) {
  .summary {
    padding: 16vw 0;
  }
}
.summary_appearance {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.2 !important;
}
@media (min-width:768px) and (max-width:1100px) {
  .summary_appearance {
    flex-flow: wrap !important;
  }
}
@media (max-width:767px) {
  .summary_appearance {
    justify-content: center;
    flex-flow: wrap;
    padding: 4.267vw 0 4vw !important;
  }
}
.summary_appearance_img {
  width: 185px;
  margin-right: 2%;
  text-align: center;
}
.summary_appearance_img span {
  font-size: 1rem !important;
  display: block;
}
@media (max-width:767px) {
  .summary_appearance_img {
    flex: 0 0 23.6vw;
    width: 23.6vw;
    margin: 0 1.6vw;
    line-height: 1.5;
  }
}
.summary::before {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  background-size: 100%;
  width: 25.625%;
  aspect-ratio: 492/464;
  left: 0;
  top: 0;
}
.summary::after {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  transform: scaleX(-1);
  background-size: 100%;
  width: 25.625%;
  aspect-ratio: 492/464;
  right: 0;
  top: 0;
}
@media (max-width:767px) {
  .summary::before {
    background: url(../../img/lantern-sp.png) left top no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25.867vw;
    height: 21.067vw;
  }
  .summary::after {
    background: url(../../img/lantern-sp.png) left top no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25.867vw;
    height: 21.067vw;
  }
}
.summary_bg1 {
  position: absolute;
  z-index: 1;
  background: url(../../img/event_bg1.png) left top no-repeat;
  background-size: 100%;
  width: 23.8020833333%;
  height: 136.5426695842%;
  left: -5%;
  top: 30%;
}
@media (max-width:767px) {
  .summary_bg1 {
    top: 4%;
  }
}
.summary_bg2 {
  position: absolute;
  z-index: 1;
  background: url(../../img/event_bg2.png) left top no-repeat;
  background-size: 100%;
  width: 27.1354166667%;
  height: 125.1439539347%;
  right: -5%;
  top: 27%;
}
@media (max-width:767px) {
  .summary_bg2 {
    top: 4%;
  }
}
.summary_ttl {
  width: 100%;
  max-width: 578px;
  margin: 0 auto 80px;
  text-align: center;
}
@media (max-width:767px) {
  .summary_ttl {
    width: 69.333vw;
    margin: 0px auto 12.133vw;
  }
}
.summary_inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  margin: 80px auto 0;
  box-sizing: border-box;
  padding: 40px 40px 50px;
}
@media (min-width:768px) and (max-width:1100px) {
  .summary_inner {
    width: 90%;
  }
}
@media (max-width:767px) {
  .summary_inner {
    width: 88.933vw;
    padding: 2.667vw 2.667vw 10.267vw;
    margin: 0 auto;
    border-radius: 5.333vw;
  }
}
.summary_ttl2 {
  font-size: min(3.6vw, 3.7rem);
  background: #16196f;
  color: #FFF;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  margin: 0px auto 30px;
}
.summary_ttl2 span {
  font-size: 2.4rem;
}
@media (max-width:767px) {
  .summary_ttl2 {
    font-size: 4.267vw;
    line-height: 1.3;
    padding: 12px 0;
    border-radius: 10px;
    margin: 0px auto 6.667vw;
    border-radius: 3.6vw;
  }
  .summary_ttl2 span {
    font-size: 1.3rem;
  }
}
.summary_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width:767px) {
  .summary_wrap {
    flex-direction: column-reverse;
    margin-bottom: 6.4vw;
  }
}
.summary_img {
  flex: 0 0 30%;
}
@media (max-width:767px) {
  .summary_img {
    width: 70%;
    margin: 20px auto 0;
  }
}
.summary h4 {
  font-size: 4.4rem;
  text-align: center;
  margin: 30px 0 30px;
  color: #ea3c3d;
}
@media (min-width:768px) and (max-width:1100px) {
  .summary h4 {
    font-size: 3.4rem;
  }
}
@media (max-width:767px) {
  .summary h4 {
    font-size: 2.4rem;
    margin: 10px 0 20px;
  }
}
.summary_zokuhou {
  margin-top: 50px;
}
.summary_note {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width:767px) {
  .summary_note {
    font-size: 2.4vw;
  }
}

.lastyear-img {
  width: 100%;
  height: auto;
}

.event {
  background: url(../../img/event_chochin_bg.jpg) top center repeat;
  padding: 70px 0;
  position: relative;
}
@media (min-width:768px) and (max-width:1100px) {
  .event {
    padding: 35px 0;
  }
}
@media (max-width:767px) {
  .event {
    padding: 16vw 0;
  }
}
.event::before {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  background-size: 100%;
  width: 25.625%;
  aspect-ratio: 492/464;
  left: 0;
  top: 0;
}
.event::after {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  transform: scaleX(-1);
  background-size: 100%;
  width: 25.625%;
  aspect-ratio: 492/464;
  right: 0;
  top: 0;
}
@media (max-width:767px) {
  .event::before {
    background: url(../../img/lantern-sp.png) left top no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25.867vw;
    height: 21.067vw;
  }
  .event::after {
    background: url(../../img/lantern-sp.png) left top no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25.867vw;
    height: 21.067vw;
  }
}
.event_ttl {
  position: relative;
  width: 100%;
  max-width: 753px;
  margin: 0 auto 50px;
  text-align: center;
  z-index: 2;
}
@media (max-width:767px) {
  .event_ttl {
    width: 69.6vw;
    margin: 0 auto 12.133vw;
  }
}
.event_inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  margin: 100px auto 0;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .event_inner {
    width: 90%;
    padding: 20px;
    margin: 50px auto 35px;
  }
}
@media (max-width:767px) {
  .event_inner {
    width: 90%;
    padding: 20px;
    margin: 35px auto 0px;
  }
}
.event_ttl2 {
  font-size: min(3.6vw, 3.7rem);
  background: #16196f;
  color: #FFF;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  margin: 0px auto 50px;
}
.event_ttl2 span {
  font-size: 2.4rem;
}
.event_ttl2 span {
  font-size: 1.6rem;
}
@media (max-width:767px) {
  .event_ttl2 {
    font-size: 4.267vw;
    line-height: 1.3;
    padding: 12px 0;
    border-radius: 10px;
    margin: 0px auto 20px;
  }
  .event_ttl2 span {
    font-size: 1.3rem;
  }
}
.event_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width:767px) {
  .event_wrap {
    flex-direction: column-reverse;
  }
}
.event_img {
  flex: 0 0 30%;
}
@media (max-width:767px) {
  .event_img {
    width: 70%;
    margin: 20px auto 0;
  }
}
.event h4 {
  font-size: 4.4rem;
  text-align: center;
  margin: 30px 0 30px;
  color: #ea3c3d;
}
@media (min-width:768px) and (max-width:1100px) {
  .event h4 {
    font-size: 3.4rem;
  }
}
@media (max-width:767px) {
  .event h4 {
    font-size: 2.4rem;
    margin: 10px 0 20px;
  }
}
.event_zokuhou {
  margin-top: 50px;
}

.event_table {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
}

.event_table tr {
  display: flex;
  justify-content: flex-start;
  min-height: 30px;
}

.event_table th {
  flex: 0 0 15.7%;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  background: #dde7f0;
  font-size: 1.8rem;
  text-align: left;
  vertical-align: middle;
  border-left: none;
  border-right: none;
  border-bottom: 2px dotted #aeaeae;
}

.event_table td {
  flex: 1 1 auto;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  box-sizing: border-box;
  text-align: left;
  border-left: none;
  border-right: none;
  border-bottom: 2px dotted #aeaeae;
}
.event_table td .evtxt {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.5;
  padding: 10px;
  background: #fff3db;
  border-radius: 5px;
  font-weight: normal;
}
.event_table td .evtxt_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.event_table td .evtxt_ttl:first-child {
  margin-top: 0px;
}
@media (max-width:767px) {
  .event_table td .evtxt {
    padding: 2.267vw;
    font-size: 3.333vw;
    font-weight: normal;
    line-height: 1.3;
  }
  .event_table td .evtxt_ttl {
    font-size: 3.33vw;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2.5px;
    display: inline-block;
  }
}

.event_table td[colspan="3"] {
  width: 620px;
}

.event_table td strong {
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

@media (max-width:767px) {
  .event_table tr {
    min-height: 8.4vw;
  }
  .event_table th {
    flex: 0 0 16.8vw;
    width: 16.8vw;
    padding: 2.267vw;
    font-size: 3.333vw;
    font-weight: normal;
    line-height: 1.3;
    border-bottom: 0.267vw dotted #aeaeae;
  }
  .event_table td {
    padding: 2.267vw;
    font-size: 3.333vw;
    font-weight: normal;
    line-height: 1.3;
    border-bottom: 0.267vw dotted #aeaeae;
  }
  .event_table td span {
    font-size: 3.333vw;
  }
}
.timetable {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-flow: wrap;
  width: 905px;
  max-width: 100%;
  margin: 0 auto;
}
.timetable_timeline {
  position: relative;
  flex: 0 0 90px;
  width: 90px;
}
.timetable_timeline-time {
  position: absolute;
}
.timetable_timeline .t-1200 {
  top: 228px;
}
.timetable_timeline .t-1300 {
  top: 386px;
}
.timetable_timeline .t-1400 {
  top: 583px;
}
.timetable_timeline .t-1500 {
  top: 785px;
}
.timetable_timeline .t-1600 {
  top: 985px;
}
.timetable_timeline .t-1700 {
  top: 1085px;
}
.timetable_timeline .t-1800 {
  top: 1200px;
  max-width: 75px;
}
.timetable_timeline .t-1900 {
  top: 1350px;
  max-width: 75px;
}
.timetable_timeline .t-2000 {
  top: 1585px;
  max-width: 75px;
}
.timetable_timeline .t-2100 {
  top: 1842px;
  max-width: 75px;
}
.timetable_timeline .t-2115 {
  top: 1487px;
}
@media (max-width:767px) {
  .timetable_timeline {
    flex: 0 0 8vw;
    width: 8vw;
  }
  .timetable_timeline-time {
    width: 6.933vw;
    font-size: 1vw;
  }
  .timetable_timeline .t-1200 {
    top: 20.267vw;
  }
  .timetable_timeline .t-1300 {
    top: 38.4vw;
  }
  .timetable_timeline .t-1400 {
    top: 60vw;
  }
  .timetable_timeline .t-1500 {
    top: 84.267vw;
  }
  .timetable_timeline .t-1600 {
    top: 106.267vw;
  }
  .timetable_timeline .t-1700 {
    top: 120.267vw;
  }
  .timetable_timeline .t-1800 {
    top: 134.267vw;
  }
  .timetable_timeline .t-1900 {
    top: 153.3vw;
  }
  .timetable_timeline .t-2000 {
    top: 177.3vw;
  }
  .timetable_timeline .t-2100 {
    top: 208.3vw;
  }
  .timetable_timeline .t-2115 {
    top: 215.3vw;
  }
}
.timetable_body {
  flex: 1 1 calc(100% - 90px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: wrap;
}
@media (max-width:767px) {
  .timetable_body {
    flex: 0 1 75vw;
  }
}
.timetable_heading {
  flex: 1 0 100%;
  width: 100%;
  height: 82px;
  margin: 0 auto 32px;
}
@media (max-width:767px) {
  .timetable_heading {
    height: 7.733vw;
    margin: 0 auto 4.267vw;
  }
}
.timetable_heading > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 90px);
  height: 82px;
  margin-left: auto;
  color: #fff;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  border-radius: 20px;
  background: #16196f;
}
@media (max-width:767px) {
  .timetable_heading > span {
    width: 100%;
    height: 7.733vw;
    font-size: 3.751vw;
    border-radius: 10px;
  }
}
.timetable_start {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 5px;
  height: 31px;
  color: #fff;
  font-size: 24px;
}
@media (min-width:768px) and (max-width:1100px) {
  .timetable_start {
    top: -35px;
  }
}
@media (max-width:767px) {
  .timetable_start {
    width: auto;
    height: 3.867vw;
    font-size: 2.2vw;
    padding: 0 1px;
  }
}
.timetable_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #000;
  font-weight: 700;
  line-height: 1.36;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.timetable_box:before {
  position: absolute;
  right: 7px;
  bottom: 7px;
  display: block;
  width: 23px;
  height: 23px;
  background-color: #000;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
}
@media (max-width:767px) {
  .timetable_box:before {
    right: 0.4vw;
    bottom: 0.4vw;
    width: 2vw;
    height: 2vw;
  }
}
.timetable_box .small {
  font-size: 13px;
}
@media (max-width:767px) {
  .timetable_box .small {
    font-size: 1.3vw;
  }
}
.timetable_komyoden {
  flex: 0 1 48%;
  width: 48%;
}
@media (max-width:767px) {
  .timetable_komyoden {
    flex: 0 1 36.5vw;
    width: 36.5vw;
  }
}
.timetable_komyoden .timetable_start {
  background: #17669b;
}
.timetable_komyoden .timetable_box {
  background: #87c2ea;
  box-sizing: border-box;
}
.timetable_komyoden .t-1200 {
  height: 142px;
  margin-top: 55px;
  font-size: 23px;
}
.timetable_komyoden .t-1300 {
  height: 200px;
  margin-top: 12px;
  font-size: min(27px, 3vw);
}
.timetable_komyoden .t-1415 {
  height: 142px;
  margin-top: 35px;
  font-size: 23px;
}
.timetable_komyoden .t-1500 {
  height: 200px;
  margin-top: 12px;
  font-size: min(27px, 3vw);
}
.timetable_komyoden .t-1600 {
  height: 67px;
  margin-top: 10px;
  font-size: 23px;
}
@media (max-width:767px) {
  .timetable_komyoden .t-1200 {
    height: 16.5vw;
    margin-top: 4.933vw;
    padding-top: 2vw;
    font-size: 2.7vw;
  }
  .timetable_komyoden .t-1300 {
    height: 21.867vw;
    margin-top: 1vw;
    padding-top: 2.5vw;
    font-size: 2.7vw;
  }
  .timetable_komyoden .t-1415 {
    height: 17.5vw;
    margin-top: 4.6vw;
    padding-top: 2vw;
    font-size: 2.7vw;
  }
  .timetable_komyoden .t-1500 {
    height: 21.864vw;
    margin-top: 1vw;
    padding-top: 2.5vw;
    font-size: 2.7vw;
  }
  .timetable_komyoden .t-1600 {
    height: 11.064vw;
    margin-top: 1.933vw;
    padding-top: 2vw;
    font-size: 2.7vw;
  }
}
.timetable_komyoden-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 155px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  background: #4e96d6;
}
.timetable_komyoden-heading span {
  display: block;
  font-size: 31px;
}
@media (max-width:767px) {
  .timetable_komyoden-heading {
    height: 13.664vw;
    margin-bottom: 2.133vw;
    font-size: 4.797vw;
  }
  .timetable_komyoden-heading > span {
    font-size: 2.82vw;
  }
}
.timetable_komyoden-inner {
  height: calc(100% - 180px);
  background-color: #e0e6eb;
  background-image: url(../../img/timetable_bg.png);
  box-sizing: border-box;
  border: 3px solid #4e96d6;
}
@media (max-width:767px) {
  .timetable_komyoden-inner {
    height: calc(100% - 13.664vw - 2.133vw);
    border: 0.4vw solid #4e96d6;
  }
}
.timetable_hondo {
  flex: 0 1 48%;
  width: 48%;
}
@media (max-width:767px) {
  .timetable_hondo {
    flex: 0 1 36.5vw;
    width: 36.5vw;
  }
}
.timetable_hondo .timetable_start {
  background: #b45f13;
}
.timetable_hondo .timetable_box {
  background: #ff9a40;
}
.timetable_hondo .t-1200 {
  height: 130px;
  margin-top: 55px;
  font-size: min(27px, 3vw);
}
.timetable_hondo .t-1700 {
  height: 100px;
  font-size: min(27px, 2.8vw);
  margin-bottom: 15px;
}
.timetable_hondo .t-1945 {
  height: 180px;
  font-size: min(27px, 2.8vw);
  margin-bottom: 15px;
}
@media (max-width:767px) {
  .timetable_hondo .t-1200 {
    height: 14.531vw;
    margin-top: 4.933vw;
    padding-top: 2vw;
    font-size: 3vw;
  }
  .timetable_hondo .t-1700 {
    height: 12.6vw;
    font-size: 3.103vw;
    margin-bottom: 7px;
  }
  .timetable_hondo .t-1945 {
    height: 18.6vw;
    margin-bottom: 7px;
  }
}
.timetable_hondo .vertical {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 117px;
  height: 764px;
  margin: 0 20px 0 auto;
  padding-top: 33px;
  color: #000;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75);
}
.timetable_hondo .vertical .num {
  writing-mode: horizontal-tb;
  letter-spacing: normal;
}
@media (max-width:767px) {
  .timetable_hondo .vertical {
    width: 11.2vw;
    height: 89.3vw;
    margin: 0 1.867vw 0 auto;
    padding-top: 4.667vw;
    font-size: 3.083vw;
  }
}
.timetable_hondo-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 155px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  background: #f7821a;
}
.timetable_hondo-heading span {
  display: block;
  font-size: 31px;
}
@media (max-width:767px) {
  .timetable_hondo-heading {
    height: 13.664vw;
    margin-bottom: 2.133vw;
    font-size: 4.797vw;
  }
  .timetable_hondo-heading > span {
    font-size: 2.82vw;
  }
}
.timetable_hondo-inner {
  background-color: #fbddc2;
  background-image: url(../../img/timetable_bg.png);
  box-sizing: border-box;
  border: 3px solid #f7821a;
}
@media (max-width:767px) {
  .timetable_hondo-inner {
    border: 0.4vw solid #f7821a;
  }
}

.modaal-container {
  max-width: 723px;
}

.modal {
  position: relative;
  max-width: 723px;
}
.modal_time {
  padding: 30px 10px;
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.modal_inner {
  padding: 30px 50px;
}
.modal_ttl {
  margin: 0 auto 30px;
  padding: 15px 10px;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.41;
  text-align: center;
  background: #fff;
  border-radius: 11px;
}
.modal_txt {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 2;
}
.modal_txt .small {
  font-size: 13px;
  line-height: 1.5;
  display: inline-block;
}
.modal_txt .small br {
  display: inline-block;
}
@media (max-width:767px) {
  .modal_txt .small {
    font-size: 2.5vw;
  }
}
.modal .js-modaal-close {
  position: absolute;
  top: -35px;
  right: 2px;
  width: 26px;
  height: 26px;
  font-size: 0;
  cursor: pointer;
}
.modal-komyoden {
  background: #87c2ea;
}
.modal-komyoden .modal_time {
  background: #17669b;
}
.modal-hondo {
  background: #ff9a40;
}
.modal-hondo .modal_time {
  background: #b45f13;
}

@media (max-width:767px) {
  .modaal-container {
    max-width: 88.933vw;
  }
  .modal {
    max-width: 88.933vw;
  }
  .modal_time {
    padding: 13px 10px;
    font-size: 18px;
  }
  .modal_inner {
    padding: 15px 18px;
  }
  .modal_ttl {
    margin: 0 auto 15px;
    padding: 7px;
    font-size: 18px;
    border-radius: 1.467vw;
  }
  .modal_txt {
    font-size: 11px;
  }
  .modal_txt span {
    font-size: 9px;
    line-height: 1.4;
    display: inline-block;
  }
  .modal .js-modaal-close {
    top: -27px;
    width: 20px;
    height: 20px;
  }
}
.t4_time {
  display: inline-block;
  font-size: 1.2vw;
  border-top: 1px dotted #fcc601;
  padding-top: 10px;
  width: 100%;
}
@media (max-width:767px) {
  .t4_time {
    padding-top: 0px;
    font-size: 1.6vw;
  }
}

.t4_ttl {
  font-size: 1vw;
  font-weight: bold;
}
@media (max-width:767px) {
  .t4_ttl {
    font-size: 1.3vw;
  }
}

.src_bd_btm {
  border-bottom: 1px dotted #fcc601;
  padding-bottom: 10px;
}

.src_event {
  width: 90%;
  margin: 15px auto;
  background: #fcc601;
  color: #FFF;
}

.goods {
  margin-bottom: 80px;
}
@media (max-width:767px) {
  .goods {
    margin-bottom: 40px;
  }
}
.goods_btn {
  width: 100%;
  font-size: 3.6rem;
  text-align: center;
  padding: 20px 0;
  margin: 30px 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffef38;
  background: #d70635;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.goods_btn div {
  line-height: 1.2;
}
.goods_btn span {
  font-size: 1.6rem;
}
.goods_btn img {
  max-width: 100px;
  margin-right: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .goods_btn {
    font-size: 2.4rem;
    margin: 15px auto;
  }
  .goods_btn img {
    max-width: 50px;
  }
}
@media (max-width:767px) {
  .goods_btn {
    font-size: 1.5rem;
    padding: 10px 0;
    margin: 15px auto;
    align-items: flex-start;
    position: relative;
  }
  .goods_btn img {
    position: absolute;
    max-width: 30px;
    top: 8%;
    left: 8%;
  }
  .goods_btn span {
    font-size: 1.1rem;
  }
}
.goods_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods_kv img {
  border-radius: 10px;
  margin: 10px;
}
@media (max-width:767px) {
  .goods_kv {
    margin: 0 auto 15px;
  }
}
.goods_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.goods_list_box {
  display: block;
  width: 30%;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width:767px) {
  .goods_list_box {
    width: 48%;
  }
}
.goods_list_box_img {
  border-radius: 20px;
  background: #000;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.goods_list_box_img img {
  border-radius: 20px;
}
@media (max-width:767px) {
  .goods_list_box_img img {
    border-radius: 10px;
  }
}
.goods_list_box_img span {
  font-size: 1.4rem;
}
.goods_list_box_txt {
  text-align: left;
  border-radius: 0 0 20px 20px;
  padding: 10px 0 5px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .goods_list_box_txt {
    font-size: 1.4rem;
  }
}
.goods_list_box_price {
  font-size: 2.2rem;
  text-align: right;
  font-weight: 900;
}
@media (max-width:767px) {
  .goods_list_box_price {
    font-size: 1.8rem;
  }
}
.goods_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.goods_lead h4 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #000;
}
@media (max-width:767px) {
  .goods_lead h4 {
    font-size: 1.8rem;
  }
}
.goods_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .goods_lead strong {
    font-size: 1.8rem;
  }
}
.goods_lead span {
  font-size: 1.6rem;
  color: #F00;
  border-bottom: 3px double #F00;
}
@media (max-width:767px) {
  .goods_lead span {
    font-size: 1.2rem;
  }
}
.goods_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.goods_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .goods_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .goods_lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.himokuji {
  margin-bottom: 80px;
}
@media (max-width:767px) {
  .himokuji {
    margin-bottom: 40px;
  }
}
.himokuji_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.himokuji_kv img {
  border-radius: 10px;
  margin: 10px;
}
@media (max-width:767px) {
  .himokuji_kv {
    margin: 0 auto 15px;
  }
}
.himokuji_sponser {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width:768px) and (max-width:1100px) {
  .himokuji_sponser {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width:767px) {
  .himokuji_sponser {
    width: 100%;
    justify-content: space-between;
  }
}
.himokuji_sponser_box {
  width: 30%;
  margin: 0 1.5%;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (min-width:768px) and (max-width:1100px) {
  .himokuji_sponser_box {
    width: 48%;
    margin: 0 0 10px;
  }
}
@media (max-width:767px) {
  .himokuji_sponser_box {
    width: 48%;
    margin: 0 0 10px;
  }
}
.himokuji_sponser_box h5 {
  font-size: 1.8rem;
  color: #fff;
  background: #16196f;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .himokuji_sponser_box h5 {
    border-radius: 10px 10px 0 0;
    font-size: 1.4rem;
  }
}
.himokuji_sponser_box h5 span {
  font-size: 1.4rem;
}
@media (max-width:767px) {
  .himokuji_sponser_box h5 span {
    font-size: 1rem;
  }
}
.himokuji_sponser_box p {
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border: #16196f 5px solid;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .himokuji_sponser_box p {
    border-radius: 0 0 10px 10px;
    padding: 5px;
    font-size: 1.1rem;
  }
}
.himokuji_sponser_box_img {
  width: 30%;
  margin: 0 1.5%;
  border-radius: 20px;
  margin-bottom: 30px;
}
.himokuji_sponser_box_img .slide {
  border-left: #16196f 5px solid;
  border-right: #16196f 5px solid;
}
.himokuji_sponser_box_img .slide img {
  width: 100%;
  height: 100%;
}
@media (min-width:768px) and (max-width:1100px) {
  .himokuji_sponser_box_img {
    width: 48%;
    margin: 0 0 10px;
  }
}
@media (max-width:767px) {
  .himokuji_sponser_box_img {
    width: 48%;
    margin: 0 0 10px;
  }
}
.himokuji_sponser_box_img h5 {
  font-size: 1.8rem;
  color: #fff;
  background: #16196f;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .himokuji_sponser_box_img h5 {
    border-radius: 10px 10px 0 0;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.himokuji_sponser_box_img h5 span {
  font-size: 1.4rem;
}
@media (max-width:767px) {
  .himokuji_sponser_box_img h5 span {
    font-size: 1rem;
  }
}
.himokuji_sponser_box_img p {
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border-bottom: #16196f 5px solid;
  border-left: #16196f 5px solid;
  border-right: #16196f 5px solid;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .himokuji_sponser_box_img p {
    border-radius: 0 0 10px 10px;
    padding: 5px;
    font-size: 1.1rem;
  }
}
.himokuji_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.himokuji_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .himokuji_lead strong {
    font-size: 1.8rem;
  }
}
.himokuji_lead span {
  font-size: 1.6rem;
  color: #F00;
  border-bottom: 3px double #F00;
}
@media (max-width:767px) {
  .himokuji_lead span {
    font-size: 1.2rem;
  }
}
.himokuji_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.himokuji_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .himokuji_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .himokuji_lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.ichiban {
  margin-bottom: 80px;
}
@media (max-width:767px) {
  .ichiban {
    margin-bottom: 40px;
  }
}
.ichiban_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ichiban_kv img {
  border-radius: 10px;
  margin: 10px;
}
@media (max-width:767px) {
  .ichiban_kv {
    margin: 0 auto 15px;
  }
}
.ichiban_girl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width:768px) and (max-width:1100px) {
  .ichiban_girl {
    width: 80%;
  }
}
@media (max-width:767px) {
  .ichiban_girl {
    width: 90%;
  }
}
.ichiban_girl li {
  width: 28%;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width:767px) {
  .ichiban_girl li {
    width: 30%;
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
}
.ichiban_girl li img {
  padding-bottom: 10px;
}
@media (max-width:767px) {
  .ichiban_girl li img {
    padding-bottom: 5px;
  }
}
.ichiban_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.ichiban_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .ichiban_lead strong {
    font-size: 1.8rem;
  }
}
.ichiban_lead span {
  font-size: 1.6rem;
  color: #F00;
  border-bottom: 3px double #F00;
}
@media (max-width:767px) {
  .ichiban_lead span {
    font-size: 1.2rem;
  }
}
.ichiban_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.ichiban_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .ichiban_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .ichiban_lead {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.ticket .event_table th {
  background-color: #dde7f0;
  font-size: 1.8rem;
}
@media (max-width:767px) {
  .ticket .event_table th {
    font-size: 1.2rem !important;
  }
}
.ticket .event_table td {
  font-size: 1.6rem;
}
.ticket .event_table td span {
  font-size: 1.4rem;
}
@media (max-width:767px) {
  .ticket .event_table td {
    font-size: 1.2rem !important;
  }
  .ticket .event_table td span {
    font-size: 1rem !important;
  }
}
.ticket_end {
  font-size: 3rem;
  color: #F00;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 40px;
  background: #EEE;
  padding: 20px 0;
}
@media (max-width:767px) {
  .ticket_end {
    font-size: 2rem;
    padding: 15px 0;
  }
}
.ticket_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.ticket_lead:last-child {
  margin-bottom: 0;
}
.ticket_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .ticket_lead strong {
    font-size: 1.8rem;
  }
}
.ticket_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.ticket_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .ticket_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .ticket_lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.ticket_campaign {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}
.ticket_campaign_wrap {
  width: 42%;
  background: #1b5c9c;
  border-radius: 20px;
  padding: 3%;
}
@media (max-width:767px) {
  .ticket_campaign_wrap {
    width: 90%;
    padding: 5%;
    margin-bottom: 20px;
  }
}
.ticket_campaign strong {
  font-size: 2rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (min-width:768px) and (max-width:1100px) {
  .ticket_campaign strong {
    font-size: 1.4rem;
  }
}
@media (max-width:767px) {
  .ticket_campaign strong {
    font-size: 1.4rem;
  }
}
.ticket_campaign span {
  font-size: 1.2rem;
}
@media (max-width:767px) {
  .ticket_campaign span {
    font-size: 1rem;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .ticket_campaign {
    font-size: 1.2rem;
  }
}
@media (max-width:767px) {
  .ticket_campaign {
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.ticket_campaign_img {
  width: 100%;
}
@media (max-width:767px) {
  .ticket_campaign_img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ticket_campaign_txt {
  width: 100%;
  background: #fff;
}
.ticket_campaign_txt p {
  padding: 5%;
}
@media (max-width:767px) {
  .ticket_campaign_txt {
    width: 100%;
  }
}
.ticket_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket_kv img {
  border-radius: 10px;
  margin: 0 10px;
}
@media (max-width:767px) {
  .ticket_kv {
    margin: 0 auto 15px;
  }
}
.ticket_img {
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket_img img {
  max-width: 300px;
  border-radius: 10px;
  margin: 10px;
  border: #ffef38 8px solid;
}
@media (min-width:768px) and (max-width:1100px) {
  .ticket_img {
    margin: 0 auto 15px;
    flex-wrap: wrap;
  }
  .ticket_img img {
    border-radius: 10px;
    margin: 10px;
    border: #ffef38 8px solid;
  }
}
@media (max-width:767px) {
  .ticket_img {
    margin: 0 auto 15px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ticket_img img {
    width: 100%;
    border-radius: 10px;
    margin: 5px 0px;
    border: #ffef38 4px solid;
  }
}
.ticket_size {
  max-width: 200px;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .ticket_size {
    padding: 10px;
  }
  .ticket_size img {
    max-width: 100px;
  }
}
.ticket_btn {
  width: 100%;
  font-size: 3.6rem;
  text-align: center;
  padding: 20px 0;
  margin: 30px 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffef38;
  background: #d70635;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.ticket_btn div {
  line-height: 1.2;
}
.ticket_btn span {
  font-size: 1.6rem;
}
.ticket_btn img {
  max-width: 100px;
  margin-right: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .ticket_btn {
    font-size: 2.4rem;
    margin: 15px auto;
  }
  .ticket_btn img {
    max-width: 50px;
  }
}
@media (max-width:767px) {
  .ticket_btn {
    font-size: 1.5rem;
    padding: 10px 0;
    margin: 15px auto;
    align-items: flex-start;
    position: relative;
  }
  .ticket_btn img {
    position: absolute;
    max-width: 30px;
    top: 8%;
    left: 8%;
  }
  .ticket_btn span {
    font-size: 1.1rem;
  }
}

.ticket-type {
  width: 100%;
  max-width: 700px;
  border: #ddd 1px solid;
  display: flex;
}
.ticket-type dt {
  width: 30%;
  background-color: #1b5c9c;
  color: #FFF;
  padding: 10px;
  box-sizing: border-box;
}
.ticket-type dd {
  width: 70%;
  padding: 10px;
  box-sizing: border-box;
}
.ticket-type dd span {
  font-size: 1.4rem;
}
@media (max-width:767px) {
  .ticket-type dd span {
    font-size: 1rem;
  }
}

.chochin {
  margin: 0 auto 20px;
}
@media (max-width:767px) {
  .chochin {
    margin: 0 auto;
  }
}
.chochin_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.chochin_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .chochin_lead strong {
    font-size: 1.8rem;
  }
}
.chochin_lead span.small {
  font-size: 0.8em;
}
.chochin_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.chochin_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .chochin_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .chochin_lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.chochin_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chochin_kv img {
  border-radius: 10px;
  margin: 10px;
}
@media (max-width:767px) {
  .chochin_kv {
    margin: 0 auto 15px;
  }
}
.chochin_img {
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chochin_img img {
  max-height: 230px;
  border-radius: 10px;
  margin: 10px;
  border: #16196f 8px solid;
}
@media (min-width:768px) and (max-width:1100px) {
  .chochin_img {
    margin: 0 auto 15px;
    flex-wrap: wrap;
  }
  .chochin_img img {
    max-height: 115px;
    border-radius: 10px;
    margin: 10px;
    border: #16196f 8px solid;
  }
}
@media (max-width:767px) {
  .chochin_img {
    margin: 0 auto 15px;
    flex-wrap: wrap;
  }
  .chochin_img img {
    max-height: 20vw;
    border-radius: 10px;
    margin: 5px;
    border: #16196f 4px solid;
  }
}
.chochin_img-wide {
  width: 82%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chochin_img-wide img {
  border-radius: 10px;
  margin: 10px;
  border: #16196f 8px solid;
}
@media (min-width:768px) and (max-width:1100px) {
  .chochin_img-wide {
    margin: 0 auto 15px;
    flex-wrap: wrap;
  }
  .chochin_img-wide img {
    border-radius: 10px;
    margin: 10px;
    border: #16196f 8px solid;
  }
}
@media (max-width:767px) {
  .chochin_img-wide {
    width: 85%;
    margin: 0 auto 15px;
    flex-wrap: wrap;
  }
  .chochin_img-wide img {
    border-radius: 10px;
    margin: 5px;
    border: #16196f 4px solid;
  }
}
.chochin_size {
  max-width: 200px;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .chochin_size {
    padding: 10px;
  }
  .chochin_size img {
    max-width: 100px;
  }
}
.chochin_btn {
  filter: brightness(1.25) grayscale(100%);
  background: #999;
  width: 100%;
  font-size: 3.6rem;
  text-align: center;
  padding: 20px 0;
  margin: 30px 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffef38;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.chochin_btn:hover {
  opacity: 1;
}
.chochin_btn img {
  max-width: 50px;
}
@media (min-width:768px) and (max-width:1100px) {
  .chochin_btn {
    font-size: 2.4rem;
    margin: 15px auto;
  }
  .chochin_btn img {
    max-width: 25px;
  }
}
@media (max-width:767px) {
  .chochin_btn {
    font-size: 1.8rem;
    padding: 10px 0;
    margin: 15px auto;
    align-items: flex-start;
    position: relative;
  }
  .chochin_btn img {
    position: absolute;
    max-width: 25px;
    top: 10%;
    left: 10%;
  }
}
.chochin_end {
  font-size: 2.4rem;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  background: #f3320b;
  color: #FFF;
}
@media (max-width:767px) {
  .chochin_end {
    font-size: 1.8rem;
    padding: 10px;
  }
}

.access {
  background: url(../../img/access_bg.jpg) top center no-repeat;
  background-repeat: repeat;
  background-size: 1000px;
  padding: 80px 0 50px;
  position: relative;
}
@media (max-width:767px) {
  .access {
    padding: 16vw 0;
  }
}
.access::before {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  background-size: 100%;
  width: 25.625%;
  aspect-ratio: 492/464;
  left: 0;
  top: 0;
}
.access::after {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  transform: scaleX(-1);
  background-size: 100%;
  width: 25.625%;
  aspect-ratio: 492/464;
  right: 0;
  top: 0;
}
@media (max-width:767px) {
  .access::before {
    background: url(../../img/lantern-sp.png) left top no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25.867vw;
    height: 21.067vw;
  }
  .access::after {
    background: url(../../img/lantern-sp.png) left top no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25.867vw;
    height: 21.067vw;
  }
}
.access_bg1 {
  position: absolute;
  z-index: 1;
  background: url(../../img/access_bg1.png) left top no-repeat;
  background-size: 100%;
  width: 18.4375%;
  height: 263.8418079096%;
  left: 1%;
  top: 30%;
}
@media (max-width:767px) {
  .access_bg1 {
    top: 4%;
  }
}
.access_bg2 {
  position: absolute;
  z-index: 1;
  background: url(../../img/access_bg2.png) left top no-repeat;
  background-size: 100%;
  width: 23.5416666667%;
  height: 207.5221238938%;
  right: -2%;
  top: 27%;
}
@media (max-width:767px) {
  .access_bg2 {
    top: 4%;
  }
}
.access_ttl {
  position: relative;
  width: 100%;
  max-width: 794px;
  margin: 0 auto 50px;
  text-align: center;
  z-index: 2;
}
@media (max-width:767px) {
  .access_ttl {
    width: 69.2vw;
    margin: 0 auto 12.133vw;
  }
}
.access_inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  margin: 100px auto 0;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_inner {
    width: 90%;
    padding: 20px;
    margin: 50px auto 35px;
  }
}
@media (max-width:767px) {
  .access_inner {
    width: 90%;
    padding: 20px;
    margin: 35px auto 0px;
    border-radius: 5.333vw;
  }
}
.access_ttl2 {
  color: #d14452;
  font-size: 3rem;
  text-align: center;
  margin: 0px auto 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_ttl2 {
    font-size: 2.4rem;
    margin: 20px auto 40px;
  }
}
@media (max-width:767px) {
  .access_ttl2 {
    font-size: 1.8rem;
    margin: 0px auto 20px;
  }
}
.access_box {
  width: 84%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_box {
    width: 100%;
  }
}
@media (max-width:767px) {
  .access_box {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.access_box_icon {
  flex: 0 0 20%;
}
@media (max-width:767px) {
  .access_box_icon {
    margin-bottom: 20px;
    text-align: center;
  }
  .access_box_icon img {
    max-width: 60%;
  }
}
.access_box_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: #171c61;
}
.access_box_txt h4 {
  display: inline-block;
  font-size: 2.4rem;
  color: #FFF;
  background: #171c61;
  border-radius: 100px;
  padding: 0 2em;
  margin-bottom: 0.5em;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_box_txt h4 {
    font-size: 2rem;
  }
}
@media (max-width:767px) {
  .access_box_txt h4 {
    margin-bottom: 0;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .access_box_txt {
    font-size: 1.4rem;
  }
}
@media (max-width:767px) {
  .access_box_txt {
    font-size: 1.2rem;
  }
}
.access_nishiaraidaishi {
  width: 100%;
  border: 8px solid #171c61;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width:767px) {
  .access_nishiaraidaishi {
    flex-direction: column;
  }
}
.access_nishiaraidaishi_icon {
  flex: 0 0 15%;
  text-align: center;
}
@media (max-width:767px) {
  .access_nishiaraidaishi_icon img {
    max-width: 60%;
  }
}
.access_nishiaraidaishi_txt {
  flex: 0 0 85%;
  font-size: 2.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: #171c61;
}
.access_nishiaraidaishi_txt h4 {
  display: inline-block;
  font-size: 3.6rem;
  color: #171c61;
  border-radius: 100px;
  padding: 0 1em 0 1em;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_nishiaraidaishi_txt h4 {
    font-size: 2.8rem;
  }
}
@media (max-width:767px) {
  .access_nishiaraidaishi_txt h4 {
    font-size: 2.2rem;
    margin-top: 10px;
  }
}
.access_nishiaraidaishi_txt span {
  font-size: 2rem;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_nishiaraidaishi_txt {
    font-size: 2rem;
  }
  .access_nishiaraidaishi_txt span {
    font-size: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width:767px) {
  .access_nishiaraidaishi_txt {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
  }
  .access_nishiaraidaishi_txt span {
    font-size: 1.2rem;
    padding-left: 3rem;
    padding-left: 0;
  }
}
.access_map iframe {
  width: 100%;
  height: 460px;
}
.access_daishi {
  margin-top: 30px;
}
@media (max-width:767px) {
  .access_daishi {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.bon_ft {
  background: url(../../img/bon_ft.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 11.4583333333%;
}
@media (max-width:767px) {
  .bon_ft {
    background: url(../../img/bon_ft.jpg) center top no-repeat;
    background-size: 960px 111px;
    width: 100%;
    padding-top: 0;
    height: 111px;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media (max-width:980px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .pcDetail {
    display: none;
  }
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media (max-width:767px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block !important;
  }
}
.endcont {
  display: none;
}

button.more {
  width: 200px;
  margin: 50px auto 0;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  padding: 10px 30px 10px;
  background: #171c61;
  color: #FFF;
  border: none;
  outline: 0;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
}
@media (max-width:767px) {
  button.more {
    width: 150px;
    margin: 30px auto 0;
    font-size: 1.4rem;
    padding: 5px 15px 5px;
  }
}

button.more::after {
  content: "+　内容を見る";
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}

button.more.on-click::after {
  content: "-　閉じる";
}

.douga {
  background: url(../../img/douga_bg.jpg) top center repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
@media (min-width:768px) and (max-width:1100px) {
  .douga {
    padding: 35px 0;
  }
}
@media (max-width:767px) {
  .douga {
    padding: 16vw 0;
  }
}
.douga::before {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  background-size: 100%;
  width: 25.625%;
  aspect-ratio: 492/464;
  left: 0;
  top: 0;
}
.douga::after {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  transform: scaleX(-1);
  background-size: 100%;
  width: 25.625%;
  aspect-ratio: 492/464;
  right: 0;
  top: 0;
}
@media (max-width:767px) {
  .douga::before {
    background: url(../../img/lantern-sp.png) left top no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25.867vw;
    height: 21.067vw;
  }
  .douga::after {
    background: url(../../img/lantern-sp.png) left top no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25.867vw;
    height: 21.067vw;
  }
}
.douga_ttl {
  width: 100%;
  max-width: 409px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width:767px) {
  .douga_ttl {
    width: 54.933vw;
    margin: 0 auto 12.133vw;
  }
}
.douga_inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  margin: 80px auto 0;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .douga_inner {
    width: 90%;
    padding: 20px;
    margin: 50px auto 35px;
  }
}
@media (max-width:767px) {
  .douga_inner {
    width: 90%;
    padding: 20px;
    margin: 35px auto 0px;
  }
}
.douga_ttl2 {
  font-size: 3.2rem;
  background: #3083c4;
  color: #FFF;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  margin: 0px auto 50px;
}
.douga_ttl2 span {
  font-size: 2.4rem;
}
@media (min-width:768px) and (max-width:1100px) {
  .douga_ttl2 {
    font-size: 2.3rem;
  }
}
.douga_ttl2 span {
  font-size: 1.6rem;
}
@media (max-width:767px) {
  .douga_ttl2 {
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 12px 0;
    border-radius: 10px;
    margin: 0px auto 20px;
  }
  .douga_ttl2 span {
    font-size: 1.3rem;
  }
}
.douga_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width:767px) {
  .douga_wrap {
    flex-direction: column-reverse;
  }
}
.douga_img {
  flex: 0 0 30%;
}
@media (max-width:767px) {
  .douga_img {
    width: 70%;
    margin: 20px auto 0;
  }
}
.douga h4 {
  font-size: 4.4rem;
  text-align: center;
  margin: 30px 0 30px;
  color: #ea3c3d;
}
@media (min-width:768px) and (max-width:1100px) {
  .douga h4 {
    font-size: 3.4rem;
  }
}
@media (max-width:767px) {
  .douga h4 {
    font-size: 2.4rem;
    margin: 10px 0 20px;
  }
}
.douga_zokuhou {
  margin-top: 50px;
}

.movie {
  margin-bottom: 50px;
}
@media (max-width:767px) {
  .movie {
    margin-bottom: 30px;
  }
}
.movie_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie_kv img {
  border-radius: 10px;
  margin: 10px;
}
@media (max-width:767px) {
  .movie_kv {
    margin: 0 auto 15px;
  }
}
.movie_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.movie_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .movie_lead strong {
    font-size: 1.8rem;
  }
}
.movie_lead span {
  font-size: 1.6rem;
  color: #F00;
  border-bottom: 3px double #F00;
}
@media (max-width:767px) {
  .movie_lead span {
    font-size: 1.2rem;
  }
}
.movie_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.movie_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .movie_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .movie_lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.movie_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width:767px) {
  .movie_wrap {
    flex-direction: column;
    margin-bottom: 5px;
  }
}
.movie_box {
  width: 48%;
  margin: 0 1%;
}
@media (max-width:767px) {
  .movie_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.movie_youtube {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  margin: 0px auto 0;
}
.movie_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */