@charset "utf-8";
/* CSS Document */

/*
Primary：#5C3670
Secondary：#E296A5
bg：#F1EDF4

font-family: 'Lexend Mega', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;

*/

body {
    background: #fffafe;
    color: #3c3c3c;
    font-family: "Zen Kaku Gothic New", sans-serif;
    /* 1.0em = 10px  */
    font-size: 62.5%;
    /*
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
  */
    /*background:url(../img/bgTwinkle.jpg) repeat-x top center fixed;*/

    overflow-x: hidden;
    position: relative;
    /*  background: rgb(251, 210, 210);*/
    /*  background: linear-gradient(0deg, rgba(251, 210, 210, 1) 0%, rgba(255, 240, 240, 1) 100%);*/
}

/* 固定の背景 */
/* body:before {
  content: "";
  width: 404px;
  height: 245px;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg-left.jpg) no-repeat right top;
  background-size: cover;
  z-index: -1;
} */

body:before,
body:after {
    content: "";
    height: 210px;
    width: 640px;
}

body:before {
    background: url(../img/bg-top--left.png) no-repeat left top;
    background-size: auto 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

body:after {
    background: url(../img/bg-top--right.png) no-repeat right top;
    background-size: auto 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

/* body:after {
  content: "";
  width: 100%;
  /* height: 314px;
  padding-top: 50%;
  position: absolute;
  background: url(../img/bg-bottom.jpg) no-repeat center top;
  background-size: 100% auto;
  z-index: -1;
  display: block;
  bottom: 260px;
  left: 0;
} */

/* @media screen and (min-width:970px) and (max-height:900px) {
  body:after {
    background-image: none;
  }
} */

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

a {
    color: #212121;
    text-decoration: none;
}

a:hover {
    color: #9dcc48;
}

a.overwhite {
    display: block;
}

.txtlink {
    /* background-color: #e296a5;
    color: #fff; */
    color: #6ecccc;
    font-weight: bold;
    padding: 2px 4px;
    text-decoration: underline;
}

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

b {
    color: #6ecccc;
    font-weight: bold;
}

body#subpage #primary a[href$=".pdf"] {
    background: url(../img/imgPDF24x24.png) no-repeat 0 0;
    padding-left: 30px;
    padding-top: 3px;
    text-decoration: underline;
}

a.overwhite:hover,
a.overwhite:hover img,
li.overwhite:hover {
    cursor: pointer;
    -ms-filter: "alpha(opacity=60)";
    /* ie lt 8 */
    filter: alpha(opacity=60);
    /* ie 8 */
    -khtml-opacity: 0.6;
    /* FF lt 1.5, Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clearfloat {
    clear: both;
}

.xxlarge {
    font-size: 1.8em;
}

.xlarge {
    font-size: 1.5em;
}

.large {
    font-size: 1.3em;
}

.small {
    font-size: 0.75em;
}

.xsmall {
    font-size: 0.6em;
}

.xxsmall {
    font-size: 0.5em;
}

.bold {
    font-weight: bold;
}

.lineheight130 {
    line-height: 1.3;
}

.lineheight150 {
    line-height: 1.5;
}

.lineheight200 {
    line-height: 2;
}

.radius5 {
    behavior: url(./js/PIE.htc);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.shadow {
    behavior: url(./js/PIE.htc);
    -moz-box-shadow: #ccc 0px 0px 3px;
    -webkit-box-shadow: #ccc 0px 0px 3px;
    box-shadow: #ccc 0px 0px 3px;
}

.shadow2 {
    behavior: url(./js/PIE.htc);
    -moz-box-shadow: #aaa 10px 10px 10px;
    -webkit-box-shadow: #aaa 10px 10px 10px;
    box-shadow: #aaa 10px 10px 10px;
}

.noshadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sp_only {
    display: none;
}

@media screen and (max-width: 599px) {
    .sp_only {
        display: block;
    }
}

.anchor {
    margin-top: -50px;
    padding-top: 50px;
}

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

img {
    vertical-align: bottom;
}

.colorRed {
    color: #e60012;
}

.colorPink {
    color: #6ecccc;
}

.contentsbox {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.clearblock {
    font-size: 1.4em;
    line-height: 1.5;
    /*  margin-bottom: 50px;*/
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.clearblock.boke {
    /*background: url(../img/bgSky-boke.jpg) no-repeat left bottom fixed;
      background-size: cover;*/
}

/* 基本のブロック
-----------------------------------------------*/
.whiteblock {
    background: rgba(255, 255, 255, 0.95);
    border: 4px solid #6ecccc;
    border-radius: 20px;
    /*  padding: 30px;*/
    box-shadow: 10px 10px 0 #d3eeee;
    font-size: 1.6em;
    line-height: 1.5;
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    z-index: 1;
}

.whiteblock-inner {
    padding: 45px 60px 60px 60px;
}

.whiteblock.contentsbox {
    max-width: 950px;
}

.whiteblock.contentsbox.nopadblock {
    max-width: 1000px;
    padding: 0;
}

#container {
    overflow: hidden;
}

.contentsbox-bg-inner {
    margin: 0 auto;
    max-width: 950px;
    position: relative;
}

.contentsbox-bg {
    background-image: url(../img/bg-content01.png);
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    height: 742px;
    position: absolute;
    right: 0;
    top: 0;
    width: 562px;
    z-index: -1;
}

.contentsbox-bg.is--left {
    background-image: url(../img/bg-content02.png);
    height: 984px;
    left: 0;
    right: auto;
    transform: translate(-50%, -50%);
    width: 477px;
}

.contentsbox-bg.is--right {
    transform: translate(50%, -50%);
}

.whiteblock p {
    margin-bottom: 1em;
}

.whiteblock p:last-child {
    margin-bottom: 0;
}

.clearblock.withBorder {
    border: 3px dotted rgba(255, 255, 255, 0.5);
    max-width: 948px;
    padding: 25px;
}

.doublebox {
    border: 3px double #8ccae0;
    overflow: hidden;
    padding: 3%;
}

#header {
    /*background:url(../img/header.jpg) center bottom;
      background-size: cover;*/
    padding: 22px 0;
    text-align: center;
}

#header h1 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 20px 0;
}

#header h1 span {
    display: block;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

#header h1 a {
    display: inline-block;
}

/* #navi
-----------------------------------------------------*/
#navi {
    background: #fff;
    /*
    background-color: #4CA8AC;
    background-color: #FA522B;
  */
    border-top: 2px solid #6ecccc;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
}

#navi .contentsbox {
    max-width: unset;
}

#navi.fixed {
    background: #000;
    -moz-box-shadow: #888 0px 0px 13px;
    -webkit-box-shadow: #888 0px 0px 13px;
    box-shadow: #888 0px 0px 13px;
    -ms-filter: "alpha(opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

#navi ul {
    padding-left: 0;
    text-align: center;
}

#navi li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 1.4em;
    margin-bottom: 0;
}

#navi li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#navi li a {
    color: #6ecccc;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 1.5em;
}

@media (min-width: 1400px) and (max-width: 1600px) {
    #navi li a {
        font-size: 1.1vw;
        padding: 1.5em 6px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #navi li a {
        font-size: 1.2vw;
        padding: 1.5em 6px;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    #navi li a {
        font-size: 0.85em;
        padding: 1.5em 4px;
    }
}

/*#navi.fixed li a{	color: #212121;}*/
#mainimage {
    height: 33vw;
    /*  background: #222;*/
    overflow: hidden;
    position: relative;
}

#mainimage img {
    width: 100%;
}

#mainimage p {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 20px 0 0 0;
    bottom: 0;
    display: 0.5em 1em;
    font-size: 1.2em;
    padding: 0.5em 1em;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 1;
}

.noslider {
    margin: 0;
    padding: 0;
}

.noslider img {
    height: auto;
    vertical-align: top;
    width: 100%;
}

/*
#mainimage .contents-body{
	background:url(../img/mainimage.jpg) no-repeat 50% 100%;
	background-size:cover;
	height:330px;
}

*/

.bx-wrapper {
    border: none;
    margin-bottom: 0;
}

#container {
    background-size: 100% auto;
    padding: 50px 0;
    /* background: url(../img/bg-bottom.jpg) no-repeat center bottom; */
    position: relative;
    /*	background:url(../img/bgSky.jpg) no-repeat left bottom fixed #b4d8f2;
      background-size: cover;*/
}

#container.title-on {
    padding-top: 0;
}

/*
#container:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
background: -moz-linear-gradient(top, rgba(50,124,158,0.6) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(50,124,158,0.6) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(50,124,158,0.6) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99327c9e', endColorstr='#00ffffff',GradientType=0 );
}
*/

.infolist {
    margin: -18px 0;
    padding: 0;
}

.infolist-item {
    border-bottom: 1px solid #f7e6e6;
    display: flex;
    list-style: none;
    padding-bottom: 1em;
    padding-top: 1em;
}

.infolist-item:last-child {
    border-bottom: none;
}

.infolist-date {
    color: #8c8c8c;
}

.infolist-txt {
    padding-left: 1em;
}

#snsinfo-twitter {
    background: #fff;
    margin: 0 auto;
    /*float:right;*/
    max-width: 500px;
    text-align: center;
    width: 100%;
    /* border: 2px solid #cecece; */
}

#snsinfo-twitter p {
    padding: 0.5em 0;
}

#twitter .instagram {
    color: #5f5f5f;
    margin-top: 4rem;
    text-align: center;
}

#twitter .instagram .txtlink {
    border: 2px solid #6ecccc;
    border-radius: 60px;
    display: inline-block;
    padding: 1rem;
    text-decoration: none;
}

#twitter .instagram .txtlink:hover {
    border-color: #9dcc48;
}

#finishmessage p {
    margin-bottom: 50px;
}

#finishmessage > img {
    border-radius: 20px;
    margin: -10px 10px 15px;
    max-width: 500px;
    /*  border-bottom: 4px solid #dfc58e;*/
    /*  border-right: 4px solid #dfc58e;*/
    width: 46%;
}

h2 {
    color: #333;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
}

h2 span {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #d00003;
    display: inline-block;
    margin-left: 1em;
}

h2 span.float_left {
    float: left;
    margin-left: 0;
    margin-right: 1em;
}

h3 {
    clear: both;
    color: #6ecccc;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;

    /* border-bottom: 2px dashed #d8d8d8; */
    position: relative;
    /* padding-bottom: 0.8em; */
}

.sectionseparator-sub {
    border-left: 4px solid #fc8ab6;
    padding-left: 0.5em;
}

.sectionseparator-sub.is-bdclear {
    border-bottom: none;
}

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

h3.catchcopy {
    background: none;
    border: none;
    color: #333;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.5;
    padding: 0;
}

.contentsbox h3.widetitle {
    background-color: #fff;
    border: 4px solid #95c342;
    border-radius: 60px;
    color: #95c342;
    font-size: 1.8em;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.contentsbox h3.widetitle span {
    font-size: 0.6em;
    letter-spacing: 0;
}

h3.titlebox {
    background: rgba(255, 255, 255, 0.35);
    border: 3px outset rgba(217, 193, 221, 0.22);
    clear: both;
    color: #89779a;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 50px auto 20px;
    margin-bottom: 1em;
    padding: 10px 0;
    text-align: center;
}

.sectionseparator {
    border-bottom: 2px dashed #d9d9d9;
    color: #5f5f5f;
    font-size: 38px;
    margin-bottom: 60px;
    /* background: #5c3670; */
    /*
    background: rgb(250,82,43);
    background: linear-gradient(45deg, rgba(250,82,43,1) 0%, rgba(245,198,69,1) 100%);
  */
    /* text-align: center; */
    margin-top: -40px;
    /*  font-size: 2.6rem;*/
    padding: 1em 0;
    position: relative;
    width: 100%;
}

.sectionseparator .en {
    color: #d3eeee;
    font-family: "Lexend Mega", sans-serif;
    font-size: 84px;
    font-weight: normal;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.sectionseparator:before {
    border: 4px solid #fc8ab6;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 18px;
    left: -26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.sectionseparator.is-bdclear {
    border-bottom: none;
}

.sectionseparator.contentsbox {
    background: #bfa62a;
}

.sec-title--4 {
    color: #6ecccc;
    font-size: 1.3em;
    font-weight: bold;
}

/*
#contents5 h3,
h3.sectionseparator.contentsbox {
  border: none;
}
*/

dl {
}

dt {
    clear: left;
    float: left;
    width: 3em;
}

dd {
    padding-left: 4em;
}

.boxTwo {
    width: 48.5%;
}

.boxTwoThird {
    width: 66%;
}

.boxOneThird {
    width: 33%;
}

.floatimg {
    margin-bottom: 30px;
    text-align: center;
    width: 40%;
}

.contents-body {
    margin-bottom: 30px;
}

li {
}

ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

ul li {
    list-style: disc;
}

ul li:not(:last-of-type) {
    margin-bottom: 0.5em;
}

ol {
    padding-left: 30px;
}

ol li {
    list-style: decimal;
    margin-bottom: 0.5em;
}

p.redblock {
    border: 1px solid #e60012;
    color: #e60012;
    display: inline-block;
    padding: 3px 5px;
}

/*

#contents0 {
  padding: 50px;
  margin: 0 auto 50px;

}
*/

#contents0.clearblock {
}

#contents0 .contents-body {
    line-height: 2;
    margin: 0 auto 50px 250px;
    max-width: 670px;
    position: relative;
    text-align: left;
}

#contents0 .contents-body img {
    -moz-box-shadow: #0005 10px 10px 10px;
    -webkit-box-shadow: #0005 10px 10px 10px;
    box-shadow: #0005 10px 10px 10px;
    left: -220px;
    position: absolute;
    top: -10px;
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

#contents0 .contents-body dt {
    font-weight: bold;
}

#timeschedule {
    margin: 0 auto 30px;
    /*background: rgba(255, 255, 255, 0.5);*/
    overflow: hidden;
    padding: 2em;
    position: relative;
    width: 500px;
}

.schedule {
    /*	float:left;
      width: 50%;*/
}

.schedule.last {
    border-right: none;
    margin-right: 0;
}

.schedule span {
    border: 3px double #ccc;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 2px 10px;
}

dl.schedule {
    font-size: 1.2em;
    position: relative;
}

dl.schedule:before {
    background: #901435;
    content: "";
    display: block;
    height: 100%;
    left: 1.3em;
    position: absolute;
    width: 4px;
}

.schedule dt {
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 0.5em;
    position: relative;
    width: 4em;
}

.schedule dt:before {
    background: #901435;
    border-radius: 100px;
    content: "";
    display: block;
    height: 4em;
    left: -0.5em;
    position: absolute;
    top: -1em;
    width: 4em;
    z-index: -1;
}

.schedule dd {
    margin-bottom: 3em;
}

.schedule dd:last-child {
    margin: 0;
}

.schedule dd.last {
    margin-bottom: 0.5em;
}

.linkbtn {
    background: #e7ff8a;
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0 5px 10px #ccc;
    display: block;
    padding: 1em;
    position: relative;
    text-align: center;
    top: 0;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.linkbtn:hover {
    background: #8bc34a;
    border: 2px solid #fff;
    box-shadow: 0 0 8px #000;
    color: #fff;
    top: 3px;
}

.linkbtn i.fas {
    margin-left: 1em;
}

/* テーマ
--------------------------------------------*/
.theme {
}

.theme h4 {
    text-align: center;
}

.theme p {
    color: #5f5f5f;
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
}

.theme .marker {
    background: rgb(255, 243, 177);
    background: linear-gradient(
            0deg,
            rgba(255, 243, 177, 1) 0%,
            rgba(255, 243, 177, 1) 50%,
            rgba(255, 249, 252, 1) 50%,
            rgba(255, 249, 252, 1) 100%
    );
    display: inline;
}

/* about */
.message {
    background-color: #fff9fc;
    border-radius: 20px;
    margin-bottom: 60px;
    padding-block: 3rem;
    /*
    border: 2px solid #ffd7ce;
    box-shadow: 6px 6px 0 #ffd7ce;
    border-radius: 20px;
  */
    text-align: center;
}

.message h3 {
    border-bottom: none;
    margin-bottom: 15px;
}

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

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

#owarailive .colorRed {
    display: inline-block;
    margin: 1em 0;
}

#owarai {
    overflow: hidden;
    padding-left: 0;
}

#owarai li {
    float: left;
    list-style: none;
    text-align: center;
    width: 50%;
}

#owarai li .artistimage {
    background: no-repeat 50% 50%;
    background-size: contain;
    box-shadow: 4px 4px 0px #dfc58e;
    margin: 20px auto;
    position: relative;
}

#owarai li:nth-child(1) .artistimage {
    background-image: url(../img/artist1.jpg);
    height: 266px;
    width: 400px;
    /*
      -moz-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg);
  */
}

#owarai li:nth-child(2) .artistimage {
    background-image: url(../img/artist2.jpg);
    height: 266px;
    width: 400px;
    /*
      -moz-transform: rotate(5deg);
      -webkit-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      transform: rotate(5deg);
  */
}

/*
#owarai li .artistimage:before{
	display: block;
	content: "";
	-webkit-box-shadow: rgba(0,0,0,0.15) 15px 15px 15px;
	-moz-box-shadow: rgba(0,0,0,0.15) 15px 15px 15px;
	box-shadow: rgba(0,0,0,0.15) 15px 15px 15px;
    border: 3px solid #fff;
	position: absolute;
}
#owarai li .artistimage:before{
	width: 400px;
	height: 266px;
    top: 50%;
    margin-top: -136px;
    margin-left: -3px;
	z-index: -1;
}
*/
/*
#owarai li:nth-child(2) .artistimage:before{
	width: 268px;
	height: 400px;
	left: 50%;
	margin-left: -134px;
	z-index: -1;
}
*/

#owarai li h3 {
    background: none;
    border: none;
    color: #c3351e;
    font-size: 2em;
    margin-bottom: 0;
    padding-left: 0;
}

#supporting {
    display: -webkit-flex;
    display: flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Safari */
    -webkit-justify-content: center;
    justify-content: center;
    /* Safari */
    line-height: 1.3;
    padding-left: 0;
}

#supporting li {
    /*	width: 16.2%;*/
    border-bottom: 2px solid #d8d8d8;
    border-right: 2px solid #d8d8d8;
    box-sizing: border-box;
    font-size: 0.75em;
    line-height: 1.5;
    list-style: none;
    padding-bottom: 15px;
    text-align: center;
    width: 25%;
}

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

#supporting li:nth-last-child(-n + 3) {
    /*	width: 32.5%;*/
}

#supporting li a {
    display: block;
    height: 100%;
}

#supporting li a:hover {
    background: #fff;
    text-decoration: underline;
}

#supporting li.nologo {
    background: #fff;
    border: 2px solid #d8d8d8;
    margin-right: 1%;
    margin-top: 20px;
    padding: 1em 0;
    width: 32%;
}

#supporting li.nologo span {
    line-height: 3em;
}

#supporting .bnr-container {
    display: table;
    height: 120px;
    margin-bottom: 10px;
    padding: 10px;
    width: 90%;
}

#supporting .bnrbox {
    background: #fff;
}

#supporting .bnrbox img {
    max-width: 120px;
}

#supporting li img {
    height: auto;
    width: 100%;
}

#supporting .bnr-container {
    border-width: 1px;
}

/*
ul#yuruchara{
	padding-left:0;
}
ul#yuruchara li{
	float:left;
	width:20.5%;
	padding:1.5% 1.5% 0;
	margin-right:2%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background:#fff;
	list-style:none;
	margin-bottom:20px;
}
ul#yuruchara li.last{
	margin-right:0;
}
ul#yuruchara li img{
	display:block;
	margin:0 auto 15px;
	height: 200px;
}
ul#yuruchara li h4{
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	color: #014C81;
}
ul#yuruchara li p{
	min-height:14em;
}
*/

#kagayake {
    font-size: 1.5em;
    line-height: 2;
}

#kagayake dl {
    margin-left: 10%;
    position: relative;
}

#kagayake h2,
#lotteryinfo h2 {
    border: none;
    clear: both;
    line-height: 1.3;
    margin: 25px auto;
    text-align: center;
}

#kagayake h2 img {
    max-width: 96%;
}

#kagayake p.aligncenter span.bold {
    color: #d00003;
}

.accessmap {
    margin: 1rem 0 2rem;
}

.accessmap img {
    border: 2px solid #000;
    height: auto;
    width: 100%;
}

/* お笑いライブ
--------------------------------------------*/
#live .floatimg {
    margin-bottom: 0;
}

#live .float_left p {
    font-size: 1em;
    margin-top: 10px;
}

#live .float_right {
    width: 55%;
}

#live .float_right h3 {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#live .whiteblock {
    padding-bottom: 30px;
}

#live .sectionseparator {
    margin-bottom: 20px;
}


/* オンライン抽選会
--------------------------------------------*/
#lottery {
    /*
    border: 3px dashed #901435;
    padding: 30px 10px 30px 40px;
    width: 67%;
    display: block;
    margin: 0 auto 15px;
  */
}

/*
#lotteryinfo h4 {
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c3351e;
  font-weight: bold;
  letter-spacing: 3px;
  color: #c3351e;
  margin-bottom: 0;
}
*/

.lottery-content {
    /* border: 3px solid #e295a4; */
    background-color: #fff9d8;
    /* background-color: #faf1f5; */
    border-radius: 20px;
    padding: 30px 40px;
}

.lottery-content .sec-title--4 {
    border-bottom: 2px dashed #d8d8d8;
    margin-bottom: 10px;
    position: relative;
}

/* .lottery-content h4:before {
  content: "";
  width: 10px;
  height: 3px;
  /* background-color: #9dcc48;
  background-color: #6ecccc;
  display: block;
  position: absolute;
  top: 0.7em;
  left: -0.7em;
} */

.lottery-company {
    background-color: #ffffff;
    margin-top: 60px;
    /*  box-shadow: 0 0 30px rgba(0,0,0,0.15);*/
}

.lottery-company h4 {
    background-color: #eefdea;
    border-bottom: 2px solid #9dcc48;
    border-top: 2px solid #9dcc48;
    color: #95c342;
    font-weight: bold;
    padding: 10px;
}

.lottery-company .shoplist li {
    text-align: left;
}

.lottery-company .shoplist .bnr-container {
    padding-bottom: 10px;
}

.lottery-company .shoplist .company {
    display: inline-block;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1.4em;
}

.lottery-company .shoplist .product {
    color: #6ecccc;
    display: block;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 10px;
}

.lottery-company .shoplist .product span {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.4em;
}

.lottery-company .shoplist li .notes {
    bottom: 20px;
    display: block;
    font-size: 12px;
    left: 50%;
    margin-top: 20px;
    position: absolute;
    text-indent: 1.5em;
    transform: translateX(-50%);
    width: 100%;
}

.lottery-company .shoplist li .company-logo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    margin-bottom: 10px;
    position: relative;
}

.lottery-company .shoplist li .company-logo img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.lottery-company .shoplist li .present-image {
    height: 150px;
    position: relative;
}

.lottery-company .shoplist li .present-image img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

/* ハタチパス
--------------------------------------------*/
#pass20th .floatimg {
    margin-bottom: 0;
}

#pass20th .float_left p {
    font-size: 0.8em;
    margin-top: 10px;
}

#pass20th .float_right {
    width: 55%;
}

#pass20th .float_right h3 {
    color: #95c342;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#pass20th .bnrbox {
    display: grid;
    height: 150px;
    padding-bottom: 15px;
    place-content: center;
}

#tokaiproject {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    line-height: 2;
}

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

#tokaiproject .floatimg {
    width: 40%;
}

#tokaiproject .floatimg img {
    margin: 5px auto;
    max-width: 100%;
}

.floorlist {
    background: #b94061;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0;
    overflow: hidden;
    /* Safari */
    padding: 0;
}

.floorlist li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 1.5em;
    font-weight: bold;
    /* Safari */
    list-style: none;
    text-align: center;
}

.floorlist li:last-child {
    border-right: none;
}

.floorlist li a {
    color: #fff;
    display: block;
    padding: 0.75em 0.5em;
}

.floorlist li a:hover {
    background: #b99e64;
}

#selectshop {
    margin: 50px 0;
    padding: 0;
    text-align: center;
}

#selectshop li {
    background: url(../img/icoArrowDown.png) no-repeat center 90% #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;

    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
    display: inline-table;
    height: 200px;
    margin: 0 15px;
    vertical-align: top;
    width: 200px;
}

#selectshop li a {
    display: table-cell;
    vertical-align: middle;
}

#selectshop li img {
    max-width: 150px;
}

ul.shoplist {
    /*  overflow: hidden;*/
    display: -webkit-flex;
    /*  padding: 0 25px 25px;*/
    /*  border: 5px solid #95c342;*/
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

.shoplist li {
    -moz-box-sizing: border-box;
    /*  float: left;*/
    -webkit-box-sizing: border-box;
    /*  width: calc(100% / 3);*/
    box-sizing: border-box;
    font-size: 1.1em;
    line-height: 1.3;
    list-style: none;
    /*  padding: 8px 0.8%;*/
    /*  margin-right: 2%;*/
    /*  margin-top: 20px;*/

    margin-bottom: 20px;
    padding: 1%;
    position: relative;
    width: 33.3333%;
}

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

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

.shoplist-item--inner {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 15px;
}

.bnr-container {
    border-bottom: 2px dashed #d8d8d8;
    display: table;
    height: 100px;
    margin-bottom: 20px;
    width: 100%;
}

.bnr-container img {
    max-width: 100%;
}

.bnrbox {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.bnrbox a {
    display: block;
}

.shoplist .bnr-container {
    /* 念の為ロゴ非表示
    display: none;
    解除
    */
}

.shoplist .shoptel {
    display: none;
}

.shoplist li span.index {
    background: #95c342;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 3px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 25px;
}

.shoplist li h4 {
    color: #6ecccc;
    /*  min-height: 3em;*/
    /*	border-top: 1px #e1ebf5 solid;*/
    /*  padding-top: 1em;*/
    /*  padding-right: 2.4em;*/
    font-weight: bold;
}

#shop-shops + .shoplist li h4 {
    /*  min-height: 4em;*/
}

.shoplist li h5 {
    border: 3px double #ccc;
    display: inline-block;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    padding: 3px 5px;
}

.shoplist li p {
    display: inline;
}

.shoplist li p.tokuten {
    /*  min-height: 10em;*/
    display: block;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0.8em 0;
}

.store-link {
    text-align: center;
}

.store-link.mbfix {
    margin-bottom: 60px;
}

.store-link a {
    align-items: center;
    border-radius: 10px;
    -webkit-box-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin: 0 auto;
    position: relative;
    width: 500px;
}

.store-link .store-link--image {
    border-right: 2px dashed #d8d8d8;
    height: 100px;
    position: relative;
    width: 200px;
}

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

.store-link .store-link--txt {
    text-align: center;
    width: 300px;
}

h1.contentsbox {
    background: #336f9a;
    color: #fff;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 20px;
}

#event-finish {
    overflow: hidden;
}

#event-finish .float_left {
    background: url(../img/bg.jpg);
    -moz-border-radius: 430px;
    -webkit-border-radius: 430px;
    border-radius: 430px;
    display: table;
    float: left;

    height: 430px;
    margin-bottom: 30px;
    margin-left: 30px;
    width: 430px;
}

#event-finish h1 {
    display: table-cell;
    font-size: 3em;
    height: 430px;
    line-height: 1.5;

    text-align: center;
    vertical-align: middle;
}

#nextyear table {
    border: 2px solid #164669;
    border-collapse: collapse;
    margin: 15px 10%;
    width: 80%;
}

#nextyear th {
    width: 6em;
}

#nextyear th,
#nextyear td {
    border: 1px solid #164669;
    padding: 5px 0.5em;
}

#nextyear + p {
    font-size: 1.6em;
    line-height: 1.75;
    text-align: center;
}

#nextyear + p a {
    font-size: 0.75em;
    text-decoration: underline;
}

/* layout */
.layout-flex {
    border-bottom: 1px solid #d8d8d8;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-flex;
}

.layout-flex.no-border {
    border-bottom: none;
}

.layout-flex .title,
.layout-flex .txt {
    box-sizing: border-box;
    padding: 20px 0.5em;
}

.layout-flex .title {
    width: 22%;
}

.layout-flex .title h3 {
    border-bottom: none;
    margin-bottom: 0;
    white-space: nowrap;
}

.layout-flex .txt {
    width: 78%;
}

.layout-flex .txt p {
    font-size: 0.95em;
}

.layout-flex table {
    border: 2px solid #164669;
}

.layout-flex table th,
.layout-flex table td {
    border: 1px solid #164669;
    padding: 10px 0.5em;
}

.layout-flex table th {
}

.layout-flex table td {
    font-size: 0.9em;
}

.layout-flex table td .qr {
    height: auto;
    width: 200px;
}

/* ar
-----------------------------------------------*/
#ar .bnrbox {
    padding-bottom: 15px;
}

/* faq
-----------------------------------------------*/
.faq {
    /*  margin-bottom: 120px;*/
    font-size: 100%;
}

.faq-item {
    /*  background-color: #f8f7eb;*/
    background-color: #fff;
    border: 3px solid #d8d8d8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq h3 {
    background-image: none;
    border-bottom: 2px dashed #d8d8d8;
    color: #3c3c3c;
    font-size: 0.8em;
    margin-bottom: 0;
    margin-bottom: 16px;
    padding: 20px 40px 20px 50px;
    position: relative;
}

.faq p {
    font-size: 0.65em;
    padding: 20px 40px 20px 50px;
    position: relative;
}

.faq h3:before,
.faq p:before {
    content: "";
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    left: 20px;
    line-height: 1;
    position: absolute;
    top: 0.7em;
}

.faq h3:before {
    color: #6ecccc;
    content: "Q";
}

.faq p:before {
    color: #95c342;
    content: "A";
    /* color: #49cacc; */
    top: 0.6em;
}

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

.bg-bottom {
    background-image: url(../img/bg-bottom.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 195px;
    position: relative;
    width: 100%;
    z-index: -1;
}

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

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

/* footer
-----------------------------------------------*/
#footer {
    background: transparent;
    background-size: cover;
    color: #3c3c3c;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    padding: 40px 0;
    text-align: center;
}

.icon-new {
    position: relative;
}

.icon-new:before {
    background-image: url(../img/icon-new.png);
    border: none;
    content: "";
    height: 62px;
    left: -65px;
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    width: 62px;
}

.sectionseparator-sub.icon-new:before {
    background-image: url(../img/icon-new.png);
    border: none;
    content: "";
    height: 62px;
    left: -50px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 62px;
}

/* IE11
-----------------------------------------------*/
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    #navi .contentsbox {
        max-width: 100%;
    }

    /* IE11 */
}

.notes-list {
    list-style: none;
    padding: 0;
}

.notes-list li {
    font-size: 0.95em;
    list-style: none;
    margin-bottom: 0 !important;
    margin-left: 1em;
    text-indent: -1em;
}

.link_blue {
    color: #6ecccc;
}