@charset "UTF-8";
/* Scss Document */
@-webkit-keyframes morelink {
  from {
    width: 120px;
  }
  to {
    width: 150px;
  }
}
@keyframes morelink {
  from {
    width: 120px;
  }
  to {
    width: 150px;
  }
}

@-webkit-keyframes catelink {
  from {
    width: 20px;
  }
  to {
    width: 50px;
  }
}

@keyframes catelink {
  from {
    width: 20px;
  }
  to {
    width: 50px;
  }
}

/* ////////////////////////////////////////////////////////////////////
/* base
//////////////////////////////////////////////////////////////////// */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", Arial, Roboto, Droid Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.85;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 75px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

button,
a {
  color: inherit;
  text-decoration: none;
}

button:hover,
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition: 0.2s;
}

.fz__small {
  font-size: 90%;
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

[data-emergence="visible"] {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.emergence_fade[data-emergence="hidden"] {
  opacity: 0;
}

.emergence_fade[data-emergence="visible"] {
  -webkit-transition: 1.5s ease-out;
  -o-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
  opacity: 1;
}

.emergence_fadeleft[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}

.emergence_fadeleft[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.emergence_faderight[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
}

.emergence_faderight[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.emergence_fadeup[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.emergence_fadeup[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.emergence_fixed[data-emergence="hidden"] {
  opacity: 0;
}

.emergence_fixed[data-emergence="visible"] {
  opacity: 1;
}

/* ////////////////////////////////////////////////////////////////////
/* .g__header
//////////////////////////////////////////////////////////////////// */
@media print, screen and (min-width: 769px) {
  .g__header-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
  }
}

@media screen and (max-width: 768px) {
  .g__header-wrap {
    height: 75px;
    display: block;
    border: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 125;
  }
}

.g__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 15px;
}

@media screen and (max-width: 768px) {
  .g__header {
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
  }
}

.g__header > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.g__header .id__site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .g__header .id__site {
    width: 100%;
    padding: 8px 4.6875% 9px;
    font-size: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.g__header .id__site > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.g__header .logo__univ {
  width: 70px;
  margin: 0 14px 0 0;
}

@media screen and (max-width: 768px) {
  .g__header .logo__univ {
    margin-right: 5px;
  }
}

.g__header .logo__txt {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .g__header .logo__txt {
    font-size: 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .gnavi {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 45px;
    width: 120px;
    height: 100vh;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 2.0rem;
  }
  .gnavi::after {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    right: -23px;
    width: 23px;
    height: 309px;
    background: url(/features/ritsumeikan_athlete2019/img-com/img-menu-pc.png) no-repeat center center/cover;
  }
  .gnavi__list {
    padding-top: 220px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .gnavi__item {
    margin-bottom: 15px;
  }
  .gnavi__item_sns {
    margin-left: 20px;
  }
  .gnavi__link {
    display: block;
    padding: 10px 0 10px 20px;
    position: relative;
  }
  .gnavi__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0px;
    height: 2px;
    background: #333;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .gnavi__link:hover, .gnavi__link_active {
    opacity: 1;
  }
  .gnavi__link:hover::before, .gnavi__link_active::before {
    width: 14px;
  }
  .gnavi__new {
    position: absolute;
    top: -5px;
    left: 20px;
    color: #f00;
    font-size: 1.2rem;
    display: block;
  }
  .gnavi__link-img {
    margin-right: 10px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .gnavi__link-img:hover {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  .gnavi__img_sns {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .gnavi {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 1.7rem;
  }
  .gnavi__list {
    border-top: 6px solid #333;
    border-bottom: 6px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .gnavi__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
  }
  .gnavi__item_sns {
    position: fixed;
    top: 18px;
    right: 5px;
    height: auto;
  }
  .gnavi__link {
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gnavi__link:hover {
    opacity: 1;
  }
  .gnavi__new {
    color: #f00;
    font-size: 1.2rem;
  }
  .gnavi__link-img {
    margin-right: 10px;
  }
  .gnavi__img_sns {
    width: 30px;
    height: 30px;
  }
}

/* ////////////////////////////////////////////////////////////////////
/* #globalFooter
//////////////////////////////////////////////////////////////////// */
#page-top {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 250;
}

@media screen and (max-width: 768px) {
  #page-top {
    bottom: 60px;
  }
}

#globalFooter {
  background: #fff;
  margin-top: 150px;
}

@media print, screen and (min-width: 769px) {
  #globalFooter {
    min-width: 1340px;
  }
}

@media screen and (max-width: 768px) {
  #globalFooter {
    margin-top: 60px;
  }
}

#globalFooter .lyt-inner {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #globalFooter .lyt-inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media print, screen and (min-width: 769px) {
  .footer01 {
    padding: 0 70px;
  }
}

.footer01 address {
  padding: 26px 0;
  font-size: 14px;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .footer01 address {
    font-size: 12px;
  }
}

.footer02 {
  position: relative;
  z-index: 100;
  padding: 13px 70px 9px;
  background: #333;
  overflow: hidden;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer02 {
    padding: 0 0 60px;
    border-top: solid 1px #fff;
    background: #333;
  }
}

.footer02 .logo {
  width: 160px;
  float: left;
}

@media screen and (max-width: 768px) {
  .footer02 .logo {
    max-width: 41%;
    padding: 15px 0 10px;
    margin: auto;
    float: none;
    text-align: center;
  }
}

.footer02 .link {
  margin-left: 180px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .footer02 .link {
    border-top: solid 1px #fff;
    margin-left: 0;
  }
}

.footer02 .link li {
  margin-left: 1.5em;
  float: left;
}

@media screen and (max-width: 768px) {
  .footer02 .link li {
    padding: 3px 0 2px;
    border-bottom: solid 1px #fff;
    margin: 0;
    float: none;
  }
}

.footer02 .link a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer02 .link a {
    font-size: 10px;
  }
}

.footer02 .link a:hover {
  text-decoration: underline;
}

.footer02 .copy {
  padding: 20px 0 0;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .footer02 .copy {
    text-align: center;
    padding: 10px 0;
  }
}

.contents {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .contents {
    min-width: 1340px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1355px) {
  .contents {
    margin-left: -100px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .contents__in {
    width: 1000px;
    margin: 0 auto;
  }
}

/* Scss Document */
@media print, screen and (min-width: 769px) {
  .home .mv {
    margin-bottom: 200px;
  }
  .home .mv-slider {
    margin-left: 200px;
  }
  .home .mv-slider__img {
    width: 100%;
  }
  .home .mv__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 12rem;
    margin-left: 100px;
  }
  .home .captain {
    margin-bottom: 150px;
    padding-bottom: 150px;
    border-bottom: 1px solid #B3B3B3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .captain__box1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    overflow: hidden;
  }
  .home .captain__box2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding-left: 60px;
    padding-right: 200px;
  }
  .home .captain-slider__img {
    width: 100%;
  }
  .home .captain__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 7rem;
    margin-bottom: 40px;
  }
  .home .captain__lead {
    font-size: 1.4rem;
  }
  .home .captain__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 2.1rem;
  }
  .home .captain__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .captain__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 120px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .home .captain__link:hover::before {
    width: 150px;
  }
  .home .pickup {
    margin-bottom: 150px;
    padding-bottom: 150px;
    border-bottom: 1px solid #B3B3B3;
  }
  .home .pickup__in {
    width: 1000px;
    margin: 0 auto;
  }
  .home .pickup__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 7rem;
    margin-bottom: 40px;
    text-align: center;
  }
  .home .pickup__lead {
    font-size: 1.4rem;
    width: 500px;
    margin-left: auto;
    border-left: 1px solid #333;
    padding: 15px 40px;
    margin-bottom: 40px;
  }
  .home .pickup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .pickup__plus {
    display: none;
  }
  .home .pickup-box {
    position: relative;
  }
  .home .pickup-box_no01 {
    width: 320px;
    margin: 0 0 0 140px;
  }
  .home .pickup-box_no02 {
    width: 240px;
    margin: 165px 0 40px 80px;
  }
  .home .pickup-box_no03 {
    width: 630px;
    margin: 0 0 40px 370px;
  }
  .home .pickup-box_no04 {
    width: 220px;
  }
  .home .pickup-box_no05 {
    width: 480px;
    margin: 50px 0 40px 60px;
  }
  .home .pickup-box__item_pict {
    position: relative;
    z-index: 1;
  }
  .home .pickup-box__item_cate {
    position: absolute;
    z-index: 2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 2rem;
    left: 0;
    bottom: 105px;
    color: #333;
    background: #fff;
    padding: .2em 15px;
    pointer-events: none;
  }
  .home .pickup-box__item_name {
    position: absolute;
    z-index: 2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5rem;
    left: 15px;
    bottom: 0;
    color: #fff;
    vertical-align: bottom;
    pointer-events: none;
  }
  .home .pickup-box__link .pickup-box__img_c {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home .pickup-box__link:hover {
    opacity: 1;
  }
  .home .pickup-box__link:hover .pickup-box__img_c {
    opacity: 1;
  }
  .home .pickup-box__img {
    width: 100%;
  }
  .home .pickup__more {
    margin-top: 60px;
  }
  .home .pickup__link {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 2.1rem;
    max-width: 320px;
    line-height: 60px;
    border: 1px solid #333;
  }
  .home .yell {
    margin-bottom: 150px;
    padding-bottom: 150px;
    border-bottom: 1px solid #B3B3B3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .yell__box1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    overflow: hidden;
  }
  .home .yell__box2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.2%;
    flex: 0 0 31.2%;
    padding: 0 40px;
  }
  .home .yell__box3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.8%;
    flex: 0 0 57.8%;
  }
  .home .yell__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 7rem;
    margin-bottom: 40px;
  }
  .home .yell__lead {
    font-size: 1.4rem;
  }
  .home .yell__img {
    width: 100%;
  }
  .home .yell__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 2.1rem;
  }
  .home .yell__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .yell__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 120px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .home .yell__link:hover::before {
    width: 150px;
  }
  .home .regional {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .regional__box1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.5%;
    flex: 0 0 58.5%;
    overflow: hidden;
  }
  .home .regional__box2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding: 0 40px;
  }
  .home .regional__box3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.5%;
    flex: 0 0 11.5%;
  }
  .home .regional__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 7rem;
    margin-bottom: 40px;
  }
  .home .regional__lead {
    font-size: 1.4rem;
  }
  .home .regional__img {
    width: 100%;
  }
  .home .regional__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 2.1rem;
  }
  .home .regional__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .regional__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 120px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .home .regional__link:hover::before {
    width: 150px;
  }
  .home .popups {
    display: none;
  }
  .home .popup {
    background: #fff;
    max-width: 900px;
    border: 2px solid #333;
    margin: 0 auto;
    padding: 60px;
  }
  .home .popup__player {
    position: relative;
    margin-bottom: 100px;
  }
  .home .popup__player-list {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 240px;
    height: 240px;
    border: 1px solid #333;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .popup__player-item_faculty {
    font-size: 1.4rem;
    position: relative;
  }
  .home .popup__player-item_faculty::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 1px;
    background: #333;
  }
  .home .popup__player-item_name {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
  .home .popup__player-item_year {
    font-size: 1.2rem;
  }
  .home .popup__player-sufix {
    font-size: 1.2rem;
  }
  .home .popup__qabox {
    margin-bottom: 50px;
  }
  .home .popup__head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    padding: .2em 0 .2em 80px;
    margin-bottom: 20px;
    position: relative;
  }
  .home .popup__head::before {
    content: 'Q';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 3.4rem;
  }
  .home .popup__head::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    width: 1px;
    height: 30px;
    background: #333;
  }
  .home .popup__body {
    font-size: 1.4rem;
    padding: .2em 0 .2em 80px;
    position: relative;
  }
  .home .popup__body::before {
    content: 'A';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 3.4rem;
    color: #999999;
  }
  .home .popup__body::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    width: 1px;
    height: 30px;
    background: #333;
  }
  .home .popup__point ~ .popup__point {
    margin-top: 1em;
  }
  .home .popup__point ~ .popup__point_btn {
    margin-bottom: 1em;
  }
  .home .popup__item {
    list-style: disc;
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .home .mv {
    padding: 0 20px;
    margin-bottom: 120px;
  }
  .home .mv-slider {
    margin: 0 -20px 0 50px;
  }
  .home .mv__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 6rem;
    margin-bottom: .2em;
  }
  .home .captain {
    padding: 0 20px;
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #B3B3B3;
  }
  .home .captain__box1 {
    margin: 0 -20px 45px;
  }
  .home .captain-slider__img {
    width: 100%;
  }
  .home .captain__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5.5rem;
    margin-bottom: 25px;
  }
  .home .captain__lead {
    font-size: 1.2rem;
  }
  .home .captain__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1.6rem;
  }
  .home .captain__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .captain__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 100px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-animation: morelink 1s linear infinite alternate;
    animation: morelink 1s linear infinite alternate;
  }
  .home .pickup {
    padding: 0 20px;
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #B3B3B3;
  }
  .home .pickup__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5.5rem;
    margin-bottom: 25px;
  }
  .home .pickup__lead {
    font-size: 1.2rem;
    border-left: 2px solid #333;
    padding: 15px 20px;
    margin: 0 0 30px 20px;
  }
  .home .pickup__plus {
    display: none;
  }
  .home .pickup-box {
    position: relative;
  }
  .home .pickup-box_no01 {
    width: 240px;
    margin: 0 0 40px 0;
  }
  .home .pickup-box_no02 {
    width: 180px;
    margin: 0 0 40px auto;
  }
  .home .pickup-box_no03 {
    width: 470px;
    margin: 0 0 40px -20px;
  }
  .home .pickup-box_no04 {
    width: 165px;
    margin: 0 0 40px 0;
  }
  .home .pickup-box_no05 {
    width: 370px;
    margin: 0 0 40px 0;
  }
  .home .pickup-box__item_pict {
    position: relative;
    z-index: 1;
  }
  .home .pickup-box__item_cate {
    position: absolute;
    z-index: 2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1.5rem;
    left: 0;
    bottom: 80px;
    color: #333;
    background: #fff;
    padding: .2em 10px;
    pointer-events: none;
  }
  .home .pickup-box__item_cate::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 10px;
    width: 20px;
    height: 1px;
    background: #333;
    -webkit-animation: catelink 1s linear infinite alternate;
    animation: catelink 1s linear infinite alternate;
  }
  .home .pickup-box__item_name {
    position: absolute;
    z-index: 2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 3.7rem;
    left: 10px;
    bottom: 0;
    color: #fff;
    vertical-align: bottom;
    pointer-events: none;
  }
  .home .pickup-box__link .pickup-box__img_m {
    display: none;
  }
  .home .pickup-box__img {
    width: 100%;
  }
  .home .pickup__more {
    margin-top: 0px;
  }
  .home .pickup__link {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1.7rem;
    max-width: 240px;
    line-height: 45px;
    border: 1px solid #333;
  }
  .home .yell {
    padding: 0 20px;
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #B3B3B3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .yell__box1 {
    width: 65px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    margin-left: -20px;
  }
  .home .yell__box2 {
    width: calc(100% - 65px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 35px;
  }
  .home .yell__box3 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 -20px;
  }
  .home .yell__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5.5rem;
    margin-bottom: 25px;
  }
  .home .yell__lead {
    font-size: 1.2rem;
  }
  .home .yell__img {
    width: 100%;
  }
  .home .yell__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1.6rem;
  }
  .home .yell__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .yell__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 100px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-animation: morelink 1s linear infinite alternate;
    animation: morelink 1s linear infinite alternate;
  }
  .home .regional {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .home .regional__box1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 -20px;
  }
  .home .regional__box2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 50px;
  }
  .home .regional__box3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 80px;
  }
  .home .regional__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5.5rem;
    margin-bottom: 25px;
  }
  .home .regional__lead {
    font-size: 1.2rem;
    margin-right: 80px;
  }
  .home .regional__img {
    width: 100%;
  }
  .home .regional__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1.6rem;
  }
  .home .regional__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .regional__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 100px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-animation: morelink 1s linear infinite alternate;
    animation: morelink 1s linear infinite alternate;
  }
  .home .popups {
    display: none;
  }
  .home .popup {
    background: #fff;
    border: 2px solid #333;
    margin: 0 auto;
    padding: 30px;
  }
  .home .popup__player {
    margin-bottom: 50px;
  }
  .home .popup__player-img {
    margin-bottom: 10px;
  }
  .home .popup__player-item_faculty {
    font-size: 1.2rem;
    position: relative;
  }
  .home .popup__player-item_faculty::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 40px;
    height: 1px;
    background: #333;
  }
  .home .popup__player-item_name {
    font-size: 2.2rem;
  }
  .home .popup__player-item_year {
    font-size: 1.2rem;
  }
  .home .popup__player-sufix {
    font-size: 1.2rem;
  }
  .home .popup__qabox {
    margin-bottom: 40px;
  }
  .home .popup__head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    padding: .2em 0 .2em 50px;
    margin-bottom: 20px;
    position: relative;
  }
  .home .popup__head::before {
    content: 'Q';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 3.0rem;
  }
  .home .popup__head::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 30px;
    background: #333;
  }
  .home .popup__body {
    font-size: 1.2rem;
    padding: .2em 0 .2em 50px;
    position: relative;
  }
  .home .popup__body::before {
    content: 'A';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 3.0rem;
    color: #999999;
  }
  .home .popup__body::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 30px;
    background: #333;
  }
  .home .popup__item {
    list-style: disc;
    margin-left: 30px;
  }
}

/* Scss Document */
@media print, screen and (min-width: 769px) {
  .detail .mv {
    margin-bottom: 200px;
  }
  .detail .mv__pict {
    margin-left: 200px;
  }
  .detail .mv__img {
    width: 100%;
  }
  .detail .mv__text {
    margin-top: -50px;
    margin-left: 150px;
  }
  .detail .mv__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 9rem;
    margin-bottom: 20px;
  }
  .detail .mv__lead {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .detail .mv {
    padding: 0 20px;
    margin-bottom: 120px;
  }
  .detail .mv__pict {
    margin: 0 -20px;
  }
  .detail .mv__img {
    width: 100%;
  }
  .detail .mv__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5rem;
    margin: 20px 0;
  }
  .detail .mv__lead {
    font-size: 1.4rem;
  }
}

.detail .athlete__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 4.5rem;
}

.detail .athlete__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media print, screen and (min-width: 769px) {
  .detail .athlete__list {
    width: 880px;
  }
}

@media print, screen and (min-width: 769px) {
  .detail .athlete__item {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .detail .athlete__item {
    width: 50%;
  }
}

.detail .athlete__item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #880000;
}

.detail .athlete-faculty__link {
  display: block;
  text-align: center;
  background: #F6F6F6;
}

@media print, screen and (min-width: 769px) {
  .detail .athlete-faculty__link {
    position: relative;
  }
  .detail .athlete-faculty__link .athlete-faculty__img_c {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .detail .athlete-faculty__link:hover {
    opacity: 1;
  }
  .detail .athlete-faculty__link:hover .athlete-faculty__img_c {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .detail .athlete-faculty__link .athlete-faculty__img_m {
    display: none;
  }
}

.detail .athlete-faculty__img {
  width: 100%;
}

.detail .athlete-faculty__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .detail .athlete-faculty__title {
    font-size: 1.2rem;
  }
}

.detail .athlete-person {
  margin-bottom: 100px;
}

.detail .athlete-person.athlete-person_ptn2 .athlete-person__list {
  left: 140px;
  right: auto;
}

.detail .athlete-person.athlete-person_ptn2 .athlete-person__text-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 60px;
  padding-right: 0;
}

.detail .athlete-person.athlete-person_ptn2 .athlete-person__img-box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.detail .athlete-person__head {
  position: relative;
  margin-bottom: 80px;
}

@media print, screen and (min-width: 769px) {
  .detail .athlete-person__list {
    position: absolute;
    right: 140px;
    bottom: 70px;
    width: 290px;
    height: 290px;
    border: 1px solid #333;
    padding: 40px 20px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.detail .athlete-person__item_faculty {
  font-size: 1.6rem;
  position: relative;
}

.detail .athlete-person__item_faculty::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #333;
}

.detail .athlete-person__item_name {
  font-size: 3.4rem;
  margin-bottom: 35px;
}

.detail .athlete-person__item_year {
  font-size: 1.4rem;
}

.detail .athlete-person__sufix {
  font-size: 1.6rem;
}

.detail .athlete-person__text {
  font-size: 1.4rem;
  text-align: justify;
  text-justify:inter-ideograph;
}

.detail .athlete-person__text_note {
  font-size: 1.2rem;
}

.detail .athlete-person__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.detail .athlete-person__text-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 60px;
}

.detail .athlete-person__text-box .athlete-person__text {
  margin-bottom: 2em;
}

.detail .athlete-person__img-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 425px;
  flex: 0 0 425px;
}

.detail .athlete-person__img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .detail .athlete-person {
    margin: 0 20px 100px;
  }
  .detail .athlete-person.athlete-person_ptn2 .athlete-person__head {
    text-align: right;
  }
  .detail .athlete-person.athlete-person_ptn2 .athlete-person__item_faculty::after {
    left: auto;
    right: 0;
  }
  .detail .athlete-person__head {
    margin-bottom: 30px;
  }
  .detail .athlete-person__pict {
    margin-bottom: 10px;
  }
  .detail .athlete-person__item_faculty {
    font-size: 1.2rem;
  }
  .detail .athlete-person__item_name {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .detail .athlete-person__item_year {
    font-size: 1.2rem;
  }
  .detail .athlete-person__sufix {
    font-size: 1.4rem;
  }
  .detail .athlete-person__box {
    display: block;
    margin-top: 2em;
  }
  .detail .athlete-person__text-box {
    padding: 0 !important;
  }
}

.detail .yell-person {
  margin-bottom: 100px;
}

@media print, screen and (min-width: 769px) {
  .detail .yell-person.yell-person_ptn2 .yell-person__head {
    text-align: right;
  }
  .detail .yell-person.yell-person_ptn2 .yell-person__pict2 {
    right: auto;
    left: 0;
  }
  .detail .yell-person.yell-person_ptn2 .yell-person__list {
    left: auto;
    right: 600px;
  }
}

.detail .yell-person__head {
  position: relative;
  margin-bottom: 60px;
}

.detail .yell-person__pict1 {
  width: 550px;
}

@media print, screen and (min-width: 769px) {
  .detail .yell-person__pict2 {
    width: 400px;
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .detail .yell-person__list {
    position: absolute;
    top: 0;
    left: 600px;
  }
}

.detail .yell-person__item_faculty {
  font-size: 1.6rem;
  position: relative;
}

.detail .yell-person__item_faculty::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #333;
}

.detail .yell-person__item_name {
  font-size: 2.8rem;
}

.detail .yell-person__item_year {
  font-size: 1.4rem;
}

.detail .yell-person__sufix {
  font-size: 1.6rem;
}

.detail .yell-person__text {
  font-size: 1.4rem;
  text-align: justify;
  text-justify:inter-ideograph;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .detail .yell-person {
    margin: 0 20px 100px;
  }
  .detail .yell-person__head {
    margin-bottom: 30px;
  }
  .detail .yell-person__pict1 {
    margin-bottom: 10px;
  }
  .detail .yell-person__list {
    margin-bottom: 10px;
  }
  .detail .yell-person__pict2 {
    margin-bottom: 10px;
  }
  .detail .yell-person__item_faculty {
    font-size: 1.2rem;
  }
  .detail .yell-person__item_name {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .detail .yell-person__item_year {
    font-size: 1.2rem;
  }
  .detail .yell-person__sufix {
    font-size: 1.4rem;
  }
}

.detail .yell-song {
  margin: 130px 0;
  padding: 40px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.detail .yell-song__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
  .detail .yell-song__title {
    font-size: 2.0rem;
  }
}

.detail .yell-song__box {
  padding: 0 20px;
}

@media print, screen and (min-width: 769px) {
  .detail .yell-song__box {
    width: 640px;
    margin: 0 auto;
  }
}

.detail .yell-song__movie {
  margin: 40px 0;
}

.detail .yell-song__movie-info {
  text-align: right;
}

.detail .yell-song__words {
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .detail .yell-song__words {
    font-size: 1.2rem;
  }
}

.detail .popups {
  display: none;
}

.detail .popup {
  background: transparent !important;
  max-width: 900px;
}

.detail .popup__movie {
  width: 100%;
}

.detail .regional-person ~ .regional-person {
  margin-top: 150px;
}

@media print, screen and (min-width: 769px) {
  .detail .regional-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail .regional-person__head {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 47%;
    margin-bottom: 60px;
  }
  .detail .regional-person__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 47%;
  }
}

.detail .regional-person__list {
  margin-bottom: 40px;
}

.detail .regional-person__item_faculty {
  font-size: 1.6rem;
  position: relative;
}

.detail .regional-person__item_faculty::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #333;
}

.detail .regional-person__item_name {
  font-size: 2.8rem;
}

.detail .regional-person__item_year {
  font-size: 1.4rem;
}

.detail .regional-person__sufix {
  font-size: 1.6rem;
}

.detail .regional-person__text {
  font-size: 1.4rem;
  text-align: justify;
  text-justify:inter-ideograph;
  margin-bottom: 2em;
}

@media print, screen and (min-width: 769px) {
  .detail .regional-person__picts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .detail .regional-person__figure {
    width: 47%;
    margin: 0;
  }
  .detail .regional-person__figure:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .detail .regional-person__figure {
    margin: 0;
  }
  .detail .regional-person__figure:first-child {
    margin-bottom: 60px;
  }
}

.detail .regional-person__fig-caption {
  padding: .5em 0;
  border-bottom: 2px solid #333;
}

@media screen and (max-width: 768px) {
  .detail .regional-person {
    margin: 0 20px 100px;
  }
  .detail .regional-person__head {
    margin-bottom: 30px;
  }
  .detail .regional-person__item_faculty {
    font-size: 1.2rem;
  }
  .detail .regional-person__item_name {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .detail .regional-person__item_year {
    font-size: 1.2rem;
  }
  .detail .regional-person__sufix {
    font-size: 1.4rem;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: transparent !important;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(/features/ritsumeikan_athlete2019/img-com/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/features/ritsumeikan_athlete2019/img-com/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

#cboxOverlay {
  background: #1A1A1A;
}

#cboxLoadedContent {
  border: 0;
  background: #fff;
  padding: 0;
  overflow: auto;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
  top: -30px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#cboxContent {
  background: transparent !important;
}

#cboxClose {
  width: 30px;
  height: 30px;
  background-position: -48px 3px;
}

#cboxClose:hover {
  opacity: 1;
  background-position: -48px -22px;
}

#cboxClose::after {
  content: 'a';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #333;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
}

#inline-content {
  margin: 20px;
}

#ajax-wrap {
  margin: 20px;
}
@charset "UTF-8";
/* Scss Document */
@-webkit-keyframes morelink {
  from {
    width: 120px;
  }
  to {
    width: 150px;
  }
}
@keyframes morelink {
  from {
    width: 120px;
  }
  to {
    width: 150px;
  }
}

@-webkit-keyframes catelink {
  from {
    width: 20px;
  }
  to {
    width: 50px;
  }
}

@keyframes catelink {
  from {
    width: 20px;
  }
  to {
    width: 50px;
  }
}

/* ////////////////////////////////////////////////////////////////////
/* base
//////////////////////////////////////////////////////////////////// */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", Arial, Roboto, Droid Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.85;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 75px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

button,
a {
  color: inherit;
  text-decoration: none;
}

button:hover,
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition: 0.2s;
}

.fz__small {
  font-size: 90%;
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

[data-emergence="visible"] {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.emergence_fade[data-emergence="hidden"] {
  opacity: 0;
}

.emergence_fade[data-emergence="visible"] {
  -webkit-transition: 1.5s ease-out;
  -o-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
  opacity: 1;
}

.emergence_fadeleft[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}

.emergence_fadeleft[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.emergence_faderight[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
}

.emergence_faderight[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.emergence_fadeup[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.emergence_fadeup[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.emergence_fixed[data-emergence="hidden"] {
  opacity: 0;
}

.emergence_fixed[data-emergence="visible"] {
  opacity: 1;
}

/* ////////////////////////////////////////////////////////////////////
/* .g__header
//////////////////////////////////////////////////////////////////// */
@media print, screen and (min-width: 769px) {
  .g__header-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
  }
}

@media screen and (max-width: 768px) {
  .g__header-wrap {
    height: 75px;
    display: block;
    border: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 125;
  }
}

.g__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 15px;
}

@media screen and (max-width: 768px) {
  .g__header {
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
  }
}

.g__header > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.g__header .id__site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .g__header .id__site {
    width: 100%;
    padding: 8px 4.6875% 9px;
    font-size: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.g__header .id__site > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.g__header .logo__univ {
  width: 70px;
  margin: 0 14px 0 0;
}

@media screen and (max-width: 768px) {
  .g__header .logo__univ {
    margin-right: 5px;
  }
}

.g__header .logo__txt {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .g__header .logo__txt {
    font-size: 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .gnavi {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 45px;
    width: 120px;
    height: 100vh;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 2.0rem;
  }
  .gnavi::after {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    right: -23px;
    width: 23px;
    height: 309px;
    background: url(/features/ritsumeikan_athlete2019/img-com/img-menu-pc.png) no-repeat center center/cover;
  }
  .gnavi__list {
    padding-top: 220px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .gnavi__item {
    margin-bottom: 15px;
  }
  .gnavi__item_sns {
    margin-left: 20px;
  }
  .gnavi__link {
    display: block;
    padding: 10px 0 10px 20px;
    position: relative;
  }
  .gnavi__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0px;
    height: 2px;
    background: #333;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .gnavi__link:hover, .gnavi__link_active {
    opacity: 1;
  }
  .gnavi__link:hover::before, .gnavi__link_active::before {
    width: 14px;
  }
  .gnavi__new {
    position: absolute;
    top: -5px;
    left: 20px;
    color: #f00;
    font-size: 1.2rem;
    display: block;
  }
  .gnavi__link-img {
    margin-right: 10px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .gnavi__link-img:hover {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  .gnavi__img_sns {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .gnavi {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 1.7rem;
  }
  .gnavi__list {
    border-top: 6px solid #333;
    border-bottom: 6px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .gnavi__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
  }
  .gnavi__item_sns {
    position: fixed;
    top: 18px;
    right: 5px;
    height: auto;
  }
  .gnavi__link {
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gnavi__link:hover {
    opacity: 1;
  }
  .gnavi__new {
    color: #f00;
    font-size: 1.2rem;
  }
  .gnavi__link-img {
    margin-right: 10px;
  }
  .gnavi__img_sns {
    width: 30px;
    height: 30px;
  }
}

/* ////////////////////////////////////////////////////////////////////
/* #globalFooter
//////////////////////////////////////////////////////////////////// */
#page-top {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 250;
}

@media screen and (max-width: 768px) {
  #page-top {
    bottom: 60px;
  }
}

#globalFooter {
  background: #fff;
  margin-top: 150px;
}

@media print, screen and (min-width: 769px) {
  #globalFooter {
    min-width: 1340px;
  }
}

@media screen and (max-width: 768px) {
  #globalFooter {
    margin-top: 60px;
  }
}

#globalFooter .lyt-inner {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #globalFooter .lyt-inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media print, screen and (min-width: 769px) {
  .footer01 {
    padding: 0 70px;
  }
}

.footer01 address {
  padding: 26px 0;
  font-size: 14px;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .footer01 address {
    font-size: 12px;
  }
}

.footer02 {
  position: relative;
  z-index: 100;
  padding: 13px 70px 9px;
  background: #333;
  overflow: hidden;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer02 {
    padding: 0 0 60px;
    border-top: solid 1px #fff;
    background: #333;
  }
}

.footer02 .logo {
  width: 160px;
  float: left;
}

@media screen and (max-width: 768px) {
  .footer02 .logo {
    max-width: 41%;
    padding: 15px 0 10px;
    margin: auto;
    float: none;
    text-align: center;
  }
}

.footer02 .link {
  margin-left: 180px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .footer02 .link {
    border-top: solid 1px #fff;
    margin-left: 0;
  }
}

.footer02 .link li {
  margin-left: 1.5em;
  float: left;
}

@media screen and (max-width: 768px) {
  .footer02 .link li {
    padding: 3px 0 2px;
    border-bottom: solid 1px #fff;
    margin: 0;
    float: none;
  }
}

.footer02 .link a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer02 .link a {
    font-size: 10px;
  }
}

.footer02 .link a:hover {
  text-decoration: underline;
}

.footer02 .copy {
  padding: 20px 0 0;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .footer02 .copy {
    text-align: center;
    padding: 10px 0;
  }
}

.contents {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .contents {
    min-width: 1340px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1355px) {
  .contents {
    margin-left: -100px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .contents__in {
    width: 1000px;
    margin: 0 auto;
  }
}

/* Scss Document */
@media print, screen and (min-width: 769px) {
  .home .mv {
    margin-bottom: 200px;
  }
  .home .mv-slider {
    margin-left: 200px;
  }
  .home .mv-slider__img {
    width: 100%;
  }
  .home .mv__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 12rem;
    margin-left: 100px;
  }
  .home .captain {
    margin-bottom: 150px;
    padding-bottom: 150px;
    border-bottom: 1px solid #B3B3B3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .captain__box1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    overflow: hidden;
  }
  .home .captain__box2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding-left: 60px;
    padding-right: 200px;
  }
  .home .captain-slider__img {
    width: 100%;
  }
  .home .captain__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 7rem;
    margin-bottom: 40px;
  }
  .home .captain__lead {
    font-size: 1.4rem;
  }
  .home .captain__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 2.1rem;
  }
  .home .captain__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .captain__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 120px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .home .captain__link:hover::before {
    width: 150px;
  }
  .home .pickup {
    margin-bottom: 150px;
    padding-bottom: 150px;
    border-bottom: 1px solid #B3B3B3;
  }
  .home .pickup__in {
    width: 1000px;
    margin: 0 auto;
  }
  .home .pickup__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 7rem;
    margin-bottom: 40px;
    text-align: center;
  }
  .home .pickup__lead {
    font-size: 1.4rem;
    width: 500px;
    margin-left: auto;
    border-left: 1px solid #333;
    padding: 15px 40px;
    margin-bottom: 40px;
  }
  .home .pickup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .pickup__plus {
    display: none;
  }
  .home .pickup-box {
    position: relative;
  }
  .home .pickup-box_no01 {
    width: 320px;
    margin: 0 0 0 140px;
  }
  .home .pickup-box_no02 {
    width: 240px;
    margin: 165px 0 40px 80px;
  }
  .home .pickup-box_no03 {
    width: 630px;
    margin: 0 0 40px 370px;
  }
  .home .pickup-box_no04 {
    width: 220px;
  }
  .home .pickup-box_no05 {
    width: 480px;
    margin: 50px 0 40px 60px;
  }
  .home .pickup-box__item_pict {
    position: relative;
    z-index: 1;
  }
  .home .pickup-box__item_cate {
    position: absolute;
    z-index: 2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 2rem;
    left: 0;
    bottom: 105px;
    color: #333;
    background: #fff;
    padding: .2em 15px;
    pointer-events: none;
  }
  .home .pickup-box__item_name {
    position: absolute;
    z-index: 2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5rem;
    left: 15px;
    bottom: 0;
    color: #fff;
    vertical-align: bottom;
    pointer-events: none;
  }
  .home .pickup-box__link .pickup-box__img_c {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home .pickup-box__link:hover {
    opacity: 1;
  }
  .home .pickup-box__link:hover .pickup-box__img_c {
    opacity: 1;
  }
  .home .pickup-box__img {
    width: 100%;
  }
  .home .pickup__more {
    margin-top: 60px;
  }
  .home .pickup__link {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 2.1rem;
    max-width: 320px;
    line-height: 60px;
    border: 1px solid #333;
  }
  .home .yell {
    margin-bottom: 150px;
    padding-bottom: 150px;
    border-bottom: 1px solid #B3B3B3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .yell__box1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    overflow: hidden;
  }
  .home .yell__box2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.2%;
    flex: 0 0 31.2%;
    padding: 0 40px;
  }
  .home .yell__box3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.8%;
    flex: 0 0 57.8%;
  }
  .home .yell__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 7rem;
    margin-bottom: 40px;
  }
  .home .yell__lead {
    font-size: 1.4rem;
  }
  .home .yell__img {
    width: 100%;
  }
  .home .yell__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 2.1rem;
  }
  .home .yell__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .yell__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 120px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .home .yell__link:hover::before {
    width: 150px;
  }
  .home .regional {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .regional__box1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.5%;
    flex: 0 0 58.5%;
    overflow: hidden;
  }
  .home .regional__box2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding: 0 40px;
  }
  .home .regional__box3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.5%;
    flex: 0 0 11.5%;
  }
  .home .regional__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 7rem;
    margin-bottom: 40px;
  }
  .home .regional__lead {
    font-size: 1.4rem;
  }
  .home .regional__img {
    width: 100%;
  }
  .home .regional__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 2.1rem;
  }
  .home .regional__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .regional__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 120px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .home .regional__link:hover::before {
    width: 150px;
  }
  .home .popups {
    display: none;
  }
  .home .popup {
    background: #fff;
    max-width: 900px;
    border: 2px solid #333;
    margin: 0 auto;
    padding: 60px;
  }
  .home .popup__player {
    position: relative;
    margin-bottom: 100px;
  }
  .home .popup__player-list {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 240px;
    height: 240px;
    border: 1px solid #333;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .popup__player-item_faculty {
    font-size: 1.4rem;
    position: relative;
  }
  .home .popup__player-item_faculty::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 1px;
    background: #333;
  }
  .home .popup__player-item_name {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
  .home .popup__player-item_year {
    font-size: 1.2rem;
  }
  .home .popup__player-sufix {
    font-size: 1.2rem;
  }
  .home .popup__qabox {
    margin-bottom: 50px;
  }
  .home .popup__head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    padding: .2em 0 .2em 80px;
    margin-bottom: 20px;
    position: relative;
  }
  .home .popup__head::before {
    content: 'Q';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 3.4rem;
  }
  .home .popup__head::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    width: 1px;
    height: 30px;
    background: #333;
  }
  .home .popup__body {
    font-size: 1.4rem;
    padding: .2em 0 .2em 80px;
    position: relative;
  }
  .home .popup__body::before {
    content: 'A';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 3.4rem;
    color: #999999;
  }
  .home .popup__body::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    width: 1px;
    height: 30px;
    background: #333;
  }
  .home .popup__point ~ .popup__point {
    margin-top: 1em;
  }
  .home .popup__point ~ .popup__point_btn {
    margin-bottom: 1em;
  }
  .home .popup__item {
    list-style: disc;
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .home .mv {
    padding: 0 20px;
    margin-bottom: 120px;
  }
  .home .mv-slider {
    margin: 0 -20px 0 50px;
  }
  .home .mv__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 6rem;
    margin-bottom: .2em;
  }
  .home .captain {
    padding: 0 20px;
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #B3B3B3;
  }
  .home .captain__box1 {
    margin: 0 -20px 45px;
  }
  .home .captain-slider__img {
    width: 100%;
  }
  .home .captain__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5.5rem;
    margin-bottom: 25px;
  }
  .home .captain__lead {
    font-size: 1.2rem;
  }
  .home .captain__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1.6rem;
  }
  .home .captain__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .captain__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 100px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-animation: morelink 1s linear infinite alternate;
    animation: morelink 1s linear infinite alternate;
  }
  .home .pickup {
    padding: 0 20px;
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #B3B3B3;
  }
  .home .pickup__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5.5rem;
    margin-bottom: 25px;
  }
  .home .pickup__lead {
    font-size: 1.2rem;
    border-left: 2px solid #333;
    padding: 15px 20px;
    margin: 0 0 30px 20px;
  }
  .home .pickup__plus {
    display: none;
  }
  .home .pickup-box {
    position: relative;
  }
  .home .pickup-box_no01 {
    width: 240px;
    margin: 0 0 40px 0;
  }
  .home .pickup-box_no02 {
    width: 180px;
    margin: 0 0 40px auto;
  }
  .home .pickup-box_no03 {
    width: 470px;
    margin: 0 0 40px -20px;
  }
  .home .pickup-box_no04 {
    width: 165px;
    margin: 0 0 40px 0;
  }
  .home .pickup-box_no05 {
    width: 370px;
    margin: 0 0 40px 0;
  }
  .home .pickup-box__item_pict {
    position: relative;
    z-index: 1;
  }
  .home .pickup-box__item_cate {
    position: absolute;
    z-index: 2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1.5rem;
    left: 0;
    bottom: 80px;
    color: #333;
    background: #fff;
    padding: .2em 10px;
    pointer-events: none;
  }
  .home .pickup-box__item_cate::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 10px;
    width: 20px;
    height: 1px;
    background: #333;
    -webkit-animation: catelink 1s linear infinite alternate;
    animation: catelink 1s linear infinite alternate;
  }
  .home .pickup-box__item_name {
    position: absolute;
    z-index: 2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 3.7rem;
    left: 10px;
    bottom: 0;
    color: #fff;
    vertical-align: bottom;
    pointer-events: none;
  }
  .home .pickup-box__link .pickup-box__img_m {
    display: none;
  }
  .home .pickup-box__img {
    width: 100%;
  }
  .home .pickup__more {
    margin-top: 0px;
  }
  .home .pickup__link {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1.7rem;
    max-width: 240px;
    line-height: 45px;
    border: 1px solid #333;
  }
  .home .yell {
    padding: 0 20px;
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #B3B3B3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .yell__box1 {
    width: 65px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    margin-left: -20px;
  }
  .home .yell__box2 {
    width: calc(100% - 65px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 35px;
  }
  .home .yell__box3 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 -20px;
  }
  .home .yell__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5.5rem;
    margin-bottom: 25px;
  }
  .home .yell__lead {
    font-size: 1.2rem;
  }
  .home .yell__img {
    width: 100%;
  }
  .home .yell__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1.6rem;
  }
  .home .yell__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .yell__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 100px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-animation: morelink 1s linear infinite alternate;
    animation: morelink 1s linear infinite alternate;
  }
  .home .regional {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .home .regional__box1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 -20px;
  }
  .home .regional__box2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 50px;
  }
  .home .regional__box3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 80px;
  }
  .home .regional__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5.5rem;
    margin-bottom: 25px;
  }
  .home .regional__lead {
    font-size: 1.2rem;
    margin-right: 80px;
  }
  .home .regional__img {
    width: 100%;
  }
  .home .regional__more {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1.6rem;
  }
  .home .regional__link {
    position: relative;
    display: inline-block;
    padding-right: 150px;
  }
  .home .regional__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 100px;
    height: 2px;
    background: #333;
    pointer-events: none;
    -webkit-animation: morelink 1s linear infinite alternate;
    animation: morelink 1s linear infinite alternate;
  }
  .home .popups {
    display: none;
  }
  .home .popup {
    background: #fff;
    border: 2px solid #333;
    margin: 0 auto;
    padding: 30px;
  }
  .home .popup__player {
    margin-bottom: 50px;
  }
  .home .popup__player-img {
    margin-bottom: 10px;
  }
  .home .popup__player-item_faculty {
    font-size: 1.2rem;
    position: relative;
  }
  .home .popup__player-item_faculty::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 40px;
    height: 1px;
    background: #333;
  }
  .home .popup__player-item_name {
    font-size: 2.2rem;
  }
  .home .popup__player-item_year {
    font-size: 1.2rem;
  }
  .home .popup__player-sufix {
    font-size: 1.2rem;
  }
  .home .popup__qabox {
    margin-bottom: 40px;
  }
  .home .popup__head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    padding: .2em 0 .2em 50px;
    margin-bottom: 20px;
    position: relative;
  }
  .home .popup__head::before {
    content: 'Q';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 3.0rem;
  }
  .home .popup__head::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 30px;
    background: #333;
  }
  .home .popup__body {
    font-size: 1.2rem;
    padding: .2em 0 .2em 50px;
    position: relative;
  }
  .home .popup__body::before {
    content: 'A';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 3.0rem;
    color: #999999;
  }
  .home .popup__body::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 30px;
    background: #333;
  }
  .home .popup__item {
    list-style: disc;
    margin-left: 30px;
  }
}

/* Scss Document */
@media print, screen and (min-width: 769px) {
  .detail .mv {
    margin-bottom: 200px;
  }
  .detail .mv__pict {
    margin-left: 200px;
  }
  .detail .mv__img {
    width: 100%;
  }
  .detail .mv__text {
    margin-top: -50px;
    margin-left: 150px;
  }
  .detail .mv__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 9rem;
    margin-bottom: 20px;
  }
  .detail .mv__lead {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .detail .mv {
    padding: 0 20px;
    margin-bottom: 120px;
  }
  .detail .mv__pict {
    margin: 0 -20px;
  }
  .detail .mv__img {
    width: 100%;
  }
  .detail .mv__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 5rem;
    margin: 20px 0;
  }
  .detail .mv__lead {
    font-size: 1.4rem;
  }
}

.detail .athlete__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 4.5rem;
}

.detail .athlete__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media print, screen and (min-width: 769px) {
  .detail .athlete__list {
    width: 880px;
  }
}

@media print, screen and (min-width: 769px) {
  .detail .athlete__item {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .detail .athlete__item {
    width: 50%;
  }
}

.detail .athlete__item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #880000;
}

.detail .athlete-faculty__link {
  display: block;
  text-align: center;
  background: #F6F6F6;
}

@media print, screen and (min-width: 769px) {
  .detail .athlete-faculty__link {
    position: relative;
  }
  .detail .athlete-faculty__link .athlete-faculty__img_c {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .detail .athlete-faculty__link:hover {
    opacity: 1;
  }
  .detail .athlete-faculty__link:hover .athlete-faculty__img_c {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .detail .athlete-faculty__link .athlete-faculty__img_m {
    display: none;
  }
}

.detail .athlete-faculty__img {
  width: 100%;
}

.detail .athlete-faculty__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .detail .athlete-faculty__title {
    font-size: 1.2rem;
  }
}

.detail .athlete-person {
  margin-bottom: 100px;
}

.detail .athlete-person.athlete-person_ptn2 .athlete-person__list {
  left: 140px;
  right: auto;
}

.detail .athlete-person.athlete-person_ptn2 .athlete-person__text-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 60px;
  padding-right: 0;
}

.detail .athlete-person.athlete-person_ptn2 .athlete-person__img-box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.detail .athlete-person__head {
  position: relative;
  margin-bottom: 80px;
}

@media print, screen and (min-width: 769px) {
  .detail .athlete-person__list {
    position: absolute;
    right: 140px;
    bottom: 70px;
    width: 290px;
    height: 290px;
    border: 1px solid #333;
    padding: 40px 20px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.detail .athlete-person__item_faculty {
  font-size: 1.6rem;
  position: relative;
}

.detail .athlete-person__item_faculty::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #333;
}

.detail .athlete-person__item_name {
  font-size: 3.4rem;
  margin-bottom: 35px;
}

.detail .athlete-person__item_year {
  font-size: 1.4rem;
}

.detail .athlete-person__sufix {
  font-size: 1.6rem;
}

.detail .athlete-person__text {
  font-size: 1.4rem;
  text-align: justify;
  text-justify:inter-ideograph;
}

.detail .athlete-person__text_note {
  font-size: 1.2rem;
}

.detail .athlete-person__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.detail .athlete-person__text-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 60px;
}

.detail .athlete-person__text-box .athlete-person__text {
  margin-bottom: 2em;
}

.detail .athlete-person__img-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 425px;
  flex: 0 0 425px;
}

.detail .athlete-person__img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .detail .athlete-person {
    margin: 0 20px 100px;
  }
  .detail .athlete-person.athlete-person_ptn2 .athlete-person__head {
    text-align: right;
  }
  .detail .athlete-person.athlete-person_ptn2 .athlete-person__item_faculty::after {
    left: auto;
    right: 0;
  }
  .detail .athlete-person__head {
    margin-bottom: 30px;
  }
  .detail .athlete-person__pict {
    margin-bottom: 10px;
  }
  .detail .athlete-person__item_faculty {
    font-size: 1.2rem;
  }
  .detail .athlete-person__item_name {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .detail .athlete-person__item_year {
    font-size: 1.2rem;
  }
  .detail .athlete-person__sufix {
    font-size: 1.4rem;
  }
  .detail .athlete-person__box {
    display: block;
    margin-top: 2em;
  }
  .detail .athlete-person__text-box {
    padding: 0 !important;
  }
}

.detail .yell-person {
  margin-bottom: 100px;
}

@media print, screen and (min-width: 769px) {
  .detail .yell-person.yell-person_ptn2 .yell-person__head {
    text-align: right;
  }
  .detail .yell-person.yell-person_ptn2 .yell-person__pict2 {
    right: auto;
    left: 0;
  }
  .detail .yell-person.yell-person_ptn2 .yell-person__list {
    left: auto;
    right: 600px;
  }
}

.detail .yell-person__head {
  position: relative;
  margin-bottom: 60px;
}

.detail .yell-person__pict1 {
  width: 550px;
}

@media print, screen and (min-width: 769px) {
  .detail .yell-person__pict2 {
    width: 400px;
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .detail .yell-person__list {
    position: absolute;
    top: 0;
    left: 600px;
  }
}

.detail .yell-person__item_faculty {
  font-size: 1.6rem;
  position: relative;
}

.detail .yell-person__item_faculty::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #333;
}

.detail .yell-person__item_name {
  font-size: 2.8rem;
}

.detail .yell-person__item_year {
  font-size: 1.4rem;
}

.detail .yell-person__sufix {
  font-size: 1.6rem;
}

.detail .yell-person__text {
  font-size: 1.4rem;
  text-align: justify;
  text-justify:inter-ideograph;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .detail .yell-person {
    margin: 0 20px 100px;
  }
  .detail .yell-person__head {
    margin-bottom: 30px;
  }
  .detail .yell-person__pict1 {
    margin-bottom: 10px;
  }
  .detail .yell-person__list {
    margin-bottom: 10px;
  }
  .detail .yell-person__pict2 {
    margin-bottom: 10px;
  }
  .detail .yell-person__item_faculty {
    font-size: 1.2rem;
  }
  .detail .yell-person__item_name {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .detail .yell-person__item_year {
    font-size: 1.2rem;
  }
  .detail .yell-person__sufix {
    font-size: 1.4rem;
  }
}

.detail .yell-song {
  margin: 130px 0;
  padding: 40px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.detail .yell-song__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
  .detail .yell-song__title {
    font-size: 2.0rem;
  }
}

.detail .yell-song__box {
  padding: 0 20px;
}

@media print, screen and (min-width: 769px) {
  .detail .yell-song__box {
    width: 640px;
    margin: 0 auto;
  }
}

.detail .yell-song__movie {
  margin: 40px 0;
}

.detail .yell-song__movie-info {
  text-align: right;
}

.detail .yell-song__words {
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .detail .yell-song__words {
    font-size: 1.2rem;
  }
}

.detail .popups {
  display: none;
}

.detail .popup {
  background: transparent !important;
  max-width: 900px;
}

.detail .popup__movie {
  width: 100%;
}

.detail .regional-person ~ .regional-person {
  margin-top: 150px;
}

@media print, screen and (min-width: 769px) {
  .detail .regional-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail .regional-person__head {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 47%;
    margin-bottom: 60px;
  }
  .detail .regional-person__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 47%;
  }
}

.detail .regional-person__list {
  margin-bottom: 40px;
}

.detail .regional-person__item_faculty {
  font-size: 1.6rem;
  position: relative;
}

.detail .regional-person__item_faculty::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #333;
}

.detail .regional-person__item_name {
  font-size: 2.8rem;
}

.detail .regional-person__item_year {
  font-size: 1.4rem;
}

.detail .regional-person__sufix {
  font-size: 1.6rem;
}

.detail .regional-person__text {
  font-size: 1.4rem;
  text-align: justify;
  text-justify:inter-ideograph;
  margin-bottom: 2em;
}

@media print, screen and (min-width: 769px) {
  .detail .regional-person__picts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .detail .regional-person__figure {
    width: 47%;
    margin: 0;
  }
  .detail .regional-person__figure:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .detail .regional-person__figure {
    margin: 0;
  }
  .detail .regional-person__figure:first-child {
    margin-bottom: 60px;
  }
}

.detail .regional-person__fig-caption {
  padding: .5em 0;
  border-bottom: 2px solid #333;
}

@media screen and (max-width: 768px) {
  .detail .regional-person {
    margin: 0 20px 100px;
  }
  .detail .regional-person__head {
    margin-bottom: 30px;
  }
  .detail .regional-person__item_faculty {
    font-size: 1.2rem;
  }
  .detail .regional-person__item_name {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .detail .regional-person__item_year {
    font-size: 1.2rem;
  }
  .detail .regional-person__sufix {
    font-size: 1.4rem;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: transparent !important;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(/features/ritsumeikan_athlete2019/img-com/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/features/ritsumeikan_athlete2019/img-com/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

#cboxOverlay {
  background: #1A1A1A;
}

#cboxLoadedContent {
  border: 0;
  background: #fff;
  padding: 0;
  overflow: auto;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
  top: -30px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#cboxContent {
  background: transparent !important;
}

#cboxClose {
  width: 30px;
  height: 30px;
  background-position: -48px 3px;
}

#cboxClose:hover {
  opacity: 1;
  background-position: -48px -22px;
}

#cboxClose::after {
  content: 'a';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #333;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
}

#inline-content {
  margin: 20px;
}

#ajax-wrap {
  margin: 20px;
}

