@charset "utf-8";
* {
  font-style: normal;
}
html {
  font-style: normal;
  text-align: left;
  line-height: 1.6;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
}
body * {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}
table {
  font-size: 1.4rem;
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
th {
  text-align: left;
}
th {
  font-weight: 100;
}
a {
  color: #333333;
  text-decoration: none;
}
html {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.header-container img {
  height: 41px;
  width: auto !important;
  object-fit: contain;
}
.wrap {
  width: 100%;
  background-color: #fff;
}
.contents {
  width: 100%;
  box-sizing: border-box;
  padding: 2rem 0;
  color: rgb(26 26 26/var(--tw-text-opacity, 1));
  display: block;
}
.contents h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.contents h1 span {
  font-size: 26px;
  display: block;
}
.contents .main_v {
  width: 90%;
  margin: 0 auto 15px auto;
}
.into_area .title {
  background: #F99F331A;
  padding: 25px;
  font-weight: bold;
  margin: 20px 20px 45px 20px;
  border: 2px solid #f68f11;
  border-radius: 10px;
}
.into_area .tex {
  margin: 0;
}
.contents h2 {
  color: #000;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #f68f11;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  font-size: 30px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.contents .outro {
  margin: 0 0 25px 0;
}
.contents .box_area {
  margin: 0 0 60px 0;
}
.contents .box_area h3 {
  border-bottom: solid 3px rgb(255, 228, 188);
  position: relative;
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.contents .box_area h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f68f11;
  bottom: -3px;
  width: 20%;
}
.contents .shoplist_area .sub_tex {
  margin: 0 0 25px 0;
}

.contents .shoplist_area .sub{
  font-size: 12px;
  margin: 0 0 20px 0;
}


.contents .map {
  width: 185px;
  float: right;
  text-align: center;
  font-size: 1rem;
  margin: 15px 0 10px 0;
}
.contents .map a {
  width: 185px;
  padding: 10px 0;
  text-align: center;
  display: block;
  background: #F99F33;
  border: 1px solid #F99F33;
  color: #fff;
  opacity: 1 !important;
  transition: 0.4s;
}
.contents .map a:hover {
  background: #fff;
  color: #F99F33;
  border: 1px solid #F99F33;
}
.contents .last_day {
  clear: both;
  font-size: 14px;
  text-align: right;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 90px;
  background: #ff6600;
  opacity: 1;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.contents .subtex {
  font-size: 0.95rem;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .contents {
    max-width: 926px;
    margin: 0 auto 0 auto;
    padding: 3rem 0 4rem 0;
    box-sizing: border-box;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .contents {
    padding-top: 0rem;
  }
  .contents h1 {
    font-size: 24px;
    margin: 0 15px 25px 15px;
  }
  .contents h1 span {
    font-size: 16px;
  }
  .contents .main_v {
    width: 75%;
    margin-bottom: 10px;
  }
  .into_area .title {
    padding: 15px;
    margin: 15px 15px 45px 15px;
    font-size: 15px;
  }
  .contents h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contents .box_area {
    margin: 15px 0 20px 0;
    padding: 0 15px;
    font-size: 16px;
  }
  .contents .box_area h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .contents .box_area .graph_img {
    width: 85%;
  }
  .contents .box_area .tex {
    font-size: 14px;
  }
  #page_top {
    width: 48px;
    height: 48px;
    right: 20px;
  }
  #page_top a::before {
    top: -14px;
  }
}
/* ===== 商品ラインナップ ===== */
.player-list {
  list-style: none;
  max-width: 900px;
  margin: 20px auto 60px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 16px;
}
.player-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.player-card__img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #c8a84b;
  box-shadow: 0 4px 20px rgba(200, 168, 75, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.player-card:hover .player-card__img-wrap {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(200, 168, 75, 0.5);
}
.player-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.player-card:hover .player-card__img-wrap img {
  transform: scale(1.08);
}
.player-card__info {
  margin-top: 10px;
  text-align: center;
}
.player-card__number {
  font-size: 0.65rem;
  color: #c8a84b;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
.player-card__name {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #333;
}
/* ===== モーダル ===== */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.modal-overlay.is-active {
  display: flex;
}
.modal-content {
  position: relative;
  width: min(460px, 90vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: modalIn 0.25s ease;
}
@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.modal-content__img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #c8a84b;
  box-shadow: 0 0 40px rgba(200, 168, 75, 0.5);
}
.modal-content__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.modal-content__info {
  margin-top: 20px;
  text-align: center;
}
.modal-content__number {
  font-size: 0.85rem;
  color: #c8a84b;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.modal-content__name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px;
  height: 36px;
  background: #c8a84b;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10;
}
.modal-close:hover {
  background: #333;
}
/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .player-list {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .player-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 10px;
  }
}
/* ===== 各リンクエリア  ===== */
.container {
  display: flex;
  gap: 20px;
  max-width: 780px;
  width: 100%;
}
.block {
  flex: 1;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-top: 6px solid #f68f11;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.block .badge {
  display: inline-block;
  background: linear-gradient(135deg, #f68f11, #f6b411);
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.block .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin-bottom: 8px;
}
.block .highlight-text {
  font-size: 25px;
  font-weight: 900;
  color: #f68f11;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.block .cta {
  display: block;
  background: linear-gradient(135deg, #f68f11, #f6b411);
  color: white;
  text-align: center;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(246, 143, 17, 0.4);
  transition: transform 0.2s;
}

.block .cta_invalid{
  pointer-events: none;
  background: #666666;
    box-shadow: 0 4px 12px rgba(31, 30, 30, 0.4);
}


.block .cta:hover {
  transform: translateY(-2px);
}
.block::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f68f11;
  top: -40px;
  right: -40px;
  opacity: 0.06;
}
@media (max-width: 560px) {
  .container {
    flex-direction: column;
  }
  .block .highlight-text {
    font-size: 20px;
  }
}
/* ===== 店舗リスト ===== */
.shoplist_area .coming_tex {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #f68f11;
}
.shoplist_area .att {
  font-size: 12px;
  margin: 15px 0 0 0;
}
.area {
  margin: 20px 0 0 0;
  border-radius: 10px;
  background: #fff;
  clear: both;
}
.area-box {
  margin: 20px 0 0 0;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #f99f33;
  border-radius: 8px;
}
.area-boxinner {
  margin: 0 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .shoplist_area .coming_tex {
    font-size: 25px;
    margin: 0 0 15px 0 !important;
  }
  .area {
    margin: 15px 0 0 0;
  }
  .area-box {
    margin: 0 0 4% 0;
    padding-bottom: 0;
  }
  .area-boxinner {
    margin: 0;
    padding: 0 10px 0 10px;
  }
}
.area h3 {
  display: flex;
  background-color: #fff;
  padding: 0 0 10px;
  margin-bottom: 25px !important;
  font-weight: bold;
  color: rgb(60 60 60/var(--tw-text-opacity, 1));
  font-size: 1.25rem !important;
  border-bottom: 1px solid #3c3c3c82 !important;
  position: static;
  line-height: 1;
}
.area h3::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.778931V18.7789L18 0.778931H0Z' fill='%23F99F33' stroke='%23F99F33'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: .75rem;
  /* 見出しテキストとの間隔 */
  vertical-align: middle;
}
.area h3::after {
  border-bottom: none !important;
}
.area-box h4 {
  background-color: #FFF;
  padding: 13px 19px;
  margin-bottom: 0;
  font-weight: bold;
  color: #f68f11;
  font-size: 1rem;
  /*  border: 1px solid #F99F33;*/
  border-radius: 8px;
  position: static;
  line-height: 1;
  transition: all .2s;
}
.area-box h4.open {
  border-radius: 8px 8px 0 0;
  background-color: #F99F33;
  color: #fff;
}
.area-box h4.no-data {
  background: #b4b4b4;
  color: #fff;
  cursor: default;
}
.area-box:has(h4.no-data) {
  border: none;
}
.ac-title.no-data:after {
  content: none;
}
.area-boxinner h4 {
  width: 15%;
  padding: 5px 0;
  display: block;
  font-weight: bold;
  float: left;
  height: 100%;
}
.shop-item-box {
  width: 100%;
}
.shop-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #F99F33;
}
.shop-item:last-of-type {
  border-bottom: none;
}
.word {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #F99F33;
}
.word:last-of-type {
  border-bottom: none;
}
.word-name {
  width: 10%;
  padding-top: 2.1rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: rgb(60 60 60/var(--tw-text-opacity, 1));
}
.shop-name {
  width: 25%;
  padding: 5px 0;
  display: block;
  font-weight: bold;
  height: 100%;
}
.shop-name a {
  color: #f56403;
  cursor: pointer;
}
.ac-content {
  display: none;
}
.contents .f_att_tex {
  padding: 0 12px;
}


.area-box .ac-title{
  position: relative;
    cursor: pointer;

}

.ac-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 37%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 3px #F99F33;
    border-right: solid 3px #F99F33;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}


.ac-title.open:after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}


@media screen and (max-width: 767px) {
  .wrap {
    padding-top: 20px;
  }
  .area h2 {
    padding: .5rem 0;
    margin: 1rem .625rem;
    font-weight: bold;
    font-size: 1rem;
    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    border-radius: 0;
    top: -1px;
    z-index: 1;
  }
  .area-box h3 {
    padding: 10px 3.1%;
    font-size: 0.92rem;
  }
  .area-boxinner .shop-name {
    width: auto;
    padding: 5px 0;
    float: none;
    height: auto;
  }
  .word-name {
    width: 25%;
    padding-top: 26px;
    text-align: center;
  }
  .shop-item {
    display: block;
  }
  .address {
    font-size: 0.8rem;
  }
  .tel {
    font-size: 1rem;
  }
  .tel a {
    text-decoration: underline !important;
  }
}
.card {
  position: relative;
  margin: 0 3.1%;
}
.card:not(:last-child) {
  margin-bottom: 4.68%;
}
.card:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #005baa transparent;
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.card a:hover {
  opacity: .7;
}
.card-icon-group {
  vertical-align: top;
  margin-bottom: 2%;
  font-size: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.card-icon-group li {
  display: inline-block;
  font-weight: 700;
}
.card-icon-group .card-icon-station,
.card-icon-group .card-icon-businessCategory {
  text-align: left;
  font-size: 1rem;
}
.card-icon-group .card-icon-station {
  background: url(/st/img/icon/station_icon_img.png) no-repeat left;
  padding: 0 8px 0 16px;
  border-right: 1px solid #ddd;
  margin-right: 4px;
}
.card-icon-group .card-icon-businessCategory {
  background: url(/st/img/icon/businesscat_icon_img.png) no-repeat left;
  padding: 0 0 0 18px;
}
.card-icon-group .card-icon-dartsLive {
  border: 1px solid #666666;
  background-color: #666666;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
}
.card-icon-dartsLive2 {
  border: 1px solid #005BAC;
  background-color: #005BAC;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
}
.card-icon-dartsLive3 {
  border: 1px solid #B3499C;
  background-color: #B3499C;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
}
.card-icon-group .card-icon-touchLive {
  border: 1px solid #d57a18;
  background-color: #d57a18;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
}
.card-icon-group .card-icon-officialLeague {
  border: 1px solid #069c65;
  background-color: #069c65;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
}