@charset "UTF-8";
#sport_baseball {
  overflow-x: hidden;
}
#sport_baseball .p-voice {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  background-size: 50vw auto;
  position: relative;
  z-index: 1;
}
.webp #sport_baseball .p-voice {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-honeycomb-wh-tr.webp), url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-honeycomb-wh-bl.webp);
}

.no-webp #sport_baseball .p-voice {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-honeycomb-wh-tr.jpg), url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-honeycomb-wh-bl.jpg);
}

@media (orientation: portrait) {
  #sport_baseball .p-voice {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice {
    padding: 160px 0;
  }
}
#sport_baseball .p-voice .voice__linkList {
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__linkList {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__linkList li {
    margin-bottom: 16px;
  }
  #sport_baseball .p-voice .voice__linkList li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__linkList li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#sport_baseball .p-voice .voice__linkList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #212529;
  border: #212529 1px solid;
  padding: 16px 9%;
  position: relative;
  background-color: white;
}
#sport_baseball .p-voice .voice__linkList li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/twentynineteen/images/sport/baseball/ico-arrow-down-red.svg) no-repeat right center/auto 8px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__linkList li a::after {
    background-size: auto 6px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__linkList li a:hover, #sport_baseball .p-voice .voice__linkList li a:active {
    border: #d1271d 1px solid;
    color: #d1271d;
  }
  #sport_baseball .p-voice .voice__linkList li a:hover::after, #sport_baseball .p-voice .voice__linkList li a:active::after {
    -webkit-filter: initial;
            filter: initial;
    -webkit-transform: translate(0, calc(-50% + 6px));
            transform: translate(0, calc(-50% + 6px));
  }
}
#sport_baseball .p-voice .voice__linkList li .img {
  width: 80px;
  margin-right: 5%;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__linkList li .img {
    width: 100px;
  }
}
#sport_baseball .p-voice .voice__linkList li .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-voice .voice__linkList li .txtArea .team {
    font-size: 1rem;
  }
  #sport_baseball .p-voice .voice__linkList li .txtArea .name {
    font-size: 1rem;
  }
  #sport_baseball .p-voice .voice__linkList li .txtArea .name span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__linkList li .txtArea .team {
    font-size: 1.6rem;
  }
  #sport_baseball .p-voice .voice__linkList li .txtArea .name {
    font-size: 1.6rem;
  }
  #sport_baseball .p-voice .voice__linkList li .txtArea .name span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__linkList li .txtArea .team {
    font-size: 1.2rem;
  }
  #sport_baseball .p-voice .voice__linkList li .txtArea .name {
    font-size: 1.2rem;
  }
  #sport_baseball .p-voice .voice__linkList li .txtArea .name span {
    font-size: 2rem;
  }
}
#sport_baseball .p-voice .voice__contents {
  position: relative;
  z-index: 0;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__contents {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
#sport_baseball .p-voice .voice__contents::before {
  content: "";
  background-color: #d1271d;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-20deg);
          transform: translate(-50%, 0) rotate(-20deg);
  background: -webkit-gradient(linear, left top, right top, from(#d1271d), to(#8c0501));
  background: linear-gradient(to right, #d1271d, #8c0501);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__contents::before {
    top: 30vw;
    width: 180vw;
    height: 120vw;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__contents::before {
    top: 0;
    width: 300vw;
    height: 700px;
  }
}
#sport_baseball .p-voice .voice__contents:first-of-type {
  z-index: 7;
}
#sport_baseball .p-voice .voice__contents:nth-of-type(2) {
  z-index: 6;
}
#sport_baseball .p-voice .voice__contents:nth-of-type(2n - 1) .voice__contents__img {
  left: -20%;
}
#sport_baseball .p-voice .voice__contents:nth-of-type(2n - 1) .voice__contents__main {
  text-align: right;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__contents:nth-of-type(2n - 1) .voice__contents__main {
    margin-left: 30%;
    margin-right: calc(50% - 50vw);
  }
  #sport_baseball .p-voice .voice__contents:nth-of-type(2n - 1) .voice__contents__main .nameArea {
    right: 0;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents:nth-of-type(2n - 1) .voice__contents__main .nameArea {
    padding-right: calc(50vw - 600px);
  }
  #sport_baseball .p-voice .voice__contents:nth-of-type(2n - 1) .voice__contents__main .txtArea__wrap {
    padding-right: calc(50vw - 600px);
  }
}
#sport_baseball .p-voice .voice__contents:nth-of-type(2n - 1) .voice__contents__main .txtArea {
  text-align: left;
}
#sport_baseball .p-voice .voice__contents:nth-of-type(2n) .voice__contents__img {
  right: -20%;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__contents:nth-of-type(2n) .voice__contents__img.is-stop img {
    left: initial;
    right: -20%;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__contents:nth-of-type(2n) .voice__contents__main {
    margin-right: 30%;
    margin-left: calc(50% - 50vw);
  }
  #sport_baseball .p-voice .voice__contents:nth-of-type(2n) .voice__contents__main .nameArea {
    left: 0;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents:nth-of-type(2n) .voice__contents__main .nameArea {
    padding-left: calc(50vw - 600px);
  }
  #sport_baseball .p-voice .voice__contents:nth-of-type(2n) .voice__contents__main .txtArea__wrap {
    padding-left: calc(50vw - 600px);
  }
}
#sport_baseball .p-voice .voice__contents .voice__contents__img {
  position: absolute;
  top: 0;
  width: 112vw;
  max-width: 770px;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__img {
    z-index: 2;
    top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__img {
    z-index: 1;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__img.is-stop {
    position: fixed;
    width: 100vw;
    max-width: 1200px;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__img.is-stop img {
    width: 112vw;
    max-width: 770px;
    position: absolute;
    top: 0;
    left: -20%;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main {
    padding-top: 70vw;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main {
    position: relative;
    z-index: 2;
    padding-top: 160px;
  }
}
#sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea {
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea {
    position: absolute;
    top: 160px;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: "Noto Sans JP", sans-serif;
    font-style: italic;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea .team {
    display: inline-block;
    margin-right: 1rem;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea .name {
    display: inline-block;
  }
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea {
    padding: 1rem 5vw;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea .team {
    font-size: 1rem;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea .name {
    font-size: 1rem;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea .name span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea {
    padding: 1rem 60px 1rem 60px;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea .team {
    font-size: 2.4rem;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea .name {
    font-size: 2.4rem;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea .name span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea {
    position: relative;
    z-index: 3;
    padding: 1rem 5vw;
    margin-bottom: -10vw;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea .team {
    font-size: 1.4rem;
    margin-bottom: 0.3em;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea .name {
    font-size: 1.4rem;
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .nameArea .name span {
    font-size: 2.4rem;
  }
}
#sport_baseball .p-voice .voice__contents .voice__contents__main .comingSoon {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .comingSoon {
    margin-bottom: 24px;
  }
}
#sport_baseball .p-voice .voice__contents .voice__contents__main .comingSoon p {
  opacity: 0.2;
  text-align: center;
  height: 10.8em;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .comingSoon p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .comingSoon p {
    font-size: 1.8rem;
  }
}
#sport_baseball .p-voice .voice__contents .voice__contents__main .comingSoon .comingSoon-label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
          transform: translate(-50%, -50%) rotate(-10deg);
  background-color: #d1271d;
  color: white;
  padding: 0 0.5em 0 0.3em;
  font-size: 2.8rem;
  display: inline-block;
  line-height: 3rem;
  height: 3rem;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .comingSoon .comingSoon-label {
    line-height: 3.8rem;
    height: 4rem;
    font-size: 3.6rem;
  }
}
#sport_baseball .p-voice .voice__contents .voice__contents__main .comingSoon .comingSoon-label::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -8px;
  border-top: 1.5rem solid transparent;
  border-right: 4px solid #d1271d;
  border-bottom: 1.5rem solid #d1271d;
  border-left: 4px solid transparent;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .comingSoon .comingSoon-label::before {
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid #d1271d;
  }
}
#sport_baseball .p-voice .voice__contents .voice__contents__main .comingSoon .comingSoon-label::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -8px;
  border-top: 1.5rem solid #d1271d;
  border-right: 4px solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 4px solid #d1271d;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .comingSoon .comingSoon-label::after {
    border-top: 2rem solid #d1271d;
    border-bottom: 2rem solid transparent;
  }
}
#sport_baseball .p-voice .voice__contents .voice__contents__main .txtArea__wrap {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .txtArea__wrap {
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 28vw 5vw 5vw;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .txtArea__wrap {
    padding: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .txtArea {
    max-height: 200px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, black), to(transparent));
    -webkit-mask-image: linear-gradient(black 0%, black 70%, transparent);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, black), to(transparent));
            mask-image: linear-gradient(black 0%, black 70%, transparent);
  }
  #sport_baseball .p-voice .voice__contents .voice__contents__main .txtArea.is-open {
    -webkit-mask-image: none;
            mask-image: none;
    max-height: 3000px;
  }
}
#sport_baseball .p-voice .voice__contents .voice__contents__main .txtArea .txtTtl {
  line-height: 1.3 !important;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .txtArea .txtTtl {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .txtArea .txtTtl {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .txtArea .txtTtl {
    font-size: 2.8rem !important;
  }
}
#sport_baseball .p-voice .voice__contents .voice__contents__main .txtArea .txtTtl span {
  color: #d1271d;
}
#sport_baseball .p-voice .voice__contents .voice__contents__main .readBtn {
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .readBtn {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-voice .voice__contents .voice__contents__main .toggleBg {
    display: none;
  }
}
#sport_baseball .p-voice .voice__contents .interview {
  border: 1px black solid;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .interview {
    padding: 40px;
  }
}
#sport_baseball .p-voice .voice__contents .interview .interview__ttlArea {
  padding-bottom: 32px;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__ttlArea {
    padding-bottom: 0;
  }
}
#sport_baseball .p-voice .voice__contents .interview .interview__ttl {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.8rem !important;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__ttl {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: white;
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__ttl {
    font-size: 2.1rem !important;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__ttl {
    font-size: 2.5rem !important;
  }
}
#sport_baseball .p-voice .voice__contents .interview .interview__ttlTxt {
  font-size: 2.4rem !important;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__ttlTxt {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__ttlTxt {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__ttlTxt {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__ttlTxt {
    text-align: left;
    font-size: 2rem !important;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__flexWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#sport_baseball .p-voice .voice__contents .interview .interview__imgArea {
  width: 50%;
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__imgArea {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__imgArea {
    width: 270px;
    margin-right: 32px;
  }
  #sport_baseball .p-voice .voice__contents .interview .interview__imgArea img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
#sport_baseball .p-voice .voice__contents .interview .interview__txtArea {
  padding: 5vw;
  padding-bottom: 0;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__txtArea {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #sport_baseball .p-voice .voice__contents .interview .interview__txtArea p {
    font-size: 1.4rem;
  }
}
#sport_baseball .p-voice .voice__contents .interview .interview__txtArea2 {
  padding: 5vw;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .interview .interview__txtArea2 {
    padding: 0;
    padding-top: 16px;
  }
}
#sport_baseball .p-voice .voice__contents .interview .u-caution {
  color: #212529;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-voice .voice__contents .interview .u-caution {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-voice .voice__contents .interview .u-caution {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
#sport_baseball .p-toggle {
  position: relative;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-toggle:not(.is-open):hover .toggleBtn, #sport_baseball .p-toggle:not(.is-open):active .toggleBtn {
    background-color: black;
  }
}
#sport_baseball .p-toggle .toggleBtn {
  background-color: #d1271d;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 7;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-toggle .toggleBtn {
    width: 38px;
    height: 38px;
  }
}
#sport_baseball .p-toggle .toggleBtn::before, #sport_baseball .p-toggle .toggleBtn::after {
  content: "";
  display: block;
  background-color: white;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-toggle .toggleBtn::before, #sport_baseball .p-toggle .toggleBtn::after {
    width: 18px;
    height: 2px;
  }
}
#sport_baseball .p-toggle .toggleBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#sport_baseball .p-toggle .toggleBtn.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-toggle .toggleBtn:hover, #sport_baseball .p-toggle .toggleBtn:active {
    background-color: black;
  }
}
#sport_baseball .p-toggle .toggleBtn--readMore {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  width: 200px;
  cursor: pointer;
  text-align: center;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-toggle .toggleBtn--readMore {
    position: absolute;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-toggle .toggleBtn--readMore {
    padding: 8px 60px 10px 0;
    width: 100%;
    top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-toggle .toggleBtn--readMore {
    padding-right: 30px;
  }
}
#sport_baseball .p-toggle .toggleBtn--readMore span {
  display: block;
}
#sport_baseball .p-toggle .toggleBtn--readMore .readMore__close {
  display: none;
}
#sport_baseball .p-toggle .toggleBtn--readMore.is-open .readMore__open {
  display: none;
}
#sport_baseball .p-toggle .toggleBtn--readMore.is-open .readMore__close {
  display: block;
}
#sport_baseball .p-toggle .toggleBtn--readMore::before, #sport_baseball .p-toggle .toggleBtn--readMore::after {
  content: "";
  display: block;
  background-color: black;
  width: 28px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-toggle .toggleBtn--readMore::before, #sport_baseball .p-toggle .toggleBtn--readMore::after {
    right: 50%;
    margin-right: -80px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-toggle .toggleBtn--readMore::before, #sport_baseball .p-toggle .toggleBtn--readMore::after {
    width: 18px;
    height: 2px;
  }
}
#sport_baseball .p-toggle .toggleBtn--readMore::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#sport_baseball .p-toggle .toggleBtn--readMore.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#sport_baseball .p-toggle .toggleBg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
  cursor: pointer;
}
#sport_baseball .p-toggle .toggleBg.is-open {
  bottom: initial;
}
#sport_baseball .p-btn--doubleArrow, #sport_baseball .p-btn--doubleArrow--s {
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
  color: black;
  border: 1px black solid;
  width: 100%;
  max-width: 550px;
  padding: 20px;
  padding-right: 32px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  word-break: keep-all;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-btn--doubleArrow, #sport_baseball .p-btn--doubleArrow--s {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-btn--doubleArrow, #sport_baseball .p-btn--doubleArrow--s {
    font-size: 1.4rem;
    padding: 16px;
    padding-right: 32px;
  }
}
#sport_baseball .p-btn--doubleArrow::after, #sport_baseball .p-btn--doubleArrow--s::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 21px;
  height: 24px;
  background: url(/wp-content/themes/twentynineteen/images/sport/baseball/ico-arrow-next-double-bk.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-btn--doubleArrow::after, #sport_baseball .p-btn--doubleArrow--s::after {
    width: 18px;
    height: 20px;
  }
}
#sport_baseball .p-btn--doubleArrow:hover, #sport_baseball .p-btn--doubleArrow--s:hover, #sport_baseball .p-btn--doubleArrow:active, #sport_baseball .p-btn--doubleArrow--s:active {
  background-color: black;
  color: white;
}
#sport_baseball .p-btn--doubleArrow:hover::after, #sport_baseball .p-btn--doubleArrow--s:hover::after, #sport_baseball .p-btn--doubleArrow:active::after, #sport_baseball .p-btn--doubleArrow--s:active::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#sport_baseball .p-btn--doubleArrow--s {
  max-width: 390px;
}
#sport_baseball .p-lineUp {
  padding: 80px 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50vw auto;
  background-color: #1e1e1e;
  position: relative;
  z-index: 2;
}
.webp #sport_baseball .p-lineUp {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-honeycomb-bk-tl.webp);
}

.no-webp #sport_baseball .p-lineUp {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-honeycomb-bk-tl.jpg);
}

@media (orientation: portrait) {
  #sport_baseball .p-lineUp {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp {
    padding: 160px 0 0;
  }
}
#sport_baseball .p-lineUp .lineUp__linkList {
  max-width: 1100px;
}
@media screen and (max-width: 1280px) {
  #sport_baseball .p-lineUp .lineUp__linkList {
    max-width: 600px;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__linkList ul {
    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;
    gap: 40px;
  }
}
#sport_baseball .p-lineUp .lineUp__linkList ul li {
  margin-bottom: 5%;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__linkList ul li {
    width: calc((100% - 40px) / 2);
    margin-bottom: 0;
  }
}
#sport_baseball .p-lineUp .lineUp__linkList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212529;
  height: 100%;
  padding: 4%;
  padding-right: 13%;
  position: relative;
  background-color: white;
  text-decoration: none;
  border: #1e1e1e 1px solid;
}
#sport_baseball .p-lineUp .lineUp__linkList ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/twentynineteen/images/sport/baseball/ico-arrow-down-red.svg) no-repeat right center/auto 8px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__linkList ul li a::after {
    background-size: auto 6px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__linkList ul li a:hover, #sport_baseball .p-lineUp .lineUp__linkList ul li a:active {
    border: #d1271d 1px solid;
    color: #d1271d;
  }
  #sport_baseball .p-lineUp .lineUp__linkList ul li a:hover::after, #sport_baseball .p-lineUp .lineUp__linkList ul li a:active::after {
    -webkit-filter: initial;
            filter: initial;
    -webkit-transform: translate(0, calc(-50% + 6px));
            transform: translate(0, calc(-50% + 6px));
  }
}
#sport_baseball .p-lineUp .lineUp__linkList .lineUp__linkList__img {
  width: 79px;
  margin-right: 5%;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__linkList .lineUp__linkList__img {
    width: 158px;
  }
}
#sport_baseball .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#sport_baseball .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .ttl {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .ttl {
    font-size: 2.8rem;
  }
}
#sport_baseball .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .ttl__jp {
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  font-size: 1rem;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .ttl__jp {
    font-size: 1.2rem;
  }
}
#sport_baseball .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .txt {
  font-size: 1rem;
  padding-top: 0.7em;
  border-top: 1px #212529 solid;
  line-height: 1.3;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__linkList .lineUp__linkList__txtarea .txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__section:nth-of-type(2n-1) .lineUp__sectionTtl {
    padding-left: 60%;
    background-position: left top;
  }
  #sport_baseball .p-lineUp .lineUp__section:nth-of-type(2n-1) .lineUp__sectionTtl::before {
    left: 60%;
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
            transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__section:nth-of-type(2n) .lineUp__sectionTtl {
    padding-right: 65%;
    background-position: right top;
  }
  #sport_baseball .p-lineUp .lineUp__section:nth-of-type(2n) .lineUp__sectionTtl::before {
    right: 60%;
    -webkit-transform: translate(50%, -50%) rotate(20deg);
            transform: translate(50%, -50%) rotate(20deg);
  }
}
#sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl {
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 90px 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl {
    background-size: 60% auto;
    background-color: black;
    position: relative;
    overflow: hidden;
  }
  #sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl::before {
    content: "";
    position: absolute;
    top: 50%;
    background-color: black;
    width: 6%;
    height: 150%;
  }
}
.webp #sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl._protection {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-lineup_protection.webp);
}

.no-webp #sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl._protection {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-lineup_protection.jpg);
}

.webp #sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl._performance {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-lineup_performance.webp);
}

.no-webp #sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl._performance {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-lineup_performance.jpg);
}

@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl._performance {
    background-position: right 30%;
  }
}
.webp #sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl._conditioning {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-lineup_conditioning.webp);
}

.no-webp #sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl._conditioning {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/bg-lineup_conditioning.jpg);
}

#sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl .en {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.8rem;
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl .en {
    font-size: 3.6rem;
  }
}
#sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl .jp {
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  font-size: 1.2rem;
  display: block;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__section .lineUp__sectionTtl .jp {
    font-size: 1.8rem;
  }
}
#sport_baseball .p-lineUp .lineUp__categorySection {
  position: relative;
  padding: 70px 0 110px;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__categorySection {
    padding: 100px 0 150px;
  }
}
#sport_baseball .p-lineUp .lineUp__categorySection:nth-of-type(2n)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #f5f5f5;
}
#sport_baseball .p-lineUp .lineUp__categorySection::before {
  content: "";
  background-color: white;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#sport_baseball .p-lineUp .lineUp__categorySection .lineUp__categorySection__ico {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
  background: url(/wp-content/themes/twentynineteen/images/sport/baseball/fig-honeycomb-bk.svg) no-repeat center center/contain;
  padding: 2.2rem 0 1.9rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__categorySection .lineUp__categorySection__ico {
    font-size: 2.4rem;
    padding: 3rem 0 2.7rem;
  }
}
#sport_baseball .p-lineUp .lineUp__categorySection .lineUp__categorySection__ico .num {
  font-size: 4rem;
  display: block;
  margin-right: 0.15em;
  margin-top: 0.05em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__categorySection .lineUp__categorySection__ico .num {
    font-size: 4.6rem;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item {
    width: 45%;
    margin-bottom: -10%;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item:last-of-type {
  margin-bottom: 0;
}
#sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n - 1) .main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n - 1) .main .itemImg {
  right: -20vw;
  margin-left: -72vw;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n - 1) .main .itemImg {
    right: -15%;
    margin-left: -72%;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n - 1) .main .itemInfoWrap .itemTtl {
  margin-left: -5vw;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n - 1) .main .itemInfoWrap .itemTtl {
    margin-left: -3%;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n - 1) .item__toggleBtn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n) .main .itemImg {
  left: -20vw;
  margin-right: -72vw;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n) .main .itemImg {
    left: -15%;
    margin-right: -72%;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap {
  text-align: right;
}
#sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap .itemTtl {
  text-align: right;
  margin-right: -5vw;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap .itemTtl {
    margin-right: -3%;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap .itemNameWrap {
  margin-right: 0;
  margin-left: auto;
}
#sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap .itemName {
  text-align: right;
}
#sport_baseball .p-lineUp .lineUp__itemList .item:nth-of-type(2n) .main .itemInfoWrap .itemIcon {
  margin-right: 0;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -24px;
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemImg {
  position: relative;
  z-index: 1;
  top: 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemImg {
    width: 75%;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemImg .mask img {
  width: 100%;
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemTtl {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemTtl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemTtl {
    font-size: 2.8rem;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemTtl span {
  padding: 0.2em 5vw;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemTtl span {
    padding: 0.1em 3%;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemNameWrap {
  border-bottom: 1px #d1271d solid;
  padding-bottom: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemNameWrap {
    line-height: 1;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemNum {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemNum {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemNum {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 1.2rem;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemName {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemName {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemName {
    display: inline-block;
    font-size: 1.8rem;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .new {
  background-color: #d1271d;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  color: white;
  padding: 0.1em 1em 0.1em;
  font-size: 1.4rem;
  margin-left: 0.7em;
  display: inline-block;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .new {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .new {
    font-size: 1.6rem;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 8px;
  margin-top: 0.6rem;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon {
    gap: 6px 12px;
    margin-top: 1rem;
    width: 60%;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon > li.br {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .yamada img {
    width: 38px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .yamada img {
    width: 53.2px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .wraptype img {
    width: 41px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .wraptype img {
    width: 57.4px;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .wraptype.pt {
  padding-top: 1%;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .wraptype.pt {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .breathable img {
    width: 55px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .breathable img {
    width: 77px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .breathable2mm img {
    width: 53px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .breathable2mm img {
    width: 74.2px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .keepwarm3mm img {
    width: 54px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .keepwarm3mm img {
    width: 75.6px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .sleeve img {
    width: 53px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .sleeve img {
    width: 74.2px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .basic img {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .basic img {
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .compression img {
    width: 41.5px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .compression img {
    width: 58.1px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .targeted img {
    width: 54px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .targeted img {
    width: 75.6px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .cross img {
    width: 44.5px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .cross img {
    width: 62.3px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .dankaichakuatsu img {
    width: 48px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .dankaichakuatsu img {
    width: 67.2px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hex--s img {
    width: 55px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hex--s img {
    width: 77px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hdc--s img {
    width: 52px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hdc--s img {
    width: 72.8px;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hdc img {
    width: 79.5px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon .hdc img {
    width: 111.3px;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon p {
  font-size: 0.8rem;
  font-weight: bold;
  color: #d1271d;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 0.3em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon p {
    margin-top: 0.5em;
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon p {
    margin-left: 0.3em;
    font-size: 1.2rem;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon p span {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon p span {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .main .itemInfoWrap .itemIcon p span {
    font-size: 1.4rem;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail {
  display: none;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail {
    padding-bottom: 64px;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemDetail {
  margin-bottom: 20px;
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemDetail li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.4rem;
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemDetail li::before {
  content: "・";
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemDetail li {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemDetail li {
    font-size: 1.4rem;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink .itemLink__ttl {
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  font-size: 1.4rem;
  border-left: 4px #d1271d solid;
  padding-left: 0.5em;
  margin-bottom: -0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink .itemLink__ttl {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink .itemLink__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li {
  border-bottom: 1px #999 solid;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li {
    border-bottom: none;
    width: 47.5%;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li:last-child {
  border-bottom: none;
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a {
  display: block;
  position: relative;
  color: #212529;
  text-decoration: none;
  padding: 0.5em 5% 0.5em 0;
  line-height: 1.3;
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a:active {
  color: #d1271d;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a:hover {
    color: #d1271d;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/twentynineteen/images/sport/basketball/ico-arrow-next-red.svg) no-repeat right center/8px auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a::after {
    background-size: 6px auto;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a .itemLink__num {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a .itemLink__num {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a .itemLink__num {
    font-size: 1.2rem;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a .itemLink__name {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a .itemLink__name {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a .itemLink__name {
    font-size: 1.4rem;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a .itemLink__name .new {
  background-color: #d1271d;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 0 0.7em 0.1em 0.5em;
  font-size: 1rem;
  margin-left: 0.7em;
  display: inline-block;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .detail .itemLink li a .itemLink__name .new {
    font-size: 1.2rem;
  }
}
#sport_baseball .p-lineUp .lineUp__itemList .item .item__toggleBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: relative;
  z-index: 8;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__itemList .item .item__toggleBtn {
    width: 100%;
    margin: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
#sport_baseball .p-lineUp .lineUp__otherBrand {
  background-color: white;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__logo {
  text-align: center;
  padding: 16px 0 12px;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__logo {
    padding: 26px 0 24px;
  }
}
#sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__logo._shockDoctor {
  background-color: #ff671d;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__logo._shockDoctor img {
    width: 133.5px;
  }
}
#sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__logo._cutters {
  background-color: #00b833;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__logo._cutters img {
    width: 150.5px;
  }
}
#sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__logo._kttape {
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__logo._kttape img {
    width: 109px;
  }
}
#sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main {
  padding: 8% 5%;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main {
    padding: 5%;
  }
}
#sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main .otherBrand__contents {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main .otherBrand__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main .otherBrand__txtWrap {
    width: 55%;
  }
}
#sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main .otherBrand__name {
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 8%;
  margin-top: 0 !important;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main .otherBrand__name {
    text-align: left;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main .otherBrand__name {
    font-size: 2.4rem;
  }
}
#sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main .otherBrand__img {
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main .otherBrand__img {
    width: 43%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main .otherBrand__txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__otherBrand .otherBrand__main .otherBrand__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__sleeve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__sleeve .sleeve__img {
    width: 50%;
    margin-right: 5%;
  }
}
#sport_baseball .p-lineUp .lineUp__sleeve .sleeve__txtWrap {
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__sleeve .sleeve__txtWrap {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#sport_baseball .p-lineUp .lineUp__sleeve .sleeve__txtWrap .sleeve__ttl {
  font-size: 1.8rem;
  margin-left: -5vw;
  line-height: 1.1;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__sleeve .sleeve__txtWrap .sleeve__ttl {
    font-size: 2rem;
    margin-left: -3%;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__sleeve .sleeve__txtWrap .sleeve__ttl {
    font-size: 2.8rem;
  }
}
#sport_baseball .p-lineUp .lineUp__sleeve .sleeve__txtWrap .sleeve__ttl span {
  padding: 0.2em 5vw;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__sleeve .sleeve__txtWrap .sleeve__ttl span {
    padding: 0.1em 3%;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__sleeve .sleeve__txtWrap p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-lineUp .lineUp__sleeve .sleeve__txtWrap p {
    font-size: 1.6rem;
  }
}
#sport_baseball .p-lineUp .lineUp__sleeve .sleeve__txtWrap .sleeve__btn {
  margin-top: 2rem;
  padding: 0 5vw;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-lineUp .lineUp__sleeve .sleeve__txtWrap .sleeve__btn {
    padding: 0;
    margin-top: 4rem;
  }
}
#sport_baseball .p-conditioning {
  padding: 80px 0 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-conditioning {
    padding: 160px 0 0;
  }
}
#sport_baseball .p-conditioning .conditioning__section {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-conditioning .conditioning__section {
    padding: 80px 0;
  }
}
#sport_baseball .p-conditioning .conditioning__section:nth-of-type(2n-1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: white;
}
#sport_baseball .p-conditioning .conditioning__section .conditioning__ttl {
  margin-left: -5vw;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__ttl {
    margin-left: -3%;
    margin-bottom: 0.7em;
  }
}
#sport_baseball .p-conditioning .conditioning__section .conditioning__ttl span {
  padding: 0.2em 5vw;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__ttl span {
    padding: 0.1em 3%;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__ttl span {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#sport_baseball .p-conditioning .conditioning__section .conditioning__img {
  margin: 16px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__img._w100 {
    width: 100vw;
    margin: 16px calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__img {
    width: 50%;
    margin-right: 5%;
  }
}
#sport_baseball .p-conditioning .conditioning__section .conditioning__txt {
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__txt .toggle__detail {
    padding-bottom: 1em;
    max-height: 80px;
    overflow: hidden;
    font-size: 1.4rem;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, black), to(transparent));
    -webkit-mask-image: linear-gradient(black 0%, black 70%, transparent);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, black), to(transparent));
            mask-image: linear-gradient(black 0%, black 70%, transparent);
  }
  #sport_baseball .p-conditioning .conditioning__section .conditioning__txt .toggle__detail.is-open {
    -webkit-mask-image: none;
            mask-image: none;
    max-height: 3000px;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__txt .toggleBtn--readMore, #sport_baseball .p-conditioning .conditioning__section .conditioning__txt .toggleBg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__movieWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
  }
}
#sport_baseball .p-conditioning .conditioning__section .conditioning__movie {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__movie {
    width: 47.5%;
  }
}
#sport_baseball .p-conditioning .conditioning__section .conditioning__movie:last-child {
  margin-bottom: 0;
}
#sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__subTtl {
  border-left: 4px #d1271d solid;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  padding-left: 0.5em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__subTtl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__subTtl {
    font-size: 1.8rem;
  }
}
#sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__movieTmb {
  border: 1px #cccccc solid;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__movieTmb::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 70px;
  height: 42px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.webp #sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__movieTmb::after {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/ico-movie.webp);
}

.no-webp #sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__movieTmb::after {
  background-image: url(/wp-content/themes/twentynineteen/images/sport/baseball/ico-movie.jpg);
}

@media screen and (min-width: 768px) {
  #sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__movieTmb:hover, #sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__movieTmb:active {
    border: 1px #d1271d solid;
    cursor: pointer;
  }
  #sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__movieTmb:hover::after, #sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__movieTmb:active::after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
#sport_baseball .p-conditioning .conditioning__section .conditioning__movie .conditioning__movieTmb img {
  width: 100%;
}
#sport_baseball .p-shop {
  padding: 80px 0 40px;
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-shop {
    padding: 160px 0 80px;
  }
}
#sport_baseball .p-shop .shop__ttl {
  margin-left: -5vw;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-shop .shop__ttl {
    margin-left: -3%;
    margin-bottom: 0.7em;
  }
}
#sport_baseball .p-shop .shop__ttl span {
  padding: 0.2em 5vw;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-shop .shop__ttl span {
    padding: 0.1em 3%;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-shop .shop__ttl span {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-shop .shop__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#sport_baseball .p-shop .shop__img {
  margin: 16px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-shop .shop__img._w100 {
    width: 100vw;
    margin: 16px calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-shop .shop__img {
    width: 50%;
    margin-right: 5%;
  }
}
#sport_baseball .p-shop .shop__txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-shop .shop__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1281px) {
  #sport_baseball .p-shop .shop__txt {
    font-size: 1.6rem;
  }
}
#sport_baseball .p-tagline {
  padding-top: 9rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sport_baseball .p-tagline {
    padding-top: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #sport_baseball .p-tagline {
    padding-top: 5rem;
  }
}
#sport_baseball .p-tagline img {
  width: 320px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-tagline img {
    width: 265px;
  }
}
#sport_baseball .p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow-y: auto;
}
#sport_baseball .p-modal .modal__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: calc(100% - 100px);
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #sport_baseball .p-modal .modal__contents {
    width: 94%;
  }
}
#sport_baseball .p-modal .modal__contents .movie {
  position: absolute;
  width: 100%;
  max-height: 100%;
  aspect-ratio: 16/9;
}
#sport_baseball .p-modal .modal__contents iframe {
  width: 100%;
  height: 100%;
}
#sport_baseball .p-modal .modal__contents .modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: 0;
  text-indent: -1000px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #sport_baseball .p-modal .modal__contents .modal__close {
    top: -20px;
    right: -40px;
  }
}
#sport_baseball .p-modal .modal__contents .modal__close::before, #sport_baseball .p-modal .modal__contents .modal__close::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#sport_baseball .p-modal .modal__contents .modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#sport_baseball .p-modal .modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}