@charset "UTF-8";
/***********************************************************************
「★PC/SP版 CSS★」全ての幅のサイズで有効になる
**********************************************************************/
.roboto {
  font-family: 'Roboto';
}

.sec-syoritu h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.85);
}

.txt-lead {
  text-align: center;
  color: #fff;
}

.tab_box .tabs {
  margin: auto;
  z-index: 2;
  text-align: center;
  font-size: 0;
}

.tab_box .tabs > li {
  cursor: pointer;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%) 0% 0% no-repeat padding-box;
}

.tab_box .tabs > li button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 3px 3px #00000029;
}

.tab_box .tabs > li button > span {
  color: #1D45CE;
  font-weight: bold;
  line-height: 1;
}

.tab_box .tabs > li button b {
  line-height: 1;
}

.tab_box .tabs > li.is_active {
  background: #fff;
}

.tab_box .tabs > li.tab {
  position: relative;
}

.tab_box .tabs > li.tab::before {
  content: '';
  position: absolute;
}

.content {
  display: none;
  background: #fff;
}

.content.is_show {
  display: block;
}

.data-list > li.male .data-txt {
  background: transparent linear-gradient(180deg, #001CBF 0%, #5797ED 100%) 0% 0% no-repeat padding-box;
}

.data-list > li.male .box {
  background: url("../images/syoritu/data-bg_male.png") no-repeat;
  background-size: contain;
}

.data-list > li.female .data-txt {
  background: transparent linear-gradient(180deg, #DB06CD 0%, #EEB9E7 100%) 0% 0% no-repeat padding-box;
}

.data-list > li.female .box {
  background: url("../images/syoritu/data-bg_female.png") no-repeat;
  background-size: contain;
}

.data-list > li .data-txt {
  position: relative;
}

.data-list > li .data-txt p {
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

.data-list > li .data-txt p.num {
  font-family: 'Roboto';
}

.data-list > li .data-txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.data-list > li .data-txt .box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

.data-list > li .data-txt .box.year {
  font-family: 'Roboto';
}

.data-list > li .data-txt .box span {
  display: block;
}

.data-list > li figure img {
  width: 100%;
  height: auto;
}

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media (min-width: 751px) {
  #content {
    position: relative;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
  }
  #content::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 318px;
    left: 0;
    top: 0;
    background: url("../images/common/img_mv_line_l_pc.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    z-index: 0;
  }
  #content::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 318px;
    right: 0;
    top: 0;
    background: url("../images/common/img_mv_line_r_pc.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: right top;
    z-index: 0;
  }
  .sec-syoritu {
    position: relative;
    z-index: 2;
    padding-bottom: 45px;
  }
  .sec-syoritu h2 {
    font-size: 28px;
    background: url("../images/common/top_ttl_pc.png") no-repeat;
    background-position: center top;
    background-size: auto 62px;
    height: 62px;
    line-height: 62px;
  }
  .content {
    margin: 0 20px;
  }
  .content-inner {
    width: 1173px;
    margin: auto;
    padding: 54px 0 34px;
  }
  .txt-lead {
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.5;
  }
  .tab_box .tabs {
    margin-top: 44px;
  }
  .tab_box .tabs > li {
    display: inline-block;
  }
  .tab_box .tabs > li:not(:last-child) {
    margin-right: 7px;
  }
  .tab_box .tabs > li button {
    width: 279px;
    padding: 12px 0;
  }
  .tab_box .tabs > li button > span {
    font-size: 20px;
    margin-right: 8px;
  }
  .tab_box .tabs > li button b {
    font-size: 36px;
  }
  .tab_box .tabs > li button b span {
    font-size: 32px;
    margin-left: .2em;
  }
  .tab_box .tabs > li.tab::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #1D45CE transparent transparent transparent;
    left: 5px;
    top: 4px;
  }
  .tab_box .tabs > li.tab.is_active::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #fec300 transparent transparent transparent;
    left: 5px;
    top: 4px;
  }
  .data-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .data-list > li {
    width: 580px;
  }
  .data-list > li + li:not(:nth-child(2)) {
    margin-top: 10px;
  }
  .data-list > li .data-txt {
    padding: 0 25px 0 52px;
    height: 46px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .data-list > li .data-txt::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #fec300 transparent transparent transparent;
  }
  .data-list > li .data-txt .num {
    font-size: 24px;
  }
  .data-list > li .data-txt .name {
    padding-top: 4px;
    margin-left: 13px;
    font-size: 32px;
  }
  .data-list > li .data-txt .box {
    width: 76px;
    text-align: center;
    height: 40px;
    padding-left: 10px;
  }
  .data-list > li .data-txt .box.year {
    right: 107px;
    font-size: 18px;
  }
  .data-list > li .data-txt .box.year b {
    font-size: 24px;
  }
  .data-list > li .data-txt .box.country {
    right: 25px;
    font-size: 20px;
  }
  .data-list > li .data-txt .box.country span {
    padding-top: 4px;
  }
}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media (max-width: 750px) {
  #content {
    position: relative;
  }
  #content::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 23.86vw;
    left: 0;
    top: 0;
    background: url("../images/common/img_mv_line_l_sp.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    z-index: 0;
    opacity: .2;
  }
  #content::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 23.86vw;
    right: 0;
    top: 0;
    background: url("../images/common/img_mv_line_r_sp.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: right top;
    z-index: 0;
    opacity: .2;
  }
  .sec-syoritu {
    position: relative;
    z-index: 2;
    padding-bottom: 23px;
  }
  .sec-syoritu h2 {
    font-size: 40px;
    background: url("../images/common/top_ttl_sp.png") no-repeat;
    background-position: center top;
    background-size: auto 94px;
    height: 94px;
    line-height: 94px;
  }
  .content {
    margin: 0 1.06vw;
  }
  .content-inner {
    margin: auto;
    padding: 21px 35px 24px;
    position: relative;
    z-index: 3;
  }
  .txt-lead {
    font-size: 28px;
    margin-top: 28px;
    line-height: 1.4;
  }
  .tab_box .tabs {
    margin-top: 44px;
    margin-bottom: -1px;
  }
  .tab_box .tabs > li {
    display: inline-block;
  }
  .tab_box .tabs > li:not(:last-child) {
    margin-right: 7px;
  }
  .tab_box .tabs > li button {
    width: 30.93vw;
    padding: 19px 0 19px 10px;
  }
  .tab_box .tabs > li button > span {
    font-size: 20px;
    margin-right: 8px;
  }
  .tab_box .tabs > li button b {
    font-size: 32px;
  }
  .tab_box .tabs > li button b span {
    margin-left: .2em;
  }
  .tab_box .tabs > li.tab::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #1D45CE transparent transparent transparent;
    left: 5px;
    top: 4px;
  }
  .tab_box .tabs > li.tab.is_active::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #fec300 transparent transparent transparent;
    left: 5px;
    top: 4px;
  }
  .data-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .data-list > li {
    width: 100%;
  }
  .data-list > li + li {
    margin-top: 20px;
  }
  .data-list > li .data-txt {
    padding: 0 25px 0 52px;
    height: 46px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .data-list > li .data-txt::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #fec300 transparent transparent transparent;
  }
  .data-list > li .data-txt .num {
    font-size: 26px;
  }
  .data-list > li .data-txt .name {
    margin-left: 13px;
    font-size: 35px;
  }
  .data-list > li .data-txt .box {
    width: 76px;
    text-align: center;
    height: 40px;
    padding-left: 10px;
  }
  .data-list > li .data-txt .box.year {
    right: 107px;
    font-size: 20px;
  }
  .data-list > li .data-txt .box.year b {
    font-size: 27px;
  }
  .data-list > li .data-txt .box.country {
    right: 25px;
    font-size: 22px;
  }
}

/***********************************************************************
アニメーション関係CSS
**********************************************************************/
.data-list > li {
  opacity: 0;
}

.fadeIn {
  -webkit-animation: fadeInUp ease-out both;
          animation: fadeInUp ease-out both;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
