@charset "UTF-8";
.bcs_header ul.bcs_navi a , .footer ul.bcs_footer-list a{
 font-family: 'Arial','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Sans GB W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 1025px) {
  .header2 {
    position: relative;
    z-index: 5;
    width: 100%;
    background: linear-gradient(90.39deg, #1552AE 0%, #133260 100%);
    padding: 40px 0 30px;
  }
  .header2__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px 30px;
    gap: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header2__bar .menu-btn {
    display: none;
  }
  .header2 .nav2 {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header2 .nav2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .header2 .nav2 li {
    list-style: none;
  }
  .header2 .nav2 li.link-sp {
    display: none;
  }
  .header2 .nav2 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .header2 .nav2 a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1025px) {
  .header2 .nav2 .sub-link {
    display: none;
  }
  .header2 .nav2 .logo-2 {
    display: none;
  }
  .header2__bar--menu {
    display: none;
  }
}
.logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo img {
  display: block;
  height: auto;
}
.logo .logo-sp {
  display: none;
}

.menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  gap: 6px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.menu-btn .menu-text {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 2px;
}
.menu-btn .menu-icon {
  position: relative;
  width: 100%;
  height: 2px;
  background: #fff;
}
.menu-btn .menu-icon::before, .menu-btn .menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.menu-btn .menu-icon::before {
  top: -6px;
}
.menu-btn .menu-icon::after {
  top: 6px;
}
.menu-btn.active .menu-icon {
  background: transparent;
}
.menu-btn.active .menu-icon::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 0;
}
.menu-btn.active .menu-icon::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 0;
}

@media screen and (max-width: 1025px) {
  .menu-open .bcs_header {
    z-index: 4;
  }
  .menu-open .nav2 .logo-2 {
    display: block;
  }
  .header2 {
    padding: 15px 10px;
    background: linear-gradient(90.39deg, #1552AE 0%, #133260 100%);
  }
  .header2__inner {
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .header2__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 100;
  }
  .header2__bar .logo img {
    max-width: 200px;
    max-height: 37px;
  }
  .logo .logo-pc {
    display: none;
  }
  .logo .logo-sp {
    display: block;
    width: 160px;
  }
  .nav2 {
    position: absolute;
    inset: 0;
    pointer-events: none;
    padding: 32px 30px 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1025px) and (max-width: 1025px) {
  .nav2 .header2__bar {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .nav2.active {
    position: fixed;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
    z-index: 99;
    background: -webkit-gradient(linear, left top, right top, from(#1451AB), color-stop(50%, #133262));
    background: linear-gradient(90deg, #1451AB 0%, #133262 50%);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
    will-change: transform;
  }
}
@media screen and (max-width: 1025px) and (max-width: 1025px) {
  .nav2.active .header2__bar,
  .nav2.active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav2.active .logo-2 {
    display: block !important;
  }
}
@media screen and (max-width: 1025px) {
  .nav2 ul {
    margin-top: 26px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    list-style: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nav2 li {
    position: relative;
  }
  .nav2 li::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 50px;
    height: 1px;
    background: rgba(19, 51, 97, 0.7);
  }
  .nav2 li:last-child::after {
    display: none;
  }
  .nav2 li.link-sp {
    display: block;
  }
  .nav2 li.link-pc {
    display: none;
  }
  .nav2 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #133361;
    text-decoration: none;
    display: block;
  }
  .nav2 .sub-link {
    display: block;
    margin-top: 14px;
  }
  .logo-2 {
    margin: 30px auto 0;
    display: none !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .logo-2 img {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.bcs_sport_footer {
  padding-block: 43px;
  background: #133260;
}
@media screen and (max-width: 640px) {
  .bcs_sport_footer {
    padding-block: 46px;
  }
}
.bcs_sport_footer .inner {
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .bcs_sport_footer .inner {
    width: 1200px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .bcs_sport_footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.bcs_sport_footer .logo {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .bcs_sport_footer .logo {
    width: 195px;
    height: 100%;
  }
}
.bcs_sport_footer .logo img {
  width: 100%;
  height: 100%;
}
.bcs_sport_footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 30px;
  max-width: 506px;
}
@media screen and (max-width: 640px) {
  .bcs_sport_footer .menu {
    max-width: auto;
    gap: 20px 24px;
  }
}
@media screen and (max-width: 640px) {
  .bcs_sport_footer .menu_item {
    width: calc(50% - 12px);
  }
}
.bcs_sport_footer .menu_link {
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .bcs_sport_footer .menu_link:hover {
    opacity: 0.7;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1025px) {
  .onlyPC {
    display: none;
  }
  .header2--pc {
    display: none;
  }
  .header2--sp {
    display: block;
  }
}
/* ============= Root ============= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onlyPC {
  display: block;
}

.bcs_sport {
  padding-bottom: 90px;
}
.bcs_sport .inner {
  width: 980px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

/* ============= Components ============= */
.bcs_sport .breadcrumb {
  width: 1240px;
  max-width: 100%;
  margin-inline: auto;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .bcs_sport .breadcrumb {
    padding: 10px 20px;
  }
}
.bcs_sport .breadcrumb_list {
  display: inline;
}
.bcs_sport .breadcrumb_item {
  display: inline;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .bcs_sport .breadcrumb_item {
    font-size: 10px;
  }
}
.bcs_sport .breadcrumb_item:not(:has(> span))::after {
  content: ">";
  color: #969696;
  display: inline-block;
  margin-left: 5px;
}
.bcs_sport .breadcrumb_item > a,
.bcs_sport .breadcrumb_item > span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  text-decoration: none;
  color: #969696;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bcs_sport .breadcrumb_item > span {
  color: #333333;
}
@media (hover: hover) and (pointer: fine) {
  .bcs_sport .breadcrumb_item > a:hover {
    color: #333333;
  }
}
.bcs_sport .mv_inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 60px;
  padding-inline: 20px;
}
.bcs_sport .mv_heading {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
}
.bcs_sport .mv_heading_en {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 56px;
}
.bcs_sport .mv_heading_en::first-letter {
  color: #1451AB;
}
.bcs_sport .mv_heading_jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.bcs_sport .mv_heading_jp::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bcs_sport .btn_group {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.bcs_sport .btn_main {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 0;
  background: -webkit-gradient(linear, right top, left top, from(#001129), to(#1F529A));
  background: linear-gradient(-90deg, #001129 0%, #1F529A 100%);
  border-radius: 6px;
  width: 300px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}
.bcs_sport .btn_main.white {
  background: #fff;
  color: #133361;
}
.bcs_sport .btn_main > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-inline: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: currentColor;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .bcs_sport .btn_main:hover {
    opacity: 0.7;
  }
  .bcs_sport .btn_main:hover::after {
    -webkit-animation: arrowFly 1s cubic-bezier(0.19, 1, 0.22, 1);
            animation: arrowFly 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.bcs_sport .btn_main::after {
  content: "";
  width: 56px;
  height: 41px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-mask: url("../img/arrow-right.svg") center/16px auto no-repeat;
          mask: url("../img/arrow-right.svg") center/16px auto no-repeat;
  background-color: currentColor;
}

.bcs_footer-list, .bcs_copy-right {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

.topicpath {
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  margin: 0 auto;
}
.topicpath ol {
  padding: 20px 0;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
}
.topicpath ol li a {
  background: transparent;
  padding: 0;
}
.topicpath ol li a::after {
  font-family: "Noto Sans", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 12px;
  content: ">";
  color: #969696;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (min-width: 639px) {
  body .topicpath {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body .topicpath ol {
    padding: 20px;
  }
}
.golf-btn1 {
  margin: 60px auto 0;
  text-align: center;
}

.button-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .button-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.hero__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  padding: 14px 0;
  background: -webkit-gradient(linear, right top, left top, from(#001129), to(#1F529A));
  background: linear-gradient(270deg, #001129 0%, #1F529A 100%);
  border-radius: 6px;
  width: 300px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.hero__btn.bg-main {
  background: #fff;
}
.hero__btn.bg-main span {
  color: #133361;
}
.hero__btn.bg-main .icon::before {
  border-color: #133361;
}
.hero__btn.bg-main .icon::after {
  background-color: #133361;
}
.hero__btn span {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  width: calc(100% - 60px);
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .hero__btn:hover {
    opacity: 0.7;
  }
}
.hero__btn .icon {
  position: relative;
  width: 60px;
  height: 41px;
}
.hero__btn .icon.icon-down::after {
  right: 15px;
  top: 21.5px;
  -webkit-mask: url("../img/arrow-down.svg") no-repeat center/contain;
  mask: url("../img/arrow-down.svg") no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hero__btn .icon::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 41px;
  border-left: 1px solid #fff;
}
.hero__btn .icon::after {
  position: absolute;
  right: 20.5px;
  top: 12.5px;
  content: "";
  width: 15px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url("../img/arrow-right.svg");
  mask-image: url("../img/arrow-right.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (hover: hover) and (pointer: fine) {
  .hero__btn:hover .icon::after {
    -webkit-animation: arrowFly 1s cubic-bezier(0.19, 1, 0.22, 1);
            animation: arrowFly 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .hero__btn:hover .icon.icon-down::after {
    -webkit-animation: arrowDown 1.2s cubic-bezier(0.19, 1, 0.22, 1);
            animation: arrowDown 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@-webkit-keyframes arrowFly {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  36% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrowFly {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  36% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.service__heading h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #333333;
  text-align: left;
}
.service__heading h1::first-letter {
  color: #1552AE;
}
.service__heading h1 span {
  position: relative;
  color: #333333;
  padding-left: 14px;
  font-weight: 700;
}
.service__heading h1 span::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333333;
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

.hero__inner {
  width: 100%;
  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;
  gap: 60px;
  padding: 55px 0px 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hero__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 510px;
          flex: 0 0 510px;
}
@media (min-width: 768px) {
  .hero__left .hero-logo {
    max-width: 511px;
    max-height: 180px;
  }
}

.hero__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.hero__tag {
  font-size: 14px;
  font-weight: 600;
  color: #1f4c8f;
  margin-bottom: 12px;
}

.hero__title {
  font-size: 52px;
  font-weight: 700;
  color: #0b2b55;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero__desc {
  font-size: 16px;
  line-height: 2;
  color: #133361;
  margin: 25px 0 40px 41px;
  max-width: 460px;
  font-weight: 500;
}
.hero__desc span {
  font-weight: 700;
  color: #133361;
}

.mySwiper {
  width: 100%;
  overflow: hidden;
}

.swiper {
  width: 100%;
  padding: 0 20px 31px;
}

.mySwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #fff;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 14px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: #133361;
  }
}

.swiper-button-next {
  background-image: url("../img/arrow-next-blue.svg");
}

.swiper-button-prev {
  background-image: url("../img/arrow-prev-blue.svg");
}

.swiper-pagination-bullet {
  background: #CCCCCC;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #133361;
}

.container-full {
  max-width: 100%;
  margin: 0 auto;
}

.service {
  background: url("../img/service-bg.png") center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
}
.service__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 100px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: transparent;
  height: auto;
  padding: 0;
  margin: 0 0 80px;
}
.service__title span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: block;
  margin-top: 10px;
  font-style: normal;
}
.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  color: #fff;
}
.service__item.reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
}
.service__item.reverse .service__content {
  padding: 0;
  max-width: 460px;
}
.service__images img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service__content h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #fff;
}
.service__content h3 span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin-left: 14px;
}
.service__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  max-width: 460px;
  margin: 20px 0 40px;
}
.service__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news {
  padding: 80px 40px;
  background: #ffffff;
  height: auto;
  overflow: hidden;
}
.news__title {
  color: #333333;
  text-align: left;
  margin: 0 0 60px;
}
.news__title::first-letter {
  color: #1552AE;
}
.news__title span {
  color: #000000;
}
.news__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.news__list a {
  text-decoration: none;
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.news__item a {
  display: block;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news__item img {
  width: 200px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .news__item:hover {
    cursor: pointer;
  }
  .news__item:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .news__item:hover span {
    opacity: 0.7;
  }
  .news__item:hover p {
    color: #e50010;
  }
  .news__item:hover .title {
    color: #E60012;
  }
}
.news__item span {
  font-weight: 700;
  font-size: 12px;
  background-color: #1451AB;
  color: #fff;
  padding: 1px 10px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
}
.news__item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  margin: 8px 0;
  display: block;
  text-decoration: none;
}
.news__item p {
  font-size: 16px;
  line-height: 1.5;
}

.shop__overlay {
  background: url("../img/shop-bg.png") center/cover no-repeat;
  padding: 60px 0 70px;
  height: 388px;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop__overlay h2 {
  color: #fff;
  margin-bottom: 40px;
}
.shop__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}

@media (max-width: 768px) {
  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 0;
    gap: 50px;
  }
  .hero__left, .hero__right {
    width: 100%;
  }
  .hero__title {
    font-size: 34px;
  }
  .hero__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hero__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding-bottom: 60px;
  }
  .hero-logo {
    width: calc(100% - 20px);
    max-width: 811px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero__desc {
    width: calc(100% - 40px);
    margin: 30px auto;
    padding: 0;
  }
  .hero__btn {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero .swiper-button-next,
  .hero .swiper-button-prev {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .mySwiper {
    width: 100%;
    overflow: visible;
  }
  .swiper {
    width: 100%;
    padding: 0;
    padding-bottom: 31px;
    overflow: visible;
  }
  .service {
    padding: 60px 0;
    background: url("../img/service-bg-sp.png") top/cover no-repeat;
  }
  .service__title {
    font-size: 68px;
    margin: 0 0 60px;
  }
  .service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
    margin-bottom: 90px !important;
  }
  .service__item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0 !important;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .service__item.reverse .service__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
  }
  .service__item.reverse .service__images img {
    float: right;
    max-width: 620px;
  }
  .service__content {
    width: 100%;
    padding: 0 20px !important;
  }
  .service__content h3 {
    font-size: 51px;
  }
  .service__content h3 span {
    display: block;
    margin: 10px 0 0;
  }
  .service__content p {
    max-width: 100%;
  }
  .service__buttons {
    display: block;
  }
  .service__buttons a {
    margin: 0 auto 24px;
    background: #fff;
    text-decoration: none;
  }
  .service__images img {
    width: calc(100% - 20px);
    height: 100%;
  }
  .news {
    padding: 80px 20px;
  }
  .news__title {
    margin: 0 0 30px;
  }
  .news__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .news__list img {
    width: max(29.33vw, 110px);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news__item {
    gap: 10px;
  }
  .news__item .title {
    font-size: 18px;
  }
  .news__item h3 {
    font-size: 18px;
  }
  .shop__overlay {
    padding: 55px 0;
    height: 100%;
  }
  .shop__img {
    margin-inline: auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 60px 20px 90px;
  }
  .shop__img img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .hero__left {
    position: relative;
    margin-left: calc((100vw - 1300px) / 2);
  }
  .hero__left::before {
    content: "";
    position: absolute;
    top: 44px;
    bottom: 0;
    left: calc((100vw - 1200px) / -2);
    width: calc((100vw - 336px) / 2);
    height: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#133361), color-stop(70%, #133361), to(rgba(19, 51, 97, 0)));
    background: linear-gradient(90deg, #133361 0%, #133361 70%, rgba(19, 51, 97, 0) 100%);
    z-index: -1;
  }
  .swiper-slide {
    width: 580px !important;
  }
  .mySwiper img {
    width: 580px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .hero__inner {
    gap: 30px;
  }
  .hero__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(320px, 40%, 480px);
            flex: 0 0 clamp(320px, 40%, 480px);
  }
  .hero__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    overflow: hidden;
  }
  .swiper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

.bicsports-service {
  padding: 20px 0 60px;
  background: #fff;
}
.bicsports-service__inner {
  max-width: 100%;
  margin: 0 auto;
}
.bicsports-service {
  /* ===== TOP ===== */
}
.bicsports-service__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  margin-bottom: 40px;
}
.bicsports-service__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}
.bicsports-service__text p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.bicsports-service__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bicsports-service__image img {
  width: 100%;
  height: auto;
  display: block;
}
.bicsports-service {
  /* ===== NAV ===== */
}
.bicsports-service__nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 956px;
}
.bicsports-service__nav li {
  min-width: 0;
}

@-webkit-keyframes arrowDown {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  40% {
    opacity: 0;
    -webkit-transform: translate(-50%, 24px);
            transform: translate(-50%, 24px);
  }
  41% {
    opacity: 0;
    -webkit-transform: translate(-50%, -38px);
            transform: translate(-50%, -38px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes arrowDown {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  40% {
    opacity: 0;
    -webkit-transform: translate(-50%, 24px);
            transform: translate(-50%, 24px);
  }
  41% {
    opacity: 0;
    -webkit-transform: translate(-50%, -38px);
            transform: translate(-50%, -38px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.golf-card {
  border: 1px solid #1451AB;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.golf-card.golf-card-mb {
  margin-bottom: 40px;
}
.golf-card.golf-card-2 {
  border-radius: 10px 10px 0 0;
}
.golf-card.golf-card-3 {
  border-radius: 0 0 10px 10px;
}
.golf-card__head {
  background: #1451AB;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 0;
}
.golf-card__body {
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.golf-card__body .bg-custom {
  background-color: #F7FF00;
  font-size: 22px;
  font-weight: 700;
  padding: 30px 50px;
  max-width: 342px;
  margin: 0 auto;
}

.golf {
  margin-top: 60px;
  background: #fff;
  padding: 60px 70px;
  border-radius: 10px;
}
.golf.golf-01 {
  margin-top: 140px;
}
.golf.golf-01 ul {
  font-size: 16px;
}
.golf.golf-02 {
  padding: 60px 50px;
}
.golf.golf-02 p {
  margin: 0;
}
.golf h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  color: #1451AB;
  position: relative;
  background: transparent;
  padding-left: 35px;
  margin: 0;
  height: auto;
}
.golf h2::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #1451AB;
}
@media (min-width: 769px) {
  .golf h2::before {
    top: 8px;
  }
}
.golf .golf-img {
  padding: 40px;
}
.golf p {
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 16px;
}
.golf p a {
  color: #356BB3;
  font-weight: 700;
  text-decoration: underline;
  display: inline;
}
.golf .p-red {
  color: #E60012;
  font-weight: 700;
}
.golf .present {
  background: #f5f5f5;
  padding: 50px 40px;
  margin-top: 60px;
}
.golf .present__title {
  color: #e60012;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 1.6;
}
.golf .present__title::before {
  display: none;
}
.golf .present__content {
  max-width: 900px;
  margin: 0 auto;
}
.golf .present__content p {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.7;
}
.golf .present__content ol li {
  list-style-type: auto;
}
.golf .present__content ul li {
  list-style-type: disc;
}
.golf .present__content ul li::marker {
  font-size: 9px;
}
.golf .present__content ol,
.golf .present__content ul {
  margin: 0;
  padding-left: 20px;
}
.golf .present__content ol li,
.golf .present__content ul li {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  font-weight: 400;
}
.golf .present__image {
  margin-top: 30px;
  text-align: center;
}
.golf .present__image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.golf .golf-co3 {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.golf .golf-btn {
  text-align: center;
  margin: 0 auto;
}
.golf.golf-03 p, .golf.golf-04 p {
  margin: 40px 0;
}
.golf.golf-03 .golf-img, .golf.golf-04 .golf-img {
  padding-top: 0;
}

#anshinpack p {
  margin: 0;
}
#anshinpack ul {
  margin-bottom: 30px;
}
#anshinpack ul li {
  font-weight: 400;
  font-size: 16px;
}
#anshinpack .num {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333333;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2px;
}
#anshinpack .golf-btn {
  margin-top: 40px;
}

#maintenance p {
  margin: 40px 0 20px;
  font-size: 16px;
}
#maintenance ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
#maintenance ul p {
  margin: 0;
}
#maintenance ul img {
  padding: 0;
}

@media (max-width: 1024px) {
  .grid12,
  #container {
    width: 100%;
  }
  .bicsports-service__nav ul {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 700px;
  }
  .golf .golf-img {
    width: 100%;
    height: 100%;
    padding: 30px 0;
  }
  .golf-btn1 a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 768px) {
  .bicsports-service {
    padding: 0;
  }
  .bicsports-service__inner {
    padding: 0 20px 60px;
  }
  .bicsports-service__nav ul {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 400px;
  }
  .bicsports-service__top {
    display: block;
  }
  .bicsports-service__text p {
    margin: 40px 0;
  }
  .golf {
    margin-top: 60px;
    padding: 40px 20px;
  }
  .golf.golf-01 {
    margin-top: 60px;
  }
  .golf.golf-02 {
    padding: 40px 20px;
  }
  .golf.golf-02 p {
    margin: 0;
  }
  .golf h2 {
    font-size: 20px;
  }
  .golf .golf-img {
    width: 100%;
    height: 100%;
    padding: 30px 0;
  }
  .golf .golf-card.golf-card-mb {
    margin-bottom: 30px;
  }
  .golf .present {
    padding: 30px 20px;
    margin-top: 40px;
  }
  .golf .present__title {
    font-size: 20px;
  }
  .golf .present__image {
    margin-top: 20px;
  }
  .golf .golf-co3 {
    gap: 30px;
    margin: 30px 0;
  }
  .golf .golf-co3 img {
    width: 100%;
    height: auto;
  }
  .golf.golf-03 p {
    margin: 20px 0 40px;
  }
  .golf.golf-04 p {
    margin: 20px 0;
  }
  .golf .golf-card__body .bg-custom {
    font-size: 17px;
    max-width: 100%;
    padding: 20px 30px;
  }
  #maintenance ul {
    display: block;
  }
  #maintenance ul img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
    text-align: center;
    display: block;
  }
  #anshinpack ul {
    margin-bottom: 30px;
  }
  #anshinpack .golf-btn {
    margin-top: 30px;
  }
}
.schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.schedule-month {
  border: 1px solid #1451AB;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.schedule-title {
  background: #1451AB;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.schedule-table {
  width: 100%;
}

.schedule-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr 180px;
  grid-template-columns: 300px 1fr 180px;
  border-top: 1px solid #1451AB;
}
.schedule-row:first-child {
  border-top: none;
}

.brand,
.date,
.time {
  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;
}

.brand {
  padding: 0 35px;
  border-right: 1px solid #1451AB;
}
.brand img {
  max-width: 120px;
  height: auto;
}
.brand span {
  padding-left: 10px;
  font-size: 16px;
}

.date {
  padding: 18px 0 18px 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-right: 1px solid #1451AB;
}

.time {
  white-space: nowrap;
}

/* SP */
@media (max-width: 990px) {
  .schedule-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .brand,
  .date,
  .time {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right: none;
    border-top: 1px solid #1451AB;
  }
  .date {
    padding: 12px 0 0 30px;
  }
  .time {
    border-top: none;
    padding: 0 0 12px 30px;
  }
  .brand {
    border-top: none;
    padding: 12px 30px;
  }
  .schedule-title {
    font-size: 16px;
    padding: 12px;
  }
}
* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

.bcs_sport_anshinpack {
  font-size: 1rem;
  line-height: 1.6;
}

.bcs_sport_anshinpack strong {
  font-weight: 700;
}

.bcs_sport_anshinpack img {
  max-width: 100%;
  height: auto;
}

.bcs_sport_anshinpack .bcs_red {
  color: #E60012;
}

.bcs_sport_anshinpack .pack {
  margin-bottom: 60px;
}

.bcs_sport_anshinpack .pack_title {
  max-width: 820px;
  margin: 20px auto 10px;
  padding: 10px 20px;
  background: #28a13a;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 100px;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .pack_title {
    padding: 5px 20px;
    font-size: 16px;
  }
}
.bcs_sport_anshinpack .pack_note {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .pack_note {
    text-align: left;
  }
}
.bcs_sport_anshinpack .pack_banner {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .pack_banner {
    margin-top: 20px;
  }
}
.bcs_sport_anshinpack .pack_banner_title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #28a13a;
  font-size: 34px;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .pack_banner_title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.bcs_sport_anshinpack .pack_banner_title > span {
  margin-right: 10px;
  font-size: 54px;
  font-weight: 700;
  color: #df4e0e;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .pack_banner_title > span {
    margin-right: 5px;
    font-size: 26px;
  }
}
.bcs_sport_anshinpack .pack_banner_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.bcs_sport_anshinpack .faq {
  margin-bottom: 60px;
}

.bcs_sport_anshinpack .faq_title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

.bcs_sport_anshinpack .faq_title::before, .bcs_sport_anshinpack .faq_title::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 30px;
  height: 1px;
  background: #000;
}

.bcs_sport_anshinpack .faq_dl {
  padding-inline: 10px;
}

.bcs_sport_anshinpack .faq_dt, .bcs_sport_anshinpack .faq_dd {
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bcs_sport_anshinpack .faq_dt::before, .bcs_sport_anshinpack .faq_dd::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bcs_sport_anshinpack .faq_dt {
  border-bottom: 1px solid #df4e0e;
  font-weight: 700;
}

.bcs_sport_anshinpack .faq_dt::before {
  color: #df4e0e;
  content: "Q :";
  font-weight: 700;
  margin-right: 5px;
}

.bcs_sport_anshinpack .faq_dt .faq_txt {
  font-weight: 700;
}

.bcs_sport_anshinpack .faq_dd:not(:last-of-type) {
  margin-bottom: 20px;
}

.bcs_sport_anshinpack .faq_dd::before {
  color: #df4e0e;
  content: "A :";
  font-weight: 700;
  margin-right: 7px;
}

.bcs_sport_anshinpack .faq_dd .faq_txt {
  font-weight: 400;
}

.bcs_sport_anshinpack .faq_dd a {
  font-weight: 400;
  color: #333;
}

@media (hover: hover) and (pointer: fine) {
  .bcs_sport_anshinpack .faq_dd a:hover {
    color: #E60012;
  }
}
.bcs_sport_anshinpack .point {
  margin-bottom: 60px;
  padding: 30px 20px;
  background-color: #FFD900;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .point {
    padding: 20px;
  }
}
.bcs_sport_anshinpack .point_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 2.4;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .point_title {
    font-size: 15px;
    line-height: 1.4;
  }
}
.bcs_sport_anshinpack .point_img {
  vertical-align: bottom;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .point_img {
    display: block;
    margin-inline: auto;
    margin-bottom: 10px;
  }
}
.bcs_sport_anshinpack .bicycle {
  margin-bottom: 60px;
}

.bcs_sport_anshinpack .bicycle_title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 19px;
  line-height: 2;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .bicycle_title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
}
.bcs_sport_anshinpack .bicycle_title > span {
  color: #e95504;
  font-weight: inherit;
}

.bcs_sport_anshinpack .bicycle_title b {
  color: #e95504;
  font-size: 28px;
  font-weight: inherit;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .bicycle_title b {
    font-size: 21px;
  }
}
.bcs_sport_anshinpack .bicycle_btn {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .bcs_sport_anshinpack .bicycle_btn:hover {
    opacity: 0.7;
  }
}
.bcs_sport_anshinpack .bicycle_btn_txt {
  font-size: 32px;
  font-weight: 700;
  color: #e95504;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .bicycle_btn_txt {
    font-size: 14px;
  }
}
.bcs_sport_anshinpack .bicycle_num {
  font-weight: 400;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .bcs_sport_anshinpack .bicycle_num {
    font-size: 13px;
  }
}
.bcs_sport_anshinpack .anshinpack_footer_logo {
  margin-bottom: 10px;
  text-align: center;
}

.bcs_sport_anshinpack .anshinpack_footer_copy {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bcs_sport_anshinpack .pack_main {
    margin-top: 20px;
  }
}
* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

.bcs_sport_brandbicycle {
  font-size: 1rem;
  line-height: 1.6;
}
.bcs_sport_brandbicycle strong {
  font-weight: 700;
}
.bcs_sport_brandbicycle .bcs_red {
  color: #E60012;
}
.bcs_sport_brandbicycle .brand {
  margin-bottom: 0;
  padding: 0;
}
.bcs_sport_brandbicycle .brand_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
}
@media screen and (max-width: 640px) {
  .bcs_sport_brandbicycle .brand_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bcs_sport_brandbicycle .brand_item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: 1px dotted #ccc;
}
.bcs_sport_brandbicycle .brand_item img {
  width: min(42%, 200px);
  -o-object-fit: contain;
     object-fit: contain;
  height: 53px;
}
.bcs_sport_brandbicycle .brand_logo {
  display: inline-block;
  width: min(42%, 200px);
  font-weight: 400;
  text-align: center;
}
.bcs_sport_brandbicycle .brand_name_en {
  font-weight: 700;
}
.bcs_sport_brandbicycle .brand_name_jp {
  font-size: 14px;
  font-weight: 400;
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

.bcs_sport_debutcp {
  font-size: 1rem;
  line-height: 1.6;
}
.bcs_sport_debutcp strong {
  font-weight: 700;
}
.bcs_sport_debutcp img {
  max-width: 100%;
  height: auto;
}
.bcs_sport_debutcp .bcs_red {
  color: #E60012;
}
.bcs_sport_debutcp .main {
  margin-bottom: 40px;
}
.bcs_sport_debutcp .main_banner img {
  width: 100%;
}
.bcs_sport_debutcp .content {
  margin-bottom: 40px;
}
.bcs_sport_debutcp .content_wrap {
  padding: 10px;
  margin-inline: 10px;
}
@media screen and (max-width: 640px) {
  .bcs_sport_debutcp .content_wrap {
    padding: 0;
    margin-inline: 0;
  }
}
.bcs_sport_debutcp .content_title {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
  color: #1451AB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .bcs_sport_debutcp .content_title {
    margin-bottom: 28px;
    font-size: 20px;
  }
}
.bcs_sport_debutcp .content_title::before {
  content: "";
  position: relative;
  width: 20px;
  aspect-ratio: 1/1;
  background: #1451AB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 0.36em;
}
@media screen and (max-width: 640px) {
  .bcs_sport_debutcp .content_title::before {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .bcs_sport_debutcp .main_banner {
    margin-top: 20px;
  }
}
* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

.bcs_sport_brandgolf {
  font-size: 1rem;
  line-height: 1.6;
}
.bcs_sport_brandgolf strong {
  font-weight: 700;
}
.bcs_sport_brandgolf .bcs_red {
  color: #E60012;
}
.bcs_sport_brandgolf .brand {
  margin-bottom: 0;
  padding: 0;
}
.bcs_sport_brandgolf .brand_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
}
@media screen and (max-width: 640px) {
  .bcs_sport_brandgolf .brand_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bcs_sport_brandgolf .brand_item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: 1px dotted #ccc;
}
.bcs_sport_brandgolf .brand_item img {
  width: min(42%, 200px);
  -o-object-fit: contain;
     object-fit: contain;
}
.bcs_sport_brandgolf .brand_name_en {
  font-weight: 700;
}
.bcs_sport_brandgolf .brand_name_jp {
  font-size: 14px;
  font-weight: 400;
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

.bcs_sport_pro {
  font-size: 1rem;
  line-height: 1.6;
}
.bcs_sport_pro strong {
  font-weight: 700;
}
.bcs_sport_pro .bcs_red {
  color: #E60012;
}
.bcs_sport_pro .intro {
  margin-bottom: 60px;
  padding-block: 40px;
  background: #E3E8EF;
}
@media screen and (max-width: 640px) {
  .bcs_sport_pro .intro {
    padding-block: 55px;
  }
}
.bcs_sport_pro .intro_wrap {
  padding: 60px 70px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .bcs_sport_pro .intro_wrap {
    padding: 40px 20px;
  }
}
.bcs_sport_pro .intro_title {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
  color: #1451AB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .bcs_sport_pro .intro_title {
    margin-bottom: 28px;
    font-size: 20px;
  }
}
.bcs_sport_pro .intro_title::before {
  content: "";
  position: relative;
  width: 20px;
  aspect-ratio: 1/1;
  background: #1451AB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 0.36em;
}
@media screen and (max-width: 640px) {
  .bcs_sport_pro .intro_title::before {
    margin-top: 0;
  }
}
.bcs_sport_pro .staff {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .bcs_sport_pro .staff {
    margin-bottom: 40px;
  }
  .bcs_sport_pro .staff dl dd img {
    height: auto;
  }
}
.bcs_sport_pro .staff_title {
  margin-bottom: 20px;
  padding: 15px;
  background: #1451AB;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .bcs_sport_pro .staff_title {
    font-size: 20px;
  }
}
.bcs_sport_pro .staff p {
  font-weight: 400;
  color: #595757;
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
.bcs_sport_pro p.btn {
  clear: both;
  display: block;
  width: 95%;
  margin: 0 auto 1em auto;
  text-align: center;
}
.bcs_sport_pro p.btn a {
  display: inline-block;
  width: auto;
  margin: 0 1% 1em 0;
  padding: 0.1em 1em;
  background: #0066CC;
  color: #FFF;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1em;
  float: left;
}
.bcs_sport_pro p.btn a:hover {
  opacity: 0.8;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .bcs_sport_pro p.btn {
    margin: 0 auto 1em auto;
  }
  .bcs_sport_pro p.btn a {
    margin: 0 2% 0.7em 0;
    font-size: 0.9em;
  }
}

.bcs_sport_pro #staff {
  width: 100%;
  margin: 0 auto;
}
.bcs_sport_pro #staff::after {
  content: "";
  display: block;
  clear: both;
}
.bcs_sport_pro #staff > .FltL {
  width: 47.5%;
  margin-right: 1%;
  float: left;
}
.bcs_sport_pro #staff > .FltR {
  width: 47.5%;
  margin-left: 1%;
  float: right;
}
.bcs_sport_pro #staff dl {
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #666;
}
.bcs_sport_pro #staff dl dt {
  background: #666;
  color: #FFF;
  text-align: center;
}
.bcs_sport_pro #staff dl dt a,
.bcs_sport_pro #staff dl dt a:hover {
  color: #FFF;
  text-decoration: none;
}
.bcs_sport_pro #staff dl dd {
  padding: 0.5em;
  border-bottom: 1px solid #666;
  background: #FFF;
}
.bcs_sport_pro #staff dl dd:last-of-type {
  border: none;
}
.bcs_sport_pro #staff dl dd::after {
  content: "";
  display: block;
  clear: both;
}
.bcs_sport_pro #staff dl dd img {
  width: 16%;
}
.bcs_sport_pro #staff dl dd p {
  float: right;
  width: 81%;
  font-size: 0.9em;
}
.bcs_sport_pro #staff dl dd strong {
  display: block;
  width: 100%;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #0066CC;
  color: #0066CC;
  font-size: 1.1em;
}
@media screen and (max-width: 640px) {
  .bcs_sport_pro #staff {
    width: 95%;
    margin: 0 auto;
  }
  .bcs_sport_pro #staff dl {
    width: 100%;
    margin: 0 auto 1em auto;
    border: 1px solid #666;
    float: none;
  }
  .bcs_sport_pro #staff dl dd p {
    width: 76%;
  }
  .bcs_sport_pro #staff dl dd img {
    width: 20%;
  }
  .bcs_sport_pro #staff > .FltR,
  .bcs_sport_pro #staff > .FltL {
    float: none;
    width: 100%;
  }
}
.bcs_sport_shop {
  font-size: 1rem;
  line-height: 1.6;
}
.bcs_sport_shop strong {
  font-weight: 700;
}
.bcs_sport_shop .bcs_red {
  color: #E60012;
}
.bcs_sport_shop .icon {
  margin-bottom: 40px;
}
.bcs_sport_shop .icon_title {
  margin-bottom: 14px;
  font-weight: 700;
}
.bcs_sport_shop .icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.bcs_sport_shop .icon_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.bcs_sport_shop .icon_item img {
  width: 50px;
}
@media screen and (max-width: 640px) {
  .bcs_sport_shop .icon_item img {
    width: 40px;
    height: 100%;
  }
}
.bcs_sport_shop .icon_item > span {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}
.bcs_sport_shop .shoplist {
  margin-bottom: 0;
}
.bcs_sport_shop .shoplist_group:not(:last-child) {
  margin-bottom: 60px;
}
.bcs_sport_shop .shoplist_title {
  padding: 10px 40px;
  background: #E3E8EF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #1451AB;
}
@media screen and (max-width: 768px) {
  .bcs_sport_shop .shoplist_title {
    padding: 10px 40px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.bcs_sport_shop .shoplist_item {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .bcs_sport_shop .shoplist_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.bcs_sport_shop .shoplist_item:not(:last-child) {
  margin-bottom: 4px;
  border-bottom: 1px dashed #999;
}
@media screen and (max-width: 768px) {
  .bcs_sport_shop .shoplist_item:not(:last-child) {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 30px;
  }
}
.bcs_sport_shop .shoplist_detail {
  width: 420px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #595757;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .bcs_sport_shop .shoplist_detail {
    width: 100%;
  }
}
.bcs_sport_shop .shoplist_detail a {
  color: inherit;
  font-weight: inherit;
}
.bcs_sport_shop .shoplist_detail em {
  margin-right: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  font-size: 0.7em;
  color: #FFF;
  background: #666;
}
.bcs_sport_shop .shoplist_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.bcs_sport_shop .shoplist_product img {
  width: 50px;
}
@media screen and (max-width: 640px) {
  .bcs_sport_shop .shoplist_product img {
    width: 40px;
    height: 100%;
  }
}

.button-2 .hero__btn .icon {
  margin-bottom: 0;
}

html {
  scroll-behavior: auto;
}

body {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
}
body.bg-E3E8EF {
  background-color: #E3E8EF;
}
body.bg-E3E8EF #container {
  background: transparent;
}
body .bcs_pagetop1 {
  height: 100%;
  max-height: 90px;
}
@media screen and (max-width: 768px) {
  body .bcs_pagetop1 {
    max-height: 60px;
  }
}
body .grid12 {
  margin: 0 auto;
}
body #container {
  line-height: 1.6;
}
body main {
  visibility: hidden;
}
body a {
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  body a:hover {
    opacity: 0.7;
  }
}
body .con-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
body .service__text h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #333333;
  text-align: left;
}
body .service__text::first-letter {
  color: #1552AE;
}
body .service__text span {
  position: relative;
  color: #333333;
  padding-left: 14px;
  font-weight: 700;
}
body .service__text span::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333333;
}

@media screen and (min-width: 768px) {
  .bcs_sport .mv_inner {
    padding: 0;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto !important;
  }
  body.bg-E3E8EF #container {
    width: 100%;
    padding: 0 20px;
  }
  [id] {
    scroll-margin-top: 80px;
  }
  body .service__text h1 {
    margin-bottom: 40px;
  }
}
.bcs_pagetop1 {
  z-index: 5;
}

.zoom-in {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .zoom-in:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.zoom-in img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  will-change: opacity, transform;
}
.fade-in.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fade-in.delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.fade-in.delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fade-in.delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade-slide {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.fade-slide.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}