@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  color: #111;
  font-family: "Noto Sans JP", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
address {
  line-height: 1;
  margin: 0;
  padding: 0;
}

ul,
li,
dl,
dt,
dd {
  list-style-type: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

sup {
  font-size: 12px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

#wrapper {
  overflow: hidden;
}

.modal-img {
  max-width: 80%;
  vertical-align: bottom;
}

/*====================================
common
====================================*/
body.no-scroll {
  height: 100vh;
  overflow-y: hidden;
}
.section__inner {
  width: 90%;
  margin: 0 auto;
}
.section__head {
  text-align: center;
  margin-bottom: 40px;
}
.section__subttl {
  border: 3px solid #199bb7;
  color: #199bb7;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 5px 18px;
}
.color_charcoal {
  border: 2px solid #413833;
  color: #413833;
}
.section__subttl.en {
  padding: 5px 18px 7px;
}
.section__ttl {
  font-size: 29px;
  text-indent: -1px;
}
.section__ttl .fz-l {
  font-size: 45px;
}
.section p {
  font-size: 16px;
  letter-spacing: -1px;
}
.point-color {
  color: #199bb7;
  font-weight: bold;
}
.marker {
  background: linear-gradient(transparent 70%, #b0d8e0 0%);
}
#fixedMovePageTop {
  display: none !important;
}
.col {
  display: flex;
}
.fwb {
  font-weight: bold;
}
.mb0 {
  margin-bottom: 0 !important;
}
.external-link {
  color: #008DEC;
  position: relative;
  text-decoration: underline;
}
.external-link:after {
  background: url("/promotion/ordercard/baseballcp/image/icon_external-link.png") 0 0/contain no-repeat;
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: middle;
}
.pc_only {
  display: none;
}
.li-cp {
  display: list-item;
  list-style-type: disc;
  margin-left: 15px;
}
@media screen and (max-width: 320px) {
  body {
    zoom: 0.75;
  }
}
/*====================================
font
====================================*/
.bold {
  font-weight: bold;
}

.red {
  color: #C21603;
}

/*====================================
KV
====================================*/
.kv {
  background-color: #111111;
}

.kv__inner {
  position: relative;
}

.kv__inner .logo {
  position: absolute;
  top: 20px;
  left: 5%;
  width: 12vw;
  min-width: 45px;
  max-width: 52px;
}
@media (max-width: 374px) {
  .kv__inner .logo {
    top: 2%;
    left: 3%;
  }
}
.kv__inner picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%);
  aspect-ratio: 375 / 590;
  -webkit-user-drag: none;
}
.kv-button {
  align-items: center;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 0%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 0%);
  margin-top: -80px;
}
.kv-button__list {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.kv-button__list li.btn-lineup {
  width: 50%;
}
.kv-button__list li.btn-campaign {
  width: 50%;
}
.btn-comment {
  text-align: center;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}

/*====================================
campaign-data
====================================*/
.campaign-data {
  background: #111111;
  padding: 24px 0 30px;
}
.campaign-data .section__inner {
  width: 95%;
}
.campaign-data .data_area {
  background: #292929;
  padding: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.campaign-data .data_text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}
.notes li {
  position: relative;
  padding-left: 1.2em;
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 2px;
}
.notes li:last-of-type {
  margin-bottom: 0;
}
.notes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.campaign-data .notes li {
  color: #fff;
}

/*====================================
chusen
====================================*/
.chusen .chusen_explanation {
  background: url(/promotion/ordercard/baseballcp/image/chusen_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
  margin-top: -2px;
}
.chusen .chusen_explanation .section__inner {
  width: 95%;
}
.chusen .chusen_explanation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 40px;
  background-color: #fff;
}
h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
}
h2 .large_ttl {
  font-size: 38px;
}
.chusen .chusen_img {
  margin-top: 24px;
}
.chusen .choice_area {
  background: #E8E8E8;
  padding: 72px 0 64px;
  position: relative;
}
.chusen .choice_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 40px;
  background-color: #111111;
}
.chusen .dot-triangle {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 80px;
  height: 80px;
  background: url('/promotion/ordercard/baseballcp/image/dot_triangle.svg') no-repeat center / contain;
}
.chusen .dot-triangle-end {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 80px;
  height: 80px;
  background: url('/promotion/ordercard/baseballcp/image/dot_triangle.svg') no-repeat center / contain;
  transform: rotate(180deg);
}
.chusen .choice_area h2 {
  color: #111111;
}
.chusen .choice_area h2 .red {
  font-size: 44px;
}
.chusen .choice_area .sub_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.chusen .choice_area .sub_ttl .note {
  font-weight: normal;
  font-size: 11px;
  margin-top: 10px;
  display: block;
}

.chusen .accordion-container {
  margin-top: 12px;
}
.chusen .js-accordion-btn {
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 12px 10px;
  position: relative;
  cursor: pointer;
}
.chusen .js-accordion-btn .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.chusen .js-accordion-btn .icon::before,
.chusen .js-accordion-btn .icon::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
.chusen .js-accordion-btn .icon::before {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.chusen .js-accordion-btn .icon::after {
  width: 2px;
  height: 12px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.chusen .js-accordion-btn.is-active .icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.chusen .js-accordion-cont {
  background: #fff;
  padding: 20px 15px;
  border: 1px solid #111;
  text-align: center;
}
.chusen .js-accordion-cont .gold {
  border: 1px solid;
  border-image: linear-gradient(135deg, #FBC41C, #C58503) 1;
}
.chusen .js-accordion-cont .silver {
  border: 1px solid;
  border-image: linear-gradient(135deg, #C3C3C3, #323232) 1;
  margin-top: 20px;
}
.chusen .js-accordion-cont .special {
  border: 1px solid;
  border-image-source: linear-gradient(to right,
      #111111 0%,
      #004B80 50%,
      #111111 100%);
  border-image-slice: 1;
}
.chusen .js-accordion-cont .gold>dl {
  background: linear-gradient(135deg,
      rgba(252, 198, 49, 0.1) 0%,
      rgba(197, 133, 3, 0.1) 100%);
}
.chusen .js-accordion-cont .silver>dl {
  background: linear-gradient(135deg,
      rgba(195, 195, 195, 0.1) 0%,
      rgba(50, 50, 50, 0.1) 100%);
}
.chusen .js-accordion-cont .special>dl {
  background-color: rgba(0, 38, 100, 0.02);
}
.chusen .js-accordion-cont dt {
  background: linear-gradient(135deg, #FBC41C 0%, #C58503 100%);
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px 7px;
}
.chusen .js-accordion-cont .silver dt {
  background: linear-gradient(135deg, #C3C3C3 0%, #323232 100%);
}
.chusen .js-accordion-cont .special dt {
  background: linear-gradient(to right, #111111 0%, #004B80 50%, #111111 100%);
}
.chusen .js-accordion-cont dd {
  font-size: 16px;
  padding: 12px 10px;
  font-weight: 500;
}
.chusen .js-accordion-cont .match-list {
  width: 100%;
}
.chusen .js-accordion-cont .match-list .match-group {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-image: linear-gradient(90deg, #FBC41C 0%, #C58503 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.chusen .js-accordion-cont .silver .match-list .match-group {
  background-image: linear-gradient(90deg, #C3C3C3 0%, #323232 100%);
}
.chusen .js-accordion-cont .match-list .match-group:last-child {
  background-image: none;
}
.chusen .js-accordion-cont .match-dates {
  font-size: 16px;
  background: linear-gradient(135deg,
      rgba(252, 198, 49, 0.06) 0%,
      rgba(197, 133, 3, 0.06) 100%);
  color: #111;
  padding: 8px 0;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.chusen .js-accordion-cont .silver .match-dates {
  background: rgba(17, 17, 17, 0.06);
}
.chusen .js-accordion-cont .special .match-dates {
  background: rgba(0, 38, 100, 0.06);
}
.chusen .js-accordion-cont .match-list .match-vs {
  margin-right: 5px;
  text-align: left;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
}
.chusen .js-accordion-cont .match-list .match-team {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 8px;
  line-height: 1.5;
}
.chusen .js-accordion-cont .match-group:first-child .match-team {
  padding-top: 0;
}
.chusen .js-accordion-cont .code-number {
  font-size: 16px;
  font-weight: 800;
}
.chusen .js-accordion-cont .code-name {
  font-size: 15px;
}
.chusen .js-accordion-cont dd .red {
  color: #C60000;
  font-weight: 400;
  font-size: 11px;
  display: block;
  margin-top: 6px;
}
.chusen .notes {
  margin-top: 30px;
}
.chusen .mt-0 {
  margin-top: 0 !important;
}
.chusen .mb-0 {
  margin-bottom: 0 !important;
}
.chusen .mt-20 {
  margin-top: 20px;
}
.chusen .js-accordion-cont dd.f-size {
  font-size: 14px;
  line-height: 1.4;
}

/*====================================
join-flow
====================================*/
.join-flow h2 {
  color: #111111;
}
.join-flow .sub_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.ttl_line {
  background: #111111;
  width: 100%;
  height: 1px;
  margin: 20px auto 40px;
  display: block;
}
.join-flow .section__inner {
  padding: 80px 0 98px;
}
.flow-num {
  width: 32px;
  position: relative;
}
.flow_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 20px;
}
.flow-num::after {
  content: "";
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  width: 2px;
  height: calc(100% - 10px);
  margin: auto;
  background-color: #111111;
}
.card_flow_item:last-child .flow-num::after {
  content: none;
}
.c-card_flow {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin: auto;
}
.card_flow_item {
  display: flex;
}
.card_flow_item img {
  max-width: 100%;
  display: block;
}
.c-card_flow_image_heading {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 6px;
}
.c-card_flow_image_text {
  line-height: 1.5;
  font-weight: 400;
}
.c-card_flow_date {
  text-align: center;
  color: #fff;
  background: #111;
  font-weight: bold;
  margin-top: 10px;
  padding: 9px 0;
}
.c-card_flow_date .date_ttl {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 6px;
}
.c-card_flow_date .date_ttl::before,
.c-card_flow_date .date_ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.c-card_flow .notes {
  margin-top: 8px;
}
.mt-6 {
  margin-top: 6px;
}

/*====================================
campaign-overview
====================================*/
.check_bg_mixin {
  display: grid;
  place-items: center;
  position: relative;
  overflow: visible !important;
  width: 100%;
  background: linear-gradient(135deg, #000312 0%, #00082E 50%,
      #000312 100%) !important;
}
.deco-img {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  z-index: 1 !important;
}
.top-deco {
  align-self: start;
  margin-top: -17px;
}
.bottom-deco {
  align-self: end;
  margin-bottom: -17px;
}
.check-pattern-overlay {
  grid-area: 1 / 1;
  width: 100% !important;
  height: calc(100% + 34px) !important;
  margin-top: -17px !important;
  margin-bottom: -17px !important;
  background: url('/promotion/ordercard/baseballcp/image/check_bg.png') repeat !important;
  background-size: 25px !important;
  opacity: 0.1;
  z-index: 5 !important;
  pointer-events: none;
}
.campaign-overview .section__inner {
  grid-area: 1 / 1;
  z-index: 10 !important;
  background: transparent !important;
  position: relative;
  padding: 45px 0 56px;
}

.campaign-overview .campaign_wrap {
  margin-top: 40px;
}
.campaign-overview .campaign_wrap dl {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.campaign-overview .campaign_wrap dt {
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  background: linear-gradient(135deg, #000312 0%, #00082E 50%,
      #000312 100%);
  padding: 10px 0;
}
.campaign-overview .campaign_wrap dd {
  font-size: 16px;
  font-weight: 500;
  padding: 30px 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.campaign-overview .campaign_wrap .text_box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.campaign-overview .campaign_wrap .text_box p {
  line-height: 1.5;
}
.campaign-overview .campaign_wrap .text_box .triangle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-weight: bold;
}
.campaign-overview .campaign_wrap .text_box .triangle::before,
.campaign-overview .campaign_wrap .text_box .triangle::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
  display: inline-block;
}
.campaign-overview .campaign_wrap .text_box .sub-ttl {
  font-weight: bold;
}
.campaign-overview .campaign_wrap .text_box .sub-text {
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin: 5px auto 15px;
}
.campaign-overview .text_box .card_name {
  display: flex;
  margin: 10px auto 0;
  max-width: 300px;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.campaign-overview .text-box .external-link {
  margin-top: 8px;
}
.campaign-overview .notes {
  text-align: left;
  font-weight: 400;
  margin-top: 12px;
}

/*====================================
kakuritsu
====================================*/
.kakuritsu {
  margin-top: 17px;
  color: #111;
}
.kakuritsu_wrap {
  background: linear-gradient(to bottom,
      rgba(217, 217, 217, 0) 0%,
      rgba(50, 50, 50, 0.14) 100%);
  padding: 80px 0 50px;
}
.kakuritsu h2 {
  color: #111;
  line-height: 1.2;
}
.kakuritsu h2+p {
  margin-top: 14px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.kakuritsu .kakuritsu_img {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kakuritsu .kakuritsu_img img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}


/*====================================
lineup
====================================*/
.lineup {
  padding: 64px 0;
}
.lineup h2 {
  color: #111;
}
.lineup .sub_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.lineup .ttl_line {
  margin: 32px auto 40px;
}
.lineup__list>li {
  padding-top: 146px;
  padding-bottom: 40px;
  border-bottom: 1px solid #111;
}
.lineup__list__inner {
  background-color: #ededed;
  position: relative;
  padding: 50px 0 20px;
}
#cardinfo_w .lineup__list__inner {
  background: #E0E0E9;
}
#cardinfo_wl .lineup__list__inner {
  background: #F4E1E9;
}
#cardinfo_standard .lineup__list__inner {
  background: #D4D4D4;
}
#cardinfo_gold .lineup__list__inner {
  background: #DED6C7;
}
#cardinfo_platinum .lineup__list__inner {
  background: #D6D6D6;
}
.lineup__list__head {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  top: -138px;
  width: 100%;
}
.lineup li.vribbon1 .lineup__list__inner {
  padding: 85px 0 25px;
}
.lineup__list__ttl {
  color: #111;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 18px;
}
.lineup__list__img {
  margin: 0 auto -37px;
  max-width: 201px;
  width: 64%;
}
.lineup .lineup__list__inner .lineup__list__feature .box .item p {
  width: calc(100% - 30px);
  line-height: 1.2;
  font-weight: 700;
  font-size: 14px;
  padding-left: 10px;
}
#cardinfo_standard .lineup__list__img,
#cardinfo_gold .lineup__list__img,
#cardinfo_wl .lineup__list__img {
  margin-bottom: -15px;
  max-width: 320px;
  width: 90%;
}
.lineup__list__feature {
  width: 93%;
  margin: 0 auto;
}
.lineup .lineup__list__inner .lineup__list__feature .box {
  padding: 0px 0 5px;
}
.lineup .lineup__list__inner .lineup__list__feature .box .item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.lineup__list__feature .em {
  color: #C21603;
  font-weight: bold;
}
.lineup__list__feature .note {
  font-weight: normal;
  font-size: 11px;
}
.lineup__list__feature__desc {
  background-color: #fff;
  font-size: 14px;
  padding: 12px;
  text-align: left;
}
.lineup__list__feature__desc li {
  line-height: 1.6;
  font-weight: 500;
}
.lineup__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 12px;
}
.lineup__btn--detail {
  flex: 0 0 27.7%;
}
.lineup__btn--detail a {
  align-items: center;
  border: 2px solid;
  border-image: linear-gradient(135deg, #EEAC05, #D75104) 1;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  position: relative;
}

.lineup__btn--detail a span {
  position: relative;
  display: inline-block;
  color: #EEAC05;
  background: linear-gradient(135deg, #EEAC05, #D75104);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 5%;
}

.lineup__btn--detail a span:after {
  background: url("/promotion/ordercard/baseballcp/image/ico_lineup_detail_arrow.png") 0 0/contain no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  left: calc(100% + 10px);
  top: 54%;
  transform: translateY(-50%);
  width: 6px;
}

.lineup__btn--apply {
  flex: 1;
}
.lineup__btn--apply a {
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #EEAC05, #D75104);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.lineup__btn--apply a span {
  position: relative;
  display: inline-block;
  margin-right: 5%;
}

.lineup__btn--apply a span:after {
  background: url("/promotion/ordercard/baseballcp/image/ico_lineup_apply_arrow.png") 0 0/contain no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  left: calc(100% + 10px);
  top: 54%;
  transform: translateY(-50%);
  width: 6px;
}

.lineup__btn {
  display: flex;
  justify-content: center;
}
.lineup__list #cardinfo_gold,
.lineup__list #cardinfo_wl,
.lineup__list #cardinfo_standard {
  padding-top: 192px;
}
.lineup__list #cardinfo_platinum {
  padding-top: 175px;
  border-bottom: none;
  padding-bottom: 0;
}
#cardinfo_gold .lineup__list__head,
#cardinfo_wl .lineup__list__head,
#cardinfo_standard .lineup__list__head {
  top: -155px;
}
.lineup .lineup__list__inner .lineup__list__feature .box .item span img {
  width: 30px;
  height: auto;
}


/*====================================
important_points
====================================*/
.important_points {
  padding: 64px 0;
}
.important_points h2 {
  color: #111;
}
.important_points .notes {
  margin: 32px auto 0;
}

/*====================================
contact
====================================*/
.contact {
  padding: 20px 0 40px;
  width: 95%;
  margin: 0 auto;
}
.contact .contact_box {
  background: #111;
  padding: 30px 10px;
  position: relative;
}
.contact .contact_box .dot-triangle {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 80px;
  height: 80px;
  background: url(/promotion/ordercard/baseballcp/image/dot_triangle02.svg) no-repeat center / contain;
}
.contact .contact_box .dot-triangle-end {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 80px;
  height: 80px;
  background: url(/promotion/ordercard/baseballcp/image/dot_triangle02.svg) no-repeat center / contain;
  transform: rotate(180deg);
}
.contact h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.contact .contact_box a {
  max-width: 250px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 5px;
  text-align: center;
  position: relative;
  display: block;
  margin: 20px auto 0;
}
.contact .contact_box a span {
  position: relative;
  display: inline-block;
  margin-right: 5%;
}
.contact .contact_box a span::after {
  content: "";
  border-bottom: solid #111 2px;
  border-right: solid #111 2px;
  height: 7px;
  transform: rotate(-45deg);
  width: 7px;
  position: absolute;
  left: calc(100% + 10px);
  top: 36%;
}
.contact .text_area {
  margin-top: 14px;
  text-align: center;
}
.contact .text_area p {
  font-size: 11px;
  line-height: 1.6;
}
.contact .text_area .number {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}

/*====================================
fixed-button
====================================*/
.fixed-button {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  padding: 8px 0;
  justify-content: center;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.fixed-button.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fixed-button__list {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  gap: 10px;
}
.fixed-button__list li.btn-lineup {
  width: 50%;
  max-width: 180px;
}
.fixed-button__list li.btn-campaign {
  width: 50%;
  max-width: 180px;
}

/*====================================
modal
====================================*/
.modal {
  position: relative;
}
.modal__cont__notes {
  text-align: left;
  width: 100%;
  margin: auto;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 99;
}
.modal__cont {
  display: none;
  left: 50%;
  max-width: 640px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  z-index: 100;
  overflow-y: auto;
  max-height: 90%;
}
.modal__cont__head {
  align-items: center;
  background-color: #111;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  height: 42px;
  position: relative;
}
.modal__cont__close-btn {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 10px;
  width: 20px;
}
.modal__cont__body {
  background-color: #fff;
  padding: 26px 0;
  text-align: center;
}
.modal__cont__ttl {
  color: #111;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.modal__cont__img {
  display: inline-block;
  width: 190px;
}
.modal__cont__img.v2,
.modal__cont__img.v3 {
  width: 250px;
}
.modal__cont__btn li {
  margin: 0 auto;
  width: 280px;
}
.modal__cont__btn li+li {
  margin-top: 20px;
}
.modal_lines {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.modal_lines .speed-tag {
  display: inline-block;
  padding: 5px 18px;
  background-color: #111;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  clip-path: polygon(15px 0%,
      100% 0%,
      calc(100% - 15px) 100%,
      0% 100%);
}
.speed-tag__tail {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #111;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.modal__cont__btn {
  margin-top: 28px;
}
.modal__cont__btn .point-text {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.modal_comment {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.modal__cont__btn li a {
  background: linear-gradient(135deg, #EEAC05, #D75104);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  width: 275px;
}
.modal__cont__foot {
  background-color: #E8E8E8;
  padding: 20px 12px;
  text-align: center;
}
.modal__cont__foot .notes li {
  text-align: left;
}
.modal__cont__foot p {
  font-size: 11px;
  text-align: left;
  line-height: 1.6;
}

/*====================================
footer
====================================*/
.footer {
  background: #111;
  width: 100%;
}
.footer__inner {
  margin: 0 auto;
  padding: 20px 20px 120px;
  position: relative;
}
.footer__pagetop {
  position: absolute;
  right: 20px;
  top: 20px;
}
.footer__pagetop a {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
  border: 1px solid #fff;
}
.footer__pagetop a span {
  border-bottom: solid #fff 2px;
  border-right: solid #fff 2px;
  display: block;
  height: 11px;
  transform: rotate(-135deg);
  width: 11px;
  margin-top: 6px;
}
.footer__list {
  margin-top: 20px;
}
.footer__list li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.footer__list li a:after {
  border-bottom: solid #fff 1px;
  border-right: solid #fff 1px;
  content: "";
  display: inline-block;
  height: 0.4em;
  margin-left: 8px;
  position: relative;
  top: -1px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.4em;
}
.footer__list li a:hover {
  opacity: 0.5;
}
.footer__list li+li {
  margin-top: 16px;
}
.footer__info {
  margin-top: 40px;
  line-height: 1;
}
.footer__copy {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

/*====================================
pc
====================================*/
.overall {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.overall::before {
  background-image: url(/promotion/ordercard/baseballcp/image/bg_desktop.jpg);
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -10;
}
.overall__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.main {
  margin: 0 auto;
  max-width: 430px;
  background: #fff;
}
.footer {
  margin: 0 auto;
  max-width: 430px;
}
@media screen and (min-width: 890px) {
  .main {
    margin: 0 0 0 auto;
  }
  .footer {
    margin: 0 0 0 auto;
  }
}

/* sidebar */
.sidebar {
  display: none;
  position: fixed;
  max-width: 510px;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -470px;
  padding: 10px 30px;
}
@media screen and (min-width: 890px) {
  .sidebar {
    display: block;
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .fixed-button.show {
    display: none;
  }
}
.sidebar h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sidebar .card_area {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar .card_area li {
  display: flex;
  padding: 12px 40px;
  align-items: center;
  gap: 20px;
}
.sidebar .card_img {
  width: 120px;
}
.sidebar .card_img img {
  filter: drop-shadow(0 2.4px 2.4px rgba(17, 17, 17, 0.1));
}
.sidebar .text_area p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}
.sidebar h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
}
.side-button__list {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 30px;
}
.side-button__list .btn-lineup {
  width: 50%;
}
.side-button__list .btn-campaign {
  width: 50%;
}

/* modal */
@media screen and (min-width: 890px) {
  .modal__cont {
    max-width: 800px;
  }
  .modal__cont__btn {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
  }
  .modal__cont__btn li {
    width: 360px;
    margin: 0;
  }
  .modal__cont__btn li a {
    width: 360px;
  }
  .modal__cont__foot {
    padding: 20px;
  }
  .modal__cont__img.v2,
  .modal__cont__img.v3 {
    width: 580px;
  }
}