@charset "UTF-8";
@font-face {
  font-family: "Estoria";
  src: url("font/Estoria.ttf") format("truetype");
}
html, body {
  overflow-x: hidden;
  margin: 0;
  font-family: "m-plus-1p", sans-serif;
  background: #fff;
}

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

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  padding: 70px 0 70px;
}
@media screen and (max-width: 750px) {
  section {
    padding: 40px 0 40px;
  }
}

/* .wrapper{
  background-image: url(../img/background.png);
  background-repeat: repeat-x;   
  background-size:  cover;       
} */
@media screen and (min-width: 751px) {
  html, body {
    font-size: calc(var(--width) / 1920 * 10px);
  }
  :root {
    --width:1920;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  html, body {
    font-size: calc(var(--width) / 375 * 10px);
  }
  :root {
    --width:375;
  }
  .pc {
    display: none !important;
  }
}
/*------------
  common
------------*/
html {
  background: #D5D5D5;
}

.support-ttl {
  font-family: "Estoria";
  font-size: 5rem;
  margin: auto;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  .support-ttl {
    background-color: none;
    font-size: 2.5rem;
    left: 0;
    right: 0;
  }
}

a._blank::after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  background: url("../img/icon_link_black.svg") no-repeat center/contain;
}

.wrapper {
  position: relative;
  width: 100%;
  background-image: url(../../img/lp/bg.png);
  background-size: contain;
  max-width: calc(2000px + 10rem);
  min-width: calc(700px + 10rem);
  margin: 0 auto;
  padding: 0rem;
}

.link-btn {
  width: 43.3rem;
  margin: 0 auto;
  text-align: center;
}
.link-btn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 2.2rem 0;
  font-size: 2rem;
  line-height: 1.5;
  color: #FFFFFF;
  background: #000000;
  border-radius: 4rem;
}
.link-btn a._blank::after {
  /*content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 3.0rem;
  height: 3.0rem;
  margin-left: 1.0rem;*/
  background: url("../img/icon_link.svg") no-repeat center/contain;
}

._under {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .support-ttl {
    width: 100%;
  }
}

.sub_jp {
  font-size: 20px;
  text-align: center;
  margin: auto;
  padding: 15px 0 100px;
  left: 0;
  right: 0;
  z-index: 9999;
  position: absolute;
}

.ttl-box {
  position: relative;
  padding-bottom: 90px;
}

.ttlimg img {
  width: 20%;
  margin: auto;
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .ttlimg img {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  a._blank::after {
    width: 1.8rem;
    height: 1.8rem;
  }
  .wrapper {
    max-width: none;
    min-width: 1px;
    padding: 0rem;
  }
  .link-btn {
    width: 23.3rem;
    margin: 0 auto;
  }
  .link-btn a {
    padding: 1.5rem 0;
    font-size: 1.3rem;
    border-radius: 4rem;
  }
}
/*
  fade
------------*/
.fade {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.5s, opacity 0.5s;
}
.fade._in {
  opacity: 1;
  transform: translateY(0);
}

/*------------
  header
------------*/
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background:linear-gradient(to right, #b2bcff 0%, #f9e5de 100%);
}
.header._top {
  transform: translateY(-100%);
  transition: transform 0.5s;
}
.header._top._in {
  transform: translateY(0);
}
.header .wrapper {
  position: relative;
  
}
@media screen and (max-width: 750px) {
  .header .wrapper {
    background-image: none;
  }
}
.header .header-ttl {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: 3rem;
}
.header .header-ttl img {
  width: 100%;
  margin: auto;
}
.header .header-ttl h1 {
  /* font-family: 'Estoria';
  font-size: 8rem; */
  width: 40%;
}
.header .header-ttl::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
}
.header .header-ttl::after {
  content: "";
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
}
.header .header-ttl p {
  position: relative;
  z-index: 10;
  width: 148.7rem;
}
.header .header-ttl span {
  width: 25.3rem;
  margin: 0 auto;
}
.header .header-menu {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
.header .header-menu a {
  margin: 0 2.5rem;
  font-size: 2.9rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .header .header-ttl {
    width: auto;
    margin: 0 -2rem;
    padding: 0.8rem 2rem;
    border-bottom: 1px solid #000000;
  }
  .header .header-ttl::before, .header .header-ttl::after {
    display: none;
  }
  .header .header-ttl p {
    width: 11.3rem;
  }
  .header .header-trigger {
    position: relative;
    width: 5rem;
    height: 5rem;
    margin-left: auto;
    padding: 1.8rem 1.3rem;
    background: #000000;
    border-radius: 100%;
    cursor: pointer;
    filter: drop-shadow(0.3rem 0.3rem 0.5rem rgba(40, 40, 40, 0.7019607843));
  }
  .header .header-toggle {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header .header-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    border-radius: 5rem;
  }
  .header .header-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .header-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .header-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .header .header-trigger._active span:nth-of-type(1) {
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  .header .header-trigger._active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .header-trigger._active span:nth-of-type(3) {
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  .header .header-menu {
    display: none;
    margin: 0 -2rem;
    padding-bottom: 0;
    background: linear-gradient(to right, #b2bcff 0%, #f9e5de 100%);
  }
  .header .header-menu a {
    display: block;
    width: 29rem;
    margin: 0 auto;
    padding: 2.2rem 0;
    text-align: center;
    font-size: 2rem;
    color: #FFFFFF;
    border-bottom: 2px dotted #FFFFFF;
  }
  .header .header-menu a:last-child {
    border-bottom: none;
  }
}
/*------------
  footer
------------*/
.footer .footer-sns {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.footer .footer-sns a {
  height: 7.3rem;
  margin: 0 2rem;
}
.footer .footer-sns a img {
  width: auto;
  height: 100%;
}
.footer .footer-box {
  margin-top: 12rem;
  text-align: center;
}
.footer .footer-box h2 {
  margin-bottom: 4rem;
  font-size: 2.6rem;
  font-weight: bold;
}
.footer .footer-box p {
  font-size: 2rem;
  line-height: 1.6;
}
.footer .footer-logo {
  width: 41.1rem;
  margin: 12rem auto 0;
}
.footer .footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12rem auto;
}
.footer .footer-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4rem;
  font-size: 2rem;
}
.footer .footer-menu a span {
  width: 3rem;
  margin-left: 1rem;
}
.footer .footer-cright {
  padding: 4rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 750px) {
  .footer {
    margin-top: 0rem;
  }
  .footer .footer-sns {
    margin-top: -5rem;
    margin-bottom: 6.3rem;
  }
  .footer .footer-sns a {
    height: 2.8rem;
  }
  .footer .footer-box {
    margin-top: 3.1rem;
  }
  .footer .footer-box h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .footer .footer-box p {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .footer .footer-logo {
    width: 24.1rem;
    margin: 3.2rem auto 0;
  }
  .footer .footer-menu {
    display: block;
    margin: 6.3rem auto;
  }
  .footer .footer-menu a {
    margin: 0;
    font-size: 1.4rem;
  }
  .footer .footer-menu a + a {
    margin-top: 2rem;
  }
  .footer .footer-menu a span {
    width: 1.3rem;
    margin-left: 1rem;
  }
  .footer .footer-cright {
    padding: 3rem 0;
    font-size: 1.4rem;
  }
}
/*------------
  index
------------*/
/*
  index-loop
------------*/
.index-loop {
  margin: 14rem auto;
}
.index-loop .slick-list {
  overflow: visible;
}
.index-loop .loop-slide {
  width: 45.6rem;
  margin-left: 2rem;
}

@media screen and (max-width: 750px) {
  .index-loop {
    margin: 7.7rem auto;
  }
  .index-loop .loop-slide {
    width: 25rem;
    margin-left: 2rem;
  }
}
/*
  index-kv
------------*/
#index-kv .kv-ttl {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 4px);
  margin: 0 auto;
  padding-top: 0rem;
  /* background: linear-gradient(180deg, #D5D5D5 calc(100% - 1.3rem), transparent calc(100% - 1.3rem + 1px), transparent 100%); */
}
#index-kv .kv-ttl::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  /* background: #000; */
}
#index-kv .kv-ttl::after {
  content: "";
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
}
#index-kv .kv-ttl h1 {
  position: relative;
  z-index: 10;
  width: 148.7rem;
}
#index-kv .kv-ttl span {
  width: 25.3rem;
  margin: 0 auto;
}
#index-kv .kv-image {
  display: flex;
  position: relative;
  margin: auto;
  z-index: 50;
  margin-top: -1.3rem;
}
@media screen and (max-width: 750px) {
  #index-kv .kv-image {
    width: 100%;
  }
}
#index-kv .kv-image img {
  width: 100%;
  margin: auto;
  text-align: center;
}
#index-kv .kv-image h2 {
  font-family: "Estoria";
  text-align: center;
  font-size: 7rem;
  line-height: 60px;
  left: 0;
  right: 0;
  top: 180px;
  position: absolute;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  #index-kv .kv-image h2 {
    font-size: 2.8rem;
    top: 50px;
  }
}
#index-kv .kv-image .image-item {
  width: 33.3333333333%;
}
@media screen and (max-width:1990px) {
  #index-kv .kv-menu {
    margin-top: 70rem;
  }
}
@media screen and (max-width:1440px) {
#index-kv .kv-menu {
  margin-top: 60rem;
}
}

#index-kv .kv-menu .menu-list {
  display: flex;
  justify-content: center;
}
#index-kv .kv-menu .menu-list a {
  margin: 0 2.5rem;
  font-size: 2.9rem;
  font-weight: bold;
}

/*--
#index-kv .kv-message {
  width: 121.6rem;
  margin: 10.0rem auto 0;
  font-size: 3.0rem;
  line-height: 2;
}
--*/
#messageSection .kv-message {
  width: 121.6rem;
  margin: 10rem auto 0;
  font-size: 3rem;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  #index-kv .kv-ttl {
    padding-top: 0rem;
    /* background: linear-gradient(180deg, #D5D5D5 calc(100% - 1.3rem), transparent calc(100% - 1.3rem + 1px), transparent 100%); */
  }
  #index-kv .kv-ttl::before {
    top: 1.8rem;
  }
  #index-kv .kv-ttl::after {
    bottom: 0.5rem;
  }
  #index-kv .kv-ttl h1 {
    position: relative;
    width: 32.9rem;
  }
  #index-kv .kv-ttl h1::before {
    content: "";
    position: absolute;
    bottom: 4.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #000;
  }
  #index-kv .kv-image {
    display: block;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #index-kv .kv-image {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 750px) {
  #index-kv .kv-image .image-item {
    width: 100%;
  }
  #index-kv .kv-menu {
    position: absolute;
    z-index: 59;
    top: 2rem;
    right: 0.8rem;
    margin: 0;
  }
  #index-kv .kv-menu .menu-toggle {
    display: none;
    position: relative;
    z-index: 49;
    width: 5rem;
    height: 5rem;
    padding: 1.8rem 1.3rem;
    background: #000000;
    border-radius: 100%;
    cursor: pointer;
    filter: drop-shadow(0.3rem 0.3rem 0.5rem rgba(40, 40, 40, 0.7019607843));
  }
  #index-kv .kv-menu .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #index-kv .kv-menu .menu-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    border-radius: 5rem;
  }
  #index-kv .kv-menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #index-kv .kv-menu .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #index-kv .kv-menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #index-kv .kv-menu .menu-trigger._active span:nth-of-type(1) {
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  #index-kv .kv-menu .menu-trigger._active span:nth-of-type(2) {
    opacity: 0;
  }
  #index-kv .kv-menu .menu-trigger._active span:nth-of-type(3) {
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  #index-kv .kv-menu .menu-list {
    display: none;
    position: absolute;
    top: 3.2rem;
    right: -0.8rem;
    width: 100vw;
    background: #000000;
  }
  #index-kv .kv-menu .menu-list a {
    display: block;
    width: 29rem;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: center;
    font-size: 2rem;
    color: #FFFFFF;
    border-bottom: 2px dotted #FFFFFF;
  }
  #index-kv .kv-menu .menu-list a:last-child {
    border-bottom: none;
  }
  #messageSection .kv-message {
    width: 31.9rem;
    margin: 7.3rem auto 0;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #messageSection .kv-message .statementA, #messageSection .kv-message .statementB {
    margin-bottom: 2em;
  }
  #messageSection .kv-message .statementA span, #messageSection .kv-message .statementB span {
    background-color: #fff;
    font-weight: bold;
    line-height: 1.5;
  }
  #messageSection .kv-message .statementA span::after, #messageSection .kv-message .statementB span::after {
    content: "\a";
    white-space: pre;
  }
  #messageSection .kv-message .statementA span {
    font-size: 160%;
  }
  #messageSection .kv-message .statementB span {
    font-size: 220%;
  }
  #index-kv .kv-block {
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    border-left: none;
  }
  #index-kv .kv-block::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-30deg, transparent 49.5%, #000 49.5%, #000 50.5%, transparent 50.5%);
  }
}
/*
  index-news
------------*/
#index-news {
  width: 121.6rem;
  margin: auto;
}
#index-news .news-box {
  /*margin: 34.5rem auto 0;*/
  background: #FFF;
  border: 1px solid #000000;
  border-radius: 7.5rem;
}
#index-news .news-ttl {
  width: 40.7rem;
  margin: 0 auto;
  transform: translateY(-50%);
}
#index-news .news-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: -7rem auto 0;
  padding-bottom: 10rem;
}
#index-news .news-list a {
  display: block;
  font-size: 2.2rem;
  text-decoration: underline;
}
#index-news .news-list a + a {
  margin-top: 3rem;
}

@media screen and (max-width: 750px) {
  #index-news {
    width: 31.9rem;
  }
  #index-news .news-box {
    /*margin: 12.9rem auto 0;*/
    border-radius: 3.7rem;
  }
  #index-news .news-ttl {
    width: 17.9rem;
  }
  #index-news .news-list {
    margin: -3rem auto 0;
    padding-bottom: 5rem;
  }
  #index-news .news-list a {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  #index-news .news-list a + a {
    margin-top: 2rem;
  }
}
/*
  index-artist
------------*/
#index-artist {
  position: relative;
  margin: 14rem auto 0;
}
#index-artist .artist-ttl {
  width: 46.4rem;
  margin: 0 auto;
}
#index-artist .artist-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 109.5rem;
  margin: 6.4rem auto 0;
}
#index-artist .artist-item {
  position: relative;
  width: 50rem;
  border-radius: 3.5rem;
}
#index-artist .artist-item._item02 {
  z-index: 9;
  margin: 21.9rem 0 0 auto;
}
#index-artist .artist-item._item03 {
  margin: 1.4rem auto 0 15.8rem;
}
#index-artist .link-btn {
  margin-top: 14rem;
}
#index-artist .artist-bg .bg-item {
  position: absolute;
}
#index-artist .artist-bg .bg-item._item01 {
  top: 27.9rem;
  right: 37.9rem;
  width: 36.3rem;
}
#index-artist .artist-bg .bg-item._item02 {
  top: 77.3rem;
  left: 18.6rem;
  width: 24rem;
}
#index-artist .artist-bg .bg-item._item03 {
  bottom: 54.6rem;
  right: 45.8rem;
  width: 22.3rem;
}
#index-artist .artist-mark .mark-item {
  position: absolute;
}
#index-artist .artist-mark .mark-item._item01 {
  top: 71.2rem;
  right: 26.5rem;
  width: 7.1rem;
}
#index-artist .artist-mark .mark-item._item02 {
  bottom: 26.2rem;
  left: 40.5rem;
  width: 9.2rem;
}

@media screen and (max-width: 750px) {
  #index-artist {
    margin: 8rem auto 0;
  }
  #index-artist .artist-ttl {
    width: 24rem;
  }
  #index-artist .artist-list {
    display: block;
    width: 100%;
    margin: 4.7rem auto 0;
  }
  #index-artist .artist-item {
    width: 30rem;
  }
  #index-artist .artist-item._item01 {
    margin: 0 -0.5rem 0 auto;
  }
  #index-artist .artist-item._item02 {
    margin: 3rem auto 0 0.3rem;
  }
  #index-artist .artist-item._item03 {
    margin: 3rem -0.1rem 0 auto;
  }
  #index-artist .artist-item p {
    font-size: 2.2rem;
  }
  #index-artist .link-btn {
    margin-top: 4rem;
  }
  #index-artist .artist-bg .bg-item {
    position: absolute;
  }
  #index-artist .artist-bg .bg-item._item01 {
    top: 16.4rem;
    left: -1.4rem;
    width: 9.6rem;
  }
  #index-artist .artist-bg .bg-item._item02 {
    top: 106.2rem;
    left: -2.7rem;
    width: 13rem;
  }
  #index-artist .artist-bg .bg-item._item03 {
    bottom: 42.4rem;
    right: -0.6rem;
    width: 11rem;
  }
  #index-artist .artist-mark .mark-item {
    position: absolute;
  }
  #index-artist .artist-mark .mark-item._item01 {
    top: 51rem;
    right: -0.4rem;
    width: 2.6rem;
  }
  #index-artist .artist-mark .mark-item._item02 {
    bottom: 40.1rem;
    left: 1rem;
    width: 3.3rem;
  }
}
/*
  index-event
------------*/
#index-event {
  position: relative;
  width: 146.1rem;
  margin: 0 auto;
}
#index-event .event-box {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 14rem;
}
#index-event .event-ttl {
  font-family: "Estoria";
  /* font-family: "aabak", sans-serif;  */
  /* font-family: "varietta-variable", sans-serif;
  font-variation-settings: "wght" 100, "wdth" 50, "CBOT" 0, "CTOP" 0; */
  font-size: 8rem;
  text-align: center;
  /* width: 45.2rem; */
  margin: 0 auto;
  transform: translateY(-45%);
}
#index-event .event-name {
  width: 81.7rem;
  margin: -6rem auto 0;
}
#index-event .dayimg {
  width: 100%;
  padding-top: 60px;
  margin: auto;
  text-align: center;
}
#index-event .dayimg img {
  width: 80%;
  margin: auto;
  margin-left: 40px;
}

@media screen and (max-width: 750px) {
  #index-event .dayimg img {
    width: 100%;
    margin: auto;
    margin-left: 10px;
    padding-bottom: 30px;
  }
}
#index-event .event-table {
  width: 66.6rem;
  margin: 9rem auto;
  font-size: 2.2rem;
  line-height: 1.31;
  border: none;
}
#index-event .event-table .subtxt {
  font-size: 2rem;
  line-height: 20px;
}
@media screen and (max-width: 750px) {
  #index-event .event-table .subtxt {
    font-size: 1.6rem;
  }
}
#index-event .event-table th {
  width: calc(100% - 40rem);
  text-align: left;
  font-weight: bold;
  font-size: 3rem;
}
#index-event .event-table td {
  width: 54rem;
  font-size: 3rem;
  line-height: 40px;
}
@media screen and (max-width: 750px) {
  #index-event .event-table td {
    font-size: 2.3rem;
  }
}
#index-event .event-table tr + tr th, #index-event .event-table tr + tr td {
  padding-top: 4rem;
}
#index-event .event-link {
  margin-top: 8rem;
}
#index-event .event-bg .bg-item {
  position: absolute;
}
#index-event .event-bg .bg-item._item01 {
  top: 56.6rem;
  left: -4.2rem;
  width: 13.8rem;
}
#index-event .event-bg .bg-item._item02 {
  top: 179.9rem;
  right: -8.5rem;
  width: 15.4rem;
}
#index-event .event-bg .bg-item._item03 {
  bottom: 110.3rem;
  left: -15.2rem;
  width: 26.4rem;
}
#index-event .event-bg .bg-item._item04 {
  top: 213.5rem;
  left: -4.2rem;
  width: 9.1rem;
}
#index-event .event-bg .bg-item._item05 {
  bottom: 24.8rem;
  right: -3.6rem;
  width: 7.5rem;
}

@media screen and (max-width: 750px) {
  #index-event {
    width: 31.9rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #index-event {
    width: 100%;
    margin-top: -200px;
  }
}
@media screen and (max-width: 750px) {
  #index-event .event-box {
    padding-bottom:0rem;
    border-radius: 4.9rem;
  }
  #index-event .event-ttl {
    width: 17.5rem;
  }
  #index-event .event-name {
    width: 22.4rem;
    margin: -2rem auto 0;
  }
  #index-event .event-table {
    width: 90%;
    margin: 4rem auto;
    font-size: 1.6rem;
  }
  #index-event .event-table tr {
    display: block;
  }
  #index-event .event-table tr + tr {
    margin-top: 3.1rem;
  }
  #index-event .event-table th {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
  }
  #index-event .event-table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  #index-event .event-table tr + tr th, #index-event .event-table tr + tr td {
    padding-top: 0;
  }
  #index-event .event-link {
    margin-top: 3.2rem;
  }
  #index-event .event-bg .bg-item {
    display: none;
  }
}
/*
  index-ticket
------------*/
.index-ticket {
  margin-top: 19rem;
}
.index-ticket .ttl-box {
  margin-top: 80px;
}
.index-ticket .ticket-ttl {
  width: 43.2rem;
  margin: 0 auto 9.5rem;
}
.index-ticket .ticket-box {
  width: 99.5rem;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 750px) {
  .index-ticket .ticket-box {
    width: 90%;
    margin: 0 auto 3rem;
  }
}
.index-ticket .ticket-price p {
  font-size: 2.5rem;
  font-weight: bold;
}
.index-ticket .ticket-caption {
  display: block;
  margin-top: 2.5rem;
  font-size: 2.2rem;
}
.index-ticket .ticket-caution {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.18;
}
.index-ticket .ticket-link {
  margin-top: 10rem;
}
.index-ticket .ticket-price th {
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  .index-ticket .ticket-price th {
    display: block;
    width: 100%;
    border-bottom: none;
    height: 50px;
    font-size: 2rem;
    color: #fff;
    line-height: 50px;
    background: linear-gradient(to right, #b2bcff 0%, #f9e5de 100%);
    padding-left: 30px;
    text-align: left;
  }
}
.index-ticket .ticket-price td {
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .index-ticket .ticket-price td {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    border-bottom: none;
    padding-bottom: 30px;
    padding: 20px 0px;
  }
}

th {
  width: 200px;
  height: 80px;
}

@media screen and (max-width: 750px) {
  .index-ticket {
    margin-top: 4.8rem;
  }
  .index-ticket .ticket-ttl {
    width: 20rem;
    margin: 0 auto 3.1rem;
  }
  .index-ticket .ticket-price span {
    display: block;
    position: relative;
    margin: 0 auto 1.3rem;
    padding-bottom: 1.3rem;
    font-size: 1.6rem;
  }
  .index-ticket .ticket-price span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15.8rem;
    height: 2px;
    border-bottom: 2px dotted #000000;
  }
  .index-ticket .ticket-price span small {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .index-ticket .ticket-price p {
    font-size: 2rem;
  }
  .index-ticket .ticket-caption {
    display: none;
  }
  .index-ticket .ticket-caution {
    font-size: 1.2rem;
    line-height: 1.16;
  }
  .index-ticket .ticket-link {
    margin-top: 3.2rem;
  }
}
/*
  index-support
------------*/
.index-support .support-ttl {
  /* width: 30%; */
  margin: auto;
}
@media screen and (max-width: 750px) {
  .index-support .support-ttl {
    width: 100%;
    margin: 0 auto 3.2rem;
  }
}
.index-support .support-ttl img {
  margin: auto;
  position: absolute;
  top: -20px;
}
.index-support .support-text {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .index-support .support-text {
    margin-left:0em;
    margin-right:0em;
    padding-top:0px;
    width: 90%;
    margin: auto;
  }
}
.index-support .support-link {
  margin-top: 10rem;
}
.index-support th {
  font-size: 2.5rem;
  width: 350px;
}
@media screen and (max-width: 750px) {
  .index-support th {
    display: block;
    width: 100%;
    color: #fff;
    text-align: left;
    line-height: 50px;
    border-bottom: none;
    background: linear-gradient(to right, #b2bcff 0%, #f9e5de 100%);
    padding-left: 30px;
    font-size: 2rem;
    height: 50px;
  }
}
.index-support td {
  font-size: 2.5rem;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .index-support td {
    display: block;
    width: 100%;
    border-bottom: none;
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding: 20px 0px;
  }
}

@media screen and (max-width: 750px) {
  .index-support .support-ttl {
    width: 100%;
    margin: 0 auto 0rem;
  }
  .index-support .support-text {
    font-size: 1.6rem;
  }
  .index-support .support-link {
    margin-top: 3.2rem;
  }
}
/*
  index-guide
------------*/
.index-guide {
  margin-top: 15rem;
}
.index-guide .guide-ttl {
  width: 38.5rem;
  margin: 0 auto 9.5rem;
}
.index-guide .guide-text {
  text-align: center;
  font-size: 2.2rem;
}
.index-guide .guide-link {
  margin-top: 10rem;
}

@media screen and (max-width: 750px) {
  .index-guide {
    margin-top: 6rem;
  }
  .index-guide .guide-ttl {
    width: 17.9rem;
    margin: 0 auto 3.2rem;
  }
  .index-guide .guide-text {
    font-size: 1.6rem;
  }
  .index-guide .guide-link {
    margin-top: 3.2rem;
  }
}
/*
  index-about
------------*/
#index-about {
  position: relative;
  margin-top: 20rem;
  padding-bottom: 17.5rem;
  text-align: center;
}
#index-about::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 247.4rem;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 100%;
}
#index-about .about-ttl {
  width: 49.9rem;
  margin: 0 auto;
  transform: translateY(-35%);
  margin-top: -80px;
}
#index-about h3 {
  position: absolute;
  top:150px;
  left: 0;
  right: 0;
  z-index: 5;
  margin-bottom: 10rem;
  font-size: 4.5rem;
  line-height: 1.21;
}
#index-about h3 .sub {
  font-size: 3.5rem;
}
@media screen and (max-width: 750px) {
  #index-about h3 .sub {
    font-size: 1.6rem;
  }
}
#index-about .about-box {
  position: relative;
  z-index: 5;
  font-size: 2.2rem;
  margin-top: -140px;
  line-height: 2;
}
#index-about .about-box p{
  padding-top:260px;
}
@media screen and (max-width: 750px) {
#index-about .about-box p{
 text-align: left;
 padding-top:0px;
 letter-spacing: 0.01em;
}
}

#index-about .about-box + .about-box {
  margin-top: 3rem;
}
#index-about .about-bg .bg-item {
  position: absolute;
}
#index-about .about-bg .bg-item._item01 {
  top: 0rem;
  left: 12.5rem;
  width: 20rem;
}
#index-about .about-bg .bg-item._item02 {
  bottom: 3.5rem;
  right: 17.4rem;
  width: 13.2rem;
}
#index-about .about-bg .bg-item._item03 {
  top: 12rem;
  right: 15.4rem;
  width: 10rem;
}
#index-about .about-bg .bg-item._item04 {
  top: 25rem;
  left: 37.3rem;
  width: 10rem;
}
#index-about .about-bg .bg-item._item05 {
  bottom: 46.9rem;
  right: 34.6rem;
  width: 15rem;
}
#index-about .about-bg .bg-item._item06 {
  bottom: 4.5rem;
  left: 14.2rem;
  width: 15rem;
}

/* #index-about p{
  font-family: "UD新ゴNT M";
} */
@media screen and (max-width: 750px) {
  #index-about {
    margin-top: 250px;
    margin-bottom: -140px;
  }
  #index-about::before {
    width: 109.4rem;
    top: 20%;
  }
  #index-about .about-ttl {
    width: 23.2rem;
    transform: translateY(-40%);
  }
  #index-about .about-ttl img {
    display: none;
  }
  #index-about h3 {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    line-height: 1.25;
    top: -80px;
  }
  #index-about .about-box {
    font-size: 1.5rem;
    line-height: 1.53;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #index-about .about-box {
    width: 90%;
    margin: auto;
    margin-top:0px;
  }
}
@media screen and (max-width: 750px) {
  #index-about .about-box + .about-box {
    margin-top: 3rem;
  }
  #index-about .about-bg .bg-item._item02 {
    bottom: -1.1rem;
    right: 4.1rem;
    width: 5.1rem;
  }
  #index-about .about-bg .bg-item._item03 {
    top: 1.3rem;
    right: 1.6rem;
    width: 2.4rem;
  }
  #index-about .about-bg .bg-item._item04 {
    top: 56.9rem;
    left: 2.2rem;
    width: 2.2rem;
  }
  #index-about .about-bg .bg-item._item05 {
    bottom: 32rem;
    right: 1rem;
    width: 2rem;
  }
  #index-about .about-bg .bg-item._item06 {
    bottom: 0.1rem;
    left: 4rem;
    width: 3.1rem;
  }
}
/*
  index-sponsor
------------*/
#index-sponsor {
  margin-top: 30.5rem;
}
#index-sponsor .sponsor-ttl {
  width: 43rem;
  margin: 0 auto 5.5rem;
}
#index-sponsor .sponsor-box {
  margin-bottom: 8rem;
}
#index-sponsor .sponsor-box p {
  margin-bottom: 5.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
#index-sponsor .sponsor-list {
  display: flex;
  justify-content: center;
}
#index-sponsor .sponsor-list a {
  margin: 0 1rem;
}
#index-sponsor .sponsor-list a._banner01 {
  width: 20.2rem;
}
#index-sponsor .sponsor-list a._banner02 {
  width: 42.5rem;
}
#index-sponsor .sponsor-list a._short, #index-sponsor .sponsor-list a._wide {
  width: 20.2rem;
}

@media screen and (max-width: 750px) {
  #index-sponsor {
    margin-top: 9.2rem;
  }
  #index-sponsor .sponsor-ttl {
    width: 17.6rem;
    margin: 0 auto 4.2rem;
  }
  #index-sponsor .sponsor-box {
    margin-bottom: 3.2rem;
  }
  #index-sponsor .sponsor-box p {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
  #index-sponsor .sponsor-list {
    display: flex;
    justify-content: center;
  }
  #index-sponsor .sponsor-list a {
    margin: 0 1rem;
  }
  #index-sponsor .sponsor-list a._banner01 {
    width: 9.1rem;
  }
  #index-sponsor .sponsor-list a._banner02 {
    width: 16.1rem;
  }
  #index-sponsor .sponsor-list a._short, #index-sponsor .sponsor-list a._wide {
    width: 10.7rem;
  }
}
/*------------
  grid
------------*/
.grid {
  position: absolute;
  top: 0;
  transform: translateY(-200%);
  width: calc(100% - 10rem);
}
.grid .grid-image {
  display: flex;
  position: relative;
  z-index: 50;
  margin-top: -1.3rem;
}
.grid .grid-image .image-item {
  width: 33.3333333333%;
}

@media screen and (max-width: 750px) {
  .grid {
    width: calc(100% - 4rem);
  }
  .grid .grid-image {
    display: block;
    margin-top: -0.5rem;
  }
  .grid .grid-image .image-item {
    width: 100%;
  }
}
/*------------
  artist
------------*/
#artist {
  position: relative;
  padding-top: 8rem;
}
#artist .artist-ttl {
  width: 46.4rem;
  margin: 0 auto;
}
#artist .artist-subttl {
  width: 66.2rem;
  margin: 10rem auto 0;
}
#artist .artist-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 135.8rem;
  margin: 9.2rem auto 0;
}
#artist .artist-item {
  position: relative;
  z-index: 5;
  width: 58rem;
  padding: 6.1rem 6.3rem;
  border-radius: 4.2rem;
}
#artist .artist-item._green {
  background: #67DF43;
}
#artist .artist-item._blue {
  background: #3579CC;
}
#artist .artist-item._red {
  background: #EB5E4E;
}
#artist .artist-item:nth-of-type(even) {
  margin-left: auto;
}
#artist .artist-item:nth-of-type(n + 3) {
  margin-top: 8.8rem;
}
#artist .artist-image {
  overflow: hidden;
  height: 48rem;
  border-radius: 3rem;
}
#artist .artist-image._coming {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35.3rem;
  height: 45.2rem;
  border-radius: 0;
}
#artist .artist-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#artist .artist-name {
  margin: 3rem auto;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #FFFFFF;
}
#artist .artist-name._coming {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  font-size: 7rem;
}
#artist .artist-hidden {
  opacity: 0;
  pointer-events: none;
}
#artist .artist-link._hidden {
  pointer-events: none;
  opacity: 0;
}
#artist .artist-bg .bg-item {
  position: absolute;
  z-index: 2;
}
#artist .artist-bg .bg-item._item01 {
  top: 36.2rem;
  left: -18.7rem;
  width: 22.3rem;
}
#artist .artist-bg .bg-item._item02 {
  top: 178rem;
  right: -16.2rem;
  width: 17.7rem;
}
#artist .artist-bg .bg-item._item03 {
  bottom: -12.6rem;
  left: -12rem;
  width: 24.3rem;
}
#artist .artist-bg .bg-item._item04 {
  top: 97.5rem;
  right: -23.3rem;
  width: 26.4rem;
}
#artist .artist-bg .bg-item._item05 {
  display: none;
}
#artist .artist-bg .bg-item._item06 {
  top: -23.4rem;
  left: -19.5rem;
  width: 22.3rem;
}
#artist .artist-bg .bg-mark {
  position: absolute;
  z-index: 9;
}
#artist .artist-bg .bg-mark._mark01 {
  top: 79.4rem;
  right: -9.9rem;
  width: 9.1rem;
}
#artist .artist-bg .bg-mark._mark02 {
  top: 182.6rem;
  left: -8.7rem;
  width: 7.9rem;
}
#artist .artist-bg .bg-mark._mark03 {
  bottom: 51.6rem;
  right: 21.8rem;
  width: 7.5rem;
}
#artist .artist-bg .bg-mark._mark04 {
  bottom: -31.8rem;
  left: -11.3rem;
  width: 9.1rem;
}
#artist .artist-bg .bg-mark._mark05 {
  display: none;
}
#artist .artist-bg .bg-mark._mark06 {
  top: -3.8rem;
  right: -4.6rem;
  width: 7.5rem;
}
#artist .artist-bg .bg-mark._mark07 {
  display: none;
}
#artist .artist-bg .bg-mark._mark08 {
  top: 2.1rem;
  right: -7.3rem;
  width: 7.9rem;
}

@media screen and (max-width: 750px) {
  #artist {
    padding-top: 3rem;
  }
  #artist .artist-ttl {
    width: 24rem;
  }
  #artist .artist-subttl {
    width: 26.4rem;
    margin: 4.8rem auto 0;
  }
  #artist .artist-list {
    display: block;
    width: 26rem;
    margin: 3rem auto 0;
  }
  #artist .artist-item {
    width: 100%;
    padding: 2.1rem;
    border-radius: 2.2rem;
  }
  #artist .artist-item + .artist-item, #artist .artist-item:nth-of-type(n + 3) {
    margin-top: 2.4rem;
  }
  #artist .artist-image {
    height: 21.5rem;
    border-radius: 2.5rem;
  }
  #artist .artist-image._coming {
    width: 16.4rem;
    height: 20.9rem;
  }
  #artist .artist-name {
    margin: 1.3rem auto;
    font-size: 1.6rem;
  }
  #artist .artist-name._coming {
    font-size: 3rem;
  }
  #artist .artist-link {
    width: 100%;
  }
  #artist .artist-bg {
    display: none;
  }
  #artist .artist-bg .bg-mark {
    display: none;
  }
  /*
  #artist .artist-item._green,
  #artist .artist-item._blue,
  #artist .artist-item._red {
    background: transparent;
  }
  #artist .artist-item:nth-of-type(3n + 1) {
    background: #67DF43;
  }
  #artist .artist-item:nth-of-type(3n + 2) {
    background: #EB5E4E;
  }
  #artist .artist-item:nth-of-type(3n) {
    background: #3579CC;
  }*/
}
/*------------
  detail
------------*/
#detail {
  position: relative;
  padding-top: 13.2rem;
}
#detail .detail-ttl {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
}
#detail .detail-image {
  margin-top: 5.6rem;
  width: 146.1rem;
  margin: 8.6rem auto 0;
  text-align: center;
}
#detail .detail-sns {
  display: flex;
  justify-content: center;
  margin-top: 6.7rem;
}
#detail .detail-sns a {
  height: 7.3rem;
  margin: 0 2rem;
}
#detail .detail-sns a img {
  width: auto;
  height: 100%;
}
#detail .detail-description {
  width: 146.1rem;
  margin: 8.6rem auto 0;
  padding: 8.2rem 9.8rem;
  font-size: 2.4rem;
  line-height: 2;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 14rem;
}
#detail .detail-description p + p {
  margin-top: 1.5em;
}

#index-kv .kv-message {
  width: 95rem;
}

@media screen and (max-width: 750px) {
  #detail {
    padding-top: 3rem;
  }
  #detail .detail-ttl {
    font-size: 2.8rem;
  }
  #detail .detail-image {
    width: 100%;
    margin: 3rem auto 0;
  }
  #detail .detail-sns {
    margin-top: 3rem;
  }
  #detail .detail-sns a {
    height: 2.8rem;
  }
  #detail .detail-description {
    width: 31.9rem;
    margin: 3rem auto 0;
    padding: 3rem;
    font-size: 1.6rem;
    line-height: 1.75;
    border-radius: 4rem;
  }
}
/*------------
  layout-block
------------*/
.layout-block {
  position: relative;
  width: 146.1rem;
  margin: 0 auto;
  padding: 0 0 19.2rem;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 13.5rem;
}

@media screen and (max-width: 750px) {
  .layout-block {
    width: 31.9rem;
    padding: 0 0 8.8rem;
    border-radius: 4rem;
  }
}
/*------------
  access
------------*/
#access {
  padding-top: 23.5rem;
}
#access .access-ttl {
  width: 45.2rem;
  margin: 0 auto;
  transform: translateY(-50%);
}
#access .access-box {
  width: 120.2rem;
  margin: -7rem auto 0;
  font-size: 2rem;
}
#access .access-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-bottom: 4rem;
}
#access .access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#access .access-info {
  display: flex;
  margin-bottom: 6rem;
}
#access .access-info h2 {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: bold;
}
#access .access-info .info-address {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
#access .access-info .info-image {
  width: 50rem;
  margin-left: auto;
}
#access .access-traffic {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
#access .access-traffic .traffic-detail {
  margin-bottom: 2rem;
  font-weight: bold;
}
#access .access-traffic dl {
  margin-bottom: 6rem;
}
#access .access-traffic dl dt {
  font-weight: bold;
}
#access .access-traffic dl ul {
  list-style-type: disc;
  list-style-position: inside;
}
#access .access-link {
  width: 92rem;
  margin: 2rem auto 4rem;
}
#access .access-link a {
  border-radius: 10rem;
}

@media screen and (max-width: 750px) {
  #access {
    padding-top: 9.7rem;
  }
  #access .access-ttl {
    width: 20rem;
  }
  #access .access-box {
    width: 90%;
    margin: -6rem auto 0;
    font-size: 1.4rem;
  }
  #access .access-info {
    display: block;
  }
  #access .access-info h2 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
  #access .access-info .info-address {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
  #access .access-info .info-image {
    width: 100%;
    margin: 3rem auto;
  }
  #access .access-traffic {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  #access .access-traffic .traffic-detail, #access .access-traffic dl {
    margin-bottom: 1rem;
  }
  #access .access-link {
    width: 100%;
    margin-top: 2rem;
  }
}
/*------------
  support
------------*/
#support {
  padding-top: 23.5rem;
}
#support .support-ttl {
  width: 54rem;
  margin: 0 auto;
  transform: translateY(-50%);
}
#support .support-box {
  margin-top: -12rem;
}
#support .support-box + .support-box {
  margin-top: 18.4rem;
}
#support .support-box h2 {
  margin-bottom: 5.2rem;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
}
#support .support-seat {
  width: 86.1rem;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 2;
  list-style-type: disc;
}
#support .support-seat li {
  margin-bottom: 1em;
}
#support .support-caution {
  width: 80rem;
  margin: 0 auto;
  font-size: 1.8rem;
  list-style-type: none;
}
#support .support-info {
  display: flex;
  flex-wrap: wrap;
  width: 114.4rem;
  margin: 0 auto;
}
#support .support-info .info-item {
  display: flex;
  width: 50%;
}
#support .support-info .info-item:nth-of-type(n + 3) {
  margin-top: 7.5rem;
}
#support .support-info .info-image {
  flex-shrink: 0;
  width: 14rem;
}
#support .support-info .info-detail {
  width: 34rem;
  margin-left: 2.5rem;
  font-size: 2rem;
  line-height: 2;
}
#support .support-info .info-detail dt {
  font-weight: bold;
}
#support .support-stage {
  margin-top: -3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
#support .support-stage .stage-image {
  width: 119.3rem;
  margin: 2.7rem auto 0;
}

@media screen and (max-width: 750px) {
  #support {
    padding-top: 9.7rem;
  }
  #support .support-ttl {
    width: 24.5rem;
    margin: 0 auto;
    transform: translateY(-40%);
  }
  #support .support-box {
    margin-top: -5rem;
  }
  #support .support-box + .support-box {
    margin-top: 4.5rem;
  }
  #support .support-box h2 {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
  #support .support-seat {
    width: 24rem;
    font-size: 1.6rem;
  }
  #support .support-caution {
    width: 24rem;
    font-size: 1.4rem;
  }
  #support .support-info {
    display: block;
    width: 28rem;
  }
  #support .support-info .info-item {
    width: 100%;
  }
  #support .support-info .info-item + .info-item, #support .support-info .info-item:nth-of-type(n + 3) {
    margin-top: 4.5rem;
  }
  #support .support-info .info-image {
    width: 11rem;
  }
  #support .support-info .info-detail {
    width: 100%;
    margin-left: 0.5rem;
    font-size: 1.4rem;
  }
  #support .support-stage {
    font-size: 1.6rem;
  }
  #support .support-stage .stage-image {
    width: 30rem;
    margin: 1.5rem auto 0;
  }
}
/*------------
  guide
------------*/
#guide {
  padding-top: 23.5rem;
}
#guide .guide-ttl {
  width: 40rem;
  margin: 0 auto;
  transform: translateY(-50%);
}
#guide .guide-box {
  width: 120.2rem;
  margin: -3rem auto 0;
}
#guide .guide-image {
  margin-bottom: 7.9rem;
}
#guide .guide-table .table-row {
  display: flex;
  margin-top: 3.5rem;
  font-size: 2rem;
  line-height: 1.75;
  border: 1px solid #000000;
}
#guide .guide-table .table-ttl {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2.7rem;
  font-weight: bold;
}
#guide .guide-table .table-ttl span {
  flex-shrink: 0;
  width: 8rem;
  margin-right: 2.2rem;
}
#guide .guide-table .table-cell {
  width: 50%;
  padding: 2.7rem;
  border-left: 1px solid #000000;
}
#guide .guide-table .table-cell ul {
  list-style-type: disc;
  list-style-position: inside;
}
#guide .guide-link {
  margin-top: 13.4rem;
}

.listback {
  margin-top: 8rem;
}

@media screen and (max-width: 750px) {
  #guide {
    padding-top: 9.7rem;
  }
  #guide .guide-ttl {
    width: 20rem;
  }
  #guide .guide-box {
    width: 30rem;
  }
  #guide .guide-image {
    margin-bottom: 4rem;
  }
  #guide .guide-table .table-row {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  #guide .guide-table .table-ttl {
    align-items: flex-start;
    width: 45%;
    padding: 1rem;
  }
  #guide .guide-table .table-ttl span {
    width: 2rem;
    margin-right: 1rem;
  }
  #guide .guide-table .table-cell {
    width: 55%;
    padding: 1rem;
    border-left: 1px solid #000000;
  }
  #guide .guide-link {
    margin-top: 7rem;
  }
}
/*--追加--*/
#index-news ul.news-list {
  list-style: none;
}
#index-news ul.news-list li {
  list-style: none;
  margin-bottom: 1rem;
}
#index-news .news-list a, #index-news .news-list span {
  display: block;
  font-size: 2.2rem;
  line-height: 1.5;
}

div.ticket-link p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  text-decoration: underline;
  line-height: 1.4;
}

.index-ticket .ticket-price span small {
  font-size: 2rem;
  font-weight: bold;
}

div#artist_sortorder {
  text-align: center;
  font-size: 2.9rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

.index-ticket .ticket-price small {
  font-size: 2rem;
}

.footer .footer-pagetop {
  margin-bottom: 20rem;
}
.footer .footer-box {
  padding: 3rem;
  width: 50%;
  margin-left: 25%;
  border: 1px solid #666;
}

.support-seat li span {
  font-weight: bold;
}

.support-caution a {
  text-decoration: underline;
}

.guide-table table {
  width: 100%;
}
.guide-table table th {
  width: 50%;
  border: 1px solid #666;
  text-align: left;
  font-size: 2rem;
  line-height: 1.4;
  padding: 2rem 8rem;
}

#guide_seat01 th {
  background-image: url("../img/seatA.jpg");
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position: 2rem 2rem;
}

#guide_seat02 th {
  background-image: url("../img/seatB.jpg");
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position: 2rem 2rem;
}

#guide_seat03 th {
  background-image: url("../img/seatC.jpg");
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position: 2rem 2rem;
}

#guide_seat04 th {
  background-image: url("../img/seatD.jpg");
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position: 2rem 2rem;
}

.guide-table table td {
  border: 1px solid #666;
  padding: 2rem;
  text-align: left;
  font-size: 2rem;
  line-height: 1.4;
}
.guide-table table td ul {
  margin-left: 3rem;
}



#CautionarySection {
  padding-top:80px;
  /* width: 146.1rem; */
  margin: auto;
}
#CautionarySection div.autionaryDiv {
  padding: 34.5rem auto;
  background: #FFF;
  /* border: 1px solid #000000; */
  border-radius: 7.5rem;
}
#CautionarySection div.autionaryDiv div.autionaryDivinner {
  font-size: 3rem;
  padding: 5rem;
  line-height: 1.5;
}


.autionaryDiv .inner{
  width:70%;
  margin: auto;
}

.autionaryDiv .inner h3{
text-align: left;
}



@media screen and (max-width: 750px) {
  #CautionarySection div.autionaryDiv div.autionaryDivinner {
    padding: 1rem;
  }

.autionaryDiv .inner h3{
  text-align: left;
  color:linear-gradient(to right, #b2bcff 0%, #f9e5de 100%);
}

}
#CautionarySection div.autionaryDiv div.autionaryDivinner h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5rem;
  text-align: center;
}
#CautionarySection div.autionaryDiv div.autionaryDivinner div {
  margin-bottom: 5rem;
  margin: auto;
  text-align: center;
  width: 100%;
}
#CautionarySection div.autionaryDiv div.autionaryDivinner div p {
  margin-bottom: 3rem;
}
#CautionarySection div.autionaryDiv div.autionaryDivinner div ul {
  padding: 0;
  margin-top: 3rem;
  text-align: center;
}
#CautionarySection div.autionaryDiv div.autionaryDivinner div li {
  list-style: none;
  line-height: 1.8;
  font-size: 2rem;
  /* margin-bottom:5rem; */
}
#CautionarySection div.autionaryDiv div.autionaryDivinner div li a {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

@media screen and (max-width: 750px) {
  #CautionarySection {
    width: 100%;
    margin-top: 5rem;
  }
  #CautionarySection div.autionaryDiv {
    border-radius: 3.7rem;
  }
  #CautionarySection div.autionaryDiv div.autionaryDivinner {
    font-size: 2rem;
  }
  #CautionarySection div.autionaryDiv div.autionaryDivinner h3 {
    font-size: 2.2rem;
  }
  #CautionarySection div.autionaryDiv div.autionaryDivinner h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  #CautionarySection div.autionaryDiv div.autionaryDivinner div {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  #CautionarySection div.autionaryDiv div.autionaryDivinner div p {
    margin-bottom: 1rem;
  }
  #CautionarySection div.autionaryDiv div.autionaryDivinner div ul {
    padding: 0;
    margin-top: 1rem;
  }
  #CautionarySection div.autionaryDiv div.autionaryDivinner div li {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  #index-news .news-list {
    margin-left: 1em;
    margin-right: 1em;
  }
  #index-news .news-list a, #index-news .news-list span {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  div.ticket-link p {
    font-size: 2rem;
    font-weight: bolder;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .index-ticket .ticket-price {
    padding-top: 40px;
  }
  .index-ticket .ticket-price span small {
    font-size: 1rem;
    font-weight: normal;
  }
  .index-ticket .ticket-price small {
    font-size: 1rem;
  }
  div#artist_sortorder {
    font-size: 1.2rem;
  }
  .footer .footer-pagetop {
    margin-bottom: 15rem;
  }
  .footer .footer-box {
    width: 90%;
    margin-left: 5%;
  }
  #index-kv .kv-message {
    width: 26rem;
  }
  .footer .footer-menu a {
    background: transparent;
  }
  body#artistdetail .wrapper {
    padding: 0;
  }
  .guide-table table {
    width: 100%;
  }
  .guide-table table th {
    width: 50%;
    border: 1px solid #666;
    text-align: left;
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.5rem 0.5rem 0.5rem 3rem;
  }
  #guide_seat01 th {
    background-image: url("../img/seatA.jpg");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 0.5rem 0.5rem;
  }
  #guide_seat02 th {
    background-image: url("../img/seatB.jpg");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 0.5rem 0.5rem;
  }
  #guide_seat03 th {
    background-image: url("../img/seatC.jpg");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 0.5rem 0.5rem;
  }
  #guide_seat04 th {
    background-image: url("../img/seatD.jpg");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 0.5rem 0.5rem;
  }
  .guide-table table td {
    border: 1px solid #666;
    padding: 0.5rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1.4;
  }
  .guide-table table td ul {
    margin-left: 2rem;
  }
}
/* 注意事項 */
.list li {
  text-align: left;
  font-size: 2.2rem;
  line-height: 20px;
}

/* 応募から出店までの流れ */
.top-flow {
  max-width: 1032px;
  width: 90%;
  margin: auto;
}

.top-flow__container {
  max-width: 1032px;
  margin: auto;
  margin-top: -50px;
}

@media (max-width: 768px) {
  .top-flow{
    padding-bottom: 0px;
  }
  .top-flow__container {
    width: 100%;
    margin-top: -10px;
  }
}
.top-flow__heading {
  margin-bottom: 6.4rem;
}

@media (max-width: 768px) {
  .top-flow__heading {
    margin-bottom: 0rem;
  }
}
.top-flow__list {
  background: #fff;
  box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 1990px) {
  .top-flow__list {
    display: flex;
    padding: 3.2rem;
  }
}
.top-flow__list-item {
  padding: 2.4rem 1.6rem;
}

@media (max-width: 1990px) {
  .top-flow__list-item:not(:first-child) {
    border-left: 1px dashed #aaaaaa;
  }
}
.top-flow__guide {
  padding-top: 6.4rem;
}

.Inner {
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-left: 140px;
  max-width: 1200px;
}
@media screen and (max-width: 750px) {
  .Inner {
    margin-left: 0px;
    padding-top: 0px;
  }
}

p {
  margin: 0;
  padding: 0;
}

.List-Item {
  width: 100%;
}
.List-Item:nth-of-type(1) {
  border-top: 0;
}

@media screen and (max-width: 540px) {
  .List-Item {
    border-top: 0;
  }
}
.List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1100px;
  align-items: center;
}
.List-Item-Content.one {
  padding-top: 0;
}

@media screen and (max-width: 540px) {
  .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}
.List-Item-Content-Number {
  position: absolute;
  margin-right: 40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -10px;
  line-height: 80px;
  text-align: center;
  background: linear-gradient(to right, #b2bcff 0%, #f9e5de 100%);
  color: #fff;
  font-size: 36px;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number {
    margin-top: 0px;
  }
}
.List-Item-Content-Number .steptxt {
  position: relative;
  font-family: "futura-pt", sans-serif;
  top: 12.2px;
  font-weight: bold;
  line-height: 25px;
  font-size: 1.5rem;
  text-align: center;
}
.List-Item-Content-Number .step {
  font-size: 4rem;
  left: 22px;
  position: absolute;
  text-align: center;
}

@media (max-width: 768px) {
  .List-Item-Content-Number .steptxt {
    top: 8px;
  }
}
@media (max-width: 768px) {
  .List-Item-Content-Number .step {
    font-size: 2rem;
    top: 20px;
    left: 18px;
  }
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    line-height: 40px;
    font-size: 24px;
  }
}
.List-Item-Content-Number-Line {
  position: absolute;
  top: -76%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 186px;
  border-style: dotted;
  border: 1px dashed #000;
  border-collapse: collapse;
}

@media (max-width: 768px) {
  .List-Item-Content-Number-Line {
    display: none;
  }
}
.List-Item-Content-Number-Line--02, .List-Item-Content-Number-Line--03, .List-Item-Content-Number-Line--04 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90px;
  border-style: dotted;
  border: 1px dashed #000;
  border-collapse: collapse;
}

.List-Item-Content-Number-Line--05 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  height:150px;
  border-style: dotted;
  border: 1px dashed #000;
  border-collapse: collapse;
}


@media (max-width: 768px) {
  .List-Item-Content-Number-Line--02 {
    display: none;
  }
}
@media (max-width: 768px) {
  .List-Item-Content-Number-Line--03 {
    display: none;
  }
}
@media (max-width: 768px) {
  .List-Item-Content-Number-Line--04 {
    display: none;
  }
}
@media (max-width: 768px) {
  .List-Item-Content-Number-Line--05 {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line {
    top: -80%;
    width: 2px;
    height: 72px;
  }
}
.List-Item-Content-Title {
  margin-right: 48px;
  flex-basis: 298px;
  padding-left: 150px;
  color: #000;
  font-weight: bold;
  font-size: 3rem;
}

@media (max-width: 768px) {
  .List-Item-Content-Title {
    padding-left: 60px;
    margin-right: 0;
    max-width: 230px;
    font-size: 22px;
    padding-top: 13px;
  }
}
@media (max-width: 500px) {
  .List-Item-Content-Title {
    padding-left: 70px;
    margin-right: 0;
    max-width: 400px;
    font-size: 22px;
    padding-top: 21px;
  }
}

@media (max-width:393px) {
  .List-Item-Content-Title {
    font-size: 20px;
  }
}
.List-Item-Content-Description {
  line-height: 1.5;
  font-size: 18px;
  padding-left: 150px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .List-Item-Content-Description {
    padding-left: 0px;
  }
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Description {
    margin-left: 60px;
    max-width: 260px;
    font-weight: normal;
    font-size: 16px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) {
  .List-Item-Content-Description {
    margin-left: 0px;
    width: 100%;
    max-width: 460px;
    font-weight: normal;
    font-size: 16px;
    padding-top: 40px;
  }
}
.List-Item-Content-staff {
  background-color: #EBF4F4;
  font-weight: bold;
  padding: 10px 20px 10px;
  margin-top: 30px;
}

.flowcontent {
  width: 100%;
  position: relative;
}
.flowcontent .support_txt01 {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  padding: 5px;
  color: #ffffff;
  text-align: center;
  width: 20%;
  margin: auto;
  margin-top: 40px;
  border-radius: 30px;
  background: linear-gradient(to right, #5BBDFF 0%, #416AFF 100%);
}
.flowcontent .support_txt01 p {
  margin-top: 30px;
}
.flowcontent .support_txt02 {
  position: absolute;
  left: 0;
  right: 0;
  top: 412px;
  padding: 5px;
  z-index: 999;
  color: #ffffff;
  text-align: center;
  width: 16%;
  margin: auto;
  margin-top: 45px;
  border-radius: 30px;
  background: linear-gradient(to right, #5BBDFF 0%, #416AFF 100%);
}
.flowcontent .support__01 {
  border-radius: 20px;
  position: relative;
  box-shadow: 0 1rem 2rem hsla(0, 0%, 0%, 0.2);
  background: hsl(0, 0%, 100%);
  padding: 40px 30px 60px 60px;
  margin-top: 80px;
}
.flowcontent .support__01 p {
  margin-top: 20px;
}
.flowcontent .support__02 {
  border-radius: 20px;
  box-shadow: 0 1rem 2rem hsla(0, 0%, 0%, 0.2);
  background: hsl(0, 0%, 100%);
  padding: 10px 30px 50px 30px;
  margin-top: 80px;
}
.flowcontent .works-item__content {
  position: relative;
}
.flowcontent .works-item__content-title__01, .flowcontent .works-item__content-title__02, .flowcontent .works-item__content-title__03 {
  position: absolute;
  text-align: center;
  top: -30px;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .flowcontent {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .flowcontent .support_txt01 {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .flowcontent .support_txt02 {
    top: 482px;
    width: 60%;
  }
}
@media (max-width: 426px) {
  .flowcontent .support_txt02 {
    top: 503px;
  }
}
@media (max-width: 393px) {
  .flowcontent .support_txt02 {
    top: 552px;
  }
}
@media (max-width: 768px) {
  .flowcontent .support__01 {
    padding: 40px 30px 30px 30px;
  }
}
.map {
  margin: auto;
  text-align: center;
}

.txt_map {
  width: 80%;
  margin: auto;
  line-height: 26px;
  font-size: 16px;
  padding-bottom: 50px;
}

/* ------------------------------------
  画像グリッド 
------------------------------------ */
#work {
  /* -webkit-width: calc(100% - 100px); */
  max-width: 1022px;
  width: 90%;
  margin:auto;
  /* margin: 0 auto 200px; */
  position: relative;
  z-index: 20;
  margin-bottom: 370px;
}
@media screen and (max-width: 750px) {
  #work {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 600px;
  }
}

#work .inner{
  margin-left:0px;
}
@media screen and (max-width: 750px) {
  #work .inner{
    padding-top: 30px;
  }
}
#work .txt1 {
  text-align: center;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 50px;
}
#work ul {
  width: 100%;
}
#work ul li {
  width: 40%;
  max-width: 397px;
}
@media screen and (max-width: 750px) {
  #work ul li {
    width: 100%;
  }
}
#work ul li:nth-child(2n-1) {
  float: left;
  clear: both;
  margin-bottom: 66px;
}
@media screen and (max-width: 750px) {
  #work ul li:nth-child(2n-1) {
    margin-bottom: 0px;
  }
}
#work ul li:nth-child(2n) {
  float: right;
  margin: 85px 0 -18px 0;
}
@media screen and (max-width: 750px) {
  #work ul li:nth-child(2n) {
    margin: 0px 0 0px 0;
  }
}
#work ul li img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  margin-bottom: 24px;
}
#work ul li .cate {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.19em;
  opacity: 0.3 !important;
  color: #fff;
  margin-bottom: 4px;
}
#work ul li .title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 11px;
}
#work ul li .desc {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 2px;
}
#work ul li .btn {
  font-size: 16px;
}
#work ul li .btn a {
  line-height: 23px;
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}
#work ul li .btn a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.2;
}

/* お問い合わせ */
.Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top:0px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item-Label {
  width: 100%;
  text-align: left;
  max-width: 278px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 27px;
  font-size: 17px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 4px;
  margin-left: -20px;
  padding-bottom: 4px;
  width: 55px;
  display: inline-block;
  text-align: center;
  color: #ff0000;
  font-size: 13px;
}

textarea{
  width: 433px;
}


input{
  padding: 12px;
}
#contact .button_solid014 input{
  padding:0px;
}
@media screen and (max-width: 480px) {
  input{
    width:100%;
    font-size: 15px;
}
}


#select{
  padding: 12px;
}

.Form-Item-Input2{
  width: 435px;
  margin-left:0px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input2{
    width:355px;
}
}
@media screen and (max-width:375px) {
  .Form-Item-Input2{
    width: 310px;
}
}
@media screen and (max-width: 480px) {
textarea{
  width:355px;
}
}
@media screen and (max-width:375px) {
  textarea{
    width: 310px;
}
}

.index-support .button_solid014 input{
    background-color: transparent;
    border: none;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    margin-left: -10px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
/* ボタン */
/* solid014 */
.button_solid014 {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .button_solid014 {
    width: 90%;
    margin: auto;
  }
}
.button_solid014 a {
  background: linear-gradient(to right, #B3BDFE 0%, #ff97e1 100%);
  border-radius: 3px;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 380px;
  /* padding: 10px 25px; */
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  box-shadow: 5px 5px 0 #a0a9e1;
  border-radius: 50px;
}
.button_solid014 a:hover {
  background-color: #6f6f6f;
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
}

/* solid014 */
.iconmail {
  width: 10%;
  margin-top: -1px;
  margin-right: 7px;
  margin-left: -30px;
}
@media screen and (max-width: 750px) {
  .iconmail {
    margin-right:0px;
  margin-left:0px;
  }
}

.iconmail img {
  width: 100%;
}

.button_solid015 {
  margin-top: 60px;
}
.button_solid015 a {
  background: #FF912B;
  border-radius: 3px;
  position: relative;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 25px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  box-shadow: 5px 5px 0 #F06300;
  border-radius: 50px;
}
.button_solid015 a:hover {
  background-color: #6f6f6f;
  box-shadow: 0 0 0;
}

/* solid014 */
.button_box {
  position: absolute;
  top: -320px;
  width: 40%;
}
.button_box .bg_style03::before, .button_box .bg_style03::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease-in;
}
.button_box .bg_style03::before {
  right: 35px;
}
.button_box .bg_style03::after {
  right: 24px;
}

@media (max-width: 768px) {
  .button_box {
    top: -250px;
    width: 100%;
  }
}
.bg_style03 {
  background: var(--link_color);
  color: #fff;
  padding: 1em 4em;
  position: relative;
}
.bg_style03::before, .bg_style03::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease-in;
}
.bg_style03::before {
  right: 35px;
}
.bg_style03::after {
  right: 24px;
}
.bg_style03::before, .bg_style03::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease-in;
}
.bg_style03::before {
  right: 35px;
}
.bg_style03::after {
  right: 24px;
}

.button-detail {
  display: flex;
  flex-wrap: wrap;
  max-width: 60rem;
  margin: 0 auto;
}
.button-detail .button-detail__button--next, .button-detail .button-detail__button--prev, .button-detail .button-detail__button--back, .button-detail .button-detail__button {
  margin-bottom: 2.4rem;
  padding: 1.6rem 2.4rem;
  border-radius: 0.4rem;
  background: #eeeeee;
  color: #222222;
}
.button-detail .button-detail__button--next:hover, .button-detail .button-detail__button--prev:hover, .button-detail .button-detail__button--back:hover, .button-detail .button-detail__button:hover, .button-detail .button-detail__button--next:focus, .button-detail .button-detail__button--prev:focus, .button-detail .button-detail__button--back:focus, .button-detail .button-detail__button:focus {
  background: #08aeb0;
  color: #ffffff;
}

.button-detail__button--back, .button-detail__button--prev {
  width: 100%;
}
.button-detail__button--back:before, .button-detail__button--prev:before {
  margin-right: 0.8rem;
}

.button-detail__button--next {
  width: 100%;
}
.button-detail__button--next:after {
  margin-left: 0.8rem;
}

@media screen and (max-width: 750px) {
  iframe {
    width: 80%;
    padding-bottom: 70px;
  }
}

/* --------------------------------------
スクロールアニメーション
---------------------------------------  */
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 1s;
  z-index: 99999;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 99999;
}

/* --------------------------------------
スライドアニメーション
---------------------------------------  */
.curtain {
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 90%;
  height: 450px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .curtain {
    width: 100%;
  }
}
.curtain h2 {
  clip-path: inset(0 100% 0 0);
}
.curtain.is-loaded h2 {
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
  clip-path: inset(0 0 0 0);
  font-size: 120px;
  letter-spacing: 0.2em;
  font-family: "linotype-didot-headline", serif;
  text-align: center;
  padding: 60px 0px 0px 0px;
  color: #000000;
}
@media screen and (max-width: 1050px) {
  .curtain.is-loaded h2 {
    font-size: 100px;
  }
}
@media screen and (max-width: 820px) {
  .curtain.is-loaded h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 500px) {
  .curtain.is-loaded h2 {
    font-size: 47px;
    padding: 50px 0px 0px 0px;
  }
}
@media screen and (max-width: 390px) {
  .curtain.is-loaded h2 {
    font-size: 43px;
  }
}

.fv_txt {
  width: 100%;
  top: 300px;
  position: absolute;
  font-family: "linotype-didot-headline", serif;
  bottom: 0%;
  height: 400px;
  display: table-cell;
  left: -15px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .fv_txt {
    width: 100%;
  }
}
.fv_txt h2 {
  letter-spacing: 0.3em;
  font-size: 3.5rem;
  transition: all 1s ease;
}
.fv_txt h2:hover {
  -webkit-filter: blur(5px);
  transition: all 1s ease;
}
.fv_txt p {
  font-family: futura-pt, sans-serif;
}

.header .header-trigger {
  position: relative;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  padding: 1.8rem 1.3rem;
  background: #000000;
  border-radius: 100%;
  cursor: pointer;
  filter: drop-shadow(0.3rem 0.3rem 0.5rem rgba(40, 40, 40, 0.7019607843));
}

.header .header-toggle {
  position: relative;
  width: 100%;
  height: 100%;
}

.header .header-trigger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  border-radius: 5rem;
}

.header .header-trigger span:nth-of-type(1) {
  top: 0;
}

.header .header-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.header .header-trigger span:nth-of-type(3) {
  bottom: 0;
}

.header .header-trigger._active span:nth-of-type(1) {
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.header .header-trigger._active span:nth-of-type(2) {
  opacity: 0;
}

.header .header-trigger._active span:nth-of-type(3) {
  top: 0;
  margin: auto;
  transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 500px) {
#contact .support-text{
  width: 100%;
}

#contact .button_solid014{
    margin-top:40px;
}
}

.box_step06 {
  width: 800px;
  margin: auto;
  padding-top:90px;
}
@media (max-width: 768px) {
  .box_step06 {
    width: 90%;
  }
}

.box_step06 ul {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .box_step06 ul {
    margin-left: -20px;
  }
}

.box_step06 ul li {
  text-align: center;
  font-size: 16px;
  font-weight:bold;
  width: 35%;
  margin-left: -50px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 2em 0;
  position: relative;
  list-style: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .box_step06 ul li {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .box_step06 ul li {
    width: 40%;
  }
}
.box_step06 ul li:nth-child(n+2) {
  margin-left: 5%;
}

.box_step06 ul li.active {
  color: #ffffff;
}

@media (max-width: 768px) {
  .box_step06 ul li.active {
    display: block;
  }
}
.box_step06 ul:before {
  content: "";
  top: 50%;
  position: absolute;
  left: 50px;
  width: 80%;
  height: 2px;
  z-index: 0;
  background: #414141;
  transform: translateY(-50%);
}

@media print {
  .box_step06 ul:before {
    content: "";
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background: #c7c7c7;
    transform: translateY(-50%);
  }
}
.ie8 .box_step06 ul:before {
  content: "";
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background: #c7c7c7;
  transform: translateY(-50%);
}

.thanks_inner {
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 100px 0 100px;
}

.thanks_inner p{
  font-size: 20px;
  line-height: 40px;
}


.confirm_inner {
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
}

.page-template-page-contact_confirm-php .page-heading {
  padding-top: 120px;
}

.page-template-page-contact_renewal-php .page-heading {
  padding-top: 120px;
}

.page-template-page-contact_switch_confirm-php .page-heading {
  padding-top: 120px;
}

.page-template-page-contact_web_advertising_confirm-php .page-heading {
  padding-top: 120px;
}

.page-template-page-contact_seo_confirm-php .page-heading {
  padding-top: 120px;
}

.confirm_txt{
  font-size: 20px;
}
.Form{
padding-top: 40px;
}

.Form p{
  font-size: 17px;
}

.bnr{
  margin-top:-90px;
}

.clearfix li{
  list-style:none;
}

.en_motion .List-Item-Content-Number-Line--04{
  height: 100px;
}

.en_motion .List-Item-Content-Number-Line--04 {
  height: 150px;
}

.en_motion .button_solid014 a{
  font-size: 19px;
}


@media screen and (max-width: 750px) {
  .en_motion #index-about {
      margin-top: 350px;
      margin-bottom: -140px;
  }
  .en_motion #index-about .about-box p {
    text-align: left;
    padding-top: 30px;
}

}