@charset "UTF-8";
/* CSS Document */


/*
 セクション間余白
----------------------------------------------------------- */
section {padding: 45px 0;}
.sec01 {padding: 45px 0;}
.sec02 {padding: 0 0 45px;}
.mv {padding: 0;}
/*
 色関連
----------------------------------------------------------- */
.bg_cl1{background-color: #eeeef5;}
.bg_cl2{background-color: #f3f2f2;}
.cl_base{color: #fab300;}
.cl_main{color: #ef3300;}
.cl_accent{color: #4265a1;}
.cl_other1{color: #4265a1;}
.cl_other2{color: #4265a1;}

/*
 テキスト関連
----------------------------------------------------------- */
.highlight {
    background: -webkit-linear-gradient(transparent 60%, #fff100 50%);
    background: -o-linear-gradient(transparent 60%, #fff100 50%);
    background: linear-gradient(transparent 60%, #fff100 50%);
    font-weight: bold;
}
.new {
  background: #fab300;
  color: #fff;
  margin-left: 10px;
  padding: 0 5px;
  border-radius: 5px;
}
.blink {
  -webkit-animation: blink 1.5s ease infinite;
  animation: blink 1.5s ease infinite;
}
@-webkit-keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
/*
 リンク色
----------------------------------------------------------- */
a:link,
a:visited {
  color:#493310;
  text-decoration:none;
}
/*
 はみ出し画像中央
----------------------------------------------------------- */
.wic {
  margin-left: calc(50% - 1000px);
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
  /*pxの部分を画像の半分の幅に変えてね！*/
}
.wic2 {
  margin-left: calc(50% - 600px);
}
.wic3 {
  margin-left: calc(50% - 800px);
}
.slick-slider {
  line-height: 0;
}
.slick-slider div { transition: none; }
.slider04 .slick-slide {
  margin-right: 1vw!important;
  margin-left: 1vw!important;
}
/*
 Page Top
----------------------------------------------------------- */

/*TOPへ戻る*/
.pagetop a {
  background-color: #fab300;
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.3));
}

/*
 Header
----------------------------------------------------------- */
header .logo {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
header .container {
  padding: 10px 15px;
}
header .fbox {
  align-items: center;
}
header .icon_list {
  display: flex;
  justify-content: flex-end;
  font-size: 2.5em;
}
.line_icon {
  color: #00c755;
  padding-right: 15px;
}
.instagram_icon {
  color: #fab300;
}
.youtube_icon {
  color: #FF0000;
}
/*
 Navi
----------------------------------------------------------- */
nav {
  padding-left: 0;
  padding-right: 0;
  background-color: #fab300;
}
nav ul {
  display: flex;
  color: #fff;
}
nav li {
  width: 20%;
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
}
nav li:nth-child(5) {
  border-right: 1px solid #fff;
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  padding: 24px 0;
  background-color: #fab300;
  text-align: center;
}
nav li a:hover {
  text-decoration: none;
  background-color: #fff;
}
nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}
.nav_jp {
  font-size: 16px;
  padding-bottom: 5px;
}
.nav_en {
  font-size: 14px;
  color: #99daff;
}
.icon_item{
	width: 130px;
  height: 130px;
  background-image: url(../img/left.gif);
  background-size: contain;
  display: block;
}
.icon_wrap{
	display: block;
  position: absolute;
  top: 375px;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-iteration-count: 1;
	margin-right: -80px;
}
.icon_wrap[data-order="left"] {
  animation-name: GoLeft;
}
.icon_wrap[data-order="right"] {
  animation-name: GoRight;
}
[data-order="right"] > .icon_item {
  background-image: url(../img/right.gif);
}
@keyframes GoLeft {
  0% {
      right: 15%;
  }
  100% {
      right: 85%;
  }
}
@keyframes GoRight {
  0% {
      right: 85%;
  }
  100% {
      right: 15%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .icon_wrap{
    top: 225px;
    margin-right: -80px;
    animation-duration: 6s;
  }
}
@media screen and (max-width: 767px){
  .icon_wrap{
    top: 175px;
    margin-right: -70px;
    animation-duration: 4s;
  }
}
.ovfhdn {
  overflow: hidden;
}
.head_ttl {
  background: #fffbea;
  padding: 45px 0 15px;
  margin-bottom: 45px;
}
.head_ttl .cmn_ttl_ja {
  margin-bottom: 30px;
}
.cmn_ttl_en {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
.cmn_ttl_ja {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 45px;
}
.cmn_ttl_ja:after {
  content: "";
  background: -webkit-linear-gradient(to right, #fab300, #ffea92);
  background: linear-gradient(to right, #fab300, #ffea92);
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 20%;
  height: 3px;
}
/*
 Footer
----------------------------------------------------------- */
footer{
    color:#FFF;
    font-size:16px;
    background-color: #3b3b3b;
}
footer .copy {
  text-align: center;
}
footer a{
    color: #FFF;
}
footer a:hover, footer a:focus {
    color: #FFF;
}
footer ul li{
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
}
footer .copy{
    font-size: 90%;
}

/*
 sec01
----------------------------------------------------------- */
.sec01 .sports_ttl {
  background-image: url(../img/pc_ttl_head10.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
}
h3 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3em;
  padding: 0.2em 0;
  color: #c08a00;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
  background: #fff8e5;
  margin-bottom: 30px;
}
.sports_txt_wrapper {
  position: relative;
  border-bottom: solid 1px #707070;
  margin-bottom: 15px;
}
.sports_txt_wrapper:last-of-type {
  margin-bottom: 0;
}
.sports_txt_wrapper::after {
  content: " ";
  display: block;
  border-bottom: solid 1px #fab300;
  position: absolute;
  width: 50%;
}
.sports_top_txt{
  width: 300px;
}
.sports_top_txt p{
  font-weight: bold;
  background: #fff2bc;
}
.sports_btm_txt{
  width: calc(100% - 300px);
}
.blg_btn {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 15px;
  font-weight: bold;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  border-radius: 100vh;
  border: 1px solid #999;
  text-shadow: 0 1px #fff;
  box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1;
transition: 0.3s;
}