@charset "utf-8";

/* --------------
 reset
-------------- */
/*input,select,textarea {max-width:95% !important;}*/
h1,h2,h3,h4 {font-size:100%;}

/* --------------
 base
-------------- */
html {-webkit-text-size-adjust: none;}
/*body {font-size: 15px;}*/

html,body {
	height: 100%;
}

body.active {
	overflow: hidden!important;
}
.ifpc {display: none!important;}

@media screen and (max-width: 450px) { /*以下の時*/
}
@media screen and (min-width: 321px) { /*以上の時*/
}

/* --------------
 modules css
-------------- */
/* ---------- font size */
.fs01 { font-size: 0.83em; }
.fs02 { font-size: 0.84em; }
.fs03 { font-size: 0.86em; }
.fs04 { font-size: 0.88em; }
.fs05 { font-size: 0.90em; }
.fs06 { font-size: 0.92em; }
.fs07 { font-size: 0.94em; }
.fs08 { font-size: 0.96em; }
.fs09 { font-size: 0.98em; }
.fs10 { font-size: 1.00em; }
.fs11 { font-size: 1.02em; }
.fs12 { font-size: 1.04em; }
.fs13 { font-size: 1.06em; }
.fs14 { font-size: 1.08em; }
.fs15 { font-size: 1.10em; }
.fs16 { font-size: 1.12em; }
.fs17 { font-size: 1.14em; }
.fs18 { font-size: 1.16em; }
.fs19 { font-size: 1.18em; }
.fs20 { font-size: 1.20em; }
.fs21 { font-size: 1.22em; }
.fs22 { font-size: 1.24em; }
.fs23 { font-size: 1.26em; }
.fs24 { font-size: 1.28em; }
.fs25 { font-size: 1.30em; }
.fs30 { font-size: 1.40em; }



/* ---------- 下層fontsize */


/*見出し h4 22px*/
.attract,
.subpage.pat2 main h4, .subpage.pat1 main h3 {
	font-size: 1.15em;
}


/*テキスト p,li 16px*/

.subpage #exp .exp,
.subpage main li,
.subpage main p {
	line-height: 1.6;
}

.cancelList li,
.subpage main li.idt,
.subpage main p.idt {
	margin-left: 1em;
}

.cancelList li > ul li {
	margin-left: 0;
}


/* ---------- margin,padding */
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 35px !important;}
.mb45 {	margin-bottom: 35px !important;}
.mb50 {	margin-bottom: 40px !important;}
.mb55 {	margin-bottom: 40px !important;}
.mb60 {	margin-bottom: 40px !important;}
.mb70 {	margin-bottom: 45px !important;}
.mb80 {	margin-bottom: 45px !important;}
.mb90 {	margin-bottom: 45px !important;}
.mb100 {margin-bottom: 50px !important;}

/* ----- base width */
#siteHeader, #mainNav, #container, #siteFooter {
	width: 100%;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
  /* #siteHeader, #mainNav, #container, #siteFooter {
    width: 500px;
    margin: 0 auto;
  } */

}
/* ---------- align */
.alcSP { text-align: center !important;}
.alrSP { text-align: right !important;}
.allSP { text-align: left !important;}

/* ----- imgbox */




/* ----- text 縦書き */


/* ----- button */

.vertical p.btn a {
	font-size: 1.1em;
	width: 100%;
	text-align: center;
    padding: .5em;
}

.vertical p.btn a::after {
	content: ' ';
    margin-left: .5em;
    vertical-align: middle;
	background-image: url(../img/right_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 40px;
	height: 6px;
}

.more {
  margin-bottom: 30px;
}

/* ----- fadein */

#about.fadein {
    opacity : 1;
    transform : translate(0, 0px);
    transition : all 0;
}

/* ----- background */
.bgWt {
  padding: .8em;
}


/* --------------
 common
-------------- */

.in {
	width: 100%;
}

.vertical {
	margin: .8em .5em;
}

.reverse {
  flex-direction: column-reverse;
  display: flex;
}



/* =header
-------------------------------------------------------------- **/
#header {
  /*display: none;*/
}
/*
#siteHeader h1 img {
	width: 45%;
}

@media screen and (max-width: 650px) {
	#siteHeader h1 img {
		width: 60%;
	}
}

@media screen and (max-width: 450px) {
	#siteHeader h1 img {
		width: 70%;
	}
}*/


/* ヘッダー、フッター追加コンテンツ(本番化したら消す) */
#header .headerNav li.coming,
#siteFooter #footNav .footMenu li.coming {
  color: #ccc;
}
#header .headerNav li.coming::before, 
#siteFooter #footNav .footMenu li.coming::before {
  content: '\f023';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: .2em;
}
/* --------------------------------------- */


.nlist {
	display: block;
	position: fixed;
	top: .5em;
	right: .4em;
	z-index: 1000;
	padding: .8em;
  background: rgb(238 238 238 / 75%);
}

.menu-trigger {
  position: relative;
  width: 33px;
  height: 25px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #111;
  border-radius: 4px;
	text-align: center;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 32%;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 20%;
}

.menu-trigger span:nth-of-type(4) {
  bottom: 0px;
	font-size: .5em;
  background-color: rgba(0,0,0,0.00);
	color: #111;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-315deg);
  transform: translateY(5px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}

#home #mv .ifsp img {
  /* height: 100vh;
  object-fit: cover; */
  width: 100%;
}



/* =siteHeader
---------------------------------------------------- */

.navOutside {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
	width: 100%;
  background: #790409 url(../img/headerBgSP.png);
}

.navOutside.active {
	height: 100%;
	overflow-y: scroll;
}

.headerNav {
  padding: 0;
}



/* =globalNav
---------------------------------------------------- */
#globalNav {
	/*margin: 1em 0;*/
	/*height: 100vh;*/
	display: none;
	/*overflow-y: scroll!important;*/
  padding-top: 5em;
}

#globalNav a {
  color: #fff;
  position: relative;
}
#globalNav a::before {
  /* position: absolute;
  left: -15px;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; */
}

#mainNav {
	display: flex;
	flex-direction: column;
}

#globalNav li {
	margin: .2em 0;
  line-height: 1.2;
  padding: .5em 0;
  font-size: 1.1em;
}

#globalNav li a {
	text-align: center;
}

#globalNav li a, #globalNav li.noLink {
  /*display: flex;
  flex-direction: column;
  align-items: center;*/
}

#mainNav li.od1 {
	order: 1;
}

#mainNav li.od2 {
	order: 2;
}

#mainNav li.od3 {
	order: 3;
}

#mainNav li.od4 {
	order: 4;
}

#mainNav li.od5 {
	order: 5;
}

#mainNav li.od6 {
	order: 6;
}

#mainNav li.od7 {
	order: 7;
}

#mainNav li.od8 {
	order: 8;
}

#mainNav li.od9 {
	order: 9;
}

#mainNav li.btnRes > a {
	width: 100%;
	text-align: center;
	margin: .5em;
	padding-top: .6em;
	padding-bottom: .6em;
}

#mainNav > li > a {
  font-size: 1em;
}
#mainNav .sub {
  font-size: .8em;
}
#mainNav .sub {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#mainNav .sub li {
  width: 50%;
}
#mainNav .sub li a {
  padding: .3em 0;
}

/* =container
-------------------------------------------------------------- **/

.subpage main {
  padding-bottom: 30px;
}

.spclm2, .spclm3, .spclm4, .spclm5, .spclm6 {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -10px;
}

.spclm2 > *, .spclm3 > *, .spclm4 > *, .spclm5 > *, .spclm6 > * {
    margin-left: 10px;
}

.spclm2 > * {
    width: calc((100% / 2) - 10px );
}

.spclm3 > * {
    width: calc((100% / 3) - 10px );
}

.comingsoon {
  text-align: center;
}

/* =breadcrumb
---------------------------------------------------- */

.bread__ul {
	margin-top: 8px;
}

.bread__ul li {
	font-size: .8em;
}

/* =headline / titles
---------------------------------------------------- */


/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */


/* =footer
-------------------------------------------------------------- **/

#footer {
  padding: 1em .5em;
}
@media screen and (max-width:374px) {
  #footer {
    font-size: .9em;
  }
}

#footNav {
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}

#footNav ul {
  margin: auto;
}
#footNav > ul > li::before {
  margin-right: .3em;
}
#footNav .footIcons {
  margin: 1em auto;
  text-align: center;
}
#footNav .footIcons li {
  margin-bottom: 20px;
}
#siteFooter #domeInfo .list li {
  font-size: .9em;
  margin-bottom: .5em;
}
#siteFooter #domeInfo .logo {
  width: 50%;
  margin: 20px auto;
}
#footNav ul li a {
  padding: .2em .3em;
}
#footNav ul li {
	padding: .1em .5em;
  padding-bottom: .5em;
}

.footCompanyBox ul.sns {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.footOrganizer dl {
  margin-bottom: .5em;
  display: flex;
}
.footOrganizer dt,
.footOrganizer dd {
  /*display: inline-block;*/
}
.footOrganizer dt {
}
.footOrganizer dd {
  width: calc(100% - 100px);
}


/* =siteFooter
---------------------------------------------------- */

/* =copyright
---------------------------------------------------- */
#copyright {
  /* padding-top: 20px; */
  text-align: center;
}

/* =pageTop
-------------------------------------------------------------- **/
#pageTop {
  right: 0;
  bottom: 10px;
}
#pageTop_en {
  right: 0;
  bottom: 10px;
}

#pageTop a {
	width: 40px;
	height: 40px;
  margin: auto;
}

#pageTop_en a {
  width: 40px;
  height: 40px;
  margin: auto;
}
#pageTop a.btn_ticket {
  width: 60px;
  height: 160px;
}
#pageTop_en a.btn_ticket {
  width: 60px;
  height: 160px;
}


/* --------------
 home contents
-------------- */
/* =visual
---------------------------------------------------- */
#mv {
  width: 100%;
}
#mv p {
  /* height: calc(100vh - 225px); */
}

/* =top
---------------------------------------------------- */
#home section {
  /* padding: 40px 0; */
  padding-top: 20px;
}
#home #container {
  background: url("../img/bg_beige.png");
}

.homeHL2 {
  width: 50%;
  margin: 0 auto 10px;
}
/*.homeHL2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.homeHL2 i {
  margin-right: 10px;
}
.homeHL2 span {
  font-size: .9rem;
  display: none;
}*/

.homeHL3 {
  font-size: 1.7em;
  margin-bottom: 30px;
}

/* = about*/
.homeAboutTxt {
  font-size: 1.2em;
}

/*#homeAbout .catch1 {
  margin: 20px auto 10px;
}
#homeAbout .catch1-1 {
  padding: .5rem 1rem;
}
#homeAbout .catch1-1::before,
#homeAbout .catch1-1::after {
	height: 40px;
	background-color: #741f1b;
}
#homeAbout .catch1-1::before {
  margin-right: 20px;
	transform: rotate(-35deg)
}
#homeAbout .catch1-1::after {
  margin-left: 20px;
	transform: rotate(35deg)
}
#homeAbout .catch1 .ttl {
  font-size: 1.5em;
}
#homeAbout .catch1 .ttl span {
  padding: .8rem 1rem;
}
#homeAbout .catch1 .ttl::before{
  left: -25px;
}
#homeAbout .catch1 .ttl::after{
  right: -25px;
}
#homeAbout .catch2 {
  width: calc(100vw - 34px);
  max-width: 350px;
  margin: auto;
}

@media screen and (max-width:374px) {
  #homeAbout .catch1 .ttl {
    font-size: 1.2em;
  }
  #homeAbout .catch2 {
    font-size: .8em;
  }
}*/

/* =news */

#homeNews .txt {
  margin-bottom: 2em;
}
#homeNews .txt dl {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: .5em;
}
#homeNews .txt dl dt.clRed {
  width: 100%;
  padding-left: .5em;
}
#homeNews .txt dd {
  line-height: 1.2;
}


/* #homeMovie */
#homeMovie .homeMovieTtl {
  font-size: 120%;
  padding: 0.5em 0;
}


/* =covid19(accbox) */
.accbox label {
  padding: 10px 35px 10px 10px;
  font-size: .9em;
}
.accbox .accshow p {
  font-size: .9em;
}
.accbox label {
  margin-top: 0;
}
.accbox {
  width: 100%;
}
.accbox .cssacc:checked + label + .accshow {
  padding: .5em;
  padding-bottom: 1em;
}
.accbox .accshow{
  padding: 0 .5em;
}
/* =exhibition */
#homeMatsuri,
#homeFood{
  text-align: center;
}
#homeMatsuri .imgBox .logo,
#homeFood .imgBox .logo {
  width: 50%;
  margin: .5em auto 1em;
}
#homeMatsuri .imgBox p,
#homeFood .imgBox p {
  font-weight: 900;
  margin-bottom: 20px;
}

.NHK {
  margin-bottom: 20px;
}

.NHK .ttlLogo img {
  max-height: 80px;
}
@media screen and (max-width:374px) {
  .NHK .ttlLogo img {
    max-height: 60px;
  }
}

.NHK .nhk1, .NHK .nhk2 {
  margin: 20px auto;
}

.homeMatsuriCont .exhibition2 ul li {
  margin-bottom: 10px;
}


/* =homeSpecial */
.homeSpecialCont .txt ul li {
  margin-bottom: 20px;
}

.homeSpecialCont li p.alc {
  font-size: 14px;
}
.homeSpecialCont .topDonburiTxt{
  font-size: 11.5px !important;
}

#homePrevious .headLine {
  text-align: center;
}
#homePrevious .headLine img {
  width: 50%;
  margin-bottom: 10px;
}
#homePrevious .headLine .readTxt {
  width: 90%;
  text-align: left;
  font-weight: normal;
  font-size: .9em;
  margin: auto;
  margin-bottom: .5em;
}
#homePrevious .homeVideo {
  width: 90%;
}

#homeCompany .footOrganizer {
  padding: 1em 0;
}

/* =access */


/* --------------
 subpages contents
-------------- */

/* =page
---------------------------------------------------- */

/*common*/

.subpage section {
  margin-bottom: 30px;
}

.subpage main {
	/* padding: 20px 0; */
}
.subpage #exp .exp {
	margin-bottom: 50px;
}

.subpage main .gmap,
.subpage main article {
	margin-bottom: 25px;
}

.subHL1 {
  font-size: 2em;
}

#matsuri .matsuriTtl_left {
  top: -6%;
  left: -2%;
}
#matsuri .matsuriTtl_right {
  top: -5%;
  right: 0;
}
#matsuri .matsuriTtl_left img, #matsuri .matsuriTtl_right img {
  width: 28vw;
}

#matsuri  .matsuri12 {
  font-size: .85em !important;
}


/*special*/

.nomitsumaWay img{
  width: 60%;
  margin-top: 30px;
}
.nomitsumaWay p{
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 800;
}

/* .kenchiTxt {
  margin-top: 8px;
}
.ochokoLeftImg {
  margin-bottom: 20px;
} */

.ochokoImgs li:nth-child(-n + 2){
  margin-bottom: 20px;
}

.exhibitList {
  padding: 20px;
}

.exhibitList:nth-child(n - 2){
  margin-bottom: 20px;
}
#sp3 li:nth-of-type(-n+2){
  margin-bottom: 20px;
}

#sp4 li:first-of-type{
  margin-bottom: 20px;
}



/* #special .quiltList .slick-prev{
  left: -15px;
  z-index: 10;
}
#special .quiltList .slick-next {
  right: -15px;
  z-index: 10;
} */

/* #exhibition .planListCont {
  text-align: center;
}
#exhibition .planList {
  text-align: center;
}

#exhibition .quiltList li img {
  min-width: 75px;
}
#exhibition .quiltList .slick-prev:before,
#exhibition .quiltList .slick-next:before {
  background-color: #fff;
  border-radius: 50%;
} */

.exWorkshopCont .txt ul li {
  margin-bottom: 20px;
}


/*ticket*/
#ticket .moreBtn {
  text-align: center;
  margin: 10px auto 20px;
}

#ticket .playguideList {
  justify-content: space-evenly;
  align-items: center;
}
#ticket .playguideList li {
  /*max-width: 50%;
  margin: 5px 2%;*/
  margin-bottom: 10px;
}
#ticket .playguideList li img {
  max-height: 50px;
}

/*mypage index*/

#login .loginForm input {
  width: 100%;
}
#login .loginForm .submitBtn input {
  width: auto;
}

/*market detail*/

#shop .shopImgInfo {
  margin-bottom: 20px;
}

#shop .shopTxtInfo dl {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#shop .shopTxtInfo dt {
  font-weight: bold;
}
#shop .shopTxtInfo dd {
  margin-left: 1em;
  line-height: 1.4;
}

#shop .shopItems li {
  margin-bottom: 10px;
}

#shop .snsBox li {
  margin-bottom: 3em;
  max-width: 550px;
  text-align: center;
}

/*market 一覧共通*/

.searchInputCont .searchInput select,
.searchInputCont .searchInput input[type="text"] {
  padding: 5px;
  margin: 3px;
}
.searchForm input[type="submit"] {
  display: block;
  margin: 10px auto 0;
}
.searchInputCont button {
  padding: 0 10px;
  color: #fff;
  border-radius: 10px;
  border: none;
  position: relative;
  display: inline-block;
	margin-left: 125px;
	margin-top: 8px;
}
.search_tab ul{
	text-align: center;
}
.search_tab ul{
	display: flex;
	justify-content: center;
}
.search_tab ul li{
		margin: 2px 2px 0;
		padding: 6px;
		color: #fff;
		border-radius: 10px 10px 0 0;
    font-size: .9em;
}
.search_tab ul li a{
	color: #fff;
}
.tab_line{
	margin: 0 auto;
    height: 8px;
    border: none;
}

/*market index*/
#market .genreList > li {
  padding: 20px 10px 1px;
}
#market .genreList h4 {
  text-align: center;
}


/*news*/

#news .newsBox {
  margin-top: 30px;
}
#news .newsBox dl a{
  display: flex;
  align-items: center;
}
#news .newsBox dl {
  border-bottom: dotted 1px #333;
  padding: .5em;
}
#news .newsBox dl dt {
  margin-right: 2em;
  width: 25%;
}
#news .newsBox dl dt img {
  width: 120px;
}
#news .newsBox dl dd {
  width: 75%;
}

/*workshop*/

.WSscheduleBox .date {
  text-align: center;
  margin-bottom: 5px;
  background-color: #c1751a;
  padding: 10px 0;
  position: relative;
  color: #fff;
}
.WSschedule .date::after {
  content: '\f078';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  line-height: 42px;
}
.WSschedule .date.open::after {
  content: '\f077';
}

.dailyTable {
  display: flex;
  margin: 0 auto 20px;
}
.tableBox {
  width: calc(100% - 100px);
}
.dailyTable .tableBox table {
  width: 100%;
}
.WSschedule th {
  width: 60px;
}
.measureBox tr:last-child th {
  height: 25px;
}


/*map*/

.mapList dl.mapListHead.ifpc {
  display: none;
}

.mapList dt {
  width: 60px;
}
.mapList dd {
  width: calc(100% - 60px);
}

#home .bg_first,
#home .bg_video {
  padding-top: 2em;
  background: url("../img/bg_beige.png");
}

#home .bg_first .restart{
  margin-bottom: 20px;
}

#home .bg_first {
  padding-top: 5%;
  background: url("../img/top/bg_first.png");
  background-size: 100%;
}
#home #homeMatsuri {
  background: url("../img/top/bg_matsuri.png");
  background-size: 100%;
}
#home #homeFood {
  background: url("../img/top/bg_food.png");
  background-size: 100%;
}
#home #homeSpecial {
  background: url("../img/top/bg_special.png");
  background-size: 100%;
}
#home .bg_video {
  background: url("../img/top/bg_video.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#home .bg_about {
  background: url("../img/top/bg_about.png");
  background-size: 100%;
}
#matsuri .matsuritNav ul,
#ticket .ticketNav ul {
  flex-wrap: wrap;
}
#matsuri .matsuritNav ul a,
#ticket .ticketNav ul a {
  display: inline-block;
  width: 80%;
  margin: .5em auto;
  padding: .5em;
}
#matsuri #square .section_ttl p:nth-child(3) {
  font-size: .8em;
}
#matsuri #square .matsuriBox .btn_txt{
  display: flex;
  align-items: center;
  justify-content: space-around
}
#matsuri #square .matsuriBox .btn_txt span {
  display: inline-block;
}
#matsuri #square .matsuriBox .btn_txt::after{
  content: none;
}
.section-inner .section_ttl img {
  width: 50%;
}
/* ---------------------------------------specialnight */
.danceNight{
  background-color: #2e6470;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 48px;
}
.danceNight span{
  font-size: 1.2rem;
}
.fes_top p{
  margin-top: 48px;
}
.fesWrapp{
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.fesWrapp p{
	margin-top: 32px;
}
.fes_dtl{
  padding: 8px;
  width: 500px;
}
.fes_day{
  background-color: #ef7d2c;
  color: #fff;
}
/* -------------------------------access */
.accessWrapp{
  display: flex;
  flex-direction:column-reverse;
}
.access_dtl{
  padding: 8px;
}
.contact_dtl{
  position: relative;
  margin: 48px 0;
}
.contact_ttl{
  background-color: #ef7d2c;
  color: #fff;
  width: 500px;
  display: inline-grid;
  padding: 8px;
}
.access_ttl{
  background-color: #ef7d2c;
  color: #fff;
  padding: 8px;
}
.access_dtl ul{
	margin-bottom: 16px;
}
.contact_btn a{
  display: inline-block;
  background-color: #fff;
  width: 350px;
  border-radius: 30px;
  padding: 16px;
  margin-top: 16px;
}
.access_top p{
	margin: 16px;
}
/* 20221025追記 */
#shop_detail .subHL1 {
  margin-top: 1em;
  margin-bottom: 0;
}
#shop_detail .detailSNSbtn {
  margin-top: .5em;
  margin-bottom: 1em;
}
#shop_detail .shopTxtInfo .Pr_txt {
  padding: .2em;
}
#shop_detail .shopTxtInfo dl dt {
  padding-left: .2em;
}
#shop_detail .shopTxtInfo dl dd {
  padding-left: 1em;
}
#container .workList li .list_txt,
#container .shopList li .list_txt {
  padding: .2em;
}
#shop_detail .workList li,
#container .workList li a,
#container .shopList li a {
  margin-bottom: .5em;
}
#matsuri .schdule h3 span{
  padding: 0;
}
#matsuri #stage .spclm2::after{
  content: none;
}
#matsuri #stage .spclm2{
  justify-content: space-around;
  align-items: center;
}
#matsuri #stage .spclm2 .imgBox{
  margin-bottom: 20px;
}
#syoku .subHL1,
#genreSearch .subHL1,
#planSearch .subHL1 {
  /* margin-top: 1em ; */
  margin-bottom: 1em ;
}
#homeSpecial .special {
  margin-bottom: 2em;
}
#homeSpecial .special .spclm2 {
  margin-left: 0;
}
#homeSpecial .special .iconBox {
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
#homeSpecial .special .iconBox .icon-inner {
  position: relative;
  margin-bottom: 20px;
}
.shopPlan .icon span {
  width: 20%;
  margin-right: 1em;
}
.shopPlan .icon {
  justify-content: flex-start;
}

#homeSpecial .special h2{
  text-align: center;
}
#homeSpecial .special h2 span img {
  width: 50%;
}
#homeSpecial .special .iconBox {
  margin: -30px auto 2em;
}
#homeSpecial .special .iconBox .icon-inner:nth-child(1),
#homeSpecial .special .iconBox .icon-inner:nth-child(2) {
  padding-top: 40px;
}
#homeSpecial .special .iconBox .icon-inner .logo {
  top: -10%;
  left: 0;
}
#homeSpecial .special .iconBox .icon-inner:nth-child(1) .logo,
#homeSpecial .special .iconBox .icon-inner:nth-child(2) .logo {
  top: 15%;
  left: 0;
}
#ticket #fun .kaijo img{
  width: 100%;
  margin: .5em auto;
}
#ticket #fun .kaijo{
  margin: .5em auto;
}
#ticket .purchase a {
  width: 100%!important;
}
#ticket .bnrFlex img {
  width: 100%;
  margin-bottom: 1em;
}
#ticket .ticketList dl {
  display: block;
}
#ticket .ticketList dl dt, 
#ticket .ticketList dl dd {
  width: 100%;
}
#fun .funFlex .funFlex {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #333 ;
  margin-bottom: .5em;
}
#ticket #gourmet .tableBox {
  overflow-x: scroll;
  width: 100%;
}
#ticket #gourmet .tableBox table{
  width: 800px;
}
#ticket .ttl_icon img, #ticket .section-content .section_part img {
  width: 15%;
}
#ticket .ttl_icon h4, #ticket .section-content .section_part {
  flex-wrap: wrap;
}
#ticket .section_part span.coming{
  text-align: right;
  margin-right: .5em;
  display: inline-block;
  font-size: .9em;
  color: red;
  width: 100%;
}
#ticket .ticketList dt {
  padding: .5em;
}
#ticket #group .bnrFlex {
  display: flex;
  justify-content: center;
}
#ticket #group .purchase .bnrFlex {
  display: block;
}
#ticket #group .purchase .bnrFlex img {
  width: 100%;
}
#ticket #group .bnrFlex img {
  width: 50%;
}
#ticket #drink .info {
  text-align: center;
  margin: 1em auto;
  font-size: .9em;
}
#ticket #drink .info a {
  display: inline-block;
  width: 90%;
}
#ticket #gourmet .benefit li:nth-child(3) span {
  width: 30%;
}
#ticket #gourmet .benefit .benefit-img {
  margin: .5em auto;
  display: flex;
}
#ticket #gourmet .benefit .benefit-img img {
  width: 50%;
}
#special .bgWt {
  margin-top: 2em;
}
#special .cont_inner  .section_inner .btn_more::before {
  top: 50%;
  right: 15%;
}
#special .cont_inner  .section_inner .btn_more::after {
  top: 47%;
  width: 2%;
  right: 15%;
}
#special .cont_inner  .section_inner .subCont ul {
  flex-wrap: wrap;
  margin: 1em auto;
}
#special .cont_inner  .section_inner .subCont ul li {
  padding: .5em;
  width: 45%;
  margin: auto;
  margin-bottom: 1em;
  height: 60vw;
}
#special #sp2  .section_inner .subCont ul li {
  padding: .5em 0;
  width: 30%;
}
#special #sp2 .section_inner .subCont ul li .order {
  width: 30px;
  height: 30px;
  padding: 0.1em;
  font-size: 1em;
}
#special .cont_inner  .section_inner h2 {
  font-size: 1.2em;
}
#special .cont_inner  .section_inner h2,
#special .cont_inner  .section_inner .subCont h3 {
  margin: 1.5em auto 1em;
}
#special .cont_inner  .section_inner .topic .item h2{
  margin-top: .5em;
  margin-bottom: .2em;
}
#special .cont_inner .section_inner .item .flexBox {
  align-items: flex-start;
}
#special .cont_inner .section_inner .topic h4 {
  margin: .5em auto;
}
#planSearch .searchInputCont .searchInput select[name="plan"] {
  padding-right: 50px;
}
#chara .event .section_inner .info dl dd{
  margin-top: .2em;
  text-align: center;
}
#chara .charamel .section_inner {
  padding-top: 10%;
  padding-bottom: 10%;
}
#chara .event .section_inner .venue {
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: normal;
}
#chara .event .section_inner .venue li {
  width: 100%;
}
#chara .event .section_inner .venue li:nth-child(1) {
  margin-bottom: 20px;
}
#chara .event .section_inner .venue li img{
  width: inherit;
  object-fit: cover;
}
#chara .character .section_inner {
  width: 95%;
  margin: auto;
}
#chara .charaBox .name {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 0.7em;
  font-weight: bold;
}
#chara .charaBox .pref {
  padding: 0.7em 0.7em;
  font-size: 0.7em;
}
#chara .cont_inner  .section_inner .btn_more::after {
  content: "";
  width: 2%;
  background: #fff;
  height: 1px;
  position: absolute;
  top: 43%;
  right: 10%;
  transform: rotate(35deg);
}
.cregit{
  line-height: 0.8em!important;
}
.cregit small{
  font-size: 0.7em;
  line-height: 0.7em;
}
#ticket #drink .clmFlex{
  display: flex;
}
#fun .funFlex .funFlex .jtb {
  width: 25%;
}
#fun .funFlex .funFlex .pia {
  width: 20%;
}
#fun .funFlex div {
  margin-top: .5em;
  margin-bottom: .5em;
}
#ticket .purchase .ticket_btn {
  width: 80%;
}
#ticket .section-content .icons .icon{
  width: 30%;
  margin: 0.5em;
}
/*セブンとシルバー*/
.seven_silver_tickets{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.seven_silver_tickets a:after{
  content: none;
}
.seven_silver_tickets li{
  width: 100%;
}
.seven_silver_tickets li:nth-child(1){
  border: 1px solid #ccc;
  padding: 1.4em;
  border-radius: 5px;
  margin: 0 auto 1em;
  width: 97%;
}
/*specialのマラソン用のcss*/
.marathon_description{
  margin: 1.5em auto 1em;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
.last_time h3{
  font-size: 1.4em;
  text-align: center;
  color: #1d50a3;
}
.last_time h3::after{
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background-color: #1d50a3;
  margin: 20px auto;
}
.last_time ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
  margin: 0 auto 35px;
}
.special_supporter{
  margin-bottom: 35px;
}
.special_supporter ul{
  width: 90vw;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  margin: 0 auto;
}
.special_supporter ul li:nth-child(1){
  border: 1px solid #b5b5b5;
  height: fit-content;
}
.special_supporter ul li:nth-child(1) img{
  object-fit: cover;
}
.special_supporter ul li h3{
  font-size: 1.2em;
}
.special_supporter ul li p{
  margin-top: 10px;
}
.performer_schedule{
  background-color: #5ecff0;
  width: 90vw;
  height: 160px;
  margin: 0 auto;
  position: relative;
}
.special_supporter ul li h2{
  font-size: 1.4rem;
}
.performer_schedule h3{
  color: #1d1f89;
  font-size: 1.2em;
  font-weight: 600;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}
.performer_schedule_button{
  background-color: #1d2088;
  width: 70vw;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.performer_schedule_button p{
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  white-space: nowrap;
}
.circle_arrow{
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-color: #00023b;
  border-radius: 50%;
  margin-left: 20px;
  position: relative;
}
.circle_arrow::after{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(
45deg);
  top: 50%;
  position: absolute;
  top: 30%;
  left: 33%;
}
.performer_schedule_i_mark{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5ecff0;
  border: 7px solid #b4eeff;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #b4eeff;
  font-size: 2.4em;
  line-height: 0.8;
  text-align: center;
}
.performer_schedule a::after{
  content: none;
}
/*特別企画ページ　テレビ局一覧のアコーディオンメニューの中身*/
.TV_content ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  background-color: #fff;
}
.TV_content ul p{
  font-size: 0.8em;
}
/*ここからスペシャルナイト*/
.sp_night_nav_scroll{
  padding: 20px 0 40px;
}
.sp_night_nav_scroll ul{
  max-width: none;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(2,1fr);
  column-gap: 10px;
  row-gap: 30px;
  width: 95vw;
}
.sp_night_nav_scroll ul li{
  position: relative;
  background-color: #222131;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.sp_night_nav_scroll ul li img{
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
}
.sp_night_nav_scroll ul li p{
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}
.sp_night_nav_scroll ul li p span{
  font-size: 0.9em;
}
.sp_night_triangle{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 7px;
}
.sp_night_slider{
  width: 100vw;
  height: 60vw;
  margin-top: 30px;
}
.sp_night_slider div{
  height: inherit;
}
.sp_night_title_bar{
  width: 100vw;
  padding: 25px 0 16px;
  background-image: url(../img/specialnight/bg_yellow.jpg);
  background-size: cover;
}
.sp_night_title_bar h2{
  position: relative;
  color: #333;
  font-size: 1.9em;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.1em;
  white-space: nowrap;
}
.title_bar_fan_yellow{
  position: absolute;
  top: -40px;
  left: -20px;
  width: 40px;
}
.title_bar_fan_red{
  position: absolute;
  top: -30px;
  right: -40px;
  width: 40px;
}
.sp_night_title_bar h2 span{
  font-size: 0.5em;
  font-family: sans-serif;
  color: #333;
  background-color: #fff;
  padding: 2px 10px;
}
.sp_night_minnna{
  background: url(../img/specialnight/bg_dark.jpg);
  background-size: 100%;
  background-repeat-x: no-repeat;
}
.sp_night_inner{
  max-width: none;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 95vw;
}
.sp_night_section_description{
  text-align: center;
  font-size: 1.0em;
  margin: 20px 0;
  font-weight: 600;
  color: #fff;
}
.minnna_guests{
  display: block;
}
.minnna_guests h3{
  margin-top: 80px;
  color: #c5373e;
  text-align: left;
  font-size: 1.4em;
}
.minnna_guests ul li{
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  font-weight: 600;
  padding: 0 10px;
  margin-bottom: 40px;
}
.minnna_guests ul li:nth-child(2) p{
  margin-top: 20px;
  font-weight: 300;
  text-align: left;
}
.minnna_guests ul li p span{
  font-size: 0.8em;
}
.minnna_guests ul li:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 30px 0;
  border: 3px solid #69b0ac;
}
.minnna_guests_date{
  position:absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #69b0ac;
  border-radius: 10px;
  padding: 10px;
  border: 3px solid #fff;
  color: #fff;
}
.minnna_guests_special{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #c5373e;
  color: #fff;
  padding: 20px 0;
  border-radius: 17px 17px 0 0;
  width: 100%;
}
.minnna_guests ul li:nth-child(2) img{
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  margin-bottom: 40px;
  margin-top: 20px;
}
.minnna_schedule_button{
  margin: 0 auto;
  width: 85%;
  height: 64px;
  background-color: #fff;
  position: relative;
}
.PDF_icon{
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: 64px;
  background-color: #a31818;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minnna_schedule_button p{
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  font-size: 1.0em;
  width: fit-content;
  font-weight: 600;
  color: #a31818;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.minnna_guests dl {
  margin-top: 20px;
}
.sanka_night_images{
  display: block;
  margin-top: 40px;
}
.sanka_night_images li{
  margin-bottom: 20px;
}
.sanka_night_images li:last-child{
  margin-bottom: 0;
}
.minnna_guests_ul_1 li:nth-child(1) {
  margin-top: 50px;
}
.minnna_guests_ul_2 li:nth-child(1){
  margin-top: 60px;
}
.sp_night_dai_shugou_date_menu{
  display: block;
}
.sp_night_dai_shugou_date_menu li{
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  border: 3px solid #fdd23e;
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
}
.sp_night_dai_shugou_date_menu li div{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdd23e;
  border: 3px solid #333;
  border-radius: 10px;
  padding: 10px 20px;
  white-space: nowrap;
}
#specialnight .section_inner .btn_more { 
  margin: 1em auto;
}
#specialnight .section_inner .btn_more::before {
  content: none;
}
#specialnight .section_inner .btn_more::after {
  content: none;
}
.gotouchi_bunkasai{
  background-color: #fff;
  border: 5px solid #a60183;
  border-radius: 20px;
}
.gotouchi_bunkasai p{
  width: 90%;
  margin: 20px auto;
}
.gotouchi_bunkasai h3{
  background-color: #a60183;
  padding: 10px;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
}
.gotouchi_bunkasai h3 span{
  font-size: 0.5em;
}
.gotouchi_bunkasai ul{
  display: block;
  margin: 20px auto;
  width: 90%;
}
.gotouchi_bunkasai ul li{
  margin-bottom: 20px;
}
.gotouchi_bunkasai ul li:last-child{
  margin-bottom: 0;
}
.gotouchi_bunkasai h3{
  background-color: #a60183;
  padding: 10px;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.gotouchi_bunkasai h3 span{
  font-size: 0.5em;
}
.gotouchi_bunkasai ul{
  display: block;
}
.sp_night_gotouchi_character {
  background: url(../img/special/character/bg1.png);
  background-repeat-x: no-repeat;
  background-size: 100%;
}
.sp_night_aomori_night{
  background: url(../img/specialnight/bg_dark.jpg);
  background-size: 100%;
  background-repeat-x: no-repeat;
}
.aomori_last_time{
  padding: 15px 0;
  background-color: #fff;
  border: 3px solid #a7c946;
  text-align: center;
}
.aomori_last_time_images{
  margin-top: 20px;
  padding-bottom: 20px;
}
.aomori_last_time_images li{
  margin-bottom: 20px;
}
.aomori_last_time_images li:last-child{
  margin-bottom: 0;
}
.sp_night{
  padding-bottom: 0!important;
}
#specialnight{
  background-image: url(../img/bg_beige.jpg);
}
.sp_night_dai_shugou_fes{
  margin-top: 20px;
}
.sp_night_dai_shugou_fes h3{
  padding: 20px 0;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  white-space: nowrap;
}
.sp_night_dai_shugou_fes h3 span {
  padding: 2px 10px;
  margin-right: 5px;
  font-size: 0.8em;
}
.sp_night_dai_shugou_fes_description{
  width: 90%;
  margin: 90px auto 0;
}
.sp_night_dai_shugou_fes h4{
  font-size: 1.4em;
  width: 90%;
  margin: 20px auto 0;
}
.sp_night_dai_shugou_fes_list_left{
  width: 90%;
  margin: 0 auto;
}
.sp_night_dai_shugou_fes_list_left p{
  margin-top: 20px;
}
.sp_night_dai_shugou_fes_list_left dl {
  margin-top: 20px;
}
.sp_night_dai_shugou_fes_list_left dt {
  white-space: nowrap;
  margin-right: 10px;
  display: flex;
}
.sp_night_dai_shugou_fes_list_right{
  width: 90%;
  margin: 20px auto;
}
.sp_night_dai_shugou_fes_list_left dt::before {
  content: "";
  display: block;
  background-color: #333;
  height: 20px;
  width: 10px;
  margin-right: 7px;
}
.gotouchi_bunkasai p {
  text-align: left;
}
.sp_font_size_small{
  font-size: 0.8em;
}
/*ここから青森ナイト追記*/
.blue_tokyo_image_description{
  margin-top: 20px;
  display: block;
}

.blue_tokyo_image_description_text{
  background-color: #fff;
  border: 5px solid #a7c946;
  border-radius: 20px;
  padding: 40px 20px;
  line-height: 1.8em;
}

.blue_tokyo_name{
  width: 100%;
  background-color: #fff;
  border: 3px solid #a7c946;
  box-sizing: border-box;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 0;
}

.blue_tokyo_name_small{
  font-size: 0.7em;
}

.blue_tokyo_name h4{
  font-size: 1.2rem;
}

.blue_tokyo_name h4::after{
  content: "";
  display: block;
  height: 3px;
  width: 80%;
  background-color: #a7c946;
  margin: 10px auto;
}

.blue_tokyo_name ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 0 auto;
  width: 90%;
  font-weight: 300;
  gap: 10px;
}

.sp_night_inner_aomori{
  max-width: none;
  padding: 0 20px;
  margin: 0 auto;
}

.aomori_slider_text{
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #D34C2C;
  color: #fff;
  text-align: center;
  padding: 0.4em 0;
}

.sp_night_slider2{
  width: 100vw;
  height: 100vw;
  margin-top: 40px;
}
.sp_night_slider2 div{
  height: inherit;
}
/*たっぷり地酒セット*/
.local_sake_set{
  padding: 20px;
  background-image: url(../img/ticket/background_gold.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.local_sake_set h5{
  font-size: 1.4rem;
  text-align: center;
  color: #da2835;
}
.local_sake_set .points{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.local_sake_set .points div{
  text-align: left;
  color: #da2835;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.local_sake_set .points div img{
  height: 50px;
  margin-right: 10px;
}
.local_sake_set .points  small{
  color: #da2835;
}
.local_sake_set .texts{
  font-size: 0.8em;
  margin-top: 20px;
}
.local_sake_set .texts ul{
  list-style: disc;
  margin-left: 20px;
}
.local_sake_set .texts h6{
  font-size: 1.2em;
  margin-bottom: 10px;
}
/*12/23更新分*/
#special .topic .astragalus{
  position: relative;
}
#special .astragalus_illust{
  position: absolute;
  left: 10px;
  top: 20px;
  width: 20%;
}
#special .grilled_chicken_illust{
  position: absolute;
  right: 5px;
  top: 80px;
  width: 25%;
}
#special .topic .item .astragalus_image{
  width: 40%;
  margin: 0 auto;
  display: block;
}
#special .haitoku_image_description{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  width: 90%;
  margin: 0 auto;
  column-gap: 10px;
  padding: 10px;
}
#specialnight .sp_night_dai_shugou_fes_list_right img{
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  margin-bottom: 20px;
}
#specialnight .sp_night_dai_shugou_fes_list_right .product_sales_information{
  position: relative;
  border: 3px solid #c5373e;
  border-radius: 20px;
  padding: 80px 20px 20px;
  margin-top: 20px;
  box-sizing: border-box;
}
#specialnight .sp_night_dai_shugou_fes_list_right .product_sales_information ul  li{
  margin-bottom: 10px;
}
#specialnight .sp_night_dai_shugou_fes_list_right .product_sales_information h4{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #c5373e;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  font-size: 1.4em;
  border-radius: 15px 15px 0 0;
}
#specialnight .sp_night_dai_shugou {
  padding-bottom: 40px;
}
#specialnight .sp_night_dai_shugou .image_list{
  display: grid;
  row-gap: 20px;
  width: 90%;
  margin: 0 auto 40px;
}
#specialnight .sp_night_dai_shugou .image_list img{
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
#specialnight .sp_night_dai_shugou_fes_list_right .product_sales_information ul {
  list-style-type: disc;
  margin-left: 40px;
}
#outdoor .section-inner h3{
  position: relative;
  background-color: #d34c2c;
  color: #fff;
  padding: 15px 0;
  padding-left: 40px;
  margin-bottom: 60px;
}
#outdoor .section-inner h3::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 30px;
  background-color: #6d0e0c;
}
#outdoor .section-inner .image_list{
  display: grid;
  grid-template-rows: repeat(3,1fr);
  row-gap: 20px;
}
#outdoor .outdoor_performance_list .date{
  position: relative;
  border: 3px solid #423410;
  border-radius: 20px;
  padding: 40px 20px;
  margin-bottom: 60px;
}
#outdoor .outdoor_performance_list .date dl{
  display: flex;
  align-items: self-start;
  margin-bottom: 10px;
}
#outdoor .outdoor_performance_list .date dl:last-child{
  margin-bottom: 0;
}
#outdoor .outdoor_performance_list .date dt{
  margin-right: 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#outdoor .outdoor_performance_list .date dt:before{
  content: "";
  display: block;
  height: 20px;
  width: 10px;
  background-color: #6d0e0c;
  margin-right: 10px;
}
#outdoor .outdoor_performance_list .date h4{
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d34c2c;
  color: #fff;
  padding: 20px 30px;
  white-space: nowrap;
  border: 3px solid #6d0e0c;
  border-radius: 20px;
}
#outdoor .outdoor_performance_list .date .last_child{
  padding: 20px;
}
#outdoor .outdoor_performance_list .date .last_child ul{
  margin-bottom: 20px;
}
/*MAP*/
#map .title{
  margin: 0 auto;
}
#map .title .subHL1{
  text-align: center;
}
#map #container{
  padding-top: 2em;
}
#map .map_event{
  position: relative;
  background-color: #fff;
  padding: 1%;
  margin-top: 20px;
}
#map .map_event .inner{
  padding: 20px 10px;
}
#map .second_floor h2,#map .first_floor h2{
  background-color: #6e0d0d;
  color: #fff;
  width: fit-content;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#map .map_event .events ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
#map .map_event .events ul li p{
  width: 100%;
  background-color: #D34C2C;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
#map .map_event .events ul li .workshop_text{
  padding: 20px 0;
}
#map .map_event .events ul li p .pdf_icon{
  background-color: #a31818;
  width: 40px;
  height: 100%;
  padding: 5px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
#map .map_event .events ul li img{
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
#map .official_goods h2{
  background-color: #fff;
  border: 3px solid #6e0d0d;
  color: #6e0d0d;
  padding: 15px;
  text-align: center;
}
#map .pdf_downloads .pdf_button{
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  padding: 10px 40px;
  background: rgb(249,182,158);
  background: linear-gradient(0deg, rgba(249,182,158,1) 0%, rgba(251,240,228,1) 100%);
  text-align: center;
}
#map .pdf_downloads .icon_text{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 auto;
  white-space: nowrap;
}
#map .pdf_downloads .icon_text span{
  font-size: 0.8em;
}
#map .pdf_downloads .pdf_anchor{
  display: block;
  width: 96%;
  margin: 0 auto;
}
#map .pdf_downloads .icon_text .pdf_icon{
  width: 45px;
  margin-right: 10px;
}
#map .pdf_downloads .pdf_button .border_line{
  height: 1px;
  background-color: #7f7f7f;
  margin: 10px 0;
}
.pdf_downloads h2 {
  color: #6e0d0d;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 1.2em;
}
#map .pdf_downloads h2::before {
  content: "";
  display: block;
  border-top: 15px solid #6e0d0d;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  margin-right: 10px;
}
#map .official_goods .goods_list{
  margin-top: 20px;
  background-color: #003268;
  padding: 20px 10px;
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}
#special .haitoku_image_description .left{
  font-size: 1.1em;
  font-weight: 600;
}
#special .pan_information .information_button{
  width: 90%;
}
#ticket .purchase .red_silver_banner{
  display: grid;
  row-gap: 20px;
}
#map .second_floor_events {
  margin: 40px auto 0;
  width: 100%;
  display: grid;
  row-gap: 20px;
}
#map .second_floor_events .right{
  background-color: #514e4c;
  color: #fff;
  padding: 20px;
  text-align: center;
}
#map .second_floor_events .right h3{
  font-size: 1.5em;
  margin-bottom: 20px;
}
#map .second_floor_events .right ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
#map .work_shop_button{
  height: fit-content;
  padding: 0.7em 0;
  border: 6px double #a31818;
}
#map .workshop_PDF_icon{
  display: none;
}
#map .work_shop_text{
  text-align: center;
}
.LINE_VOOM{
  padding: 0 1%;
}
.LINE_VOOM .green_area,.LINE_VOOM .white_area{
  padding: 40px 20px;
}
.LINE_VOOM .green_area h2{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
  font-size: 1.8em;
}
.LINE_VOOM .green_area.top h2{
  display: flex;
  flex-direction: unset;
  font-size: 0.9em;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.LINE_VOOM .green_area h2 span{
  width: fit-content;
  display: block;
  font-size: 1.1em;
  margin-left: 3px;
}
.LINE_VOOM .green_area.top .LINEVOOM_image {
  width: 50%;
  object-fit: contain;
}
.LINE_VOOM .green_area.top .description {
  text-align: center;
  font-size: 0.8em;
}
#map .LINE_VOOM .description_image .description {
  margin-bottom: 40px;
}
#map .LINE_VOOM .description_image .description dl{
  margin-bottom: 10px;
}
#map .LINE_VOOM .description_image .description dl.mg-top{
  margin-top: 30px;
}
#map .LINE_VOOM .description_image .description .accordion {
  margin-bottom: 10px;
}
#map .LINE_VOOM .description_image .description .accordion_parent {
  padding: 10px;
}
#map .LINE_VOOM .description_image .description .accordion_child{
  padding: 10px;
}
#map .LINE_VOOM .description_image .description .accordion_child ul{
  margin-left: 20px;
}
#map .LINE_VOOM .description_image .description .accordion_parent::after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
  transition: 0.5s;
}
#map .LINE_VOOM .description_image .description .accordion_parent.active::after{
  transform: rotate(-45deg);
}
#map .LINE_VOOM .description_image .images{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.LINE_VOOM .green_area.top {
  width: 90%;
  margin: 0 auto 40px;
  padding: 10px 20px;
}
.LINE_VOOM .LINE_VOOM_button{
  padding: 5px 0;
  margin: 5px auto 0;
  font-size: 0.9em;
}
#map .second_floor_events .ecbo_cloak {
  padding: 20px;
}
#map .second_floor_events .ecbo_cloak_image{
  width: 80%;
  border-radius: 10px;
  margin-bottom: 10px;
}
#outdoor .sp_night_slider2{
  height: 63vw;
}
#home .footer_en {
  padding: 20px 0;
}
#home .footer_en .footer_inner{
  width: 96%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 1fr 1fr;
  row-gap: 20px;
  align-items: center;
}
#home #homeMatsuri .movie{
  width: 96%;
  padding: 40px 0 0 0;
  margin: 0 auto;
  display: grid;
  row-gap: 20px;
}
#home #homeMatsuri .movie .order_2{
  display: grid;
  row-gap: 20px;
}
#home #homeMatsuri .movie .title_movie .title {
  display: flex;
  align-items: center;
}
#home #homeMatsuri .movie .title_movie .title .border_line{
  display: block;
  height: 20px;
  width: 1px;
  background-color: #333;
  margin: 0 10px;
}
#home .footer_en .en_copyright {
  text-align: center;
}
.footer_en .contact_button{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  bottom: 230px;
  font-size: 0.7em;
}
#home #homeMatsuri .access{
  width: 96%;
  margin: 0 auto;
  padding-bottom: 40px;
}
#home #homeMatsuri .access iframe{
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 20px;
}
#home #homeMatsuri .access h2{
  font-size: 1.6em;
  margin-bottom: 20px;
  text-align: center;
}
#home #homeMatsuri .images{
  width: 96%;
  margin: 0 auto 40px;
}
#home #homeMatsuri .address .train_icon.small{
  height: 20px;
  object-fit: cover;
}
#home #homeMatsuri .address .train_icon{
  height: 40px;
  object-fit: cover;
}
#home #homeMatsuri .address h3{
  font-size: 1.6em;
  margin-bottom: 20px;
}
#home #homeMatsuri .address{
  padding: 20px;
}
#home .ticket_area button{
  padding: 20px;
}
#home #homeMatsuri .address .address_icon{
  height: 25px;
}
#home .mg_bottom_20_sp{
  margin-bottom: 20px;
}
#home .ticket_area .button {
  padding: 15px 0;
  font-size: 1.2em;
  width: 90%;
  margin: 0 auto;
}
#specialnight .date_image_hayami{
  display: grid;
  grid-template-columns: 4.5fr 2.5fr;
}
#specialnight .hayami_image{
  aspect-ratio: auto;
  object-fit: cover;
  margin-top: 30px;
  margin-bottom: 0;
}
#home .questionnaire{
  padding: 20px;
  margin: 0 auto 60px;
  width: 90%;
}
#home .questionnaire_button{
  padding: 10px 30px;
  margin: 0 auto;
}
#home .questionnaire h3{
  padding: 10px 20px;
  margin: 0 auto 20px;
}
#home .questionnaire p{
  text-align: left;
}
#home .present_text{
  text-align: center!important;
}
#result .main_visual{
  background-image: url(../img/special/result/donburi_main_visual_mobile.jpg);
  height: 93vw;
  background-position: center;
}
#result .don_results .inner{
  width: 96%;
  margin: 0 auto;
}
#result .description{
  font-size: 1.0em;
}
#result .don_list{
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#result main{
  padding-bottom: 0!important;
}
#result .awards_ceremony {
  margin-top: 40px;
}
#result .awards_ceremony h3{
  font-size: 1.2em;
  margin-bottom: 20px;
}
#result .awards_ceremony_ul{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#home .donburi_banner{
  width: 90%;
  margin: 0 auto 40px;
}