@charset "UTF-8";

body {
  width: 100%;
  position: relative;
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  background: #f0f0f0;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify; }

body a {
  color: #000;
  text-decoration: none; }

@-webkit-keyframes btn {
  0% {
    opacity: 1; }
  10% {
    opacity: 0.4; }
  100% {
    opacity: 0.8; } }
@keyframes btn {
  0% {
    opacity: 1; }
  10% {
    opacity: 0.4; }
  100% {
    opacity: 0.8; } }
body a:hover {
  -webkit-animation: btn 0.5s;
  animation: btn 0.5s;
  opacity: 0.8; }

img {
  /*width: 100%;*/
  max-width: 100%;
  height: auto; }

.viewSp {
  display: none !important; }

.btn .off {
  opacity: 0.5; }

@media print, screen and (max-width: 640px) {
  body {
    width: 100%;
    font-size: 24px;
    font-size: 3.2vw; }

  body a[href^="tel:"] {
    pointer-events: none; }

  .viewPc {
    display: none !important; }

  .viewSp {
    display: block !important; } }
/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 02_layout 
=============================================================*/
/*!  共通スタイル
================================================ */
/*!  header
-------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 200; }

@media only screen and (max-width: 640px) {
  header {
    position: fixed;
    height: 14.0625vw; } }
header .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  padding: 0;
  margin: 0 auto; }

@media only screen and (max-width: 640px) {
  header .contents-inner {
    width: calc( 600/ 640*100vw); } }
@media only screen and (max-width: 640px) {
  header .logo {
    margin-top: calc( -5 / 640*100vw);
    width: calc( 424/ 640*100vw); } }
header nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 495px;
  height: 94px;
  z-index: 200; }

header nav ul li {
  position: relative;
  top: 0;
  width: 97px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2; }

header nav ul li:first-child {
  width: 138px;
  text-align: left;
  padding-left: 12px; }

header nav ul li:first-child .sub {
  display: inline-block;
  font-size: 0.875rem; }

header nav ul li a {
  display: block;
  color: #000;
  z-index: 10;
  transition: all 0.2s 0s ease; }

header nav ul li a.on, header nav ul li a:hover {
  color: #fff;
  padding-top: 36px;
  -webkit-animation: none;
  animation: none; }

header nav ul li:first-child a.on, header nav ul li:first-child a:hover {
  padding-top: 27px; }

header nav ul li:nth-child(3) a.on, header nav ul li:nth-child(3) a:hover {
  padding-top: 58px; }

header nav ul li a.on::after, header nav ul li a::after {
  position: absolute;
  display: block;
  content: "";
  top: -148px;
  left: 0;
  width: 97px;
  height: 110px;
  transition: all 0.2s 0s ease;
  z-index: -1; }

header nav ul li:first-child a::after {
  width: 138px;
  background: #ff3939; }

header nav ul li:nth-child(2) a::after {
  background: #00c2f3; }

header nav ul li:nth-child(3) a::after {
  background: #ffd800; }

header nav ul li:nth-child(4) a::after {
  background: #be8be1; }

header nav ul li a.on::after, header nav ul li a:hover::after {
  top: -8px; }

header nav ul li:first-child a.on::after, header nav ul li:first-child a:hover::after {
  top: -7px;
  width: 138px; }

header nav ul li:nth-child(3) a.on::after, header nav ul li:nth-child(3) a:hover::after {
  top: -8px; }
  header nav ul li.no-link{
    color: #b1b1b1;
  }

@media only screen and (max-width: 640px) {
  #g-nav {
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 200; }

  #g-nav.panelactive {
    top: 14vw; }

  #g-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    max-height: 88vh; }

  #g-nav li {
    font-size: 6.25vw;
    font-weight: 700;
    color: #000;
    list-style: none;
    padding: 14.0625vw 12.96875vw; }

  #g-nav li:first-child {
    line-height: 1.1;
    background: #ff3939; }

  #g-nav li:nth-child(2) {
    background: #00c2f3; }

  #g-nav li:nth-child(3) {
    background: #ffd800; }

  #g-nav li:last-child {
    background: #be8be1; }
  #g-nav li.no-link {
    background: #fff;
    color: #b1b1b1; }

  #g-nav li a {
    display: block; }

  #g-nav li a span {
    font-size: 4.6875vw; }

  .openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 1.5625vw;
    right: 2.8125vw;
    cursor: pointer;
    width: 9.375vw;
    height: 9.375vw; }

  .openbtn1 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 2.1875vw;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    width: 6.5625vw; }

  .openbtn1 span:nth-of-type(1) {
    top: 3.125vw;
    left: 0px;
    width: 6.5625vw; }

  .openbtn1 span:nth-of-type(2) {
    top: 6.5625vw;
    width: 6.5625vw; }

  .openbtn1.active span:nth-of-type(1) {
    top: 3.125vw;
    left: 1.25vw;
    -webkit-transform: translateY(1.75vw) rotate(-45deg);
    transform: translateY(1.75vw) rotate(-45deg);
    width: 6.5625vw; }

  .openbtn1.active span:nth-of-type(2) {
    top: 6.6875vw;
    left: 1.21875vw;
    -webkit-transform: translateY(-1.75vw) rotate(45deg);
    transform: translateY(-1.75vw) rotate(45deg);
    width: 6.5625vw; } }
/*!  main
-------------------------------------------------*/
h2 {
  text-align: center; }

/*!  footer
-------------------------------------------------*/
footer {
  position: relative;
  text-align: center;
  background: #393939; }

footer .pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px; }

@media only screen and (max-width: 640px) {
  footer .pagetop {
    width: calc( 110/ 640*100vw);
    height: calc( 110/ 640*100vw); } }
footer p {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  color: #1c1c1c;
  background: #fff;
  padding: 28px 0 27px; }

@media only screen and (max-width: 640px) {
  footer p {
    text-align: left;
    line-height: 1.5;
    padding: 3.59375vw 5.46875vw 3.28125vw; } }
@media only screen and (max-width: 640px) {
  footer small {
    font-size: calc( 22/ 640*100vw); } }
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 560px;
  margin: 0 auto;
  padding: 46px 0 42px; }

@media only screen and (max-width: 640px) {
  footer ul {
    display: block;
    width: calc( 300/ 640*100vw);
    margin: 0 auto;
    padding: calc( 60 / 640*100vw) 0 calc( 50/ 640*100vw); } }
footer ul li {
  width: 300px; }

@media only screen and (max-width: 640px) {
  footer ul li {
    width: 46.875vw;
    margin-bottom: 1.71875vw; } }
footer ul li:first-child {
  width: 240px; }

@media only screen and (max-width: 640px) {
  footer ul li:first-child {
    width: calc( 300/ 640*100vw); } }
/*!  下層ページ共通スタイル
================================================ */
.intro {
  width: 1000px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  background: #fff;
  margin: 0 auto 40px;
  padding: 40px 70px 36px; }

@media only screen and (max-width: 640px) {
  .intro {
    width: 100%;
    font-size: 4.375vw;
    line-height: 1.5;
    margin: 0 auto calc( 50 / 640*100vw);
    padding: calc( 50 / 640*100vw) 4.6875vw; } }
.block-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 860px;
  margin: 0 auto 60px;
  z-index: 100; }

@media only screen and (max-width: 640px) {
  .block-btn {
    width: 93.75vw;
    margin: 0 auto calc( 70/ 640*100vw); } }
.block-btn li {
  margin-bottom: 10px;
  font-weight: 700; }

@media only screen and (max-width: 640px) {
  .block-btn li {
    margin-right: 0;
    margin-bottom: 5vw; } }
@media only screen and (max-width: 640px) {
  .block-btn li:nth-child(4) {
    margin: 0; } }
@media only screen and (max-width: 640px) {
  .block-btn li:last-child {
    margin-bottom: 0; } }
.block-btn li a {
  position: relative;
  display: block;
  width: 224px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 44px;
  padding-left: 12px;
  border-radius: 22px;
  z-index: 10; }

@media only screen and (max-width: 640px) {
  .block-btn li a {
    width: 44.375vw;
    height: 15.625vw;
    font-size: 4.375vw;
    font-weight: 700;
    line-height: 1.2;
    padding: 2.5vw 0 0 4.6875vw;
    border-radius: 7.8125vw; } }
.block-btn li a:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 15px;
  right: 20px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

@media only screen and (max-width: 640px) {
  .block-btn li a:after {
    top: 5.9375vw;
    right: 3.90625vw;
    width: 2.65625vw;
    height: 2.65625vw; } }
@media only screen and (max-width: 640px) {
  .block-btn li:nth-child(1) a, .block-btn li:nth-child(4) a {
    padding: calc( 34 / 640*100vw) 0 0 5vw; } }
.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px; }

@media screen and (max-width: 640px) {
  .anchor {
    display: block;
    padding-top: 15.6vw;
    margin-top: -15.6vw; } }
.block-box {
  width: 1000px;
  margin: 0 auto 70px; }

@media only screen and (max-width: 640px) {
  .block-box {
    width: 100%;
    margin: 0 auto 9.53125vw;
    border-radius: 0; } }
.block-box h2 {
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #3f3f3f url("../images/global/bg_pat-grid2.png") center -5vw;
  padding: 36px 0; }

@media only screen and (max-width: 640px) {
  .block-box h2 {
    font-size: 4.6875vw;
    text-align: center; } }
.block-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  font-size: 1rem;
  line-height: 1;
  background: #fff;
  margin: 0 auto 40px;
  padding: 0 70px 40px; }

@media only screen and (max-width: 640px) {
  .block-box dl {
    display: block;
    width: 100%;
    padding: 5.46875vw 5.3125vw 0; } }
.block-box dl dt {
  width: 160px;
  font-weight: 700;
  line-height: 1.4;
  padding: 24px 0;
  border-bottom: 1px solid #a1ddd6; }

@media only screen and (max-width: 640px) {
  .block-box dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 5.46875vw;
    padding: 0;
    border-bottom: none; } }
.block-box dl dt:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

/*!  top
================================================ */
/*!  main
-------------------------------------------------*/
main.top {
  background: url("../images/top/kv-bg.png") no-repeat center top, url("../images/global/bg_pat.png") no-repeat center bottom;
  background-color: #f0f0f0;
  background-attachment: scroll, fixed;
  padding: 94px 0 0; }

@media only screen and (min-width: 2000px) {
  main.top {
    background-size: 100%, 100%; } }
@media only screen and (max-width: 640px) {
  main.top {
    background: url("../images/top/sp/kv-bg.png") no-repeat center 2.0375vw, url("../images/global/bg_pat.png") no-repeat center bottom;
    background-size: 100%, 160%;
    padding: 14.0625vw 0 7.8125vw; } }
/* .kv
-------------------------------------------------*/
.kv {
  position: relative;
  height: 1169px; }

@media only screen and (max-width: 640px) {
  .kv {
    height: calc( 1338 / 640*100vw); } }
.kv .kv-catch {
  position: absolute;
  width: 697px;
  top: 167px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20; }

@media only screen and (max-width: 640px) {
  .kv .kv-catch {
    width: calc( 506/ 640*100vw);
    top: calc( 192 / 640*100vw); } }
.kv h1 {
  position: absolute;
  width: 697px;
  top: 280px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10; }

@media only screen and (max-width: 640px) {
  .kv h1 {
    width: calc( 580/ 640*100vw);
    top: calc( 347/ 640*100vw); } }
.kv .kv-ball {
  position: absolute;
  width: 1527px;
  height: 976px;
  top: 62px;
  background: url("../images/top/kv-ball.png") no-repeat center top;
  overflow-y: hidden; }

@media only screen and (max-width: 640px) {
  .kv .kv-ball {
    width: 100%;
    height: calc( 969 / 640*100vw);
    top: 0;
    background: url("../images/top/sp/kv-ball.png") no-repeat center -12.125vw;
    background-size: cover; } }
.kv .kv-news {
  position: relative;
  top: 992px;
  width: 1000px;
  background: #fff;
  margin: 0 auto;
  padding: 22px 73px 40px; }

@media only screen and (max-width: 640px) {
  .kv .kv-news {
    top: 140vw;
    width: 100%;
    padding: 14.0625vw 7.8125vw 12.5vw; } }
.kv .kv-news h2 {
  position: absolute;
  top: -72px;
  right: 0;
  left: 0;
  width: 240px;
  margin: auto; }

@media only screen and (max-width: 640px) {
  .kv .kv-news h2 {
    top: calc( -58 / 640*100vw);
    width: calc( 240 / 640*100vw); } }
.kv .kv-news .news-box {
  height: 123px;
  overflow-y: auto; }

@media only screen and (max-width: 640px) {
  .kv .kv-news .news-box {
    height: auto;
    max-height: calc( 280/ 640*100vw); } }
.kv .kv-news ul li {
  font-size: 1rem;
  padding: 18px 0;
  border-bottom: solid 1px #000; }

@media only screen and (max-width: 640px) {
  .kv .kv-news ul li {
    font-size: 4.375vw;
    padding: 4.6875vw 0; } }
@media only screen and (max-width: 640px) {
  .kv .kv-news ul li:first-child {
    padding-top: 0; } }
.kv .kv-news ul li span {
  font-size: 0.875rem;
  color: #6c6c6c;
  margin-right: 20px; }

@media only screen and (max-width: 640px) {
  .kv .kv-news ul li span {
    display: block;
    font-size: 3.4375vw;
    margin-right: 0; } }
.kv .kv-news ul li a {
  color: #ff3939; }

  /* 20241010 add */
@media only screen and (min-width: 641px) {
  .kv .kv-news ul li {
    text-indent: -5.7rem;
    padding-left: 6rem;
    padding-right: 0.5rem;
  }
}

.kv .kv-news .news-btn {
  position: absolute;
  bottom: -63px;
  right: 0;
  left: 0;
  width: 519px;
  margin: auto; }

@media only screen and (max-width: 640px) {
  .kv .kv-news .news-btn {
    bottom: -8.75vw;
    width: 84.53125vw;
    height: 15.3125vw; } }
/* .slide
-------------------------------------------------*/
.slider {
  padding: 156px 0 175px; }

@media only screen and (max-width: 640px) {
  .slider {
    padding: 9.0625vw 0 13.4375vw; } }
.slider ul.slick01 {
  margin: 0 auto;
  max-width: 1800px;
  max-height: 395px; }

@media only screen and (max-width: 640px) {
  .slider ul.slick01 {
    width: 93.75vw; } }
.slider ul.slick01 li {
  margin: 0 5px;
  cursor: pointer; }

.slider ul.slick01 li img {
  height: auto;
  width: 100%; }

@media only screen and (max-width: 640px) {
  .slider ul.slick01 li img {
    border-radius: 4.6875vw;
    width: 92.5%;
    margin-left: 3.6vw; } }
.slick-slide {
  height: auto !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(0.686);
  transform: scale(0.686);
  margin-right: -12px !important;
  margin-left: -12px !important; }

.slick-current {
  box-shadow: 0px 0px 28px 0px rgba(255, 69, 69, 0.5);
  -webkit-transform: scale(1);
  transform: scale(1); }

.slick-next {
  position: absolute;
  top: 50%;
  right: 2.5vw !important;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@media only screen and (max-width: 640px) {
  .slick-next {
    right: -1.5625vw !important; } }
.slick-prev {
  position: absolute;
  top: 50%;
  left: 2.5vw !important;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@media only screen and (max-width: 640px) {
  .slick-prev {
    left: -1.5625vw !important; } }
.slick-arrow {
  max-width: 97px;
  max-height: 97px;
  width: 6vw;
  height: 6vw;
  z-index: 10 !important; }

@media only screen and (max-width: 640px) {
  .slick-arrow {
    width: 9.375vw;
    height: 9.375vw; } }
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1; }

.slick-next:before {
  background: url("../images/top/slide-arrow-next.png") no-repeat !important;
  background-size: contain !important; }

@media only screen and (max-width: 640px) {
  .slick-next:before {
    background: url("../images/top/sp/slide-arrow-next.png") no-repeat !important;
    background-size: cover !important; } }
.slick-prev:before {
  background: url("../images/top/slide-arrow-prev.png") no-repeat !important;
  background-size: contain !important; }

@media only screen and (max-width: 640px) {
  .slick-prev:before {
    background: url("../images/top/sp/slide-arrow-prev.png") no-repeat !important;
    background-size: cover !important; } }
.slick-dots li button::before {
  position: absolute;
  top: 12px;
  left: 0px;
  width: 13px;
  height: 13px;
  content: "";
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  opacity: 1;
  -webkit-font-smoothing: antialiased; }

@media only screen and (max-width: 640px) {
  .slick-dots li button::before {
    top: 4.375vw;
    width: 2.03125vw;
    height: 2.03125vw; } }
.slick-dots li.slick-active button::before {
  opacity: 1;
  top: 5px;
  left: -8px;
  width: 30px;
  height: 30px;
  background-color: #ff3939;
  border: none; }

@media only screen and (max-width: 640px) {
  .slick-dots li.slick-active button::before {
    top: 3.125vw;
    left: -1.25vw;
    width: 4.6875vw;
    height: 4.6875vw; } }
/* .flow
-------------------------------------------------*/
.flow {
  position: relative;
  background: #f9e4d8;
  padding-bottom: 74px; }

@media only screen and (max-width: 640px) {
  .flow {
    padding-bottom: 0; } }
.flow .contents-inner {
  position: relative;
  width: 1000px;
  background: url("../images/top/flow-bg.png") no-repeat center 182px;
  margin: 0 auto;
  padding: 71px 0 0;
  z-index: 100; }

@media only screen and (max-width: 640px) {
  .flow .contents-inner {
    width: 100%;
    background: url("../images/top/sp/flow-bg.png") no-repeat center calc( 166 / 640*100vw);
    background-size: contain;
    margin: 0 auto 0;
    padding: calc( 168 / 640*100vw) 0 calc( 50/ 640*100vw); } }
@media only screen and (max-width: 640px) {
  .flow h2 {
    margin-top: calc( -115/ 640*100vw); }
    .flow h2 img {
      width: calc( 295/ 640*100vw); } }
.flow ul {
  width: 855px;
  margin: 8px auto 52px; }

@media only screen and (max-width: 640px) {
  .flow ul {
    width: 100%;
    text-align: center;
    margin: calc( 60 / 640*100vw) auto calc( 90 / 640*100vw); } }
.flow ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 640px) {
  .flow ul li {
    display: block; } }
.flow ul li:first-child {
  margin-bottom: 54px; }

@media only screen and (max-width: 640px) {
  .flow ul li:first-child {
    margin-bottom: calc( 150 / 640*100vw); } }
@media only screen and (max-width: 640px) {
  .flow ul li:first-child .flow-block img {
    width: calc( 202 / 640*100vw); } }
.flow ul li:nth-child(2) {
  margin-bottom: 56px; }

@media only screen and (max-width: 640px) {
  .flow ul li:nth-child(2) {
    margin-bottom: calc( 140 / 640*100vw); } }
@media only screen and (max-width: 640px) {
  .flow ul li:nth-child(2) .flow-block {
    width: 60.15625vw;
    margin: 0 auto;
    padding-left: 0; } }
.flow ul li:nth-child(2) .flow-format {
  margin: 15px 0 3px; }

@media only screen and (max-width: 640px) {
  .flow ul li:nth-child(2) .flow-format {
    margin: 0;
    left: 11.25vw; } }
@media only screen and (max-width: 640px) {
  .flow ul li:nth-child(3) {
    margin-bottom: calc( 90 / 640*100vw); } }
@media only screen and (max-width: 640px) {
  .flow ul li:nth-child(3) .flow-block img {
    width: calc( 140 / 640*100vw); } }
.flow ul li:nth-child(3) .flow-format {
  margin: 15px 0 3px; }

@media only screen and (max-width: 640px) {
  .flow ul li:nth-child(3) .flow-format {
    margin: 0;
    left: 18.75vw; } }
.flow ul .flow-title {
  position: relative;
  width: 285px; }

@media only screen and (max-width: 640px) {
  .flow ul .flow-title {
    width: 70.3125vw;
    margin: 0 auto; } }
.flow ul .flow-title .flow-block {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ff3939; }

@media only screen and (max-width: 640px) {
  .flow ul .flow-title .flow-block {
    position: relative;
    font-size: 6.25vw;
    vertical-align: top;
    text-align: left;
    padding-left: 10.9375vw; } }
.flow ul .flow-title .flow-block p {
  margin-bottom: 15px; }

@media only screen and (max-width: 640px) {
  .flow ul .flow-title .flow-block span {
    display: block;
    position: absolute;
    top: -1.875vw;
    left: 20vw; } }
.flow ul .flow-title .flow-format {
  font-size: 1.125rem;
  color: #393939;
  font-weight: 500;
  margin-bottom: 6px; }

@media only screen and (max-width: 640px) {
  .flow ul .flow-title .flow-format {
    position: absolute;
    top: 7.8125vw;
    left: 20vw;
    text-align: left;
    color: #393939;
    font-weight: 500;
    font-size: 4.6875vw;
    line-height: 1.1; } }
.flow ul .flow-title .flow-date {
  font-size: 1.125rem; }

@media only screen and (max-width: 640px) {
  .flow ul .flow-title .flow-date {
    font-size: 4.375vw;
    margin-top: 6.25vw;
    margin-bottom: calc( 44/ 640*100vw); } }
.flow ul .flow-title .flow-date span {
  font-size: 1.5rem;
  font-weight: 700; }

@media only screen and (max-width: 640px) {
  .flow ul .flow-title .flow-date span {
    font-size: 6.25vw; } }
.flow ul .flow-img {
  width: 262px;
  margin-right: 19px;
  padding-top: 30px; }

@media only screen and (max-width: 640px) {
  .flow ul .flow-img {
    width: 60.9375vw;
    margin: 0 auto 4.6875vw;
    padding-top: 0; } }
.flow ul .flow-detail {
  max-width: 276px;
  font-size: 1rem;
  padding-top: 30px; }

@media only screen and (max-width: 640px) {
  .flow ul .flow-detail {
    max-width: none;
    font-size: 4.375vw;
    padding: 0 calc( 56 / 640*100vw); } }
.flow .attention {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

@media only screen and (max-width: 640px) {
  .flow .attention {
    font-size: 3.125vw; } }
/* .entry
-------------------------------------------------*/
.entry {
  background: url("../images/global/bg_pat-grid.png");
  padding-top: 202px; }

@media only screen and (max-width: 640px) {
  .entry {
    padding-top: calc( 200 / 640*100vw); } }
.entry .contents-inner {
  position: relative;
  width: 1000px;
  background: #fff;
  margin: 0 auto;
  padding: 20px 73px 50px; }

@media only screen and (max-width: 640px) {
  .entry .contents-inner {
    width: 100%;
    margin: 0 auto;
    padding: 5.625vw 5.46875vw calc( 106 / 640*100vw);
    border-radius: 0; } }
.entry h2 {
  margin: -98px 0 62px; }

@media only screen and (max-width: 640px) {
  .entry h2 {
    margin: calc( -116 / 640*100vw) 0 calc( 56 / 640*100vw); }
    .entry h2 img {
      width: calc( 438 / 640*100vw); } }
.entry p {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px; }

@media only screen and (max-width: 640px) {
  .entry p {
    font-size: 4.6875vw;
    margin-bottom: 7.8125vw; } }
.entry .entry-btn {
  width: 860px;
  margin: 0 auto 52px; }

@media only screen and (max-width: 640px) {
  .entry .entry-btn {
    width: calc( 580 / 640*100vw);
    margin: 0 auto 11.40625vw; } }
.entry dt {
  background: #f0f0f0;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 40px;
  padding: 0 0 0 24px; }

@media only screen and (max-width: 640px) {
  .entry dt {
    font-size: 4.6875vw;
    text-align: center;
    line-height: 11.5625vw;
    margin-bottom: calc( 32/ 640*100vw);
    padding: 0 0 0 0; } }
.entry dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 55px; }

.entry dd:last-of-type {
  margin-bottom: 0; }

@media only screen and (max-width: 640px) {
  .entry dd {
    font-size: 4.375vw;
    margin-bottom: calc( 15 / 640*100vw); } }
@media only screen and (max-width: 640px) {
  .entry dd:last-of-type {
    margin-bottom: 0; } }
.entry .entry-banner {
  width: 860px;
  margin: 55px auto 0;
  text-align: center; }

@media only screen and (max-width: 640px) {
  .entry .entry-banner {
    width: 100%;
    margin: 6.71875vw auto 0; } }
/* .outline
-------------------------------------------------*/
.outline {
  background: url("../images/global/bg_pat-grid.png");
  padding: 167px 0 30px; }

@media only screen and (max-width: 640px) {
  .outline {
    padding: calc( 133 / 640*100vw) 0 0; } }
.outline .contents-inner {
  position: relative;
  width: 1000px;
  background: #f9f2ee;
  margin: 0 auto 140px;
  padding: 20px 73px 11px; }

@media only screen and (max-width: 640px) {
  .outline .contents-inner {
    width: 100%;
    margin: 0 auto calc( 130/ 640*100vw);
    padding: 7.34375vw 4.6875vw calc( 26 / 640*100vw);
    border-radius: 0; } }
.outline h2 {
  margin: -100px 0 53px; }

@media only screen and (max-width: 640px) {
  .outline h2 {
    margin: calc( -116 / 640*100vw) 0 calc( 68 / 640*100vw); }
    .outline h2 img {
      width: calc( 233/ 640*100vw); } }
.outline dt {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 60px;
  background: #fff;
  margin-bottom: 20px;
  padding: 0 0 0 24px; }

@media only screen and (max-width: 640px) {
  .outline dt {
    font-size: 4.6875vw;
    text-align: center;
    line-height: 11.5625vw;
    margin-bottom: calc( 30 / 640*100vw);
    padding: 0 0 0 0; }

  .outline dt:last-of-type {
    line-height: 1.4;
    padding: 3.4375vw 0; } }
.outline dd {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 45px; }

@media only screen and (max-width: 640px) {
  .outline dd {
    font-size: 4.375vw;
    margin-bottom: calc( 60 / 640*100vw); } }
@media only screen and (max-width: 640px) {
  .outline dd:last-of-type {
    margin-bottom: 0; } }
.outline dd p.mb30 {
  margin-bottom: 30px; }

@media only screen and (max-width: 640px) {
  .outline dd p.mb30 {
    margin-bottom: 7.8125vw; } }
.outline .outline-bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

@media only screen and (max-width: 640px) {
  .outline .outline-bnr {
    width: calc( 580 / 640*100vw); }
    .outline .outline-bnr a {
      margin-bottom: calc( 18 / 640*100vw); } }
.outline h3 {
  font-weight: 700;
  padding-left: 1.2em; }

.outline h3::before {
  position: absolute;
  display: block;
  content: "●";
  left: 0;
  color: #ff3939; }

p.note {
  text-align: center;
  font-size: 0.875rem; }

@media only screen and (max-width: 640px) {
  p.note {
    font-size: calc( 20 / 640*100vw);
    padding: 0 3.125vw;
    margin-bottom: 0; } }
/*!  qualifying
================================================ */
/*!  main
-------------------------------------------------*/
main.qualifying {
  background: url("../images/qualifying/qualifying-bg1.png") no-repeat center 30px, url("../images/qualifying/qualifying-bg2.png") no-repeat center top, url("../images/global/bg_pat.png") no-repeat center bottom;
  background-color: #f0f0f0;
  background-attachment: scroll, scroll, fixed;
  padding: 180px 0 30px; }

@media only screen and (min-width: 2000px) {
  main.qualifying {
    background-size: auto, 100%, 100%; } }
@media only screen and (max-width: 640px) {
  main.qualifying {
    background-image: url("../images/qualifying/sp/qualifying-bg1.png"), url("../images/qualifying/sp/qualifying-bg2.png"), url("../images/global/bg_pat.png");
    background-size: 100%, 100%, 160%;
    background-position: center 2.0375vw, center top, center;
    padding: calc( 182 / 640*100vw) 0 calc( 50 / 640*100vw); } }
main.qualifying h1 {
  text-align: center;
  margin: 0 auto 130px; }

@media only screen and (max-width: 640px) {
  main.qualifying h1 {
    margin: 0 auto calc( 138/ 640*100vw); }
    main.qualifying h1 img {
      width: calc( 234 / 640*100vw); } }
/*!  qualifying-list
-------------------------------------------------*/
.qualifying-list .block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

  .qualifying-list .block-box .block-btn {
    background-color: #fff;
    width: 100%; }

.qualifying-list .block-btn li a {
  background: -webkit-gradient(linear, left top, right top, from(#00c2f3), to(#52cfef));
  background: linear-gradient(to right, #01c2f3, #0adff8); }

.qualifying-list .block-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  line-height: 1;
  font-size: 1rem;
  background: #fff;
  margin: 0 auto ;
  padding: 0 70px 40px; }

@media only screen and (max-width: 640px) {
  .qualifying-list .block-box dl {
    display: block;
    width: 100%;
    padding: 5.46875vw 5.3125vw calc( 60 / 640*100vw); } }
.qualifying-list .block-box dl dt {
  width: 160px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 24px 0;
  border-bottom: 1px solid #a1ddd6; }

@media only screen and (max-width: 640px) {
  .qualifying-list .block-box dl dt {
    width: 100%;
    font-size: 4.375vw;
    text-align: center;
    margin-bottom: 5.46875vw;
    padding: 0;
    border-bottom: none; } }
.qualifying-list .block-box dl dt:first-of-type {
  padding: 20px 0 24px; }

@media only screen and (max-width: 640px) {
  .qualifying-list .block-box dl dt:first-of-type {
    padding: 0; } }

.qualifying-list .block-box dl dd {
  width: 700px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 24px 0;
  border-bottom: 1px solid #a1ddd6; }

.block-box-dd-place {
  position: relative;
  display: inline-block;
  color: #00c2f3;
  font-weight: 700; }

.block-box-dd-place::after {
  position: absolute;
  display: block;
  content: "";
  top: 5px;
  right: -20px;
  width: 15px;
  height: 15px;
  background: url("../images/qualifying/qualifying-arrow.png") no-repeat center top/cover; }

@media only screen and (max-width: 640px) {
  .block-box-dd-place::after {
    top: calc( 11/ 640*100vw);
    right: calc(-28 / 640*100vw);
    width: calc( 21/ 640*100vw);
    height: calc( 22/ 640*100vw); } }
.main-battle .block-box-dd-place::after {
  background: url("../images/battle/battle-arrow.png") no-repeat center top/cover; }

@media only screen and (max-width: 640px) {
  .qualifying-list .block-box dl dd {
    width: 100%;
    font-size: 4.375vw;
    margin-bottom: 4.375vw;
    padding: 0 0 5.78125vw 0; } }
.qualifying-list .block-box dl dd:first-of-type {
  padding: 20px 0 24px; }

@media only screen and (max-width: 640px) {
  .qualifying-list .block-box dl dd:first-of-type {
    padding: 0 0 calc( 30 / 640*100vw) 0; } }

@media only screen and (max-width: 640px) {
  .qualifying-list .block-box dl dd:last-of-type {
    margin-bottom: 0; } }
.qualifying-list .block-box .block-result, .qualifying-list .block-box .block-stream {
  width: 410px;
  margin: 0 auto 40px; }

@media only screen and (max-width: 640px) {
  .qualifying-list .block-box .block-result {
    width: 90.625vw;
    margin: 5.15625vw auto; }
    .qualifying-list .block-box .block-stream {
      width: 90.625vw;
      margin: 0 auto 5.15625vw; } }
@media only screen and (max-width: 640px) {
  .qualifying-list .block-box.result-btn dl {
    margin: 0 auto; } }
/* modal
-------------------------------------------------*/
.modal {
  display: none;
  z-index: 200;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh; }

.modal-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); }

.modal-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: absolute;
  width: 96%;
  height: 96%;
  margin: 3% 2% 0;
  overflow-y: scroll;
  text-align: center; }

.modal-content.modal-txt {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  margin: 0; }

.modal-content::-webkit-scrollbar {
  display: none; }

.modal-content .js-modal-close {
  width: 4.46875%;
  margin: 0 0 2.5vw auto;
  cursor: pointer; }

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-content {
  width: 900px;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@media only screen and (max-width: 640px) {
  .modal-content {
    width: 90%; } }
.modal-content.modal-content-vertical img {
  max-width: 469px; }

.modal-content .js-modal-close {
  width: 100%;
  margin: 0 0 10px 0;
  text-align: right; }

.modal-content .js-modal-close img {
  width: 39px; }

/*!  main-battle
================================================ */
/*!  main
-------------------------------------------------*/
main.battle {
  background: url("../images/battle/battle-bg1.png") no-repeat center 30px, url("../images/battle/battle-bg2.png") no-repeat center top, url("../images/global/bg_pat.png") no-repeat center bottom;
  background-color: #f0f0f0;
  background-attachment: scroll, scroll, fixed;
  padding: 180px 0 30px; }

@media only screen and (min-width: 2000px) {
  main.battle {
    background-size: auto, 100%, 100%; } }
@media only screen and (max-width: 640px) {
  main.battle {
    top: 14.0625vw;
    background-image: url("../images/battle/sp/battle-bg1.png"), url("../images/battle/sp/battle-bg2.png"), url("../images/global/bg_pat.png");
    background-size: 100%, 100%, 160%;
    background-position: center 2.0375vw, center top, center;
    padding: calc( 216 / 640*100vw) 0 calc( 50 / 640*100vw); } }
main.battle h1 {
  text-align: center;
  margin: 0 auto 202px; }

@media only screen and (max-width: 640px) {
  main.battle h1 {
    margin: 0 auto calc( 176/ 640*100vw); }
    main.battle h1 img {
      width: calc( 133 / 640*100vw); } }
main.battle .intro {
  margin-bottom: 70px; }

@media only screen and (max-width: 640px) {
  main.battle .intro {
    margin-bottom: calc( 50/ 640*100vw); } }
/*!  tournament
-------------------------------------------------*/
.tournament {
  width: 1000px;
  margin: 0 auto 70px; }

@media only screen and (max-width: 640px) {
  .tournament {
    width: calc( 580 / 640*100vw);
    margin: 0 auto 8vw; } }
/*!  main-battle
-------------------------------------------------*/
.main-battle .contents-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 27px 0 40px; }

@media only screen and (max-width: 640px) {
  .main-battle .contents-inner {
    width: 100%;
    padding: calc( 55 / 640*100vw) 0 0; } }
.main-battle .block-box dl {
  padding: 36px 70px 0; }

@media only screen and (max-width: 640px) {
  .main-battle .block-box dl {
    padding: calc( 30 / 640*100vw) calc( 30 / 640*100vw) 0; } }
.main-battle .block-box dl dt {
  width: 160px;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #ffd37e; }
  .main-battle .block-box dl dt:last-of-type {
    border: none; }

@media only screen and (max-width: 640px) {
  .main-battle .block-box dl dt {
    width: 100%;
    font-size: calc( 30 / 640*100vw);
    text-align: center;
    margin-bottom: calc( 32/ 640*100vw);
    padding: 0;
    border: none; } }
.main-battle .block-box dl dd {
  width: 700px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #ffd37e; }
  .main-battle .block-box dl dd:last-of-type {
    border: none; }

@media only screen and (max-width: 640px) {
  .main-battle .block-box dl dd {
    width: 100%;
    font-size: calc( 28/ 640*100vw);
    margin-bottom: calc( 45 / 640*100vw);
    padding: 0 0 calc( 30 / 640*100vw); }
    .main-battle .block-box dl dd:last-of-type {
      margin-bottom: calc( 30 / 640*100vw);
      padding: 0 0 calc( 75 / 640*100vw);
      border: none; } }
.main-battle .block-box-dd-place {
  color: #ffc000; }

.main-battle .block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 860px;
  margin: 0 auto; }

@media only screen and (max-width: 640px) {
  .main-battle .block-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc( 580 / 640*100vw);
    margin: 0 auto; }

  .main-battle .block-btn .block-stream {
    margin-bottom: calc( 28 / 640*100vw); } }

.main-battle .block-btn .block-result{
  margin: 40px auto 0;
}
@media only screen and (max-width: 640px) {
  .main-battle .block-btn .block-result{
    margin: auto 0;
  }
}
/*!  main-player
-------------------------------------------------*/
.main-player .contents-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

@media only screen and (max-width: 640px) {
  .main-player .contents-inner {
    width: 90.625vw; } }
.main-player h2 {
  text-align: center;
  margin: 0 auto 46px; }

@media only screen and (max-width: 640px) {
  .main-player h2 {
    margin: 0 0 7.03125vw -1.71875vw; }
    .main-player h2 img {
      width: calc( 363 / 640*100vw); } }
.main-player h3 {
  position: relative;
  width: 360px;
  font-size: 1.375rem;
  font-weight: 700;
  background: #fff;
  margin-bottom: 38px;
  padding: 13px 70px 14px 70px; }

@media only screen and (max-width: 640px) {
  .main-player h3 {
    display: inline-block;
    width: auto;
    margin: 0 0 calc(30 / 640*100vw) calc( -30/ 640*100vw);
    padding: calc( 12/ 640*100vw) calc( 60 / 640*100vw) calc( 14/ 640*100vw) calc( 70/ 640*100vw); } }
.main-player ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto; }

@media only screen and (max-width: 640px) {
  .main-player ul {
    width: calc( 580 / 640*100vw);
    margin: 0 auto calc( 50 / 640*100vw); } }
.main-player ul li {
  width: 487px;
  margin-bottom: 56px; }

@media only screen and (max-width: 640px) {
  .main-player ul li {
    width: 100%;
    margin-bottom: calc( 30/ 640*100vw); }
    .main-player ul li img {
      width: 100%; } }
.main-player ul li:nth-child(n+13) {
  margin-bottom: 0; }

@media only screen and (max-width: 640px) {
  .main-player ul li:nth-child(n+13) {
    margin-bottom: 6.25vw; } }
/*!  player
================================================ */
/*!  main
-------------------------------------------------*/
main.player {
  background: url("../images/player/player-bg01.png") no-repeat center 30px, url("../images/player/player-bg02.png") no-repeat center top, url("../images/global/bg_pat.png") no-repeat center bottom;
  background-color: #f0f0f0;
  background-attachment: scroll, scroll, fixed;
  padding: 180px 0 30px; }

@media only screen and (min-width: 2000px) {
  main.player {
    background-size: auto, 100%, 100%; } }
@media only screen and (max-width: 640px) {
  main.player {
    background-image: url("../images/player/sp/player-bg01.png"), url("../images/player/sp/player-bg02.png"), url("../images/global/bg_pat.png");
    background-size: 100%, 100%, 160%;
    background-position: center 2.0375vw, center top, center;
    padding: calc( 182 / 640*100vw) 0 calc( 50 / 640*100vw); } }
main.player h1 {
  text-align: center;
  margin: 0 auto 130px; }

@media only screen and (max-width: 640px) {
  main.player h1 {
    margin: 0 auto calc( 138/ 640*100vw); }
    main.player h1 img {
      width: calc( 233/ 640*100vw); } }
/*!  player-list
-------------------------------------------------*/
.player-list .block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 860px;
  margin: 0 auto 60px; }

@media only screen and (max-width: 640px) {
  .player-list .block-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 93.75vw;
    margin: 0 auto 9.375vw; } }
.player-list .block-btn li:not(:nth-of-type(3n)) {
  margin-right: 34px; }

@media only screen and (max-width: 640px) {
  .player-list .block-btn li:not(:nth-of-type(3n)) {
    margin-right: 0; } }
.player-list .block-btn li a {
  background: -webkit-gradient(linear, left top, right top, from(#be8be1), to(#e19ef2));
  background: linear-gradient(to right, #be8be1, #e19ef2); }

.player-list .block-box {
  margin: 0 auto 60px; }

@media only screen and (max-width: 640px) {
  .player-list .block-box {
    margin: 0 auto;
    padding: calc( 50 / 640*100vw) 0 0; } }
.player-list .block-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  line-height: 1;
  background: #fff;
  margin: 0 auto 60px; }

@media only screen and (max-width: 640px) {
  .player-list .block-box dl {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5.46875vw 3.125vw calc( 65 / 640*100vw); } }
.player-list .block-box dl dt {
  width: 196px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #be8be1;
  margin-bottom: 13px;
  padding: 13px 0;
  border-bottom: 1px solid #be8be1; }

@media only screen and (max-width: 640px) {
  .player-list .block-box dl dt {
    width: 100%;
    font-size: 5.3125vw;
    text-align: center;
    margin-bottom: 4.375vw;
    padding: 0;
    border-bottom: none; } }
.player-list .block-box dl dt:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

@media only screen and (max-width: 640px) {
  .player-list .block-box dl dt:last-of-type {
    margin-bottom: 4.6875vw; } }
.player-list .block-box dl dt img {
  width: 60px;
  vertical-align: middle;
  margin-right: 24px; }

@media only screen and (max-width: 640px) {
  .player-list .block-box dl dt img {
    display: block;
    width: 10vw;
    margin: 0 auto 2.03125vw; } }
.player-list .block-box dl dt span {
  font-size: 1rem; }

@media only screen and (max-width: 640px) {
  .player-list .block-box dl dt span {
    font-size: 4.375vw; } }
.player-list .block-box dl .dt-long {
  width: 200px; }

@media only screen and (max-width: 640px) {
  .player-list .block-box dl .dt-long {
    width: 96.875vw; } }
.player-list .block-box dl dd {
  width: 660px;
  font-size: 1.875rem;
  line-height: 1.3;
  margin-bottom: 13px;
  padding: 20px 0;
  border-bottom: 1px solid #be8be1; }

@media only screen and (max-width: 640px) {
  .player-list .block-box dl dd {
    width: 100%;
    font-size: 5.3125vw;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4.375vw;
    padding: 0 0 5.78125vw 0; } }
.player-list .block-box dl dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.player-list .block-box dl dd span {
  font-size: 1rem; }

@media only screen and (max-width: 640px) {
  .player-list .block-box dl dd span {
    font-size: 4.375vw; } }
.player-list .block-box dl dd .slash {
  color: #be8be1; }

.player-list .block-box dl .dd-short {
  width: 650px; }

@media only screen and (max-width: 640px) {
  .player-list .block-box dl .dd-short {
    width: 93.75vw; } }
@media only screen and (max-width: 640px) {
  .player p.note {
    padding: calc( 64/ 640*100vw) calc( 20 / 640*100vw) 0; } }


/*-------------------------------------------------------------*/
/*------------------------ update 1122 ------------------------*/
/*-------------------------------------------------------------*/

@media only screen and (max-width: 640px) {
  .kv .kv-ball {
    background: url("../images/top/1127/kv-ball.png") no-repeat center -8.125vw;
    background-size: contain;
  } 
}


@media only screen and (max-width: 640px) {
  main.top {
    background: url("../images/top/1127/sp-kv-bg.png") no-repeat center 0.0375vw, url("../images/global/bg_pat.png") no-repeat center bottom;
    background-size: 100%, 160%;
    padding: 14.0625vw 0 7.8125vw; } 
  }


@media only screen and (max-width: 640px) {
  #g-nav li:nth-child(2) {
    background: #ffd800;
  }
}

@media only screen and (max-width: 640px) {
  #g-nav li:nth-child(3) {
    background: #00c2f3;
  }
}

main.battle {
  padding-top:225px;
}
@media only screen and (max-width: 640px) {
  main.battle {
    padding-top:calc(180 / 640* 100vw);
  }
}

header nav ul li:nth-child(2) a.on, header nav ul li:nth-child(2) a:hover {
  padding-top: 36px; }
header nav ul li:nth-child(2) a.on::after, header nav ul li:nth-child(2) a:hover::after {
    top: -10px; }

header nav ul li:nth-child(2) a::after {
  background: #ffd800;
}

header nav ul li:nth-child(3) a.on, header nav ul li:nth-child(3) a:hover {
  padding-top: 36px; }
header nav ul li:nth-child(3) a::after {
  background: #00c2f3;
}

.u_notifs {
  position: relative;
  font-size:1rem;
}
.u_notifs::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/1127/nav-accent.png);
  background-size: 24px;
  background-repeat: no-repeat;
  padding: 12px;
  top: -7px;
  left: -14px;
  z-index: 11;
  transition: all 0.2s 0s ease;
  animation: accent-point 1.33s ease-out infinite;
}
.u_notifs:hover::before {
  content: "";
  top:30px;
}

.u_notifs:has(> a.on)::before {
  top:30px;
}

.viewSp .u_notifs::before {
  top: 42%;
  left: 20px;
  transform: translateY(-50%);
}

@keyframes accent-point {
0% {
  opacity: 1;
}
20% {
  opacity: .5;
}
100% {
  opacity: 1;
}
}

.battle-info {
  position: absolute;
  width: 100%;
  top: 747px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 640px){
  .battle-info {
    width: 100%;
    top:calc(732 / 640* 100vw);
    padding:0 calc(25 / 640* 100vw);
  }
}

.battle-info__catch {
  width: 785.5px;
  margin:0 auto 15px;
}
@media screen and (max-width: 640px){
  .battle-info__catch {
    max-width: calc(785.5 / 640* 100vw);
    margin:0 auto calc(9 / 640* 100vw);
    width: 100%;
  }
}

.battle-info__sagaarena {
  width: 774px;
  margin:0 auto 64px;
}
@media screen and (max-width: 640px){
  .battle-info__sagaarena {
    max-width: calc(774 / 640* 100vw);
    width: 100%;
    margin-bottom:calc(28 / 640* 100vw);
  }
}

.battle-info__bnr {
  width: 843.5px;
  margin:0 auto;
  transform: translateX(3.2%);
}
@media screen and (max-width: 640px){
  .battle-info__bnr {
    max-width: calc(843.5 / 640* 100vw);
    width: 100%;
  }
}

.kv .kv-news {
  top:1482px;
}
@media screen and (max-width: 640px){
  .kv .kv-news {
    top:calc(1300 / 640* 100vw);
  }
}

.slider {
  padding:649px 0 175px;
}
@media screen and (max-width: 640px){
  .slider {
    padding:calc(467 / 640* 100vw) 0 calc(175 / 640* 100vw);
  }
}

.top .block-box-dd-place {
  color: #ff3939;
  letter-spacing: -0.03em;
}

.top .block-box-dd-place::after {
  background: url(../images/top/1127/battle-arrow.png) no-repeat center top / cover;
}


/*------------------------ main-battle ------------------------*/

main.battle h1 {
  margin: 0 auto 144px;
}
@media screen and (max-width: 640px){
  main.battle h1 {
    margin: calc(36 / 640* 100vw) 0 calc(144 / 640* 100vw);
  }
}

.main-battle-info__sagaarena {
  width: 774px;
  margin:0 auto 16px;
}
@media screen and (max-width: 640px){
  .main-battle-info__sagaarena {
    max-width: calc(774 / 640* 100vw);
    width: 100%;
    margin-bottom:calc(16 / 640* 100vw);
    padding: 0 calc(30 / 640* 100vw);
  }
}


.event-info {
  position: relative;
  margin-top: -200px;
  padding-top: 200px;
}
@media screen and (max-width: 640px){
  .event-info {
    margin-top: calc(-200 / 640* 100vw);
    padding-top: calc(200 / 640* 100vw);
  }
}

.event-info-inner {
  background-color: #f9e4d8;
  padding: 101px 2.8125vw 140px;
}
@media screen and (max-width: 640px){
  .event-info-inner {
    padding:calc(101 / 640* 100vw) 2.8125vw calc(140 / 640* 100vw);
  }
}

.event-info-nav {
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px){
  .event-info-nav {
    margin-bottom: calc(125 / 640* 100vw);
  }
}

main.battle .intro {
  margin-bottom: 67px;
}
@media screen and (max-width: 640px){
  .event-info-nav {
    margin-bottom: calc(67 / 640* 100vw);
  }
}

.buttons-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:124px;
}
@media screen and (max-width: 640px){
  .buttons-list {
    padding:0 calc(30 / 640* 100vw);
    margin-bottom:calc(124 / 640* 100vw);
  }
}

.buttons-list__item {
  width: 334px;
  margin-right:1.5em;
}
@media screen and (max-width: 640px){
  .event-info-nav {
    width: 100%;
  }
}
.buttons-list__item:last-child {
  margin-right:0;
}

.main-battle__title {
  width: 271px;
  margin:-125px auto 88px;
  padding-top:125px;
}
@media screen and (max-width: 640px){
  .main-battle__title {
    max-width: calc(271 / 640* 100vw);
    margin:-79.84px auto calc(88 / 640* 100vw);
    padding-top: 79.84px;
  }
}

.event-info__title {
  position: absolute;
  width: 375px;
  left: 50%;
  top: 114px;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px){
  .event-info__title {
    max-width: calc(375 / 640* 100vw);
    top: calc(114 / 640* 100vw);
  }
}

.tournament {
  margin: 0 auto;
  padding-bottom: 247px;
}
@media screen and (max-width: 640px){
  .tournament {
    margin:0 auto;
    padding-bottom: calc(247 / 640* 100vw);
  }
}

.event-battle__title {
  width: 271px;
  margin:0 auto 91px;
}
@media screen and (max-width: 640px){
  .event-battle__title {
    max-width: calc(271 / 640* 100vw);
    margin:0 auto calc(91 / 640* 100vw);
  }
}

.nav-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  width: 1000px;
  margin:0 auto;
}
@media screen and (max-width: 640px){
  .nav-buttons:first-child {
    width: 100%;
  }
}

.nav-buttons:first-child {
  margin-bottom: 21px;
}
@media screen and (max-width: 640px){
  .nav-buttons:first-child {
    margin-bottom: calc(21 / 640* 100vw);
  }
}

.nav-buttons .nav-buttons__item {
  width:246.5px;
  margin-bottom:20px;
  margin-right:14px;
}
@media screen and (max-width: 640px){
  .nav-buttons .nav-buttons__item {
    width:calc(246.5 / 640* 100vw);
    margin-bottom: calc(20 / 640* 100vw);
    margin-right: calc(14 / 640* 100vw);
  }
}

.nav-buttons .nav-buttons__item:nth-child(3) {
  margin-right:0;
}
@media screen and (max-width: 640px){
  .nav-buttons .nav-buttons__item:nth-child(2) {
    margin-right:0;
  }
  .nav-buttons .nav-buttons__item:nth-child(3) {
    margin-right:calc(14 / 640* 100vw);
  }
  .nav-buttons .nav-buttons__item:nth-child(4) {
    margin-right:0;
  }
}

.nav-buttons .nav-buttons__item:last-child {
  margin-right:0;
}


.event-wrapper {
  font-size:16px;
}
@media screen and (max-width: 640px){
  .event-wrapper {
    font-size: calc(16 / 640* 100vw);
    margin:0 auto calc(16 / 640* 100vw);
  }
}

.event-section {
  position: relative;
  width: 1000px;
  margin: -155px auto 172px;
  padding-top: 155px;
}
@media screen and (max-width: 640px){
  .event-section {
    width: 100%;
    margin: -99.84px auto calc(172 / 640* 100vw);
    padding-top: 99.84px;
  }
}
.event-section:last-child {
  margin-bottom:0;
}


.event-section-inner {
  position: relative;
  padding:0 47px 100px;
  background-color:#fff;
}
@media screen and (max-width: 640px){
  .event-section-inner {
    padding:0 2.8125vw calc(100 / 640* 100vw);
  }
}

.event-section__title {
  margin:0 auto;
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px){
  .event-section__title {
    top:-25px;
    margin-bottom:calc(65 / 640* 100vw);
  }
}

#event-present .event-section__title {
  width: 465px;
}
@media screen and (max-width: 640px){
  #event-present .event-section__title {
    width: calc(465 / 640* 100vw);
  }
}

#event-contents .event-section__title {
  width: 465px;
}
@media screen and (max-width: 640px){
  #event-contents .event-section__title {
    width: calc(465 / 640* 100vw);
  }
}

#event-d-rpg .event-section__title {
  width: 595px;
}
@media screen and (max-width: 640px){
  #event-d-rpg .event-section__title {
    width: calc(595 / 640* 100vw);
  }
}

#event-goods .event-section__title {
  width: 465px;
}
@media screen and (max-width: 640px){
  #event-goods .event-section__title {
    width: calc(465 / 640* 100vw);
  }
}

#event-notice .event-section__title {
  width: 465px;
}
@media screen and (max-width: 640px){
  #event-notice .event-section__title {
    width: calc(465 / 640* 100vw);
  }
}

.event-section__container:first-of-type,
.goods-section:first-of-type,
.notice-event-container:first-of-type {
  padding-top:99px;
}
@media screen and (max-width: 640px){
  .event-section__container:first-of-type,
  .goods-section:first-of-type,
  .notice-event-container:first-of-type {
    padding-top:calc(99 / 640* 100vw);
  }
}

.event-container {
  margin-top:-115px;  
  padding-top:115px;
  margin-bottom:104px;
}
@media screen and (max-width: 640px){
  .event-container {
    margin-top:-18.0625vw;
    padding-top:18.0625vw;
    margin-bottom:calc(104 / 640* 100vw);
  }
}
.event-container:last-of-type {
  margin-bottom:0;
}

.event-contents {
  display: grid;
  grid-template-columns: 410px 1fr;
  margin-bottom: 29px;
}
@media screen and (max-width: 640px){
  .event-contents {
    grid-template-columns: 1fr;
    margin-bottom:2vw;
  }
}
.event-contents:last-child {
  margin-bottom: 0;
}

.event-contents__charange {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: solid 1px #000;
  padding:15px 60px;
}
@media screen and (max-width: 640px){
  .event-contents__charange {
    margin-bottom:3vw;
    padding:1.25vw 3.90625vw 1.875vw;
  }
}

.event-contents__img img,
.goods__img img {
  border: solid 3px #ff3939;
}
.d-rpg__img img {
  border: solid 3px #76f7f3;
}


.event-contents__detail {
  padding-top:23px;
}
@media screen and (max-width: 640px){
  .event-contents__detail {
    padding-top:0;
  }
}

.detail-title {
  margin-bottom:23px;
  font-weight: 700;
  color:#ffffff;
}
@media screen and (max-width: 640px){
  .detail-title {
    margin-top: -5px;
    margin-bottom:1.25vw;
  }
}

.detail-title span {
  background: #ff3939;
  position: relative;
  height: 100%;
  font-size: 1.5rem;
  line-height: 2.5;
  font-weight: 700;
  margin: 0 0 34px 0;
  padding: 6px 20px 7px 42px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}
@media screen and (max-width: 640px){
  .detail-title span {
    font-size: calc(28 / 640* 100vw);
    margin: 0 0 34px -2.8125vw;
    padding: 1.25vw 1.5625vw 1.40625vw 2.8125vw;;
  }
}

.detail-read {
  margin-left:38px;
  font-size: 1.125em;
  margin-bottom: 10px;
  padding: 0 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
@media screen and (max-width: 640px){
  .detail-read {
    margin-left:0;
    font-size: 3.75vw;
    margin-bottom:1.25vw;
  }
}
.detail-read:last-child {
  margin-bottom:0;
}

.detail-read__caution {
  margin-left:38px;
  font-size: 0.875em;
  padding: 0;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 640px){
  .detail-read__caution {
    margin-left:0;
    font-size: calc(20 / 640* 100vw);
  }
}

.event-contents__detail .detail-read:first-of-type {
  font-weight: 700;
}

.event-caution {
  font-size: 0.875em;
  padding: 0;
  line-height: 1.5;
}
@media screen and (max-width: 640px){
  .event-caution {
    font-size: calc(20 / 640* 100vw);
  }
}

.event-caution li {
  text-indent: -1em;
  padding-left: 1em;
}

.event-contents__btn {
  margin-top:50px;
  text-align: center;
}
@media screen and (max-width: 640px){
  .event-contents__btn {
    margin-top:30px;
  }
}

.contents-charange__title {
  position: relative;
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom:10px; 
}
@media screen and (max-width: 640px){
  .contents-charange__title {
    font-size:3.75vw;
    padding-left:1em;
  }
}

.contents-charange__title::before {
  position: absolute;
  content: "●";
  left: -1.2em;
  top: 0;
  color: #21ffde;
}
@media screen and (max-width: 640px){
  .contents-charange__title::before {
    padding-left:1em;
  }
}

.contents-charange__read {
  font-size:16px;
  margin-bottom:10px;
}
@media screen and (max-width: 640px){
  .contents-charange__read {
    font-size:3.75vw;
  }
}

.contents-charange__syougou {
  margin-bottom:10px;
}


.d-rpg__title {
  text-align: center;
  margin:35px auto 0;
}
@media screen and (max-width: 640px){
  .d-rpg__title {
    margin:calc(35 / 640* 100vw) auto 0;
  }
}

@media screen and (max-width: 640px){
  .d-rpg__title img {
    padding: 0 2.8125vw;
  }
}



.d-rpg__catch {
  font-size:1.5em;
  font-weight: 700;
}
@media screen and (max-width: 640px){
  .d-rpg__catch {
    font-size: 3.75vw;
  }
}

.d-rpg__title img {
  margin-bottom:62px;
}
@media screen and (max-width: 640px){
  .d-rpg__title img {
    margin-bottom:calc(62 / 640* 100vw);
  }
}

.d-rpg__img,
.goods__img {
  text-align: center;
  margin:28px 0;
}
@media screen and (max-width: 640px){
  .d-rpg__img,
  .goods__img {
    margin:calc(28 / 640* 100vw) 0;
  }
}

.d-rpg__read {
  margin-bottom:27px;
  font-size:1.125em;
  font-weight: 700;
}
@media screen and (max-width: 640px){
  .d-rpg__read  {
    margin-bottom:1.25vw;
    font-size:3.75vw;
  }
}

.goods__detail {
  margin-bottom: 104px;
}
@media screen and (max-width: 640px){
  .goods__detail {
    margin-bottom:calc(104 / 640* 100vw);
  }
}

.goods__read {
  font-size:24px;
  text-align: center;
  margin-bottom:28px;
}

.goods__read span {
  border-top: solid 6px #ffd800;
  border-bottom: solid 6px #ff3939;
  font-size: 24px;
  line-height: 2.54;
  letter-spacing: 0.1em;
  padding: 0 25px 6px;
  font-weight: 700;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 640px){
  .goods__read span {
    font-size: 3.75vw;
    padding: 0 3.90625vw 0.9375vw;
    border-top: solid 3px #ffd800;
    border-bottom: solid 3px #ff3939;
    line-height: 2.44;
  }
}

.goods__read-caution {
  text-align:center;
  font-size:14px;
}
@media screen and (max-width: 640px){
  .goods__read-caution {
    font-size: calc(20 / 640* 100vw);
  }
}

.notice-section-inner {
  position: relative;
  background-color:#ffffff;
  padding-bottom:141px;
}
@media screen and (max-width: 640px){
  .notice-section-inner {
    padding-bottom:calc(141 / 640* 100vw);
  }
}

.notice-title {
  margin-left:0;
  margin-bottom:26px;
  font-weight: 700;
}
@media screen and (max-width: 640px){
  .notice-title {
    font-size:3.75vw;
  }
}


.notice-title span {
  background: #e3e3e3;
  padding: 6px 50px 7px 50px;
  font-size:24px;
}
@media screen and (max-width: 640px){
  .notice-title span {
    padding: 0.9375vw 2.8125vw 1.09375vw;
    font-size:calc(24 / 640* 100vw);
  }
}

.notice-list {
  margin-bottom:48px;
  padding:0 2.8125vw;
}
@media screen and (max-width: 640px){
  .notice-list {
    font-size:2.5vw;
  }
}

.notice-list li {
  position: relative;
  padding-left:.7em;
}
.notice-list li::before {
  content: "";
  background: #ff3939;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
}


.notice-list:last-of-type {
  margin-bottom:0;
}

.main-battle .contents-inner {
  padding-top:0;
}

.battle p.note {
  margin-top:2em;
}

.battle .mb30 {
  margin-bottom:30px;
}

.link-color {
  color: #ffc000;
}

.stage {
  position: relative;
}

.stage::after {
  content: "";
  background: url(../images/battle/1203/stage-icon.png);
  width: 69px;
  height: 68px;
  background-size: contain;
  position: absolute;
  top: -20.5px;
  left: -20px;
}
@media screen and (max-width: 640px){
  .stage::after {
    width: calc(69 / 640* 100vw);
    height: calc(68 / 640* 100vw);
    top: calc(-20.5 / 640* 100vw);
    left: calc(-20 / 640* 100vw);
  }
}

.event-comingsoon {
  text-align: center;
}

.comingsoon-read {
  font-size:1.5em;
  font-weight: 700;
}
@media screen and (max-width: 640px){
  .comingsoon-read {
    font-size:3.75vw;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 640px){
  .br-sp {
    display: block;
  }
}

.haishin-dd-title {
  padding-left:20px ;display: block;font-weight: bold;margin-bottom:10px;position: relative;
}
.haishin-dd-title::before {
  position: absolute;
  display: block;
  content: "●";
  left: 0;
  color: #ffc000;
}
.haishin-cation {
  font-size:0.875rem;margin-bottom:10px;display: inline-block;
}
.mb0 {
  margin-bottom:0;
}
.mb20 {
  margin-bottom:20px;
}