@charset "UTF-8";

/*----------------------------------------------------
	SP
----------------------------------------------------*/

@media screen and (max-width: 767px) {

/* ********** INDEX ********** */

section#top .visual {
  height: 400px;
  background: url(../images/top/visual.jpg) no-repeat center center / cover;
  display: flex;
  align-items: center;
}
section#top .visual dl {
  padding: 0 0 0 20px;
  color: #fff;
}
section#top .visual dl dt {
  margin: 0 0 20px 0;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 5px;
}
section#top .visual dl dd {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
section#top .swiper-wrapper {
  width: 100%;
}
section#top .swiper-wrapper img {
  width: 100%;
}
section#top .top_slider {
  background: #000;
}
section#top .top_slider img {
  width: 100%;
}
section#top .top_slider img.pc {
  display: none;
}
.top {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
section#top .video {
  height: 100%;
  position: relative;
}
section#top .video video {
  width: 100%;
  vertical-align: top;
}
section#top .video video .pc {
  display: none;
}
/*.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(img/video.jpg) no-repeat center center/cover;
}

video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

画面サイズが変わっても常に動画の中央が表示されるようにする
動画よりも画面が横に長くなるとき用
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

動画よりも画面が縦に長くなるとき用
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}*/
section#top .sp .popup {
  width: 92%;
  position: fixed;
  right: 4%;
  bottom: 10px;
  z-index: 10;
}
section#top .sp .popup p.close {
  width: 20px;
  margin: 0 2% 0 auto;
  cursor: pointer;
}
section#top .sp .popup p.close img {
  width: 100%;
}
section#top .sp .popup a img {
  width: 100%;
  transition: .3s;
}
section#top .sp .popup a img:hover {
  opacity: .7;
}
#popup_sp {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
  position: relative;
}
#popup_sp .popup-modal-dismiss {
  position: absolute;
  top: -30px;
  right: 0;
}
#popup_sp .popup-modal-dismiss img  {
  width: 20px;
}
#popup_sp img.image {
  width: 100%;
}
#popup_sp a {
  width: 90%;
  position: absolute;
  bottom: 3%;
  left: 5%;
}
#popup_sp a img {
  width: 100%;
  transition: .3s;
}
#popup_sp a img:hover {
  opacity: .7;
}
section#top .block_campaign {
  width: 100%;
  background: linear-gradient(to right, #00c7fb, #005bea);
}
section#top .block_campaign .inner {
  padding: 20px;
}
section#top .block_campaign dl dt {
  color: #fff100;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3px;
}
section#top .block_campaign dl dd {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
}
section#top .block_campaign .btn {
  width: 100%;
  margin: 0 0 0 auto;
  display: block;
}
section#top .block_campaign .btn a {
  padding: 18px 0 18px 20px;
  font-family: 'Lato', sans-serif;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 2px;
  background: #fff;
  display: block;
  position: relative;
  transition: .3s;
}
section#top .block_campaign .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: .3s;
}
section#top .block_campaign .btn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: rotate(45deg) translate(-3px,0);
  transition: .3s;
}
section#top .block_campaign .btn a:hover {
  color: #fff;
  background: #000;
}
section#top .block_campaign .btn a:hover:before {
  background: #fff;
  right: 15px;
}
section#top .block_campaign .btn a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 13px;
}




section#top .block_pickup {
  background: #f7f8f8;
}
section#top .block_pickup .inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 15px 30px;
}
section#top .block_pickup h3 {
  margin: 0 0 10px 0;
  color: #0099ff;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
}
section#top .block_pickup .slider {
  margin: 0 0 0 0;
  padding: 0 0 80px 0;
}
section#top .block_pickup .slider .item {
  width: 280px;
  margin: 0 15px;
}
section#top .block_pickup .slider .item a {
  color: #000;
  text-decoration: none;
  display: block;
  transition: .3s;
}
section#top .block_pickup .slider .item a:hover {
  opacity: 1;
}
section#top .block_pickup .slider .item figure img {
  width: 100%;
}
section#top .block_pickup .slider .item h4 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
section#top .block_pickup .slider .item .more {
  padding: 0 25px 0 0;
  font-size: 12px;
  letter-spacing: 2px;
  background: url(../images/top/pickup_arrow.png) no-repeat right center / 12px auto;
  display: inline;
}
/* slick setting */
section#top .block_pickup .slider .slick-prev {
  width: 40px;
  height: 40px;
  background: url(../images/top/pickup_prev.png) no-repeat center center / 100% auto;
  top: auto;
  left: auto;
  right: 50px;
  bottom: 0;
  transition: .3s;
}
section#top .block_pickup .slider .slick-prev:hover {
  background: url(../images/top/pickup_prev_on.png) no-repeat center center / 100% auto;
}
section#top .block_pickup .slider .slick-next {
  width: 40px;
  height: 40px;
  background: url(../images/top/pickup_next.png) no-repeat center center / 100% auto;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  transition: .3s;
}
section#top .block_pickup .slider .slick-next:hover {
  background: url(../images/top/pickup_next_on.png) no-repeat center center / 100% auto;
}
section#top .block_pickup .slider .slick-prev:before,
section#top .block_pickup .slider .slick-next:before {
  content: "";
}
section#top .block_pickup .slider .slick-dots {
  text-align: right;
  right: 100px;
  bottom: 25px;
}
section#top .block_pickup .slider .slick-dots li {
  margin: 0;
}
section#top .block_pickup .slider li button:before {
  content:'';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #000;
}
section#top .block_pickup .slider li.slick-active button:before,
section#top .block_pickup .slider li:hover button:before {
  background: #0099ff;
}
section#top .block_pickup .slider .slick-list {
  overflow: visible!important;
}
/* slick setting end */
section#top .block_media {
  padding: 30px 15px 30px 15px;
}
section#top .block_media h3 {
  margin: 0 0 10px 0;
  color: #0099ff;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
}
section#top .block_media ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
section#top .block_media ul li {
  width: calc(25% - 4px);
}
section#top .block_media ul li img {
  width: 100%;
}
section#top .block_news {
  background: #f7f8f8;
}
section#top .block_news .inner {
  padding: 30px 15px 30px 15px;
}
section#top .block_news h3 {
  color: #0099ff;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
}
section#top .block_news .box ul {
  width: 100%;
  margin: 0 0 20px 0;
  border-top: 1px solid #e6e6e6;
}
section#top .block_news .box ul li {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
section#top .block_news .box ul li a {
  width: 100%;
  color: #000;
  display: block;
  text-decoration: none;
  transition: .3s;
}
section#top .block_news .box ul li dl {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
section#top .block_news .box ul li dl dt {
  width: 80px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  float: left;
}
section#top .block_news .box ul li dl dd {
  width: calc(100% - 80px);
  font-size: 13px;
  float: right;
}
section#top .block_news .box ul li dl dd a {
  color: #000;
  text-decoration: none;
}
section#top .block_news .btn {
  width: 100%;
  display: block;
}
section#top .block_news .btn a {
  padding: 18px 0 18px 20px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 2px;
  border: 1px solid #000;
  background: #000;
  display: block;
  position: relative;
  transition: .3s;
}
section#top .block_news .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: .3s;
}
section#top .block_news .btn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: rotate(45deg) translate(-3px,0);
  transition: .3s;
}
section#top .block_news .btn a:hover {
  color: #000;
  background: #fff;
}
section#top .block_news .btn a:hover:before {
  background: #000;
  right: 15px;
}
section#top .block_news .btn a:hover:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 13px;
}
section#top .block_news .all .btn {
  width: 100%;
  padding: 20px 0;
}


section#top .block_desc {
  padding: 30px 15px;
  background: #fff;
  text-align: center;
}
section#top .block_desc figure {
  margin: 0 0 20px 0;
}
section#top .block_desc figure img {
  width: 200px;
}
section#top .block_desc p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 2px;
}
section#top h2 {
  padding: 60px 0 30px 0;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
}
section#top h2:after {
  content: "";
  width: 1px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
}
section#top .block_service {
  background: #f7f8f8;
}
section#top .block_service .inner {
  width: 100%;
  padding: 0 15px 20px 15px;
}
section#top .block_service .block {
  margin: 0 0 20px 0;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}
section#top .block_service .block figure {
  width: 100%;
}
section#top .block_service .block figure img {
  width: 100%;
}
section#top .block_service .block .box {
  width: 100%;
  padding: 20px;
  background: #fff url(../images/common/gradient.jpg) no-repeat left top / 100% 2px;
}
section#top .block_service .block1 .box {
  top: 70px;
  left: 0;
}
section#top .block_service .block2 .box {
  top: 135px;
  right: 0;
}
section#top .block_service .block3 .box {
  top: 105px;
  left: 0;
}
section#top .block_service .block .box p {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #fff url(../images/common/gradient.jpg) no-repeat left bottom / 100% 2px;
  display: inline-block;
}
section#top .block_service .block .box dl {
  line-height: 2;
}
section#top .block_service .block .box dl dt {
  margin: 0 0 10px 0;
  font-size: 16px;
}
section#top .block_service .block .box dl dd {
  font-size: 12px;
}
section#top .block_lineup .inner {
  padding: 0 15px 20px 15px;
}
section#top .block_lineup .block {
  margin: 0 0 20px 0;
  padding: 10px 0 0 10px;
  background: #fff url(../images/top/lineup_bg_sp.png) no-repeat left top / 200px 300px;
}
section#top .block_lineup .block .box {
  padding: 20px;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.3);
  background: #fff;
}
section#top .block_lineup .block .left {
  width: 100%;
  margin: 0 0 10px 0;
}
section#top .block_lineup .block .left dl {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
}
section#top .block_lineup .block .left dl dt {
  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
  padding: 8px 0 0 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 1px;
  background: linear-gradient(to right, #00c7fb, #005bea);
}
section#top .block_lineup .block .left dl dt span {
  font-size: 36px;
  font-weight: 700;
  display: block;
}
section#top .block_lineup .block .left dl dd {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;
}
section#top .block_lineup .block .left dl dd span {
  padding: 4px 0 0 0;
  color: #595757;
  font-size: 14px;
  font-weight: 900;
  display: block;
}
section#top .block_lineup .block .left dl dd span.base {
  padding: 0 0 5px 0;
  color: #F27C00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
section#top .block_lineup .block .left img {
  width: 100%;
}
section#top .block_lineup .block .left ol {
  margin: 10px 0 0 0;
  display: flex;
  justify-content: center;
}
section#top .block_lineup .block .left ol li {
  margin: 0 5px;
  font-size: 10px;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
}
section#top .block_lineup .block .left ol li img {
  width: 22px;
  height: 22px;
  margin: 0 4px 0 0;
}
section#top .block_lineup .block .right {
  width: 100%;
}
section#top .block_lineup .block .right dl {
  margin: 0 0 20px 0;
}
section#top .block_lineup .block .right dl dt {
  margin: 0 0 15px 0;
  color: #0099ff;
  font-size: 16px;
  font-weight: bold;
}
section#top .block_lineup .block .right dl dd {
  font-size: 14px;
}
section#top .block_lineup .block .right dl dd span {
  color: #ff0000;
}
section#top .block_lineup .block .right .txt {
  margin: 0 0 10px 0;
  padding: 15px 0;
  font-size: 12px;
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
}
section#top .block_lineup .block .right .price {
  color: #0099ff;
  font-size: 16px;
  font-weight: bold;
}
section#top .block_lineup .block .right .price span {
  padding: 0 5px 0 0;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
}
section#top .block_lineup .block .right .price2 {
  margin: 0 0 30px 0;
  font-size: 16px;
}
section#top .block_lineup .block .right .price2 .blue {
  color: #0099ff;
  font-size: 16px;
  font-weight: 700;
}
section#top .block_lineup .block .right .price2 .red {
  color: #ff0000;
  font-weight: 700;
}
section#top .block_lineup .block .right .price2 .small {
  font-size: 12px;
  padding: 0 0 10px 0;
  display: inline-block;
}
section#top .block_lineup .block .right .price2 .large {
  font-size: 26px;
  font-weight: 700;
}
section#top .block_lineup .btn {
  width: 100%;
  margin: 20px 0 0 0;
  display: block;
}
section#top .block_lineup .btn a {
  padding: 18px 0 18px 20px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 2px;
  border: 1px solid #000;
  background: #000;
  display: block;
  position: relative;
  transition: .3s;
}
section#top .block_lineup .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: .3s;
}
section#top .block_lineup .btn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: rotate(45deg) translate(-3px,0);
  transition: .3s;
}
section#top .block_lineup .btn a:hover {
  color: #000;
  background: #fff;
}
section#top .block_lineup .btn a:hover:before {
  background: #000;
  right: 15px;
}
section#top .block_lineup .btn a:hover:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 13px;
}
section#top .block_lineup .all .btn {
  width: 100%;
  padding: 20px 0;
}
section#top .block_topics {
  padding: 0 0 40px 0;
  color: #fff;
  background: #fff url(../images/top/topics_bg.jpg) no-repeat center center / cover;
}
section#top .block_topics h2 {
  padding: 60px 0 30px 0;
}
section#top .block_topics h2:after {
  background: #fff;
}
section#top .block_topics .inner {
  width: 100%;
}
section#top .block_topics .inner p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
section#top .block_topics_list {
  width: 100%;
  background: #f7f8f8;
}
section#top .block_topics_list .inner {
  padding: 0 15px 20px 15px;
}
section#top .block_topics_list ul {
  overflow: hidden;
}
section#top .block_topics_list ul li {
  width: 100%;
  margin: 0 10px 30px 0;
}
section#top .block_topics_list ul li a {
  color: #000;
  text-decoration: none;
  display: block;
}
section#top .block_topics_list ul li figure {
  width: 100%;
  margin: 0 0 15px 0;
  overflow: hidden;
}
section#top .block_topics_list ul li figure img {
  width: 100%;
  height: auto;
  transition: .3s;
}
section#top .block_topics_list ul li a:hover figure img {
  transform: scale(1.1);
  opacity: .7;
}
section#top .block_topics_list ul li dl {
  padding: 0 20px 0 0;
}
section#top .block_topics_list ul li dl dt {
  margin: 0 0 10px 0;
  color: #808080;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
section#top .block_topics_list ul li dl dt span {
  color: #0099ff;
  font-weight: 700;
}
section#top .block_topics_list ul li dl dt em {
  padding: 0 8px;
  font-style: normal;
}
section#top .block_topics_list ul li a:hover dl {
  transition: .3s;
}
section#top .block_topics_list ul li a:hover dl {
  opacity: .5;
}
section#top .block_topics_list .btn {
  width: 100%;
  display: block;
}
section#top .block_topics_list .btn a {
  padding: 18px 0 18px 20px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 2px;
  border: 1px solid #000;
  background: #000;
  display: block;
  position: relative;
  transition: .3s;
}
section#top .block_topics_list .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: .3s;
}
section#top .block_topics_list .btn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: rotate(45deg) translate(-3px,0);
  transition: .3s;
}
section#top .block_topics_list .btn a:hover {
  color: #000;
  background: #fff;
}
section#top .block_topics_list .btn a:hover:before {
  background: #000;
  right: 15px;
}
section#top .block_topics_list .btn a:hover:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 13px;
}
section#top .block_members {
  padding: 0 0 40px 0;
  color: #fff;
  background: #fff url(../images/top/members_bg.jpg) no-repeat center center / cover;
}
section#top .block_members h2 {
  padding: 60px 0 30px 0;
}
section#top .block_members h2:after {
  background: #fff;
}
section#top .block_members .inner {
  width: 100%;
}
section#top .block_members .inner p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
section#top .block_members .inner p a {
  color: #fff;
  text-decoration: underline;
}
section#top .block_access {
  padding: 0 0 20px 0;
}
section#top .block_access .inner {
  padding: 0 15px 20px 15px;
}
section#top .block_access .left {
  width: 100%;
  margin: 0 0 10px 0;
}
section#top .block_access .left iframe {
  width: 100%;
  height: 300px;
}
section#top .block_access .right {
  width: 100%;
}
section#top .block_access .right dl {
  margin: 0 0 20px 0;
}
section#top .block_access .right dl dt {
  margin: 0 0 15px 0;
  color: #0099ff;
  font-size: 16px;
  font-weight: bold;
}
section#top .block_access .right dl dd {
  font-size: 14px;
}
section#top .block_access .right .txt {
  margin: 0 0 30px 0;
  padding: 20px 0;
  font-size: 12px;
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
}
section#top .block_access .right a {
  color: #000;
}
section#top .block_access .btn {
  width: 250px;
  margin: 0 0 0 auto;
  display: block;
}
section#top .block_access .btn a {
  padding: 18px 0 18px 20px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 2px;
  border: 1px solid #000;
  background: #000;
  display: block;
  position: relative;
  transition: .3s;
}
section#top .block_access .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: .3s;
}
section#top .block_access .btn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: rotate(45deg) translate(-3px,0);
  transition: .3s;
}
section#top .block_access .btn a:hover {
  color: #000;
  background: #fff;
}
section#top .block_access .btn a:hover:before {
  background: #000;
  right: 15px;
}
section#top .block_access .btn a:hover:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 13px;
}
section .block_contact {
  padding: 30px 0 10px 0;
  background: #0099ff;
}
section .block_contact .inner a {
  width: 300px;
  height: 121px;
  margin: 0 auto 20px;
  color: #fff;
  background: url(../images/top/contact_btn.png) no-repeat left top / 100% auto;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color .3s ease,background .3s ease;
}
section .block_contact .inner a dl {
  margin: 0 0 0 40px;
  padding:  20px 0 20px 85px;
  transition: background .3s ease;
}
section .block_contact .inner a dl.contact {
  background: url(../images/top/contact_icon_1.png) no-repeat left center / 70px 70px;
}
section .block_contact .inner a dl.reserve {
  background: url(../images/top/contact_icon_2.png) no-repeat left center / 70px 70px;
}
section .block_contact .inner a dl dt {
  font-family: 'Lato', sans-serif;
  letter-spacing: 3px;
  font-size: 20px;
}
section .block_contact .inner a dl dd {
  font-size: 14px;
}
section .block_contact .inner a:hover {
  color: #0099ff;
  background: url(../images/top/contact_btn_on.png) no-repeat left top / 100% auto;
}
section .block_contact .inner a:hover dl.contact {
  background: url(../images/top/contact_icon_1_on.png) no-repeat left center / 70px 70px;
}
section .block_contact .inner a:hover dl.reserve {
  background: url(../images/top/contact_icon_2_on.png) no-repeat left center / 70px 70px;
}

/* ********** LINEUP ********** */

section#lineup {
  position: relative;
}
section#lineup .breadcrumbs {
  color: #fff;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}
section#lineup .visual {
  height: 180px;
  background: url(../images/lineup/visual.jpg) no-repeat center center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#lineup .visual.kyoto {
  background: url(../images/lineup/visual_kyoto.jpg) no-repeat center center / cover;
}
section#lineup .visual.izu {
  background: url(../images/lineup/visual_izu.jpg) no-repeat center center / cover;
}
section#lineup a {
  text-decoration: none;
}
section#lineup h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 7px;
  position: relative;
}
section#lineup h2 span {
  margin: 5px 0 0 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}
section#lineup h2 span:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
section#lineup .list {
  width: 100%;
  padding: 30px 15px;
}
section#lineup .list ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
section#lineup .list ul li:last-child {
  border-bottom: none;
}
section#lineup .list ul li img {
  width: 160px;
  float: left;
}
section#lineup .list ul li p {
  width: calc(100% - 180px);
  margin: 0 0 10px 0;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 2px;
  float: right;
  display: block;
}
section#lineup .list ul li p span {
  color: #666;
  font-size: 14px;
  font-weight: 900;
}
section#lineup .list ul li a {
  width: calc(100% - 180px);
  padding: 8px 15px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #000 url(../images/common/ico_select_w.png) no-repeat right 15px center / 16px auto;
  display: block;
  float: right;
}
section#lineup .block {
  padding: 0 15px 30px 15px;
  border-bottom: 1px solid #0099ff;
  background: #222222;
}
section#lineup .block .inner {
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
section#lineup .block .number {
  width: 140px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/lineup/bg_number.png) no-repeat center center / 100% 100%;
}
section#lineup .block .number dl {
  padding: 10px 0 0 0;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  line-height: 1.1;
}
section#lineup .block .number dl dt {
  font-size: 10px;
  font-weight: 900;
}
section#lineup .block .number dl dd {
  font-size: 30px;
  font-weight: 900;
}
section#lineup .block h3 {
  padding: 10px 0 20px 0;
  font-family: 'Lato', sans-serif;
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.5;
}
section#lineup .block h3 span {
  color: #949494;
  font-size: 20px;
  letter-spacing: 3px;
  display: block;
}
section#lineup .block h3 span.base {
  padding: 20px 0 4px 0;
  color: #F27C00;
  font-size: 20px;
  font-weight: 900;
  display: block;
}
section#lineup .block .slider {
  margin: 0 0 40px 0;
}
section#lineup .block .slider .movie-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

section#lineup .block .slider .movie-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
section#lineup .block .slider .slider-for {
  margin: 0 0 20px 0;
  display: none;
}
section#lineup .block .slider .slider-for.slick-initialized {
  display: block;
}
section#lineup .block .slider .slider-for img {
  width: 100%;
}
section#lineup .block .slider .slider-nav {
  margin: 0 20px;
  display: none;
}
section#lineup .block .slider .slider-nav.slick-initialized {
  display: block;
}
section#lineup .block .slider .slider-nav img {
  width: 100%;
}
section#lineup .block .desc {
  padding: 0 0 40px 0;
}
section#lineup .block .desc dl {
  width: 100%;
}
section#lineup .block .desc dl dt {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  font-size: 17px;
  text-align: center;
  position: relative;
}
section#lineup .block .desc dl dt.s {
  font-size: 15px;
}
section#lineup .block .desc dl dt:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #0099ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}
section#lineup .block .desc dl dd {
  font-size: 14px;
}
section#lineup .block .desc ol {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
}
section#lineup .block .desc ol li {
  margin: 0 7px;
  font-size: 10px;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
}
section#lineup .block .desc ol li img {
  width: 26px;
  height: 26px;
  margin: 0 5px 0 0;
}
section#lineup .block .spec {
  padding: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#lineup .block .spec h4 {
  width: 100%;
  padding: 30px 0 30px 0;
  color: #c7c7c7;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  border-top: 1px solid #0099ff;
  background: url(../images/lineup/bg_number.png) no-repeat center top / 20px auto;
}
section#lineup .block .spec h4 span {
  font-size: 14px;
  display: block;
}
section#lineup .block .spec .box {
  width: 100%;
  border-top: 1px solid #666666;
}
section#lineup .block .spec .box dl {
  padding: 5px 0;
  border-bottom: 1px solid #666666;
  display: flex;
  flex-wrap: wrap;
}
section#lineup .block .spec .box:last-of-type {
  border-top: none;
}
section#lineup .block .spec .box dl dt {
  width: 110px;
  margin: 0 20px 0 0;
  padding: 10px 0;
  color: #0099ff;
  font-size: 13px;
  border-right: 1px dotted #666666;
}
section#lineup .block .spec .box dl dd {
  width: calc(100% - 130px);
  padding: 10px 0 10px 0;
}
section#lineup .block .equipment {
  padding: 0 0 80px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#lineup .block .equipment h4 {
  width: 100%;
  padding: 30px 0 30px 0;
  color: #c7c7c7;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  border-top: 1px solid #0099ff;
  background: url(../images/lineup/bg_number.png) no-repeat center top / 20px auto;
}
section#lineup .block .equipment h4 span {
  font-size: 14px;
  display: block;
}
section#lineup .block .equipment ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}
section#lineup .block .equipment ul li {
  width: calc(100% / 2);
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
section#lineup .block .equipment ul li dl dt {
  padding: 5px 0;
  color: #0099ff;
  font-size: 13px;
  border-bottom: 1px dotted #666666;
}
section#lineup .block .equipment ul li dl dd {
  padding: 10px 0;
  font-size: 16px;
}
section#lineup .block .equipment p {
  margin: 20px 0 0 0;
  font-size: 12px;
}
section#lineup .block .fee {
  padding: 20px 20px 0 20px;
  color: #000;
  background: #ededed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#lineup .block .fee h4 {
  width: 100%;
  padding: 0 0 20px 0;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
}
section#lineup .block .fee h4 span {
  font-size: 14px;
  display: block;
}
section#lineup .block .fee dl {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
section#lineup .block .fee dl dt {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 3px;
}
section#lineup .block .fee dl dd {
  font-size: 14px;
  font-weight: 700;
}
section#lineup .block .fee a {
  width: 90%;
  margin: 0 auto 30px;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  background: #000;
  text-align: center;
  display: block;
  transition: .3s;
}
section#lineup .block .fee a:hover {
  opacity: .7;
}
section#lineup .block .fee_kyoto {
  padding: 20px 20px 0 20px;
  color: #000;
  background: #ededed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#lineup .block .fee_kyoto h4 {
  width: 100%;
  padding: 0 0 20px 0;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
}
section#lineup .block .fee_kyoto h4 span {
  font-size: 14px;
  display: block;
}
section#lineup .block .fee_kyoto dl {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
section#lineup .block .fee_kyoto dl dt {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 3px;
}
section#lineup .block .fee_kyoto dl dd {
  color: #0099ff;
  font-size: 14px;
  font-weight: 700;
}
section#lineup .block .fee_kyoto dl dd span {
  font-size: 18px;
  font-weight: 600;
}
section#lineup .block .fee_kyoto p {
  margin: 0 0 20px 0;
  font-size: 12px;
}
section#lineup .block .fee_kyoto a {
  width: 90%;
  margin: 0 auto 30px;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  background: #000;
  text-align: center;
  display: block;
  transition: .3s;
}
section#lineup .block .fee_kyoto a:hover {
  opacity: .7;
}

section#lineup .block .plan {
  padding: 20px 0;
  color: #000;
  font-size: 16px;
  text-align: center;
  background: #ededed;
  position: relative;
}
section#lineup .block .plan:before {
  content: "";
  border-top: 24px solid #0099ff;
  border-right: 24px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
section#lineup .block .plan:after {
  content: "";
  border-bottom: 24px solid #0099ff;
  border-left: 24px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
section#lineup .block .plan span {
  color: #ff0000;
}
section#lineup .block_reserve {
  padding: 30px 15px;
  background: #f5f5f5;
}
section#lineup .block_reserve .inner {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}
section#lineup .block_reserve .title {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background: #0099ff;
  position: relative;
}
section#lineup .block_reserve .title:after {
  content: "";
  border-top: 16px solid #0099ff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -16px;;
  transform: translate(-50%, 0);
}
section#lineup .block_reserve .title dl dt {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  font-size: 20px;
  position: relative;
}
section#lineup .block_reserve .title dl dt:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
section#lineup .block_reserve .title dl dd {
  padding: 0 20px;
  font-size: 16px;
}
section#lineup .block_reserve .color {
  width: 100%;
  padding: 30px 20px;
}
section#lineup .block_reserve .color p {
  margin: 0 0 20px 0;
  font-size: 16px;
  text-align: center;
}
section#lineup .block_reserve .color ul {
  padding: 15px 0 0 0;
  border-top:  1px dotted #666666;
  border-bottom:  1px dotted #666666;
}
section#lineup .block_reserve .color ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 40px;
  font-size: 16px;
  position: relative;
}
section#lineup .block_reserve .color ul li:after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
section#lineup .block_reserve .color ul li:nth-child(1):after {
  background: #c0a888;
}
section#lineup .block_reserve .color ul li:nth-child(2):after {
  background: #8b4ba0;
}
section#lineup .block_reserve .color ul li:nth-child(3):after {
  background: #c79a37;
}
section#lineup .block_reserve .color ul li span {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
}
section#lineup .block_reserve .calendar {
  padding: 0 15px 20px 15px;
}
section#lineup .block_reserve .calendar iframe {
  width: 100%;
  height: 700px;
}
section#lineup .block .inner .mail {
  margin: 40px 0 20px 0;
}
section#lineup .block .inner .mail a {
  color: #5DB9FD;
  text-decoration: underline;
}
section#lineup .block .inner .mail a:hover {
  color: #AADAFE;
  text-decoration: none;
}
	
/* ********** RESERVE ********** */

section#reserve .title {
  padding: 50px 0 120px 0;
  text-align: center;
  background: #e5e5e5;
}
section#reserve a {
  color: #000;
}
section#reserve a:hover {
  text-decoration: none;
}
section#reserve .title h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 4px;
  position: relative;
}
section#reserve .title h2 span {
  margin: 5px 0 0 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}
section#reserve .title h2 span:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
section#reserve .block {
  width: calc(100% - 30px);
  margin: -80px 15px 40px 15px;
  padding: 20px;
  background: #fff;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.3);
}
section#reserve .block p.desc {
  margin: 0 0 30px 0;
  font-size: 12px;
  text-align: center;
}
section#reserve .block h3 {
  margin: 0 0 10px 0;
  color: #3fa9f5;
  font-size: 16px;
}
section#reserve .block h3 span {
  padding: 0 0 0 10px;
  font-size: 14px;
}
section#reserve .block table.table1 {
  width: 100%;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #b5b5b6;
}
section#reserve .block table.table1 tr:first-child th {
  border-top: 2px solid #000;
}
section#reserve .block table.table1 th {
  width: 100%;
  padding: 20px 0 10px 0;
  font-size: 16px;
  text-align: left;
  border-top: 1px solid #000;
  display: block;
}
section#reserve .block table.table1 th span {
  padding: 0 0 0 10px;
  color: #3fa9f5;
  font-size: 14px;
}
section#reserve .block table.table1 th em {
  font-size: 14px;
  font-style: normal;
}

section#reserve .block table.table1 td {
  padding: 0 0 25px 0;
  vertical-align: top;
  display: block;
}
section#reserve .block table.table1 td input {
  padding: 10px 15px;
  font-size: 14px;
  border: none;
  outline: none;
  background: #eeeeee;
}
section#reserve .block table.table1 td input.l {
  width: 100%;
}
section#reserve .block table.table1 td input.s {
  width: 80px;
}
section#reserve .block table.table1 td input.l + input.l {
  margin: 20px 0 0 0;
}
section#reserve .block table.table1 td .conf {
  margin: 20px 0 0 0;
}
section#reserve .block table.table1 td span.memo {
  width: 100%;
  padding: 10px 0 0 0;
  display: block;
}
section#reserve .block table.table1 td select {
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 0;
  background: #eeeeee url(../images/common/ico_select.png) no-repeat right 10px center / 10px auto;
	-webkit-appearance: none;
	appearance: none;
}
section#reserve .block table.table1 td select.l {
  width: 100%;
}
section#reserve .block table.table1 td select.s {
  width: 90px;
}
section#reserve .block table.table1 td select.s + select.s {
margin: 0 0 0 2px;
}
section#reserve .block table.table1 td em {
  font-style: normal;
}
section#reserve .block table.table1 td em + select {
  margin: 0 10px;
}
section#reserve .block table.table1 textarea {
  width: 100%;
  height: 120px;
  padding: 15px;
  font-size: 16px;
  border: none;
  outline: none;
  background: #eeeeee;
}
section#reserve .block table.table1 td input[type=file] {
  padding: 0;
  font-size: 13px;
  background: #fff;
}
section#reserve .block table.table1 td .box + .box {
  margin: 20px 0 0 0;
}
section#reserve .block .calendar {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 20px 0 0 0;
  border-top: 2px solid #000;
}
section#reserve .block .calendar .color {
  width: 100%;
  padding: 30px 20px;
}
section#reserve .block .calendar .color p {
  margin: 0 0 20px 0;
  font-size: 16px;
  text-align: center;
}
section#reserve .block .calendar .color .box {
  padding: 10px 10px 0 10px;
  border-top:  1px dotted #666666;
  border-bottom:  1px dotted #666666;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#reserve .block .calendar .color ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
  font-size: 16px;
  position: relative;
}
section#reserve .block .calendar .color ul li:after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
section#reserve .block .calendar .color ul li.col1:after {
  background: #c0a888;
}
section#reserve .block .calendar .color ul li.col2:after {
  background: #8b4ba0;
}
section#reserve .block .calendar .color ul li.col3:after {
  background: #c79a37;
}
section#reserve .block .calendar .color ul li.col4:after {
  background: #ff0000;
}
section#reserve .block .calendar .color ul li.col5:after {
  background: #0071b7;
}
section#reserve .block .calendar .color ul li.col6:after {
  background: #009933;
}
section#reserve .block .calendar .color ul li span {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
}
section#reserve .block .calendar iframe {
  width: 100%;
  height: 700px;
}
section#reserve .block table.table2 {
  width: 100%;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #b5b5b6;
}
section#reserve .block table.table2 tr:first-child th {
  border-top: 2px solid #000;
}
section#reserve .block table.table2 th {
  padding: 25px 0;
  font-size: 16px;
  text-align: left;
  border-top: 1px solid #b5b5b6;
}
section#reserve .block table.table2 th span {
  padding: 0 10px 0 0;
  color: #0099ff;
}
section#reserve .block table.table2 td {
  padding: 0 0 25px 0;
  font-size: 16px;
  text-align: left;
}
section#reserve .block table.table2 input[type=radio] {
  margin: 0 10px 0 0;
}
section#reserve .block table.table2 label {
  margin: 0 20px 0 0;
}
section#reserve .block table.table2 textarea {
  width: 100%;
  height: 100px;
  padding: 15px;
  font-size: 16px;
  border: none;
  outline: none;
  background: #eeeeee;
}
section#reserve .block .check {
  width: 100%;
  margin: 0 auto 40px;
}
section#reserve .block .check .box {
  margin: 0 0 20px 0;
  display: flex;
}
section#reserve .block .check .box input[type=checkbox] {
  margin: 0 10px 0 0;
}
section#reserve .block .check .box span {
  font-size: 14px;
}
section#reserve .block input[type=submit] {
  width: 240px;
  height: 60px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 13px;
  background: #000;
  display: block;
}
section#reserve .block .btn input[type=submit].back {
  color: #000;
  background: #ccc;
}
section#reserve .block span.error {
  margin: 0 0 10px 0;
  font-size: 14px;
}
section#reserve .block table.table1 .mt20 {
  margin: 20px 0 0 0;
}
section#reserve .block table.table1 img {
  max-width: 300px;
}
section#reserve .block a.back_btn {
  width: 240px;
  height: 60px;
  margin: 0 auto 50px auto;
  color: #fff;
  font-size: 13px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
section#reserve .mw_wp_form_confirm .conf {
  display: none;
}
section#reserve .caution {
  color: #ff0000;
  display: none;
}
section#reserve .mw_wp_form_confirm .caution {
display: inline-block;
}
section#reserve .complete p {
  margin: 0 0 30px 0;
  font-size: 12px;
  text-align: center;
}
section#reserve .complete .caution {
  display: block;
}

/* ********** PRIVACY ********** */

section#privacy .title {
  padding: 20px 0 120px 0;
  text-align: center;
  background: #e5e5e5;
}
section#privacy a {
  color: #000;
}
section#privacy a:hover {
  text-decoration: none;
}
section#privacy .title h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 4px;
  position: relative;
}
section#privacy .title h2 span {
  margin: 5px 0 0 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}
section#privacy .title h2 span:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
section#privacy .block {
  width: calc(100% - 30px);
  margin: -80px 15px 40px 15px;
  padding: 20px;
  background: #fff;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.3);
}
section#privacy .block h3 {
  margin: 0 0 20px 0;
  color: #3fa9f5;
  font-size: 16px;
}
section#privacy .block .box {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-size: 12px;
  border-top: 1px solid #b5b5b6;
}
section#privacy .block .box:last-of-type {
  border-bottom: 1px solid #b5b5b6;
}
section#privacy .block .box p {
  margin: 0 0 20px 0;
}
section#privacy .block .box ul {
  margin: 0 0 20px 0;
}

/* ********** AGREEMENT ********** */

section#agreement .title {
  padding: 20px 0 120px 0;
  text-align: center;
  background: #e5e5e5;
}
section#agreement a {
  color: #000;
}
section#agreement a:hover {
  text-decoration: none;
}
section#agreement .title h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 4px;
  position: relative;
}
section#agreement .title h2 span {
  margin: 5px 0 0 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}
section#agreement .title h2 span:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
section#agreement .block {
  width: calc(100% - 30px);
  margin: -80px 15px 40px 15px;
  padding: 20px;
  background: #fff;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.3);
}
section#agreement .block h3 {
  margin: 0 0 20px 0;
  font-size: 16px;
}
section#agreement .block .box {
  padding: 0 0 10px 0;
  line-height: 2;
  font-size: 11px;
}
section#agreement .block .box:last-of-type {
  margin: 0;
}
section#agreement .block .box h4 {
  font-size: 14px;
}
section#agreement .block .box p {
  margin: 0 0 20px 0;
}
section#agreement .block .box ul {
  margin: 0 0 20px 0;
}

/* ********** LEGAL ********** */

section#legal .title {
  padding: 20px 0 120px 0;
  text-align: center;
  background: #e5e5e5;
}
section#legal a {
  color: #000;
}
section#legal a:hover {
  text-decoration: none;
}
section#legal .title h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 4px;
  position: relative;
}
section#legal .title h2 span {
  margin: 5px 0 0 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}
section#legal .title h2 span:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
section#legal .block {
  width: calc(100% - 30px);
  margin: -80px 15px 40px 15px;
  padding: 20px;
  background: #fff;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.3);
}
section#legal .block h3 {
  margin: 0 0 20px 0;
  color: #3fa9f5;
  font-size: 16px;
}
section#legal .block table {
  width: 100%;
  line-height: 2;
  border-top: 1px solid #b5b5b6;
}
section#legal .block table tr {
  border-bottom: 1px solid #b5b5b6;
}
section#legal .block table th {
  width: 100%;
  padding: 20px 0 0 0;
  color: #3fa9f5;
  font-size: 14px;
  text-align: left;
  display: block;
}
section#legal .block table td {
  width: 100%;
  padding: 0 0 20px 0;
  font-size: 12px;
  display: block;
}


/* ********** CAMPAIGN ********** */

section#campaign .title {
  padding: 20px 0 120px 0;
  text-align: center;
  background: #e5e5e5;
}
section#campaign a {
  color: #000;
}
section#campaign a:hover {
  text-decoration: none;
}
section#campaign .title h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 4px;
  position: relative;
}
section#campaign .title h2 span {
  margin: 5px 0 0 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}
section#campaign .title h2 span:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
section#campaign .block {
  width: calc(100% - 30px);
  margin: -80px 15px 40px 15px;
  background: #fff;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.3);
}
section#campaign .block .title {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background: #666666;
  position: relative;
}
section#campaign .block .title:after {
  content: "";
  border-top: 16px solid #666666;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -16px;;
  transform: translate(-50%, 0);
}
section#campaign .block .title.blue {
  background: #0099ff;
}
section#campaign .block .title.blue:after {
  border-top: 16px solid #0099ff;
}
section#campaign .block .inner {
  padding: 30px 20px;
}
section#campaign .block .inner dl {
  margin: 0 0 30px 0;
  text-align: center;
}
section#campaign .block .inner dl dt {
  margin: 0 0 20px 0;
  color: #0099ff;
  font-size: 18px;
}
section#campaign .block .inner dl dt span {
  font-size: 20px;
  display: block;
}
section#campaign .block .inner dl dd {
  width: 200px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  font-size: 14px;
  background: url(../images/common/border_stripe.png) repeat-x center bottom;
}
section#campaign .block .inner dl dd span {
  font-size: 16px;
}
section#campaign .block .inner dl dd em {
  color: #ed1e79;
  font-size: 24px;
  font-style: normal;
}
section#campaign .block .inner ul {
  width: 240px;
  margin: 0 auto 30px;
  font-size: 12px;
}
section#campaign .block .inner ul li {
  margin: 0 0 10px 0;
}

section#campaign .block .inner .btn {
  width: 100%;
  margin: 0 0 0 auto;
  display: block;
}
section#campaign .block .inner .btn a {
  padding: 18px 0 18px 20px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 2px;
  border: 1px solid #000;
  background: #000;
  display: block;
  position: relative;
  transition: .3s;
}
section#campaign .block .inner .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: .3s;
}
section#campaign .block .inner .btn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: rotate(45deg) translate(-3px,0);
  transition: .3s;
}
section#campaign .block .inner .btn a:hover {
  color: #000;
  background: #fff;
}
section#campaign .block .inner .btn a:hover:before {
  background: #000;
  right: 15px;
}
section#campaign .block .inner .btn a:hover:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 13px;
}
section#campaign .block .inner table {
  width: 100%;
  margin: 0 0 20px 0;
  border-top :1px solid #b5b5b6;
}
section#campaign .block .inner table tr {
  border-bottom :1px solid #b5b5b6;
}
section#campaign .block .inner table th {
  padding: 15px 0;
  color: #0099ff;
  font-size: 18px;
  text-align: left;
  display: block;
}
section#campaign .block .inner table td {
  padding: 0 0 15px 0;
  font-size: 14px;
  vertical-align: top;
  display: block;
}
section#campaign .block .inner table td .red {
  color: #ed1e79;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
section#campaign .block .inner table td .ll {
  font-size: 24px;
}
section#campaign .block .inner table td .l {
  font-size: 18px;
}
section#campaign .block .inner table td .m {
  font-size: 16px;
}
section#campaign .block .inner table td .s {
  font-size: 12px;
}
section#campaign .block .inner p.note {
  margin: 0 0 30px 0;
  font-size: 14px;
  text-align: center;
}

/* ********** SYSTEM ********** */

section#system .title {
  padding: 20px 0 120px 0;
  text-align: center;
  background: #e5e5e5;
}
section#system a {
  color: #000;
  text-decoration: none;
}
section#system a:hover {
  text-decoration: none;
}
section#system .title h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 4px;
  position: relative;
}
section#system .title h2 span {
  margin: 5px 0 0 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}
section#system .title h2 span:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
section#system .block {
  width: calc(100% - 30px);
  margin: -80px 15px 40px 15px;
  padding: 20px;
  background: #fff;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.3);
}
section#system .block ul.nav {
  margin: 0 0 30px 0;
}
section#system .block ul.nav li {
  line-height: 1;
  border-bottom: 1px dotted #b3b3b3;
}
section#system .block ul.nav li a {
  padding: 15px 0 15px 25px;
  color: #333;
  background: url(../images/system/arrow.png) no-repeat left center / 16px auto;
  display: block;
}
section#system .block h3 {
  width: 100%;
  padding: 30px 0 30px 0;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  border-top: 1px solid #0099ff;
  background: url(../images/lineup/bg_number.png) no-repeat center top / 20px auto;
}
section#system .block h3 span {
  font-size: 14px;
  display: block;
}
section#system .block .box .desc {
  margin: 0 0 20px 0;
}
section#system .block .box .item {
  padding: 30px 0;
  border-top: 1px dotted #b3b3b3;
}
section#system .block .box .item h4 {
  margin: 0 0 20px 0;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #036eb8;
  background: linear-gradient(to right, #00c7fb, #005bea);
  display: flex;
  align-items: center;
}
section#system .block .box .item h4 span {
  padding: 0 10px 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
}
section#system .block .box .item .date {
  margin: 0 0 20px 0;
  padding: 0 10px;
  font-size: 14px;
}
section#system .block .box .item img {
  width: 100%;
}
section#system .block .box .mt {
  margin-top: 30px;
}
section#system .block .box .mb {
  margin-bottom: 30px;
}
section#system .block .box .item .note {
  padding: 15px;
  color: #0099ff;
  font-size: 14px;
  text-align: center;
  border: 2px solid #0099ff;
}
section#system .block .box .item .note em {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
section#system .block .box .inner {
  padding: 0 0 30px 0;
}
section#system .block .box .inner table {
  width: 100%;
  font-size: 12px;
}
section#system .block .box .inner table tr {
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
}
section#system .block .box .inner table th {
  padding: 10px;
  color: #fff;
  border-right: 1px dotted #ccc;
  background: #666;
}
section#system .block .box .inner table th:last-child {
  border-right: none;
}
section#system .block .box .inner table td {
  min-width: 100px;
  padding: 10px;
  border-right: 1px dotted #ccc;
}
section#system .block .box .inner table td:first-child {
  background: #f8f8f8;
}
section#system .block .box .inner table td:last-child {
  border-right: none;
}
section#system .block .box .inner table td.price {
  color: #0099ff;
  font-size: 14px;
  text-align: right;
}
section#system .block .box .inner .note {
  padding: 15px;
  color: #fff;
  background: #0099ff;
  font-size: 14px;
  text-align: center;
}

/* ********** TOPICS ********** */

section#topics .title {
  padding: 20px 0 40px 0;
  text-align: center;
}
section#topics .breadcrumbs {
  background: #fff;
}
section#topics .breadcrumbs a {
  color: #000;
  text-decoration: none;
}
section#topics .breadcrumbs a:hover {
  text-decoration: none;
}
section#topics .title h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 4px;
  position: relative;
}
section#topics .title h2 span {
  margin: 5px 0 0 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}
section#topics .title h2 span:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
section#topics .block {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 15px;
  background: #fff;
}
section#topics .block a {
  color: #000;
  transition: .3s;
  text-decoration: none;
}
section#topics .block a:hover {
  opacity: .7;
}
section#topics .block .archives {
  width: 100%;
  margin: 0 0 40px 0;
}
section#topics .block .archives {
  width: 100%;
  margin: 0 0 40px 0;
}
section#topics .block .archives .current_cat {
  margin: 0 0 25px 0;
  padding: 5px 15px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  background: #cccccc;
}
section#topics .block .archives .current_cat span {
  padding: 0 0 0 40px;
  color: #000;
  font-weight: 900;
  position: relative;
}
section#topics .block .archives .current_cat span:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
}
section#topics .block .archives ul {
  overflow: hidden;
}
section#topics .block .archives ul li {
  width: 100%;
  margin: 0 10px 30px 0;
}
section#topics .block .archives ul li a {
  color: #000;
  text-decoration: none;
  display: block;
}
section#topics .block .archives ul li figure {
  width: 100%;
  margin: 0 0 15px 0;
  overflow: hidden;
}
section#topics .block .archives ul li figure img {
  width: 100%;
  height: auto;
  transition: .3s;
}
section#topics .block .archives ul li a:hover figure img {
  transform: scale(1.1);
  opacity: .7;
}
section#topics .block .archives ul li dl {
  padding: 0 20px 0 0;
}
section#topics .block .archives ul li dl dt {
  margin: 0 0 10px 0;
  color: #808080;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
section#topics .block .archives ul li dl dt span {
  color: #0099ff;
  font-weight: 700;
}
section#topics .block .archives ul li dl dt em {
  padding: 0 8px;
  font-style: normal;
}
section#topics .block .archives ul li a:hover dl {
  transition: .3s;
}
section#topics .block .archives ul li a:hover dl {
  opacity: .5;
}
section#topics .block .archives .pager span {
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  padding: 4px 0 0 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #0099ff;
}
section#topics .block .archives .pager a.page-numbers {
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  padding: 4px 0 0 0;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #e6e6e6;
}
section#topics .block .archives .pager .dots {
  color: #808080;
  background: #fff;
}
section#topics .block .archives .pager a.page-numbers:hover {
  opacity: 1;
  color: #fff;
  background: #0099ff;
  transition: .2s;
}
section#topics .block .archives .pager .next {
  text-indent: -9999px;
  background: #4d4d4d!important;
  position: relative;
  transition: .2s;
}
section#topics .block .archives .pager .next:hover {
  background: #0099ff!important;
}
section#topics .block .archives .pager .next:after {
  content: "";
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 11px;
  right: 13px;
  transform: rotate(45deg);
}
section#topics .block .archives .pager .prev {
  text-indent: -9999px;
  background: #4d4d4d!important;
  position: relative;
  transition: .2s;
}
section#topics .block .archives .pager .prev:hover {
  background: #0099ff!important;
}
section#topics .block .archives .pager .prev:after {
  content: "";
  border-top: 4px solid transparent;
  border-left: 4px solid #fff;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  position: absolute;
  top: 11px;
  left: 13px;
  transform: rotate(45deg);
}
section#topics .block .single {
  width: 100%;
  margin: 0 0 40px 0;
}
section#topics .block .single .current_cat {
  margin: 0 0 25px 0;
  padding: 5px 15px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  background: #cccccc;
}
section#topics .block .single .current_cat span {
  padding: 0 0 0 40px;
  color: #000;
  font-weight: 900;
  position: relative;
}
section#topics .block .single .current_cat span:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
}
section#topics .block .single .date {
  margin: 0 0 20px 0;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
section#topics .block .single h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
}
section#topics .block .single .eyecatch {
  width: 100%;
  margin: 0 0 20px 0;
}
section#topics .block .single .eyecatch img {
  width: 100%;
  height: auto;
}
section#topics .block .single .content {
  padding: 0 0 30px 0;
}
section#topics .block .single .content img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
section#topics .block .single .content .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

section#topics .block .single .content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
section#topics .block .single .content h1 {
  margin: 1em 0;
  font-size: 20px;
  font-weight: bold;
}
section#topics .block .single .content h2 {
  margin: 1em 0;
  color: #0099ff;
  font-size: 18px;
}
section#topics .block .single .content p {
  margin: 1em 0;
}
section#topics .block .single .content hr {
  margin: 2em 0;
}
section#topics .block .single .content a {
  color: #808080;
}
section#topics .block .single .content a:hover {
  color: #0099ff;
  text-decoration: underline;
  opacity: 1;
}
section#topics .block .single .tags {
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#topics .block .single .tags p {
  width: 80px;
  margin: 8px 0 0 0;
  padding: 0 0 0 28px;
  font-weight: 700;
  background: url(../images/topics/ico_tag.png) no-repeat left center / auto 20px;
}
section#topics .block .single .tags ul {
  width: calc(100% - 80px);
  overflow: hidden;
}
section#topics .block .single .tags ul li {
  margin: 5px 10px 5px 0;
  float: left;
}
section#topics .block .single .tags ul li a {
  padding: 3px 10px;
  background: #f2f2f2;
  display: block;
}
section#topics .block .single .tags ul li a:hover {
  color: #fff;
  background: #0099ff;
  opacity: 1;
}
section#topics .block .single .social {
  margin: 0 0 30px 0;
}
section#topics .block .single .pager {
  font-size: 12px;
  position: relative;
}
section#topics .block .single .pager a:hover {
  color: #0099ff;
  opacity: 1;
}
section#topics .block .single .pager .back {
  width: 110px;
  margin: 0 auto;
  text-align: center;
}
section#topics .block .single .pager .back a {
  padding: 10px 0;
  text-decoration: underline;
  display: block;
}
section#topics .block .single .pager .prev {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
section#topics .block .single .pager .prev a {
  padding: 10px 0 10px 18px;
  display: block;
  position: relative;
}
section#topics .block .single .pager .prev a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
  transition: .3s;
  position: absolute;
  left: 3px;
  top: 12px;
}
section#topics .block .single .pager .prev a:hover:before {
  border-bottom: 1px solid #0099ff;
  border-left: 1px solid #0099ff;
}
section#topics .block .single .pager .next {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
section#topics .block .single .pager .next a {
  padding: 10px 18px 10px 0;
  display: block;
  position: relative;
}
section#topics .block .single .pager .next a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: .3s;
  position: absolute;
  right: 3px;
  top: 12px;
}
section#topics .block .single .pager .next a:hover:before {
  border-top: 1px solid #0099ff;
  border-right: 1px solid #0099ff;
}
section#topics .block .right {
  width: 100%;
  border-top: 1px solid #808080;
  background: #f7f8f8;
}
section#topics .block .right h3 {
  height: 30px;
  margin: 0 0 40px 0;
  color: #808080;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 4px;
  line-height: 1;
  border-bottom: 1px solid #808080;
  background: url(../images/topics/ico_h3.png) no-repeat right top / auto 29px;
}
section#topics .block .right h4 {
  padding: 0 0 0 28px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
section#topics .block .right .popular {
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #808080;
}
section#topics .block .right .popular h4 {
  background: url(../images/topics/ico_popular.png) no-repeat left center / auto 20px;
}
section#topics .block .right .popular ul li {
  border-bottom: 1px solid #cccccc;
}
section#topics .block .right .popular ul li:last-child {
  border-bottom: none;
}
section#topics .block .right .popular ul li a {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#topics .block .right .popular ul li figure {
  width: 80px;
}
section#topics .block .right .popular ul li figure img {
  width: 100%;
  height: auto;
}
section#topics .block .right .popular ul li dl {
  width: calc(100% - 92px);
}
section#topics .block .right .popular ul li dl dt {
  margin: 0 0 5px 0;
  color: #808080;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
section#topics .block .right .category {
  padding: 20px 20px 22px 20px;
  border-bottom: 1px solid #808080;
}
section#topics .block .right .category h4 {
  margin: 0 0 20px 0;
  background: url(../images/topics/ico_category.png) no-repeat left center / 20px auto;
}
section#topics .block .right .category ul li {
margin: 0 0 8px 0;
line-height: 1;
}
section#topics .block .right .category ul li a {
  padding: 13px;
  background: #fff;
  display: block;
  transition: .3s;
}
section#topics .block .right .category ul li a:hover {
  color: #fff;
  opacity: 1;
  background: #3fa9f5;
}
section#topics .block .right .tags {
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #808080;
}
section#topics .block .right .tags h4 {
  margin: 0 0 20px 0;
  background: url(../images/topics/ico_tag.png) no-repeat left center / auto 20px;
}
section#topics .block .right .tags ul {
  overflow: hidden;
}
section#topics .block .right .tags ul li {
  margin: 0 10px 10px 0;
  float: left;
}
section#topics .block .right .tags ul li a {
  padding: 3px 10px;
  color: #fff;
  background: #4d4d4d;
  display: block;
}
section#topics .block .right .tags ul li a:hover {
  color: #fff;
  opacity: 1;
  background: #3fa9f5;
}
section#topics .block_topics_list {
  width: 100%;
  background: #f7f8f8;
}
section#topics .block_topics_list h3 {
  padding: 60px 0 30px 0;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
}
section#topics .block_topics_list h3:after {
  content: "";
  width: 1px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
}
section#topics .block_topics_list h3 span {
  margin: 5px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}
section#topics .block_topics_list .inner {
  padding: 0 15px 20px 15px;
}
section#topics .block_topics_list ul {
  overflow: hidden;
}
section#topics .block_topics_list ul li {
  width: 100%;
  margin: 0 10px 30px 0;
}
section#topics .block_topics_list ul li a {
  color: #000;
  text-decoration: none;
  display: block;
}
section#topics .block_topics_list ul li figure {
  width: 100%;
  margin: 0 0 15px 0;
  overflow: hidden;
}
section#topics .block_topics_list ul li figure img {
  width: 100%;
  height: auto;
  transition: .3s;
}
section#topics .block_topics_list ul li a:hover figure img {
  transform: scale(1.1);
  opacity: .7;
}
section#topics .block_topics_list ul li dl {
  padding: 0 20px 0 0;
}
section#topics .block_topics_list ul li dl dt {
  margin: 0 0 10px 0;
  color: #808080;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
section#topics .block_topics_list ul li dl dt span {
  color: #0099ff;
  font-weight: 700;
}
section#topics .block_topics_list ul li dl dt em {
  padding: 0 8px;
  font-style: normal;
}
section#topics .block_topics_list ul li a:hover dl {
  transition: .3s;
}
section#topics .block_topics_list ul li a:hover dl {
  opacity: .5;
}
section#topics .block_topics_list .btn {
  width: 100%;
  display: block;
}
section#topics .block_topics_list .btn a {
  padding: 18px 0 18px 20px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 2px;
  border: 1px solid #000;
  background: #000;
  display: block;
  position: relative;
  transition: .3s;
}
section#topics .block_topics_list .btn a:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: .3s;
}
section#topics .block_topics_list .btn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: rotate(45deg) translate(-3px,0);
  transition: .3s;
}
section#topics .block_topics_list .btn a:hover {
  color: #000;
  background: #fff;
}
section#topics .block_topics_list .btn a:hover:before {
  background: #000;
  right: 15px;
}
section#topics .block_topics_list .btn a:hover:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 13px;
}

/* ********** LINEUP TOP added 12.15.2019 ********** */

section#lineup .item_list {
  width: 100%;
  padding: 30px 15px 0 15px;
}
section#lineup .item_list .icon {
  margin: 0 0 20px 0;
}
section#lineup .item_list .icon ol {
  display: flex;
  justify-content: center;
}
section#lineup .item_list .icon ol li {
  margin: 0 7px;
  font-size: 10px;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
}
section#lineup .item_list .icon ol li img {
  width: 26px;
  height: 26px;
  margin: 0 5px 0 0;
}
section#lineup .item_list h3 {
  margin: 0 0 30px 0;
  padding: 0 0 10px 20px;
  line-height: 2;
  letter-spacing: 2px;
  border-bottom: 1px solid #3fa4f0;
}
section#lineup .item_list h3 span {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 900;
  display: block;
  position: relative;
}
section#lineup .item_list h3 span:before {
  content: "";
  width: 54px;
  height: 54px;
  background: #0099ff;
  position: absolute;
  top: 2px;
  left: -20px;
  z-index: -1;
}
section#lineup .item_list ul {
  margin: 0 0 30px 0;
}
section#lineup .item_list ul > li {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
section#lineup .item_list ul > li:nth-child(3n) {
  border-bottom: none;
}
section#lineup .item_list ul > li > img {
  margin: 0 0 15px 0;
}
section#lineup .item_list ul > li p {
  margin: 0 0 20px 0;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;
}
section#lineup .item_list ul > li p span {
  color: #666;
  font-size: 16px;
  font-weight: 900;
}
section#lineup .item_list ul > li p span.base {
  padding: 20px 0 8px 0;
  color: #F27C00;
  font-size: 14px;
  font-weight: 900;
  display: block;
}
section#lineup .item_list ul > li dl dt {
  margin: 0 0 20px 0;
  color: #0099ff;
  font-size: 18px;
  font-weight: 700;
}
section#lineup .item_list ul > li dl dd {
  margin: 0 0 20px 0;
}
section#lineup .item_list ul > li a {
  transition: .3s;
}
section#lineup .item_list ul > li a.btn {
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  background: #000;
  display: block;
}
section#lineup .item_list ul > li a:hover {
  opacity: .7;
}
section#lineup .item_list ul > li ol {
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center;
}
section#lineup .item_list ul > li ol li {
  margin: 0 5px;
}
section#lineup .item_list ul > li ol li img {
  width: 26px;
}
section#lineup .item_kyoto {
  margin: 0 0 60px;
}
section#lineup .item_kyoto figure {
  margin: 0 0 15px 0;
}
section#lineup .item_kyoto figure img {
  width: 100%;
}
section#lineup .item_kyoto .box dl {
  margin: 0 0 20px 0;
}
section#lineup .item_kyoto .box dl dt {
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  color: #0096ff;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}

section#lineup .item_kyoto .box a.btn {
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  background: #000;
  display: block;
}
section#lineup .item_kyoto .box a.btn:hover {
  opacity: .7;
}
section#lineup .text {
  width: 100%;
  padding: 10px 15px 40px 15px;
}
section#lineup .text h3 {
  margin: 0 0 25px 0;
  font-size: 18px;
}
section#lineup .text ul {
  padding: 20px;
  font-size: 14px;
  line-height: 2;
  background: #f0f0f0;
}
section#lineup .text ul li {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
section#lineup .text ul li a {
  color: #3fa4f0;
  text-decoration: underline;
}
section#lineup .text ul li a:hover {
  text-decoration: none;
}
section#lineup .text ul li span {
  color: #ff0000;
}

/* ********** LINEUP SINGLE added 12.14.2019 ********** */

section .common_list {
  width: 100%;
  padding: 30px 15px;
}
section .common_list ul li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
section .common_list ul li:last-child {
  border-bottom: none;
}
section .common_list ul li img {
  width: 160px;
  float: left;
}
section .common_list ul li p {
  width: calc(100% - 180px);
  margin: 0 0 0 15px;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 2px;
  float: right;
  display: block;
}
section .common_list ul li p span {
  color: #666;
  font-size: 14px;
  font-weight: 900;
}
section .common_list ul li p span.base {
  padding: 8px 0 8px 0;
  color: #F27C00;
  font-size: 14px;
  font-weight: 900;
  display: block;
}
section .common_list ul li a {
  padding: 20px 0;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
section .common_access h2 {
  padding: 60px 0 30px 0;
  color: #000!important;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
}
section .common_access h2:after {
  content: "";
  width: 1px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
}
section .common_access .inner {
  padding: 0 15px 20px 15px;
}
section .common_access .left {
  width: 100%;
  margin: 0 0 10px 0;
}
section .common_access .left iframe {
  width: 100%;
  height: 300px;
}
section .common_access .right {
  width: 100%;
}
section .common_access .right dl {
  margin: 0 0 20px 0;
}
section .common_access .right dl dt {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
}
section .common_access .right dl dd {
  font-size: 14px;
}
section .common_access .right dl dd  a {
  color: #3fa4f0;
  text-decoration: underline;
}
section .common_access .right dl dd span {
  color: #ff0000;
}
section .common_access .right .txt {
  margin: 0 0 30px 0;
  padding: 20px 0;
  font-size: 14px;
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
}
section .common_access .right a {
  color: #000;
}
section .common_access .right .txt a {
  color: #3fa4f0;
  text-decoration: underline;
}

/* ********** TOP & LINEUP price added 12.14.2019 ********** */

section#top .block_lineup .fee div,
section#lineup .block .fee dl dd div {
  font-weight: 700;
  margin: 0 0 10px 0;
}
section#top .block_lineup .fee span,
section#lineup .block .fee dl dd span {
  font-weight: 700;
}
section#top .block_lineup .fee span.blue,
section#lineup .block .fee dl dd span.blue {
  color: #0099ff;
}
section#top .block_lineup .fee span.red,
section#lineup .block .fee dl dd span.red {
  color: #ff0000;
}
section#top .block_lineup .fee span.fs14,
section#lineup .block .fee dl dd span.fs14 {
  font-size: 12px;
}
section#top .block_lineup .fee span.fs16,
section#lineup .block .fee dl dd span.fs16 {
  font-size: 12px;
}
section#top .block_lineup .fee span.fs18,
section#lineup .block .fee dl dd span.fs18 {
  font-size: 14px;
}
section#top .block_lineup .fee span.fs20,
section#lineup .block .fee dl dd span.fs20 {
  font-size: 16px;
}
section#top .block_lineup .fee span.fs22,
section#lineup .block .fee dl dd span.fs22 {
  font-size: 18px;
}
section#top .block_lineup .fee span.fs24,
section#lineup .block .fee dl dd span.fs24 {
  font-size: 20px;
}
section#top .block_lineup .fee span.fs26,
section#lineup .block .fee dl dd span.fs26 {
  font-size: 22px;
  line-height: 1;
}
section#top .block_lineup .fee span.fs28,
section#lineup .block .fee dl dd span.fs28 {
  font-size: 24px;
  line-height: 1;
}
section#top .block_lineup .fee span.fs30,
section#lineup .block .fee dl dd span.fs30 {
  font-size: 26px;
  line-height: 1;
}

/* ********** LINEUP calendar added 12.14.2019 ********** */

section#lineup .common_calendar {
  padding: 30px 15px;
  background: #f5f5f5;
}
section#lineup .common_calendar .inner {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}
section#lineup .common_calendar .title {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background: #0099ff;
  position: relative;
}
section#lineup .common_calendar .title:after {
  content: "";
  border-top: 16px solid #0099ff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -16px;;
  transform: translate(-50%, 0);
}
section#lineup .common_calendar .title dl dt {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  font-size: 20px;
  position: relative;
}
section#lineup .common_calendar .title dl dt:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
section#lineup .common_calendar .title dl dd {
  padding: 0 20px;
  font-size: 16px;
}
section#lineup .common_calendar .color {
  width: 100%;
  padding: 30px 20px;
}
section#lineup .common_calendar .color p {
  margin: 0 0 20px 0;
  font-size: 16px;
  text-align: center;
}
section#lineup .common_calendar .color .box {
  padding: 10px 10px 0 10px;
  border-top:  1px dotted #666666;
  border-bottom:  1px dotted #666666;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#lineup .common_calendar .color ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
  font-size: 16px;
  position: relative;
}
section#lineup .common_calendar .color ul li:after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
section#lineup .common_calendar .color ul li.col1:after {
  background: #c0a888;
}
section#lineup .common_calendar .color ul li.col2:after {
  background: #8b4ba0;
}
section#lineup .common_calendar .color ul li.col3:after {
  background: #c79a37;
}
section#lineup .common_calendar .color ul li.col4:after {
  background: #ff0000;
}
section#lineup .common_calendar .color ul li.col5:after {
  background: #0071b7;
}
section#lineup .common_calendar .color ul li.col6:after {
  background: #009933;
}
section#lineup .common_calendar .color ul li span {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
}
section#lineup .common_calendar .calendar {
  padding: 0 15px 20px 15px;
}
section#lineup .common_calendar .calendar iframe {
  width: 100%;
  height: 700px;
}

/* ********** CAMPAIGN ********** */

section#calendar .title {
  padding: 20px 0 120px 0;
  text-align: center;
  background: #e5e5e5;
}
section#calendar a {
  color: #0099ff;
  text-decoration: none;
}
section#calendar a:hover {
  text-decoration: underline;
}
section#calendar .title h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 4px;
  position: relative;
}
section#calendar .title h2 span {
  margin: 5px 0 0 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}
section#calendar .title h2 span:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
section#calendar .block {
  width: calc(100% - 30px);
  margin: -80px 15px 40px 15px;
  background: #fff;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.3);
}
section#calendar .block .title {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background: #0099ff;
  position: relative;
}
section#calendar .block .title:after {
  content: "";
  border-top: 16px solid #0099ff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -16px;;
  transform: translate(-50%, 0);
}
section#calendar .block .inner {
  padding: 30px 20px;
}
section#calendar .block .inner iframe {
  width: 100%;
}
section#calendar .block .flex {
  margin: 30px 0 0 0;
}
section#calendar .block .flex h4 {
  margin: 0 0 10px 0;
  padding: 3px 5px;
  font-weight: 700;
  background: #eaeaea;
  display: inline-block;
}
section#calendar .block .flex .left {
  width: 100%;
  margin: 0 0 30px 0;
}
section#calendar .block .flex .left ul li {
  font-size: 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}
section#calendar .block .flex .left ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 7px 0 0;
  border-radius: 8px;
  display: block;
}
section#calendar .block .flex .left ul li:nth-child(1):before {
  background: #a0968a;
}
section#calendar .block .flex .left ul li:nth-child(2):before {
  background: #826c63;
}
section#calendar .block .flex .left ul li:nth-child(3):before {
  background: #538d68;
}
section#calendar .block .flex .left ul li:nth-child(4):before {
  background: #c8504b;
}
section#calendar .block .flex .left ul li:nth-child(5):before {
  background: #6570b5;
}
section#calendar .block .flex .right {
  width: 100%;
}
section#calendar .block .flex .right ul li {
  font-size: 13px;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
section#calendar .btn {
  max-width: 400px;
  margin: 30px auto 0;
}
section#calendar .btn a {
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #000;
  display: block;
}
section#calendar .btn a:hover {
  text-decoration: none;
}

}
