@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
/* ==========================================================================
   Foundation
========================================================================== */
.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
#championship h1 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #championship h1 {
    font-size: 1.8rem;
  }
}
#championship h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #championship h2 {
    font-size: 1.6rem;
  }
}
#championship h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #championship h3 {
    font-size: 1.35rem;
  }
}
#championship h4 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #championship h4 {
    font-size: 1.15rem;
  }
}
#championship h5 {
  font-size: 1rem;
  font-weight: 700;
}
#championship h6 {
  font-size: 0.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #championship h6 {
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   Common
========================================================================== */
#championship {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  #championship {
    margin-bottom: 40px;
  }
}
#championship .main {
  padding-bottom: 0;
  position: relative;
}
#championship .contentsTitle {
  text-align: center;
  font-family: "industry", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 10px;
  margin-bottom: 50px;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  #championship .contentsTitle {
    font-size: 4rem;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
}
#championship .lead {
  font-size: 2rem;
  line-height: 2;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
}
@media only screen and (max-width: 640px) {
  #championship .lead {
    font-size: 5vw;
    padding: 0;
    line-height: 1.5;
  }
}
#championship .wrapper {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #championship .wrapper {
    width: 100%;
  }
}
#championship .pagetop {
  position: fixed;
  bottom: 80px;
  right: -100px;
  z-index: 999;
}
#championship .btn_detail {
  width: 260px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  border: 2px solid #1a1a1a;
  text-decoration: none !important;
  display: block;
  text-align: center;
  transition: all 0.2s linear;
  padding: 10px 0;
  color: #1a1a1a !important;
}
#championship .btn_detail:hover {
  background: rgba(255, 255, 255, 0.7);
  border: rgba(26, 26, 26, 0.5) solid 2px;
}
@media only screen and (max-width: 640px) {
  #championship .btn_detail {
    width: 80%;
    padding: 10px;
  }
}
#championship .btn_list {
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  padding: 20px 50px;
  text-align: center;
  font-size: 1.8rem;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 640px) {
  #championship .btn_list {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
#championship .btn_list:hover {
  color: #fff;
  background: rgba(26, 26, 26, 0.5);
}
#championship .align_r {
  text-align: right !important;
}
#championship .align_l {
  text-align: left !important;
}
#championship .align_c {
  text-align: center !important;
}

.setting_table {
  width: 100%;
}
.setting_table tr th,
.setting_table tr td {
  padding: 10px 20px;
  text-align: left;
  font-size: 1.6rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #d1d1d1;
}
.setting_table tr th {
  width: 30%;
}
.setting_table tr td {
  background: #e7e7e7;
}
.setting_table tr td:last-child {
  width: 27%;
}
.setting_table tr .product_name {
  width: 43%;
}
.setting_table tr .product_name a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.setting_table tr .product_name a .detail_link {
  font-size: 1.2rem;
  text-align: right;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .setting_table tr .product_name a .detail_link {
    text-align: left;
    width: 100%;
  }
}
.setting_table tr:nth-child(2n) th {
  background: #dadada;
}
.setting_table tr:nth-child(2n) td {
  background: #f3f3f3;
}
@media only screen and (max-width: 640px) {
  .setting_table tr th,
  .setting_table tr td {
    padding: 5px 5px;
    font-size: 3.8461538462vw;
  }
  .setting_table tr .product_name a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

/* inview
---------------------------------------------------------------------------*/
.fade-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-mv.mv {
  opacity: 1;
  transform: translateY(0px);
}

.fade-mv_x {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 640px) {
  .fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}

.mv_x {
  opacity: 1;
  transform: translateX(0px);
}
@media only screen and (max-width: 640px) {
  .mv_x {
    transform: translateY(0px);
  }
}

li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 640px) {
  li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}

/* ==========================================================================
  Contents
========================================================================== */
#championship .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#championship .kv_area {
  width: 100%;
  text-align: center;
}
#championship .kv_area img {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #championship .kv_area img {
    margin: 0 auto;
  }
}
#championship .img_area img {
  width: 100%;
}
#championship .content_wrap {
  padding: 80px 0 120px;
  text-align: center;
}
#championship .content_wrap:nth-of-type(odd) {
  background: #F4F4F4;
}
#championship .content_wrap.bg_black {
  background: #1a1a1a;
}
#championship .content_wrap.bg_black .title_main {
  color: #fff;
  border-bottom: 5px solid #fff;
}
#championship .content_wrap.bg_black .text_article {
  color: #fff;
}
#championship .content_wrap.bg_black .title {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#championship .content_wrap.bg_gray {
  background: #D9D9D9;
}
#championship .content_wrap.bg_ltgray {
  background: #F4F4F4;
}
#championship .content_wrap .inner {
  max-width: 980px;
  margin: 0 auto;
}
#championship .content_wrap .inner + .inner {
  margin: 80px auto 0;
}
@media only screen and (max-width: 640px) {
  #championship .content_wrap .inner + .inner {
    margin: 40px auto 0;
  }
}
#championship .content_wrap .player_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#championship .content_wrap .player_box .img_box {
  width: 60%;
  z-index: 2;
}
#championship .content_wrap .player_box .img_box img {
  width: 100%;
}
#championship .content_wrap .player_box .img_box a {
  margin-top: 24px;
}
#championship .content_wrap .player_box .text_article {
  width: calc(50% - 80px);
  margin: 0 0 0 -10%;
  background: #CEB76C;
  color: #1a1a1a;
  padding: 40px 40px 40px 140px;
}
@media only screen and (max-width: 640px) {
  #championship .content_wrap .player_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #championship .content_wrap .player_box .img_box {
    width: 100%;
    order: 1;
  }
  #championship .content_wrap .player_box .img_box a {
    margin-top: 10px;
  }
  #championship .content_wrap .player_box .text_article {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 20px auto 0;
    order: 2;
  }
}
#championship .content_wrap .setting_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#championship .content_wrap .setting_box .img_box {
  order: 2;
  z-index: 2;
  width: 30%;
}
#championship .content_wrap .setting_box .img_box img {
  width: 100%;
}
#championship .content_wrap .setting_box .img_box a {
  margin-top: 24px;
}
#championship .content_wrap .setting_box .text_article {
  order: 1;
  z-index: 1;
  width: calc(80% - 180px);
  margin: 0 -10% 0 0;
  background: #1a1a1a;
  color: #fff;
  padding: 40px 140px 40px 40px;
}
@media only screen and (max-width: 640px) {
  #championship .content_wrap .setting_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #championship .content_wrap .setting_box .img_box {
    width: 100%;
    order: 1;
  }
  #championship .content_wrap .setting_box .img_box a {
    margin-top: 10px;
  }
  #championship .content_wrap .setting_box .text_article {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 20px auto 0;
    order: 2;
  }
}
#championship .content_wrap .setting_box.none_photo .text_article {
  width: 100%;
  margin: 0;
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  #championship .content_wrap .setting_box.none_photo .text_article {
    padding: 20px;
  }
}
#championship .content_wrap figure img {
  margin: 40px auto 10px !important;
}
#championship .content_wrap figure figcaption {
  font-size: 12px !important;
}
@media only screen and (max-width: 640px) {
  #championship .content_wrap {
    max-width: 92%;
    margin: 0;
    padding: 40px 4%;
  }
  #championship .content_wrap img {
    margin: 0 auto;
  }
  #championship .content_wrap .text_article {
    padding: 0;
  }
  #championship .content_wrap figure img {
    margin: 20px auto 2px !important;
  }
  #championship .content_wrap figure figcaption {
    font-size: 10px !important;
    line-height: 1.2;
  }
}
#championship .content_wrap a {
  text-decoration: underline;
  color: #3695D6;
  transition: all 0.2s linear;
}
#championship .content_wrap a:hover {
  opacity: 0.7;
}
#championship .player_profile,
#championship .player_comment,
#championship .player_comment2,
#championship .player_other {
  background: #fff;
  text-align: left;
  padding: 40px;
}
#championship .player_profile h3,
#championship .player_comment h3,
#championship .player_comment2 h3,
#championship .player_other h3 {
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid #1a1a1a;
  width: 100%;
}
#championship .player_profile .text_profile,
#championship .player_comment .text_profile,
#championship .player_comment2 .text_profile,
#championship .player_other .text_profile {
  font-size: 1.8rem;
  line-height: 1.8;
}
#championship .player_profile .text_profile p + p,
#championship .player_comment .text_profile p + p,
#championship .player_comment2 .text_profile p + p,
#championship .player_other .text_profile p + p {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  #championship .player_profile,
  #championship .player_comment,
  #championship .player_comment2,
  #championship .player_other {
    padding: 20px;
  }
  #championship .player_profile h2,
  #championship .player_comment h2,
  #championship .player_comment2 h2,
  #championship .player_other h2 {
    font-size: 4.1666666667vw;
    padding-bottom: 5px;
    margin-bottom: 16px;
  }
  #championship .player_profile .text_profile,
  #championship .player_comment .text_profile,
  #championship .player_comment2 .text_profile,
  #championship .player_other .text_profile {
    font-size: 4.1666666667vw;
  }
  #championship .player_profile .text_profile p + p,
  #championship .player_comment .text_profile p + p,
  #championship .player_comment2 .text_profile p + p,
  #championship .player_other .text_profile p + p {
    margin-top: 1em;
  }
}
#championship .player_comment {
  background: #F4F4F4;
}
#championship .player_comment2 {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#championship .player_comment2 img {
  width: 20%;
}
#championship .player_comment2 .text_profile {
  width: calc(80% - 20px);
  margin-left: 20px;
}
#championship .player_comment2 .btn_detail {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  #championship .player_comment2 img {
    width: 100%;
  }
  #championship .player_comment2 .text_profile {
    width: 100%;
    margin-left: 0;
  }
}
#championship .player_other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#championship .player_other .text_profile {
  width: 100%;
  margin-left: 20px;
}
#championship .player_other .btn_detail {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  #championship .player_other .clm2_basic li + li {
    margin: 15px auto 0 !important;
  }
}
#championship .player_other figure {
  margin: 0;
}
#championship .player_other figure img {
  margin: 0 auto 10px !important;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #championship .player_other figure img {
    margin: 0 auto 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  #championship .player_other img {
    width: 100%;
  }
  #championship .player_other .text_profile {
    width: 100%;
    margin-left: 0;
  }
}
#championship .title_other {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #1a1a1a;
  color: #fff;
  padding: 20px 40px;
  font-size: 2.4rem !important;
  width: calc(100% - 80px) !important;
}
#championship .title_other img {
  width: 15%;
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  #championship .title_other {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 4.5454545455vw !important;
    line-height: 1.5;
    padding: 10px 20px;
    width: calc(100% - 40px) !important;
  }
  #championship .title_other img {
    width: 40%;
    margin: 0 auto !important;
  }
}
#championship .setting_area .setting_first {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#championship .setting_area .setting_first .title {
  width: 100%;
}
#championship .setting_area .setting_first .setting_table {
  width: 75%;
}
#championship .setting_area .setting_first .setting_table.width100 {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
#championship .setting_area .setting_first .set_img {
  width: calc(25% - 20px);
  margin: 0 0 0 20px !important;
}
@media only screen and (max-width: 640px) {
  #championship .setting_area .setting_first {
    display: block;
  }
  #championship .setting_area .setting_first .setting_table {
    width: 100%;
  }
  #championship .setting_area .setting_first .set_img {
    width: 100%;
    margin: 20px auto 0 !important;
  }
}
#championship .content_foot {
  text-align: center;
  margin: 0 auto;
  width: 980px;
}
#championship .content_foot img {
  width: 100%;
}
#championship .content_foot a {
  display: inline-block;
}
#championship .content_foot a img {
  transition: all 0.2s linear;
  margin: 0 auto;
}
#championship .content_foot a img:hover {
  opacity: 0.7;
}
#championship .content_foot a figcaption {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #championship .content_foot {
    margin: 0 auto;
    width: 100%;
  }
  #championship .content_foot a img {
    width: 100%;
  }
  #championship .content_foot a figcaption {
    margin-top: 10px;
  }
}
#championship .content_movie {
  width: 100%;
  aspect-ratio: 16/9;
}
#championship .content_movie iframe {
  width: 100%;
  height: 100%;
}
#championship .title_main {
  font-size: 4.4rem;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  border-bottom: 5px solid #1a1a1a;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #championship .title_main {
    font-size: 6.6666666667vw;
    margin-bottom: 20px;
  }
}
#championship .title {
  font-size: 2.4rem;
  color: #1a1a1a;
  line-height: 1.2;
  padding: 0 0 10px;
  text-align: left;
  margin: 0 auto 40px;
  border-bottom: 1px solid #1a1a1a;
}
@media only screen and (max-width: 640px) {
  #championship .title {
    margin: 0 auto 20px;
    padding: 0 0 5px;
    font-size: 5.5555555556vw;
  }
}
#championship .title.other {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 10px 0;
  line-height: 2;
  position: relative;
}
#championship .title.other img {
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 10px;
}
@media only screen and (max-width: 640px) {
  #championship .title.other {
    line-height: 1.5;
    padding: 0 100px 5px 0;
    font-size: 4.5454545455vw;
  }
  #championship .title.other img {
    width: 100px;
    right: 0;
  }
}
#championship .title_sub {
  font-size: 2rem;
  color: #0C2232;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  background: #fff;
  line-height: 1.2;
  text-align: left;
  margin: 40px auto 20px;
}
@media only screen and (max-width: 640px) {
  #championship .title_sub {
    font-size: 1.6rem;
    margin: 20px auto 10px;
    font-size: 4.1666666667vw;
  }
}
#championship .title_article {
  font-size: 2rem;
  color: #1a1a1a;
  line-height: 1.2;
  padding: 10px 20px;
  text-align: left;
  margin: 0 auto 40px;
  background: rgba(26, 26, 26, 0.05);
  border-radius: 3px;
}
@media only screen and (max-width: 640px) {
  #championship .title_article {
    margin: 0 auto 20px;
    padding: 5px 10px;
    font-size: 4.5454545455vw;
  }
}
#championship .text_article {
  font-size: 1.8rem;
  color: #1a1a1a;
  line-height: 1.8;
  text-align: left;
  margin: 0 auto;
  padding: 0 4%;
  max-width: 980px;
}
#championship .text_article p + p {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  #championship .text_article {
    max-width: 100%;
    padding: 0;
    font-size: 5vw;
  }
  #championship .text_article p + p {
    margin-top: 1em;
  }
}
#championship .clm2_article {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 640px) {
  #championship .clm2_article {
    padding: 15px;
    margin: 20px auto 0;
  }
}
#championship .clm2_article ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#championship .clm2_article ul li {
  width: 50%;
}
#championship .clm2_article ul li img {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
#championship .clm2_article ul li figcaption {
  font-size: 1.6rem;
  color: #1a1a1a;
  text-align: left;
  padding: 20px;
  background: #FCD444;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 640px) {
  #championship .clm2_article ul {
    display: block;
  }
  #championship .clm2_article ul li {
    width: 100%;
  }
  #championship .clm2_article ul li + li {
    margin-top: 20px;
  }
  #championship .clm2_article ul li figcaption {
    padding: 10px;
  }
}
#championship .banner_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
#championship .banner_box li {
  width: calc(50% - 20px);
}
#championship .banner_box li:nth-child(2n) {
  margin-left: 40px;
}
#championship .banner_box li .bnr-copy {
  display: inline-block;
  color: #205373;
  font-weight: bold;
  padding: 0 24px;
  margin-bottom: 24px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #championship .banner_box li .bnr-copy {
    margin-bottom: 2.67vw;
    padding: 0 9vw;
    font-size: 3.73vw;
  }
}
#championship .banner_box li .bnr-copy::before, #championship .banner_box li .bnr-copy::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 18px;
  background-image: url(https://clubping.jp/product/assets/img/scottsdale/bnr_copy_deco_l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #championship .banner_box li .bnr-copy::before, #championship .banner_box li .bnr-copy::after {
    top: 1.2vw;
    width: 7.46667vw;
    height: 9.6vw;
    background-image: url(https://clubping.jp/product/assets/img/scottsdale/bnr_copy_2ldeco_l_sp.png);
  }
}
#championship .banner_box li .bnr-copy::after {
  left: auto;
  right: 0;
  background-image: url(https://clubping.jp/product/assets/img/scottsdale/bnr_copy_deco_r.png);
}
@media only screen and (max-width: 640px) {
  #championship .banner_box li .bnr-copy::after {
    background-image: url(https://clubping.jp/product/assets/img/scottsdale/bnr_copy_2ldeco_r_sp.png);
  }
}
#championship .banner_box figure {
  margin: 0;
}
#championship .banner_box img {
  width: 100%;
}
#championship .banner_box.single {
  justify-content: center;
}
#championship .banner_box.single li {
  width: 80%;
}
@media only screen and (max-width: 640px) {
  #championship .banner_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #championship .banner_box li {
    width: 100%;
  }
  #championship .banner_box li:nth-child(2n) {
    margin-left: 0;
  }
}
#championship .clm2_basic {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
#championship .clm2_basic li {
  width: calc(50% - 20px);
}
#championship .clm2_basic li:nth-child(2n) {
  margin-left: 40px;
}
#championship .clm2_basic img {
  width: 100%;
}
#championship .clm2_basic.comment_img img {
  width: 30%;
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  #championship .clm2_basic.comment_img img {
    width: 100%;
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  #championship .clm2_basic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #championship .clm2_basic li {
    width: 100%;
  }
  #championship .clm2_basic li:nth-child(2n) {
    margin-left: 0;
  }
}
#championship .title_img {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  #championship .title_img {
    margin-bottom: 40px;
  }
}
#championship .title_img .name_box {
  background: #1a1a1a;
  padding: 30px;
  color: #fff;
  position: absolute;
  display: inline-block;
  bottom: -50px;
  left: 30px;
}
#championship .title_img .name_box .name {
  font-size: 3.6rem;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  text-align: left;
  line-height: 1.2;
}
#championship .title_img .name_box .name span {
  font-size: 2.4rem;
  font-weight: 300;
  margin-left: 10px;
  display: inline-block;
}
#championship .title_img .name_box .name_en {
  font-size: 2.4rem;
  padding-top: 10px;
  text-align: left;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #championship .title_img .name_box {
    padding: 15px;
    bottom: -30px;
    left: 10px;
  }
  #championship .title_img .name_box .name {
    font-size: 5.5555555556vw;
    padding: 0;
  }
  #championship .title_img .name_box .name span {
    font-size: 1.4rem;
  }
  #championship .title_img .name_box .name_en {
    font-size: 4vw;
    padding-top: 5px;
  }
}
#championship .set_img {
  margin: 40px auto 0;
  max-width: 500px;
}
#championship .set_img img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #championship .set_img {
    margin: 20px auto 0;
    max-width: 80%;
  }
}
#championship .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#championship .youtube iframe {
  width: 100%;
  height: 100%;
}

#championship.id_144 .clm2_basic img, #championship.id_145 .clm2_basic img {
  width: 30%;
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  #championship.id_144 .clm2_basic img, #championship.id_145 .clm2_basic img {
    width: 100%;
    margin: 10px auto 0;
  }
}
#championship.id_144 .player_other .text_article img, #championship.id_145 .player_other .text_article img {
  width: 100%;
  margin-bottom: 20px;
}

#championship.id_150 .content_wrap figure img {
  margin: 0 auto 0 !important;
}

/* ==========================================================================
  Common class
========================================================================== */
#championship .txtLarge {
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  #championship .txtLarge {
    font-size: 1.15rem;
  }
}
#championship .txtSmall {
  font-size: 0.8rem;
}
@media only screen and (max-width: 640px) {
  #championship .txtSmall {
    font-size: 0.85rem;
  }
}
#championship .txtXsmall {
  font-size: 0.7rem;
}
#championship .txtXxsmall {
  font-size: 0.6rem;
}
#championship .pT_base {
  padding-top: 80px !important;
}
@media only screen and (max-width: 640px) {
  #championship .pT_base {
    padding-top: 40px !important;
  }
}
#championship .pB_base {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 640px) {
  #championship .pB_base {
    padding-bottom: 40px !important;
  }
}
#championship .pT_half {
  padding-top: 40px !important;
}
@media only screen and (max-width: 640px) {
  #championship .pT_half {
    padding-top: 20px !important;
  }
}
#championship .pB_half {
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #championship .pB_half {
    padding-bottom: 20px;
  }
}
#championship .mT_base {
  margin-top: 80px !important;
}
@media only screen and (max-width: 640px) {
  #championship .mT_base {
    margin-top: 40px !important;
  }
}
#championship .mB_base {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 640px) {
  #championship .mB_base {
    margin-bottom: 40px !important;
  }
}
#championship .mT_half {
  margin-top: 40px !important;
}
@media only screen and (max-width: 640px) {
  #championship .mT_half {
    margin-top: 20px !important;
  }
}
#championship .mB_half {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #championship .mB_half {
    margin-bottom: 20px;
  }
}
#championship .col_01 {
  color: #3695D6;
}
#championship .col_02 {
  color: #38aa65;
}
#championship .col_03 {
  color: #d63636;
}
#championship .col_04 {
  color: #CEB76C;
}/*# sourceMappingURL=style.css.map */