@charset "UTF-8";
/* ==========================================================
   LoveLive! x Odds Park - teaser page
   base: op_bar_kishiwada styles.css (common header / footer)
   ========================================================== */
/* ============================================
   base
============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-family: "Noto Sans JP", YakuHanJP, sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: #333;
}
ul,
ol {
  list-style: none;
}
a {
  outline: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
img {
  -ms-interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}
.pcNone {
  display: none !important;
}
.is-pc {
  display: block !important;
}
.is-sp,
.is-tb {
  display: none !important;
}
.innerArea {
  width: calc(100% - 60px);
  max-width: 1100px;
  margin: 0 auto;
  container-type: inline-size;
}
#main-wrapper {
  overflow: hidden;
}

/* ============================================
   kv
============================================ */
#sec-kv {
  position: relative;
}
#sec-kv .mv-title {
  width: 100%;
}
#sec-kv .mv-title img {
  display: block;
  width: 100%;
}

/* ============================================
   release
============================================ */
#sec-release {
  background: linear-gradient(180deg, #fff0f7 0%, #fff 100%);
  padding: 60px 0 90px;
}
#sec-release .news-area {
  margin: 0 auto 50px;
  max-width: 800px;
}
#sec-release .news-title {
  color: #e4007f;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
}
#sec-release .news-list li {
  border-bottom: 1px solid #f5cce0;
  display: flex;
  font-size: 1.5rem;
  gap: 24px;
  padding: 16px 10px;
}
#sec-release .news-list li:first-child {
  border-top: 1px solid #f5cce0;
}
#sec-release .news-date {
  color: #e4007f;
  flex-shrink: 0;
  font-weight: 700;
}
#sec-release .news-txt {
  color: #333;
}
#sec-release .site-note + .news-area {
  margin-top: 60px;
}
#sec-release .comingsoon {
  border-bottom: 1px solid #f5cce0;
  border-top: 1px solid #f5cce0;
  color: #999;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  padding: 22px 10px;
  text-align: center;
}
#sec-release .btn-release {
  margin: 0 auto;
  max-width: 370px;
  width: 100%;
}
#sec-release .btn-release a {
  align-items: center;
  background: linear-gradient(90deg, #f062a4 0%, #e4007f 100%);
  border-radius: 50px;
  box-shadow: 0 4px 0 #b30064;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  min-height: 54px;
  padding: 0.4em 40px 0.4em 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
#sec-release .btn-release a::after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}
#sec-release .btn-release a:hover {
  box-shadow: 0 0 0 #b30064;
  opacity: 0.9;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
#sec-release .annote {
  color: #707070;
  font-size: 1.2rem;
  margin-top: 20px;
  text-align: center;
}
#sec-release .site-note {
  color: #333;
  font-size: 1.4rem;
  margin-top: 30px;
  text-align: center;
}
#sec-release .credit {
  color: #707070;
  font-size: 1.2rem;
  margin-top: 40px;
  text-align: center;
}

/* ============================================
   responsive
============================================ */
@media only screen and (max-width: 768px) {
  .pcNone,
  .spNone,
  .tbNone {
    display: block !important;
  }
  .is-pc,
  .spNone {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .innerArea {
    width: calc(100% - 40px);
  }
  #sec-release {
    padding: 40px 0 60px;
  }
  #sec-release .news-area {
    margin-bottom: 40px;
  }
  #sec-release .news-title {
    font-size: 2rem;
  }
  #sec-release .news-list li {
    flex-flow: column;
    font-size: 1.4rem;
    gap: 4px;
    padding: 14px 5px;
  }
  #sec-release .site-note + .news-area {
    margin-top: 50px;
  }
  #sec-release .comingsoon {
    font-size: 1.4rem;
    padding: 18px 5px;
  }
  #sec-release .site-note {
    font-size: 1.2rem;
    margin-top: 24px;
  }
  #sec-release .btn-release {
    max-width: 260px;
  }
  #sec-release .btn-release a {
    font-size: 1.4rem;
    min-height: 48px;
    padding-right: 36px;
  }
  #sec-release .btn-release a::after {
    right: 18px;
  }
  #sec-release .annote {
    font-size: 1.1rem;
  }
  #sec-release .credit {
    font-size: 1.1rem;
    margin-top: 30px;
  }
}

/* ============================================
   common header / footer (from reference)
============================================ */
@charset "UTF-8";

#common-header {
  background: #fff;
  padding: 15px 0;
  z-index:10000;
}
#common-header .h-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#common-header .h-content .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 175px;
  flex: 0 0 175px;
  margin-right: auto;
}
#common-header .h-content .btn-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#common-header .h-content .btn-list li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.1rem, 0.8727272727rem + 0.6060606061vw, 1.6rem);
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5em 1em;
}
#common-header .h-content .btn-list li a:before {
  content: "";
  display: inline-block;
  font-family: Material Symbols Outlined;
  font-size: 1.5em;
  font-variation-settings:
  "FILL" 0,
  "wght" 400,
  "GRAD" 0,
  "opsz" 48;
  margin-right: 0.2em;
  position: relative;
  top: -0.03em;
  vertical-align: middle;
}
#common-header .h-content .btn-list li.register a {
  background: #004097;
}
#common-header .h-content .btn-list li.register a:before {
  content: "";
}
#common-header .h-content .btn-list li.login a {
  background: #004097;
}
#common-header .h-content .btn-list li.login a:before {
  content: "";
}
#common-header .h-content .btn-list li.bet a {
  background: #ffe100;
  color: #000;
}
#common-header .h-content .btn-list li.bet a:before {
  content: none;
  display: none;
}
@media only screen and (max-width: 768px) {
  #common-header {
    padding: 7px 0;
  }
  #common-header .h-content {
    width: calc(100% - 20px);
  }
  #common-header .h-content .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
  #common-header .h-content .btn-list {
    gap: 7px;
  }
  #common-header .h-content .btn-list li a {
    display: block;
    padding: 0.5em;
  }
  #common-header .h-content .btn-list li a:before {
    display: block;
    font-size: 1.5em;
    line-height: 1;
    margin: 0 auto 3px;
    text-align: center;
  }
  #common-header .h-content .btn-list li.bet a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em 10px;
  }
}
#footer {
  color: #fff;
  padding:110px 20px 130px;
  text-align: center;
}
#footer .footer-link-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-link-list > li a {
  color: #fff;
  font-size: clamp(1.3rem, 1.2545454545rem + 0.1212121212vw, 1.4rem);
}
#footer .footer-link-list > li a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
#footer .oddstoplink {
  border: 1px solid #fff;
  border-radius: 3em;
  color: #fff;
  display: block;
  font-size: clamp(1.3rem, 1.2545454545rem + 0.1212121212vw, 1.4rem);
  font-weight: 700;
  margin: 30px auto;
  max-width: 250px;
  padding: 0.8em 0;
  position: relative;
  text-align: center;
}
#footer .oddstoplink:after {
  content: "";
  display: block;
  font-family: Material Symbols Outlined;
  font-size: 1.5em;
  font-variation-settings:
  "FILL" 0,
  "wght" 400,
  "GRAD" 0,
  "opsz" 48;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .footer-lead {
  color: #ffe100;
  font-size: clamp(1.4rem, 1.1272727273rem + 0.7272727273vw, 2rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
#footer .footer-lead a {
  color: inherit;
}
#footer .footer-annote {
  font-size: clamp(1.3rem, 1.2545454545rem + 0.1212121212vw, 1.4rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
#footer .copyright {
  font-size: clamp(1.1rem, 1.0545454545rem + 0.1212121212vw, 1.2rem);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #footer .footer-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 15px;
  }
}

/* ============================================
   page overrides
============================================ */
#footer {
  background: #000;
}
