@charset "UTF-8";
/* CSS Document */
@media (max-width: 640px) {
	.pc{
		display:none !important;
	}
	.pc-inl{
		display:none !important;
	}
	.sp{
		display:block !important;
	}
}
@media (min-width: 641px) {
	.sp{
		display:none !important;
	}
	.pc{
		display:block !important;
	}
	.pc-inl{
		display:inline !important;
	}
}
html {
	background: #e9f6f5;
}
#event{
	color: #000;
	font-weight: 400;
  background: #e9f6f5 url("../img/main_bg.jpg") center top 54vw no-repeat;
  background-size: 100%;
}
#event.detail {
  background: #e9f6f5;
}
#event a {
	color: #000;
	transition: all .2s ease;
	text-decoration: underline;
}
#event a:hover {
    opacity: .8;
    text-decoration: none;
}
#event section{
	background-color: transparent;
}

.header {
  position: relative;
  height: 54vw;
  padding-top: 44vw;
  box-sizing: border-box;
  background: #e9f6f5 url("../img/mainVisual.jpg") center top no-repeat;
  background-size: 100%;
}
.detail .header {
  position: relative;
  height: auto;
  padding: 3vw 3vw 4vw;
  background: #e9f6f5 url("../img/header_bg.jpg") center top no-repeat;
  background-size: 100%;
}
.header h1 {
  position: absolute;
  top: 32%;
  right: 2.5%;
  width: 46%;
}
.detail .header h1 {
  position: relative;
  top: 0;
  right: 0;
  width: 60%;
  margin: 0 auto;
}
.detail .header h1 img {
  display: block;
  width: 74%;
  margin: 0 auto;
}
.header .ttl {
  position: relative;
  height: 10vw;
  background: #e9f6f5 url("../img/main_ttl_bg.png") center top repeat-y;
  background-size: 100%;
}
.detail .header .ttl {
  width: 80%;
  height: auto;
  margin: 3% auto 0;
  border-top: 2px solid #248cad;
  background: none;
}
.detail.live .header .ttl {
  width: 80%;
  height: auto;
  margin: 3% auto 0;
  border-top: 2px solid #db6a99;
  background: none;
}
.header .ttl h2 {
  position: absolute;
  top: 50%;
  left: 16%;
  width: 68%;
  margin: 0 auto;
  font-size: 0;
  transform: translateY(-50%);
}
.detail .header .ttl h2 {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 3vw;
  padding: 3% 0 0;
  transform: none;
}
.detail .header .ttl h2 img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.main {
  position: relative;
  padding: 60px 0;
  font-size: 18px;
}
.detail.live .main {
  font-size: 15px;
}
.inner {
  width: 60%;
  min-width: 900px;
  max-width: 1000px;
  margin: 0 auto;
}
.detail .inner {
  padding: 4% 5%;
  box-sizing: border-box;
  background: #fff;
}
.main h3 {
  font-size: 25px;
  text-align: center;
}
.detail .main h3 {
  padding: 0.15em 0 0.25em;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #248cad;
}
.detail.live .main h3 {
  margin: 3em 0 1.5em;
  font-size: 133%;
  font-weight: 700;
  background: #db6a99;
}
.main .sec {
  margin: 50px 0;
  padding: 0 0 50px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.main .sec h4 {
  margin: 0;
  padding: 15px 0;
}
.main .sec.greeting h4 {
  background: #248cad;
}
.main .sec.broadcasting h4 {
  background: #db6a99;
}
.main .sec h4 img {
  display: block;
  width: auto;
  height: 28px;
  margin: 0 auto;
}
.main .sec .set {
  padding: 2em 3em 0;
}
.detail .main .set {
  margin: 0 0 2em;
  padding-top: 0.5em;
}
.main .sec .set h5 {
  margin: 0;
  padding: 15px 0;
  font-size: 100%;
}
.main .sec.greeting h5 {
  padding: 0;
  color: #248cad;
  border-bottom: 1px solid #248cad;
}
.main .sec.broadcasting h5 {
  color: #db6a99;
  border-bottom: 1px solid #db6a99;
}
.detail .main .set h4 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #248cad;
  border-bottom: 1px solid #248cad;
}
.detail.live .main .set h4 {
  color: #db6a99;
  border-bottom: 1px solid #db6a99;
}
.main .sec .tx {
  margin-top: 0.5em;
}
.detail .main .set .tx {
  margin-top: 0.5em;
}
.main .sec .tx .cap {
  font-size: 72%;
}
.detail .main .set .tx .cap {
  font-size: 72%;
}
.detail .main .set .tx span {
  font-size: 72%;
}
.detail .main .info {
  margin: 3em 0;
  padding: 1em;
  border: 1px dashed #248cad;
  border-radius: 5px;
}
.detail .main .info h4 {
  margin: 0;
  padding: 0;
  color: #248cad;
  font-weight: 400;
}
#event .main .sec .btn {
  display: block;
  width: 400px;
  height: 50px;
  margin: 4em auto 0;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 111%;
  border-radius: 5px;
  transition: .25s;
}
#event .main .sec.greeting .btn {
  border: 1px solid #248cad;
  background: #248cad;
}
#event .main .sec.broadcasting .btn {
  border: 1px solid #db6a99;
  background: #db6a99;
}
#event .main .sec.greeting .btn:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  color: #248cad;
  background: #fff;
}
#event .main .sec.broadcasting .btn:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  color: #db6a99;
  background: #fff;
}

.detail .main .caution {
  margin-top: 1em;
  font-size: 78%;
}
.detail.live .main .caution {
  font-size: 93%;
}
.detail .main .caution .tx {
  text-indent: -1em;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
.detail .main .caution .tx p {
  text-indent: -1em;
  padding-left: 1em;
}

.area-copy {
  margin: 0 0 2em;
}
.area-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2em;
}
#event .area-select a {
  display: block;
  width: 16%;
  padding: 0.2em;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 93%;
  background: #db6a99;
}
.area-list-ttl {
  margin: 1.5em 0 0.25em;
  padding: 0.25em 0.5em;
  color: #db6a99;
  font-weight: 700;
  background: #f8e1eb;
}
.area table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.area table tr:first-of-type th,
.area table tr:first-of-type td {
  color: #db6a99;
  font-size: 86%;
  font-weight: 400;
  text-align: left;
  border-bottom: 2px solid #db6a99;
}
.area table tr:first-of-type th {
  width: 33%;
  min-width: 5em;
}
.area table th {
  padding: 0.2em 0;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #db6a99;
}
.area table td {
  padding: 0.2em 0;
  border-bottom: 1px solid #db6a99;
}
.area table td:first-child {
  padding-right: 1em;
}
#event .area table td a {
  display: inline-block;
  text-decoration: none;
  word-break: break-all;
  word-wrap : break-word;
  overflow-wrap: break-word;
}
#event .area table td a:hover {
  text-decoration: underline;
  color: #db6a99;
}

.footer {
  margin-top: 0;
  padding: 0 50px 50px;
}

.roadshow {
  width: 90%;
  max-width: 428px;
  margin: 0 auto;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  width: 40px;
  height: 40px;
  background: #248cad url("../img/pagetop.png") center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

@media screen and (max-width:1000px){
  .header .ttl h2 {
    left: 10%;
    width: 80%;
  }
  .main {
    padding: 50px 0;
    font-size: 16px;
  }
  .detail.live .main {
    font-size: 14px;
  }
  .inner {
    width: 90%;
    min-width: 90%;
  }
}

@media screen and (max-width:800px){
  .header .ttl h2 {
    left: 5%;
    width: 90%;
  }
  .main {
    padding: 40px 0;
    font-size: 14px;
  }
  .detail.live .main {
    font-size: 13px;
  }
  .main h3 {
    font-size: 3vw;
  }
  .detail .main h3 {
    font-size: 18px;
  }
  .main .sec {
    margin: 40px 0;
    padding: 0 0 40px;
  }
  .main .sec .set {
    padding: 1.75em 2em 0;
  }
  .main .sec h4 img {
    height: 24px;
  }
  .detail .main .caution {
    margin-top: 1em;
    font-size: 86%;
  }
  #event .area-select a {
    width: 32.75%;
    margin: 0.5% 0;
    font-size: 93%;
  }
}

@media screen and (max-width:640px){
  .header {
    height: 68vw;
    padding-top: 44vw;
  }
  .header .ttl {
    height: 24vw;
  }
  .header .ttl h2 {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 70%;
  }

  .detail .header {
    position: relative;
    height: auto;
    padding: 4vw 0 6vw;
    background: #e9f6f5 url("../img/header_bg.jpg") center top no-repeat;
    background-size: cover;
  }
  .detail .header h1 {
    width: 90%;
  }
  .detail .header h1 img {
    display: block;
    width: 74%;
    margin: 0 auto;
  }
  .detail .header .ttl,
  .detail.live .header .ttl {
    width: 90%;
    margin-top: 7%;
  }
  .detail .header .ttl h2 {
    height: auto;
    width: 65.5%;
    padding: 7% 0 0;
  }
  .detail.live .header .ttl h2 {
    height: auto;
    width: 80%;
    padding: 7% 0 0;
  }
  
  .main {
    padding: 30px 0;
  }
  .main h3 {
    font-size: 3.25vw;
  }
  .detail .main h3 {
    font-size: 16px;
  }
  .main .sec {
    margin: 30px 0;
    padding: 0 0 30px;
  }
  .main .sec .set {
    padding: 1.5em 1.5em 0;
  }
  .main .sec h4 img {
    height: 20px;
  }
  .main .sec.broadcasting h4 img {
    height: 50px;
  }
  #event .main .sec .btn {
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 106%;
  }
  .detail .main .caution {
    margin-top: 1em;
    font-size: 90%;
  }
  .area table tr:first-of-type th {
    width: 5em;
  }
}

@media screen and (max-width:420px){
  .detail.live .main {
    font-size: 12px;
  }
  .main h3 {
    font-size: 3.5vw;
  }
  .main .sec h4 img {
    height: 17px;
  }
  .main .sec.broadcasting h4 img {
    height: 42px;
  }
  #event .main .sec .btn {
    width: 240px;
    height: 34px;
    line-height: 34px;
    font-size: 100%;
  }
  #event .area-select a {
    width: 49.5%;
    margin: 0.5% 0;
    font-size: 93%;
  }
}


