@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&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;
  background: url(../../img/bgtop.png) repeat-x top left;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1180px) {
  body {
    background: url(../../img/bgtop.png) repeat-x top center;
  }
}

@media (max-width: 767px) {
  body {
    background: url(../../img/bgtop.png) repeat-x top center;
  }
}

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

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

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

/* -- LAYOUT -- */
.header {
  width: 100%;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 1000px;
  height: 72px;
  margin: 0 auto;
}

.header .hd_nav {
  display: none;
  width: 5.14286%;
}

.header .hd_topix {
  width: 78.57143%;
  margin-left: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .hd_topix_ttl {
  width: 100px;
}

.header .hd_logo {
  width: 252px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .hd_logo_huf {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 26px;
}

.header .hd_logo_huf > img {
  width: 100%;
  height: auto;
}

.header .hd_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header .hd_menu ul li {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 30px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .header_container {
    min-width: 100%;
    margin: 0 auto 10px;
    border-bottom: none;
    position: absolute;
  }
  .header .hd_nav {
    display: block;
  }
  .header .hd_topix {
    display: none;
  }
  .header .hd_menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .header_container {
    height: 54px;
    min-width: 100%;
    margin: 0 auto 10px;
    border-bottom: none;
    position: absolute;
  }
  .header .hd_nav {
    display: block;
  }
  .header .hd_topix {
    display: none;
  }
  .header .hd_logo {
    width: 40%;
    max-width: 252px;
  }
  .header .hd_logo_huf {
    margin-left: 18px;
  }
  .header .hd_menu {
    display: none;
  }
}

.marquee {
  position: absolute;
  display: inline-block;
  text-align: left;
  width: 100%;
}

ul.marquee {
  /* required styles */
  display: block;
  padding: 0;
  margin: 4px 0 0;
  list-style: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  /* optional styles for appearance */
  width: 100%;
  height: 30px;
}

ul.marquee li {
  /* required styles */
  position: absolute;
  top: -999em;
  left: 0;
  display: block;
  white-space: nowrap;
  /* keep all text on a single line */
  /* optional styles for appearance */
  padding: 0 0px 0 7px;
}

#nav_open {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  z-index: 101;
}

#nav_toggle {
  background: #000;
  display: block;
  width: 72px;
  height: 72px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
}

#nav_toggle div {
  position: relative;
}

#nav_toggle span {
  display: block;
  height: 3px;
  background: #fff;
  position: absolute;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 28px;
  left: 20px;
  width: 44.44444%;
}

#nav_toggle span:nth-child(2) {
  top: 36px;
  left: 20px;
  width: 44.44444%;
}

#nav_toggle span:nth-child(3) {
  top: 44px;
  left: 20px;
  width: 44.44444%;
}

@media (max-width: 767px) {
  #nav_toggle {
    width: 54px;
    height: 54px;
  }
  #nav_toggle span {
    height: 2px;
  }
  #nav_toggle span:nth-child(1) {
    top: 19px;
    left: 15px;
    width: 44.44444%;
  }
  #nav_toggle span:nth-child(2) {
    top: 25px;
    left: 15px;
    width: 44.44444%;
  }
  #nav_toggle span:nth-child(3) {
    top: 31px;
    left: 15px;
    width: 44.44444%;
  }
}

.open #nav_toggle span {
  background: #fff;
}

.open #nav_toggle span:nth-child(1) {
  top: 36px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 36px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .open #nav_toggle span:nth-child(1) {
    top: 25px;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 25px;
  }
}

#global-nav {
  padding-top: 90px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 110%;
}

#global-nav.active {
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#global-nav li {
  font-weight: bold;
  padding-bottom: 40px;
}

#global-nav li a {
  color: #fff;
  text-decoration: none;
}

#global-nav .menuLogo img {
  max-width: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

.menu_sns {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu_sns li {
  padding: 0 2%;
}

.menu_sns li img {
  width: 25px;
}

.bn_Area {
  text-align: center;
  padding: 0 10px;
}

.bn_Area li {
  padding: 0 10px 30px 10px;
}

.bn_Area li:nth-of-type(1) {
  max-width: 300px;
  margin: 0 auto;
  height: auto;
}

.bn_Area li:last-of-type {
  max-width: 640px;
  margin: 0 auto;
  height: auto;
}

.kv {
  width: 96.1%;
  margin: 0 auto;
  padding: 10px 0 0;
}

.kv_logo {
  width: 100%;
  margin: 0 auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv_tabsp {
  display: none;
}

.kv_arrow {
  text-align: center;
  margin: 0 auto 50px;
}

.kv_arrow img {
  width: 16px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .kv {
    padding: 100px 0 0;
  }
  .kv_logo {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 45px;
  }
  .kv_tabsp {
    display: block;
  }
  .kv_pc {
    display: none;
  }
  .kv_arrow {
    text-align: center;
    margin: 0 auto 15px;
  }
  .kv_arrow img {
    width: 13px;
  }
}

@media (max-width: 767px) {
  .kv {
    padding: 50px 0 0;
  }
  .kv_logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 10px;
  }
  .kv_tabsp {
    display: block;
  }
  .kv_pc {
    display: none;
  }
  .kv_arrow {
    text-align: center;
    margin: 0 auto 35px;
  }
  .kv_arrow img {
    width: 10px;
  }
}

.topix {
  width: 100%;
  margin: 0 auto;
  background: #000;
}

.topix_inner {
  width: 1000px;
  padding: 6px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topix_ttl {
  width: 10%;
  padding: 10px 0;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  border-right: 3px dotted #fff;
}

.topix_marquee {
  width: 85%;
  color: #fff;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
}

.topix_marquee span {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #14abea;
  margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .topix_inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .topix_inner {
    width: 96%;
  }
  .topix_ttl {
    width: 13.02083%;
    font-size: 1.3rem;
    border-right: 2px dotted #fff;
  }
  .topix_marquee {
    padding: 7px 0 0 0;
    font-size: 1.5rem;
  }
  .topix_marquee span {
    font-size: 1.6rem;
  }
}

.about {
  width: 100%;
  padding: 120px 0 100px;
  margin: 0 auto;
  background-color: #14abea;
  background-image: url(../../img/about_bg_l.png), url(../../img/about_bg_r.png);
  background-position: left 85%, right 20%;
  background-repeat: no-repeat, no-repeat;
}

.about_inner {
  width: 1000px;
  margin: 0 auto;
}

.about_ttl {
  width: 1000px;
  margin: 0 auto 85px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #14abea;
  font-size: 4rem;
  text-align: center;
  background: #fff;
  background-image: url(../../img/about_ttl_l.png), url(../../img/about_ttl_r.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}

.about_txt {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.6;
  margin-bottom: 74px;
}

.about_tag {
  text-align: center;
}

.about_tag a {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
}

.about_tag a img {
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .about {
    width: 100%;
    padding: 60px 0 50px;
    margin: 0 auto;
    background-color: #14abea;
    background-image: url(../../img/about_bg_l.png), url(../../img/about_bg_r.png);
    background-position: left 80%, right 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: 10%, 10%;
  }
  .about_inner {
    width: 100%;
    margin: 0 auto;
  }
  .about_ttl {
    width: 80%;
    margin: 0 auto 35px;
  }
  .about_txt {
    font-size: 2rem;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 50px;
  }
  .about_tag {
    text-align: center;
  }
  .about_tag a {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_tag a img {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .about {
    width: 100%;
    padding: 40px 0 50px;
    margin: 0 auto;
    background-color: #14abea;
    background-image: url(../../img/about_bg_l.png), url(../../img/about_bg_r.png);
    background-position: left 80%, right 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: 10%, 10%;
  }
  .about_inner {
    width: 100%;
    margin: 0 auto;
  }
  .about_ttl {
    width: 90%;
    margin: 0 auto 35px;
    font-size: 2.4rem;
  }
  .about_txt {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 50px;
  }
  .about_tag {
    text-align: center;
  }
  .about_tag a {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_tag a img {
    margin-right: 10px;
  }
}

.flow {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(../../img/flow_bg_l.jpg), url(../../img/flow_bg_r.jpg);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
}

.flow_inner {
  width: 1000px;
  padding: 100px 0;
  background: #fff;
  margin: 0 auto;
}

.flow_ttl {
  width: 776px;
  margin: 0 auto;
}

.flow_ttl2 {
  position: relative;
  width: 560px;
  margin: 70px auto;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.flow_ttl2::before {
  content: "";
  position: absolute;
  bottom: 6px;
  width: 100%;
  display: block;
  border-bottom: #14abea 5px solid;
}

.flow_ttl2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  border-bottom: #14abea 3px dotted;
}

.flow_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flow_step_ttl {
  margin: 20px 0;
  font-size: 2rem;
  color: #14abea;
  border-bottom: 5px solid #14abea;
}

.flow_step_txt {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.flow_step li {
  position: relative;
  width: 31%;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow_step1 {
  background: url(../../img/flow_arrow.png) no-repeat 90% 120px;
}

.flow_step1::before {
  content: "";
  width: 79px;
  height: 79px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/flow_step1.png) no-repeat left top;
}

.flow_step2 {
  background: url(../../img/flow_arrow.png) no-repeat 90% 120px;
}

.flow_step2::before {
  content: "";
  width: 79px;
  height: 79px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/flow_step2.png) no-repeat left top;
}

.flow_step3::before {
  content: "";
  width: 79px;
  height: 79px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/flow_step3.png) no-repeat left top;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .flow {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../../img/flow_bg_l.jpg), url(../../img/flow_bg_r.jpg);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 10%, 10%;
  }
  .flow_inner {
    width: 100%;
    padding: 50px 0;
    background: #fff;
    margin: 0 auto;
  }
  .flow_ttl {
    width: 90%;
    margin: 0 auto;
  }
  .flow_ttl2 {
    position: relative;
    width: 74%;
    margin: 30px auto;
  }
  .flow_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flow_step_ttl {
    margin: 20px 0;
    font-size: 2rem;
    color: #14abea;
    border-bottom: 5px solid #14abea;
  }
  .flow_step_txt {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .flow_step li {
    position: relative;
    width: 31%;
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow_step1 {
    background: url(../../img/flow_arrow.png) no-repeat 90% 120px;
  }
  .flow_step1::before {
    content: "";
    width: 79px;
    height: 79px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/flow_step1.png) no-repeat left top;
  }
  .flow_step2 {
    background: url(../../img/flow_arrow.png) no-repeat 90% 120px;
  }
  .flow_step2::before {
    content: "";
    width: 79px;
    height: 79px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/flow_step2.png) no-repeat left top;
  }
  .flow_step3::before {
    content: "";
    width: 79px;
    height: 79px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/flow_step3.png) no-repeat left top;
  }
}

@media (max-width: 767px) {
  .flow {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../../img/flow_bg_l.jpg), url(../../img/flow_bg_r.jpg);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 10%, 10%;
  }
  .flow_inner {
    width: 100%;
    padding: 20px 0 40px;
    background: #fff;
    margin: 0 auto;
  }
  .flow_ttl {
    width: 90%;
    margin: 0 auto;
  }
  .flow_ttl2 {
    position: relative;
    width: 70%;
    margin: 30px auto;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 15px;
  }
  .flow_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flow_step_ttl {
    margin: 10px 0;
    font-size: 2rem;
    color: #14abea;
    border-bottom: 5px solid #14abea;
  }
  .flow_step_txt {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .flow_step li {
    position: relative;
    width: 65.10417%;
    margin: 0 auto 10px;
    padding-top: 60px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow_step1 {
    background: url(../../img/flow_arrow_sp.png) no-repeat center bottom;
  }
  .flow_step1::before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: -10px;
    top: 10px;
    background: url(../../img/flow_step1.png) no-repeat left top;
    background-size: cover;
  }
  .flow_step2 {
    background: url(../../img/flow_arrow_sp.png) no-repeat center bottom;
  }
  .flow_step2::before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: -10px;
    top: 10px;
    background: url(../../img/flow_step2.png) no-repeat left top;
    background-size: cover;
  }
  .flow_step3::before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: -10px;
    top: 10px;
    background: url(../../img/flow_step3.png) no-repeat left top;
    background-size: cover;
  }
}

.ticket_inner {
  width: 94%;
  padding: 100px 0 0;
  background: #fff;
  margin: 0 auto;
}

.ticket_ttl {
  width: 100%;
  margin: 0 auto;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  background: #14abea;
  background-image: url(../../img/ticket_ttl_l.png), url(../../img/ticket_ttl_r.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}

.ticket_lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ticket_lineup li {
  position: relative;
  width: 31%;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ticket_lineup_p {
  border: #000 4px solid;
}

.ticket_lineup_ttl {
  color: #14abea;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.ticket_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .ticket_ttl {
    width: 80%;
  }
  .ticket_lineup_ttl {
    color: #14abea;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
  }
  .ticket_bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .ticket_inner {
    width: 94%;
    padding: 30px 0 0;
  }
  .ticket_ttl {
    width: 90%;
    font-size: 2.4rem;
  }
  .ticket_lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ticket_lineup li {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ticket_lineup_p {
    border: #000 4px solid;
  }
  .ticket_lineup_ttl {
    color: #14abea;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
  }
  .ticket_bt {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 0;
  }
}

.artist {
  width: 100%;
  padding: 120px 0 100px;
  margin: 0 auto;
  background-color: #14abea;
  background-image: url(../../img/about_bg_l.png), url(../../img/about_bg_r.png);
  background-position: left 80%, right 20%;
  background-repeat: no-repeat, no-repeat;
}

.artist_inner {
  width: 1000px;
  margin: 0 auto;
}

.artist_ttl {
  width: 1000px;
  margin: 0 auto 30px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #14abea;
  font-size: 4rem;
  text-align: center;
  background: #fff;
  background-image: url(../../img/about_ttl_l.png), url(../../img/about_ttl_r.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}

.artist_txt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.6;
  margin-bottom: 30px;
}

.artist_lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.artist_lineup li {
  position: relative;
  width: 45.2%;
  padding-top: 60px;
}

.artist_lineup_p img {
  border: #000 4px solid;
}

.artist_lineup_ttl {
  color: #fff;
  font-weight: bold;
  text-align: left;
  margin-top: 13px;
}

.artist_lineup_ttl h5 {
  display: inline-block;
  font-size: 3.5rem;
  background: #000;
}

.artist_lineup_ttl span {
  display: inline-block;
  font-size: 2.2rem;
  background: #000;
}

.artist_lineup_ttl em {
  font-style: normal;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .artist {
    width: 100%;
    padding: 60px 0 50px;
    margin: 0 auto;
    background-color: #14abea;
    background-image: url(../../img/about_bg_l.png), url(../../img/about_bg_r.png);
    background-position: left 80%, right 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: 10%, 10%;
  }
  .artist_inner {
    width: 100%;
    margin: 0 auto;
  }
  .artist_ttl {
    width: 80%;
    margin: 0 auto 35px;
  }
  .artist_txt {
    font-size: 2rem;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 0px;
  }
  .artist_lineup {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .artist_lineup li {
    position: relative;
    width: 46%;
    padding-top: 60px;
  }
  .artist_lineup_p img {
    border: #000 4px solid;
  }
  .artist_lineup_ttl {
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin-top: 13px;
  }
  .artist_lineup_ttl h5 {
    display: inline-block;
    font-size: 2.8rem;
    background: #000;
  }
  .artist_lineup_ttl span {
    display: inline-block;
    font-size: 2rem;
    background: #000;
  }
}

@media (max-width: 767px) {
  .artist {
    width: 100%;
    padding: 30px 0 25px;
    margin: 0 auto;
    background-color: #14abea;
    background-image: url(../../img/about_bg_l.png), url(../../img/about_bg_r.png);
    background-position: left 80%, right 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: 10%, 10%;
  }
  .artist_inner {
    width: 100%;
    margin: 0 auto;
  }
  .artist_ttl {
    width: 80%;
    margin: 0 auto 20px;
    font-size: 2.4rem;
  }
  .artist_txt {
    width: 80%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto;
  }
  .artist_lineup {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .artist_lineup li {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .artist_lineup_p img {
    border: #000 4px solid;
  }
  .artist_lineup_ttl {
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin-top: 13px;
  }
  .artist_lineup_ttl h5 {
    display: inline-block;
    font-size: 2.5rem;
    background: #000;
  }
  .artist_lineup_ttl span {
    display: inline-block;
    font-size: 2rem;
    background: #000;
  }
}

.live {
  width: 100%;
  padding: 120px 0 100px;
  margin: 0 auto;
  background-color: #14abea;
}

.live_inner {
  width: 1000px;
  margin: 0 auto;
}

.live_ttl {
  width: 1000px;
  margin: 0 auto 30px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #14abea;
  font-size: 4rem;
  text-align: center;
  background: #fff;
  background-image: url(../../img/about_ttl_l.png), url(../../img/about_ttl_r.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}

.live_txt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.6;
  margin-bottom: 30px;
}

.live_list {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.live_btn, .live_btn2 {
  width: 48%;
}

.live_btn a {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: #0356fe;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.live_btn2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.live_btn2 span {
  display: block;
  width: 100%;
  padding: 20px 0;
  margin: 0 0 5px 0;
  background: #0356fe;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .live {
    width: 100%;
    padding: 60px 0 50px;
    margin: 0 auto;
    background-color: #14abea;
  }
  .live_inner {
    width: 100%;
    margin: 0 auto;
  }
  .live_ttl {
    width: 80%;
    margin: 0 auto 35px;
  }
  .live_txt {
    font-size: 2rem;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .live {
    width: 100%;
    padding: 30px 0 25px;
    margin: 0 auto;
    background-color: #14abea;
  }
  .live_inner {
    width: 100%;
    margin: 0 auto;
  }
  .live_ttl {
    width: 80%;
    margin: 0 auto 20px;
    font-size: 2.4rem;
  }
  .live_txt {
    width: 80%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 20px;
  }
  .live_list {
    display: block;
  }
  .live_btn, .live_btn2 {
    width: 80%;
    margin: 0 auto 20px;
  }
  .live_btn a,
  .live_btn2 span {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #0356fe;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
}

.movie {
  width: 100%;
  padding: 120px 0 100px;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(../../img/movie_bg_l.png), url(../../img/movie_bg_r.png);
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
}

.movie_inner {
  width: 1000px;
  margin: 0 auto;
}

.movie_ttl {
  width: 100%;
  margin: 0 auto 80px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  background-color: #0356fe;
  background-image: url(../../img/ticket_ttl_l.png), url(../../img/ticket_ttl_r.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}

.movie_youtube {
  width: 71.7%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .movie {
    width: 100%;
    padding: 60px 0 50px;
    background-size: 10%, 10%;
  }
  .movie_inner {
    width: 90%;
    margin: 0 auto;
  }
  .movie_ttl {
    width: 80%;
    margin: 0 auto 40px;
  }
  .movie_youtube {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .movie {
    width: 100%;
    padding: 30px 0 30px;
    background-size: 10%, 10%;
  }
  .movie_inner {
    width: 90%;
    margin: 0 auto;
  }
  .movie_ttl {
    width: 90%;
    font-size: 2.4rem;
    margin: 0 auto 40px;
  }
  .movie_youtube {
    width: 90%;
    margin: 0 auto;
  }
}

.bnr {
  padding: 33px 0px 33px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .bnr {
    padding: 25px 0px 16px;
  }
}

@media (max-width: 767px) {
  .bnr {
    padding: 25px 0px 16px;
  }
}

.bnr_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
  margin: 0 auto 39px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .bnr_sns {
    width: 100%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .bnr_sns {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.bnr_sns > a {
  display: block;
  width: 3.9%;
  margin: 0 4px;
}

@media (max-width: 767px) {
  .bnr_sns > a {
    width: 8.46354%;
  }
}

.bnr_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
  margin: 0 auto 39px;
}

.bnr_link a {
  margin: 0 35px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .bnr_link a {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .bnr_link a {
    margin: 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .bnr_link {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .bnr_link {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bnr_link .bnr_tfm {
    width: 60%;
  }
}

.footer {
  margin-top: 0px;
  padding: 30px 0;
  background: #000;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .footer {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
}

.footer_sns {
  display: none;
}

.footer .copyright_txt {
  font-family: "Barlow", sans-serif;
  color: #fff;
  letter-spacing: 0.05rem;
  font-size: 1.1rem;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 767px) {
  .footer .copyright_txt {
    font-size: 0.9rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}

.pagetop > img {
  width: 68px;
  min-height: 0;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .pagetop > img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .pagetop {
    bottom: 40px;
  }
  .pagetop > img {
    width: 60px;
  }
}

/* -- 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: 1180px) {
  .pcDetail {
    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;
  }
}
/*# sourceMappingURL=style.css.map */