@charset "UTF-8";
/*
Version:	1.0
Creation Date:	2021.8.19
Last Updated:	2023.2.15
*/


/* import
------------------------------------------------------------ */
@import "https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/css/swiper.css";


/* set
------------------------------------------------------------ */
* {
margin: 0;
padding: 0;
font-style: normal;
box-sizing: border-box;
}
html {
overflow-y: scroll;
}
body {
-webkit-text-size-adjust: 100%;
font-family: ryo-gothic-plusn, sans-serif;
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
text-align: center;
overflow: hidden;
height: auto !important;
}
ul {
list-style: none;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
border: 0;
}
iframe {
max-width: 100%;
border: none;
}
a {
color: inherit;
text-decoration: none;
}
a:hover img {
opacity: 1;
}
.header a:hover img,
a.opa:hover,
.pr a:hover img {
opacity: .7;
}
#bnr a:hover img {
opacity: .8;
}
.nav a:hover img {
opacity: .9;
}
:hover {
transition: .3s;
}
.smd,.smp {
display: none;
}
.pc {
display: block;
}


/* common
------------------------------------------------------------ */
/* font */
/* りょうゴシック PlusN */
.ryo-go {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
}
.b {
font-weight: 700;
}
/* 貂明朝テキスト */
.ten-min {
font-family: ten-mincho-text, serif;
font-weight: 400;
}
/* Poster Gothic Cond ATF Bold */
.en {
font-family: poster-gothic-cond-atf, sans-serif;
font-weight: 600;
letter-spacing: .1em;
}
/* ルイカ-０９ */
.ruika {
font-family: ruika, sans-serif;
font-weight: 100;
}

/* layout */
main {
width: 100%;
display: block;
overflow: hidden;
}
article {
width: 100%;
position: relative;
}
section {
width: 1000px;
max-width: 90%;
margin: 0 auto;
padding: 60px 0;
}
.h2 + section {
padding: 0;
}

/* style */
.flex {
display: flex;
}
.vwmax img {
width: 100vw;
}
.h2 {
position: relative;
}
.h2 h2 {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.center {
text-align: center;
}

/* .link */
.link {
text-align: center;
margin: 30px auto 0;
}
.link a {
background: #ffba00;
background-size: 30px auto !important;
font-size: 20px;
font-weight: 700;
line-height: 60px;
width: 320px;
max-width: 100%;
height: 60px;
display: inline-block;
border-radius: 30px;
position: relative;
z-index: 1;
}
.link.l a {
width: 360px;
}
.link a:after {
content: "";
border-top: solid 9px transparent;
border-right: solid 12px transparent;
border-bottom: solid 9px transparent;
border-left: solid 12px #000;
position: absolute;
top: 50%;
right: 5px;
transition: transform 0.5s ease;
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.link a:hover:after {
-webkit-transform: translate(30%,-50%);
transform: translate(30%,-50%);
}
.link.blu a {
background: #00ABEB;
color:  #FFF;
}
.link.nvy a {
background: #004098;
color:  #FFF;
}
.link.pnk a {
background: #E62E8B;
color:  #FFF;
}
.link.org a {
background: #F15A24;
background: #EC641A;
color:  #FFF;
}
.link.brn a {
background: #E39300;
color:  #FFF;
}
.link.yel a {
background: #FFF33F;
}
.link.blu a:after,
.link.nvy a:after,
.link.pnk a:after,
.link.org a:after,
.link.brn a:after {
border-left: solid 12px #FFF;
}


#guideline h4 {
text-align: left;
line-height: 3;
font-size: 150%
}

#guideline p {
text-align: left;
line-height: 1.8;
}

#guideline li {
text-align: left;
line-height: 1.8;
list-style: disc;
}



/* .header
------------------------------------------------------------ */
.header {
position: fixed;
}
.spnav,
.spsubnav {
text-align: left;
}
.gnav__subitem__table td a {
text-align: left;
}


/* header
------------------------------------------------------------ */
header {
background: #004098;
_background: #0A132F;
margin-top: 120px;
}
header p {
color: #FFF;
line-height: 1.8;
}
header p a {
color: #FFED00;
text-decoration: underline;
}
header p a:hover {
text-decoration: none;
}
header p span {
color: #e50012;
}

/* #match */
#match {
background: url("../img/match_bg.jpg") no-repeat center bottom;
background-size: cover;
}
#match div {
margin-bottom: 20px;
}
#match p {
color: #FFF;
font-size: 26px;
line-height: 1.4;
text-shadow: 3px 3px 3px #000, -3px -3px 3px #000,	-3px 3px 3px #000, 3px -3px 3px #000,	3px 0 3px #000, -3px -0 3px #000,	0 3px 3px #000, 0 -3px 3px #000;
}
#match p span {
color: #FFF;
font-size: 20px;
}
#match p em {
font-size: 46px;
}
#match p em span {
font-size: 26px;
}
#match p strong {
font-size: 42px;
font-weight: 700;
}
#match p:nth-of-type(4) {
margin-top: 20px;
}

#match + section {
padding: 6em 0 2em;
}

/* #nav */
#nav {
background: #004098;
background-size: cover;
}

/* .nav */
.nav {
padding: 0 0 60px;
}
.nav ul {
width: 1090px;
max-width: 96%;
margin: 0 auto;
padding: 0 0 30px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.nav li {
width: 260px;
margin: 0 .5% 1%;
}

/* #highlight */
#highlight {
background: #dcdddd;
background: url("../img/highlight_bg.jpg") no-repeat center;
background-size: cover;
padding: 30px 0;
}
#highlight figure {
background: #FFF;
margin-top: 40px;
border: solid 3px #004098;
border: solid 3px #0A132F;
border-radius: 20px;
overflow: hidden;
}
#highlight figure div {
flex-basis: 50%;
}
#highlight figure:nth-child(odd) div {
order: 1;
}
#highlight a:hover img {
opacity: .8;
}
#highlight figcaption {
text-align: left;
padding: 30px;
flex-basis: 50%;
}
#highlight figcaption h3 {
color: #004098;
color: #0A132F;
font-size: 22px;
font-weight: 700;
margin-bottom: 10px;
}
#highlight figcaption p {
color: #000;
}
#highlight figcaption p + h3,
#highlight figcaption p + p {
padding-top: 10px;
}
#highlight figcaption a {
color: #004098;
color: #0A132F;
text-decoration: underline;
}
#highlight figcaption a:hover {
text-decoration: none;
}


/* #highlight2 */
#highlight2 {
background: #dcdddd;
background: url("../img/highlight_bg.jpg") no-repeat center;
background-size: cover;
padding: 30px 0;
}
#highlight2 figure {
background: #FFF;
margin-top: 40px;
border: solid 3px #004098;
border: solid 3px #0A132F;
border-radius: 20px;
overflow: hidden;
}
#highlight2 figure div {
flex-basis: 100%;
}
#highlight2 figure:nth-child(odd) div {
order: 1;
}
#highlight2 a:hover img {
opacity: .8;
}
#highlight2 figcaption {
text-align: left;
padding: 30px;
flex-basis: 100%;
}
#highlight2 figcaption h3 {
color: #004098;
color: #0A132F;
font-size: 22px;
font-weight: 700;
margin-bottom: 10px;
}
#highlight2 figcaption p {
color: #000;
}
#highlight2 figcaption p + h3,
#highlight2 figcaption p + p {
padding-top: 10px;
}
#highlight2 figcaption a {
color: #004098;
color: #0A132F;
text-decoration: underline;
}
#highlight2 figcaption a:hover {
text-decoration: none;
}


/* #schedule */
#schedule {
background: #004098;
}
#schedule h2 {
padding: 30px 0;
}


/* main
------------------------------------------------------------ */
/* common */
dl {
text-align: left;
}
dl dt {
background: #004098;
font-size: 14px;
color: #FFF;
line-height: 25px;
text-align: center;
width: 50px;
height: 25px;
margin-bottom: 10px;
float: left;
clear: both;
}
dl dd {
font-size: 18px;
font-weight: bold;
line-height: 1.3;
padding: 2px 0 10px 60px;
}
dl dd em {
font-size: 20px;
letter-spacing: .1em;
}
dl dd span {
font-size: 12px;
}

.box dl dt,
#event dl dt {
background: #0A132F;
}
#limited dl dt {
background: #004d8a;
}
#limited3 dl dt {
background: #004d8a;
}
#popular dl dt {
background: #004d8a;
}
#goods dl dt,
#goods2 dl dt {
background: #007AB8;
}

/* swiper */
.swiper {
width: 1080px;
max-width: 98%;
}
.swiper h2 {
max-width: 92%;
margin: 0 auto;
}
.swiper-button {
position: relative;
}
.swiper-container {
width: 1000px;
max-width: calc(100% - 60px);
margin: 40px auto 50px;
}
.swiper-wrapper {
display: flex;
}
.swiper-slide {
background: #FFF;
height: auto;
padding-bottom: 90px;
border: solid 3px #004098;
border-radius: 20px;
}
.swiper-slide div {
border-bottom: solid 3px #004098;
}
.swiper-slide div img {
border-radius: 17px 17px 0 0;
}
.swiper-slide h3 {
font-size: 22px;
font-weight: 700;
line-height: 1.3;
height: 75px;
padding: 10px 20px 0;
}
.swiper-slide h3 em {
font-size: 16px;
font-weight: 500;
display: block;
}
.swiper-slide h3 span {
font-size: 14px;
}
.swiper-slide p {
text-align: left;
padding: 0 20px;
}
.swiper-slide p span {
font-size: 14px;
}
.swiper-slide dl {
padding: 10px 20px;
position: absolute;
left: 0;
bottom: 0;
}
.swiper-slide a  {
color: #004098;
text-decoration: underline;
}
.swiper-slide a:hover {
text-decoration: none;
}
.swiper-button-prev,
.swiper-button-next {
background: rgba(255,255,255,1);
width: 28px;
height: 28px;
border-radius: 50%;
z-index: 1;
overflow: hidden;
}
.swiper-button-prev {
left: 0;
}
.swiper-button-next {
right: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
background: rgba(255,255,255,.7);
transition: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
content: "";
border-top: solid 7px transparent;
border-right: solid 10px transparent;
border-bottom: solid 7px transparent;
border-left: solid 10px rgba(0,64,152,1);
position: absolute;
top: 7px;
right: -2px;
}
.swiper-button-prev:after {
border-top: solid 7px transparent;
border-right: solid 10px rgba(0,64,152,1);
border-bottom: solid 7px transparent;
border-left: solid 10px transparent;
right: auto;
left: -2px;
	}
 
#main.swiper-container {
width: 100%;
max-width: 100%;
margin: 0 auto;
}
#main .swiper-slide {
padding-bottom: 0;
border: none;
border-radius: 0;
}
#main .swiper-slide img {
width: 100vw;
}

#present .swiper-slide {
padding-bottom: 0;
border: none;
}
#present .swiper-button-prev,
#present .swiper-button-next {
background: rgba(10,19,47,1);
}
#present .swiper-button-prev:hover,
#present .swiper-button-next:hover {
background: rgba(10,19,47,.7);
}
#present .swiper-button-prev:after,
#present .swiper-button-next:after {
border-left: solid 10px rgba(255,255,255,1);
}
#present .swiper-button-prev:after {
border-right: solid 10px rgba(255,255,255,1);
border-left: solid 10px transparent;
	}
 
#booth {
background: rgba(3,56,134,.1) url("../img/booth_bg.png") no-repeat center center;
background-size: cover !important;
}
#booth .swiper-slide {
border-radius: 0;
}
#booth .swiper-slide div img {
border-radius: 0;
}
#booth .swiper-slide h3 {
background: #004098;
color: #FFF;
font-size: 28px;
white-space: nowrap;
height: auto;
padding: 15px 10px;
}
#booth .swiper-slide p {
padding: 20px 30px;
}
#booth .swiper-slide dl {
padding: 10px 50px;
}

#limited {
background: rgba(241,90,36,.1) url("../img/limited_bg.jpg") no-repeat center center; /* グルメ1列目背景 */
background-size: cover !important;
}
#limited .swiper-slide {
border: solid 3px #004d8a;
}
#limited .swiper-slide div {
border-bottom: solid 3px #004d8a;
}

#limited3 {
background: rgba(241,90,36,.1) url("../img/limited3_bg.jpg") no-repeat center center; /* グルメ2列目背景 */
background-size: cover !important;
}
#limited3 .swiper-slide {
border: solid 3px #004d8a;
}
#limited3 .swiper-slide div {
border-bottom: solid 3px #004d8a;
}

#popular {
background: rgba(227,147,0,.1) url("../img/popular_bg.jpg") no-repeat center center;  /* グルメ3列目背景 */
background-size: cover !important;
}
#popular .swiper-slide {
border: solid 3px #004d8a;
}
#popular .swiper-slide div {
border-bottom: solid 3px #004d8a;
}

.gourmet h2 + p {
text-shadow: 3px 3px 3px #FFF, -3px -3px 3px #FFF,
  -3px 3px 3px #FFF,  3px -3px 3px #FFF,
  3px 0px 3px #FFF, -3px -0px 3px #FFF,
  0px 3px 3px #FFF,  0px -3px 3px #FFF;
margin-top: 20px;
}

#goods {
background: rgba(0,122,184,.1) url("../img/goods_bg.jpg") no-repeat center center; /* グッズ1列目背景 */
background-size: cover !important;
}
#goods2 {
background: rgba(0,122,184,.1) url("../img/goods_bg.jpg") no-repeat center center; /* グッズ2列目背景 */
}
#goods .swiper-container,
#goods2 .swiper-container {
width: 1080px;
max-width: 100%;
padding: 0 40px;
}
#goods .swiper-slide,
#goods2 .swiper-slide {
padding-bottom: 70px;
border-radius: 0;
border: solid 6px #007AB8;
transform: skewX(-5deg);
}
#goods .swiper-slide-prev,
#goods .swiper-slide-next + .swiper-slide +  .swiper-slide,
#goods2 .swiper-slide-prev,
#goods2 .swiper-slide-next + .swiper-slide +  .swiper-slide {
opacity: 0;
transition: 2s;
}
#goods .swiper-slide div,
#goods2 .swiper-slide div {
border-bottom: solid 2px #007AB8;
}
#goods .swiper-slide div img,
#goods2 .swiper-slide div img {
border-radius: 0;
}
#goods .swiper-slide h3,
#goods .swiper-slide p,
#goods .swiper-slide dl,
#goods2 .swiper-slide h3,
#goods2 .swiper-slide p,
#goods2 .swiper-slide dl {
transform: skewX(5deg);
}
#goods .swiper-slide dl,
#goods2 .swiper-slide dl {
padding: 10px 20px 0;
}
#goods .swiper + .swiper,
#goods2 .swiper + .swiper {
margin-top: -60px;
padding-top: 0;
}

/* #movie */
#movie {
background: #FFF url("../img/event_bg.png") repeat-y;
background-size: 100% auto;
padding: 60px 0;
}
#movie section div {
width: 100%;
padding-top: 56.25%;
position: relative;
}
#movie iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
}

/* #topics */
#topics .fadeInRight {
position: absolute;
top: 4%;
}
#topics .ruika {
color: #FFF;
font-size: 4.5vw;
line-height: 1.3;
text-align: left;
position: absolute;
top: 14%;
left: 37%;
}
#topics .ruika span {
font-size: 1.5vw;
padding-left: 1em;
}
#topics .fadeInLeft {
position: absolute;
top: 48%;
}

/* #topics2 */
#topics2 .fadeInLeft {
position: absolute;
top: 3%;
}
#topics2 .fadeInRight {
position: absolute;
top: 28%;
}

/* common */
.box {
background: rgba(255,186,0,1);
color: #FFF;
text-align: left;
width: 550px;
max-width: 90%;
margin: 0 auto;
padding: 25px 50px 15px;
border-radius: 10px;
position: relative;
z-index: 1;
}
.box p {
padding-bottom: 20px
}
.box p a {
text-decoration: underline;
}
.box p a:hover {
text-decoration: none;
}

/* #present */
#present {
background: url("../img/present_bg.png") no-repeat center center;
background-size: cover;
padding-top: 40px;
}
#present .box {
width: 650px;
max-width: 100%;
border-radius: 0 0 10px 10px;
}

/* #event2 */
#event2 {
background: url("../img/event2_bg.png") no-repeat center center;
background-size: cover;
padding-top: 40px;
}
#event2 div {
margin: 30px auto;
}

/* #event3 */
#event3 {
background: url("../img/event3_bg.jpg") no-repeat center center;
background-size: cover;
padding-top: 40px;
}
#event3 div {
margin: 30px auto;
}

/* #event */
#event {
background: #FFF url("../img/event_bg.png") repeat-y;
background-size: 100% auto;
}
_#event:before {
content: "";
background: #FFF url("../img/event_bg.png") repeat-y;
background-size: 100% auto;
width: 100%;
height: 100%;
position: fixed;
top: 120px;
left: 0;
z-index: -1;
}
#event h2 {
padding: 30px 0 60px;
}

#event figure a {
text-decoration: underline;
}
#event figure a:hover {
text-decoration: none;
}
#event figcaption {
color: #FFF;
text-align: left;
}
#event h3 {
font-size: 28px;
font-weight: bold;
line-height: 1.3;
}
#event p {
padding: 20px 0;
}

#event #box {
_background: #0A132F;
background: #004098;
width: 916px;
max-width: 100%;
margin: 0 auto 25%;
_border: solid 8px #0A132F;
border: solid 8px #004098;
box-shadow: 8px 8px 20px -5px #000;
position: relative;
}
#event #box:after {
content: "";
background: #4169e1;  /* ロイヤルブルー */
background: #FFF;        /* ホワイト */
background: #004098;   /* ブルー */
width: 100%;
height: 8%;
position: absolute;
_bottom: -8%;
bottom: -4%;
left: -8px;
transform: skewY(-8deg);
transform-origin: bottom left;
_border: solid 8px #0A132F;
border: solid 8px #004098;
border-top: none;
box-shadow: 0 10px 10px -5px rgba(0,0,0,.8);
}

#event #box figure {
padding: 80px 60px 80px 0;
justify-content: space-between;
position: relative;
}
#event #box figure:first-child	{
padding-top: 40px;
}
#event #box figure:nth-child(even)	{
padding: 20px 0 80px 60px;
}
#event #box figure:not(:first-child)	{
padding-top: 20px;
}
#event #box figure:last-child	{
padding-bottom: 0;
}
#event #box figure:last-child	div,
#event #box figure:last-child	figcaption {
margin-bottom: -10%;
}
#event #box figure div {
flex-basis: 56%;
margin-left: -40px;
z-index: 1;
}
#event #box figure:nth-child(even) div {
margin-left: auto;
margin-right: -40px;
}
#event #box figcaption {
flex-basis: 44%;
z-index: 1;
}
#event #box figure:nth-child(even) figcaption {
order: -1;
}
#event #box figure:after {
content: "";
background: #4169e1;
width: 100%;
height: 30%;
position: absolute;
bottom: -30%;
left: 0;
transform: skewY(-8deg);
transform-origin: bottom left;
}
#event #box figure:last-child:after {
display: none;
}
#event #box dl {
background: rgba(251,224,209,.9);
color: #0A132F;
padding: 20px 20px 10px;
}

#event #box figure:nth-child(3n+2) {
background: #4169e1;
}
#event #box figure:nth-child(3n+2):after {
background: #FFF;
}

#event #box figure:nth-child(3n+3) {
background: #FFF;
}
#event #box figure:nth-child(3n+3) figcaption {
color: #0A132F;
}
#event #box figure:nth-child(3n+3):after {
_background: #0A132F;
background: #004098;
}
#event #box figure:nth-child(3n+3):before {
content: "";
background: #FFF;
width: 100%;
height: 30%;
position: absolute;
bottom: 0;
left: 0;
transform: skewY(-8deg);
transform-origin: bottom left;
z-index: -1;
}

#event div.flex {
width: 916px;
max-width: 90%;
margin: 0 auto;
flex-wrap: wrap;
justify-content: space-between;	
}
#event div.flex figure {
flex-basis: 45%;
margin-bottom: 90px;
position: relative;
}
#event div.flex figure div {
text-align: left;
margin-left: -40px;
}
#event div.flex figcaption {
_background: #0A132F;
background: #004098;
color: #FFF;
padding: 30px 30px 0;
position: relative;
}
#event div.flex figcaption:before {
content: "";
_background: #0A132F;
background: #004098;
width: 100%;
height: 60px;
position: absolute;
top: 0;
left: 0;
transform: skewY(-8deg);
transform-origin: bottom left;
z-index: -1;
}
#event div.flex figcaption:after {
content: "";
_background: #0A132F;
background: #004098;
width: 100%;
height: 60px;
position: absolute;
bottom: -60px;
left: 0;
transform: skewY(-8deg);
transform-origin: bottom left;
z-index: -1;
}
#event div.flex dl dt {
background: #0A132F;
}

#event div.flex figure:nth-child(even) {
margin-top: 90px;
}
#event div.flex figure.org figcaption,
#event div.flex figure.org figcaption:before,
#event div.flex figure.org figcaption:after {
background: #4169e1;
}
#event div.flex figure.org dl dt {
background: #0A132F;
}

/* .pr */
.pr {
background: #004098;
padding-top: 40px;
}
.pr p {
font-size: 14px;
color: #FFF;
}
.pr div img {
width: 70%;
}
.pr div + div {
margin-top: 30px;
}

/* #booth*/
#booth {
}

/* #limited */
#limited {
}

/* #limited3 */
#limited3 {
}


/* #popular */
#popular {
}

/* #goods */
#goods {
}


/* footer
------------------------------------------------------------ */
footer {
background: #000;
}

/* #sns */
#sns {
background: #FFF;
}
.share__icon {
display: flex;
justify-content: center;
margin: 0;
}
.share__icon li {
width: 20%;
}
.share__icon__item a {
color: #3e3e3e;
line-height: 1;
transition: opacity 0.2s ease;
padding: 15px 10px;
display: flex;
justify-content: center;
align-items: center;
}
.share__icon .line {
background: #00B900;
}
.share__icon .twitter {
background: #1DA1F2;
}
.share__icon .facebook {
background: #1877F2;
}
.share__icon .instagram {
background: url("../img/sns_instagram_bg.png") center no-repeat;
background-size: cover;
}
.share__icon .youtube {
background: #FF0000;
}
.share__icon__inner img {
width: 40px;
}
.share__icon__name {
margin-top: 5px;
text-align: center;
font-size: 10px;
color: #fff;
}
.share__icon__btn {
border: #fff 1px solid;
padding: 5px 20px;
border-radius: 10px;
margin-top: 10px;
font-size: 10px;
color: #fff;
}

/* #information */
#information a {
background: #FFE038;
font-size: 23px;
font-weight: bold;
padding: 20px;
display: block;
}
#information a:hover {
background: #004098;
color: #FFF;
}

footer h1 {
width: 188px;
margin: 0 auto 30px;
}
footer p {
color: #FFF;
font-size: 12px;
}
footer p + p {
font-size: 11px;
}
footer section {
padding: 20px 0 100px;
}

/* #ticket */
#ticket {
width: 100%;
position: fixed;
left: 0;
bottom: 0;
z-index: 3;
}
#ticket a {
background: #ffba00;
color: #fff;
font-size: 4rem;
display: flex;
justify-content: center;
align-items: center;
}
#ticket a span {
font-size: 3.2rem;
padding: 0 10px;
}
#ticket a:hover {
background: #000;
color: #FFF;
}





@media screen and (max-width: 1080px) and (orientation:portrait) {
/* iPad縦以下 */

/* set
------------------------------------------------------------ */
.pc {
display: none;
}
.smd {
display: block;
}

}


@media screen and (max-width: 740px) {
/* iPhone以下 */

/* set
------------------------------------------------------------ */
body {
font-size: 14px;
line-height: 1.4;
}
.smd {
display: none;
}
.smp {
display: block;
}
br.smp {
font-size: 0;
}

/* common
------------------------------------------------------------ */
/* layout */
section {
padding: 30px 0;
}
.h2 + section {
padding: 0 0 30px;
}

/* header
------------------------------------------------------------ */
header {
margin-top: 60px;
}
/* #match */
#match div {
max-width: 80%;
margin: 0 auto 20px;
}
#match p {
font-size: 20px;
}
#match p span {
font-size: 14px;
}
#match p em {
font-size: 26px;
}
#match p em span {
font-size: 18px;
}
#match p strong {
font-size: 28px;
display: block;
}
#match p:nth-of-type(4) {
margin: 20px 0;
}

/* #highlight */
#highlight figure {
display: block;
}
#highlight figcaption {
padding: 20px;
}
#highlight figcaption h3 {
font-size: 18px;
}

/* #highlight2 */
#highlight2 figure {
display: block;
}
#highlight2 figcaption {
padding: 20px;
}
#highlight2 figcaption h3 {
font-size: 18px;
}

/* .nav */
.nav {
padding: 0 0 30px;
}
.nav li {
width: 160px;
margin: 0 5px 10px;
}
.nav li.smp {
width: 330px;
}

/* #schedule */
#schedule h2 {
padding: 0 0 10px;
}
#schedule h2 img {
max-width: 70%;
}

/* main
------------------------------------------------------------ */
/* common */
dl dt {
font-size: 12px;
line-height: 20px;
width: 40px;
height: 20px;
}
dl dd {
font-size: 14px;
padding: 2px 0 10px 50px;
}
dl dd em {
font-size: 16px;
}
dl dd span {
font-size: 10px;
}

/* swiper */
.swiper-slide {
padding-bottom: 80px;
}
#booth .swiper-slide h3 {
font-size: 22px;
padding: 10px;
}
#goods .swiper-slide-next,
#goods2 .swiper-slide-next {
opacity: 0;
transition: 2s;
}

/* #event */
_#event:before {
top: 60px;
}
#event h2 {
padding: 0 0 20px;
}
#event h3 {
font-size: 22px;
}
#event #box {
margin: 0 auto 60px;
}
#event #box figure {
padding: 0 0 60px !important;
display: block;
}
#event #box figure div {
text-align: center;
margin: 0 auto 20px !important;
}
#event #box figcaption {
width: 90%;
margin: 0 auto !important;
}
#event #box:after,
#event #box figure:after,
#event #box figure:before {
display: none;
}
#event div.flex {
display: block;
}
#event div.flex h3 {
font-size: 22px;
}
#event div.flex figure div {
text-align: center;
margin-left: 0;
}

/* #movie */
#movie {
padding: 0;
}

/* .pr */
.pr {
padding-top: 0;
}
.pr div img {
width: 100%;
}

/* footer
------------------------------------------------------------ */
/* #information */
#information a {
font-size: 18px;
}

footer p {
font-size: 10px;
}
footer p + p {
font-size: 10px;
}

footer section {
padding: 20px 0 80px;
}

/* #ticket */
#ticket a {
font-size: 3rem;
height: 60px;
padding: 0 5%;
}
#ticket a span {
font-size: 2.2rem;
padding: 0 5px;
}
}