@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

#footer #footerNav ul .arrow::before {
  font-family: "Material Symbols Outlined";
  content: "\e5df";
  color: #48afc4;
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: middle;
}

/* グリッドモジュール（初期値：2列・間隔20px）*/
.clearfix {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

#intro .innerWrap, #antidoping .innerWrap, #lineup, #recommend .innerWrap {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  #intro .innerWrap, #antidoping .innerWrap, #lineup, #recommend .innerWrap {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

#recommend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  filter: grayscale(100%) brightness(40%);
}

* {
  margin: 0;
  padding: 0;
}

:root {
  --footer-height: 50vh;
}
@media only screen and (max-width: 960px) {
  :root {
    --footer-height: 72dvh;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --footer-height: 90dvh;
  }
}

html {
  font-size: 62.5%;
}

li {
  list-style: none;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7142857148;
  font-weight: 500;
  letter-spacing: 0.04em;
}

#contents__body {
  margin-bottom: var(--footer-height);
  background-color: #fff;
  overscroll-behavior-y: none;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
#header {
  /* hamburgerここから */
  /* inputを非表示 */
  /* label */
  /* メニュー展開時にハンバーガーアイコンを固定 */
  /* ハンバーガーアイコン */
  /* ハンバーガーアイコン･アニメーション */
  /* メニューエリア */
  /* メニューリスト */
  /* メニューエリア･アニメーション */
  /* 右から */
}
#header .sub-left {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: #353f44;
}
@media only screen and (max-width: 960px) {
  #header .sub-left {
    display: none;
  }
}
#header .sub-right {
  grid-column: 3/4;
  grid-row: 1/2;
  background-color: #353f44;
}
@media only screen and (max-width: 960px) {
  #header .sub-right {
    display: none;
  }
}
#header .global-left {
  grid-column: 1/2;
  grid-row: 2/3;
  background-color: #191919;
}
@media only screen and (max-width: 960px) {
  #header .global-left {
    display: none;
  }
}
#header .global-right {
  grid-column: 3/4;
  grid-row: 2/3;
  background-color: #191919;
}
@media only screen and (max-width: 960px) {
  #header .global-right {
    display: none;
  }
}
#header .header-inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(20px, 1fr) minmax(auto, 980px) minmax(20px, 1fr);
  grid-template-rows: 40px 80px;
}
@media only screen and (max-width: 960px) {
  #header .header-inner {
    display: block;
  }
}
#header .header-inner .header-inner__sub {
  background-color: #353f44;
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__sub {
    display: none;
  }
}
#header .header-inner .header-inner__sub .subNav {
  display: flex;
  align-items: center;
}
#header .header-inner .header-inner__sub .subNav .subNav__list {
  display: flex;
}
#header .header-inner .header-inner__sub .subNav .subNav__list li {
  list-style: none;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 1em;
}
#header .header-inner .header-inner__sub .subNav .subNav__list li a {
  color: #fff;
}
#header .header-inner .header-inner__main {
  background-color: #191919;
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main {
    padding-left: 20px;
    box-sizing: border-box;
  }
}
#header .header-inner .header-inner__main .header-logo {
  display: block;
  width: 76px;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main .header-logo {
    width: 60px;
  }
}
#header .header-inner .header-inner__main .header-logo img {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main .header-logo img {
    margin-top: 5px;
  }
}
#header .header-inner .header-inner__main #global-nav {
  display: flex;
  align-items: center;
}
#header .header-inner .header-inner__main #global-nav #navContainer {
  display: flex;
}
#header .header-inner .header-inner__main #global-nav #navContainer li {
  list-style: none;
  margin: 0 1em;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main #global-nav #navContainer {
    display: inherit;
  }
}
#header .header-inner .header-inner__main #global-nav #navContainer .mobileNav {
  display: none;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main #global-nav #navContainer .mobileNav {
    display: block;
  }
  #header .header-inner .header-inner__main #global-nav #navContainer .mobileNav li a {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}
#header .header-inner .header-inner__main #global-nav #navContainer .subNav__list--mb {
  display: none;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main #global-nav #navContainer .subNav__list--mb {
    display: block;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 1rem;
  }
  #header .header-inner .header-inner__main #global-nav #navContainer .subNav__list--mb::before {
    margin-top: 20px;
  }
  #header .header-inner .header-inner__main #global-nav #navContainer .subNav__list--mb > li > a {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}
#header .header-inner .header-inner__main #global-nav a {
  color: #fff;
  font-family: "TeXGyreAdventorBold";
  font-weight: 700;
  font-style: normal;
}
#header .header-inner .header-inner__main #global-nav #mainNav .mainNav__list {
  display: flex;
}
#header .header-inner .header-inner__main #global-nav #mainNav .mainNav__list li {
  list-style: none;
  margin: 0 1em;
}
#header .hamburger-menubox * {
  font-size: 16px;
}
#header .hamburger-menubox li {
  font-size: 14px;
}
#header .input-hidden {
  display: none;
}
@media only screen and (max-width: 960px) {
  #header .hamburger-switch {
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 10px;
    /* ハンバーガーアイコンの位置（上から） */
    z-index: 9999;
    width: 4em;
    /* アイコン（クリック可能領域）の幅 */
    height: 3em;
    /* アイコン（クリック可能領域の）高さ */
  }
}
@media only screen and (max-width: 960px) and (max-width: 600px) {
  #header .hamburger-switch {
    right: 0;
  }
}
#header #hamburger1:checked ~ .hamburger-switch {
  position: fixed;
}
#header .hamburger-switch-line1 {
  width: 25px;
  height: 3px;
  background: #fff;
  display: none;
  /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  content: "";
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 960px) {
  #header .hamburger-switch-line1 {
    display: block;
  }
}
#header .hamburger-switch-line1:before, #header .hamburger-switch-line1:after {
  width: 25px;
  height: 3px;
  background: #fff;
  /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  content: "";
}
#header .hamburger-switch-line1:before {
  transform: translate(-50%, -300%);
}
#header .hamburger-switch-line1:after {
  transform: translate(-50%, 200%);
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1 {
  width: 0;
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1:before {
  transform: rotate(45deg) translate(-40%, 325%);
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1:after {
  transform: rotate(-45deg) translate(-40%, -325%);
}
@media only screen and (max-width: 960px) {
  #header .hamburger-menuwrap {
    position: fixed;
    height: 100%;
    background: rgba(25, 25, 25, 0.4);
    /* メニューエリアの背景色 */
    padding: 5em 3% 2em;
    z-index: 9998;
    transition: 0.3s;
    overflow-y: scroll;
    /* メニュー内容が多い場合に縦スクロールする */
    top: 0;
    left: 100%;
    width: 70%;
  }
}
@media only screen and (max-width: 960px) {
  #header .hamburger-menulist {
    margin-right: 3%;
    padding-left: 5% !important;
    /* !important不要な場合もあり */
    list-style: none;
  }
  #header .hamburger-menulist li a {
    text-decoration: none;
    color: #fff;
    /* メニューリストの文字色 */
    display: block;
    padding: 0.5em 0;
  }
}
#header #hamburger1:checked ~ .hamburger-menuwrap {
  left: 30%;
}
#header #hamburger1:checked ~ .hamburger-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}
#header .mobileNav {
  display: none;
}
@media only screen and (max-width: 960px) {
  #header .mobileNav {
    margin-left: 1rem;
    display: block;
  }
}

/*!
layout > footer
------------------------------
*/
address {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-size: 1.2rem;
}

#footer {
  width: 100%;
  background: url(../images/bg_footer.png) no-repeat center top #353f44;
  min-height: var(--footer-height);
  background-size: 80%;
  position: fixed;
  bottom: 0;
  z-index: -2;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 960px) {
  #footer {
    background-size: 100%;
  }
}
#footer .innerWrap {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1fr 56px;
  align-items: flex-start;
  grid-gap: 20px;
}
#footer #footerNav {
  margin-top: 110px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: minmax(0, auto);
  grid-gap: 20px;
}
@media only screen and (max-width: 600px) {
  #footer #footerNav {
    grid-template-columns: 1fr;
  }
}
#footer #footerNav img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 600px) {
  #footer #footerNav img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  #footer #footerNav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: minmax(0, auto);
    grid-gap: 20px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 600px) {
  #footer #footerNav {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 960px) {
  #footer #footerNav img {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 960px) and (max-width: 600px) {
  #footer #footerNav img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #footer #footerNav {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "nav3	nav3" "nav1    nav2";
  }
  #footer #footerNav .footerNav__left {
    grid-area: nav1;
  }
  #footer #footerNav .footerNav__middle {
    grid-area: nav2;
  }
  #footer #footerNav .footerNav__right {
    grid-area: nav3;
  }
}
#footer #footerNav ul {
  padding-left: 1rem;
}
#footer #footerNav ul .arrow {
  text-indent: -1rem;
}
#footer #footerNav ul .arrow::before {
  font-size: 18px;
  font-size: 1.8rem;
}
#footer #footerNav ul .tel-link a {
  font-family: "TeXGyreAdventorBold";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 960px) {
  #footer #footerNav ul .tel-link a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
#footer #footerNav a {
  color: #fff;
}
#footer #footerNav #footerSNS {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1rem;
  padding-top: 1rem;
}
#footer .copyright {
  padding: 14px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

/*!
component > title
------------------------------
*/
:root {
  --ttl-40px: clamp(3.4rem, 3.182rem + 1.09vw, 4rem);
  --ttl-32px: clamp(2.4rem, 2.655rem + 0.73vw, 3.2rem);
  --ttl-26px: clamp(2.2rem, 2.055rem + 0.73vw, 2.6rem);
  --ttl-24px: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
}

#lineup .category .category__head .category__head--title {
  font-family: "TeXGyreAdventorBold";
  font-weight: 700;
  font-style: normal;
  color: #48afc4;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: var(--ttl-32px);
  line-height: 1.4;
  border-bottom: 1px solid #48afc4;
}

.section-title {
  text-align: center;
}
.section-title .title-en {
  font-family: "TeXGyreAdventorBold";
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  line-height: 1.1;
}
.section-title .title-en .jp {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: inherit;
  letter-spacing: 0.4em;
  margin-top: 3px;
}

/*!
component > common
------------------------------
*/
.magonTxt {
  letter-spacing: 0.05em;
}

a {
  color: #48afc4;
  text-decoration: none;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 40%, rgba(255, 255, 97, 0.5) 40%);
  display: inline-block;
  padding-left: 0.1em;
  padding-right: 0.1em;
  margin-left: 0.05em;
  margin-right: 0.05em;
}
@media only screen and (max-width: 600px) {
  .marker {
    display: inline;
  }
}

.red {
  color: #af042f;
}

.center {
  text-align: center;
}

.caution {
  color: #af042f;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 13px;
  font-size: 1.3rem;
}

.transition-common {
  transition: all 0.2s;
}

.shadow-common {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #191919;
  border-radius: 5px 5px 0 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  width: 50%;
}
#toTop .toTop__text {
  display: block;
  text-align: center;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  margin-top: 20px;
  text-align: center;
}

.btn {
  border: none;
  padding: 18px 5%;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.btn.icon::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-size: inherit;
  display: inline-block;
  margin-left: 1ch;
}
.btn.icon.external::after {
  content: "\e89e";
}
.btn.std {
  max-width: 280px;
  margin: 10px auto;
  color: #fff;
  background-color: #48afc4;
}
.btn.std.black {
  background-color: #191919;
}
.btn.disable {
  background-color: #808080 !important;
}
.btn.wide {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 460px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .btn.wide {
    max-width: 280px;
  }
}

a.btn {
  text-decoration: none;
}

a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

.btn-line {
  border-width: 2px;
  border-style: solid;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #48afc4;
  border-color: #48afc4;
}

/* トップページ専用詳細設定 */
.innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

#topView {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  background: url(../images/bg_top.jpg) center center no-repeat;
  background-size: cover;
  /* late-open = opacity: 100 */
}
#topView .logo {
  opacity: 0;
  -webkit-animation: late-open 1s ease-in 0s forwards;
          animation: late-open 1s ease-in 0s forwards;
}
@-webkit-keyframes late-open {
  to {
    opacity: 1;
  }
}
@keyframes late-open {
  to {
    opacity: 1;
  }
}

#contents-body {
  background-color: #fff;
}

#intro {
  position: relative;
  background: url(../images/bg_water.jpg) center center no-repeat;
  background-size: cover;
}
#intro .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: minmax(0, auto);
  grid-gap: 20px;
  align-items: center;
  justify-items: center;
}
@media only screen and (max-width: 600px) {
  #intro .innerWrap {
    grid-template-columns: 1fr;
  }
}
#intro .innerWrap img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 600px) {
  #intro .innerWrap img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
#intro .intro__text {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #48afc4;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
  #intro .intro__text {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#intro #latest {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -180px;
  z-index: 1;
  background-color: #fff;
  border-top: 2px solid #48afc4;
  border-bottom: 2px solid #48afc4;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
#intro #latest .latest__body {
  margin-top: 30px;
  overflow-y: scroll;
  max-height: 360px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
#intro #latest .latest__body li {
  display: grid;
  grid-template-columns: 160px auto;
  grid-template-rows: minmax(0, auto);
  grid-gap: 20px;
  border-bottom: 1px solid #48afc4;
  padding: 20px;
  padding-bottom: 20px;
  line-height: 1.428571429;
}
@media only screen and (max-width: 600px) {
  #intro #latest .latest__body li {
    grid-template-columns: 1fr;
  }
}
#intro #latest .latest__body li img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 600px) {
  #intro #latest .latest__body li img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
#intro #latest .latest__body li:last-child {
  border-bottom: none;
}
#intro #latest .latest__body li a {
  color: #191919;
}

#antidoping {
  background-color: #353f44;
}
#antidoping .innerWrap {
  padding-top: 220px;
}
#antidoping .antidoping_title {
  color: #48afc4;
  text-align: center;
  line-height: 1.2;
  font-size: 32px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 600px) {
  #antidoping .antidoping_title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#antidoping .antidoping_title + p {
  margin-top: 3rem;
  color: #fff;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  #antidoping .antidoping_title + p {
    max-width: inherit;
  }
}

#aboutMg {
  color: #fff;
  background-color: #000;
}
#aboutMg .innerWrap {
  background: url(../images/bg_introAboutMg.jpg) -20% top no-repeat;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 60px;
}
#aboutMg .aboutMg__text {
  padding-left: 40%;
}
@media only screen and (max-width: 600px) {
  #aboutMg .aboutMg__text {
    padding-left: inherit;
    padding-top: 100px;
  }
}
#aboutMg .aboutMg__text .linkRight {
  text-align: right;
  font-family: TeXGyreAdventorBold;
  color: #48afc4;
  font-size: 30px;
  font-size: 3rem;
}
#aboutMg .aboutMg__text .linkRight .light {
  font-family: TeXGyreAdventorRegular;
}
#aboutMg .aboutMg__text .aboutMg__title {
  font-family: TeXGyreAdventorBold;
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
}
#aboutMg .aboutMg__text p {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

#lineup .category .category__head {
  margin-top: 30px;
}
#lineup .category .category__head .category__head--lead {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#lineup .category .category__body {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  #lineup .category .category__body {
    display: inherit;
  }
}
#lineup .category .category__body .block {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #efefef;
  position: relative;
  color: #191919;
}
@media only screen and (max-width: 600px) {
  #lineup .category .category__body .block {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  #lineup .category .category__body .block:not(:first-of-type) {
    margin-top: 30px;
  }
}
#lineup .category .category__body .block .link-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 40px solid #48afc4;
  border-left: 40px solid transparent;
}
#lineup .category .category__body .block .category__icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
#lineup .category .category__body .block .category__icon.informed-sports {
  content: url(../images/InformedSport_Logo_CMYK_JPN.png);
  width: 46px;
}
#lineup .category .category__body .block .category__icon.informed-choice {
  content: url(../images/InformedChoice_Logo_RGB_JPN.jpg);
  width: 46px;
}
#lineup .category .category__body .block .block__inner {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 46px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#lineup .category .category__body .block .block__inner .block__inner--img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#lineup .category .category__body .block .block__inner .block__inner--img img {
  margin-top: 10px;
  width: 90%;
}
#lineup .category .category__body .block .block__inner .block__inner--text .new {
  font-family: "TeXGyreAdventorBold";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #48afc4;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  border: 1px solid #48afc4;
  padding: 3px 1rem;
}
#lineup .category .category__body .block .block__inner .block__inner--text h4 {
  line-height: 1;
}

#recommend {
  color: #fff;
  margin-bottom: var(--footer-height);
  position: relative;
  height: 50vh;
}
#recommend::before {
  background-image: url(../images/bgimg/lu232.jpg);
}
#recommend .innerWrap {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#recommend .innerWrap .recommend__title {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#recommend .innerWrap .recommend__title + p {
  margin-top: 20px;
}
/*# sourceMappingURL=home.css.map */