  @charset "utf-8";

/* --------------
 reset
-------------- */
input[type="submit"],label {
	cursor: pointer;
}

/* --------------
 base
-------------- */
.ifsp {display: none!important;}

/* --------------
 modules css
-------------- */
/* ---------- font size */
.fs05 { font-size: 0.5em; }
.fs06 { font-size: 0.6em; }
.fs07 { font-size: 0.7em; }
.fs08 { font-size: 0.8em; }
.fs09 { font-size: 0.9em; }
.fs10 { font-size: 1.0em; }
.fs11 { font-size: 1.1em; }
.fs12 { font-size: 1.2em; }
.fs13 { font-size: 1.3em; }
.fs14 { font-size: 1.4em; }
.fs15 { font-size: 1.5em; }
.fs16 { font-size: 1.6em; }
.fs17 { font-size: 1.7em; }
.fs18 { font-size: 1.8em; }
.fs19 { font-size: 1.9em; }
.fs20 { font-size: 2.0em; }
.fs21 { font-size: 2.1em; }
.fs22 { font-size: 2.2em; }
.fs23 { font-size: 2.3em; }
.fs24 { font-size: 2.4em; }
.fs25 { font-size: 2.5em; }
.fs30 { font-size: 3.0em; }


/* ---------- 下層fontsize */


/* ---------- float */
.fll { float: left;}
.flr { float: right;}
.flc { margin-right: auto; margin-left: auto;}

/* ---------- width */
.wd5 {width: 5% !important;}
.wd10 {width: 10% !important;}
.wd15 {width: 15% !important;}
.wd20 {width: 20% !important;}
.wd25 {width: 25% !important;}
.wd30 {width: 30% !important;}
.wd35 {width: 35% !important;}
.wd40 {width: 40% !important;}
.wd45 {width: 45% !important;}
.wd48 {width: 48% !important;}
.wd49 {width: 49% !important;}
.wd50 {width: 50% !important;}
.wd55 {width: 55% !important;}
.wd60 {width: 60% !important;}
.wd65 {width: 65% !important;}
.wd70 {width: 70% !important;}
.wd75 {width: 75% !important;}
.wd80 {width: 80% !important;}
.wd85 {width: 85% !important;}
.wd90 {width: 90% !important;}
.wd95 {width: 95% !important;}
.wd100 {width: 100% !important;}

/* ---------- margin,padding */
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mt35 {	margin-top: 35px !important;}
.mt40 {	margin-top: 40px !important;}
.mt45 {	margin-top: 45px !important;}
.mt50 {	margin-top: 50px !important;}
.mt55 {	margin-top: 55px !important;}
.mt60 {	margin-top: 60px !important;}
.mt70 {	margin-top: 70px !important;}
.mt80 {	margin-top: 80px !important;}
.mt90 {	margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

/* ----- images */
.imgL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* ----- imgbox */


/* ----- base width */
html,
body {
	width: 100%;
    min-width: 768px;
}
#container, #siteFooter {
	width: 100%;
  /* max-width: 1200px; */
  min-width: 768px;
	margin: 0 auto;
  /* padding: 1em; */
}
body {
  background-image: url(../img/bg_beige.jpg);
}

.in {
  width: 100%;
  min-width: 768px;
  /* max-width: 1000px; */
  margin: 0 auto;
  /* padding: 0 20px; */
}
#home .in .bg_inner {
  padding-top: 1em;
}
/* ---------- align */
.alcPC { text-align: center !important;}
.alrPC { text-align: right !important;}
.allPC { text-align: left !important;}

/* ----- button */

/* ----- flex */
.flexPC {
  display: flex;
}

/* ----- background */
.bgWt {
  padding: 2em;
}

/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/
#header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
#header #globalNav{
  max-width: 1000px;
  margin: auto;
}
.nlist {
	display: none;
}

#header a {
  color: #fff;
}
#header .navOutside {
  background: #000;
}
#header .navOutside .subNav {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
#header .navOutside .subNav a[target="_blank"]::after{
  content: none;
}
#header .navOutside .subNav li {
  font-size: .8em;
  margin-right: 2em;
}
#header .navOutside .subNav li i {
  margin-right: .5em;
}
#header .navOutside .subNav li a {
  text-decoration: none;
}
#header .navOutside .subNav li a:hover {
  opacity: .7;
  transition: .3s;
}

#header #globalNav #mainNav .home{
  background-image: url('../img/top/menu/home1.png');
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}

#header #globalNav #mainNav .matsuri{
  background-image: url('../img/top/menu/matsuri.png');
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
}
#header #globalNav #mainNav .syoku{
  background-image: url('../img/top/menu/syoku.png');
  background-size: 130%;
  background-position: center;
  background-repeat: no-repeat;
}
#header #globalNav #mainNav .special{
  background-image: url('../img/top/menu/special.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#header #globalNav #mainNav .night{
  background-image: url('../img/top/menu/night.png');
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
}
#header #globalNav #mainNav .map{
  background-image: url('../img/top/menu/map.png');
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
#header #globalNav #mainNav .ticket{
  background-image: url('../img/top/menu/ticket.png');
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

/* =siteHeader
---------------------------------------------------- */

.headerNav {
	display: flex;
	align-items: center;
  background-color: #333;
  /* background-image: url(../img/headerBg.png); */
}

.navOutside {
    /*position: fixed;
    top: 0;
	left: 0;
	right: 0;
	z-index: 50;*/
}


@media screen and (min-width:1259px){

	.headerNav {
		padding-left: .5em;
		padding-right: .5em;
	}
}

#siteHeader {
	width: 30%;
}


.subpage #header {
	/*position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 400;*/
}


/* =globalNav
---------------------------------------------------- */

#globalNav {
  position: relative;
}
#globalNav::after {
  content: none;
}


#mainNav {
	display: flex;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 810px) {
  #globalNav li {
    margin-right: .2em;
  }
}

@media screen and (max-width: 980px) {
  #globalNav li {
    font-size: .9em;
  }
}

/* ヘッダー追加コンテンツ(本番化したら消す) */
#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;
}
/* --------------------------------------- */

#globalNav li > a:hover {
	text-decoration: none;
}

/* #mainNav .row1 {
  font-size: 1.3em;
} */

#mainNav .navTicket {
  background-color: #f7c45b;
  border-radius: 10px;
}
#mainNav .navTicket a {
  margin-right: 0;
  /*color: #741f1b;*/
}
#mainNav .navTicket a:hover {
  /*color: #fff;*/
}

#mainNav > li {
  position: relative;
  /* width: 14%; */
}

#mainNav li a {
  position: relative;
  transition: .3s;
  display: block;
  text-decoration: none;
  padding: 0 1em;
}
#mainNav li a::before,
#mainNav li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  background: #fff;
  position: absolute;
  left: 10%;
  opacity: 0;
  transition: .3s;
}
#mainNav li a::before {
  top: 0;
  transform: translateY(15px);
}
#mainNav li a::after {
  bottom: 0;
  transform: translateY(-15px);
}
#mainNav li a:hover::before{
  opacity: 1;
  transform: translateY(-5px);
}
#mainNav li a:hover::after {
  opacity: 1;
  transform: translateY(5px);
}



#globalNav .nolink.navMap{
  padding: 2.6% 0 !important;
}



/* =container
-------------------------------------------------------------- **/
main {
  /* padding-bottom: 50px; */
}

.clm2, .clm3, .clm4, .clm5, .clm6,
.clm1-2 {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	margin-left: -30px;
}
.clm2 > * {
	width: calc((100% / 2) - 30px );
}
*::-ms-backdrop, .clm2 > * {
  width: calc(50% - 30px); /* IE11 */
}
.clm3 > * {
	width: calc((100% / 3) - 30px );
}
*::-ms-backdrop, .clm3 > * {
  width: calc(33.33% - 30px); /* IE11 */
}
.clm4 > * {
	width: calc((100% / 4) - 30px );
}
*::-ms-backdrop, .clm4 > * {
  width: calc(25% - 30px); /* IE11 */
}
.clm5 > * {
	width: calc((100% / 5) - 30px );
}
*::-ms-backdrop, .clm5 > * {
  width: calc(20% - 30px); /* IE11 */
}
.clm6 > * {
	width: calc((100% / 6) - 30px );
}
*::-ms-backdrop, .clm6 > * {
  width: calc(16.66% - 30px); /* IE11 */
}

.clm1-2 > *:nth-child(odd) {
	width: calc((100% / 3) - 30px );
}
*::-ms-backdrop, .clm1-2 > *:nth-child(odd) {
  width: calc(33.33% - 30px); /* IE11 */
}
.clm1-2 > *:nth-child(even) {
	width: calc((100% / 3) * 2 - 30px );
}
*::-ms-backdrop, .clm1-2 > *:nth-child(even) {
  width: calc(66.66% - 30px); /* IE11 */
}



.clm2 > *, .clm3 > *, .clm4 > *, .clm5 > *, .clm6 > *,
.clm1-2 > *{
	margin-left: 30px;
}

.clm2 > * >a, .clm3 > * >a, .clm4 > * >a, .clm5 > * >a, .clm6 > * >a,
.clm1-2 > * >a{
	position: relative;
	display: block;
	/*height: 100%;*/
}


/* =breadcrumb
---------------------------------------------------- */

.bread__ul {
	margin-top: 10px;
}

.bread__ul li {
	/*font-size: 1.1em;*/
}

.bread__ul li a:hover {
	text-decoration: none;
}

/* =headline / titles
---------------------------------------------------- */
.headLine {
  width: 50%;
  margin: auto;
  margin-bottom: 2em;
  text-align: center;
}
.headLine .readTxt {
  font-weight: normal;
  font-size: .7em;
  margin-top: 2em;
}

/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */


/* =footer
-------------------------------------------------------------- **/

#footTop img {
	width: 70%;
}

#footBtm .btnBox p.btnN {
	width: 80%;
}

#footBtm #footNav {
	width: 30%;
}

#footBtm .btnArea {
	width: 33%;
}

#footBtm .address {
	width: 33%;
}

#footBtm #footNav,#footBtm .address {
	margin-right: 2%;
}

/* =siteFooter
---------------------------------------------------- */
#siteFooter {
  padding: 20px 0 5px;
}

#footHL {
  display: flex;
}


.footNavBox ul li a:hover {
	text-decoration: none;
	opacity: .7;
}

.footNavBox {
}
.footNavBox::after {
  content: none;
}

#domeInfo .list,
#domeInfo .company_logo,
#footNav .footMenu,
#footNav .footIcons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em auto;
}
#domeInfo .company_logo .logo:first-child{
  margin-right: 2em;

}
#footNav .footIcons {
  justify-content: center;
}
#footNav .footIcons .social{
  display: flex;
}
#footNav .footIcons li {
  margin-right: 2em;
}
#footNav .footIcons .social i {
  margin-right: 1em;
}

#domeInfo > .list > li::after,
#footNav > .footMenu > li::after {
	content: '|';
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0  .5em;
}
#domeInfo > .list > li:last-child::after,
#footNav > .footMenu > :last-child:after {
  content: none;
}
#domeInfo .list {
  font-size: .8em;
  flex-wrap: wrap;
}
#domeInfo .company_logo .logo {
  width: 15%;
  text-align: center;
  /* margin-right: 1em; */
}
#domeInfo .company_logo .logo:hover {
  opacity: .7;
  transition: .3s;
}


/* =copyright
---------------------------------------------------- */
#copyright {
  text-align: center;
}

/* =pageTop
-------------------------------------------------------------- **/
#pageTop {
  bottom: 10px;
  right: 0;
}
#pageTop a {
	width: 60px;
	height: 60px;
}
#pageTop a.btn_ticket {
  width: 80px;
  height: 210px;
  margin-bottom: 10px;
}

#pageTop_en {
  bottom: 10px;
	right: 0;
}
#pageTop_en a {
  width: 60px;
  height: 60px;
}
#pageTop_en a.btn_ticket {
  width: 80px;
  height: 210px;
  margin-bottom: 10px;
}

/* --------------
 home contents
-------------- */
/* =visual
---------------------------------------------------- */
#mv {
	text-align: center;
  margin: 0;
  padding: 0;
}
#mv p{
	/* position: relative; */
}
#mv p img {
  /* position: absolute; */
  width: 100%;
  height: auto;
  pointer-events: none;
  object-fit: cover;
}

/* @media screen and (max-width: 1110px) {
  #mv p.ifpc img {
    margin: 0 auto !important;
  }
} */



/* =top
---------------------------------------------------- */
#home section {
  padding-bottom: 50px;
}


/* = common*/

.imageBox {
	width: 65%;
}


@media (max-width: 835px) {
	.imageBox {
		width: 50%;
	}
	.txtArea {
		width: 50%;
	}
}
.homeHL2 {
  margin-right: 20px;
}


#home h3 {
  font-size: 1.3em;
}
#home .homeHL3 {
  font-size: 2.5em;
  margin-bottom: 40px;
}
#home .homeHL3 small {
  font-size: 1.5rem;
}


/* = about*/
#homeAbout .catch1 .ttl span {
  padding: 1rem 7rem;
}
#homeAbout .catch2 {
  width: 600px;
  margin: auto;
  box-shadow: 0 0 0 25px #fbf9f4;
}
#homeAbout .catch2::after {
  right: -27px;
  bottom: -27px;
  border-width: 0 0 35px 35px;
}

.homeAboutTxt {
  font-size: 2em;
}
.homeAboutTxt p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeAboutTxt p:first-child span {
  font-size: .7em;
  margin-left: 20px;
}

/* = news*/
.homeNewsInner {
  width: 80%;
  margin: 0 auto 2em;
}
.homeNewsInner::after {
  content: none;
}

#homeNews .txt {
width: 100%;
position: relative;
border-bottom: 1px solid #ccc;
}
#homeNews .txt:last-child {
border-bottom: none;
}
#homeNews .txt dl {
  display: flex;
  padding: 1.5em;
}
/*#homeNews .txt dl:hover {
  opacity: .7;
}*/
#homeNews .txt dl dt {
  margin-right: 2em;
}
#homeNews .txt .more {
  position: absolute;
  top: 0;
  right: 5%;
}

#homeNews .restart .imgBox {
  margin: 1em auto 0;
  text-align: center;
}
#homeNews .restart {
  width: 80%;
  margin: auto;
}

/* #homeMovie */
#homeMovie .homeMovieTtl {
  font-size: 140%;
  padding: 0.5em 0;
}
#homeMovie .bgWt {
  padding: 1.5rem !important;
}


/* = exhibition*/
.homeMatsuriInner {
  display: flex;
  justify-content: space-between;
}
.homeMatsuriInner::after {
  content: none;
}

.homeMatsuriCont {
  min-width: calc(100% - 225px);
  padding-bottom: 0;
}

.homeMatsuriCont img {
  max-height: 250px;
}
.NHK .ttlLogo img {
  max-height: 75px;
}

.homeMatsuriCont .exhibition1 {
}

.homeMatsuriCont .homeBoro {
  margin-right: 30px;
  width: 25%;
}

.homeMatsuriCont .homeNHK {
}
.homeMatsuriCont .homeNHK small {
  font-size: .8rem;
}

@media screen and (max-width: 950px) {
  .homeMatsuriCont h3 {
    text-align: center;
  }
  .homeMatsuriCont .exhibition1 {
    flex-direction: column;
    align-items: center;
  }
  .homeMatsuriCont .homeBoro {
    margin-top: 20px;
  }
  .homeMatsuriCont .homeNHK {
    width: 100%;
    margin-top: 20px;
  }
}

/* = aji*/
.homeAjiInner {
  display: flex;
  justify-content: space-between;
}
.homeAjiInner::after {
  content: none;
}
.homeAjiCont {
  padding-bottom: 0;
  min-width: calc(100% - 225px);
}

#homeAji .comingsoon {
  font-size: 2em;
}

/* = special*/

#homeSpecial .homeSpecialInner {
  text-align: center;
}
#homeSpecial .homeSpecialInner .imgBox {
  margin-bottom: 5%;
}
.homeSpecialInner::after {
}
.homeSpecialCont {
}


.homeSpecialCont li p.alc {
  margin-top: 10px;
  font-size: 1.3vh;
}
/* .homeSpecialCont .topDonburiTxt{
  font-size: 1.3vh !important;
} */

#homeSpecial .comingsoon {
  font-size: 2em;
}

/* = company */

.footCompanyBox {
}

.footCompanyBox .sns {
  display: flex;
  margin-bottom: 20px;
}
.footCompanyBox .sns li {
  margin-right: 1.5em;
}

.footOrganizer dl {
  display: flex;
  margin-bottom: 5px;
}
.footOrganizer dt {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.footOrganizer dd {
}

/* --------------
 subpages contents
-------------- */

/* =page
---------------------------------------------------- */

/*common*/

.subpage main {
  /* padding-top: 30px; */
}
.subpage .in {
  max-width: 1200px;
  margin: auto;
}

.subpage section {
  margin-bottom: 40px;
}

.subHL1 {
  font-size: 2em;
  margin-bottom: 50px;
}




/* matsuri */

#matsuri .matsuriTtl_left {
  top: 10%;
  left: 8%;
}
#matsuri .matsuriTtl_right {
  top: 10%;
  right: 10%;
}

/* q and a */
/* .faq {
  width: 80%;
  margin: auto;
} */


/*access*/
#toguide.btnArea {
	padding: 60px 0;
	background-position: left 20% center, right 20% center;
	background-size: 10%, 10%;
}

.subpage main#accessConts article:last-of-type {
	margin-bottom: 50px;
}

#special .spList .clm3 li a {
  display: inline;
}


/* #special h2 {
  font-size: 1.3em;
} */
#special h2 {
  font-size: 1.8em;
  margin-bottom: 35px;
}

.spLogo {
  max-width: 110px;
}

.donburiCaption {
  font-size: 130%;
  display: flex;
  align-items: center;
}

.donburiImgs img {
  max-height: 135px;
  width: 200px;
  object-fit: cover;
}

.donburiList li {
  padding: 10px 0;
  margin-left: 30px;
  width: calc((100% / 2) - 30px );
}

.donburiImgs1 {
  margin-left: 40px;
}
.donburiImgs2 {
  margin-left: 10px;
}


.nomitsumaWay img{
  /* background-color: #fff8ed; */
  padding: 3em;
}

.ochokoImgs {
  justify-content: space-between;
}
.ochokoRightImg {
  margin-left: 2%;
}
.ochokoRightImg img,.ochokoLeftImg img {
  width: 100%;
  object-fit: cover;
  width: 350px;
}

.exhibitList:nth-child(n + 2){
  margin-left: 20px
}
.exhibitList li:last-of-type{
  margin-left: 10px;
}

#sp5 .flexPC {
  justify-content: space-between;
}

/*ticket*/
#ticket section:last-child {
  margin-bottom: 0;
  padding-bottom: 70px;
}

#ticket h2, #ticket #container h1 {
  font-size: 2.2em;
  margin-bottom: 30px;
}
#ticket .purchase h2 {
  margin-top: 1em;
}

#ticket .prehead {
  text-align: center;
}

#ticket .ticketBtnCont {
  align-items: baseline;
}

#ticket .playguideList li {
  margin-bottom: 1em;
}
#ticket .playguideList li img {
  max-height: 50px;
}
#ticket #drink .section-content .info {
  width: 60%;
  margin: 0 auto 1em;
  text-align: center;
}
#ticket #drink .ticketList .clmFlex {
  display: flex;
}
#ticket #drink .ticketList .clmFlex div {
  width: 50%;
}
#ticket .section-content {
  padding: 1em 3em;
}
#ticket .section_part span.coming{
  color: red;
  font-size: .7em;
  padding-top: 1em;
  margin-left: 1em;
}

/*market detail*/

#shop_detail .shopInfo .reverse {
  display: flex;
}

#shop_detail section {
  width: 80%;
  margin: 1em auto 50px;
}
#shop_detail .shopTxtInfo {
  width: 70%;
}
#shop_detail .shopTxtInfo dl {
  display: flex;
  justify-content: space-between;
  /* margin: .8em 0 .5em; */
  padding: 1em 0;
  align-items: center;
}
#shop_detail .shopTxtInfo dt {
  width: 30%;
  text-align: center;
}
#shop_detail .shopTxtInfo dd {
  width: 70%;
  padding-left: 1em;
}

#shop_detail .shopImgInfo {
  width: 30%;
  margin-left: 1em;
  margin-top: 2em;
}
#shop_detail .shopImgInfo .squareImg {
  width: 80%;
  margin: auto;
}

#shop_detail .shopItems li {
  margin-bottom: 1em;
}

#shop_detail .snsBox {
  display: flex;
  }
.Pr_txt{
  padding: 60px;
}

/*market index*/

#market .genreList > li {
  padding: 30px 30px 0;
}

.searchInputCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.searchInputCont .searchInput {
  width: 25%;
  margin-right: 1em;
}

.marketBtns {
  display: flex;
  justify-content: center;
}
.marketBtn {
  margin: 50px 30px 30px 0;
}
.marketBtn:last-of-type {
  margin-right: 0;
}


/*market(aji)一覧 共通*/
.searchInputCont button {
  width: fit-content;
  height: 40px;
  padding: 0 10px;
  color: #fff;
  border-radius: 10px;
  border: none;
  position: relative;
  display: inline-block;
}

/*news*/
#news .newsBox {
  /* width: 80%; */
  margin: auto;
  padding-bottom: 1em;
}
#news .newsBox dl {
  border-bottom: 1px dotted #333;
  margin-bottom: 1em;
  padding: .5em;
}
#news .newsBox dl a{
  display: flex;
  align-items: center;
}
#news .newsBox dl dt {
  margin-right: 2em;
  width: 30%;
  max-width: 150px;
}
#news .newsBox dl dd {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
#news .newsBox dl dd p {
  width: 100%;
}
#news .newsBox dl dd p.date {
  font-size: .8em;
}
#news .newsBox dl dd p.title {
  font-weight: 500;
}
#news_detail .news_inner,
#news_detail .news_inner .newsImg,
#news_detail .news_inner .newsTxt {
  width: 80%;
  margin: 1em auto 0;
}
#news_detail .news_inner {
  padding-bottom: 2em;
}

/*workshop*/
.WSscheduleBox {
  display: flex;
}
.dailyTable {
  display: flex;
}
.col1, .col2, .col3, .col4 {
  width: calc((100% - 75px) / 4 );
}
.WScourseCont {
  position: relative;
}
.WScourseImg {
  position: absolute;
  right: 0;
  top: 0;
}



/*map*/

.mapListBox {
  display: flex;
  flex-wrap: wrap;
}
.mapListBox > * {
  width: 50%;
  box-sizing: border-box;
}
.mapList dt {
  width: 20%;
}
.mapList dd {
  width: 80%;
}
/* 2022/09/13 */
#breadcrumbBox {
  width: 80%;
  margin: 1em auto;
}

#container .search_tab ul {
  display: flex;
  justify-content: center;
}
#container .search_tab ul li {
  width: fit-content;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: .5em 2em;
  margin-right: 3em;
  color: #fff;
  opacity: .8;
}
#container .search_tab ul li i {
  margin-right: .5em;
}
#container .shopList li .list_txt {
  padding-top: .2em;
}
#planSearch #container .shopList li .list_txt {
  padding-bottom: 0;
}
#planSearch #container .shopList li .list_txt .list_tag {
  margin-bottom: 0;
  padding-bottom: 0;
}
#planSearch #container .shopList li .list_txt {
  padding-bottom: 0;
}
#planSearch #container .shopList li .mt5 {
  margin-top: 0!important;
}
#container .search_tab ul li.active {
  opacity: 1;
}
#container .search_tab ul li:hover {
  opacity: 1;
  transition: .3s;
}
#container .search_tab ul li a {
  color: #fff;
}
#container .tab_line  {
  margin: 0 auto;
  height: 10px;
  border: none;
}
#container .wrapper {
  padding-top: 1em;
}
#container .wrapper .genreList .search_tag {
  margin: .5em auto 1em;
  color: #42602d;
  font-weight: 100;
}
#container .workList,
#container .shopList {
  margin-bottom: 20px;
}

#homeMatsuri .imgBox,
#homeFood .imgBox {
  width: 70%;
}
#homeMatsuri .imgBox{
  padding-top: 5%;
  margin-right: 5%;
  margin-left: auto;
}
#homeFood .imgBox{
  padding-top: 5%;
  margin-left: 5%;
  margin-right: auto;
}
#homePrevious {
  padding-bottom: 50px;
  margin-bottom: 0!important;
}

#home #homeAbout {
  margin: auto;
  padding-bottom: 0;
}
#home #homeAbout .accbox label.txt_c{
  margin: 0 auto;
}
#homeSNS {
  /* margin: 8% auto; */
}
#homeSNS .homeSNSTL {
  width: 30%;
  margin: auto;
}
#homeCompany .footCompanyBox {
  width: 70%;
  margin: auto;
}
#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 {
  padding-top: 2em;
  background: url("../img/top/bg_about.png");
  background-size: 100%;
}
#home {
  padding-bottom: 0!important;
}
#rules .section-inner .cont_about,
#spec .section-inner .cont_about {
  width: 90%;
  margin: auto;
}
#rules .section-inner .section_cont,
#spec .section-inner .section_cont {
  width: 80%;
  margin: auto;
}
#rules .section-inner .c-ttl-cmn-04,
#spec .section-inner .c-ttl-cmn-04 {
  margin-bottom: 1em;
  margin-top: 1em;
}
#rules .section-inner .c-list-cmn,
#spec .section-inner .c-list-cmn {
  padding-left: 2em;
  margin-bottom: 1em;
}
#rules .section-inner .c-list-fill {
  width: 90%;
  margin: 1em auto;
  border: solid 2px #6D0E0C;
  background: #fff;
  padding: 3%;
}
#spec #policy .c-ttl {
  margin-top: 1em;
}
#spec #policy .c-ttl,
#rules #policy .c-ttl {
  width: fit-content;
  padding: 0 .5em ;
  font-weight: 400;
  border-bottom: 2px solid #6D0E0C;
}
#spec #policy .c-list,
#rules #policy .c-list {
  width: 95%;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#spec .c-table-cmn {
  width: 100%;
  table-layout: fixed;
  color: #333;
  border: 0 solid #ccc;
  border-right-width: 1px;
  border-bottom-width: 1px;
  background-color: #fff;
  margin: 1em auto 0;
}
#spec .c-table-cmn td,
#spec  .c-table-cmn th {
  padding: 10px 15px;
  font-weight: 400;
  border: 0 solid #ccc;
  border-top-width: 1px;
  border-left-width: 1px;
}
#spec.c-table-cmn td.is-bg-01,
#spec .c-table-cmn th.is-bg-01 {
  background-color: #f1f3f5;
}
#spec .c-table-cmn th {
  font-weight: 700;
  width: 30%;
}
#spec .c-list-note {
  font-size: .9em;
}
#spec .c-ttl-cmn-04 {
  width: fit-content;
  border-bottom: 2px solid #6D0E0C;
  margin: .2em auto .2em 0 ;
}
#spec .in,
#rules .in {
  max-width: 1200px;
  margin: auto;
}
#matsuri .section-inner {
  /* width: 80%; */
  margin: 1em auto;
}
.btn-open .btn_txt{
  padding: 1em;
}


/* --------------------------------------specialnight */
.danceNight{
  background-color: #2e6470;
  color: #fff;
  font-size: 2.8rem;
  padding: 24px;
  margin-top: 48px;
  font-family: 02うつくし明朝体;
  letter-spacing: 1.6rem;
}
.danceNight span{
  font-size: 1.6rem;
}
.fes_top p{
  margin-top: 48px;
  font-size: 1.2rem;
  line-height: 2.3rem;
}
.fesWrapp{
  display: flex;
  justify-content: center;
  margin-top: 72px;
}
.fesWrapp p{
  margin-top: 48px;
  font-size: 1.2rem;
  line-height: 2.3rem;
}
.fes_dtl{
  padding: 40px;
  width: 500px;
}
.fes_day{
  background-color: #ef7d2c;
  color: #fff;
  padding: 8px;
}

/* -------------------------------access */
.accessWrapp{
  display: flex;
  justify-content: center;
}
.access_dtl{
  width: 500px;
  padding: 8px;
}
.contact_wrapp{

}
.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{
    font-size: 1.2rem;
    padding: 16px;
}
/* 20221025追記 */

#matsuri #stage .stage_img{
  display: flex;
  justify-content: center;
}
#matsuri #stage .stage_img .imgBox{
  width: 100%;
}
#syoku .subHL1,
#genreSearch .subHL1,
#planSearch .subHL1 {
  width: 100%;
}
#syoku .subHL1 img,
#genreSearch .subHL1 img,
#planSearch .subHL1 img {
  width: 100%;
}
  /* #homeSpecial .special .iconBox {
    background-image: url("../img/top/bg_icons.png");
    background-repeat: no-repeat;
    background-size: cover;
  } */
#homeSpecial .special {
  width: 70%;
  margin: 0 auto 3em;
  padding-top: 2em;
}
#homeSpecial .special .clm3 {
  margin-left: 0;
}
#homeSpecial .special .clm3 .icon-inner{
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}
#homeSpecial .special .iconBox {
  width: 100%;
  padding: 2em;
  background-color: #fff;
  margin: -40px auto 2em;
}
#homeSpecial .special .iconBox .icon-inner:nth-child(1),
#homeSpecial .special .iconBox .icon-inner:nth-child(2),
#homeSpecial .special .iconBox .icon-inner:nth-child(3) {
  margin-top: 30px;
}
#homeSpecial .special .iconBox .icon-inner {
  position: relative;
  margin-bottom: 3em;
}
.shopPlan .icon span {
  width: 20%;
  margin-right: 1em;
}
#shop_detail #container.noitem {
  height: 100vh;
}
/* #special .cont_inner {
  width: 80%;
  margin: auto;
} */

#special .cont_inner h2 {
  width: 100%;
}
#special .cont_inner h2 img {
  width: 100%;
}

#special .cont_inner  .section_inner .subCont h3 {
  font-size: 1.5em;
  margin: 2em auto .5em;
}

#special .cont_inner  section {
  margin-bottom: 5%;
}
#special .cont_inner  .section_inner .topic .item{
  padding: 1em; 
  padding-top: 2em;
}
#special .cont_inner  .section_inner .topic .item .limited{
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
#ticket #fun .kaijo {
  display: flex;
  align-items: center;
  margin: 1em auto;
}
#ticket #fun .kaijo img {
  width: 35%;
  margin-right: 2%;
}
#fun .funFlex .funFlex {
  width: 80%;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 2px #333 ;
}
#fun .funFlex div dl {
  width: 80%;
  margin: auto;
}
#fun .funFlex::after{
  content: none;
}
#fun .funFlex div{
  width: 50%;
  margin: 1em auto;
}
#fun .funFlex .funFlex .jtb{
  width: 30%;
}
#fun .funFlex .funFlex .pia{
  width: 20%;
}
#fun .funFlex {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.bnrFlex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#ticket .purchase .bnrFlex a:first-child {
  text-align: center;
}
#ticket .purchase .bnrFlex a:first-child img{
  width: 75%;
}
#ticket #group .bnrFlex img {
  width: 40%;
}
#ticket #group .purchase .bnrFlex {
  align-items: center;
  text-align: center;
}
#ticket #group .purchase .bnrFlex a {
  width: 50%;
}
#ticket #group .purchase .bnrFlex img {
  width: 85%;
}
#ticket #gourmet .benefit {
  display: flex;
  flex-wrap: wrap;
}
#ticket #gourmet .benefit .benefit-img {
  text-align: center;
  width: 30%;
  margin: auto;
}
#ticket .section-content .section_part {
  font-size: 1.4em;
}
#ticket #gourmet .benefit .benefit-list {
  width: 70%;
}
#ticket #gourmet .benefit-list li{
  margin-left: 0;
  margin-bottom: 1em;
  font-size: 1.3em;
}
#ticket #gourmet .benefit .benefit-list li:last-child small{
  display: inline-block;
  width: 100%;
}
#ticket #gourmet .benefit .benefit-img img:first-child {
  margin-bottom: 10px;
}
#ticket #gourmet .benefit .benefit-img img {
  width: 100%;
  object-fit: cover;
}
#ticket .ticketList dt {
  line-height: 1.5em;
  font-size: 1.2em;
}
#ticket .ticketList dt small {
  display: inline-block;
  line-height: 1em;
}
#homeSpecial .specialNight .imgBox {
  width: 70%;
  margin: 1em auto 0;
}
#homeSpecial .specialNight .imgBox:first-child {
  margin-bottom: 40px;
}
#searchCont {
  margin-bottom: 1em;
}
#planSearch .searchInputCont .searchInput select[name="plan"] {
  width: auto;
  padding-right: 30px;
}
#planSearch .searchInputCont .searchInput {
  width: auto;
  margin-bottom: .5em ;
}
#planSearch .searchInputCont .searchCat::after {
  right: 20px;
}
#chara .event .section_inner {
  width: 80%;
}
#chara .event .section_inner .venue{
  padding: 1em;
}
#chara .event .section_inner .info{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  justify-content: space-around;
}
#chara .event .section_inner .info::after{
  content: none;
}
#chara .event .section_inner .info dl{
  display: flex;
  margin-bottom: 1em;
  align-items: center;
} 
#chara .event .section_inner .info dl dt span {
  padding-right: 2em;
} 
#chara .event .section_inner .info dl dd {
  margin-left: .5em;
} 
#chara .event .section_inner .topic {
  width: 70%;
  margin: 1em auto;
}
#chara .event .section_inner h3 {
  font-size: 1.8em;
  margin-bottom: 1em;
}
#chara .event .section_inner .venue li img {
  max-width: 350px;
  max-height: 260px;
  object-fit: cover;
  /*box-shadow: #333 5px 5px 0px;*/
}
#chara .event .section_inner h3 img{
  margin-right: .5em;
}
#chara .charamel .section_inner img{
  width: 60%;
  margin: auto;
}
/* ページ内リンク打消し */
#home #homeAbout,
#special section,
#matsuri section,
#ticket section,
#info section {
  padding-top: 70px!important;
  margin-top: -70px;
}
#matsuri section{
  margin-top: 0;
}
/* チケット、特別企画ページ幅調整 */
#ticket section,
#special section {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
#special .cont_inner .section_inner .subCont ul li {
  padding: 1.2em;
}
#ticket .section-content .icons .icon{
  width: 20%;
  margin: .5em 1em;
  text-align: center;
}
#ticket #gourmet .benefit-list img {
  width: 10%;
  margin-right: .5em;
}
/*セブンとシルバー*/
.seven_silver_tickets{
  width: 85%;
  height: 97px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.seven_silver_tickets a:after{
  content: none;
}
.seven_silver_tickets li{
  width: 40%;
  margin: 0 auto;
}
.seven_ticket_left{
  border: 1px solid #ccc;
  padding: 1.5em;
  border-radius: 5px;
}
/*specialのマラソン用のcss*/
.marathon_description{
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 35px;
  font-weight: bold;
}
.last_time{
  max-width: 1080px;
  margin: 0 auto 35px;
}
.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;
  column-gap: 20px;
}
.last_time ul li{
  width: 100%;
}
.last_time ul li img{
  object-fit: cover;
}
.special_supporter{
  max-width: 1080px;
  margin: 0 auto;
}
.special_supporter ul{
  width: 70%;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
}
.special_supporter ul li h3{
  font-size: 1.6em;
}
.special_supporter ul li:nth-child(1){
  width: 160px;
  margin-right: 20px;
  border: 1px solid #b5b5b5;
}
.special_supporter ul li:nth-child(1) img{
  object-fit: cover;
}
.special_supporter ul li:nth-child(2){
  position: relative;
  width: 820px;
}
.special_supporter ul li:nth-child(2) p{
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.performer_schedule{
  max-width: 1080px;
  margin: 0 auto;
  background-color: #5ecff0;
  height: 270px;
  position: relative;
}.special_supporter ul li h2{
  font-size: 1.4rem;
}
.performer_schedule h3{
  color: #1d1f89;
  font-size: 1.6em;
  font-weight: 600;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.performer_schedule_button{
  background-color: #1d2088;
  padding: 10px 80px;
  width: fit-content;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.performer_schedule_button p{
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}
.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: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #5ecff0;
  border: 15px 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: 4.0em;
  line-height: 1.0;
  text-align: center;
}
.performer_schedule a::after{
  content: none;
}
/*特別企画ページ　テレビ局一覧のアコーディオンメニューの中身*/
.TV_content ul{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  background-color: #fff;
}
/*ここからスペシャルナイト*/
.sp_night_nav_scroll{
  padding: 70px 0;
}
.sp_night_nav_scroll ul{
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 20px;
}
.sp_night_nav_scroll ul li{
  position: relative;
  background-color: #222131;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.sp_night_nav_scroll ul li img{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.sp_night_nav_scroll ul li p{
  text-align: center;
  color: #fff;
}
.sp_night_nav_scroll ul li p span{
  font-size: 0.9em;
}
.sp_night_triangle{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  margin-left: 15px;
}
.sp_night_slider{
  width: 100vw;
  height: 17vw;
  margin-top: 55px;
}
.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{
  color: #333;
  position: relative;
  font-size: 2.8em;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  line-height: 0.9em;
}
.title_bar_fan_yellow{
  position: absolute;
  top: -30px;
  left: -120px;
}
.title_bar_fan_red{
  position: absolute;
  top: -30px;
  right: -120px;
}
.sp_night_title_bar h2 span{
  font-size: 0.5em;
  font-family: sans-serif;
  background-color: #fff;
  color: #333;
  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: 1080px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.sp_night_section_description{
  text-align: center;
  font-size: 1.1em;
  margin: 40px 0;
  font-weight: 600;
  color: #fff;
}
.minnna_guests{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  margin-bottom: 60px;
}
.minnna_guests ul li{
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
}
.minnna_guests ul li:nth-child(2){
  padding: 40px;
  position: relative;
  height: 620px;
}
.minnna_guests ul li:nth-child(2) h3{
  text-align: left;
  font-size: 1.5em;
  color: #c5373e;
  margin-top: 70px;
}
.minnna_guests ul li:nth-child(2) p{
  margin-top: 20px;
  text-align: left;
  font-weight: 300;
}
.minnna_guests ul li p span{
  font-size: 0.8em;
}
.minnna_guests ul li:nth-child(1) {
  border: 3px solid #69b0ac;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin-bottom: 20px;
}
.minnna_guests dl{
  margin-top: 20px;
}
.minnna_guests_date{
  position:absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #69b0ac;
  border-radius: 10px;
  padding: 10px 30px;
  border: 3px solid #fff;
  color: #fff;
}
.minnna_guests_special{
  background-color: #c5373e;
  color: #fff;
  font-size: 1.5em;
  padding: 20px 0;
  border-radius: 17px 17px 0 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.minnna_guests ul li:nth-child(2) img{
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  margin-top: 20px;
}
.minnna_schedule_button{
  margin: 0 auto;
  width: 750px;
  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: 20%;
  transform: translateY(-50%);;
  font-size: 1.2em;
  width: fit-content;
  font-weight: 600;
  color: #a31818;
  display: flex;
  align-items: center;
}
.minnna_schedule_button p::after{
  content: "";
  display: block;
  height: 15px;
  width: 90px;
  background-repeat: no-repeat;
  background-image: url(../img/specialnight/PDF_arrow.png);
  margin-left: 20px;
}
.sanka_night_images{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
  margin-top: 60px;
}
.sp_night_dai_shugou_date_menu{
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 40px;
}
.sp_night_dai_shugou_date_menu li{
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  border: 3px solid #fdd23e;
  text-align: center;
  font-weight: 600;
}
.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 30px;
}
.sp_night_gotouchi_character{
  background: url(../img/special/character/bg1.png);
  background-repeat-x: no-repeat;
  background-size: 100%;
}
.gotouchi_bunkasai{
  background-color: #fff;
  border: 5px solid #a60183;
  border-radius: 20px;
}
.gotouchi_bunkasai p{
  margin-top: 20px;
  text-align: center;
}
.gotouchi_bunkasai h3{
  background-color: #a60183;
  padding: 10px;
  color: #fff;
  font-size: 2.0em;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.gotouchi_bunkasai h3 span{
  font-size: 0.5em;
}
.gotouchi_bunkasai ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  margin: 20px auto 40px;
  width: 90%;
}
.sp_night_aomori_night{
  background: url(../img/specialnight/bg_dark.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.aomori_last_time{
  padding: 15px 0;
  background-color: #fff;
  border: 3px solid #a7c946;
  text-align: center;
}
.aomori_last_time_images{
  margin-top: 40px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
}
.sp_night_dai_shugou_fes{
  margin-top: 40px;
}
.sp_night_dai_shugou_fes_description{
  margin-top: 90px;
  text-align: center;
}
.sp_night_dai_shugou_fes h3{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  font-size: 1.6em;
}
.sp_night_dai_shugou_fes h3 span{
  padding: 0 15px;
  margin-right: 10px;
  font-size: 0.8em;
}
.sp_night_dai_shugou_fes h4{
  font-size: 1.6em;
  width: 90%;
  margin: 20px auto 0;
}
.sp_night_dai_shugou_fes_list{
  width: 90%;
  margin: 20px auto 40px;
}
.sp_night_dai_shugou_fes_list_left{
  display: flex;
  align-items: baseline;
  column-gap: 40px;
}
.sp_night_dai_shugou_fes_list_left dl{
  margin-top: 20px;
}
.sp_night_dai_shugou_fes_list_left dl:first-child{
  margin-top: 0;
}
.sp_night_dai_shugou_fes_list_left dt{
  margin-right: 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.sp_night_dai_shugou_fes_list_left dt::before{
  content: "";
  display: block;
  background-color: #333;
  height: 20px;
  width: 10px;
  margin-right: 7px;
}
/*ここから青森ナイト追記*/
.blue_tokyo_image_description{
  margin-top: 20px;
  display: grid;
  grid-template-columns: 6fr 4fr;
  column-gap: 20px;
}

.blue_tokyo_image_description_text{
  background-color: #fff;
  border: 5px solid #a7c946;
  border-radius: 20px;
  padding: 40px;
  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;
  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: repeat(3,1fr);
  grid-template-rows: 1fr 1fr;
  margin: 0 auto;
  width: 90%;
  font-weight: 300;
  gap: 10px;
}

.sp_night_inner_aomori{
  max-width: 1080px;
  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;
}

.matsuri_title{
  position: relative;
}

.matsuri_arrow_position_absolute{
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(-50%, -50%);
}
.sp_night_slider2{
  width: 100vw;
  height: 20vw;
  margin-top: 40px;
}
.sp_night_slider2 div{
  height: inherit;
}
/*たっぷり地酒セット*/
.local_sake_set{
  padding: 40px;
  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;
}
.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: 70px;
  margin-right: 10px;
}
.local_sake_set .points  small{
  color: #da2835;
}
.local_sake_set .texts{
  font-size: 0.8em;
}
.local_sake_set .texts ul{
  list-style: disc;
  margin-left: 18px;
}
.local_sake_set .texts h6{
  font-size: 1.2em;
  margin-bottom: 20px;
}
.privilege_texts_image{
  display: grid;
  grid-template-columns: 6.5fr 3.5fr;
  column-gap: 20px;
}
.kanpai_image{
  height: 100%;
  object-fit: cover;
}
/*12/23更新分*/
#special .topic .astragalus{
  position: relative;
}
#special .astragalus_illust{
  position: absolute;
  left: 50px;
  top: 90px;
  width: 190px;
}
#special .grilled_chicken_illust{
  position: absolute;
  right: 50px;
  top: 40px;
  width: 260px;
}
#special .topic .item .astragalus_image{
  width: 30%;
  margin: 0 auto;
  display: block;
}
#special .haitoku_image_description{
  display: grid;
  grid-template-columns: 5.5fr 4.5fr;
  width: 50%;
  margin: 0 auto;
  column-gap: 20px;
}
#specialnight .sp_night_dai_shugou_fes_list_right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#specialnight .sp_night_dai_shugou_fes_list_right .product_sales_information{
  position: relative;
  border: 3px solid #c5373e;
  border-radius: 20px;
  padding: 80px 20px 20px;
  box-sizing: border-box;
  margin-top: 20px;
}
#specialnight .sp_night_dai_shugou_fes_list_right .product_sales_information dt{
  font-weight: 600;
}
#specialnight .sp_night_dai_shugou_fes_list_right .product_sales_information ul{
  list-style-type: disc;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
}
#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: 60px;
}
#specialnight .sp_night_dai_shugou .image_list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  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;
}
#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-columns: repeat(3,1fr);
  column-gap: 20px;
}
#outdoor .outdoor_performance_list .date{
  position: relative;
  border: 3px solid #423410;
  border-radius: 20px;
  padding: 40px;
  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;
}
#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 40px;
  border: 3px solid #6d0e0c;
  border-radius: 20px;
}
/*MAP*/
#map .title{
  max-width: 1080px;
  margin: 0 auto;
}
#map .title .subHL1{
  text-align: center;
}
#map #container{
  padding-top: 2em;
}
#map .map_event{
  position: relative;
  background-color: #fff;
  max-width: 1080px;
  padding: 1%;
}
#map .map_event .inner{
  padding: 45px;
}
#map .second_floor h2,#map .first_floor h2{
  background-color: #6e0d0d;
  color: #fff;
  width: fit-content;
  padding: 10px 20px;
}
#map .map_event .events ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  width: 100%;
  gap: 20px;
}
#map .map_event .events ul li{
  height: fit-content;
}
#map .map_event .events ul li p{
  width: 100%;
  background-color: #D34C2C;
  color: #fff;
  text-align: center;
  padding: 10px 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 h2{
  color: #6e0d0d;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto 40px;
}
#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 .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;
  width: 55%;
  margin: 0 auto;
  justify-content: space-between;
}
#map .pdf_downloads .icon_text span{
  font-size: 0.8em;
}
#map .pdf_downloads .pdf_anchor{
  display: block;
  width: 50%;
  margin: 0 auto;
}
#map .pdf_downloads .icon_text .pdf_icon{
  width: 60px;
}
#map .pdf_downloads .pdf_button .border_line{
  height: 1px;
  background-color: #7f7f7f;
  margin: 20px 0;
}
#map .official_goods .goods_list{
  margin-top: 20px;
  background-color: #003268;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 20px;
}
#special .haitoku_image_description{
  padding: 20px;
}
#special .haitoku_image_description .left{
  font-size: 1.2em;
  font-weight: 600;
}
#special .haitoku_image_description .right{
  aspect-ratio: 1/1;
}
#special .pan_information .information_button{
  width: 60%;
}
#ticket .purchase .red_silver_banner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  width: 85%;
  align-items: end;
  margin: 0 auto 20px;
}
#map .first_floor .first_floor_map{
  display: block;
  width: 70%;
  margin: 40px auto 0;
}
#map .second_floor_events {
  margin: 40px auto 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  align-items: center;
}
#map .second_floor_events .right{
  background-color: #514e4c;
  color: #fff;
  padding: 10px;
  text-align: center;
  height: 232px;
}
#map .second_floor_events .ecbo_cloak{
  padding: 10px;
  height: 232px;
}
#map .second_floor_events .ecbo_cloak h3{
  margin-bottom: 10px;
}
#map .second_floor_events .right h3{
  font-size: 1.1em;
  margin-bottom: 10px;
}
#map .second_floor_events .right p{
  font-size: 0.8em;
}
#map .second_floor_events .right ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  width: 75%;
  margin: 0 auto 10px;
}
#map .work_shop_button{
  height: 50px;
}
#map .workshop_PDF_icon{
  position: absolute;
  left: -3px;
  top: -3px;
  background-color: #a31818;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#map .work_shop_text{
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
}
.LINE_VOOM .green_area{
  padding: 40px 40px 20px;
}
.LINE_VOOM .green_area.top{
  width: 35%;
  margin: 0 auto;
  padding: 20px;
}
.LINE_VOOM .green_area.top .text{
  display: flex;
  align-items: center;
}
.LINE_VOOM .green_area h2{
  margin: 0 auto 20px;
  font-size: 3.0em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  width: 85%;
}
.LINE_VOOM .green_area.top h2{
  font-size: 1.2em;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 10px;
}
.LINE_VOOM .LINE_VOOM_button {
  padding: 10px 0;
  margin: 10px auto 0;
  width: 70%;
}
.LINE_VOOM .green_area.top .LINEVOOM_image{
  width: 60%;
  margin: 0 auto 10px;
}
.LINE_VOOM .white_area{
  padding: 40px;
}
#map .LINE_VOOM .description_image{
  width: 100%;
  display: grid;
  grid-template-columns: 6fr 4fr;
  column-gap: 40px;
}
#map .LINE_VOOM .description_image .description dl{
  margin-bottom: 10px;
}
#map .LINE_VOOM .description_image .images{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
#map .LINE_VOOM .description_image .description .accordion_parent{
  padding: 15px 20px;
}
#map .LINE_VOOM .description_image .description .accordion_child{
  padding: 20px;
}
#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);
}
#outdoor .sp_night_slider2{
  height: 14vw;
}
#home .footer_en {
  padding: 20px 0;
}
#home .footer_en .footer_inner{
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 200px;
  align-items: center;
}
.footer_en .contact_button{
  height: 75px;
  width: 75px;
  border-radius: 50%;
  bottom: 300px;
}
#home #homeMatsuri .movie{
  width: 70%;
  padding: 80px 0 0 0;
  margin: 0 auto;
  display: grid;
  row-gap: 60px;
}
#home #homeMatsuri .movie .order_2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
#home #homeMatsuri .movie .title .vertical_text.large{
  font-size: 1.8em;
}
#home #homeMatsuri .movie .title .horizontal_text.large{
  font-size: 1.2em;
}
#home #homeMatsuri .movie .title_movie{
  display: grid;
  grid-template-columns: 1fr 9fr;
  column-gap: 20px;
  width: 100%;
}
#home #homeMatsuri .movie .title_movie .title .border_line{
  display: block;
  height: 2px;
  width: 100%;
  background-color: #333;
  margin: 10px 0;
}
#home #homeMatsuri .movie .title .vertical_text{
  writing-mode: vertical-rl;
  font-weight: bold;
}
#home #homeMatsuri .access{
  width: 70%;
  margin: 0 auto;
}
#home #homeMatsuri .access iframe{
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 40px;
}
#home #homeMatsuri .access h2{
  font-size: 1.8em;
  margin-bottom: 20px;
  text-align: center;
}
#home #homeMatsuri .images{
  margin-bottom: 80px;
}
#home #homeMatsuri .address{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 60px 40px;
}
#home #homeMatsuri .address h3{
  font-size: 1.8em;
  margin-bottom: 20px;
}
#home #homeMatsuri .address .address_icon{
  height: 20px;
}
#home #homeMatsuri .address .train_icon.small{
  height: 20px;
  object-fit: cover;
}
#home #homeMatsuri .address .train_icon{
  height: 40px;
  object-fit: cover;
}
#home #homeMatsuri .address .right .flex_text{
  margin-bottom: 10px;
}
#home .ticket_area .button{
  padding: 15px 0;
  font-size: 1.6em;
  width: 70%;
  margin: 0 auto;
}
#specialnight .date_image_hayami{
  display: grid;
  grid-template-columns: 4fr 3fr;
}
#specialnight .hayami_image{
  aspect-ratio: auto;
  object-fit: cover;
  margin-top: 0;
}
#home .questionnaire{
  padding: 40px;
  margin: 0 auto;
}
#home .questionnaire_button{
  padding: 20px 50px;
  margin: 0 auto;
}
#home .questionnaire h3{
  padding: 10px 20px;
  margin: 0 auto 20px;
}
#result .main_visual{
  background-image: url(../img/special/result/donburi_main_visual_PC.jpg);
  height: 36vw;
}
#result .don_results{
  padding: 60px;
  background-size: 10%;
}
#result .don_results .inner{
  max-width: 1080px;
  margin: 0 auto;
}
#result .don_list{
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#result .description{
  font-size: 1.2em;
}
#result .awards_ceremony{
  margin-top: 40px;
}
#result .awards_ceremony h3{
  font-size: 1.4em;
  margin-bottom: 20px;
}
#result .awards_ceremony_ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 40px;
}
#result .award_button{
  margin: 40px auto 0;
}
#home .donburi_banner{
  width: 50%;
  margin: 0 auto 60px;
}