@charset "utf-8";


/* common
-------------------------------------------------------------------- */
body {
  background-color: #F7F7F7;
  /* background: #ccffcc; */
  color: #333;
  line-height: 1.3;
  letter-spacing: -.025em;
  /* background:url(../imgs/bg.gif); */
}


img {
    height: auto;
}


/* container
-------------------------------------------------------------------- */
#container {
  font-size: 16px;
  margin: 0 auto;
  padding: 0 0 40px;
  overflow: hidden;
  max-width: 1080px;
}

#container a {
  color: #3f70a8;
  font-weight: 400;
  word-break: break-all;
}

#container a:hover {
  /* filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50; */
}

#container img {
  -ms-interpolation-mode: bicubic;
}

#container p:last-child {
    margin-bottom: 0;
}

#container dt,
#container dd,
#container li {
    letter-spacing: 0.1em;
}

#container section {
    margin-bottom: 50px;
}

#container strong {
    font-weight: bold;
}

#container h2 {
  /* color: #FF4F00;
  font-size: 36px;
  font-weight: bold; */
}

#container h3 {
    /* font-size: 20px;
    color: #48ce50;
    margin: 30px 0 10px; */
}

#container .comment {
    color: #ff003f;
}


/* title
-------------------------------------------------------------------- */
#title h1 {
  color: #43B149;
  font-size: 22px;
  font-weight: 700;
  margin: 0px 0;
  text-align: center;
  padding: 56px 0;
}

#title h1 span {
  margin-left: 1em;
}


/* section
-------------------------------------------------------------------- */
#container section {
  background: #fff;
  border: 3px solid #333333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 30px 50px;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.tw {
  position: absolute;
  right: 20px;
  top: 20px;
}

.data {
  background: #0cc61d;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin: 10px 0;
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}


/* contWrap
-------------------------------------------------------------------- */
.contWrap + .contWrap {
  margin-top: 30px;
}

.contWrapInner {
  background: #d3ffef;
  margin: 10px 0;
  padding: 20px;
  overflow: hidden;
}

.contWrapInner hr {
  border: 0;
  border-bottom: 1px solid #FF7600 ;
  margin: 20px 0;
  padding: 0;
  height: 0;
}


.contWrap hr {
  border: 0;
  border-bottom: 1px solid #FF7600 ;
  margin: 20px 0;
  padding: 0;
  height: 0;
}

#container .contWrapInner p {
  line-height: 24px;
  font-size: 14px;
}

#container .contWrapInner h3 {
  font-size: 24px;
  color: #6091d3;
  margin: 20px 0 10px;
}

#container .contWrapInner h4 {
  font-size: 16px;
  color: #48ce50;
  margin: 20px 0 10px;
}

#container .contWrapInner h3:first-child {
  margin: 0 0 10px;
}

.innerImg {
  float: left;
  text-align: center;
}

.innerImg dl {
  margin-top: 1.2em;
}

.innerImg dt {
  margin-bottom: 5px;
}

.innerText {
  padding-left: 420px;
}

.innerText dt {
  font-weight: bold;
  font-size: 18px;
}
.more-information {
  margin-bottom: 0;
}
.innerText dt {
  font-weight: bold;
  font-size: 16px;
}


.innerImg dd + dt,
.innerText dd + dt {
  margin-top: 1.2em;
}

#container .btn_list a {
  background: #fc0490;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 10px 0 30px;
  text-decoration: none;
  text-align: center;
  height: 60px;
  width: 300px;
}

.movie {
  margin-bottom: 10px;
}

.artists li {
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  width: 230px;
}


.ftext p {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  color: #3D3D3D;
}



.box100 {
  width: 60%;
  padding: 1em 1em;
  margin: 1em 0;
  font-size: 14px;
  line-height: 18px;
  border: solid 1px #8E8E8E;
}
.box100 p {
  margin: 0;
  padding: 0;
}



.floormap_box13 {
    width: auto;
    padding: 10px 10px 10px 10px;
    margin: 12px 0 5px 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;

}
.floormap_box13 p {
  width: 100%;
  display: table-cell;
  font-size: 16px;
  margin: 0;
  padding: 0;
  word-break: break-word;
}

.box24 {
  position: relative;
  padding: 0.5em 0.7em;
  margin: 1em 0;
  background: #fa66a4;
  width: 75%;
  color: #FFFFFF;

}
.box24:after {
  position: absolute;
  content: '';
  top: 90%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fa66a4;
  width: 0;
  height: 0;
}
.box24 p {
  font-size:16px;
  margin: 0;
  padding: 0;
}

.box25 {
  position: relative;
  padding: 0.5em 0.7em;
  margin: 1em 0;
  background: #bccc06;
  width: 75%;
  color: #FFFFFF;
}
.box25:after {
  position: absolute;
  content: '';
  top: 90%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #bccc06;
  width: 0;
  height: 0;
}
.box25 p {
  font-size:16px;
  margin: 0;
  padding: 0;
}




.box26 {
  position: relative;
  padding: 0.5em 0.7em;
  margin: 1em 0;
  background: #f5b325;
  width: 75%;
  color: #FFFFFF;
}
.box26:after {
  position: absolute;
  content: '';
  top: 90%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f5b325;
  width: 0;
  height: 0;
}
.box26 p {
  font-size:20px;
  margin: 0;
  padding: 0;
}



.box2 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #6091d3;/*文字色*/
  background: #FFF;
  border: solid 3px #6091d3;/*線*/
  border-radius: 30px;/*角の丸み*/

}
.box2 p {
  margin: 0;
  padding: 0;
}
.box3 {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 3px 10px;
  margin: 5px 3px 5px 0px;
  line-height: 28px;
  background-color: #6091d3;
  border-radius: 30px;/*角の丸み*/
}


.box4 {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 15px;
  margin: 8px 0px 8px 0px;
  line-height: 33px;
  background-color: #13dbca;
  border-radius: 40px;
}




/* boxWrap
-------------------------------------------------------------------- */
.boxWrap {
    margin: 0 -10px;
    overflow: hidden;
}

.box {
    background: #fff;
    border: 1px solid #9b9da0;
    float: left;
    width: 420px;
    margin: 10px;
    padding: 10px;
    overflow: hidden;
    text-align: left;
}

.box h4 {
    color: #48ce50;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.boxPhoto {
    width: 200px;
    float: left;
    text-align: center;
}

.boxPhoto > img {
    margin-bottom: 10px;
    height: auto;
    width: 200px;
}

.boxlink {
    display: table;
}

.boxlink li + li {
    margin-top: 10px;
}

.boxlink a {
    display: table-cell;
    font-size: 12px;
    height: 43px;
    width: 200px;
    vertical-align: bottom;
    text-align: right;
    text-decoration: none;
}

.boxlink .otomart a {
    background: url(../imgs/bn_otomart.jpg) left top no-repeat;
}

.boxlink .otoizumi a {
    background: url(../imgs/bn_otoizumi.gif) left top no-repeat;
}

.boxText {
    width: 200px;
    float: right;
}

.icon {
    margin-bottom: 10px;
    overflow: hidden;
}

.icon li {
    background-size: 100%;
    float: left;
    padding-top: 50px;
    height: 0;
    width: 50px;
    overflow: hidden;
}

.icon li + li {
    margin-left: 5px;
}

.icon .favor {background-image: url(../imgs/icon_favor.png);}
.icon .presale {background-image: url(../imgs/icon_presale.png);}
.icon .limited {background-image: url(../imgs/icon_limited.png);}
.icon .newitem {background-image: url(../imgs/icon_newitem.png);}

.boxWrap.boxCard .box h4 {
    font-size: 14px;
}

.boxWrap.boxCard .box {
    width: 192px;
}

.boxWrap.boxCard .boxPhoto {
    float: none;
    margin-bottom: 10px;
    text-align: center;
}

.boxWrap.boxCard .boxText {
    float: none;
    width: auto;
}

#container .list a {
    background: #48ce50;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 20px;
    margin: 10px 0;
    padding-top: 10px;
    text-decoration: none;
    text-align: center;
}

.otherGoods {
    border: 2px solid #6900AF;
    margin: 30px;
    padding: 15px;
    font-size: 22px;
    color: #6900AF;
    font-weight: bold;
    text-align: center;
}
.otherGoods2 {
    border: 2px solid #6900AF;
    margin: 30px;
    padding: 15px;
    font-size: 24px;
    color: #fa8eff;
    font-weight: bold;
    text-align: center;
}




/* copyright
-------------------------------------------------------------------- */
.copyright {
    font-size: 12px;
    margin: 50px 30px;
    list-style-type:none;
}


/* accordion
-------------------------------------------------------------------- */
.accordionTitle {
    cursor: pointer;
    color: #48ce50;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.accordionComment {
    background: rgba( 255, 255, 255, 0.7 );
    display: none;
    margin: 20px 0;
    padding: 20px;
}


/*　formSet
-------------------------------------------------------------------- */
.formSet{
    margin-bottom:5px;
    margin-left:40px;
    padding-top:10px;
}

.formSet p.formSetLeft{
    width:280px;
    float:left;
    margin-right:20px;
    text-align:right;
    min-height:10px;
}

.formSet div.formSetRight{
    width:400px;
    float:left;
}

.formSetText{
    padding-top:10px;
}

.formSet input[type="text"] {
    background-color:#f7f7f7;
    color: #000;
    font-size: 16px;
    line-height: 1em;
    padding:8px 12px;
    border:1px solid #d3d3d3;
    width:350px;
}

.formSet textarea.areaText {
    background-color:#f7f7f7;
    color: #000;
    font-size: 14px;
    line-height: 1.6em;
    padding: 12px;
    border:1px solid #d3d3d3;
    width:476px;
    height:150px;
}

p#requiredEntryText,
p.requiredEntryText {
    padding-left:340px;
    color:#ff0000;
}

.requiredEntry{
    color:#ff0000;
    padding-right:1em;
}

.formBtnWrap {
    margin-top:50px;
    text-align:center;
}

.formBtnWrap input{
    background: #0cc61d;
    border: 1px solid #0cc61d;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size:16px;
    padding: 15px 30px;
    overflow: hidden;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    margin: 0 5px;
}

.formBtnWrap input:hover{
    background-color:#f7f7f7;
    color:#0cc61d !important;
}


/* renewal
-------------------------------------------------------------------- */
#renewal h2 {
    color: #d4fff1;
}

#renewal .contWrapInner {
    background: #d4fff1;
}

/* event
-------------------------------------------------------------------- */
#event h2 {
    color: #f8dbff;
}

#event .contWrapInner {
    background: #f8dbff;
}

/* about
-------------------------------------------------------------------- */
#about h2 {
    color: #BAD3FF;
}

#about .contWrapInner {
    background: #BAD3FF;
}



/* program
-------------------------------------------------------------------- */
#program h2 {
    color: #FFC7AF;
}

#program .contWrapInner {
    background: #FFC7AF;
}


/* question
-------------------------------------------------------------------- */
#question h2 {
    color: #DCC2FF;
}

#question .contWrapInner {
    background: #DCC2FF;
}

/* live
-------------------------------------------------------------------- */
#live h2 {
    color: #fffed4;
}

#live .contWrapInner {
    background: #fffed4;
}

.live_comment{
    width:100%;
    position:static;
    overflow:hidden;
    list-style-type:none;
}
.live_comment li{
    float:left;
    width:15%;
    margin:7px;
}

/* selector
-------------------------------------------------------------------- */
#selector h2 {
    color: #ee9df3;
}

#selector .contWrapInner {
    background: #fce4fe;
}


/* subtitle2
-------------------------------------------------------------------- */
#subtitle2 h2 {
    color: #02a7d1;
}

#subtitle2 .contWrapInner {
    background: #e6f3f7;
}

.subtitle2 {
    overflow: hidden;
    margin-bottom: 20px;
    paddig-bottom: 20px;
}

.innerText_subtitle2 {
    padding-left: 300px;
}

hr{
    border-bottom: 2px solid #FF7A35;
}

.subtitle2 h3{
    color: #6091d3;
}

.subtitle2Img {
    text-align: center;
}

.subtitle2Img li {
    display: inline-block;
    width: 280px;
    text-align: center;
    vertical-align: top;
}

.subtitle2Img li img {
    height: auto;
    width: 280px;
}

@media only screen and (max-device-width: 480px) {
.subtitle2 img{
    width: 95%;
}

}


td {
text-align: left;
vertical-align: top;
}


/* nav
-------------------------------------------------------------------- */
nav#globalNav {

    width: 100%;
    text-align: center;
}

nav#globalNav ul {
    font-size: 0;
    padding: 0px 0px 0px 0px;
}

nav#globalNav li {
    display: inline-block;
}

nav#globalNav li a {
    background: url(../imgs/nav.png) no-repeat;
    display: block;
    margin: -15px 10px -7px 10px;
    padding-top: 130px;
    height: 0;
    width: 110px;
    overflow: hidden;
}

nav#globalNav li.navAbout a {background-position: -5px 0;}
nav#globalNav li.navTopics a {background-position: -121px 0;}
nav#globalNav li.navQuestion a {background-position: -231px 0;}
nav#globalNav li.navRenewal a {background-position: -347px 0;}
nav#globalNav li.navLive a {background-position: -453px 0;}
nav#globalNav li.navEvent a {background-position: -563px 0;}
nav#globalNav li.navProgram a {background-position: -672px 0;}

#wrapper {
  position: relative;
}
.tem-page-top {
  position: absolute !important;
  bottom: 236px !important;
}
/* TOP
-------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 999;
  display: none;
}
.is-phone #page-top {
  bottom: 60px;
  display: block;
}
.is-desktop #page-top {
  display: block;
}
#page-top a {
  width: 74px;
  display: block;
  border-radius: 50%;
  box-shadow: 0px 2px 6px -2px black;
}
#page-top a:hover {
  text-decoration: none;
}
.panelContainer {
  clear: left;
  padding-bottom: 25px;
  background-color: #fff;
  padding: 10px;
}

/* reset ul defaults  */
.tabs, .tabss {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #43B149;
}

.tabs li,
.tabss li {
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 174px;
  margin-right: 5px;
  background-color: white;
  display: flex;
}
.tabss {
  display: inline-flex;
}
.tabss li a:hover {
  opacity: 1 !important;
}
.tabss li {
  margin-right: 0;
  width: 195px;
}
.tabss li > a {
  border-radius: unset !important;
  border-bottom: 1px solid #8ca58d !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 23px 7px !important;
}
/* all formatting goes inside 'a' */
.tabs li > a,
.tabss li > a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding: 8px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  border-bottom: 0;
}

.panel p  {
  margin-bottom: 0px;
}

.panel, .panell {
  max-height: 0;
  overflow: hidden;
}
.panel.active,
.panell.active {
  max-height: none;
  overflow: visible;
}

.tab-notice a {
  border: 1px solid #43B149;
  color: #43B149 !important;
}
.tab-notice a.active {
  color: white !important;
  background-color: #43B149;
}

.tab-pronew a {
  border: 1px solid #1DA1F2;
  color: #1DA1F2 !important;
}
.tab-pronew a.active {
  color: white !important;
  background-color: #1DA1F2;
}
.tab-live a {
  border: 1px solid #FF9900;
  color: #FF9900 !important;
}
.tab-live a.active {
  color: white !important;
  background-color: #FF9900;
}
.tab-change a {
  border: 1px solid #E8617D;
  color: #E8617D !important;
}
.tab-change a.active {
  color: white !important;
  background-color: #E8617D;
}
.tab-faq a {
  border: 1px solid #E5392E;
  color: #E5392E !important;
}
.tab-faq a.active {
  color: white !important;
  background-color: #E5392E;
}
.title-content {
  font-size: 22px;
  color: #43B149;
  padding: 30px 100px;
}
.content-wrapper {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px;
}
.content-item {
  padding: 55px 25px 0px;
  border-top: 1px solid #D8D8D8;
}
.content-item-temp {
  padding: 50px 0px 0px;
}
.d-flex {
  display: flex;
}
.content-item-title {
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  font-size: 24px;
  margin-bottom: 25px;
  letter-spacing: -0.1px;
}
.content-item-title::before {
  content: "";
  width: 4px;
  height: 35px;
  display: block;
  background-color: #FF9900;
  position: absolute;
  left: 0;
  border-radius: 4px;
}
.content-description {
  font-size: 15px;
  padding: 30px 0;
}
.more-information {
  background-color: #F7F7F7;
  padding: 22px 35px;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 50px;
}
.more-information .newprogram-conpyright {
  display: block;
}
.more-information img{
  margin-bottom: 15px;
  margin-top: 15px;
}
.more-information .content-description {
  padding: 15px 0;
}
.more-information-title {
  color: #43B149;
}
.page-link {
  text-decoration: underline;
  color: #43B149 !important;
  margin-top: 10px;
}
.newprogram-img {
  max-width: 271px;
  min-width: 271px;
  margin-right: 40px;
}
.mb-10 {
  margin-bottom: 10px;
}
.newprogram-conpyright {
  margin-top: 20px;
  font-size: 12px;
}
.content-newprogram .content-item {
  padding-bottom: 55px;
}
.content-wrapper-passed {
  padding-bottom: 55px;
}
.fake-space {
  height: 15px;
  background-color: #F7F7F7;
  margin-right: -10px;
  margin-left: -10px;
}
.content-item-newprogram-title {
  margin-left: 100px;
}
.mb-20 {
  margin-bottom: 20px;
}
.form-wrapper-tabs {
  width: 750px;
  margin: 0 auto;
}
.form-wrapper-tabs .tabss {
  width: 100%;
  justify-content: center;
  border-bottom: 0;
}
.question-wrapper {
  padding: 50px 0;
}
.is-pc {
  display: block;
}
.is-mobile {
  display: none;
}
.note-required {
  text-align: right;
  color: red;
}
.icon-tw {
  margin-left: 10px;
  width: 13px;
}
.iconc {
  display: inline-block;
  vertical-align: middle;
  background-size: 100% 100% !important;
  background-position: 0 0 !important;
  background-size: cover;
}
.icon-close {
  width: 18px;
  height: 5px;
  background-image: url('../imgs/close_menu.png');
}
.icon-open {
  width: 14px;
  height: 14px;
  background-image: url('../imgs/open.png');
}
.copyright-pc {
  font-size: 12px;
  text-align: right;
}
.w-31 {
  width: 31px;
}
.copyright-mobile {
  text-align: left;
  font-size: 12px;
  color: #888;
  padding-top: 10px;
}
.font-8 {
  margin-left: 5px;
}
#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  /* opacity: 0.7; */
  background-color: #fff;
  z-index: 1000;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 0.9s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 17px;
  left: 37px;
  width: 7px;
  height: 15px;
  border-radius: 12px;
  background: #373737;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
