@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Graduate&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

.noto { font-family: 'Noto Sans JP', sans-serif; color: #333; }
.mplus { font-family: 'M PLUS 1p', sans-serif; color: #333; }
.bebas { font-family: 'bebas-neue', sans-serif; color: #333; }

.green { color:#005151; }
.red { color:#d94c76; }
.black { color: #333; }

.owl-theme .owl-nav.disabled + .owl-dots {
  background: none; }

.GK .owl-theme .owl-dots .owl-dot.active span {
    background: #005151;
}

.GK .owl-theme .owl-dots .owl-dot:hover span {
    background: #005151;
}
.GK .owl-theme .owl-dots .owl-dot:active span {
    background: #005151;
}
.GK .owl-theme .owl-dots .owl-dot:focus span {
    background: #005151;
}

.GK02 .owl-theme .owl-dots .owl-dot.active span {
    background: #d94c76;
}
.GK02 .owl-theme .owl-dots .owl-dot:hover span {
    background: #d94c76;
}
.GK02 .owl-theme .owl-dots .owl-dot:active span {
    background: #d94c76;
}
.GK02 .owl-theme .owl-dots .owl-dot:focus span {
    background: #d94c76;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ccc; 
}
  main section.white.single {
    padding: 30px 30px 0 30px; }

.banner img {
  margin-bottom: 30px;
  width: 100%; }

.player img {
  margin-bottom: 15px;
  width: 100%; }

.player .title {
    padding-top:40px;
    font-family: impact;
    font-size: 12px;
    font-weight: 200; }
.player .name {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #005748; }
.player .size {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 400; }
.player .birth {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 400; }
.player .title01 {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 800;
    color: #005748; }
.player .title02 {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 800;
    color: #005748; }

.player .play_left {
  position: relative; }
    font-family: impact;
    font-size: 13px;
    font-weight:600; }



.question {
  border-bottom: 1px solid #d7d7d7; }
  .question th {
    width: 30%;
    color: #535353;
    background: #ccf0d5;
    border-top: 1px solid #d7d7d7; }
  .question td {
    width: 70%; }

.acMenu, .noacMenu {
    margin: 0;
}

.acMenu dt {
  border-top: 1px solid #d7d7d7; }
  
.acMenu dd {
  padding-bottom: 0px; }
 
.acMenu dd img {
  margin-bottom: 30px;
  width: 100%; }

.acMenu dd h5 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600; }

.acMenu dd a {
  text-decoration: underline; }

.acMenu dt span {
  font-size: 10px;
  margin: 0;
}

.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}



/*PC*/
@media (min-width: 768px) {
  .container {
    max-width: 1170px; }
  main .play_wrap {
    display: flex;
    padding: 20px 30px;
    margin: 0 auto;
    /* max-width: 690px; */ }
    main .play_wrap .play_left {
      width: 43%; }
    main .play_wrap .play_right {
      width: 57%; }
      main .play_wrap .play_right .right_bt {
        width: 100%;
        margin: 0 0 0 0; }
        main .play_wrap .play_right .right_bt .right_bt img {
          width: 100%; }
      main .play_wrap .play_right .container {
        width: 100%;
        padding-right: 0;
        padding-left: 30px; }
  .player img {
    margin-bottom: 15px;
    width: 100%; }
  .player .title {
    font-family: impact;
    font-size: 13px;
    font-weight:600; }
  .player .name {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #005748; }
  .player .size {
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 400; }
  .player .birth {
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 400; }
  .player .title01 {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 800;
    color: #005748; }
  .player .title02 {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 800;
    color: #005748; }
  .question {
    border-bottom: 1px solid #d7d7d7; }
    .question th {
      width: 30%;
      color: #535353;
      background: #ccf0d5;
      border-top: 1px solid #d7d7d7;
      font-size: 16px;
      padding: 20px; }
    .question td {
      width: 70%;
      font-size: 16px; }
  .acMenu dt {
    margin: 0 auto 30px auto;
    padding: 15px;
    max-width: 100%;
    /*font-family: "Mplus 1p","M+ 1p regular";*/
    color: #005748;
    text-align: left;
    background: none;
    background-size: 10px;
    cursor: pointer;
    font-size: 27px;
    transition: all 300ms 0s ease;
	border-top: none;
    border-bottom: 1px solid #d7d7d7;
    pointer-events: none; }
  .acMenu dt.GK {
    color: #d94c76;
 }
  .playerlist dt {
    margin: 0;
    padding: 0 0 15px 15px;
    max-width: 100%;
    text-align: left;
    background: none;
    background-size: 10px;
    cursor: pointer;
    font-size: 48px;
    transition: all 300ms 0s ease;
	border-top: none;
    border-bottom: none;
    pointer-events: none; }
  .acMenu dd h5 {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600; }
  .acMenu dd a {
    text-decoration: underline; }
  .acMenu dd .qa_img {
    width: 573px;
    margin: 48px auto;
    display: block; }
}
