/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.none {
  display: none;
}

@media (min-width: 568px) and (max-width: 1023px) {
  br {
    display: none;
  }
}

@media (max-width: 567px) {
  br {
    display: none;
  }
}

body {
  background-color: white;
  display: none;
}

.processing {
  position: fixed;
  background-color: #447ddf;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
}

.processing.end {
  opacity: 0;
}

.processing .gage {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
}

.processing .gage .base {
  width: 128px;
  height: 128px;
  opacity: .2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.processing .gage .text {
  font-size: 10px;
  color: white;
  text-align: center;
  line-height: 128px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.processing .gage .m {
  width: 128px;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.processing .gage .m img {
  width: 128px;
  height: 128px;
}

main article {
  background-color: white;
  color: black;
  transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  opacity: 1;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
}

main article section {
  width: 100%;
  min-height: 100px;
  margin: 0 auto 0 auto;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  background-color: white;
}

main article section h1 {
  font-size: 2.8em;
  font-weight: normal;
  font-family: 'Noto Sans Japanese', serif;
  text-align: center;
  padding-bottom: 1em;
  margin: auto;
}

main article section h2 {
  font-size: 2em;
  font-weight: normal;
  font-family: 'Noto Sans Japanese', serif;
  text-align: center;
  padding-bottom: 1em;
  margin: auto;
}

main article section p {
  font-size: 1em;
  font-weight: normal;
  font-family: 'Noto Sans Japanese', serif;
  line-height: 1.6em;
  padding: .4em;
  width: 70%;
  margin: auto;
}

@media (min-width: 568px) and (max-width: 1023px) {
  main article section p {
    width: 80%;
  }
}

@media (max-width: 567px) {
  main article section p {
    width: 90%;
  }
}

main article section ul {
  width: 70%;
  margin: auto;
}

@media (min-width: 568px) and (max-width: 1023px) {
  main article section ul {
    width: 80%;
  }
}

@media (max-width: 567px) {
  main article section ul {
    width: 90%;
  }
}

main article section ul li {
  margin: .6em 0 .6em 0;
}

@media (max-width: 567px) {
  main article section h2 {
    font-size: 1.4em;
  }
}

main article.fade {
  background-color: black;
  transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  opacity: 0.8;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
}

main > footer {
  height: 160px;
  background-color: #447ddf;
  position: relative;
}

main > footer .title {
  color: white;
  font-size: 20px;
  font-family: 'Noto Sans Japanese', serif;
  text-align: center;
  position: absolute;
  bottom: 50%;
  width: 100%;
}

.fix_banner {
  position: fixed;
  bottom: 16px;
  right: 0;
  width: 242px;
  height: 61px;
  z-index: 100000;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(242px, 0);
  transform: translate(242px, 0);
  -moz-transform: translate(242px, 0);
  -webkit-transform: translate(242px, 0);
  -ms-transform: translate(242px, 0);
  -o-transform: translate(242px, 0);
}

.fix_banner.show {
  transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.fix_banner a {
  display: block;
  width: 242px;
  height: 61px;
  background-color: #447ddf;
  transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
}

.fix_banner a img {
  width: 242px;
  height: 61px;
}

.fix_banner a:hover {
  background-color: #2d5aa8;
}

.IPL_menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 48px;
}

.IPL_menu header {
  height: 48px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
}

.IPL_menu header h1 {
  color: white;
  line-height: 48px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.IPL_menu header h1 .icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: relative;
  top: 8px;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: scale(0.5, 0.5) translate(0, -30px);
  transform: scale(0.5, 0.5) translate(0, -30px);
  -moz-transform: scale(0.5, 0.5) translate(0, -30px);
  -webkit-transform: scale(0.5, 0.5) translate(0, -30px);
  -ms-transform: scale(0.5, 0.5) translate(0, -30px);
  -o-transform: scale(0.5, 0.5) translate(0, -30px);
}

.IPL_menu header h1 .icon img {
  width: 64px;
  height: 64px;
}

.IPL_menu header h1 .title {
  display: inline-block;
  color: #447ddf;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transform: translate(0, -35px);
  transform: translate(0, -35px);
  -moz-transform: translate(0, -35px);
  -webkit-transform: translate(0, -35px);
  -ms-transform: translate(0, -35px);
  -o-transform: translate(0, -35px);
}

.IPL_menu nav {
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 4px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.IPL_menu nav ul {
  display: block;
}

.IPL_menu nav ul li {
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: .2em .7em .2em .7em;
  display: inline-block;
}

.IPL_menu nav ul li a {
  color: #447ddf;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  padding: .2em;
}

.IPL_menu nav ul li a:hover {
  color: #236ea8;
  cursor: pointer;
}

.IPL_menu.hide header {
  background-color: transparent;
}

.IPL_menu.hide header h1 {
  cursor: pointer;
}

.IPL_menu.hide header h1 .icon {
  transform: scale(1, 1) translate(10px, 0);
  transform: scale(1, 1) translate(10px, 0);
  -moz-transform: scale(1, 1) translate(10px, 0);
  -webkit-transform: scale(1, 1) translate(10px, 0);
  -ms-transform: scale(1, 1) translate(10px, 0);
  -o-transform: scale(1, 1) translate(10px, 0);
}

.IPL_menu.hide header h1 .title {
  transform: translate(0, -100px);
  transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
}

.IPL_menu.hide nav {
  background-color: rgba(255, 255, 255, 0);
  transform: translate(0, -300px);
  transform: translate(0, -300px);
  -moz-transform: translate(0, -300px);
  -webkit-transform: translate(0, -300px);
  -ms-transform: translate(0, -300px);
  -o-transform: translate(0, -300px);
}

.IPL_info {
  width: 50%;
  margin: auto;
  transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .IPL_info {
    width: 70%;
  }
}

@media (min-width: 568px) and (max-width: 1023px) {
  .IPL_info {
    width: 90%;
  }
}

@media (max-width: 567px) {
  .IPL_info {
    width: 90%;
  }
}

.IPL_info li {
  margin-bottom: 16px;
  transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.IPL_info .date {
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 90px;
}

.IPL_info .text {
  font-size: 14px;
  color: #000;
  display: inline-block;
  text-decoration: none;
}

.IPL_info .text:hover {
  color: #888;
  text-decoration: underline;
}

.IPL_extend_button {
  text-align: center;
}

.IPL_extend_button button {
  border: 0;
  background-color: white;
  font-size: 12px;
  color: #447ddf;
  padding: 8px;
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.IPL_extend_button button:hover {
  cursor: pointer;
  color: white;
  background-color: #447ddf;
  transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.IPL_history {
  padding: 8px;
}

.IPL_history li {
  font-size: 14px;
  font-family: 'Noto Sans Japanese', serif;
  padding-left: 8px;
  color: #666;
}

.IPL_history li.IPL_history_header {
  padding: 8px;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

@media (max-width: 567px) {
  .IPL_history li {
    font-size: 14px;
  }
}

.IPL_profile {
  width: 70%;
}

.IPL_profile li {
  width: 100%;
}

.IPL_profile li img {
  width: 100%;
}

@media (max-width: 567px) {
  .IPL_profile {
    width: 100%;
  }
}

.IPL_sns {
  margin: 8px auto 8px auto;
  text-align: center;
}

.IPL_sns ul {
  vertical-align: middle;
}

.IPL_sns ul .button {
  display: inline-block;
  width: 80px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}

.IPL_sns ul .button a {
  font-size: 10px;
  text-decoration: none;
  vertical-align: middle;
  height: 20px;
  display: inline-block;
  padding: auto 8px auto 8px;
  border-radius: 3px;
}

.IPL_sns ul .button a:hover {
  color: #eee;
}

.IPL_sns ul .button a img {
  vertical-align: top;
  height: 16px;
  line-height: 20px;
  margin-top: 4px;
}

.IPL_sns ul .button a .text {
  vertical-align: top;
  height: 16px;
  line-height: 20px;
  display: inline-block;
  margin-right: 8px;
}

.IPL_sns ul .button.twitter a {
  color: white;
  background-color: #00aced;
}

.IPL_sns ul .button.twitter a:hover {
  color: #eee;
}

.IPL_sns ul .button.contact a {
  color: black;
  border: 1px solid #888;
  background-color: #efefef;
}

.IPL_sns ul .button.contact a .text {
  margin-left: 8px;
}

.IPL_sns ul .button.contact a:hover {
  background-color: #e8e8e8;
}

#IPLPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-botton: 120px;
  z-index: 1000;
  background-color: white;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#IPLPopup.open {
  display: block;
}

#IPLPopup button {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  border: none;
  background: url(../image/icon/func_icon_icon_close.png) center center no-repeat;
  background-size: 48px 48px;
  background-size: 48px 48px;
  -moz-background-size: 48px 48px;
  -webkit-background-size: 48px 48px;
  -ms-background-size: 48px 48px;
  -o-background-size: 48px 48px;
}

#IPLPopup button:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}

#IPLPopup header {
  margin: 32px 10% 32px 10%;
}

@media (min-width: 1280px) {
  #IPLPopup header {
    width: 50%;
    margin: 32px auto 32px auto;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #IPLPopup header {
    width: 60%;
    margin: 32px auto 32px auto;
  }
}

#IPLPopup header h3 {
  font-size: 28px;
  margin: 16px auto 16px auto;
}

#IPLPopup header .date {
  font-size: 12px;
  color: #888;
}

#IPLPopup header .description {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}

#IPLPopup header .link {
  font-size: 14px;
  line-height: 18px;
  margin: 8px auto 8px auto;
}

#IPLPopup header .link li {
  margin: 4px auto 6px auto;
  display: block;
}

#IPLPopup header .link li a {
  padding: 4px;
  font-size: 12px;
  text-decoration: none;
  color: black;
  background-color: #ccc;
  border-radius: 1px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

#IPLPopup header .link li a:hover {
  color: black;
  background-color: #efefef;
}

#IPLPopup main .images {
  max-width: 60%;
  margin: auto;
  min-height: 500px;
}

#IPLPopup main .images li {
  margin-top: 16px auto auto auto;
  min-height: 500px;
  overflow: hidden;
}

#IPLPopup main .images li img {
  width: 100%;
}

@media (max-width: 567px) {
  #IPLPopup main .images {
    width: 100%;
    min-height: 500px;
  }
}

#IPLPopup main .movies {
  position: relative;
  width: 100%;
  min-height: 315px;
  margin: auto;
}

#IPLPopup main .movies iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#IPLPopup main .sp_movies {
  font-size: 0;
  text-align: center;
  margin-bottom: 80px;
}

#IPLPopup main .sp_movies video {
  display: inline-block;
  min-width: 270px;
  height: 480px;
  background: #efefef url() center center no-repeat;
  background-size: 270px 480px;
  background-size: 270px 480px;
  -moz-background-size: 270px 480px;
  -webkit-background-size: 270px 480px;
  -ms-background-size: 270px 480px;
  -o-background-size: 270px 480px;
}

#IPLPopup main .sp_movies video.sp {
  width: 270px;
  margin-bottom: 8px;
}

@media (min-width: 568px) and (max-width: 1023px) {
  #IPLPopup main .sp_movies video {
    width: 33%;
    height: auto;
    min-width: auto;
  }
}
