@charset "utf-8";

/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

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

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
header#toggle select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

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

/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* GENERAL */
a:link,
a:visited {
  color: #113961;
  text-decoration: none;
}

a:hover {
  color: #113961;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

a {
  cursor: pointer;
}

a.link {
  text-decoration: underline;
}

.center {
  text-align: center;
}

/* bgColor */
.orange {
  background-color: #EA5514 !important;
}

.green {
  background-color: #41B25D !important;
}

.blue {
  background-color: #00A0E9 !important;
}

.red {
  background-color: #E60012 !important;
}

/* Apply Block */
.appTitle {
  color: #231815;
}

.appTitle h2 {
  font-size: 35px;
  font-weight: 700;
  margin-top: 110px;
  margin-bottom: 40px;
}

.appTitle p {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 5px solid #17214D;
}

/* app Body */
.appBody {
  color: #231815;
  padding-bottom: 30px;
  margin-bottom: 25px !important;
  border-bottom: 1px solid #17214D;
}

.appBody.last {
  border-bottom: none;
  margin-bottom: 60px !important;
}

.appBody h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}

.appBody ul {
  margin-left: -10px;
  margin-right: -10px;
}

.appBody li {
  width: calc(calc(100% / 4) - 20px);
  height: 107px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 17px;
  background-color: #17214D;
  position: relative;
}

*::-ms-backdrop,
.appBody li {
  width: calc(25% - 20px);
}

.appBody article {
  width: calc(calc(100% / 4) - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

*::-ms-backdrop,
.appBody article {
  width: calc(25% - 20px);
}

.appBody article:last-of-type {
  margin-right: 0;
}

.appBody article h4 {
  height: 107px;
  font-size: 17px;
  text-align: center;
  color: #FFF;
  line-height: 107px;
  margin-bottom: 10px;
}

.appBody article h4.end {
  line-height: 107px;
  /* padding-top: 28px; */
}

.appBody li:hover {
  opacity: 0.85;
}

.appBody li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #FFF;
  white-space: nowrap;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.appBody li a:hover {
  opacity: 1;
}

/* volunteer */
.commonTitle {
  padding-top: 100px;
}

.commonTitle h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 5px solid #17214D;
}

.commonTitle p {
  font-size: 19px;
  line-height: 2.0;
  margin-bottom: 30px;
}

.volunteer .join {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #9FA0A0;
}

.volunteer .outline {
  padding-top: 0px;
  padding-bottom: 80px;
}

/* Apply button */
.appBtn {
  text-align: center;
  margin-bottom: 100px !important;
}

.appBtn p {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}

.appBtn p a {
  display: block;
  padding: 20px 40px;
  width: 100%;
  line-height: 1;
  background-color: #17214D;
  color: #FFF;
  border: 3px solid #17214D;
}

.appBtn p a:hover {
  border: 3px solid #17214D;
}

/* popupContents */
.popupContents {}

.popupContents .outline {
  padding-top: 50px;
  padding-bottom: 50px;
}

.popupContents .outline h2 {
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 3px solid #113961;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.popupContents .outline>p {
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #113961;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.popupContents .outline>p.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.popupContents .outline>p.last span {
  font-size: 14px;
  font-weight: normal;
}

.popupContents .outlineItem,
.popupContents .outlineItem ul {
  font-size: 14px;
}

.popupContents .outline li {
  border-bottom: 1px solid #113961;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.popupContents .outline li li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.popupContents .outline li h3 {
  font-size: 14px;
  text-align: left;
  width: 6em;
}

.popupContents .outline li div {
  margin-left: 6em;
}

/* ------------------------------------------
LAYOUT
------------------------------------------ */
html {
  height: 100%;
}

body {
  font: 12px/1.4 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #113961;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 160%;
}

.row {
  max-width: 988px;
  margin: 0 auto;
}

.full {
  max-width: 100%;
}

main {
  background-color: #fff;
}

a,
a img {
  transition: 0.5s;
}

a:hover,
a:hover img {
  opacity: 0.7;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.current {
  pointer-events: none;
  opacity: 0.7;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1100px;
  margin: 20px auto;
}

/* ------------------------------------------
header
------------------------------------------ */
header {
  width: 100%;
  background-color: #E60012;
  background-image: url("../images/bg.png");
  background-repeat: repeat;
  padding-top: 60px;
}

.top h2 {
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0.25em;
  margin-bottom: 15px;
}

.top h1 {
  max-width: 54.15%;
  margin: 0 auto 20px;
}

.global {
  max-width: 840px;
}

.global ul {
  width: 100%;
}

.global li {
  float: left;
  width: calc(100% / 5);
  text-align: center;
  font-size: 17px;
  border-bottom: 11px solid;
  padding-bottom: 11px;
  padding-top: 22px;
}

.global li a {
  display: block;
  color: #FFF;
}

.global li:nth-child(1) {
  border-bottom-color: #F096A3;
}

.global li:nth-child(2) {
  border-bottom-color: #005083;
}

.global li:nth-child(3) {
  border-bottom-color: #ABBA11;
}

.global li:nth-child(4) {
  border-bottom-color: #B28247;
}

.global li:nth-child(5) {
  border-bottom-color: #86B3E0;
}

.utility {
  float: right;
  margin-top: -30px;
}

.utility ul {}

.utility li {
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 7px;
  margin-bottom: 12px;
  padding: 8px 12px;
}

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

.utility li a {
  display: block;
  color: #FFF;
}

/* ------------------------------------------
slider
------------------------------------------ */
.flexslider {
  border: none !important;
  margin-bottom: 0 !important;
}

/* ------------------------------------------
eventDate
------------------------------------------ */
.eventDate {
  background-color: #231815;
  background-image: url("../images/bg.png");
  background-repeat: repeat;
  padding: 20px 0;
  margin-bottom: 45px;
}

.eventDate ul {
  max-width: 668px;
  margin: 0 auto;
}

.eventDate li {
  float: left;
  margin-right: 20px;
}

.eventDate li:nth-child(1) {
  /* width: 39.67%; */
  /* margin-right: 4.94%; */
}

.eventDate li:nth-child(2) {
  /* width: 55.39%; */
  margin-right: 10px;
}

.eventDate section {
  position: relative;
}

.eventDate section figure img {
  position: relative;
  right: 0;
  top: -90px;
  margin-bottom: -130px;
  width: 75px;
  height: auto;
}

/* ------------------------------------------
main
------------------------------------------ */
.fm p {
  font-size: 23px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
}

.fm p:nth-last-of-type(1) {
  font-size: 17px;
  margin-bottom: 50px
}

@media screen and (max-width: 719px) {
  .fm p {
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 10px;
  }

  .fm p:nth-last-of-type(1) {
    font-size: 14px;
    margin-bottom: 30px
  }

  .fm p .spBr::before {
    content: "\A";
    white-space: pre;
  }
}

.snsLink {
  margin-bottom: 45px;
}

.snsLink ul {
  text-align: center;
  margin: 0 auto;
  font-size: 0;
}

.snsLink li {
  display: inline-block;
  font-size: 24px;
  color: #727171;
  margin: 0 25px 0 0;
}

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

.snsLink li a {
  color: #727171;
}

/* thanks */
.thanks {
  text-align: center;
  margin-bottom: 5.0rem;
  line-height: 1.75;
  font-size: 18px;
}

.info {
  margin-bottom: 50px
}

.info a {
  color: #000;
}

.info ul {
  margin-left: -25px;
  margin-right: -25px;
}

.info li {
  width: calc(calc(100% / 3) - 50px);
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}

*::-ms-backdrop,
.info li {
  width: calc(33.3333% - 50px);
}

.info li figure {
  margin-bottom: 20px;
}

.info li h3 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.news {
  background-color: #F4F5F0;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000;
}

.news a {
  color: #000;
}

.news a:hover {
  text-decoration: underline;
}

.news h2 {
  max-width: 988px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #231815;
}

.news ul {
  max-width: 988px;
  margin: 0 auto 40px;
}

.news li span {
  display: inline;
  font-size: 15px;
  color: #FFF;
  background-color: #E83828;
  margin-right: 20px;
  padding: 7px 17px;
  border-radius: 5px;
}

.news li:nth-child(even) span {
  background-color: #17214D;
}

.news li {
  text-indent: -9em;
  padding-left: 9em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  border-bottom: 2px dotted #231815;
}

.join {
  margin-bottom: 50px;
  color: #000;
}

.join a {
  color: #000;
}

.join ul {
  margin-left: -25px;
  margin-right: -25px;
}

.join li {
  width: calc(calc(100% / 3) - 50px);
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}

*::-ms-backdrop,
.join li {
  width: calc(33.3333% - 50px);
}

.join li figure {
  margin-bottom: 20px;
}

.join li h3 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.app {
  margin-bottom: 50px;
}

.app ul {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  justify-content: center;
}

.app li {
  width: calc(20% - 20px);
  /* float: left; */
  margin-left: 10px;
  margin-right: 10px;
  font-size: 19px;
  color: #FFF;
  text-align: center;
  background-color: #17214D;
  padding: 19px 0;
}

*::-ms-backdrop,
.app li {
  width: calc(25% - 36px);
}

.app li a {
  color: #FFF;
}

/* phone */
.phone {
  font-size: 19px;
  color: #17214D;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}

.phone span::after {
  /* content: " ／ "; */
}

.livebanner {
  max-width: 500px;
  height: auto;
  margin-bottom: 80px;
}

.livebanner img {
  margin-bottom: 20px;
}

@media screen and (max-width: 719px) {
  .phone span::after {
    content: "\A";
    white-space: pre;
  }
}

.archive {
  text-align: center;
  margin-bottom: 50px;
}

.archive p {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  padding: 13px 20px;
  border: 3px solid #17214D;
  border-radius: 50px;
  transition: 1.0s;
}

.archive p:hover {
  background-color: #17214D;
}

.archive p a {
  display: block;
  color: #17214D;
}

.archive p:hover a {
  color: #FFF;
  opacity: 1;
}

/* moreBtn */
.moreBtn {
  text-align: center;
}

.moreBtn p {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  padding: 13px 20px;
  border: 3px solid #17214D;
  border-radius: 50px;
  transition: 1.0s;
}

.moreBtn p:hover {
  background-color: #17214D;
}

.moreBtn p a {
  display: block;
  color: #17214D;
}

.moreBtn p a:hover {
  text-decoration: none;
}

.moreBtn p:hover a {
  color: #FFF;
  opacity: 1;
}

/* ------------------------------------------
footer
------------------------------------------ */
footer {
  width: 100%;
  background-color: #E60012;
  background-image: url("../images/bg.png");
  padding-top: 20px;
  padding-bottom: 30px;
}

.language {
  color: #FFF;
  margin-bottom: 10px;
}

.language a {
  color: #fff;
}

.language ul {
  float: right;
}

.language li {
  float: left;
}

.language li:first-child {
  margin-right: 20px;
}

.support {
  font-size: 12px;
  color: #FFF;
}

.support h1 {
  max-width: 26.50%;
  margin-bottom: 25px;
}

.support ul {
  margin-bottom: 25px;
}

.copyright {
  font-size: 12px;
  color: #FFF;
  text-align: right;
}

/* 文字位置 */
.adjust1 {
  text-indent: -11.7em;
  padding-left: 11.7em;
}

.adjust2 {
  text-indent: -4.3em;
  padding-left: 4.3em;
  margin-left: 7.4em;
}

/***** outline page *****/
.outline {
  padding-top: 85px;
  padding-bottom: 90px;
}

.outline>p {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}

.outline h2 {
  font-size: 28px;
  font-weight: 700;
  border-bottom: 1px solid #9FA0A0;
  padding-bottom: 60px;
  margin-bottom: 45px;
  line-height: 1.5;
}

.outline ul {
  font-size: 20px;
  line-height: 1.5;
}

.outline li {
  border-bottom: 1px solid #9FA0A0;
  padding-bottom: 45px;
  margin-bottom: 45px;
}

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

.outline li li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.outline li h3 {
  display: inline-block;
  float: left;
  width: 21%;
  text-align: center;
}

.outline li div {
  margin-left: 21%;
}

.assist p {
  margin-bottom: 45px;
}

.assist p:nth-of-type(3) {
  margin-bottom: 0;
}

.outline.zh h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 50px;
}

.zhBlk {}

.zhBlk p {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  border: 3px solid #113961;
  margin-bottom: 30px;
  padding: 20px;
}

/***** News page *****/
.newspage .news {
  background-color: #FFF;
  margin-bottom: 0;
}

.newsItem {
  margin-bottom: 100px;
}

.newsItem time {
  font-size: 21px;
  line-height: 2.0;
}

.newsItem h1 {
  font-size: 29px;
  line-height: 1.5;
  border-bottom: 1px solid #9FA0A0;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

.newsItem p {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 50px;
}

.newsImg_full {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.newsImg {
  margin: 0 0 0 -15px;
  padding: 0 -15px 0 0;
  list-style: none;
}

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

.newsImg li {
  float: left;
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 0;
  border-bottom: none;
}

.newsItem.shopInfo {
  margin-bottom: 0;
  padding-bottom: 0;
}

.newsItem .qrWrap {
  margin-bottom: 50px;
  display: flex;
}

.newsItem .qrWrap .account:first-of-type {
  margin-right: 10%;
}

.newsItem .account {
  width: 45%;
}

.newsItem .account ul {
  margin-bottom: 30px;
  font-size: 18px;
  display: flex;
}

.newsItem .account li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
  text-align: center;
}

.newsItem .account h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #9FA0A0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.newsItem .account p {
  display: inline-block;
  text-align: center;
}

.newsItem .account p img {
  display: block;
}

.newsItem .mctitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

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

.newsItem .mcWrap .mc {
  width: 23%;
}

.newsItem .mc h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.newsItem .mc p {
  font-size: 16px;
}

.newsItem .mc img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.newsItem .live {
  margin-bottom: 50px;
}

.newsItem .live img {
  max-width: 600px;
  height: auto;
}

@media screen and (max-width: 1040px) {}

@media screen and (max-width: 719px) {
  .newsItem .qrWrap {
    display: block;
  }

  .newsItem .qrWrap .account:first-of-type {
    margin-right: 0;
  }

  .newsItem .account {
    width: 100%;
  }

  .newsItem .account ul {
    display: block;
  }

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

  .newsItem .mcWrap .mc {
    width: 49%;
  }
}

.appBody.shopInfo {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 150px !important;
}

/* アクセス ---------- */
.outline.traffic {
  padding-top: 40px;
  padding-bottom: 80px;
}

h2.access {
  font-size: 28px;
  font-weight: 700;
  padding-top: 85px;
  margin-bottom: 45px;
}

.maps {
  margin-bottom: 100px;
}

#mapCanvas {
  height: 600px;
}

/* ////////////////////////////////////////////////////

start stage page

//////////////////////////////////////////////////// */
.stage {
  padding: 100px 0 100px;
}

.artist {
  margin-bottom: 50px;
}

.artist h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #231815;
  padding-bottom: 50px;
  margin-bottom: 70px;
}

.artist h3 span {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

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

.artist li {
  float: left;
  width: calc(50% - 25px);
  margin-bottom: 60px;
}

.artist li:nth-child(odd) {
  margin-right: 50px;
}

.artist figure {
  margin-bottom: 20px;
}

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

.artist h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}

.artist p {
  font-size: 14px;
  line-height: 1.7;
}

.artist.btn a {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  background-color: #10386B;
  width: 48%;
  padding: 18px 0;
}

.artist.btn a:hover {
  opacity: 0.7;
}

.schedule {
  width: calc(50% - 15px);
  float: left;
  margin-right: 30px;
}

.listB {
  margin-right: 0;
}

.schedule h4 {
  font-size: 22px;
  color: #FFF;
  padding: 5px 20px 5px;
  margin-bottom: 15px;
}

.listA h4 {
  background-color: #6FBA2C;
}

.listB h4 {
  background-color: #F39800;
}

.schedule table {
  width: 100%;
}

.schedule table tr td:first-of-type {
  width: 10%;
}

.schedule tr>td:nth-of-type(odd) {
  border-right: 5px solid #FFF;
}

.schedule td {
  padding: 5px 15px;
  border-bottom: 5px solid #FFF;
}

.listA tr {
  background-color: #DAE000;
}

.listA tr:nth-of-type(even) {
  background-color: #6FBA2C;
}

.listB tr {
  background-color: #FDD23B;
}

.listB tr:nth-of-type(even) {
  background-color: #F39800;
}

/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 1040px) {}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .stage {
    padding: 50px 0 10px;
  }

  .artist {
    margin-bottom: 50px;
  }

  .artist h3 {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .artist h3 span {
    font-size: 14px;
    margin-top: 10px;
  }

  .artist li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .artist li:nth-child(odd) {
    margin-right: 0;
  }

  .artist figure {
    margin-bottom: 10px;
  }

  .artist h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .artist.btn a {
    font-size: 14px;
    width: 100%;
    padding: 14px 0;
  }

  .schedule {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .listA {
    margin-bottom: 30px;
  }

  .listB {}

  .schedule h4 {
    font-size: 18px;
  }

  .listA h4 {}

  .listB h4 {}

  .schedule tr>td:nth-of-type(odd) {}

  .schedule td {}

  .listA tr {}

  .listA tr:nth-of-type(even) {}

  .listB tr {}

  .listB tr:nth-of-type(even) {}
}

/* ////////////////////////////////////////////////////

start sponsorship page

//////////////////////////////////////////////////// */
.sponsorship {
  padding: 100px 0 300px;
}

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

.sponsorship h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #231815;
  padding-bottom: 50px;
  margin-bottom: 70px;
}

.sponsorship h3 span {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

.sponsorLogo {
  text-align: center;
}

.sponsorLogo li {
  margin-bottom: 120px;
}

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

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

.sponsorship h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: -40px;
  margin-bottom: 15px;
}

.sponsorList {
  width: 1300px;
}

.sponsorList ul {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 1040px) {
  .sponsorship {
    padding: 70px 0 150px;
  }
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .sponsorship {
    padding: 50px 0 50px;
  }

  .sponsorship h3 {
    font-size: 28px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  .sponsorship h3 span {
    font-size: 14px;
    margin-top: 10px;
  }

  .sponsorLogo {}

  .sponsorLogo li {
    margin-bottom: 45px;
  }

  .sponsorship h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 15px;
  }

  .sponsorList {
    width: 100%;
  }

  .sponsorList ul {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
}

/* ////////////////////////////////////////////////////

start shop page

//////////////////////////////////////////////////// */
.booth {
  display: flex;
  justify-content: space-between;
}

.booth h4 {
  font-size: 17px;
  margin-bottom: 2px !important;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px !important;
}

.booth .listA,
.booth .listB {
  width: 49.5%;
}

.booth table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}

.booth th {
  text-align: center;
}

.booth th,
.booth td {
  padding: 3px 5px;
}

.booth .listA h4 {
  background-color: #e6002d;
}

.booth .listA th {
  background-color: #e6002d;
  color: #fff;
}

.booth .listA td {
  background-color: #fce4df;
}

.booth .listB h4 {
  background-color: #00afe5;
}

.booth .listB th {
  background-color: #00afe5;
  color: #fff;
}

.booth .listB td {
  background-color: #dff2fc;
}

.shops {
  padding: 100px 0 130px;
}

.shops h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #231815;
  padding-bottom: 50px;
  margin-bottom: 70px;
}

.shops h3 span {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

.shopsMap {
  text-align: center;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.shops h4 {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  margin-bottom: 15px;
}

.restaurant {
  background-color: #C4D700;
}

.spicy {
  background-color: #E60012;
}

.sales {
  background-color: #26B7BC;
}

.official {
  background-color: #DBBEDA;
}

.shopNum ul {
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 30px;
}

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

.shopNum ul li {
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  width: 20%;
  float: left;
  height: 90px;
  padding: 10px 15px;
}

.shopNum ul li span {
  display: block;
}

.shopNum ul li span.subtxt {
  font-size: 8px;
  line-height: 1.3;
}

.booth {
  margin-bottom: 70px;
}

.shuten img {
  display: block;
  margin: auto;
  max-width: 382px;
}

/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 1040px) {
  .shops {
    padding: 70px 0 150px;
  }

  .booth {
    display: block;
  }

  .booth .listA,
  .booth .listB {
    width: 100%;
  }
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .shops {
    padding: 50px 0 50px;
  }

  .shops h3 {
    font-size: 28px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  .shops h3 span {
    font-size: 14px;
    margin-top: 10px;
  }

  .shopsMap {
    text-align: center;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .shops h4 {
    font-size: 18px;
    padding: 10px 30px;
    margin-bottom: 15px;
  }

  .shopNum ul {
    margin-bottom: 30px;
  }

  .shopNum ul li {
    width: 100%;
    float: none;
    height: 85px;
    padding: 5px 20px;
  }

  .shopNum ul li span {
    display: block;
  }

  .shopNum ul li span.subtxt {
    font-size: 14px;
  }
}

/* ////////////////////////////////////////////////////

start event page

//////////////////////////////////////////////////// */
.eventPage {
  padding: 100px 0 100px;
}

.eventPage h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #231815;
  padding-bottom: 50px;
  margin-bottom: 70px;
}

.eventPage h3 span {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

.eventBlk {
  border-bottom: 1px solid #231815;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.eventBlk:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.eventImg {
  float: right;
}

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

.eventBlk div {
  padding-right: 480px;
}

.eventBlk h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.eventBlk p,
.eventBlk ul {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0.5em;
}

.eventBlk li {
  text-indent: -1.0em;
  padding-left: 1.0em;
}

.eventBlk .eventMark {
  text-align: center;
  margin-bottom: 25px;
}

/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 1040px) {
  .eventPage {}

  .eventPage h3 {}

  .eventPage h3 span {}

  .eventBlk {}

  .eventImg {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }

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

  .eventBlk div {
    padding-right: 0;
  }

  .eventBlk h4 {}

  .eventBlk p,
  .eventBlk ul {}

  .eventBlk li {}

  .eventBlk .eventMark {}
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .eventPage {
    padding: 50px 0 50px;
  }

  .eventPage h3 {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .eventPage h3 span {
    font-size: 14px;
    margin-top: 10px;
  }

  .eventBlk {}

  .eventImg {}

  .eventImg img {}

  .eventBlk div {}

  .eventBlk h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .eventBlk p,
  .eventBlk ul {}

  .eventBlk li {}

  .eventBlk .eventMark {}
}

/* ////////////////////////////////////////////////////

start gekikara page

//////////////////////////////////////////////////// */
.gekikara {
  color: #231815;
  border-bottom: 1px solid #231815;
  margin-bottom: 60px;
}

.gekikara h4 {
  text-align: center;
  margin-bottom: 30px;
}

.gekiEx {
  border-bottom: 1px solid #231815;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.gekiEx,
.gekiEx h5,
.gekiEx h6 {
  font-weight: bold;
  line-height: 2;
}

.gekiEx figure {
  float: right;
}

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

.exBlk {
  padding-right: 470px;
}

.exBlk p {
  margin-bottom: 10px;
}

.exBlk p:last-of-type {
  margin-bottom: 0;
}

.explanation section:last-of-type {
  margin-bottom: 50px;
}

.gekiShop {
  border: 5px solid #E60012;
  margin-bottom: 50px;
  padding: 30px 30px;
}

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

.gekiShop figure {
  float: right;
}

.gekiShop h5 {
  font-size: 17px;
  font-weight: bold;
  color: #E60012;
  margin-bottom: 10px;
}

.gekiShop ul {
  line-height: 1.6;
  margin-bottom: 20px;
  padding-right: 400px;
}

.gekiShop button {
  font-size: 18px;
  font-weight: bold;
  background-color: #E60012 !important;
  color: #FFF;
  border: none;
  padding: 10px 14px;
}

.viewBtn {
  font-size: 18px;
  font-weight: bold;
  color: #FFF !important;
  background-color: #E60012;
  padding: 10px 14px;
  margin-left: 10px;
}

/* 投票 */
.vot_results {
  margin: 0 auto 40px;
}

.vot_results caption {
  text-align: center;
  color: #113961;
  font-weight: bold;
  margin-bottom: 10px;
}

.vot_results thead {
  background-color: tomato;
  color: #FFF;
  text-align: center;
}

.vot_results thead td {
  padding: 6px 15px;
}

.vot_results tbody tr {
  text-align: center;
  color: dimgray;
}

.vot_results tbody td {
  background-color: mistyrose;
  font-size: 1.8rem;
  padding: 10px 10px;
}

/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 1040px) {}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .gekikara {
    margin-bottom: 60px;
  }

  .gekikara h4 {
    margin-bottom: 30px;
    text-align: center;
  }

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

  .gekiEx {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .gekiEx,
  .gekiEx h5,
  .gekiEx h6 {}

  .gekiEx figure {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

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

  .exBlk {
    padding-right: 0;
  }

  .exBlk p {
    margin-bottom: 10px;
  }

  .explanation section:last-of-type {
    margin-bottom: 30px;
  }

  .gekiShop {
    margin-bottom: 25px;
    padding: 20px 15px;
    text-align: center;
  }

  .gekiShop figure {
    float: none;
    margin-bottom: 15px;
  }

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

  .gekiShop h5 {
    font-size: 17px;
    margin-bottom: 10px;
    text-align: left;
  }

  .gekiShop ul {
    margin-bottom: 20px;
    padding-right: 0;
    word-break: break-all;
    text-align: left;
  }

  .viewBtn {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .gekiShop button {
    font-size: 18px;
    padding: 10px 14px;
    width: 100%;
    margin-bottom: 10px;
  }

  /* 投票 */
  .vot_results {
    white-space: nowrap;
    margin: 0 0 30px;
    width: 100% !important;
  }

  .vot_results thead {
    display: block;
    float: left;
    width: 70%;
  }

  .vot_results tbody {
    display: block;
    float: left;
    width: 30%;
  }

  .vot_results thead td {
    display: block;
    height: 50px;
  }

  .vot_results tbody td {
    display: block;
    height: 50px;
  }

  .vot_results tr {
    display: block;
    width: 100%;
  }
}

/* ////////////////////////////////////////////////////

start aisatsu page

//////////////////////////////////////////////////// */
.aisatsu {
  width: 800px;
  padding: 100px 0 200px;
}

.aisatsu h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #231815;
  padding-bottom: 50px;
  margin-bottom: 70px;
  line-height: 1.6;
}

.aisatsu h3 span {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

.aisatsu h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.aisatsu p {
  font-size: 16px;
  line-height: 1.7;
}

.aisatsu ul {}

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

.aisatsu li {
  float: left;
  width: calc(33.3333% - 74px);
  margin-top: 60px;
}

.aisatsu li {
  margin-right: 111px;
  text-align: center;
}

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

.aisatsu li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.aisatsu li h5 {
  font-size: 18px;
  font-weight: bold;
}

.aisatsu li h5 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 2px;
}

.aisatsu li h5 span:last-of-type {
  margin-top: 2px;
  margin-bottom: 0;
}

.aisatsu .official {
  margin-top: 2.0rem;
  background-color: initial;
  font-size: 16px;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
}

.aisatsu .official li {
  margin: 0;
  padding: 0;
  margin-left: auto;
  float: none;
  text-align: left;
  width: 12.0rem;
}

/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 1040px) {}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .aisatsu {
    width: 100%;
    padding: 50px 0 50px;
  }

  .aisatsu h3 {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .aisatsu h3 span {
    font-size: 14px;
    margin-top: 10px;
  }

  .aisatsu h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .aisatsu p {
    font-size: 16px;
    line-height: 1.7;
  }

  .aisatsu ul {}

  .aisatsu li {
    float: none;
    width: 100%;
    margin-top: 40px;
  }

  .aisatsu li {
    margin-right: 0;
  }

  .aisatsu li img {}

  .aisatsu li h5 {
    font-size: 18px;
  }

  .aisatsu li h5 span {}

  .aisatsu li h5 span:last-of-type {}
}

/* ////////////////////////////////////////////////////

start niconico

//////////////////////////////////////////////////// */
.niconico {
  width: 476px;
  padding-top: 25px;
  margin: 0 auto 90px;
}

.nicoTtl {
  margin-bottom: 20px
}

.nicoTtl li {
  float: left;
}

.nicoTtl li:first-child {
  width: 153px;
  height: auto;
  margin-right: 26px;
}

.nicoTtl li:last-child {
  width: 297px;
  height: auto;
  position: relative;
  top: 25px;
}

.nicoBtn {}

.nicoBtn li {
  float: left;
  width: calc(50% - 11px);
  height: auto;
  margin-right: 22px;
}

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

.nicoTtl::after,
.nicoBtn::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 1040px) {}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .niconico {
    width: 80%;
    margin: 0 auto 50px;
  }

  .nicoTtl {
    margin-bottom: 20px
  }

  .nicoTtl li {
    float: none;
  }

  .nicoTtl li:first-child {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .nicoTtl li:last-child {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 30px
  }

  .nicoBtn {}

  .nicoBtn li {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .nicoBtn li:last-child {}

  .nicoTtl::after,
  .nicoBtn::after {}
}

@media screen and (max-width: 1160px) {}

@media screen and (max-width: 1070px) {}

@media screen and (max-width: 1040px) {}

@media screen and (max-width: 990px) {}

/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 1040px) {
  header nav {
    display: none;
  }

  #button_container {
    display: block !important;
  }

  .appTitle h2 {
    margin-top: 70px;
  }

  .appTitle p {
    line-height: 1.5;
  }

  .appBody.last li {
    margin-bottom: 70px;
  }

  .appBody.last li:last-child {
    margin-bottom: 40px;
  }

  /* volunteer */
  .commonTitle {
    padding-top: 50px;
  }

  .commonTitle h2 {
    font-size: 28px;
  }

  .commonTitle p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  /* ------------------------------------------
LAYOUT
------------------------------------------ */
  .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full {
    padding-left: 0;
    padding-right: 0;
  }

  .news {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ------------------------------------------
header
------------------------------------------ */
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 24;
    width: 100%;
    /* background-size: 1000px auto;
    background-position: center -135px; */
    padding-top: 25px;
  }

  .top h2 {
    margin-bottom: 10px;
  }

  .top h1 {
    max-width: 54.15%;
    margin: 0 auto 25px;
  }

  .top h1 img {
    max-width: 100%;
  }

  /* ------------------------------------------
eventDate
------------------------------------------ */
  .eventDate {
    /* background-size: 1000px auto;
    background-position: 0 -50px; */
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .eventDate ul {
    max-width: 600px;
  }

  .eventDate section figure img {
    top: -90px;
    margin-bottom: -130px;
  }

  /* ------------------------------------------
main
------------------------------------------ */
  .snsLink {
    margin-bottom: 15px;
  }

  .info {
    margin-bottom: 30px
  }

  .info ul {
    margin-left: -10px;
    margin-right: -10px;
  }

  .info li {
    width: calc(calc(100% / 3) - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  *::-ms-backdrop,
  .info li {
    width: calc(33.3333% - 20px);
  }

  .info li figure {
    margin-bottom: 15px;
  }

  .info li figure img {
    max-width: 100%;
    height: auto;
  }

  .info li h3 {
    margin-bottom: 15px;
  }

  .news {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .news h2 {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }

  .news ul {
    max-width: 988px;
    margin-bottom: 25px;
  }

  .news li span {}

  .news li {}

  .join {
    margin-bottom: 30px;
    color: #000;
  }

  .join a {
    color: #000;
  }

  .join ul {
    margin-left: -10px;
    margin-right: -10px;
  }

  .join li {
    width: calc(calc(100% / 3) - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  *::-ms-backdrop,
  .join li {
    width: calc(33.3333% - 20px);
  }

  .join li figure {
    margin-bottom: 15px;
  }

  .join li figure img {
    max-width: 100%;
    height: auto;
  }

  .join li h3 {
    margin-bottom: 15px;
  }

  .app {
    margin-bottom: 30px;
  }

  .app ul {
    margin-left: -12px;
    margin-right: -12px;
  }

  .app li {
    width: calc(calc(100% / 4) - 24px);
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 17px;
    padding: 17px 0;
  }

  *::-ms-backdrop,
  .app li {
    width: calc(25% - 24px);
  }

  .archive {
    margin-bottom: 30px;
  }

  .archive p {}

  /***** outline page *****/
  .outline {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .outline>p {
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .outline h2 {
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #9FA0A0;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .outline ul {
    font-size: 16px;
    line-height: 1.5;
  }

  .outline li {
    border-bottom: 1px solid #9FA0A0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

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

  .outline li li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .outline li h3 {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
  }

  .outline li div {
    margin-left: 20%;
  }

  .assist p {
    margin-bottom: 20px;
  }

  .outline.zh h2 {
    margin-bottom: 30px;
  }

  .zhBlk p {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    border: 3px solid #113961;
    margin-bottom: 30px;
    padding: 10px;
  }

  /* ------------------------------------------
footer
------------------------------------------ */
  footer {
    /* background-size: 1000px auto;
    background-position: center -60px; */
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .support h1 {
    max-width: 40%;
    margin-bottom: 25px;
  }

  .support ul {
    margin-bottom: 15px;
  }
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {

  /* ------------------------------------------
LAYOUT
------------------------------------------ */
  /* Apply Block */
  .appTitle h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .appTitle p {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  /* app Body */
  .appBody {
    padding-bottom: 0;
    margin-bottom: 10px !important;
    border-bottom: none;
  }

  .appBody.last {
    border-bottom: none;
    margin-bottom: 60px !important;
  }

  .appBody h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .appBody ul {
    margin-left: 0;
    margin-right: 0;
  }

  .appBody li {
    width: 100%;
    height: 107px;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 17px;
    position: relative;
  }

  .appBody li:hover {
    opacity: 0.85;
  }

  .appBody li a {
    display: block;
    text-align: center;
    color: #FFF;
    white-space: nowrap;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .appBody li a:hover {
    opacity: 1;
  }

  .appBody article {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .appBody article:last-of-type {
    margin-bottom: 0;
  }

  /* volunteer */
  .commonTitle {
    padding-top: 40px;
  }

  .commonTitle h2 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 5px solid #17214D;
  }

  .commonTitle p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .volunteer .join {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .volunteer .outline {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  /* Apply button */
  .appBtn {
    margin-bottom: 50px !important;
  }

  .appBtn p {
    font-size: 14px;
  }

  .appBtn p a {
    padding: 20px;
    border: none;
  }

  .appBtn p a:hover {
    border: none;
  }

  /* popupContents */
  .popupContents .outline h2 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .popupContents .outline>p {
    font-size: 14px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .popupContents .outline li h3 {
    float: none;
    width: auto;
  }

  .popupContents .outline li div {
    margin-left: 0;
  }

  /* ------------------------------------------
header
------------------------------------------ */
  header {
    /* background-size: 720px auto;
    background-position: -150px -50px; */
    padding-top: 25px;
  }

  .top h2 {
    text-align: left;
    margin-bottom: 5px;
  }

  .top h1 {
    max-width: 80%;
    margin: 0 0 25px;
  }

  /* ------------------------------------------
eventDate
------------------------------------------ */
  .eventDate {
    /* background-size: 1000px auto;
    background-position: 0 -50px; */
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .eventDate ul {
    max-width: 300px;
  }

  .eventDate li {
    float: none;
  }

  .eventDate li:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .eventDate li:nth-child(2) {
    width: 100%;
  }

  .eventDate section figure {
    display: none;
  }

  /* ------------------------------------------
main
------------------------------------------ */
  .snsLink {
    margin-bottom: 15px;
  }

  .info {
    margin-bottom: 20px
  }

  .info ul {
    margin-left: 0;
    margin-right: 0;
  }

  .info li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .info li figure {
    margin-bottom: 15px;
    text-align: center;
  }

  .info li figure img {
    max-width: 100%;
    height: auto;
  }

  .info li h3 {
    margin-bottom: 10px;
  }

  .news {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .news h2 {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }

  .news ul {}

  .news li span {
    display: block;
    margin-bottom: 10px;
    width: 8em;
    text-align: center;
  }

  .news li span:after {
    content: "\A";
    white-space: pre;
  }

  .news li {
    text-indent: 0;
    padding-left: 0;
  }

  .join {
    margin-bottom: 20px;
    color: #000;
  }

  .join a {
    color: #000;
  }

  .join ul {
    margin-left: 0;
    margin-right: 0;
  }

  .join li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .join li figure {
    margin-bottom: 15px;
    text-align: center;
  }

  .join li figure img {
    max-width: 100%;
    height: auto;
  }

  .join li h3 {
    margin-bottom: 10px;
  }

  .app {
    margin-bottom: 20px;
  }

  .app ul {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }

  .app li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 15px 0;
  }

  .archive {
    margin-bottom: 30px;
  }

  .archive p {}

  /****** outlinr page *****/
  .outline {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .outline>p {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .outline h2 {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }

  .br::after {
    content: "\A";
    white-space: pre;
  }

  .outline ul {
    font-size: 14px;
  }

  .outline li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .outline li h3 {
    display: block;
    float: none;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .outline li div {
    margin-left: 0;
  }

  .assist h4 {
    font-weight: 700;
    margin-bottom: 5px;
  }

  .assist p {
    margin-bottom: 15px;
  }

  /***** News page *****/
  .newspage .news {}

  .newsItem {
    margin-bottom: 50px;
  }

  .newsItem time {
    font-size: 14px;
  }

  .newsItem h1 {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }

  .newsItem p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .newsImg {
    margin: 0;
  }

  .newsImg li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

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

  .newsItem.shopInfo {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .appBody.shopInfo {
    margin-top: 30px;
    margin-bottom: 50px !important;
  }

  /* アクセス ---------- */
  .outline.traffic {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  h2.access {
    font-size: 20px;
    padding-top: 35px;
    margin-bottom: 25px;
  }

  .maps {
    margin-bottom: 60px;
  }

  #mapCanvas {
    height: 350px;
  }

  /* ------------------------------------------
footer
------------------------------------------ */
  footer {
    /* background-size: 1000px auto;
    background-position: center -60px; */
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .support h1 {
    max-width: 75%;
    margin-bottom: 20px;
  }

  .support ul {
    margin-bottom: 15px;
  }

  /* 文字位置 */
  .adjust1 {
    text-indent: 0;
    padding-left: 0;
  }

  .adjust2 {
    text-indent: 0;
    padding-left: 0;
    margin-left: 0;
  }

  .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .cancel {
    padding-top: 1.0em;
    padding-bottom: 0;
    display: flow-root;
  }

  .cancel .Relationship {
    margin-bottom: 1.5em;
  }

  .cancel h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1.0em;
  }

  .cancel p {
    margin-bottom: 1.0em;
    line-height: 1.6;
  }

  .cancel p:last-of-type {
    margin-bottom: 2.0em;
  }

  .cancel small {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    float: right;
    background-image: url("../images/seal.jpg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20%;
    margin-bottom: 2.0em;

  }

  .document {}

  .document a {}
}

@media screen and (max-width: 719px) {
  .cancel {
    padding-top: 1.0em;
    padding-bottom: 4.0em;
    display: flow-root;
  }

  .cancel .Relationship {
    margin-bottom: 1.5em;
  }

  .cancel h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 1.0em;
  }

  .cancel p {
    font-size: 16px;
    margin-bottom: 1.0em;
    line-height: 1.6;
  }

  .cancel p:last-of-type {
    margin-bottom: 2.0em;
  }

  .cancel small {
    display: flex;
    align-items: center;
    height: 72px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    float: right;
    background-image: url("../images/seal.jpg");
    background-repeat: no-repeat;
    background-position: right 20px top 0;
    background-size: 30%;
    margin-bottom: 3.0em;

  }

  .document {
    display: block;
    width: 80%;
    margin: 0 auto 2.0em auto;

  }

  .document a {}
}

@media screen and (max-width: 1040px) {
  .cancel {
    padding-top: 1.0em;
    padding-bottom: 4.0em;
    display: flow-root;
  }

  .cancel .Relationship {
    margin-bottom: 1.5em;
  }

  .cancel h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 2.0em;
    text-align: center;
  }

  .cancel p {
    font-size: 16px;
    margin-bottom: 1.0em;
    line-height: 1.6;
  }

  .cancel p:last-of-type {
    margin-bottom: 2.0em;
  }

  .cancel small {
    display: flex;
    align-items: center;
    height: 72px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    float: right;
    background-image: url("../images/seal.jpg");
    background-repeat: no-repeat;
    background-position: right 20px top 0;
    background-size: 30%;
    margin-bottom: 3.0em;

  }

  .document {
    display: block;
    width: 80%;
    margin: 0 auto 2.0em auto;

  }

  .document a {}
}

/*-------------------------------
XL
-------------------------------*/
.cancel {
  padding-top: 0;
  display: flow-root;
}

.cancel .Relationship {
  margin-bottom: 1.5em;
}

.cancel h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 2.0em;
  text-align: center;
}

.cancel p {
  font-size: 16px;
  margin-bottom: 1.0em;
  line-height: 1.6;
}

.cancel p:last-of-type {
  margin-bottom: 2.0em;
}

.cancel small {
  display: flex;
  align-items: center;
  height: 96px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  float: right;
  background-image: url("../images/seal.jpg");
  background-repeat: no-repeat;
  background-position: right 20px top 0;
  background-size: 40%;
  margin-bottom: 3.0em;

}

.document {
  display: block;
  width: 60%;
  margin: 0 auto 5.0em auto;

}

.document a {}

/* page-top */
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EA5514;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #f0723d;
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}