@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design
 
//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: '';
}

[dir="rtl"] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: '';
}

[dir="rtl"] .slick-next:before {
  content: '';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
0:セット
------------------------------------------------------------
*/
html, body {
  width: 100%;
  background: #040000;
}

body {
  font: 500 15px/1.8 "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  background: url(../images/bg.jpg) repeat-y center top/100% auto;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.win body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

a, a:link, a:active, a:visited {
  text-decoration: none;
  color: #fff;
  transition: .5s;
}

a:hover {
  color: #aaa;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

.opacity:hover {
  opacity: .5;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  img {
    vertical-align: middle;
  }
}

img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1200px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.home #container_wrap {
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .home #container_wrap {
    padding-top: 90px;
  }
}

.section {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 15vw;
  }
}

.section_02 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .section_02 {
    margin-bottom: 10vw;
  }
}

.section_wrap {
  margin: 250px 0 150px;
}

@media screen and (max-width: 767px) {
  .section_wrap {
    margin: 120px 0 20vw;
  }
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  height: 150px;
  display: flex;
  justify-content: center;
  padding: 0 5vw;
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  header {
    min-width: 1px;
    height: 90px;
  }
}

.header_box {
  display: flex;
  align-items: center;
}

#header_left {
  position: absolute;
  left: 5vw;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #header_right {
    display: none;
  }
}

.header_ttl {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .header_ttl {
    width: 80px;
  }
}

.hader_nav {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  margin: 0 2em 1.5em 0;
  font-size: .875em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width: 767px) {
  .hader_nav {
    font-size: 1em;
    margin: 0 0 2.5em 0;
  }
}

.hader_nav li {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #fff;
}

.hader_nav li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#gnavi {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  background: #000;
  padding: .5em 2em;
  border-radius: 10px;
}

#gnavi ul {
  display: flex;
  flex-flow: wrap;
}

#gnavi ul li {
  margin-right: 2em;
}

#gnavi ul li:last-child {
  margin-right: 0;
}

#gnavi ul li.active {
  color: #aaa;
}

/*.bnr_ticket {
	background: rgba(0, 0, 0, .8);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: .5em 5vw;
    z-index: 2;
    align-items: center;
	min-width: 1100px;
	@include mq(md) {
		min-width: 100%;
		padding: 1vw 5vw;
		height: 70px;
	}
	p {
		font-size: 2.1875em;
		font-family: $en;
		font-weight: bold;
		@include mq(md) {
			font-size: 1.3em;
			line-height: 1.3;
		}
		span {
			font-size: .4em;
			margin-left: 1em;
			font-weight: normal;
			vertical-align: middle;
			font-family: $gothic;
			@include mq(md) {
				display: block;
				margin: 0;
			}
		}
	}
	.btn {
		width: 230px;
		margin: 0;
		height: 44px;
		line-height: 44px;
		font-size: .875em;
		@include mq(md) {
			font-size: 3.5vw;
			width: 60vw;
		}
	}
}*/
/*
//フッター
------------------------------------------------------------
*/
#footer_wrap {
  text-align: center;
  font-size: .875em;
}

#footer {
  width: 100%;
  max-width: calc(1180px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
}

.list_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .list_sns {
    margin-bottom: 8vw;
  }
}

.list_sns li {
  width: 50px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .list_sns li {
    width: 35px;
  }
}

.list_sns li:last-child {
  margin-right: 0;
}

.copy {
  font-size: .9em;
  text-align: center;
}

/*
5:div
------------------------------------------------------------
*/
#topic {
  padding: 150px 0;
}

@media screen and (max-width: 767px) {
  #topic {
    padding: 10vw 0 20vw;
  }
}

.inner {
  max-width: calc(1180px + 10vw);
  padding: 0 5vw;
  margin: 0 auto;
  position: relative;
}

.inner_80 {
  max-width: calc(800px + 10vw);
  padding: 0 5vw;
  margin: 0 auto;
}

.topic_wrap {
  padding: 80px;
  background: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .topic_wrap {
    padding: 8vw 5vw;
  }
}

.topic_wrap img {
  display: block;
  margin: 3% auto;
}

@media screen and (max-width: 767px) {
  .topic_wrap img {
    margin: 5vw auto;
  }
}

.box {
  background: rgba(0, 0, 0, 0.7);
  padding: 80px;
}

@media screen and (max-width: 767px) {
  .box {
    padding: 10vw 5vw;
    margin-left: -5vw;
    width: calc(100% + 10vw);
  }
}

.map {
  position: relative;
  overflow: hidden;
  filter: invert(0.9);
}

.map::before {
  content: '';
  display: block;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .map::before {
    height: 300px;
  }
}

.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

/*
6:ul
------------------------------------------------------------
*/
.list_info {
  border-top: 1px solid #FFF;
}

.list_info li {
  padding: 2em;
  border-bottom: 1px solid #FFF;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .list_info li {
    padding: 5vw;
  }
}

.list_info li a {
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .list_info li a {
    flex-flow: wrap;
  }
}

.list_info li span {
  padding-right: 2em;
}

@media screen and (max-width: 767px) {
  .list_info li span {
    width: 100%;
  }
}

.list_artist li {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .list_artist li {
    margin-bottom: 2em;
  }
}

.list_artist li:last-child {
  margin-bottom: 0;
}

.list_artist li .artist_l {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .list_artist li .artist_l {
    width: 100%;
  }
}

.list_artist li .artist_r {
  width: 45%;
  padding: 2em;
}

@media screen and (max-width: 767px) {
  .list_artist li .artist_r {
    width: 100%;
    padding: 1em 2em 2em;
  }
}

.list_artist li .artist_r .name {
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .list_artist li .artist_r .name {
    font-size: 1.3em;
  }
}

.list_artist li .artist_r .name span {
  font-size: .65em;
  font-weight: 400;
}

.list_artist li .artist_r .day {
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-family: "Oswald", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  text-align: right;
}

.list_artist li .artist_r .txt {
  font-size: .9em;
}

.list_top {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  text-align: center;
  font-family: "Oswald", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .list_top {
    font-size: 1.4em;
    margin-bottom: 2em;
  }
}

.list_top li {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .list_top li {
    width: 48%;
  }
}

.list_top li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: .8em;
  background: #fff;
  color: #000;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .list_top li a {
    padding: 1em .5em;
  }
}

.list_top li a:hover {
  opacity: .5;
}

.list_top li a .icon_wrap {
  width: 40px;
  margin: 0 auto 10px;
  height: 40px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .list_top li a .icon_wrap {
    width: 25px;
    margin: 0 auto 5px;
    height: 25px;
  }
}

.list_top li a span {
  display: block;
  width: 100%;
  font-size: .5em;
  margin-top: .8em;
}

@media screen and (max-width: 767px) {
  .list_top li a span {
    letter-spacing: 0;
  }
}

.list_top2 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  text-align: center;
  font-family: "Oswald", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .list_top2 {
    font-size: 1.1em;
    margin-bottom: 2em;
  }
}

.list_top2 li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .list_top2 li {
    width: 33%;
  }
}

.list_top2 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2em .5em;
  background: #fff;
  color: #000;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .list_top2 li a {
    padding: 1em .5em;
  }
}

.list_top2 li a:hover {
  opacity: .5;
}

.list_top2 li a span {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .list_top2 li a span {
    letter-spacing: 0;
  }
}

.list_dot li {
  position: relative;
  padding-left: 15px;
}

.list_dot li:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  border-radius: 50%;
}

.list_num {
  counter-reset: count01;
}

.list_num li {
  position: relative;
  padding-left: 2em;
}

.list_num li:before {
  position: absolute;
  counter-increment: count01;
  content: counter(count01, upper-roman) ".";
  left: 0;
  top: 0;
}

.list_ticket li {
  margin-bottom: 3em;
}

.list_sch li {
  margin-bottom: 5%;
}

.list_sch li:last-child {
  margin-bottom: 0;
}

.list_sch li .month {
  background: #040000;
  color: #fff;
  padding: 1em 1.5em;
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 1.5em;
  padding: 1em;
}

.list_sch li span {
  margin-left: 1em;
  font-size: .6em;
  vertical-align: middle;
  font-family: 'Bebas Neue',sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

.rule_ttl {
  font-weight: bold;
  font-size: 1.1em;
}

.list_rule {
  margin-bottom: 2em;
  padding-left: 2em;
}

.list_rule li {
  display: flex;
}

.list_rule li.full {
  display: block;
}

.list_rule li span {
  margin-right: 10px;
}

/*
7:dl
------------------------------------------------------------
*/
/*
8:table
------------------------------------------------------------
*/
.table_fes {
  width: 100%;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .table_fes {
    margin: -20px 0 5vw;
  }
}

.table_fes th {
  width: 25%;
  vertical-align: top;
  padding: 30px 2em;
  text-align: left;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .table_fes th {
    width: 100%;
    display: block;
    padding: 20px 1em .5em;
    border-bottom: none;
  }
}

.table_fes td {
  width: 75%;
  padding: 30px 2em 30px 0;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .table_fes td {
    width: 100%;
    display: block;
    padding: 0 1em 20px;
    font-size: .9em;
  }
}

.table_sch {
  background: #fff;
  width: 100%;
  color: #221e1f;
  border-bottom: 3px solid #040000;
}

.table_sch th {
  border-bottom: 3px solid #040000;
  text-align: center;
  padding: .5em;
  font-size: 1.25em;
}

@media screen and (max-width: 767px) {
  .table_sch th {
    font-size: 1em;
  }
}

.table_sch td {
  text-align: left;
  border-bottom: 1px solid #040000;
  padding: .5em 3em;
}

@media screen and (max-width: 767px) {
  .table_sch td {
    font-size: .85em;
    padding: 1em;
  }
}

/*
9:タイトル
------------------------------------------------------------
*/
.mainTi {
  text-align: center;
  font-size: 3.125em;
  margin-bottom: 1em;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
  letter-spacing: 6px;
}

@media screen and (max-width: 767px) {
  .mainTi {
    font-size: 2.5em;
    letter-spacing: 3px;
  }
}

.mainTi span {
  font-size: .25em;
  display: block;
  letter-spacing: 2px;
  margin-top: .5em;
  position: relative;
  padding-top: 2em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.mainTi span:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background: #fff;
  content: "";
  margin: auto;
  top: 0;
}

.mainTi img {
  display: block;
  width: 75px;
  margin: 0 auto;
}

.top_ttl {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 3px;
  font-family: "Oswald", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width: 767px) {
  .top_ttl {
    font-size: 8vw;
  }
}

.top_ttl span {
  display: block;
  font-size: .4em;
  margin-bottom: .3em;
}

.sub_ttl {
  font-size: 1.6em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 1.2em;
  }
}

.topic_ttl {
  font-size: 1.5em;
  margin-bottom: 2em;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .topic_ttl {
    font-size: 1.2em;
  }
}

.topic_ttl span {
  display: block;
  margin-bottom: 1em;
  font-size: .65em;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}

.topic_ttl_02 {
  font-size: 1.6em;
  margin-bottom: 1em;
  font-weight: bold;
}

.topic_ttl_03 {
  font-size: 1.1em;
  margin: 1em 0;
  font-weight: bold;
}

.topic_ttl_04 {
  font-size: 2.3125em;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 1em;
  line-height: 1.5;
}

.topic_ttl_04 .en {
  display: block;
  font-size: .3em;
  font-family: 'Lato',sans-serif;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .topic_ttl_04 {
    font-size: 6vw;
  }
  .topic_ttl_04 .en {
    font-size: 3vw;
  }
}

.footer-ttl {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}

/*
10：装飾
------------------------------------------------------------
*/
/*
11:ボタン系
------------------------------------------------------------
*/
a.btn {
  width: 340px;
  line-height: 65px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
  color: #221e1f;
}

@media screen and (max-width: 767px) {
  a.btn {
    width: 250px;
    line-height: 60px;
  }
}

a.btn:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -3px;
  border-top: solid 1px #221e1f;
  border-right: solid 1px #221e1f;
  right: 20px;
}

a.more {
  border: 1px solid #fff;
  display: inline-block;
  padding: .5em 1em;
  margin: 0 1em 1em 0;
}

a.more:hover {
  opacity: .5;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  padding: 0 5vw 30px;
  font-size: .875em;
}

@media screen and (max-width: 767px) {
  #list_breadcrumb {
    font-size: 3vw;
  }
}

.center_p {
  text-align: center;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .center_p {
    text-align: left;
  }
}

.right_p {
  text-align: right;
  font-size: .85em;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .right_p {
    margin-bottom: 1.5em;
  }
}

.bg_aqua {
  background: #c6f2f4;
}

.bg_pink {
  background: #e3b3e8;
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  display: flex;
  flex-flow: wrap;
  margin: 0 -15px -15px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #221e1f;
  display: block;
  text-align: center;
  margin: 0 15px 15px 0;
  border-radius: 50%;
}

.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  opacity: .7;
}

.wp-pagenavi .current {
  opacity: .7;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0;
}

.m1em {
  margin-bottom: 1em;
}

/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
  width: 100%;
  margin: 5% auto 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .list_pagination {
    margin-top: 10vw;
  }
}

.list_pagination li {
  width: 33%;
}

.list_pagination li a {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  padding: .5em;
}

.list_pagination li a:hover {
  opacity: .7;
}

.section_top {
  position: relative;
  z-index: 1;
}

.section_top .top_l {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .section_top .top_l {
    width: 100%;
    margin-bottom: 10vw;
  }
}

.section_top .top_l ul li {
  margin-bottom: 60px;
}

.section_top .top_l ul li .title {
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section_top .top_l ul li .title {
    font-size: 1.3em;
  }
}

.section_top .top_l ul li .txt {
  margin-bottom: 1em;
}

.section_top .top_l ul li a.more {
  border-bottom: 1px solid #fff;
  border-width: 0 0 1px;
  display: inline-block;
  padding: .5em 1em;
}

.section_top img.img_map {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1400px;
}

@media screen and (max-width: 767px) {
  .section_top img.img_map {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.footer-contact {
  margin-bottom: 3em;
  text-align: center;
}

.footer-contact dt {
  margin-bottom: 1em;
  font-weight: bold;
}

.footer-contact dd div {
  margin-top: 0.5em;
  font-size: 0.9em;
}

.faqlist dt, .faqlist dd {
  display: flex;
}

.faqlist dt span, .faqlist dd span {
  display: block;
  width: 20px;
  margin-right: 10px;
}

.faqlist dt div, .faqlist dd div {
  width: calc(100% - 30px);
}

.faqlist dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.1em;
}

.faqlist dd {
  margin-bottom: 2em;
}

.mainTi2 {
  text-align: center;
  font-size: 3.125em;
  margin-bottom: 2em;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
  letter-spacing: 6px;
}

@media screen and (max-width: 767px) {
  .mainTi2 {
    font-size: 2.5em;
    letter-spacing: 3px;
  }
}

.mainTi2 span {
  font-size: .35em;
  display: block;
  letter-spacing: 2px;
  margin-top: .5em;
  position: relative;
  padding-top: 2em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.mainTi2 img {
  display: block;
  width: 75px;
  margin: 0 auto;
}

.tour_ttl {
  font-size: 2.6875em;
  text-align: center;
  font-family: 'Lato','Noto Sans JP',sans-serif;
  letter-spacing: 5px;
  margin-bottom: 1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .tour_ttl {
    font-size: 8vw;
  }
}

.tour_sub_ttl {
  font-size: 1.4375em;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .tour_sub_ttl {
    font-size: 4vw;
  }
}

.top_p {
  margin-bottom: 2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_p {
    text-align: left;
  }
}

.date_tour {
  text-align: center;
  font-size: 3.125em;
  font-family: 'Lato','Noto Sans JP',sans-serif;
  letter-spacing: 5px;
  margin-bottom: .5em;
}

.date_tour span {
  display: block;
  font-size: .3em;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .date_tour {
    font-size: 6vw;
    margin-bottom: 1em;
    text-align: left;
  }
  .date_tour span {
    font-size: .6em;
  }
}

.list_tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 5%;
}

.list_tour li {
  width: 48%;
}

.list_tour li dl {
  font-size: .9375em;
  margin-bottom: 5%;
}

.list_tour li dl dt {
  font-size: 1.2em;
  border-bottom: 1px solid #fff;
  padding: 0 1em .5em;
  margin-bottom: .8em;
}

.list_tour li dl dd {
  padding: 0 1em;
}

.list_tour li dl dd .more {
  margin-top: 1em;
  padding: 0;
  border-width: 0 0 1px;
}

@media screen and (max-width: 767px) {
  .list_tour li {
    width: 100%;
  }
  .list_tour li:first-child {
    margin-bottom: 5%;
  }
}

.secound_p {
  text-align: center;
  font-size: .9375em;
  line-height: 2;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .secound_p {
    text-align: left;
  }
}

.box3 {
  padding: 2em;
  margin: 0 auto 5%;
  font-size: .875em;
  letter-spacing: 2px;
  background: #fff;
  color: #000;
}

.dlist_ticket {
  font-size: .9375em;
}

.dlist_ticket dt {
  background: #1d1931;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  padding: 1em 2em;
}

@media screen and (max-width: 767px) {
  .dlist_ticket dt {
    padding: 1em;
  }
}

.dlist_ticket dd {
  background: #fff;
  padding: 2em 2em 3em;
  color: #000;
}

.dlist_ticket dd > .title {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .dlist_ticket dd {
    padding: 1em 1em 2em;
  }
}

.dlist_note {
  font-size: .9375em;
}

.dlist_note dt {
  background: #efea3a;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #000;
  padding: 1em 2em;
}

.dlist_note dd {
  background: #fff;
  padding: 2em 2em 3em;
  color: #000;
}

.tour-btn {
  text-align: center;
}

.tour-btn .more-btn {
  display: inline-block;
  border-width: 3px;
  width: 90%;
  max-width: 480px;
  margin: 3em auto 0;
  padding: 1.3em 2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}

.tour-btn .more-btn span {
  display: block;
  font-size: .825em;
}

.tour-btn .more-btn:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}

.tour-btn img {
  display: block;
  margin: 50px auto 0;
  width: 40%;
}

.rank_list {
  width: 100%;
}

.rank_list div {
  display: flex;
}

.rank_list dt, .rank_list dd {
  padding: 0 10px 10px 0;
}

.rank_list dt {
  width: 80px;
}

.rank_list dd:nth-of-type(1) {
  width: 80px;
}

.rank_list dd:nth-of-type(2) {
  width: calc(100% - 160px);
}

.entry_chara {
  margin-top: 50px;
  text-align: center;
}

.entry_chara img {
  width: 80%;
}

.box_flex {
  display: flex;
  justify-content: space-between;
}

.box_flex .box_text {
  width: 73%;
}

.box_flex .box_img {
  width: 27%;
}

@media screen and (max-width: 767px) {
  .box_flex {
    flex-wrap: wrap;
  }
  .box_flex .box_text {
    width: 100%;
  }
  .box_flex .box_img {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
}

.li_withImg {
  position: relative;
  padding-right: 30%;
}

.li_withImg .box_img2 {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .li_withImg {
    flex-wrap: wrap;
    padding-right: 0;
  }
  .li_withImg .box_img2 {
    position: relative;
    width: 100%;
    margin-top: 20px;
    right: auto;
    top: auto;
  }
}

.list_tour_img {
  margin-top: 60px;
  text-align: right;
}

.list_tour_img img {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .list_tour_img img {
    width: 100%;
  }
}

.guest_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guest_list li {
  width: 48%;
  margin-bottom: 50px;
  padding: 0 8%;
  text-align: center;
}

.guest_list li p:first-child {
  margin-bottom: 10px;
}

.guest_list li span {
  display: block;
  font-weight: bold;
  font-size: 120%;
}

.guest_list li:nth-of-type(n+7) {
  width: 30%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .guest_list li {
    width: 48%;
    padding: 2%;
  }
}

.guest_list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guest_list2 li {
  width: 23%;
  margin-bottom: 50px;
  text-align: center;
}

.guest_list2 li p:first-child {
  margin-bottom: 10px;
}

.guest_list2 li span {
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .guest_list2 li {
    width: 48%;
    padding: 2%;
  }
}

.small {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .small {
    width: 100%;
  }
}
