@charset "UTF-8";
main,main section {
  max-width: none;
}
main {
  margin-top: 156px;
}
main a {
  text-decoration: none;
  color: inherit;
}
main ul,main li {
  list-style: none;
}
main span {
  font-size: unset;
}
section {
  margin: 0;
}
section p {
  text-align: unset;
}
footer {
  padding-top: 0;
}
@media only screen and (max-width: 1800px) {
  main {
    margin-top: 156px;
  }
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 154px;
  }
}
@media only screen and (max-width: 528px) {
  footer {
    padding-top: 24px;
  }
}

/* ----------------------------------
    reset
----------------------------------- */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,*::after { 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}  
body,h1,h2,h3,h4,h5,span,p {
  margin: 0px;
  padding: 0px;
}
body {
  color: #000000;
  background-color: #ffffff;
  font-optical-sizing: auto;
}
ol,ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto; 
  vertical-align: top;
}
table {
  border-collapse: collapse;
}
a{
  cursor: pointer;
}
input[type=text], input[type=tel], input[type=email], input[type=esubmit], button, select, textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
.search {
  text-align: center;
}
/* ----------------------------------
    共通パーツ
----------------------------------- */
/* フォントの指定 */
.fv_title p, .team_name_deco_text p, .loop-inner span,
.team_section > p, .title_set p, .team_name span, 
.btn_all_items a, .text_slider_wrap span {
  font-family: "golos-text", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-display: swap;
}
#intro h2, .copyrights, .item_specs h3, .spec > p, .item_specs .icon_unisex p, .color_variation p, .btn_buy a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-display: swap;
}
/* ご購入はこちらボタン */
.btn_buy a {
  width: 100%;
  max-width: 286px;
  height: 60px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 6px 28px;
  cursor: pointer;
  transition: 0.25s;
}
/* ボタン色 */
.btn_buy .btn_color_la {background: #004F99;}
.btn_buy .btn_color_ny {background: #001E48;}
.btn_buy .btn_color_sd {background: #CAA91C; color: #000;}
.btn_buy a:hover { opacity: 0.7; transition: 0.25s;}

/* ボタン無効化 */
.click-disable {
  pointer-events: none;
}

/* ----------------------------------
    基本レイアウト
----------------------------------- */
#wrapper {
  overflow: hidden;
  background: #CECCC7;
}

/* ---------------------------------
    hero
----------------------------------- */
#hero {
  padding-top: 54px;
}
.fv {
  position: relative;
  margin-left: 4vw;
  margin-right: 4vw;
  text-align: center;
}
.fv_visual {
  max-width: 1700px;
  height: 896px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;  /* 2列 */
  grid-template-rows: 1fr 1fr;     /* 2行 */
  gap: 0;
  position: relative;
}
.left-img {
  grid-column: 1 / 2;
  grid-row: 1 / 3; /* 上下ぶち抜き */
  overflow: hidden;
}
.top-right-img {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  overflow: hidden;
}
.bottom-right-img {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  overflow: hidden;
}
.fv_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-img img {
  transform: scale(1.15);
  transform-origin: 95% 50%;
  object-position: 100% 50%;
}
.top-right-img img {
  transform: scale(1.35);
  transform-origin: 76% 50%;
  object-position: 25% 50%;
}
.bottom-right-img img {
  transform: scale(1.356);
  transform-origin: 42% 62%;
  object-position: 50% 48%;
}
@media only screen and (max-width: 1450px) {
  .left-img img {
    transform: scale(1.175);
    transform-origin: 80% 10%;
    object-position: 66% 50%;
  }
  .top-right-img img {
    transform: scale(1.24);
    transform-origin: 80% 50%;
    object-position: 42% 50%;
  }
  .bottom-right-img img {
    transform: scale(1);
    transform-origin: 42% 78%;
    object-position: 50% 48%;
  }
}
@media only screen and (max-width: 860px) {
  .fv_visual {
    display: grid;
    grid-template-columns: 1fr;      /* 1列 */
    grid-template-rows: 1fr 1fr 1fr; /* 高さ3等分 */
    height: 690px;
  }
  .left-img {
    grid-column: 1;
    grid-row: 1;
  }
  .top-right-img {
    grid-column: 1;
    grid-row: 2;
  }
  .bottom-right-img {
    grid-column: 1;
    grid-row: 3;
  }
  .left-img img {
    transform: scale(1.35);
    transform-origin: 75% 55%;
    object-position: 100% 64%;
  }
  .top-right-img img {
    transform: scale(1.2);
    transform-origin: 30% 50%;
    object-position: 20% 50%;
  }
  .bottom-right-img img {
    transform: scale(1.32);
    transform-origin: 42% 90%;
    object-position: 50% 50%;
  }
}
@media only screen and (max-width: 440px) {
  #hero {
    padding-top: 34px;
  }
  .left-img img {
    transform: scale(1.75);
    transform-origin: 62% 62%;
    object-position: 100% 64%;
  }
  .top-right-img img {
    transform: scale(1.2);
    transform-origin: 30% 50%;
    object-position: 25% 50%;
  }
  .bottom-right-img img {
    transform: scale(1.45);
    transform-origin: 70% 80%;
    object-position: 50% 50%;
  }
}

.fv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.fv_title .title_logo {
  width: 100%;
  max-width: 124px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}
.fv_title > p {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  color: #0F1D39;
}
.copyrights {
  max-width: 300px;
  min-width: 218px;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1450px) {
  .fv_title .title_logo {
    width: 58%;
    margin-bottom: 22px;
  }
  .fv_title > p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 860px) {
  .fv_title {
    left: 120px;
    width: 68px;
  }
  .fv_title .title_logo {
    width: 100%;
    max-width: 124px;
    margin-bottom: 18px;
  }
  .fv_title > p {
    font-size: 12px;
    line-height: 1.4;
  }
  .copyrights {
    bottom: 17px;
  }
}
.team_name_deco_text {
  max-width: 600px;
  text-align: center;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
.team_name_deco_text p {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.team_name_deco_text p:nth-child(2) {
  border-left: 0px solid #000;
  border-right: 0px solid #000;
}
@media only screen and (max-width: 768px) {
  .fv_title {
    left: 20%;
    width: 64px;
  }
  .team_name_deco_text {
    margin-top: 4px;
  }
  .team_name_deco_text p {
    font-size: 10px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .fv_title {
    left: 74px;
    width: 62px;
  }
  .team_name_deco_text {
    max-width: 310px;
  }
  .team_name_deco_text p {
    padding-right: 20px;
    padding-left: 20px;
  }
  .team_name_deco_text p:nth-child(2) {
    border-right: 1px solid #000;
  }
}

/* 両端の縦スクロール文字 */
.vertical-loop {
  position: absolute;
  top: 0;
  height: 100%;
  width: 24px;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
}
.vertical-loop.left {
  left: 0;
}
.vertical-loop.right {
  right: 0;
  rotate: 180deg;
}
.loop-inner {
  display: flex;
  flex-direction: column;
  animation: scrollVertical 16s linear infinite;
}
.loop-inner span {
  font-size: 13px;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  white-space: nowrap;
  padding: 10px 0;
  line-height: 1.4;
}
.loop-inner span:nth-child(3n+1) {color: #0F1D39;}
.loop-inner span:nth-child(3n+2) {color: #fff;}
.loop-inner span:nth-child(3n) {  color: #CE1320;}

@keyframes scrollVertical {
  0% {transform: translateY(0%);}
  100% {transform: translateY(-50%);}
}
@media only screen and (max-width: 768px) {
  .loop-inner span {
    font-size: 10px;
    padding: 6px 0;
    line-height: 2.4;
  }
}

/* ----------------------------------
    intro
----------------------------------- */
#intro {
  padding-top: 110px;
  padding-bottom: 150px;
}
#intro h2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  font-size: 18px;
  line-height: 2.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #intro {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  #intro h2 {
    max-width: 1200px;
    padding: 0 10vw;
    font-size: 16px;
    text-align: left;
  }
  #intro h2 .br_cancel {
    display: none;
  }
}

/* ----------------------------------
    intro slider
----------------------------------- */
.intro_slider {
  width: 100%;
  margin-top: 130px;
  overflow: hidden;
  position: relative;
}
.slider_wrap {
  display: flex;
  position: relative;
  animation: none;
  will-change: transform;
}
.slide_image {
  width: 422px;
  height: 422px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: -20px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .intro_slider {
    margin-top: 100px;
  }
  .slide_image {
    width: 340px;
    height: 340px;
    margin-left: -18px;
  }
}
@media only screen and (max-width: 768px) {
  .intro_slider {
    margin-top: 80px;
  }
  .slide_image {
    width: 280px;
    height: 280px;
    margin-left: -16px;
  }
}
@media only screen and (max-width: 500px) {
  .intro_slider {
    margin-top: 70px;
  }
  .slide_image {
    width: 230px;
    height: 230px;
    margin-left: -12px;
  }
}

/* ----------------------------------
    各 球団エリア
----------------------------------- */
.team_section {
  width: auto;
  margin-right: 40px;
  margin-left: 40px;
  padding-bottom: 324px;
  border-top: 6px solid #000;
  position: relative;
}
.team_section::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.team_section > p {
  font-size: 12px;
  text-align: right;
  line-height: 1;
  margin-top: 11px;
  margin-right: 6vw;
}
#sd_area > p {
  text-align: left;
  margin-left: 6vw;
}
.item_wrap {
  max-width: 830px;
  height: 550px;
  margin-top: 236px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
#ny_area .item_wrap, #sd_area .item_wrap {
  margin-top: 306px;
}
.item_wrap::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -360px;
  width: 671px;
  height: 499px;
  background-image: url("/images/alpha_mlb/insert_image1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #CECCC7;
  background-blend-mode: darken;
  opacity: 0.85;
  z-index: -3;
}
.title_set {
  width: 66px;
  position: relative;
  z-index: 3;
}
.title_set .title_logo {
  width: 100%;
  max-width: 66px;
}
.title_set p {
  font-size: 11px;
  color: #0F1D39;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 18px;
}
.item_photo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-70px);
  z-index: 2;
}
.item_specs {
  position: absolute;
  bottom: 0px;
}
.item_specs h3 {
  font-size: 14px;
  line-height: 1.52;
  letter-spacing: 0.07em;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 9px;
  width: 184px;
}
.item_specs .icon_unisex {
  width: 82px;
  height: 21px;
  border: #000 solid 1px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.item_specs .icon_unisex p {
  font-size: 11px;
  line-height: 1;
  text-align: center;
}
.spec > p {
  font-size: 12px;
  line-height: 1.9;
  text-align: left;
  margin-bottom: 40px;
}
.color_variation {
  width: 88px;
}
.color_variation p {
  font-size: 14px;
  line-height: 1;
  text-align: left;
}
.color_icons {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  cursor: pointer;
}
.color_icons .color_icons_yg {
  width: 40px;
  height: 40px;
  background: #A39173;
}
.color_icons .color_icons_wg {
  width: 40px;
  height: 40px;
  background: #899397;
}
/* アクティブ時 */
.color_icons div.active {
  outline: 1px solid #000;
  box-shadow: 0 0 0 1px #CECCC7 inset;
}

.team_name {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -2;
}
.team_name span {
  font-size: 100px;
  font-weight: 800;
  line-height: 0.65;
  text-align: left;
  writing-mode: horizontal-tb;
  display: inline-block;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
.color_la {color: #004F99;}
.color_ny {color: #001E48;}
.color_sd {color: #CAA91C;}
@media only screen and (max-width: 635px) {
  .team_section {
    margin-right: 30px;
    margin-left: 30px;
    padding-bottom: 160px;
  }
  .item_wrap {
    height: 620px;
    margin-top: 136px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
  }
  .item_wrap::after {
    top: 100px;
    left: 50%;
    transform: translateX(-72px);
    width: 340px;
    height: 340px;
  }
  .team_section > p {
    font-size: 11px;
    text-align: right;
    line-height: 1;
    margin-top: 11px;
    margin-right: 3vw;
  }
  #sd_area > p {
    text-align: right;
    margin-left: 3vw;
  }
  .title_set {
    width: 54px;
  }
  .item_photo {
    max-width: 280px;
    width: 100%;
  }
  .item_specs {
    width: 100%;
  }
  .spec {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .item_specs h3 {
    width: 92%;
  }
  .spec > p {
    margin-bottom: 0;
    margin-right: 18px;
  }
  .team_name {
    gap: 20px;
    top: -32px;
    right: -10px;
  }
  .team_name span {
    font-size: 58px;
  }
}

.up_image {
  position: absolute;
  bottom: -120px;
  left: calc(50% - 580px);
  z-index: 1;
}
.up_image_right {
  position: absolute;
  bottom: -120px;
  right: calc(50% - 580px);
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .up_image {
    width: 420px;
    bottom: -100px;
    left: -40px;
  }
  .up_image_right {
    width: 420px;
    bottom: -100px;
    right: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .team_section {
    margin-right: 22px;
    margin-left: 22px;
    padding-bottom: 120px;
  }
  #ny_area .item_wrap, #sd_area .item_wrap {
    margin-top: 263px;
  }
  .up_image {
    position: unset;
    max-width: 400px;
    width: 100%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
  }
  .up_image img {
    width: 100%;
  }
  .up_image_right {
    position: unset;
    max-width: 400px;
    width: 100%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 580px) {
  #ny_area .item_wrap, #sd_area .item_wrap {
    margin-top: 136px;
  }
}

/* ----------------------------------
    footer_area
----------------------------------- */
/* ボタン（すべての商品一覧） */
.btn_all_items a {
  width: 100%;
  height: 210px;
  font-size: 60px;
  letter-spacing: 0.14em;
  color: #C4C0B4;
  background-color: #285D4D;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.btn_all_items a:hover {
  font-size: 66px;
  background-color: #1b4236;
  transition: 0.5s;
}
@media only screen and (max-width:768px) {
  .btn_all_items a {
    height: 136px;
    font-size: 24px;
  }
  .btn_all_items a:hover {
    font-size: 30px;
  }
}
.footer_image {
  position: relative;
  background-image: url("/images/alpha_mlb/footer_img.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100vw;
  height: 590px;
}
@media only screen and (max-width:768px) {
  .footer_image {
    height: 350px;
  }
}

/* ----------------------------------
    text slide
----------------------------------- */
.text_slider {
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.text_slider_wrap {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: text_slider_anim 14s linear infinite;
}
.text_slider_wrap span {
  display: inline-block;
  font-size: 100px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-right: 80px;
  color: transparent; /* 中身透明 */
  -webkit-text-stroke: 0.4px #fff;
  opacity: 0.8;
  text-rendering: geometricPrecision;
}
@keyframes text_slider_anim {
  from { transform: translateX(0);}
  to { transform: translateX(-50%);}
}
@media only screen and (max-width:1024px) {
  .text_slider_wrap span {
    font-size: 76px;
    margin-right: 62px;
  }
}
@media only screen and (max-width:768px) {
  .text_slider_wrap span {
    font-size: 54px;
    margin-right: 38px;
  }
}

/* ----------------------------------
    共通（ボタン）
----------------------------------- */
/* スクロール時fadeUpアニメーション */
.fadeUpTrigger {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}