@charset "UTF-8";
/* ==================================================
[Style] 
    1. setting
	2. foundation
	3. Layout  
	4. object 

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* typography */
/* media-query */
/* variables */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* base */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-decoration: none;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

/* mixins */
/* vendor */
/* slick */
.slick-slide {
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}

.slick-arrow {
  display: block;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-next {
  right: 20px;
}

.slick-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/icon_arrowRB.png) no-repeat center;
  background-size: 26px auto;
}

.slick-prev {
  left: 20px;
}

.slick-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/icon_arrowLB.png) no-repeat center;
  background-size: 26px auto;
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 0;
  border: none;
  color: transparent;
  padding: 5px;
}

.slick-dots li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 2px solid #000;
}

.slick-dots li.slick-active::before {
  background: #000;
  border: 2px solid #000;
}

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.l-header__inner {
  width: 100%;
  margin: 0 auto;
}

.l-header__content {
  height: 110px;
  position: relative;
}

.l-header__logo {
  position: absolute;
  top: 23px;
  left: 100px;
  width: 184px;
  height: 76px;
}

.l-header__logo h1 {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  background: url(images/logo.png) no-repeat center;
  background-size: contain;
}

.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__logo a span {
  padding: 1em 0;
}

.l-header__nav {
  width: calc(50% + 480px);
  max-width: calc(100% - 360px);
  height: 100%;
  margin-left: auto;
}

.l-header__list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-header__item:not(:last-child) {
  margin-right: clamp(1em, 3vw, 2.67em);
}

.l-header__item > a {
  font-size: clamp(0.8125rem, 1.5vw, 1.125rem);
  font-weight: bold;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.l-header__item > a span {
  text-align: center;
  display: block;
  position: relative;
}

.l-header__item > a span:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #008bcd;
  left: 50%;
  top: 1%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.l-header__item.--blank > a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(images/icon_blank.png) no-repeat center;
  background-size: contain;
  margin-left: 5px;
}

.l-header__item.--youtube > a img {
  width: 30px;
  vertical-align: bottom;
}

.l-menu {
  display: none;
  width: 60px;
  margin-left: auto;
}

.l-menu__button {
  position: relative;
  z-index: 20;
  height: 24px;
}

.l-menu__button span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  right: 0;
}

.l-menu__button span:nth-child(1) {
  top: 0;
  width: 40px;
}

.l-menu__button span:nth-child(2) {
  top: 50%;
  width: 50px;
}

.l-menu__button span:nth-child(3) {
  top: 100%;
}

.l-menu__txt {
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 1;
  margin-top: 6px;
}

.l-menu__txt span:nth-child(2) {
  display: none;
}

.l-menu.is-open .l-menu__button span:nth-child(1) {
  top: 50%;
  width: 60px;
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

.l-menu.is-open .l-menu__button span:nth-child(2) {
  opacity: 0;
}

.l-menu.is-open .l-menu__button span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.l-menu.is-open .l-menu__txt span:nth-child(1) {
  display: none;
}

.l-menu.is-open .l-menu__txt span:nth-child(2) {
  display: block;
}

@media all and (min-width: 940px), print {
  .l-header__nav {
    display: block !important;
  }
  .l-header__item > a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__item > a:hover span:before {
    opacity: 1;
  }
  .l-header__item > a span:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__subitem {
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: #e7e7e7;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .l-header__subitem li:not(:last-child) {
    margin-right: 2em;
  }
  .l-header__subitem a {
    padding: 0 8px;
    display: block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .l-header__subitem a:hover {
    opacity: 0.7;
  }
  .l-header__subitem a span {
    text-align: center;
    display: block;
    padding: 1.5em 0;
  }
}

@media only screen and (min-width: 940px) and (max-width: 1159px) {
  .l-header__logo {
    left: 30px;
  }
  .l-header__nav {
    max-width: calc(100% - 260px);
  }
}

@media only screen and (max-width: 939px) {
  .l-header__content {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  .l-header__logo {
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .l-header__nav {
    display: none;
    position: fixed;
    top: 100px;
    height: calc(100vh - 80px);
    left: 0;
    padding: 15px 20px 0;
    background-color: #fff;
    z-index: 10;
    max-width: 100%;
    width: 100%;
    right: 0;
    overflow-y: auto;
  }
  .l-header__list {
    display: block;
    height: auto;
  }
  .l-header__item {
    padding: 0;
    position: relative;
    background: url(images/bg_borderdot.png) repeat-x left bottom;
  }
  .l-header__item:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(images/icon_arrowRB.png) no-repeat right center;
    background-size: contain;
    right: 20px;
    top: 26px;
  }
  .l-header__item:not(:last-child) {
    margin-right: 0;
  }
  .l-header__item > a {
    font-size: 1.25rem;
    padding: 23px 0px;
    margin: 0 45px;
  }
  .l-header__item.--blank:after, .l-header__item.--youtube:after {
    content: none;
  }
  .l-header__item.--subitem:after {
    background: url(images/icon_plus.png) no-repeat center;
    background-size: contain;
  }
  .l-header__item.--subitem.is-open::after {
    background-image: url(images/icon_minus.png);
  }
  .l-header__cr {
    text-align: center;
    font-size: 0.875rem;
    padding: 22px 0 20px;
  }
  .l-header__subitem {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
  .l-header__sublist {
    margin: 0;
    padding: 0 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-header__sublist li {
    width: calc((100% - 15px )/2);
    margin-right: 15px;
    border: 1px solid #000;
    margin-bottom: 15px;
  }
  .l-header__sublist li:nth-child(2n) {
    margin-right: 0;
  }
  .l-header__sublist li a {
    padding-left: 60px;
    display: block;
    height: 60px;
    position: relative;
  }
  .l-header__sublist li a span:nth-child(2) {
    background: #000;
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1.25;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .l-header__sublist li a span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 61px;
    background: transparent no-repeat center;
    background-size: cover;
  }
  .l-header__sublist li.naginata a span:nth-child(1) {
    width: 65px;
  }
  .l-menu {
    display: block;
  }
}

/* footer */
.l-footer {
  background-color: #e5f3fa;
}

.l-footer__inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.l-footer__contents {
  padding: 50px 0 30px;
}

.l-footer__banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.l-footer__banners li {
  width: 30%;
}

.l-footer__banners li:not(:nth-child(3n)) {
  margin-right: 5%;
}

.l-footer__banners li img {
  max-width: 100%;
  display: block;
}

.l-footer__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.l-footer__desc img {
  width: 120px;
  margin-right: 30px;
}

.l-footer__desc dl {
  font-size: 1rem;
}

.l-footer__desc dl dt {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
}

.l-footer__desc dl dd {
  line-height: 1.625;
}

.l-footer__copyright {
  font-size: 0.875rem;
  line-height: 1.1875;
  text-align: center;
}

.l-footer .c-textlink {
  margin-bottom: 20px;
}

@media all and (min-width: 940px), print {
  .l-footer__banners a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .l-footer__banners a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 939px) {
  .l-footer__contents {
    padding: 80px 0 28px;
  }
  .l-footer__banners {
    display: block;
    margin-bottom: 80px;
  }
  .l-footer__banners li {
    width: 286px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .l-footer__banners li:not(:nth-child(3n)) {
    margin-right: auto;
  }
  .l-footer__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-footer__desc img {
    margin-right: 0px;
    margin-bottom: 6px;
  }
  .l-footer .c-textlink {
    text-align: center;
  }
}

/* competition */
.l-competition {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 150px;
}

.l-competition__mess {
  line-height: 1.55;
}

.l-competition__live {
  margin-bottom: 70px;
}

.l-competition__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-competition__desc .img {
  width: 296px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.l-competition__desc .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.l-competition__desc .txt {
  line-height: 1.55;
}

.l-competition__point {
  margin: 70px 0 110px;
}

.l-competition__point .c-heading2 {
  margin-bottom: 6px;
}

.l-competition__point .l-competition__mess {
  margin-bottom: 40px;
}

.l-competition__sns .c-heading3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 739px) {
  .l-competition .l-competition {
    padding: 40px 0 120px;
  }
  .l-competition .l-competition__desc {
    display: block;
  }
  .l-competition .l-competition__desc .img {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .l-competition .l-competition__point {
    margin: 40px 0 80px;
  }
}

/* main */
.l-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 1240px;
  max-width: 100%;
  height: inherit;
}

.l-inner.--wide {
  width: 1440px;
}

.l-inner.--narrow {
  width: 1000px;
}

.l-content {
  padding-top: 110px;
}

@media only screen and (max-width: 939px) {
  .l-inner {
    padding: 0 16px;
  }
  .l-content {
    padding-top: 100px;
  }
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  counter-reset: step;
}

.c-step__item {
  width: 30%;
  margin-right: 5%;
}

.c-step__item:nth-child(3n) {
  margin-right: 0;
}

.c-step__item:not(:last-child) .img:before {
  content: "";
  border-width: 6px 0 6px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #008bcd;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -26px;
  display: block;
}

.c-step__item .img {
  position: relative;
  background: transparent no-repeat center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}

.c-step__item .img:after {
  content: "";
  display: block;
  padding-top: 66.67%;
}

.c-step__item .txt {
  font-size: 1rem;
  line-height: 1.41;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-step__item .txt:before {
  counter-increment: step;
  content: counter(step) ". ";
  margin-right: 2px;
}

@media only screen and (max-width: 739px) {
  .c-step {
    display: block;
  }
  .c-step__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 35px;
    position: relative;
  }
  .c-step__item:nth-child(3n) {
    margin-right: auto;
  }
  .c-step__item:not(:last-child) .img {
    position: static;
  }
  .c-step__item:not(:last-child) .img:before {
    left: 50%;
    margin: 0 0 0 -6px;
    top: auto;
    bottom: -25px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: auto;
  }
}

/* breadline */
.c-breadline {
  margin: 25px 0;
  font-size: 1.125rem;
}

.c-breadline__item {
  display: inline-block;
}

.c-breadline__item a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.c-breadline__item a:hover {
  opacity: 0.7;
}

.c-breadline__item:last-child span {
  color: #008bcd;
}

.c-breadline__divider {
  margin: 0 6px;
}

@media all and (min-width: 940px), print {
  .c-breadline__item a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-breadline__item a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 939px) {
  .c-breadline {
    display: none;
  }
}

/* btn */
.c-button {
  font-size: 0;
}

.c-button.--center {
  text-align: center;
}

.c-button__link {
  display: inline-block;
  min-width: 302px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  background-color: #000;
  padding: 4px;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: source-han-sans-japanese, sans-serif;
}

.c-button__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.c-button__link span {
  position: relative;
  z-index: 0;
}

.c-button__link:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 100%;
  right: 15px;
  top: 0;
  background: url(images/icon_arrowRW.png) no-repeat center;
  background-size: contain;
}

.c-button__link.--blank:after {
  width: 15px;
  background-image: url(images/blank_icon.png);
}

@media all and (min-width: 940px), print {
  .c-button__link:hover {
    color: #000;
  }
  .c-button__link:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .c-button__link:hover:after {
    background-image: url(images/icon_arrowRB.png);
  }
  .c-button__link.--blank:hover:after {
    background-image: url(images/blank_icon.png);
  }
}

@media only screen and (max-width: 939px) {
  .c-button__link {
    width: 355px;
    min-width: 0;
    max-width: 100%;
  }
}

/* formparts */
select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  width: 100%;
  padding: 6px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 0 0;
  cursor: pointer;
}

/* link */
a {
  color: #000;
}

.c-textlink {
  display: block;
}

.c-textlink.--blank::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(images/icon_blank.png) no-repeat center;
  background-size: contain;
  margin-left: 5px;
}

.c-liveLink {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.c-liveLink img {
  width: 100%;
}

@media all and (min-width: 940px), print {
  a[href^="tel:"] {
    display: inline-block;
    text-decoration: none;
    pointer-events: none;
  }
  .c-textlink {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-textlink:hover {
    opacity: 0.7;
  }
}

/* list */
.c-list__dot {
  margin-left: 1.25em;
}

.c-list__dot li {
  position: relative;
}

.c-list__dot li::before {
  position: absolute;
  left: -1em;
  top: .6em;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}

.c-list__dot.--red li::before {
  background-color: red;
}

.c-competition__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-competition__item {
  width: 23%;
  margin-bottom: 25px;
}

.c-competition__item:not(:nth-child(4n)) {
  margin-right: 2.66%;
}

.c-competition__item a {
  display: block;
}

.c-competition__item.--weightlifting .c-competition__txt .ttl {
  letter-spacing: -0.08em;
}

.c-competition__item.--weightlifting .c-competition__txt:after {
  right: 8px;
}

.c-competition__img {
  border: 1px solid #000;
  border-bottom: none;
  background: transparent no-repeat center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-competition__img:before {
  content: "";
  display: block;
  padding-top: calc((164/218)*100%);
}

.c-competition__txt {
  color: #fff;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 0;
  background: #000;
  padding-top: 5px;
  border: 1px solid #000;
  overflow: hidden;
}

.c-competition__txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  z-index: -1;
}

.c-competition__txt:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 100%;
  right: 13px;
  top: 0;
  background: url(images/icon_arrowRW.png) no-repeat center;
  background-size: contain;
}

.c-competition__txt .date {
  font-size: 1rem;
  display: block;
  line-height: 1.75;
}

.c-competition__txt .ttl {
  display: block;
  line-height: 1.72;
  margin-bottom: -8px;
}

.c-competition__desc {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 14px;
}

.c-competition__desc .ttl {
  font-family: heisei-kaku-gothic-std, sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 2px;
}

.c-competition__desc .txt {
  display: block;
}

.c-point__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-point__item:not(:last-child) {
  margin-bottom: 40px;
}

.c-point__img {
  width: 37.5%;
  position: relative;
  background: transparent no-repeat center;
  background-size: cover;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-point__img:before {
  content: "";
  padding-top: 56.66%;
  display: block;
}

.c-point__img:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-point__txt {
  padding-left: 40px;
}

.c-point__txt .txt {
  line-height: 1.55;
  margin: 10px 0 0;
}

.c-sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-sns__item {
  width: 60px;
  margin: 0 15px;
}

.c-sns__item img {
  display: block;
  max-width: 100%;
}

.c-listOrder {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.c-listOrder__item {
  position: relative;
  padding: 12px 20px 16px 80px;
  background: url(images/border_dot01.png) repeat-x left bottom;
}

.c-listOrder__item.--bordernone {
  background: none;
}

.c-listOrder__item:before, .c-listOrder__item:after {
  content: "";
  width: 40px;
  height: 40px;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
}

.c-listOrder__item:before {
  background: transparent no-repeat center;
  background-size: auto 20px;
}

.c-listOrder__item:after {
  background: #008bcd;
  border-radius: 50%;
  z-index: -1;
}

.c-listOrder__item:nth-of-type(1)::before {
  background-image: url("images/no1.png");
}

.c-listOrder__item:nth-of-type(2)::before {
  background-image: url("images/no2.png");
}

.c-listOrder__item:nth-of-type(3)::before {
  background-image: url("images/no3.png");
}

.c-listOrder__item .txt {
  display: block;
  line-height: 1.55;
}

@media all and (min-width: 940px), print {
  .c-competition__item a:hover .c-competition__img {
    opacity: 0.7;
  }
  .c-competition__item a:hover .c-competition__txt {
    color: #000;
  }
  .c-competition__item a:hover .c-competition__txt:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .c-competition__item a:hover .c-competition__txt:after {
    background-image: url(images/icon_arrowRB.png);
  }
  .c-sns a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-sns a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 939px) {
  .c-competition__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-competition__item {
    width: calc((100% - 14px)/2);
    margin-bottom: 14px;
  }
  .c-competition__item:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .c-competition__item:not(:nth-child(2n)) {
    margin-right: 14px;
  }
  .c-competition__item.--weightlifting .c-competition__txt .ttl, .c-competition__item.--tennis .c-competition__txt .ttl, .c-competition__item.--basketball .c-competition__txt .ttl {
    letter-spacing: -0.04em;
  }
  .c-competition__item.--badminton .c-competition__txt:after, .c-competition__item.--handball .c-competition__txt:after, .c-competition__item.--weightlifting .c-competition__txt:after, .c-competition__item.--tennis .c-competition__txt:after, .c-competition__item.--basketball .c-competition__txt:after {
    right: 3px;
  }
  .c-competition__item.--weightlifting .c-competition__txt .ttl {
    font-size: 1rem;
  }
  .c-competition__item.--weightlifting .c-competition__txt:after, .c-competition__item.--basketball .c-competition__txt:after {
    right: 3px;
    bottom: 6px;
    background-position: right bottom;
    height: auto;
  }
  .c-competition__img:before {
    padding-top: calc((115/160)*100%);
  }
  .c-competition__txt {
    padding-top: 2px;
  }
  .c-competition__txt:after {
    content: "";
    position: absolute;
    width: 18px;
    right: 6px;
    background-size: auto 13px;
    background-position: right center;
  }
  .c-competition__txt .date {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .c-competition__txt .ttl {
    margin-bottom: -7px;
  }
}

@media only screen and (max-width: 739px) {
  .c-point__item {
    display: block;
  }
  .c-point__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .c-point__img {
    width: calc(100% - 8px);
    margin-bottom: 26px;
  }
  .c-point__img:after {
    top: 8px;
    left: 8px;
  }
  .c-point__txt {
    padding-left: 0;
  }
  .c-point__txt .txt {
    margin-top: 6px;
  }
  .c-sns__item {
    width: 45px;
    margin: 0 10px;
  }
  .c-listOrder__item {
    padding: 12px 10px 16px 60px;
  }
  .c-listOrder__item:before, .c-listOrder__item:after {
    left: 8px;
  }
}

/* mainvisual */
.c-mainvisual__slider {
  position: relative;
}

.c-mainvisual__slider:before {
  content: "";
  position: absolute;
  width: 32%;
  max-width: 480px;
  height: 580px;
  background: url(images/bg_dot01L.png) no-repeat right top;
  background-size: auto;
  left: 0;
  top: 100%;
  z-index: -1;
}

.c-mainvisual__slider .slick-slide {
  height: auto;
}

.c-mainvisual__slider .slick-slide-inner {
  width: 100%;
  vertical-align: middle;
}

.c-mainvisual__slider .slick-slide-inner div {
  background: transparent no-repeat center;
  background-size: cover;
}

.c-mainvisual__slider .slick-slide-inner div:before {
  content: "";
  display: block;
  padding-top: 34.375%;
  min-height: 400px;
}

.c-mainvisual__slider .slick-arrow {
  top: 45.45%;
}

.c-mainvisual__slider .slick-next {
  right: 4.16%;
}

.c-mainvisual__slider .slick-prev {
  left: 4.16%;
}

.c-mainvisual__nav {
  width: 830px;
  max-width: 100%;
  margin: 30px auto 0;
}

.c-mainvisual__nav .slick-slide {
  height: auto;
  margin: 0 6px;
}

.c-mainvisual__nav .slick-slide-inner {
  width: 100%;
  vertical-align: middle;
  border: 2px solid #fff;
  position: relative;
  cursor: pointer;
}

.c-mainvisual__nav .slick-slide-inner.is-current:after {
  content: "配信中";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  padding: 3px;
}

.c-mainvisual__nav .slick-slide-inner div {
  background: transparent no-repeat center;
  background-size: cover;
  opacity: 0.7;
}

.c-mainvisual__nav .slick-slide-inner div:before {
  content: "";
  display: block;
  padding-top: 80px;
}

.c-mainvisual__nav .slick-slide.slick-current .slick-slide-inner {
  border-color: #000;
}

.c-mainvisual__nav .slick-slide.slick-current .slick-slide-inner div {
  opacity: 1;
}

.c-mainvisual__nav .slick-track {
  -webkit-transform: none !important;
  transform: none !important;
}

.c-mainvisual__nav .slick-next {
  right: 4.16%;
}

.c-mainvisual__nav .slick-prev {
  left: 4.16%;
}

@media all and (min-width: 940px), print {
  .c-mainvisual__slider a[href="javascript:;"] {
    cursor: default;
  }
}

@media only screen and (max-width: 939px) {
  .c-mainvisual__slider:before {
    width: 47%;
    background-size: 280% auto;
    top: calc(100% + 112px);
  }
  .c-mainvisual__slider .slick-slide-inner div:before {
    padding-top: 138.48%;
  }
  .c-mainvisual__nav {
    margin: 28px auto 0;
    max-width: calc(100% - 10px);
  }
  .c-mainvisual__nav .slick-slide {
    margin: 0 5px;
  }
  .c-mainvisual__nav .slick-next {
    right: 4.16%;
  }
  .c-mainvisual__nav .slick-prev {
    left: 4.16%;
  }
}

/* newsparts */
.c-news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-news__item {
  width: 31.5%;
  margin-bottom: 25px;
}

.c-news__item:not(:nth-child(3n)) {
  margin-right: 2.75%;
}

.c-news__img {
  background: transparent no-repeat center;
  background-size: cover;
  margin-bottom: 24px;
}

.c-news__img:before {
  content: "";
  display: block;
  padding-top: calc((170/302)*100%);
}

.c-news__day {
  display: inline-block;
  margin-right: 8px;
}

.c-news__cat {
  display: inline-block;
  border: 1px solid #000;
  font-weight: bold;
  padding: 5px 5px 3px;
  line-height: 1;
}

.c-news__cat.--type1 {
  color: #008bcd;
  border-color: #008bcd;
}

.c-news__cat.--type2 {
  color: #189f3c;
  border-color: #189f3c;
}

.c-news__cat.--type3 {
  color: #d6001c;
  border-color: #d6001c;
}

.c-news__title {
  line-height: 1.44;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media all and (min-width: 940px), print {
  .c-news__item a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-news__item a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 939px) {
  .c-news__list {
    display: block;
  }
  .c-news__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-news__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .c-news__item:not(:last-child) {
    background: url(images/bg_borderdot.png) repeat-x left bottom;
    padding-bottom: 14px;
  }
  .c-news__img {
    width: 41%;
    float: left;
    margin-right: 24px;
    margin-bottom: 16px;
  }
  .c-news__day {
    margin-right: 0px;
    margin-bottom: 2px;
    display: block;
  }
  .c-news__title {
    clear: both;
    -webkit-line-clamp: 2;
  }
}

/* pagination */
.c-pagination {
  padding-top: 3em;
}

.c-pagination__list {
  text-align: center;
  font-size: 0;
}

.c-pagination__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.c-pagination__item > a,
.c-pagination__item > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 4px;
  padding: .5em 1em;
  font-size: 1.1875rem;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #000;
}

.c-pagination__item > a {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}

.c-pagination__item > span {
  color: #fff;
  font-weight: bold;
  background-color: #000;
}

.c-pagination__item.--next a {
  padding-right: 1.5em;
  padding-left: 1em;
}

.c-pagination__item.--next a::after {
  position: absolute;
  top: 50%;
  right: 0.75em;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
  margin-top: -.25em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-pagination__item.--prev a {
  padding-left: 1.5em;
  padding-right: 1em;
}

.c-pagination__item.--prev a::before {
  position: absolute;
  top: 50%;
  left: 0.75em;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
  margin-top: -.25em;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media all and (min-width: 940px), print {
  .c-pagination a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-pagination a:hover {
    color: #fff;
    background-color: #000;
  }
  .c-pagination__item.--next a::after {
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .c-pagination__item.--next a:hover::after {
    border-color: #fff;
  }
  .c-pagination__item.--prev a::before {
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .c-pagination__item.--prev a:hover::before {
    border-color: #fff;
  }
}

@media only screen and (max-width: 939px) {
  .c-pagination {
    margin-left: 0;
    margin-right: 0;
  }
  .c-pagination__item > a,
  .c-pagination__item > span {
    font-size: 0.875rem;
  }
}

/* pagetitle */
.c-pagetitle {
  position: relative;
}

.c-pagetitle__image {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ccc no-repeat center;
  background-size: cover;
}

.c-pagetitle__heading {
  height: 280px;
  opacity: 0;
  visibility: hidden;
}

body.competition_index .c-pagetitle__image {
  background-image: url(images/competition/bg_title_competition.jpg);
}

body.competition_archery .c-pagetitle__image {
  background-image: url(images/competition/bg_title_archery.jpg);
}

body.competition_badminton .c-pagetitle__image {
  background-image: url(images/competition/bg_title_badminton.jpg);
}

body.competition_basketball .c-pagetitle__image {
  background-image: url(images/competition/bg_title_basketball.jpg);
}

body.competition_bicycle .c-pagetitle__image {
  background-image: url(images/competition/bg_title_bicycle.jpg);
}

body.competition_boxing .c-pagetitle__image {
  background-image: url(images/competition/bg_title_boxing.jpg);
}

body.competition_gymnastics-rhythmic .c-pagetitle__image {
  background-image: url(images/competition/bg_title_gymnastics-rhythmic.jpg);
}

body.competition_handball .c-pagetitle__image {
  background-image: url(images/competition/bg_title_handball.jpg);
}

body.competition_karate .c-pagetitle__image {
  background-image: url(images/competition/bg_title_karate.jpg);
}

body.competition_naginata .c-pagetitle__image {
  background-image: url(images/competition/bg_title_naginata.jpg);
}

body.competition_soccer .c-pagetitle__image {
  background-image: url(images/competition/bg_title_soccer.jpg);
}

body.competition_soft-tennis .c-pagetitle__image {
  background-image: url(images/competition/bg_title_soft-tennis.jpg);
}

body.competition_table-tennis .c-pagetitle__image {
  background-image: url(images/competition/bg_title_table-tennis.jpg);
}

body.competition_weightlifting .c-pagetitle__image {
  background-image: url(images/competition/bg_title_weightlifting.jpg);
}

body.live .c-pagetitle__image {
  background-image: url(images/live/bg_title_live.jpg);
}

body.news .c-pagetitle__image {
  background-image: url(images/news/bg_title_news.jpg);
}

@media only screen and (max-width: 939px) {
  .c-pagetitle__heading {
    height: 180px;
  }
  body.competition_index .c-pagetitle__image {
    background-image: url(images/competition/bg_title_competition_sp.jpg);
  }
  body.competition_archery .c-pagetitle__image {
    background-image: url(images/competition/bg_title_archery_sp.jpg);
  }
  body.competition_badminton .c-pagetitle__image {
    background-image: url(images/competition/bg_title_badminton_sp.jpg);
  }
  body.competition_basketball .c-pagetitle__image {
    background-image: url(images/competition/bg_title_basketball_sp.jpg);
  }
  body.competition_bicycle .c-pagetitle__image {
    background-image: url(images/competition/bg_title_bicycle_sp.jpg);
  }
  body.competition_boxing .c-pagetitle__image {
    background-image: url(images/competition/bg_title_boxing_sp.jpg);
  }
  body.competition_gymnastics-rhythmic .c-pagetitle__image {
    background-image: url(images/competition/bg_title_gymnastics-rhythmic_sp.jpg);
  }
  body.competition_handball .c-pagetitle__image {
    background-image: url(images/competition/bg_title_handball_sp.jpg);
  }
  body.competition_karate .c-pagetitle__image {
    background-image: url(images/competition/bg_title_karate_sp.jpg);
  }
  body.competition_naginata .c-pagetitle__image {
    background-image: url(images/competition/bg_title_naginata_sp.jpg);
  }
  body.competition_soccer .c-pagetitle__image {
    background-image: url(images/competition/bg_title_soccer_sp.jpg);
  }
  body.competition_soft-tennis .c-pagetitle__image {
    background-image: url(images/competition/bg_title_soft-tennis_sp.jpg);
  }
  body.competition_table-tennis .c-pagetitle__image {
    background-image: url(images/competition/bg_title_table-tennis_sp.jpg);
  }
  body.competition_weightlifting .c-pagetitle__image {
    background-image: url(images/competition/bg_title_weightlifting_sp.jpg);
  }
}

/* pagetop */
.c-slide01 {
  pointer-events: none;
}

.c-slide01 .slick-list {
  padding-right: 485px !important;
}

.c-slide01 .slick-slide {
  height: 100%;
  width: auto;
  margin-bottom: 10px;
}

.c-slide01__item {
  margin: 0 20px;
  position: relative;
  display: inline-block;
}

.c-slide01__item:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}

.c-slide01__item::before {
  content: "";
  display: block;
}

.c-slide01__item div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc no-repeat center;
  background-size: cover;
}

.c-slide01__item.--w1 {
  width: 356px !important;
  margin-top: 65px;
}

.c-slide01__item.--w1::before {
  padding-top: 57.3%;
}

.c-slide01__item.--w2 {
  width: 356px !important;
  margin-top: 115px;
}

.c-slide01__item.--w2::before {
  padding-top: 57.3%;
}

.c-slide01__item.--w3 {
  width: 480px !important;
}

.c-slide01__item.--w3::before {
  padding-top: 60%;
}

@media only screen and (max-width: 939px) {
  .c-slide01 .slick-list {
    padding-right: 325px !important;
  }
  .c-slide01__item {
    margin: 0 12px;
  }
  .c-slide01__item:after {
    left: 8px;
    top: 8px;
  }
  .c-slide01__item.--w1 {
    width: 256px !important;
    margin-top: 30px;
  }
  .c-slide01__item.--w2 {
    width: 256px !important;
    margin-top: 70px;
  }
  .c-slide01__item.--w3 {
    width: 380px !important;
  }
}

@media only screen and (max-width: 739px) {
  .c-slide01 .slick-list {
    padding-right: 225px !important;
  }
  .c-slide01__item {
    margin: 0 8px;
  }
  .c-slide01__item.--w1 {
    width: 150px !important;
  }
  .c-slide01__item.--w2 {
    width: 150px !important;
  }
  .c-slide01__item.--w3 {
    width: 240px !important;
  }
}

/* table */
.c-table {
  width: 100%;
}

.c-table .c-table__col.--col1 {
  width: calc( 100% / (12 - 1));
}

.c-table .c-table__col.--col2 {
  width: calc( 100% / (12 - 2));
}

.c-table .c-table__col.--col3 {
  width: calc( 100% / (12 - 3));
}

.c-table .c-table__col.--col4 {
  width: calc( 100% / (12 - 4));
}

.c-table .c-table__col.--col5 {
  width: calc( 100% / (12 - 5));
}

.c-table .c-table__col.--col6 {
  width: calc( 100% / (12 - 6));
}

.c-table .c-table__col.--col7 {
  width: calc( 100% / (12 - 7));
}

.c-table .c-table__col.--col8 {
  width: calc( 100% / (12 - 8));
}

.c-table .c-table__col.--col9 {
  width: calc( 100% / (12 - 9));
}

.c-table .c-table__col.--col10 {
  width: calc( 100% / (12 - 10));
}

.c-table .c-table__col.--col11 {
  width: calc( 100% / (12 - 11));
}

.c-table th, .c-table td {
  padding: 0.75em;
  vertical-align: top;
}

.c-table th.--center, .c-table td.--center {
  text-align: center;
}

.c-table__form__label {
  display: block;
  text-align: left;
}

.c-table__unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.c-table__unit > div {
  width: 100%;
}

.c-table__unit.--half > div {
  width: 50%;
}

.c-table__unit.--multi > div {
  width: auto;
}

@media only screen and (max-width: 939px) {
  .c-table.--spmax th, .c-table.--spmax td {
    display: block;
    width: 100%;
  }
}

/*flame text*/
.c-flametxt01 {
  border: 1px solid #000;
  padding: 36px 40px 34px;
  position: relative;
  background-color: #fff;
}

.c-flametxt01__ttl {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
}

.c-flametxt01__ttl span {
  background-color: #fff;
  display: inline-block;
  padding: 0 16px;
}

.c-flametxt01__txt {
  line-height: 1.55;
}

@media only screen and (max-width: 939px) {
  .c-flametxt01 {
    padding: 36px 17px 15px;
  }
  .c-flametxt01__ttl {
    letter-spacing: 0;
  }
  .c-flametxt01__ttl span {
    padding: 0 10px;
  }
  .c-flametxt01__txt {
    line-height: 1.71;
    font-size: 0.875rem;
  }
}

/* title */
.c-heading1 {
  font-size: 1.875rem;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
  line-height: 1.266;
}

.c-heading1::after {
  content: "";
  display: block;
  width: 102px;
  height: 9px;
  background: url(images/border_title.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-heading2 {
  font-size: 1.25rem;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
  color: #008bcd;
}

.c-heading2.--lt05 {
  letter-spacing: 0.05em;
}

.c-heading3 {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 1.55;
}

.c-heading3__inner {
  padding: 0 14px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.c-heading3__inner:before, .c-heading3__inner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  bottom: 2px;
}

.c-heading3__inner:before {
  left: 0;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.c-heading3__inner:after {
  right: 0;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.c-heading4 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
  line-height: 1.55;
  background: -webkit-linear-gradient(45deg, #e5f3fa, #e5f3fa) repeat-x left bottom;
  background: linear-gradient(45deg, #e5f3fa, #e5f3fa) repeat-x left bottom;
  background-size: auto 8px;
  display: inline;
}

@media only screen and (max-width: 939px) {
  .c-heading1 {
    margin-bottom: 50px;
  }
}

/* project */
.p-archery {
  position: relative;
}

.p-archery:after {
  content: "";
  position: absolute;
  top: -83px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(images/bg_dot01L.png) left top, url(images/bg_border01R.png) right 5.2%, url(images/bg_border02L.png) 15px 76%, url(images/bg_dot01R.png) right bottom;
  background-repeat: no-repeat;
  background-size: 25% auto, auto, auto, 34.11% auto;
  z-index: -1;
}

@media only screen and (max-width: 939px) {
  .p-archery:after {
    top: 0;
    background-size: 50% auto, 35.5% auto, 30% auto, 60% auto;
  }
}

/*competition*/
.p-sport__archive {
  padding: 116px 0 68px;
  position: relative;
}

.p-sport__archive:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -83px;
  background: url(images/bg_dot01L.png) no-repeat left top, url(images/bg_border01R.png) no-repeat right 5.5%, url(images/bg_dot02.png) no-repeat 14% 43.5%, url(images/bg_border02L.png) no-repeat right 10.2% top 60.5%, url(images/bg_border02L.png) no-repeat 20px 79.5%, url(images/bg_dot01R.png) no-repeat right bottom;
  background-size: 24.9% auto, auto, auto,auto,auto, 34.11% auto;
  z-index: -1;
}

.p-sport__archive__desc {
  font-size: 1.125rem;
  max-width: 810px;
  margin: 0 auto 55px;
  line-height: 1.55;
}

.p-sport__archive .c-competition__item {
  margin-bottom: 75px;
}

@media only screen and (max-width: 939px) {
  .p-sport__archive {
    padding: 60px 0 60px;
  }
  .p-sport__archive:before {
    top: 0;
    background-size: 50% auto, 35.5% auto, 80% auto,30% auto,30% auto, 60% auto;
  }
  .p-sport__archive .c-competition__item {
    margin-bottom: 40px;
  }
}

/* contact */
.p-form {
  margin: 60px 0;
}

/* editor */
.p-editor {
  margin: 60px 0;
}

section .p-editor__content {
  margin: 3em auto;
  overflow: hidden;
}

section .p-editor__content::after {
  display: block;
  content: "";
  clear: both;
}

section .p-editor__content h1 {
  font-size: 1.75rem;
}

section .p-editor__content h2 {
  font-size: 1.5rem;
}

section .p-editor__content h3 {
  font-size: 1.5rem;
}

section .p-editor__content h4 {
  font-size: 1.375rem;
}

section .p-editor__content h5 {
  font-size: 1.25rem;
}

section .p-editor__content h6 {
  font-size: 1.125rem;
}

section .p-editor__content p {
  min-height: 1.8em;
}

section .p-editor__content a {
  text-decoration: underline;
}

section .p-editor__content a:hover {
  text-decoration: none;
}

section .p-editor__content a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(images/icon_blank.png) no-repeat center;
  background-size: contain;
  margin-left: 5px;
}

section .p-editor__content img {
  max-width: 100%;
  height: auto !important;
}

section .p-editor__content img.aligncenter {
  display: block;
  margin: 0 auto;
}

section .p-editor__content img.alignright {
  float: right;
}

section .p-editor__content img.alignleft {
  float: left;
}

section .p-editor__content em {
  font-style: italic;
}

section .p-editor__content blockquote {
  position: relative;
  background-color: #eeeeee;
  padding: 1.5em 1.5em 1em;
  margin: 1em auto;
}

section .p-editor__content blockquote::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10px;
  content: "“";
  font-size: 2rem;
  color: #cfcfcf;
  line-height: 1;
}

section .p-editor__content table {
  margin: 2em auto;
  background-color: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

section .p-editor__content table th,
section .p-editor__content table td {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  padding: 0.5em;
}

section .p-editor__content table th {
  text-align: center;
  font-weight: bold;
  background-color: #000;
}

section .p-editor__content table.aligncenter {
  margin: 0 auto;
}

section .p-editor__content table.alignright {
  float: right;
}

section .p-editor__content table.alignleft {
  float: left;
}

section .p-editor__content ul,
section .p-editor__content ol {
  margin-left: 1.5em;
}

section .p-editor__content ul > li > ul,
section .p-editor__content ul > li > ol,
section .p-editor__content ol > li > ul,
section .p-editor__content ol > li > ol {
  margin-left: 1.25em;
}

section .p-editor__content ul {
  list-style: circle;
}

section .p-editor__content ol {
  list-style: decimal;
}

section .p-editor__content dl > dt {
  font-weight: bold;
}

section .p-editor__content dl > dd {
  margin-left: 1em;
}

@media all and (min-width: 940px), print {
  section .p-editor__content table {
    max-width: calc(1200px - 2.5em * 2) !important;
  }
}

/* index */
.p-index__news {
  padding: 140px 0 150px;
  position: relative;
}

.p-index__news:after {
  content: "";
  position: absolute;
  top: 65px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(images/bg_border01R.png) no-repeat right top;
  background-size: auto;
  z-index: -1;
}

.p-index__news .c-news {
  margin-top: 40px;
}

.p-index__live {
  position: relative;
  background-color: #e5f3fa;
  z-index: 0;
  padding: 90px 0 210px;
}

.p-index__live:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 276px;
  height: 100%;
  max-width: 100%;
  background: url(images/bg_border01L.png) no-repeat left top;
  background-size: contain;
  z-index: -1;
}

.p-index__live__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.p-index__live__text {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 490px;
}

.p-index__live__text .c-heading1 {
  margin-bottom: 32px;
}

.p-index__live__text p {
  font-weight: bold;
  line-height: 1.88;
}

.p-index__live__text .c-button {
  margin-top: 20px;
}

.p-index__live__image {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.p-index__live__image ul {
  width: 45%;
  margin-left: auto;
}

.p-index__live__image ul li {
  padding: 0 10px 10px 0;
  position: relative;
  margin-bottom: 25px;
}

.p-index__live__image ul li:after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.p-index__live__image ul li:first-child {
  width: 90.7%;
  margin-left: auto;
}

.p-index__live__image ul li:nth-child(2) {
  width: 67.96%;
}

.p-index__live__image ul li img {
  width: 100%;
  display: block;
}

.p-index__competition {
  padding: 145px 0  150px;
  position: relative;
}

.p-index__competition:after {
  content: "";
  position: absolute;
  width: 45%;
  max-width: 656px;
  height: 100%;
  background: url(images/bg_dot01R.png) no-repeat left bottom;
  background-size: auto;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.p-index__competition .c-heading2 {
  margin-bottom: 10px;
}

.p-index__competition .c-competition {
  margin-top: 20px;
  margin-bottom: 83px;
}

@media only screen and (max-width: 939px) {
  .p-index__news {
    padding: 94px 0 100px;
    position: relative;
  }
  .p-index__news:after {
    width: 35.5%;
    background-size: contain;
    top: 59px;
  }
  .p-index__news .c-news {
    margin-top: 40px;
  }
  .p-index__news .c-button {
    margin-top: 5px;
  }
  .p-index__live {
    padding: 94px 0 100px;
  }
  .p-index__live:before {
    width: 36.26%;
    max-width: 276px;
  }
  .p-index__live__content {
    display: block;
    padding-top: 140px;
  }
  .p-index__live__text {
    width: 100%;
  }
  .p-index__live__text .c-heading1 {
    margin-bottom: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .p-index__live__text .c-button {
    text-align: center;
  }
  .p-index__live__image {
    position: static;
    margin-bottom: 35px;
  }
  .p-index__live__image ul {
    width: 100%;
  }
  .p-index__live__image ul li {
    padding: 0 6px 6px 0;
    margin-bottom: 10px;
  }
  .p-index__live__image ul li:after {
    content: "";
    top: 6px;
    left: 6px;
  }
  .p-index__live__image ul li:first-child {
    width: 89%;
  }
  .p-index__live__image ul li:nth-child(2) {
    width: 67%;
  }
  .p-index__live__image ul li img {
    width: 100%;
    display: block;
  }
  .p-index__competition {
    padding: 94px 0  100px;
  }
  .p-index__competition:after {
    width: 46.9%;
    background-size: 225% auto;
  }
  .p-index__competition .c-heading1 {
    margin-bottom: 16px;
  }
  .p-index__competition .c-competition {
    margin-bottom: 72px;
  }
}

article.live {
  position: relative;
}

article.live:before {
  content: "";
  position: absolute;
  top: -83px;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/bg_dot01L.png) left top, url(images/bg_dot01R.png) right bottom;
  background-repeat: no-repeat;
  background-size: 25% auto, 34.11% auto;
}

.p-live__enjoy {
  padding: 110px 0 140px;
  background: url(images/bg_border01R.png) no-repeat right -15px;
}

.p-live__enjoy__desc {
  font-weight: bold;
  line-height: 1.88;
  width: 100%;
  max-width: 800px;
  margin: -7px auto 70px;
}

.p-live__method {
  background-color: #e5f3fa;
  padding: 90px 0 148px;
  position: relative;
  z-index: 0;
}

.p-live__method:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 360px;
  height: 100%;
  max-width: 100%;
  background: url(images/bg_border03L.png) no-repeat left top;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.p-live__method__content {
  max-width: 800px;
  margin: 0 auto;
}

.p-live__method__desc {
  line-height: 1.56;
  margin: -4px 0 38px;
}

.p-live__method .c-step {
  margin-bottom: 35px;
}

.p-live__concept {
  padding: 148px 0 150px;
}

.p-live__concept__content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.p-live__concept__desc01 {
  line-height: 1.56;
  margin-bottom: 65px;
}

.p-live__concept__desc02 {
  line-height: 1.56;
  margin: 5px 0 42px;
}

.p-live__concept .c-listOrder {
  margin-bottom: 70px;
}

.p-live__concept .chart {
  text-align: center;
  margin-bottom: 15px;
}

.p-live__concept .chart img {
  max-width: 100%;
}

@media only screen and (max-width: 939px) {
  article.live:before {
    top: 0;
    background-size: 50% auto,  60% auto;
  }
  .p-live__method:before {
    width: 40%;
    max-width: 300px;
  }
  .p-live__enjoy {
    background-size: 35.5% auto;
    background-position: right 15%;
  }
}

@media only screen and (max-width: 739px) {
  .p-live__enjoy {
    padding: 45px 0;
  }
  .p-live__enjoy__desc {
    margin: -7px auto 50px;
  }
  .p-live__method {
    padding: 45px 0 80px;
  }
  .p-live__concept {
    padding: 70px 0 100px;
  }
  .p-live__concept__desc01 {
    margin-bottom: 50px;
  }
  .p-live__concept__desc02 {
    margin: 10px 0 50px;
  }
  .p-live__concept .c-listOrder {
    margin-bottom: 60px;
  }
  .p-live__concept .chart {
    margin-bottom: 25px;
  }
}

/* news */
.p-news {
  margin: 60px 0;
}

.p-news .c-news {
  margin-top: 40px;
}

/* utility */
/* display */
@media all and (min-width: 940px), print {
  .u-only_sp {
    display: none !important;
  }
}

@media only screen and (max-width: 939px) {
  .u-only_pc {
    display: none !important;
  }
}

/* hover */
.u-hover-opacity {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}

.u-hover-opacity:hover {
  opacity: 0.7;
}

/*utility*/
.u-asterisk {
  margin-left: 1em;
  text-indent: -1em;
}

.u-text-center {
  text-align: center;
}

@media all and (min-width: 940px), print {
  .u-textcenter.--pc {
    text-align: center;
  }
}
