@charset "UTF-8";
/*===============================================================
	読み込み
===============================================================*/
/*===============================================================
	_mixin.scss
===============================================================*/
/*===============================================================
	変数
===============================================================*/
/*　幅　*/
/*===============================================================
	色
===============================================================*/
@import url("/extra/library/common/css/smart_phone.css") only screen and (max-width: 1030px);
.c_jcom {
  color: #E83817;
}

.c_main {
  color: #0040A0;
}

/*===============================================================
	border
===============================================================*/
.border_r {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .border_r {
    border-radius: 2vw;
  }
}

.bg_border_r {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .bg_border_r {
    border-radius: 4vw;
  }
}

/*===============================================================

	open sans

===============================================================*/
/*===============================================================

	noto sans

===============================================================*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/special/common/webfont/NotoSansCJKjp-Regular_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: url("/special/common/webfont/NotoSansCJKjp-Bold_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 800;
  src: url("/special/common/webfont/NotoSansCJKjp-Black_subset.woff") format("woff");
}
#page {
  font-family: "Noto Sans JP", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

/* ==========================================================================

	2019/2/14

   ========================================================================== */
/* Base
   ========================================================================== */
#campaign_tv_sales_waku1 {
  margin: 0 auto 20px;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  color: #222;
}

#page {
  color: #222;
}

.clearText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* Contents
========================================================================== */
.thiscontents {
  width: 100%;
}

a {
  transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  color: #0066CC;
}

a:hover {
  color: #0099CC;
}

.txt_link {
  color: #ea381c !important;
}

.bold {
  font-weight: bold;
}

.skew {
  transform: skewX(-8deg);
}

.tac {
  text-align: center;
}

.thiscontents * {
  box-sizing: border-box;
}

.thiscontents img {
  width: 100%;
  height: auto;
}

/* 基本
----------------------------------------------------------------*/
.thiscontents .clear {
  width: 100%;
  overflow: hidden;
}

.thiscontents .cf:before,
.thiscontents .cf:after {
  content: " ";
  display: table;
}

.thiscontents .cf:after {
  clear: both;
}

.thiscontents .cf {
  *zoom: 1;
}

.thiscontents .clearboth {
  clear: both;
}

.thiscontents .flol {
  display: inline;
  float: left;
}

.thiscontents .flor {
  display: inline;
  float: right;
}

.thiscontents .tablet {
  display: none;
}

.thiscontents .sp {
  display: none;
}

.thiscontents .sp_tablet {
  display: none;
}

.thiscontents .none {
  display: none !important;
}

.thiscontents img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-touch-callout: none;
}

.thiscontents .fitimg,
.thiscontents .fitimg img {
  width: 100%;
  height: auto;
}

.thiscontentsh1,
.thiscontents h2,
.thiscontents h3,
.thiscontents h4,
.thiscontents h5,
.thiscontents h6 {
  font-weight: bold;
}

.thiscontents sup {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
}

.thiscontents .photo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1030px) {
  .thiscontents .pc {
    display: none;
  }
  .thiscontents .tablet,
  .thiscontents .pc_tablet,
  .thiscontents .sp_tablet {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .thiscontents .sp {
    display: block;
  }
  .thiscontents .pc_tablet,
  .thiscontents .tablet {
    display: none;
  }
}
/*===============================================================
	cap
===============================================================*/
.cap {
  margin-top: 10px;
  font-size: min(16px, 1.6vw) !important;
  line-height: 1.6 !important;
  color: #555;
}
@media screen and (max-width: 767px) {
  .cap {
    margin-top: 3vw;
    font-size: 3.5vw !important;
  }
}

/*===============================================================

	_utils.scss 2021/9/24

===============================================================*/
.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sp_align_center {
    text-align: center !important;
  }
  .sp_align_right {
    text-align: right !important;
  }
  .sp_align_left {
    text-align: left !important;
  }
} /* for SP  */
/*===============================================================

	フロート関係

===============================================================*/
.clearboth {
  clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.flol {
  float: left;
}

.flor {
  float: right;
}

/*===============================================================

	PC/SP/TABLET

===============================================================*/
.sp {
  display: none !important;
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

.sp_tablet {
  display: none;
}

.none {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  .pc_wide {
    display: none;
  }
}
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .pc {
    display: none;
  }
  .tablet,
  .pc_tablet,
  .sp_tablet {
    display: block !important;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc_tablet,
  .tablet {
    display: none !important;
  }
} /* for SP max-width: 800px */
/*===============================================================

	img fig

===============================================================*/
.fig img,
.fitimg img,
.photo img {
  width: 100%;
  height: auto;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	マージン

===============================================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.47vw;
  }
  .mt10 {
    margin-top: 0.93vw;
  }
  .mt15 {
    margin-top: 1.4vw;
  }
  .mt20 {
    margin-top: 1.87vw;
  }
  .mt25 {
    margin-top: 2.34vw;
  }
  .mt30 {
    margin-top: 2.8vw;
  }
  .mt32 {
    margin-top: 3vw !important;
  }
  .mt40 {
    margin-top: 3.74vw;
  }
  .mt50 {
    margin-top: 4.67vw;
  }
  .mt60 {
    margin-top: 5.61vw;
  }
  .mt70 {
    margin-top: 6.54vw;
  }
  .mt80 {
    margin-top: 7.48vw;
  }
  .mt90 {
    margin-top: 8.41vw;
  }
  .mt100 {
    margin-top: 9.35vw;
  }
  .mb05 {
    margin-bottom: 0.47vw;
  }
  .mb10 {
    margin-bottom: 0.93vw;
  }
  .mb15 {
    margin-bottom: 1.4vw;
  }
  .mb20 {
    margin-bottom: 1.87vw;
  }
  .mb25 {
    margin-bottom: 2.34vw;
  }
  .mb30 {
    margin-bottom: 2.8vw;
  }
  .mb40 {
    margin-bottom: 3.74vw;
  }
  .mb50 {
    margin-bottom: 4.67vw;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.63vw;
  }
  .mt10 {
    margin-top: 1.25vw;
  }
  .mt15 {
    margin-top: 1.88vw;
  }
  .mt20 {
    margin-top: 2.5vw;
  }
  .mt25 {
    margin-top: 3.13vw;
  }
  .mt30 {
    margin-top: 3.75vw;
  }
  .mt40 {
    margin-top: 5vw;
  }
  .mt50 {
    margin-top: 6.25vw;
  }
  .mt60 {
    margin-top: 7.5vw;
  }
  .mt70 {
    margin-top: 8.75vw;
  }
  .mt80 {
    margin-top: 10vw;
  }
  .mt90 {
    margin-top: 11.25vw;
  }
  .mt100 {
    margin-top: 12.5vw;
  }
  .mb05 {
    margin-bottom: 0.63vw;
  }
  .mb10 {
    margin-bottom: 1.25vw;
  }
  .mb15 {
    margin-bottom: 1.88vw;
  }
  .mb20 {
    margin-bottom: 2.5vw;
  }
  .mb25 {
    margin-bottom: 3.13vw;
  }
  .mb30 {
    margin-bottom: 3.75vw;
  }
  .mb40 {
    margin-bottom: 5vw;
  }
  .mb50 {
    margin-bottom: 6.25vw;
  }
} /* for SP max-width: 800px */
/*===============================================================

	fixed

===============================================================*/
.fixed {
  position: fixed;
  top: 0;
}

.bg_fixed {
  background-attachment: fixed;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .fixed {
    position: fixed;
    top: 0;
  }
} /* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～800px */
/* for SP */
/*===============================================================

	テーブル

===============================================================*/
.table {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: solid 1px #ddd;
}

.table th,
.table td {
  padding: 10px;
  border: solid 1px #ddd;
  border-bottom: 0;
  color: #000;
}

.table th {
  font-weight: bold;
  border-right: 0;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}

.table td {
  color: #000;
}

.table td + td {
  border-left: 0;
}

.table tr:nth-child(odd) {
  background: #fff;
}

.table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* タブレット */
/* for tablet */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 767px) {
  .table {
    padding: 0;
    margin-top: 0px;
  }
  .table th,
  .table td {
    padding: 3vw;
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .table tr:nth-child(odd),
  .table tr:nth-child(even) {
    background: #fff;
  }
  .table_wrp_scroll {
    overflow-y: scroll;
  }
  .table_wrp_scroll .table {
    min-width: 200vw;
  }
} /* for SP */
/*===============================================================

	フォーム

===============================================================*/
/* タブレット */
/* for tablet */
/* SP */
/* for SP */
/*===============================================================

	thiscontents

===============================================================*/
.thiscontents {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
}
.thiscontents * {
  box-sizing: border-box;
}
.thiscontents img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-touch-callout: none;
}
.thiscontents .none {
  display: none;
}
.thiscontents h1,
.thiscontents h2,
.thiscontents h3,
.thiscontents h4,
.thiscontents h5,
.thiscontents h6 {
  font-weight: bold;
  line-height: 1.6;
}
.thiscontents p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}
.thiscontents sup {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
}
.thiscontents a {
  transition: all 0.3s;
}
.thiscontents .hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.thiscontents {
  /* タブレット */
}
.thiscontents {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 767px) {
  .thiscontents {
    padding-top: 0;
  }
  .thiscontents p {
    font-size: 3.8vw;
    line-height: 1.6;
  }
}
.thiscontents {
  /* for SP */
}

/*===============================================================

	bg_jcom_stripe

===============================================================*/
/*===============================================================

	レイアウト

===============================================================*/
.wide_width {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.content_width {
  position: relative;
  width: auto;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.narrow_width {
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
  .wide_width {
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .content_width {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .narrow_width {
    width: 100%;
  }
}
/*===============================================================

	content 

===============================================================*/
.content + .content {
  margin-top: 50px;
}

.headline + .content {
  margin-top: 50px;
}

.content_mt70 {
  margin-top: 70px !important;
}

.content_mt100 {
  margin-top: 100px !important;
}

.content_mt150 {
  margin-top: 150px !important;
}

.content p {
  font-size: min(18px, 1.8vw);
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .content {
    width: 100%;
    margin: 0 auto;
  }
  .content + .content {
    margin-top: 6vw;
  }
  .headline + .content {
    margin-top: 6vw;
  }
  .content_mt70 {
    margin-top: 6vw !important;
  }
  .content_mt100 {
    margin-top: 8vw !important;
  }
  .content_mt150 {
    margin-top: 20vw !important;
  }
  .content p {
    font-size: 3.5vw;
    line-height: 1.8;
    margin-top: 0;
  }
}
/*===============================================================

	section
	複数のcontent、headlineなど格納するブロック

===============================================================*/
.section_wrp {
  position: relative;
}
.section_wrp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 980px;
  background: url(/special/newgen/cheer-dance/common/images/assets/bg_pattern.png) no-repeat calc(100% + 410px) top/auto 1040px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(8%) saturate(400%) hue-rotate(270deg) brightness(98%) contrast(95%);
  opacity: 0.4;
  transform: scale(-1);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
  .section_wrp::before {
    height: calc(17.5438596491vw + 635.263158px);
    background-position: calc(100% + 320px) top;
    background-size: auto calc(17.5438596491vw + 685.2631578947px);
  }
}
@media screen and (max-width: 767px) {
  .section_wrp::before {
    height: 94vw;
    background-size: auto 134vw;
    background-position-x: calc(100% + 38vw);
  }
}
.section_wrp {
  /*===============================================================
  	bg_pattern
  ===============================================================*/
}
.section_wrp .bg_pattern::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 860px;
  background: url(/special/newgen/cheer-dance/common/images/assets/bg_pattern.png) no-repeat calc(100% + 340px) top/auto 960px;
  opacity: 0.08;
}
@media screen and (max-width: 1119px) {
  .section_wrp .bg_pattern::before {
    top: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .section_wrp .bg_pattern::before {
    height: calc(60.6060606061vw + 374.5454545455px);
    background-position: calc(100% + 17.316017316vw + 187.012987013px) top;
    background-size: auto calc(60.6060606061vw + 374.5454545455px);
  }
}
@media screen and (max-width: 767px) {
  .section_wrp .bg_pattern::before {
    top: auto;
    bottom: 0;
    height: 100vw;
    background-size: auto 160vw;
    background-position-x: calc(100% + 53vw);
  }
}

.section {
  width: 100%;
  position: relative;
}

/*===============================================================
	area_block
===============================================================*/
.area_block {
  display: flex;
  justify-content: center;
  text-align: left;
  gap: 20px;
}
.area_block .logo {
  max-width: 120px;
}
.area_block .logo img {
  border: solid 1px #059BCB;
}
.area_block .lead {
  padding: 30px 0 10px;
  font-weight: bold;
}
.area_block .area_title {
  gap: 4vw;
  font-size: 16px;
}
.area_block .area_title .area_txt {
  margin-top: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .area_block {
    gap: 4vw;
  }
  .area_block .area_title, .area_block .area_txt {
    font-size: 3.8vw;
  }
  .area_block .logo {
    max-width: 40%;
  }
  .area_block .cap {
    margin-top: 4vw;
  }
}

/*===============================================================

	girid

===============================================================*/
.gridcontainer {
  margin-top: -30px;
}

.gridcontainer .grid {
  float: left;
}

.grid {
  margin-top: 30px;
}

/*	gridSize :460 gutterSize :40 column :2 */
.gridwrp_2 {
  width: 104.167%;
}

.gridwrp_2 .grid_2 {
  width: 96%;
  margin-right: 4%;
}

.gridwrp_2 .grid_1 {
  width: 46%;
  margin-right: 4%;
}

.gridwrp_1 .grid_2 {
  width: 192%;
  margin-right: 8%;
}

/*	gridSize :290 gutterSize :40 column :3 */
.gridwrp_3 {
  width: 104.211%;
}

.gridwrp_3 .grid_3 {
  width: 95.96%;
  margin-right: 4.04%;
}

.gridwrp_3 .grid_2 {
  width: 62.626%;
  margin-right: 4.04%;
}

.gridwrp_3 .grid_1 {
  width: 29.293%;
  margin-right: 4.04%;
}

/*	gridSize :210 gutterSize :40 column :4 */
.gridwrp_4 {
  width: 104.167%;
}

.gridwrp_4 .grid_4 {
  width: 96%;
  margin-right: 4%;
}

.gridwrp_4 .grid_3 {
  width: 71%;
  margin-right: 4%;
}

.gridwrp_4 .grid_2 {
  width: 46%;
  margin-right: 4%;
}

.gridwrp_4 .grid_1 {
  width: 21%;
  margin-right: 4%;
}

/* PCのみ */
@media screen and (min-width: 1031px) {
  .gridwrp_2 .grid:nth-child(2n+1) {
    clear: both;
  }
  .gridwrp_3 .grid:nth-child(3n+1) {
    clear: both;
  }
  .gridwrp_4 .grid:nth-child(4n+1) {
    clear: both;
  }
}
/* for PC min-width: 961px */
@media screen and (max-width: 767px) {
  .gridwrp_3,
  .gridwrp_3 .grid_1,
  .gridwrp_3 .grid_2,
  .gridwrp_2,
  .gridwrp_2 .grid_1 {
    width: 100%;
    margin-right: 0;
  }
  .gridwrp_4 {
    width: 105%;
  }
  .gridwrp_4 .grid_1,
  .gridwrp_4 .grid_3 {
    width: 45.238%;
    margin-right: 4.762%;
  }
  .gridcontainer {
    margin-top: 0;
  }
  .grid {
    margin-top: 20px;
  }
  .grid:first-child {
    margin-top: 0px;
  }
  .gridwrp_4 .grid:nth-child(2) {
    margin-top: 0;
  }
}
/*===============================================================

	レイアウト
	_rayout.scss

===============================================================*/
.full_width {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .full_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.max_width {
  max-width: 1900px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .max_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.wide_width {
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .wide_width {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.content_width {
  max-width: 1380px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1030px) {
  .content_width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content_width {
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
}

.narrow_width {
  max-width: 1000px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .narrow_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.absolute_full_width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.btn_width {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .btn_width {
    max-width: inherit;
  }
}

/*===============================================================

	seciton
	headlineとcontentなど、複数の要素、機能を取りまとめるコンテナ的な親要素。
	幅はsection_innerに記述する

===============================================================*/
.section_wrp {
  position: relative;
}

.section {
  width: 100%;
}

.section_inner {
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 160px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section_inner {
    padding-top: 18vw;
    padding-bottom: 26vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/*===============================================================

	content 
	個別のコンテンツ

===============================================================*/
.content + .content {
  margin-top: 80px;
}

.content + .headline {
  padding-top: 100px;
}

.headline + .content {
  margin-top: 50px;
}

.content .content + *,
.content * + .content {
  margin-top: 70px;
}

.content_title + .content {
  margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .content {
    width: 100%;
    box-sizing: border-box;
  }
}
/* for tablet */
/* SP向けレイアウトの指定：～736px */
@media screen and (max-width: 767px) {
  .headline + .content,
  .content + .content {
    margin-top: 8vw;
  }
  .content + .headline {
    padding-top: 50px;
  }
  .content .content + *,
  .content * + .content {
    margin-top: 40px;
  }
  .content_title + .content {
    margin-top: 0;
  }
}
/* for SP */
header {
  position: relative;
  z-index: 10;
}

/*===============================================================

	PAGETOP

===============================================================*/
.pagetop {
  position: fixed;
  right: 16px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.24s, transform 0.24s, visibility 0s 0.24s;
}
.pagetop.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.24s, transform 0.24s, visibility 0s;
}
.pagetop .pagetop-btn {
  width: 44px;
  height: 44px;
}
.pagetop .pagetop-btn a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.pagetop .pagetop-btn span {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  transform: translateY(3px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .pagetop {
    display: none;
  }
}

/*===============================================================

	fixed

===============================================================*/
.fixed {
  position: fixed;
  top: 0;
}

@media screen and (max-width: 1030px) {
  .fixed {
    position: fixed;
    top: 0;
  }
}
/*-------------------------------------------------------------
	j:com STREAM
	fixed_bnr
	-------------------------------------------------------------*/
.fixed_bnr {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  transition: transform 0.3s;
  transform: translateY(100px);
}
.fixed_bnr.show {
  transform: translateY(0);
}
.fixed_bnr .inner {
  position: relative;
}
.fixed_bnr .close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #ddd;
}
.fixed_bnr .close a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.fixed_bnr .close a:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2px;
  height: 18px;
  background: #222;
  transform: rotate(45deg);
}
.fixed_bnr .close a:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2px;
  height: 18px;
  background: #222;
  transform: rotate(-45deg);
}
.fixed_bnr .img a {
  position: relative;
  display: block;
}
.fixed_bnr .img a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .fixed_bnr {
    width: 100%;
    transform: translateY(15vw);
  }
  .fixed_bnr .close {
    top: 2px;
    right: 2px;
    width: 6vw;
    height: 6vw;
  }
  .fixed_bnr .close a:before {
    width: 1px;
    height: 4vw;
  }
  .fixed_bnr .close a:after {
    width: 1px;
    height: 4vw;
  }
}

/*===============================================================

	headline：見出し
	subhead：小見出し

===============================================================*/
.headline, .headline_kv {
  max-width: 680px;
}
.headline .label, .headline_kv .label {
  transform: skewX(-20deg);
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin: 0;
  padding: 12px 0px 12px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-size: min(36px, 3vw);
}
.headline .label span, .headline_kv .label span {
  transform: skewX(20deg);
}
@media screen and (max-width: 1030px) {
  .headline .label, .headline_kv .label {
    min-height: 80px;
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .headline .label, .headline_kv .label {
    min-height: 0;
    max-width: 85%;
    width: 100%;
    padding: 4vw 0;
    transform: skewX(-15deg);
    font-size: 5.4vw;
  }
  .headline .label span, .headline_kv .label span {
    transform: skewX(15deg);
  }
}

/*===============================================================
	headline
===============================================================*/
.headline {
  max-width: 680px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: -70px;
  width: 100%;
  z-index: 1;
}
.headline::after {
  position: absolute;
  top: 12px;
  left: 49.5%;
  width: calc(100% + 30px);
  height: 100px;
  content: "";
  transform: translateX(-50%) skewX(-20deg);
  background: #E83817;
  transform: translateX(-50%) skewX(-20deg);
  z-index: -1;
}
.headline .c_label {
  z-index: 1;
  background: #0040A0;
}
.headline .j_label {
  background: #E83817;
}
@media screen and (max-width: 1030px) {
  .headline {
    left: 51%;
    top: -50px;
  }
  .headline::after {
    top: 12%;
    left: 50%;
    width: calc(85% + 2vw);
    height: 100%;
    transform: translateX(-50.5%) skewX(-19deg);
  }
  .headline .c_label {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .headline {
    top: -10vw;
  }
  .headline::after {
    top: 13%;
    width: calc(85% + 5vw);
    transform: translateX(-50.7%) skewX(-15deg);
  }
  .headline .c_label {
    margin: auto;
  }
  .headline .c_label span {
    transform: skewX(15deg);
  }
}

/*===============================================================
	headline_kv
===============================================================*/
.headline_kv {
  transform: rotate(-3deg);
  z-index: 1;
  font-size: min(36px, 3.2vw);
}
.headline_kv .small {
  font-size: 85%;
  margin: 0 0px 0 3px;
}
.headline_kv .c_bg {
  display: block;
  background: #E7154A;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
}
.headline_kv .c_bg:last-of-type {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .headline_kv {
    margin: auto;
    transform: rotate(0deg);
    font-size: 4.8vw;
  }
  .headline_kv .kv_label {
    margin: 5vw auto 0;
    text-align: center;
  }
  .headline_kv .c_bg {
    padding: 0.5vw 3vw;
  }
  .headline_kv .c_bg:last-of-type {
    margin-left: 5vw;
  }
}

/*===============================================================
	block
===============================================================*/
.title {
  font-size: min(36px, 3vw);
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 5.8vw;
    line-height: 1.5 !important;
  }
}

/*===============================================================

	content_title 

===============================================================*/
.content_title {
  text-align: center;
}

.content_title .title {
  font-size: 30px;
  line-height: 1.2;
}

.content_title .read {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .content_title .title {
    font-size: 18px;
  }
}
/*===============================================================
	lead
===============================================================*/
.lead .big {
  font-weight: bold;
  display: block;
  margin-top: 25px;
  line-height: 1.4;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .lead {
    line-height: 1.4;
  }
  .lead .big {
    font-size: 5vw;
  }
}

/*===============================================================

	btn_detail

===============================================================*/
.btn_detail {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1300px) {
  .btn_detail {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .btn_detail {
    width: 100%;
  }
}

.btn_detail a {
  position: relative;
  display: block;
  background-color: #FFE7DB;
  text-align: center;
  padding: 15px 20px 15px 20px;
  border-radius: 999px;
  transition: opacity 0.24s;
  color: #222;
  font-size: min(16px, 1.8vw);
}

.btn_detail a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  -webkit-mask: url(/special/newgen/cheer-dance/common/images/icon/link_blank_mask.svg) no-repeat center/contain;
          mask: url(/special/newgen/cheer-dance/common/images/icon/link_blank_mask.svg) no-repeat center/contain;
  background-color: #222;
}

.btn_detail_red a {
  background-color: #c91b36;
}

.btn_detail_red a:hover {
  background-color: #e31838;
}

.btn_detail_black a {
  background-color: #000;
}

.btn_detail_black a:hover {
  background-color: #222;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media screen and (max-width: 767px) {
  .btn_detail {
    width: 100%;
    margin: 0 auto;
  }
  .btn_detail a {
    min-height: 0;
    font-size: 3.8vw;
    padding: 4.2vw 5vw;
    text-align: left;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	flexbtn	
-------------------------------------------------------------*/
.flexbtn {
  width: auto;
  text-align: center;
}

.flexbtn a {
  display: inline-block;
  padding: 15px 40px;
}

/*-------------------------------------------------------------
	jcom_btn	
-------------------------------------------------------------*/
.jcom_btn .btn_primary {
  background: #DA040D;
  border-color: #DA040D;
}
.jcom_btn .btn_primary::after {
  content: none;
}

/*-------------------------------------------------------------
	btn_deactive	
-------------------------------------------------------------*/
.btn_deactive .btn_primary {
  background: #999 !important;
  border-color: #999 !important;
  color: #ccc !important;
  pointer-events: none !important;
}
.btn_deactive .btn_primary::after {
  content: none;
}
.btn_deactive .btn_primary form {
  pointer-events: none !important;
}

/*-------------------------------------------------------------

   sticky

-------------------------------------------------------------*/
.sns-sticky {
  position: fixed;
  right: 48px;
  bottom: 48px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: transform 0.24s;
}
.sns-sticky .sns-btn {
  width: 60px;
  height: 60px;
}
.sns-sticky .sns-btn a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  transition: 0.16s;
}
.sns-sticky .sns-btn img {
  display: block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
}
.sns-sticky .sns-btn.sns-pagetop {
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: visible;
  transform: translateY(3px);
  transition: height 0.24s, opacity 0.24s, transform 0.24s, visibility 0s 0.24s;
}
.sns-sticky .sns-btn.sns-pagetop a {
  width: 97%;
  height: 97%;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: none;
  transition: opacity 0.24s;
}
.sns-sticky .sns-btn.sns-pagetop a:hover {
  transform: none;
  opacity: 0.7;
}
.sns-sticky .sns-btn.sns-pagetop span {
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  transform: translateY(4px) rotate(45deg);
}
.sns-sticky.is-show .sns-btn.sns-pagetop {
  height: 60px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: height 0.24s, opacity 0.24s, transform 0.24s, visibility 0s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .sns-sticky .sns-btn a:hover {
    transform: scale(1.12);
  }
  .sns-sticky .sns-btn.sns-pagetop a:hover {
    transform: none;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .sns-sticky {
    display: none;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    gap: 12px;
  }
  .sns-sticky .sns-btn {
    width: 56px;
    height: 56px;
  }
  .sns-sticky .sns-btn.sns-pagetop {
    height: 0;
  }
  .sns-sticky.is-show .sns-btn.sns-pagetop {
    height: 56px;
  }
}

/*===============================================================

	header.scss 2024/2/16

===============================================================*/
/*===============================================================

	header

===============================================================*/
header .frame_width .header_btn {
  float: right;
  position: relative;
  margin-top: 12.5px;
}
header .frame_width .header_btn .jcom_btn {
  width: 300px;
}
header .frame_width .header_btn .jcom_btn .btn_primary {
  width: 100%;
  font-size: 24px;
  padding: 13.4px 40px;
}
header {
  /* タブレット */
}
@media screen and (max-width: 1030px) {
  header .frame_width .header_btn {
    margin-top: 5px;
  }
  header .frame_width .header_btn .jcom_btn {
    width: 220px;
  }
  header .frame_width .header_btn .jcom_btn .btn_primary {
    font-size: 1.5vw;
    min-height: 40px;
    padding: 8px 30px;
    height: 40px;
  }
}
header {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 767px) {
  header .frame_width .header_btn {
    margin-top: 6px;
  }
  header .frame_width .header_btn .jcom_btn {
    width: 30vw;
  }
  header .frame_width .header_btn .jcom_btn .btn_primary {
    font-size: 2.5vw;
    min-height: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vw 2vw;
  }
}
header {
  /* for SP */
  /*===============================================================
  	//	page_top
  ===============================================================*/
}

/*===============================================================
	section_header. &__label
===============================================================*/
.site_header {
  background-color: #fff;
}
.site_header .content_width {
  max-width: 1280px;
  position: relative;
  margin-inline: auto;
  padding: 0;
}
.site_header .site_logo {
  justify-self: start;
  max-width: 100px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .site_header .site_logo {
    flex: 0 0 auto;
    max-width: 80px;
  }
}
.site_header .site_logo a,
.site_header .site_logo img {
  max-width: 80px;
  display: block;
}
.site_header {
  /*===============================================================
  	site_header_block
  ===============================================================*/
}
.site_header_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .site_header_block {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .site_header_block {
    margin-left: auto;
    padding-right: 64px;
  }
}
.site_header {
  /*===============================================================
  	site_header_user
  ===============================================================*/
}
.site_header_user {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .site_header_user {
    align-items: center;
    gap: 8px;
  }
}
.site_header {
  /*===============================================================
  	content
  ===============================================================*/
}
.site_header .content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 88px;
  padding-inline: 32px;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .site_header .content {
    display: flex;
    justify-content: flex-start;
    min-height: 72px;
    padding-inline: 16px;
  }
}
.site_header {
  /*===============================================================
  	site_header_user_link
  ===============================================================*/
}
.site_header_user_link {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 64px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #222;
  font: inherit;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.24s;
}
@media screen and (max-width: 767px) {
  .site_header_user_link {
    min-width: 72px;
    min-height: auto;
  }
}
.site_header_user_link img {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .site_header_user_link img {
    width: 24px;
    height: 24px;
  }
}
.site_header_user_link span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #222;
}
@media screen and (max-width: 767px) {
  .site_header_user_link span {
    font-size: 11px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .site_header_user_link:hover {
    opacity: 0.7;
  }
}
.site_header {
  /*===============================================================
  	site_header_link 
  ===============================================================*/
}
.site_header_link {
  justify-self: end;
}
@media screen and (max-width: 767px) {
  .site_header_link {
    display: none;
  }
}
.site_header_link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 40px 12px 24px;
  border-radius: 999px;
  background-color: #E83817;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity 0.24s;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .site_header_link a {
    font-size: 15px;
  }
}
.site_header_link a::before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .site_header_link a:hover {
    opacity: 0.7;
  }
}

/*===============================================================

	header.scss 2024/2/16

===============================================================*/
/*===============================================================

	header

===============================================================*/
.l-footer {
  margin: 0px auto 0;
}
.l-footer .p-footer_copyrights, .l-footer .p-footer_notification, .l-footer .official, .l-footer .upper {
  display: none;
}

/*===============================================================
	local_nav
===============================================================*/
.local_nav {
  background: linear-gradient(90deg, #E7154A 0%, #0040A0 100%);
}
@media screen and (max-width: 767px) {
  .local_nav {
    display: none;
  }
}
.local_nav {
  /*===============================================================
  	nav_list
  ===============================================================*/
}
.local_nav .nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  margin: 0;
  padding: 0 24px;
  gap: max(24px, 6vw, 96px);
}
@media screen and (max-width: 1030px) {
  .local_nav .nav_list {
    gap: 7vw;
  }
}
.local_nav {
  /*===============================================================
  	link
  ===============================================================*/
}
.local_nav .list .link {
  position: relative;
  color: #fff;
  font-size: 18px;
}
.local_nav .list .link::after {
  position: absolute;
  top: 50%;
  right: min(-12px, -3vw, -48px);
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  transform: translateY(-50%) rotate(20deg);
}
.local_nav .list:last-of-type .link::after {
  display: none;
}
@media screen and (max-width: 1030px) {
  .local_nav .list .link {
    font-size: 1.8vw;
  }
  .local_nav .list .link::after {
    right: -3.5vw;
  }
}
/*===============================================================
	SP_localnav
===============================================================*/
/*===============================================================
   js-fadeup
===============================================================*/
.js-fadeup.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/*===============================================================
   drawer
===============================================================*/
.drawer-trigger {
  position: fixed;
  top: calc(10px + env(safe-area-inset-top));
  right: 16px;
  z-index: 120;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  gap: 6px;
  transition: opacity 0.24s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drawer-trigger.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.drawer-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background-color: #0040A0;
}
@media screen and (max-width: 767px) {
  .drawer-trigger {
    display: flex;
  }
}

/*===============================================================
   drawer_modal
===============================================================*/
.drawer-modal {
  position: absolute;
  inset: 0;
  z-index: 200;
  display: none;
}
.drawer-modal.is-open {
  display: block;
}
.drawer-modal {
  /*===============================================================
     overlay
  ===============================================================*/
}
.drawer-modal .drawer-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.drawer-modal {
  /*===============================================================
     menu
  ===============================================================*/
}
.drawer-modal .drawer-menu {
  position: fixed;
  inset: 16px;
  z-index: 1;
  width: auto;
  height: auto;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
.drawer-modal .drawer-menu-inner {
  display: flex;
  flex-direction: column;
  min-height: 95%;
  padding: 24px;
}
.drawer-modal {
  /*===============================================================
     animation
  ===============================================================*/
}
.drawer-modal[aria-hidden=false] .drawer-overlay {
  animation: drawer-fade-in 200ms ease-out both;
}
.drawer-modal[aria-hidden=false] .drawer-menu {
  animation: drawer-open 240ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.drawer-modal[aria-hidden=true] .drawer-overlay {
  animation: drawer-fade-out 180ms ease-out both;
}
.drawer-modal[aria-hidden=true] .drawer-menu {
  animation: drawer-close 180ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.drawer-modal {
  /*===============================================================
     header
  ===============================================================*/
}
.drawer-modal .drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.drawer-modal .drawer-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background-color: #f0f0f0;
  cursor: pointer;
}
.drawer-modal .drawer-close::before, .drawer-modal .drawer-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background-color: #808080;
  content: "";
}
.drawer-modal .drawer-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-modal .drawer-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-modal {
  /*===============================================================
     nav
  ===============================================================*/
}
.drawer-modal .drawer-nav {
  margin: 0;
  padding: 0;
}
.drawer-modal .drawer-nav li {
  margin: 0;
}
.drawer-modal .drawer-nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 32px 16px 0;
  color: #222 !important;
  font-size: 16px;
  text-decoration: none;
}
.drawer-modal .drawer-nav a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0040A0;
  border-right: 2px solid #0040A0;
  content: "";
  transform: translateY(-50%) rotate(135deg);
}
.drawer-modal {
  /*===============================================================
     footer
  ===============================================================*/
}
.drawer-modal .drawer-footer {
  margin-top: auto;
  padding-top: 40px;
}
.drawer-modal .drawer-footer .drawer-share {
  margin-bottom: 32px;
}
.drawer-modal .drawer-footer .drawer-share-title {
  margin-bottom: 12px;
  font-size: 14px;
  text-align: center;
}
.drawer-modal .drawer-footer .sns-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.drawer-modal .drawer-footer .sns-share .sns-btn {
  width: 56px;
  height: 56px;
}
.drawer-modal .drawer-footer .sns-share .sns-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.drawer-modal .drawer-footer .sns-share .sns-btn img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.drawer-modal {
  /*===============================================================
     cta
  ===============================================================*/
}
.drawer-modal .drawer-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 12px 24px;
  border-radius: 999px;
  background-color: #161616;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.24s;
}
.drawer-modal .drawer-cta::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.drawer-modal .drawer-cta:visited {
  color: #fff;
}

/*===============================================================
   drawer animation
===============================================================*/
@keyframes drawer-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes drawer-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes drawer-open {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes drawer-close {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
}
/*===============================================================

	modal

===============================================================*/
.user_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 10;
}
.user_modal.active {
  opacity: 1;
  visibility: visible;
}
.user_modal .modal_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  max-width: 480px;
  width: 85%;
}
.user_modal .modal_close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 2;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.user_modal .modal_close::before, .user_modal .modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: #808080;
}
.user_modal .modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.user_modal .modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.user_modal .modal_content {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  padding: 32px;
  border-radius: 12px;
  background-color: #f5f5f5;
}
.user_modal .modal_block .img {
  border-radius: 3px;
  overflow: hidden;
}
.user_modal .modal_block .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.user_modal .modal_block .text {
  margin-top: 10px;
  font-size: 14px;
}
.user_modal {
  /* タブレット */
}
.user_modal {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 767px) {
  .user_modal .modal_body {
    width: calc(100% - 48px);
  }
  .user_modal .modal_close {
    top: 2vw;
    right: 3vw;
    width: 8vw;
    height: 8vw;
  }
  .user_modal .modal_close::before, .user_modal .modal_close::after {
    width: 22px;
    height: 2px;
  }
  .user_modal .modal_content {
    padding: 24px 16px;
  }
  .user_modal .modal_block .title {
    font-size: 4.5vw;
    margin-top: 3vw;
  }
  .user_modal .modal_block .text {
    margin-top: 1vw;
    font-size: 3.2vw;
  }
}
.user_modal {
  /* for SP */
}

.user-modal.is-open {
  display: block;
}

.user-modal-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 767px) {
  .user-modal-overlay {
    align-items: flex-start;
    padding-top: max(120px, 18dvh);
  }
}
.user-modal-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.user-modal-title {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .user-modal-title {
    font-size: 18px;
  }
}
.user-modal-close {
  position: absolute;
  top: -20px;
  right: -12px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.user-modal-close:after, .user-modal-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background-color: #808080;
  content: "";
}

.user-modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.user-modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.user-modal-content {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .user-modal-content {
    margin-top: 16px;
  }
}
.user-modal-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 10px 16px;
  border: 2px solid;
  border-radius: 10px;
  color: #222 !important;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  transition: opacity 0.24s;
}

.user-modal-link strong {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .user-modal-link strong {
    font-size: 18px;
  }
}
.user-modal-link--mypage {
  border-color: #f5d200;
  background-color: #f5d200;
}

.user-modal-link--support {
  border-color: #ea381c;
  background-color: #fff;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .user-modal-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.user-modal-link-note {
  font-size: 14px;
  margin-bottom: 2px;
}

.user-modal-link-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  transform: translateY(-50%) rotate(45deg);
}

.user-modal-webmail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  color: #222 !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.24s;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .user-modal-webmail:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .user-modal-webmail {
    font-size: 16px;
    margin-top: 8px;
  }
}
.user-modal-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 10px 16px 10px 16px;
  border: 1px solid;
  border-radius: 10px;
  color: #222 !important;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.24s;
}

.user-modal-link strong {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .user-modal-link strong {
    font-size: 18px;
  }
}
.user-modal-link--mypage {
  border-color: #f5d200;
  background-color: #f5d200;
}

.user-modal-link--support {
  border-color: #ea381c;
  background-color: #fff;
}

.user-modal-link--fun {
  border-color: #f5d200;
  background-color: #fff;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .user-modal-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.user-modal[aria-hidden=false] .user-modal-overlay {
  animation: user-modal-fade-in 200ms ease-out both;
}

.user-modal[aria-hidden=false] .user-modal-container {
  animation: user-modal-slide-in 240ms ease-out both;
}

.user-modal[aria-hidden=true] .user-modal-overlay {
  animation: user-modal-fade-out 180ms ease-out both;
}

.user-modal[aria-hidden=true] .user-modal-container {
  animation: user-modal-slide-out 180ms ease-out both;
}

@keyframes user-modal-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes user-modal-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes user-modal-slide-in {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes user-modal-slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(12px);
  }
}
/*-------------------------------------------------------------
.silider_ui .pager a
   -------------------------------------------------------------*/
.slider_block .carousel_slider {
  position: relative;
}
.slider_block .slider {
  position: relative;
}
.slider_block .pager {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.slider_block .prev {
  left: -2.3%;
}
.slider_block .next {
  right: -3%;
}
.slider_block .pager a {
  display: block;
  color: #0040A0;
  text-align: center;
}
.slider_block .pager a:hover {
  text-decoration: none;
}
.slider_block .pager a {
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -200%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.slider_block .pager a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: solid 3px #0040A0;
  border-bottom: solid 3px #0040A0;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg) translate(-2px, -2px);
  transition: all 0.3s;
  cursor: pointer;
}
.slider_block .prev a:after {
  transform: rotate(135deg) translate(-2px, -2px);
}
.slider_block .btn_more a {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
.slider_block .photo_cap {
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: min(12px, 1.4vw);
}
.slider_block {
  /* タブレット */
}
.slider_block {
  /* for TABLET */
  /* SP */
}
@media screen and (max-width: 767px) {
  .slider_block .prev {
    left: -4vw;
  }
  .slider_block .next {
    right: -4vw;
  }
  .slider_block .pager {
    width: 36px;
    height: 36px;
  }
  .slider_block .pager a {
    width: 36px;
    height: 36px;
  }
  .slider_block .pager a::after {
    border-right: solid 2px #0040A0;
    border-bottom: solid 2px #0040A0;
    width: 8px;
    height: 8px;
  }
  .slider_block .photo_cap {
    position: inherit;
    right: 0;
    bottom: inherit;
    font-size: 3vw;
    text-align: end;
    margin: -2vw 0 2vw;
  }
}
.slider_block {
  /* for SP */
}
.slider_block .slick-active button {
  border: solid 2px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .slider_block .slick-active button {
    background: #fff;
  }
}
.slider_block {
  /*===============================================================
  	tournament_slider_dots
  ===============================================================*/
}
.slider_block .tournament_slider_dots {
  display: block;
}
.slider_block .tournament_slider_dots .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.slider_block .tournament_slider_dots .slick-dots li button {
  border: solid 2px #fff;
  border-radius: 50px;
}
@media screen and (max-width: 1030px) {
  .slider_block .tournament_slider_dots .slick-dots {
    gap: 10px;
  }
  .slider_block .tournament_slider_dots li {
    width: 18px;
    height: 18px;
  }
  .slider_block .tournament_slider_dots li button {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .slider_block .tournament_slider_dots .slick-dots {
    gap: 2.5vw;
  }
  .slider_block .tournament_slider_dots .slick-dots li {
    width: 4vw;
    height: 4vw;
  }
  .slider_block .tournament_slider_dots .slick-dots li button {
    border: solid 1px #fff;
    width: 4vw;
    height: 4vw;
  }
}
.slider_block {
  /*===============================================================
  	dots_flex
  ===============================================================*/
}
.slider_block .dots_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 20px;
  position: absolute;
}
.slider_block .dots_flex .pause {
  width: 40px;
}
.slider_block .dots_flex .pause a {
  display: block;
}
@media screen and (max-width: 1030px) {
  .slider_block .dots_flex {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .slider_block .dots_flex {
    gap: 4vw;
    position: inherit;
    bottom: 0;
    margin: 5vw auto 5vw;
  }
  .slider_block .dots_flex .pause {
    width: 8.5vw;
  }
}
.slider_block .slick_slider {
  position: relative;
}
.slider_block .slick_slider::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 767px) {
  .slider_block .slick_slider::after {
    display: none;
  }
}

.js_kv_slider, .js_tournament_slider {
  opacity: 0;
}

/*===============================================================

   app-guide

===============================================================*/
.app-guide {
  margin-top: 72px;
}
@media screen and (max-width: 900px) {
  .app-guide {
    margin: 72px calc(50% - 50vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .app-guide {
    margin: 12vw calc(50% - 50vw) 0;
  }
}
.app-guide {
  /*===============================================================

     details

  ===============================================================*/
}
.app-guide .app-guide-details {
  background-color: #f5f5f5;
  font-weight: bold;
}
.app-guide {
  /*===============================================================

     summary

  ===============================================================*/
}
.app-guide .app-guide-summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 24px;
  cursor: pointer;
  list-style: none;
  transition: opacity 0.24s;
  font-size: min(32px, 3.2vw);
}
.app-guide .app-guide-summary::-webkit-details-marker {
  display: none;
}
.app-guide .app-guide-summary::marker {
  content: "";
}
@media screen and (max-width: 767px) {
  .app-guide .app-guide-summary {
    font-size: 5.7vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .app-guide .app-guide-summary:hover {
    opacity: 0.7;
  }
}
.app-guide {
  /*===============================================================

     heading

  ===============================================================*/
}
.app-guide .app-guide-heading {
  margin: 0;
  text-align: center;
}
.app-guide {
  /*===============================================================

     icon

  ===============================================================*/
}
.app-guide .app-guide-icon {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}
.app-guide .app-guide-icon::before, .app-guide .app-guide-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  background-color: #222;
  content: "";
  transition: transform 0.24s;
}
.app-guide .app-guide-icon::before {
  transform: translate(-50%, -50%);
}
.app-guide .app-guide-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .app-guide .app-guide-icon {
    right: 16px;
  }
  .app-guide .app-guide-icon::before, .app-guide .app-guide-icon::after {
    width: 16px;
  }
}
.app-guide {
  /*===============================================================

     open

  ===============================================================*/
}
.app-guide .app-guide-details[open] .app-guide-icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.app-guide {
  /*===============================================================

     body

  ===============================================================*/
}
.app-guide .app-guide-body-inner {
  padding: 24px 40px 40px;
}
@media screen and (max-width: 767px) {
  .app-guide .app-guide-body-inner {
    padding: 8vw 5vw 16vw;
  }
}
.app-guide {
  /*===============================================================

     btn_detail

  ===============================================================*/
}
@media screen and (max-width: 767px) {
  .app-guide .btn_detail a {
    font-size: 4.8vw !important;
  }
}
.app-guide {
  /*===============================================================

     layout

  ===============================================================*/
}
.app-guide .app-guide-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .app-guide .app-guide-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.app-guide {
  /*===============================================================

     image

  ===============================================================*/
}
.app-guide .app-guide-image {
  width: 100%;
}
.app-guide .app-guide-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .app-guide .app-guide-image {
    width: min(240px, 65%);
    margin-inline: auto;
  }
}
.app-guide {
  /*===============================================================

     content

  ===============================================================*/
}
.app-guide .app-guide-content {
  min-width: 0;
}
.app-guide .app-guide-content p {
  line-height: 1.5;
}
.app-guide {
  /*===============================================================

     lead

  ===============================================================*/
}
.app-guide .app-guide-lead {
  font-size: min(24px, 2.4vw);
  margin: 0;
  font-weight: normal;
}
.app-guide .app-guide-lead span {
  color: #0040A0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .app-guide .app-guide-lead {
    font-size: 4.4vw;
  }
}
.app-guide {
  /*===============================================================

     steps

  ===============================================================*/
}
.app-guide .app-guide-steps {
  margin-top: 32px;
  display: grid;
  gap: 24px;
  padding: 0;
  list-style: none;
  counter-reset: app-guide-step;
}
@media screen and (max-width: 767px) {
  .app-guide .app-guide-steps {
    gap: 16px;
    margin-top: 24px;
  }
}
.app-guide {
  /*===============================================================

     step

  ===============================================================*/
}
.app-guide .app-guide-step {
  position: relative;
  min-height: 80px;
  padding: 24px 24px 24px 80px;
  background-color: #fff;
  counter-increment: app-guide-step;
}
.app-guide .app-guide-step::before {
  position: absolute;
  top: 50%;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background-color: #0040A0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  content: counter(app-guide-step);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .app-guide .app-guide-step {
    padding: 50px 16px 24px;
  }
  .app-guide .app-guide-step::before {
    top: 16px;
    left: 50%;
    width: 28px;
    height: 28px;
    font-size: 16px;
    transform: translateX(-50%);
  }
}
.app-guide {
  /*===============================================================

     step text

  ===============================================================*/
}
.app-guide .app-guide-step-title,
.app-guide .app-guide-step-text {
  font-size: min(22px, 2.2vw);
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .app-guide .app-guide-step-title,
  .app-guide .app-guide-step-text {
    font-size: 4.4vw;
  }
}
.app-guide .app-guide-step-text {
  margin-top: 8px;
}
.app-guide .app-guide-step-text a {
  color: inherit;
  text-decoration: underline;
}
.app-guide {
  /*===============================================================

     download qr

  ===============================================================*/
}
.app-guide .app-guide-download-qr {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.app-guide .app-guide-download-qr img {
  display: block;
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
}
.app-guide .app-guide-download-qr p {
  font-size: min(22px, 2.2vw);
}
@media screen and (max-width: 767px) {
  .app-guide .app-guide-download-qr p {
    font-size: 4.4vw;
  }
}
.app-guide {
  /*===============================================================

     download button

  ===============================================================*/
}
.app-guide .app-guide-download-btn {
  margin-top: 16px;
}
.app-guide .app-guide-download-btn .btn-more {
  width: min(100%, 320px);
  margin-top: 0;
}

/*===============================================================

   schedule

===============================================================*/
.content_schedule {
  margin: 50px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content_schedule {
    margin: 8vw auto 0;
  }
}
.content_schedule {
  /*===============================================================
  	table_block
  ===============================================================*/
}
.content_schedule .table_block {
  margin-bottom: 40px;
}
.content_schedule .table_block .c_title {
  display: block;
  font-size: min(26px, 2.6vw);
}
.content_schedule .table_block .c_title .date {
  font-size: 85%;
}
.content_schedule .table_block .c_title + .c_title {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content_schedule .table_block {
    margin-bottom: 4vw;
  }
  .content_schedule .table_block .c_title {
    font-size: 4.3vw;
  }
}
.content_schedule .schedule {
  width: 100%;
}
.content_schedule .schedule .schedule_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.content_schedule .schedule .schedule_table th,
.content_schedule .schedule .schedule_table td {
  border: solid 1px #222;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: bold;
}
.content_schedule .schedule .schedule_table th {
  background: #E6EEF5;
  color: #0040A0;
}
.content_schedule .schedule .schedule_table {
  /*-------------------------------------------------------------
     予選大会
  -------------------------------------------------------------*/
}
.content_schedule .schedule .schedule_table .category {
  width: 10%;
  background: #0040A0;
  color: #fff;
  font-size: min(24px, 2.4vw);
  font-weight: bold;
}
.content_schedule .schedule .schedule_table .category span {
  display: inline-block;
}
.content_schedule .schedule .schedule_table .date,
.content_schedule .schedule .schedule_table .tournament {
  width: 25%;
  font-size: min(20px, 2vw);
  font-weight: bold;
}
.content_schedule .schedule .schedule_table {
  /*-------------------------------------------------------------
     J:COMチャンネル
     MY J:COMアプリ
  -------------------------------------------------------------*/
}
.content_schedule .schedule .schedule_table .ch,
.content_schedule .schedule .schedule_table .app {
  width: 20%;
  padding: 15px 0 18px;
  font-weight: bold;
  font-size: min(20px, 2vw);
}
.content_schedule .schedule .schedule_table .ch span,
.content_schedule .schedule .schedule_table .app span {
  padding: 3px 10px;
  background: #E83817;
  border-radius: 4px;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 3px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.content_schedule .schedule .schedule_table {
  /*-------------------------------------------------------------
     data
  -------------------------------------------------------------*/
}
.content_schedule .schedule .schedule_table tr:not(:first-child) td {
  padding: 18px 10px;
  background: #fff;
  font-size: min(18px, 1.7vw);
}
.content_schedule .schedule .schedule_table tr:not(:first-child) td .day {
  font-size: 85%;
}
.content_schedule {
  /*===============================================================
     tablet
  ===============================================================*/
}
@media screen and (max-width: 1030px) {
  .content_schedule .schedule_table .category {
    font-size: 18px;
  }
  .content_schedule .schedule_table .date,
  .content_schedule .schedule_table .tournament {
    font-size: 17px;
  }
  .content_schedule .schedule_table .ch span,
  .content_schedule .schedule_table .app span {
    font-size: 16px;
  }
  .content_schedule .schedule_table tr:not(:first-child) td {
    font-size: 16px;
  }
}
.content_schedule {
  /*===============================================================
     smartphone
  ===============================================================*/
}
@media screen and (max-width: 767px) {
  .content_schedule .schedule {
    overflow-x: auto;
  }
  .content_schedule .schedule .schedule_table .category {
    font-size: 4.2vw;
    letter-spacing: 0.5vw;
    writing-mode: vertical-rl;
  }
  .content_schedule .schedule .schedule_table .date,
  .content_schedule .schedule .schedule_table .tournament,
  .content_schedule .schedule .schedule_table .ch,
  .content_schedule .schedule .schedule_table .app {
    width: 22.5%;
    font-size: 3.2vw;
  }
  .content_schedule .schedule .schedule_table .date span,
  .content_schedule .schedule .schedule_table .tournament span,
  .content_schedule .schedule .schedule_table .ch span,
  .content_schedule .schedule .schedule_table .app span {
    font-size: 2.2vw;
  }
  .content_schedule .schedule .schedule_table tr:not(:first-child) td {
    padding: 2vw 1vw;
    font-size: 3vw;
  }
  .content_schedule .schedule .cap {
    font-size: 3vw !important;
  }
}

/*===============================================================

	section_topics

===============================================================*/
.section_topics {
  padding: 0px 20px 0;
}
.section_topics .section_inner {
  padding: 80px 0 30px;
}
@media screen and (max-width: 1030px) {
  .section_topics .section_inner {
    padding: 50px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .section_topics .section_inner {
    padding: 10vw 0 0;
  }
}
.section_topics .list_block {
  border-radius: 6px;
  padding: 35px 50px;
  border: solid 2px #0040A0;
}
.section_topics .item {
  font-weight: bold;
  font-size: min(21px, 2vw);
}
.section_topics .item + .item {
  margin-top: 15px;
}
.section_topics .item .link {
  color: #222;
  border-bottom: solid 2px #0040A0;
}
.section_topics .item .link:hover {
  border-bottom-color: transparent;
  opacity: 0.7;
}
.section_topics .item .date {
  display: block;
  font-weight: bold;
  width: 125px;
}
.section_topics .item .label {
  background: #E83817;
  color: #fff;
  font-weight: bold;
  font-size: min(16px, 1.8vw);
  padding: 5px 20px;
  border-radius: 6px;
  width: 10%;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
.section_topics .item .txt {
  padding-left: 15px;
  width: 70%;
}
.section_topics {
  /* タブレット以下 */
}
@media screen and (max-width: 1030px) {
  .section_topics .list_block {
    padding: 30px 30px;
  }
}
.section_topics {
  /* SP向けレイアウト */
}
@media screen and (max-width: 767px) {
  .section_topics {
    padding: 0;
  }
  .section_topics .list_block {
    padding: 5vw;
    margin: 7vw 4vw;
  }
  .section_topics .item + .item {
    margin-top: 4vw;
  }
  .section_topics .item .link {
    flex-wrap: wrap;
    font-size: 3.8vw;
  }
  .section_topics .item .date {
    width: auto;
  }
  .section_topics .item .txt_box {
    width: 100%;
  }
  .section_topics .item .txt {
    padding-left: 0;
    padding-top: 2vw;
    width: 100%;
    display: block;
    font-size: 3.4vw;
    line-height: 2;
  }
  .section_topics .item .label {
    padding: 0.5vw 2.4vw;
    font-size: 3.4vw;
    width: auto;
    border-radius: 1.2vw;
  }
}

/*===============================================================

	section_kv

===============================================================*/
.section_kv {
  position: relative;
}
.section_kv .kv_slider {
  height: 100%;
  max-height: 700px;
}
.section_kv {
  /* タブレット */
}
.section_kv {
  /* for TABLET */
  /* SP */
}
.section_kv {
  /* for SP */
  /*===============================================================
  	inner
  ===============================================================*/
}
.section_kv {
  /*===============================================================
  	kv_content
  ===============================================================*/
}
.section_kv .kv_content {
  width: 100%;
}
.section_kv .kv_content .kv_title, .section_kv .kv_content .logo_title {
  position: absolute;
}
.section_kv .kv_content .kv_title {
  top: 0;
  left: 10px;
  width: min(650px, 50vw);
}
.section_kv .kv_content .logo_title {
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 10px;
  max-width: 1300px;
  padding: 0 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_kv .kv_content .kv_title {
    left: 0;
    width: 100vw;
    margin: 2vw auto 0;
  }
  .section_kv .kv_content .logo_title {
    bottom: -5vw;
    padding: 0 8vw;
  }
}
.section_kv {
  /*===============================================================
  	headline
  ===============================================================*/
}
.section_kv {
  /*===============================================================
  	title_box
  ===============================================================*/
}
.section_kv .title_box {
  transform: rotate(-3deg);
  margin-left: 60px;
}
.section_kv .title_box .kv_title {
  filter: drop-shadow(0 0 0px #fff) drop-shadow(0 0 14px #fff) drop-shadow(0 0 6px #fff) drop-shadow(0 0 21px #fff) drop-shadow(0 0 6px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
  font-size: min(72px, 5.2vw);
  letter-spacing: 3px;
  font-weight: 800;
  /* transform: skewX(-8deg); */
  line-height: 1.2;
}
.section_kv .title_box .kv_title .small {
  font-size: 80%;
  letter-spacing: 0;
}
.section_kv .title_box .kv_title {
  /* text-shadow: 0 0 10px rgba(255, 255, 255, 0.9); */
  /* background: linear-gradient(90deg, #E24368 0%, #E85F53 16.6%, #F49D47 33.3%, #F8C645 50%, #96C49A 66.6%, #289EDA 83.3%, #8929DE 100%); */
}
.section_kv .title_box .kv_title .gradient {
  display: block;
  background: linear-gradient(90deg, #E24368 0%, #E85F53 12%, #F49D47 24%, #F8C645 36%, #96C49A 56%, #289EDA 69%, #B24796 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.section_kv .title_box {
  /* タブレット */
}
@media screen and (max-width: 767px) {
  .section_kv .title_box {
    transform: rotate(0deg);
    margin-left: 0;
  }
  .section_kv .title_box .kv_title {
    font-size: 10.5vw;
    text-align: center;
    letter-spacing: 0.2vw;
  }
  .section_kv .title_box .txt_in {
    text-indent: 0.5em;
  }
}

/*===============================================================
	kv_slider
===============================================================*/
.kv_slider {
  transition: all 0.1s;
}
.kv_slider .slide {
  position: relative;
  width: 100%;
  max-height: 700px;
}
@media screen and (max-width: 767px) {
  .kv_slider .slide {
    height: auto;
  }
}

/*===============================================================

	section_message

===============================================================*/
.section_message .content_width {
  position: relative;
}
.section_message {
  /*===============================================================
  	headline
  ===============================================================*/
}
.section_message .headline {
  max-width: 750px;
}
@media screen and (max-width: 1030px) {
  .section_message .headline::after {
    top: 11%;
  }
}
@media screen and (max-width: 767px) {
  .section_message .headline .label {
    font-size: 4.7vw;
  }
}
.section_message {
  /*===============================================================
  	content_message
  ===============================================================*/
}
.section_message .content_message {
  display: flex;
  flex-wrap: wrap;
  padding: 140px 120px 80px;
  justify-content: space-between;
  gap: 4%;
  border: solid 2px #0040A0;
}
@media screen and (max-width: 1300px) {
  .section_message .content_message {
    padding: 100px 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .section_message .content_message {
    gap: 7vw;
    padding: 20vw 5vw 10vw;
  }
}
.section_message .content_message {
  /*===============================================================
  	txt_block
  ===============================================================*/
}
.section_message .content_message .txt_block {
  width: 51%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.section_message .content_message .txt_block .txt {
  font-size: min(22px, 1.8vw);
}
@media screen and (max-width: 767px) {
  .section_message .content_message .txt_block {
    width: 100%;
    gap: 7vw;
  }
  .section_message .content_message .txt_block .txt {
    font-size: 4vw;
  }
  .section_message .content_message .txt_block .txt + .txt {
    margin-top: -2vw;
  }
}
.section_message .content_message {
  /*===============================================================
  	photo_block
  ===============================================================*/
}
.section_message .content_message .photo_block {
  width: 45%;
  position: relative;
}
.section_message .content_message .photo_block .img_1 {
  width: 350px;
}
.section_message .content_message .photo_block .img_2 {
  width: 300px;
  margin-left: auto;
  margin-top: -50px;
}
@media screen and (max-width: 1030px) {
  .section_message .content_message .photo_block .img_1 {
    width: 30vw;
  }
  .section_message .content_message .photo_block .img_2 {
    width: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .section_message .content_message .photo_block {
    width: 100%;
  }
  .section_message .content_message .photo_block .img_1 {
    width: 80%;
  }
  .section_message .content_message .photo_block .img_2 {
    width: 60%;
    margin-top: -10vw;
  }
}
.section_message {
  /*===============================================================
  	content_support
  ===============================================================*/
}
.section_message .content_support {
  /*===============================================================
  	title_block
  ===============================================================*/
}
.section_message .content_support .title_block .c_title {
  text-align: center;
  font-size: min(26px, 2.6vw);
}
@media screen and (max-width: 767px) {
  .section_message .content_support .title_block .c_title {
    text-align: left;
    font-size: 5vw;
  }
}
.section_message .content_support {
  /*===============================================================
  	btn_block
  ===============================================================*/
}
.section_message .content_support .btn_block {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .section_message .content_support .btn_block {
    margin-top: 6vw;
    padding-inline: 0;
    gap: 3vw;
  }
}

/*===============================================================

	section_tournament

===============================================================*/
.section_tournament {
  position: relative;
  background: linear-gradient(90deg, #E7154A 0%, #0040A0 100%);
  color: #fff;
}
.section_tournament.bg_pattern::before {
  height: 650px;
}
.section_tournament .section_inner {
  padding: 120px 0 100px;
}
.section_tournament .content_width {
  position: static;
}
.section_tournament .cap {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  .section_tournament.bg_pattern::before {
    height: 100vw;
    background-size: auto 160vw;
    background-position-x: calc(100% + 53vw);
  }
  .section_tournament .section_inner {
    padding: 15vw 5vw 18vw;
  }
}
.section_tournament {
  /*===============================================================

  	hedline

  ===============================================================*/
}
@media screen and (max-width: 767px) {
  .section_tournament .hedline .label {
    font-size: 5.7vw;
    padding: 14px 12px 14px;
  }
}
.section_tournament {
  /*===============================================================
  	content_tournament
  ===============================================================*/
}
.section_tournament .content_tournament {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .section_tournament .content_tournament {
    gap: 4.5vw;
  }
}
.section_tournament .content_tournament {
  /*===============================================================
  	txt_block
  ===============================================================*/
}
.section_tournament .content_tournament .txt_block {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section_tournament .content_tournament .txt_block .title {
  position: relative;
  padding-left: 28px;
  line-height: 1.4;
}
.section_tournament .content_tournament .txt_block .title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background-color: #fff;
}
.section_tournament .content_tournament .txt_block .date {
  font-weight: 500;
  font-size: min(26px, 2.3vw);
  line-height: 1.6;
}
@media screen and (max-width: 1300px) {
  .section_tournament .content_tournament .txt_block {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .section_tournament .content_tournament .txt_block {
    gap: 6vw;
    width: 100%;
  }
  .section_tournament .content_tournament .txt_block .title {
    padding-left: 6.5vw;
  }
  .section_tournament .content_tournament .txt_block .title::after {
    width: 1vw;
  }
  .section_tournament .content_tournament .txt_block .date {
    font-size: 4vw;
  }
}
.section_tournament .content_tournament {
  /*===============================================================
  	slider_block
  ===============================================================*/
}
.section_tournament .content_tournament .slider_block {
  width: 65%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .section_tournament .content_tournament .slider_block {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section_tournament .content_tournament .slider_block {
    width: 100%;
  }
}
.section_tournament {
  /*===============================================================
  	content_support
  ===============================================================*/
}
.section_tournament .content_support {
  /*===============================================================
  	title_block
  ===============================================================*/
}
.section_tournament .content_support .title_block .c_title {
  text-align: center;
  font-size: min(20px, 2vw);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .section_tournament .content_support .title_block .c_title {
    text-align: left;
    font-size: 3.8vw;
  }
}
.section_tournament .content_support {
  /*===============================================================
  	btn_block
  ===============================================================*/
}
.section_tournament .content_support .btn_block {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .section_tournament .content_support .btn_block {
    margin-top: 6vw;
    padding-inline: 0;
    gap: 3vw;
  }
}
.section_tournament {
  /*===============================================================
  	btn_block
  ===============================================================*/
}
.section_tournament .btn_detail {
  max-width: 280px;
  width: 100%;
}
.section_tournament .btn_detail a {
  background: none;
  border: solid 1px #fff;
  color: #fff;
  text-align: left;
  font-size: 18px;
}
.section_tournament .btn_detail a::after {
  right: 16px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section_tournament .btn_detail {
    max-width: 100%;
  }
  .section_tournament .btn_detail a {
    padding: 3vw 5vw;
    text-align: center;
    border: solid 2px #fff;
    font-size: 4.3vw;
  }
}

/*===============================================================
	section_movie
===============================================================*/
.section_movie {
  text-align: center;
}
.section_movie .section_inner {
  padding: 100px 32px 160px;
}
.section_movie .cap {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section_movie .section_inner {
    padding: 18vw 5vw 26vw;
  }
  .section_movie .cap {
    margin-top: 2.7vw;
  }
}
.section_movie {
  /*===============================================================
  	content_movie
  ===============================================================*/
}
.section_movie .content_movie {
  display: grid;
  gap: 40px;
}
.section_movie .content_movie .sub, .section_movie .content_movie .title {
  font-size: min(32px, 3.2vw);
}
@media screen and (max-width: 767px) {
  .section_movie .content_movie {
    gap: 5vw;
  }
  .section_movie .content_movie .sub, .section_movie .content_movie .title {
    font-size: 5.4vw;
  }
}
.section_movie .content_movie {
  /*===============================================================
  	title_block
  ===============================================================*/
}
.section_movie .content_movie .title_block {
  display: grid;
  gap: 32px;
}
.section_movie .content_movie .title_block .title {
  position: relative;
  padding-bottom: 36px;
  line-height: 1.5;
  font-size: min(40px, 4vw);
}
.section_movie .content_movie .title_block .title::before {
  position: absolute;
  bottom: 14px;
  left: 50%;
  min-width: 320px;
  height: 6px;
  background-color: #0040A0;
  content: "";
  transform: translateX(-50%);
}
.section_movie .content_movie .title_block .title::after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 24px solid #0040A0;
  border-right: 24px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.section_movie .content_movie .title_block .sub {
  color: #0040A0;
}
.section_movie .content_movie .title_block .sub span {
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .section_movie .content_movie .title_block {
    gap: 5vw;
  }
  .section_movie .content_movie .title_block .title {
    font-size: 7vw;
    padding-bottom: 5vw;
  }
  .section_movie .content_movie .title_block .title::before {
    min-width: 240px;
    height: 4px;
  }
  .section_movie .content_movie .title_block .title::after {
    bottom: -5px;
    border-top: 20px solid #0040A0;
    border-right: 20px solid transparent;
  }
}
.section_movie .content_movie {
  /*===============================================================
  	lead_block
  ===============================================================*/
}
.section_movie .content_movie .lead_block .date {
  font-size: 85%;
}
.section_movie .content_movie .lead_block .lead {
  margin-top: 15px;
  font-size: min(20px, 1.8vw);
  line-height: 1.6;
}
.section_movie .content_movie .lead_block .lead .txt {
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .section_movie .content_movie .lead_block .lead {
    font-size: 3.8vw;
  }
  .section_movie .content_movie .lead_block .txt {
    margin-top: 2vw;
  }
}
.section_movie .content_movie {
  /*===============================================================
  	movie_block
  ===============================================================*/
}
.section_movie .content_movie .movie_block .box {
  margin: auto;
  display: inline-flex;
  flex-direction: column;
  border: 3px solid #0040A0;
}
.section_movie .content_movie .movie_block .c_title, .section_movie .content_movie .movie_block .date {
  margin: 0;
  padding: 16px 24px;
  font-weight: 700;
  font-size: min(40px, 4vw);
  line-height: 1.4;
}
.section_movie .content_movie .movie_block .c_title {
  color: #0040A0;
}
.section_movie .content_movie .movie_block .date {
  background-color: #0040A0;
  color: #fff;
  font-size: min(48px, 4.8vw);
}
.section_movie .content_movie .movie_block .date span {
  margin: 0 -12px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .section_movie .content_movie .movie_block .c_title {
    font-size: 5.8vw;
  }
  .section_movie .content_movie .movie_block .date {
    font-size: 7.4vw;
  }
  .section_movie .content_movie .movie_block .date span {
    margin: 0 -2.5vw;
    font-size: 5.8vw;
  }
}
.section_movie {
  /*===============================================================
  	content_app
  ===============================================================*/
}
.section_movie .content_app {
  margin: 60px auto 0;
  padding: 32px;
  max-width: 900px;
  background: #E6EEF5;
}
.section_movie .content_app .c_title {
  font-size: min(20px, 1.8vw);
  font-weight: bold;
}
.section_movie .content_app .c_title .big {
  border-bottom: solid 2px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  font-size: 120%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .section_movie .content_app {
    margin: 12vw auto 0;
    padding: 8vw 5vw;
  }
  .section_movie .content_app .c_title {
    font-size: 4.8vw;
  }
}
.section_movie .content_app {
  /*===============================================================
  	app_block
  ===============================================================*/
}
.section_movie .content_app .app_block {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .section_movie .content_app .app_block {
    gap: 6vw;
    margin-top: 4vw;
  }
}
.section_movie .content_app {
  /*===============================================================
  	item
  ===============================================================*/
}
.section_movie .content_app .item {
  width: min(140px, 14vw);
  display: grid;
  flex-wrap: wrap;
  gap: min(16px, 1.6vw);
}
@media screen and (max-width: 767px) {
  .section_movie .content_app .item {
    width: 30vw;
    gap: 3.38vw;
  }
}
.section_movie {
  /*===============================================================
  	btn_block
  ===============================================================*/
}
.section_movie .btn_block .btn_detail {
  width: 100%;
  max-width: 480px;
  margin: auto;
}
.section_movie .btn_block .btn_detail a {
  min-height: 80px;
  padding: 8px 32px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: min(24px, 2.4vw);
  font-weight: 700;
  line-height: 1.5;
  transition: 0.24s;
  color: #fff;
  background: #0040A0;
  border: solid 3px #0040A0;
}
.section_movie .btn_block .btn_detail a::after {
  background-color: #fff;
}
.section_movie .btn_block .btn_detail a:hover {
  background: #fff;
  color: #0040A0;
}
.section_movie .btn_block .btn_detail a:hover::after {
  background-color: #0040A0;
}
@media screen and (max-width: 767px) {
  .section_movie .btn_block .btn_detail {
    width: 90%;
    margin: 3vw auto 0;
  }
  .section_movie .btn_block .btn_detail a {
    min-height: 70px;
    font-size: 4.8vw;
  }
}
.section_movie {
  /*===============================================================
  	content_jsports
  ===============================================================*/
}
.section_movie .content_jsports {
  padding: 60px;
}
.section_movie .content_jsports .img {
  margin: 20px auto 0;
  width: min(140px, 14vw);
}
.section_movie .content_jsports .c_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: min(24px, 2.4vw);
}
.section_movie .content_jsports .logo {
  margin: 0 10px;
  width: 120px;
}
.section_movie .content_jsports .txt_block {
  margin-top: 20px;
}
.section_movie .content_jsports .txt {
  font-size: min(14px, 1.4vw);
}
.section_movie .content_jsports .txt + .txt {
  margin-top: 10px;
}
.section_movie .content_jsports .link {
  color: #0040A0;
  border-bottom: solid 2px;
}
.section_movie .content_jsports .link:hover {
  border-bottom-color: transparent;
}
@media screen and (max-width: 767px) {
  .section_movie .content_jsports {
    padding: 10vw 5vw;
  }
  .section_movie .content_jsports .c_title {
    justify-content: center;
    gap: 3vw;
    font-size: 5vw;
  }
  .section_movie .content_jsports .logo {
    width: 25vw;
  }
  .section_movie .content_jsports .img {
    margin: 4vw auto 0;
    width: 30vw;
  }
  .section_movie .content_jsports .txt {
    font-size: 3vw;
  }
}
.section_movie {
  /*===============================================================
  	content_area
  ===============================================================*/
}
.section_movie .content_area {
  margin: 80px 0;
  padding: 30px 0;
  border: solid 1px #0040A0;
}
.section_movie .content_area .c_title {
  padding-bottom: 25px;
  font-size: min(22px, 2.2vw);
}
.section_movie .content_area .c_title .link {
  color: #0040A0;
  border-bottom: solid 2px;
}
.section_movie .content_area .c_title .link:hover {
  border-bottom-color: transparent;
}
@media screen and (max-width: 767px) {
  .section_movie .content_area {
    margin: 12vw 0;
    padding: 8vw 5vw;
  }
  .section_movie .content_area .c_title {
    padding-bottom: 5vw;
    font-size: 4.2vw;
  }
  .section_movie .content_area .logo {
    max-width: 50%;
    margin: auto;
  }
  .section_movie .content_area .area_block {
    flex-direction: column;
  }
}

/*===============================================================

	section_prof

===============================================================*/
.section_prof {
  display: none;
  background: linear-gradient(90deg, #E7154A 0%, #0040A0 100%);
}
.section_prof .section_inner {
  padding-top: 120px;
}
.section_prof .content_width {
  display: grid;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .section_prof .section_inner {
    padding-top: 20vw;
  }
  .section_prof .content_width {
    gap: 10vw;
  }
}
.section_prof {
  /*===============================================================
  	content_area
  ===============================================================*/
}
.section_prof .content_area {
  max-width: 750px;
  margin: auto;
  gap: 30px;
  display: grid;
  background: #fff;
  padding: 40px 80px;
  text-align: center;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  color: #555;
}
@media screen and (max-width: 767px) {
  .section_prof .content_area {
    padding: 8vw 5vw;
    gap: 5vw;
  }
}
.section_prof .content_area {
  /*===============================================================
  	title_block
  ===============================================================*/
}
.section_prof .content_area .title_block .c_title {
  border-bottom: solid 2px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 5px;
}
.section_prof .content_area .title_block .lead {
  font-weight: bold;
  font-size: min(24px, 2.4vw);
}
.section_prof .content_area .title_block .cap {
  font-size: 16px;
}
.section_prof .content_area .title_block .cap .link {
  color: #555;
  text-decoration: underline;
}
.section_prof .content_area .title_block .cap .link:hover {
  text-decoration: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .section_prof .content_area .title_block .c_title {
    padding-bottom: 1vw;
    font-size: 5.4vw;
  }
  .section_prof .content_area .title_block .lead {
    padding: 0vw 0 1vw;
    font-size: 5vw;
    line-height: 1.4;
  }
}
.section_prof {
  /*===============================================================
  	lead_block
  ===============================================================*/
}
.section_prof .lead_block .lead {
  font-size: min(22px, 2.2vw);
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.section_prof .lead_block .small {
  display: block;
  font-size: 22px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_prof .lead_block .lead {
    font-size: 4.2vw;
  }
}
.section_prof {
  /*===============================================================
  	content_prof
  ===============================================================*/
}
.section_prof .content_prof {
  background: #fff;
}
.section_prof .content_prof .prof_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 80px 80px;
}
.section_prof .content_prof .title_block {
  background: #E7154A;
  color: #fff;
  display: flex;
  max-width: 500px;
  width: 100%;
  min-height: 90px;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1030px) {
  .section_prof .content_prof .prof_block {
    padding: 60px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_prof .content_prof .title_block {
    width: 75%;
    text-align: center;
    min-height: 14vw;
    border-radius: 0 0 4vw 4vw;
  }
  .section_prof .content_prof .title_block .title {
    font-size: 5vw;
  }
  .section_prof .content_prof .prof_block {
    padding: 10vw 5vw;
  }
}
.section_prof .content_prof {
  /*===============================================================
  	item
  ===============================================================*/
}
.section_prof .content_prof .item {
  display: flex;
  flex-wrap: wrap;
  width: 47%;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
.section_prof .content_prof .item .txt_box .c_title {
  color: #0040A0;
  line-height: 1;
  font-size: 30px;
}
.section_prof .content_prof .item .txt_box .txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section_prof .content_prof .item {
    display: block;
  }
  .section_prof .content_prof .item .txt_box {
    margin-top: 3vw;
  }
  .section_prof .content_prof .item .txt_box .c_title {
    font-size: 5vw;
  }
  .section_prof .content_prof .item .txt_box .txt {
    margin-top: 2vw;
    font-size: 3.3vw;
  }
}
.section_prof .content_prof .item {
  /*===============================================================
  	photo_box
  ===============================================================*/
}
.section_prof .content_prof .item .photo_box {
  max-width: min(220px, 15vw);
}
@media screen and (max-width: 767px) {
  .section_prof .content_prof .item .photo_box {
    max-width: 100%;
  }
}
.section_prof .content_prof .item {
  /*===============================================================
  	txt_box
  ===============================================================*/
}
.section_prof .content_prof .item .txt_box {
  width: calc(100% - min(220px, 15vw) - 30px);
}
@media screen and (max-width: 767px) {
  .section_prof .content_prof .item .txt_box {
    width: 100%;
  }
}
.section_prof .content_prof {
  /*===============================================================
  	item_full
  ===============================================================*/
}
.section_prof .content_prof .item_full {
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 2px #0040A0;
}
.section_prof .content_prof .item_full .img, .section_prof .content_prof .item_full .txt_box {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .section_prof .content_prof .item_full {
    margin-top: 8vw;
    padding-top: 8vw;
  }
  .section_prof .content_prof .item_full .img, .section_prof .content_prof .item_full .txt_box {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */