/*
赤：#FA522B;
緑：#56b13f;#56b13f
*/
.float_left,
.float_right {
  float: none;
}

body {
  /*    background-image:none;*/
}

/* 固定の背景 */
body:before {
  width: 48%;
  height: 14vw;
}

body:after {
  width: 48%;
  height: 14vw;
}

.fix-nowrap__pc {
  white-space: normal;
}

.pc_only {
  display: none;
}

.sp_only {
  display: block;
}

h2 {
  line-height: 1.2;
  font-size: 1.5em;
  overflow: hidden;
}

h2 span {
  display: block;
  margin-left: 0;
  font-size: 0.7em;
  margin-top: 0.5em;
}

h2 span.float_left {
  float: none;
}

h3 {
  font-size: 1.2em;
}

h3.catchcopy {
  font-size: 1.5em;
  line-height: 1.3;
  text-align: center;
}

h3.titlebox {
  letter-spacing: 0;
}

.contentsbox h3.widetitle {
  font-size: 1.1em;
}

.sectionseparator {
  font-size: 1.4em;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.sectionseparator .en {
  font-size: 2em;
  margin-top: 0;
}

.sectionseparator:before {
  display: none;
}

/* .sectionseparator-sub:before {
  content: "";
  width: 4px;
  height: 4px;
  border: 3px solid #e296a5;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: -0.7em;
} */

#header {
  padding: 5px 0;
  background-repeat: repeat;
  /*	border-bottom: 3px solid #e5b80a;*/
  border-bottom: 2px solid #ffe7e2;
}

#header h1 {
  font-size: 24px;
  width: 65%;
  margin: 0 auto;
  padding: 10px 0 5px;
}

#header img {
  width: 100%;
}

#navi {
  display: none;
}

#mainimage {
  height: 56.25vw;
  /* margin-bottom: 30px; */
}

.contentsbox {
  max-width: none;
  margin: 2%;
  width: 96%;
}

.clearblock {
  padding-left: 2%;
  padding-right: 2%;
}

/* 基本のブロック
-----------------------------------------------*/
.whiteblock {
  font-size: 1.4em;
  margin-bottom: 40px;
}

.clearblock.contentsbox,
.whiteblock.contentsbox {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  /*	margin-bottom:50px;*/
}

.whiteblock-inner {
  padding: 20px;
}

/*
.clearblock:last-child,
.clearblock.contentsbox:last-child,
.whiteblock.contentsbox:last-child{	margin-bottom:0;}
*/

.contentsbox-bg {
  width: 100vw;
  height: 100vw;
  background-size: 150vw;
}

.boxTwoThird,
.boxOneThird {
  width: 100%;
}

.boxTwoThird.float_left,
.boxOneThird.float_right {
  float: none;
}

#contents0 {
  margin: 25px 4% 60px;
  /*	padding:50px 0;*/
  padding: 0;
  width: 92%;
  text-align: left;
}

#contents0.clearblock {
  line-height: 1.75;
  font-size: 1.4em;
}

#contents0.clearblock.boke {
  background: rgba(255, 255, 255, 0.8);
}

#contents0 h2 {
  padding-bottom: 0.3em;
  display: block;
}

/*
#mainimage{
	margin-bottom:20px;
}*/

.floatimg,
.contents-body,
.boxTwo {
  width: 100%;
}

#contents0 .contents-body {
  margin: 0 auto 50px;
}

#contents0 .contents-body img {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  max-height: 130px;
  margin-right: 25px;
  margin-bottom: 15px;
}

#contents0 .contents-body dl {
  clear: both;
}

#contents0 .boxTwo {
  margin-bottom: 50px;
}

#finishmessage p {
  margin: 30px 5%;
}

#finishmessage img {
  max-width: 100%;
}

#finishmessage > img {
  max-width: 75%;
  width: auto;
}

#finishmessage > img[src*="01.jpg"] {
  float: left;
  z-index: 0;
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

#finishmessage > img[src*="02.jpg"] {
  float: right;
  margin-top: -7vw;
  z-index: -1;
  position: relative;
  -moz-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

#snsinfo-twitter {
  /*width: 100%;
    max-width:100%;*/
  clear: both;
}

#snsinfo-twitter iframe {
  display: block !important;
}

#twitter .instagram {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#twitter .instagram p {
  font-size: 3.5vw;
}

@media screen and (max-width: 400px) {
  #snsinfo-twitter iframe {
    width: 360px !important;
  }
}

#snsinfo-twitter p {
  font-size: 0.8em;
}

#container {
  padding: 0;
}

.infolist {
  margin: -8px 0;
}

#timeschedule {
  width: auto;
  float: none;
  padding: 2em;
  margin-top: 20px;
}

dl.schedule {
  font-size: 1em;
  float: none;
  width: 100%;
}

#owarai li {
  width: 48%;
  margin-left: 1%;
}

#owarai li:nth-child(2) {
  float: right;
  margin-left: 0;
  margin-right: 1%;
}

#owarai li .artistimage {
  margin: 0 auto 10px;
}

#owarai li .artistimage:before {
  /*	-webkit-box-shadow: rgba(0,0,0,0.15) 5px 5px 5px;
	-moz-box-shadow: rgba(0,0,0,0.15) 5px 5px 5px;
	box-shadow: rgba(0,0,0,0.15) 5px 5px 5px;*/
  border: none;
}

#owarai li:nth-child(1) .artistimage {
  width: 100%;
  height: 33vw;
}

#owarai li:nth-child(2) .artistimage {
  width: 100%;
  height: 33vw;
  /*    margin-top: 9vw;*/
}

#owarai li:nth-child(1) .artistimage:before {
  width: 100%;
  height: 31vw;
  top: auto;
  margin-top: 0;
}

#owarai li:nth-child(2) .artistimage:before {
  width: 100%;
  height: 31vw;
  left: auto;
  margin-left: 0;
  margin-top: -16.5vw;
}

#owarai li h3 {
  font-size: 5vw;
  line-height: 1.3;
}

/* about */
.message {
  margin-bottom: 30px;
  padding: 2rem 1rem 3rem;
}

.message h3 {
  padding: 0 1.5rem;
}

.message h4 {
  margin-bottom: 25px;
}

.message h4 img {
  width: 100%;
  height: auto;
}

.message p {
  line-height: 2em;
  font-size: 1em;
}

/* #lottery
------------------------------*/
#lottery {
  width: 100%;
}

#lottery ul {
  margin-left: 0;
  padding-left: 0;
}

#lottery .shoplist {
  margin-left: -6%;
}

#lottery li {
  /*	padding:5px 0;*/
}

#lottery .shoplist-item--inner {
  padding-bottom: 40px;
}

.lottery-company .shoplist li .notes {
  font-size: 10px;
  width: 80%;
  text-align: left;
  text-indent: 0;
}

#supporting li {
  width: 50%;
  /*  padding-bottom: 10px;*/
  font-size: 0.8em;
}

/*
#supporting li:nth-child(4n) {
  border-right: 1px dotted #d00041;
}
*/

#supporting li:nth-child(2n) {
  border-right: none;
}

/*
#supporting li:nth-last-child(-n+3) {
    width: 95%;
    border-right: none;
}
*/
#supporting li:nth-last-child(-n + 3).nologo {
  width: 100%;
}

#selectshop li {
  width: 30vw;
  height: 30vw;
  max-width: 150px;
  max-height: 150px;
  margin: 0;
}

#selectshop li img {
  max-width: 75%;
  max-height: 50%;
}

ul.shoplist {
  /*	padding: 0 10px 25px;*/
  /*	background-image: none;*/
  /*	background-color: rgba(211, 228, 232, 0.5);*/
  /*  margin-left: -8%;*/
  margin-left: -6%;
  margin-right: -8%;
}

.shoplist li {
  list-style: none;
  width: 49%;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.shoplist li span.index {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  top: -10px;
}

.shoplist li h4 {
  min-height: 4em;
}

/*
.shoplist li:nth-child(5n) {
    margin-right: 2.5%;
}
*/

.shoplist li:nth-child(2n) {
  margin-right: 0;
}

.shoplist li:nth-child(5n + 1) {
  clear: none;
}

.shoplist li:nth-child(2n + 1) {
  clear: none;
}

.shoplist li h5 {
  display: inline-block;
}

.shoplist li p {
  display: block;
}

.store-link a {
  width: 100%;
}

.store-link .store-link--image {
  width: 30%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  position: relative;
  border-right: 2px dashed #d8d8d8;
}

.store-link .store-link--image img {
  max-width: 80%;
  max-height: 100px;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.store-link .store-link--txt {
  width: 70%;
  box-sizing: border-box;
}

.bnrbox img {
  width: 100%;
}

ul#yuruchara li {
  width: 45.5%;
  padding: 1.5%;
  margin-right: 2.5%;
  margin-bottom: 10px;
}

ul#yuruchara li img {
  height: 110px;
}

ul#yuruchara li:nth-child(2n + 1) {
  clear: both;
}

ul#yuruchara li:nth-child(2n) {
  margin-right: 0;
}

ul#yuruchara li p {
  min-height: 4em;
  font-size: 0.8em;
}

ul#yuruchara li h4 {
  font-size: 1.3em;
}

#event-finish .float_left {
  width: auto;
  height: auto;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

  display: block;
  float: none;
  margin-left: 0;
}

#event-finish h1 {
  display: block;
  vertical-align: auto;
  text-align: center;
  height: auto;
  background: url(../img/bg.jpg);
  padding: 20px 0;

  font-size: 2em;
  line-height: 1.5;
}

h1.contentsbox {
  padding: 15px 2%;
  width: 92%;
  font-size: 1.6em;
  text-align: center;
}

.drawer-hamburger {
  opacity: 1;
  /* opacity: 0.6; */
  border-radius: 0 0 0 10px;
}

.drawer-close .drawer-hamburger {
  background: #6ecccc;
}

.drawer-hamburger:hover {
  background: #6ecccc;
  filter: alpha(opacity=100);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  -moz-opacity: 1;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
}

.drawer-open .drawer-hamburger {
  /*	background:#fff;*/

  filter: alpha(opacity=100);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  -moz-opacity: 1;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  background-color: #fff;
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
}

.drawer-nav {
  /* background-color: transparent; */
  background-color: #fff;
  height: auto;
}

ul.drawer-menu > li {
  background: #fff;
  font-size: 1.3em;
  border-top: 1px dashed #ddd;
  margin-bottom: 0;
}

ul.drawer-menu li a {
  padding: 0.5em 1em;
  line-height: 1.5;
  display: block;
}

ul.drawer-menu > li h2 {
  padding: 1em 0;
  background: #6ecccc;
  font-size: 12px;
  border-bottom: none;
  margin: 0;
  color: #fff;
}

ul.drawer-menu > li > img {
  height: 120px;
  display: block;
  margin: 10px auto;
}

ul.drawer-menu > li p {
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1em;
  color: #d00000;
}

ul.drawer-menu > li ul {
  margin-bottom: 10px;
  padding-left: 0;
}

ul.drawer-menu > li > ul > li {
  list-style: none;
  border: 4px solid #6ecccc;
  border-top: none;
  margin-bottom: 0;
}

ul.drawer-menu > li > ul > li > a {
  /*  border-bottom: 3px double #FA522B;*/
  color: #6ecccc;
  font-weight: bold;
}

ul.drawer-menu > li > ul > li > ul {
  overflow: hidden;
  margin-bottom: 0;
}

ul.drawer-menu > li > ul > li > ul > li {
  float: left;
  list-style: none;
  text-align: center;
  position: relative;
}

ul.drawer-menu > li > ul > li > ul > li:before {
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: #fa522b;
}

ul.drawer-menu > li > ul > li > ul > li:after {
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  background: #901435;
}

ul.drawer-menu > li > ul > li > ul.boxThree > li {
  width: 33%;
}

ul.drawer-menu > li > ul > li > ul.boxFour > li {
  width: 25%;
}

ul.drawer-menu > li > ul > li > ul.boxThree > li:nth-child(3n):before,
ul.drawer-menu > li > ul > li > ul.boxFour > li:nth-child(4n):before {
  content: none;
}

.bnr-container {
  width: 100%;
}

#supporting .bnr-container {
  width: 100%;
  padding: 0;
}

#contents4 .floatimg {
  margin-bottom: 30px;
}

#contents4 .float_right {
  width: 100%;
}

/*
div#contents5 {
    padding-bottom: 10px;
    margin: 0 2%;
}
*/

#tokaiproject {
  flex-direction: column;
  line-height: 1.5;
}

#tokaiproject .floatimg {
  width: 80%;
}

#tokaiproject .floatimg img {
  max-width: 60%;
}

#tokaiproject .floatimg img[src*="theday.jpg"] {
  max-width: 100%;
}

#tokaiproject .contents-body {
  width: 100%;
}

#nextyear table {
  margin: 15px 5%;
  width: 90%;
}

#nextyear th {
  width: 3em;
}

#nextyear + p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

/* layout */
.layout-flex {
  display: block;
}

.layout-flex .title {
  width: 100%;
  padding-bottom: 0;
}

.layout-flex .txt {
  width: 100%;
  padding-top: 10px;
}

.layout-flex table th {
  width: 30%;
}

.layout-flex table td {
  width: 35%;
}

.layout-flex table td .qr {
  /*	width: 70px;*/
  width: 100%;
  height: auto;
  display: block;
}

.layout-flex table td .txtlink {
  display: block;
}

/* start */
.start {
  margin-bottom: 30px;
}

.start h2 img {
  width: 100%;
  height: auto;
}

/* お笑いライブ
--------------------------------------------*/
#live .float_left {
  margin-bottom: 20px;
}

#live .float_right {
  width: 100%;
}


/* ハタチパス
--------------------------------------------*/
/*
#pass20th .shoplist {
  margin-left: -2%;
  margin-right: -2%;
}
#pass20th .shoplist li {
  width: 50%;
}
*/
#pass20th .float_left {
  margin-bottom: 20px;
}

#pass20th .float_right {
  width: 100%;
}
#pass20th .bnrBox {
  aspect-ratio: 1 / 1;
  height: auto;
}

/* ar
--------------------------------------------*/
#ar .shoplist li {
  /*  width: 100%;*/
}

/* faq
--------------------------------------------*/
.faq {
}

.faq h3 {
  margin-top: 0;
  padding-left: 30px;
  padding-bottom: 8px;
  padding-right: 15px;
}

.faq p {
  padding-left: 30px;
  padding-right: 15px;
}

.faq h3:before,
.faq p:before {
  top: 0;
}

.faq h3:before,
.faq p:before {
  left: 10px;
  font-size: 20px;
  top: 1em;
}

.faq-item {
  width: 100% !important;
  margin-bottom: 20px;
}

/* contact */
.contact {
  margin-bottom: 60px;
}

a.fix {
  word-break: break-all;
}

/* footer-info
-----------------------------------------------*/
.footer-info {
  background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  color: #3c3c3c;
  padding: 20px;
  line-height: 1.6em;
  margin: 0 20px 40px 20px;
}

.footer-info a {
  margin-top: 20px;
  display: block;
}

/* #footer {
  margin-top: 60px;
} */

#footer #copyright {
  font-size: 10px;
}

/* icon-new
-----------------------------------------------*/
.icon-new {
  position: relative;
}

.icon-new + h3 {
  text-indent: 1.5em;
}

.icon-new:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-new.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
  left: -15px;
  z-index: 10;
}

.sectionseparator-sub.icon-new {
  text-indent: 1em;
}

.sectionseparator-sub.icon-new:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-new.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: -15px;
  z-index: 10;
}
