@charset "UTF-8";


/* top-slide */
.hero-carousel {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px 0 80px;
  background: #ffa500;
  position: relative;
  overflow: hidden;
}

.hero-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/themes/oneshot-theme/assets/img/bg.jpg);
  background-repeat: repeat;
  background-size: 200px;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hero-carousel__swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0 clamp(8px, 2vw, 32px) 42px;
  box-sizing: border-box;
}

.hero-carousel .hero-carousel__swiper {
  padding-top:20px;
}

.hero-carousel .swiper-wrapper {
  align-items: center;
  padding-bottom: 28px;
}

.hero-carousel__slide {
  height: auto;
  box-sizing: border-box;
  transition: transform .35s ease, opacity .35s ease;
  /* transform: scale(.85); */
  opacity: .5;
}

.hero-carousel__slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.hero-carousel__link {
  display: block;
  width: 100%;
}

.hero-carousel__link img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-carousel__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0 !important;
  text-align: center;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hero-carousel__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #fff;
  opacity: .8;
  padding: 0;
  cursor: pointer;
}

.hero-carousel__bullet.is-active {
  background: var(--red);
  opacity: 1;
}

.hero-carousel__prev,
.hero-carousel__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px;
  height: 52px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.hero-carousel__prev {
  left: 8px;
}

.hero-carousel__next {
  right: 8px;
}

.hero-carousel__prev::before,
.hero-carousel__next::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  filter: drop-shadow(0 0 8px rgba(255, 0, 0, .45));
}

.hero-carousel__prev::before {
  transform: rotate(-135deg);
}

.hero-carousel__next::before {
  transform: rotate(45deg);
}

@media (max-width: 999px) {
  .hero-carousel__prev,
  .hero-carousel__next {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 768px) {
  .hero-carousel {
    padding: 0 0 58px;
  }

  .hero-carousel__swiper {
    padding: 0 8px 42px;
  }

  .hero-carousel__prev,
  .hero-carousel__next {
    width: 40px;
    height: 40px;
  }

  .hero-carousel__prev {
    left: 2px;
  }

  .hero-carousel__next {
    right: 2px;
  }

  .hero-carousel__prev::before,
  .hero-carousel__next::before {
    width: 16px;
    height: 16px;
    border-top-width: 4px;
    border-right-width: 4px;
  }
}


/* 共通 */
.inner h2{
  text-align: center;
  font-size:2.5em;
  font-weight:700;
  color:#1a1c1c;
  line-height:1;
}

@media (max-width: 768px) {
.inner h2{
  font-size:2em;
}
}


/* 取り扱いタイトル */
#handled-titles{
  background:#FFF4DF;
  position:relative;
}
#handled-titles:after{
  position:absolute;
  content:"";
  top:-39px;
  right:0;
  left:0;
  margin:0 auto;
  width:320px;
  height:40px;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0 100%);
  background:#FFF4DF;
}
#handled-titles .inner{
  padding:0 0 100px 0;
  position:relative;
}
.title_list{
  width:100%;
  background:white;
  padding:40px;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius:20px;
  margin-top:40px;
  position:relative;
}
.title_list li{
  width:calc(100% / 3);
  padding:20px 18px;
}

@media (max-width: 768px) {

.title_list li{
  width:50%;
  padding: 12px;
}

}

.left-top{
  position:absolute;
  top:5%;
  left:-15vw;
  width:20%;
}
.left-bottom{
  position:absolute;
  top:50%;
  left:-10vw;
  width:20%;
}
.right-top{
  position:absolute;
  top:15%;
  right:-17vw;
  width:20%;
}
.right-bottom{
  position:absolute;
  top:65%;
  right:-10vw;
  width:20%;
}

@media (max-width: 480px) {

.title_list{
  padding:20px 18px;
}
.title_list li{
  padding:8px;
}

.left-top,
.left-bottom,
.right-top,
.right-bottom{
  display:none;
}
}

/* 大会情報 */
#tournament{
  position:relative;
  background:#FFCB01;
  mix-blend-mode: multiply;
}
#tournament::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index:-1;
  background-image: url(/wp-content/themes/oneshot-theme/assets/img/tournament-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  mix-blend-mode: overlay;
}
#tournament::after {
  position: absolute;
  content: "";
  top: -39px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 320px;
  height: 40px;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0 100%);
  background:#ffcd39;
}
#tournament .inner{
  padding:0 0 60px 0;
}
.calendar{
  margin-top:40px;
  position:relative;
}
.calendar iframe{
  width:100%;
  border-radius: 20px;
}

.calendar > img{
  width:100%;
  border-radius: 20px;
}


/* TOPページ　お知らせ */
#latest-news{
  position:relative;
}
#latest-news::before {
  position: absolute;
  content: "";
  top: -1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 320px;
  height: 40px;
  clip-path: polygon(0 0%, 100% 0%, 90% 100%, 10% 100%);
  background:#ffc501;
}
#latest-news .inner{
  display:grid;
  grid-template-columns: 1fr 2fr; 
  gap:40px;
  padding:80px 0 40px 0;
}
.news_header{
  display:flex;
  flex-direction: column;
  gap:20px;
  align-items: center;
}
.news_header h2{
  display: flex;
  align-items: center;
  gap: 8px;
}
.news_more{
  width:250px;
}
.news_list{
  display:flex;
  flex-direction: column;
  gap:8px;
}
.card_body{
  display:flex;
  gap:8px;
  padding:12px 20px;
  background:#fff4df;
  border-radius:8px;
  align-items: center;
}
.card_meta{
  width:140px;
  color: var(--darkredgray);
}
.card_title{
  width:calc(100% - 140px);
}
.card_body img{
 height:20px;
}
#latest-news .sp{
  display:none;
}
.news_list article a:hover .card_body{
  padding:12px 16px 12px 20px;
  background:#ffe78e;
}

@media (max-width: 900px) {
#latest-news .inner{
  display:flex;
  flex-direction: column;
}
#latest-news .inner h2{
  flex-direction: column;
  gap:0;
}
#latest-news .pc{
  display:none;
}
#latest-news .sp{
  display:flex;
  justify-content: center;
  width:100%;
}
}

@media (max-width: 768px) {
#latest-news .inner{
  padding:80px 0;
}
.card_meta {
    width: 120px;
}
}

/* SNS紹介 */
#official-links .inner{
  background: rgb(214 21 24 / 50%);
  position: relative;
  overflow: hidden;
  border-radius:20px;
  padding:40px;
  padding:40px;
  display:flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#official-links .inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/themes/oneshot-theme/assets/img/bg.jpg);
    background-repeat: repeat;
    background-size: 200px;
    mix-blend-mode: multiply;
    pointer-events: none;
}
#official-links .inner > img{
  position:relative;
  width:calc(40% - 20px);
  border-radius:16px;
}
#official-links .inner .text{
  position:relative;
  width:calc(60% - 20px);
  text-align: center;
  color:white;
  display:flex;
  flex-direction: column;
  gap:20px;
  align-items: center;
}
#official-links .inner h2{
  color:white;
}
#official-links .inner .text .sp{
  display:none;
}
#official-links .inner .text .button{
  flex-direction: unset;
  background:var(--red);
  color:white;
  gap:8px;
  border:none;
  width: fit-content;
}
#official-links .inner .text .button:hover{
  background: linear-gradient(to bottom, #858687 0%, #000000 60%);
  color:white;
}
@media (max-width: 768px) {
#official-links .inner .text .sp{
  display:block;
}
}
@media (max-width: 660px) {
#official-links .inner{
  flex-direction: column;
  align-items: center;
  gap:20px;
}
#official-links .inner > img,
#official-links .inner .text{
  width:100%;
}
}
@media (max-width: 480px) {
#official-links .inner{
  padding:20px 18px;
}
}

/* 利用規約、プライバシーポリシー */
.terms .inner,
.privacy .inner{
  display:flex;
  flex-direction: column;
  gap:40px;
}
.box,
.terms .inner,
.privacy .iner{
  color:#454747;
}
.box{
  display:flex;
  flex-direction: column;
  gap:8px;
}
.box h3{
  font-size:1.5em;
  font-weight:700;
  color:#1a1c1c;
}
.box .disk{
  list-style-type: disc;
  padding-left:24px;
}
.box .num{
  list-style-type:decimal;
  padding-left:24px;
}

/* 店舗情報、キャンペーン情報 */

.news-card a,
.campaign-card a{
  background:#fff4df;
  border-radius:12px;
  padding:28px 32px;
  display:flex;
  justify-content: space-between;
  gap:40px;
}
.store-card {
  display:flex;
  flex-direction: column;
  gap:20px;
  background:#fff4df;
  border-radius:12px;
  padding:28px 32px;
}
.store-card .store-info{
  display:flex;
  justify-content: space-between;
  gap:40px;
}
.card-img{
  width:200px;
  height:200px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.card-img img{
  border-radius:8px;
  object-position: 75% 0;
}
.card-body{
  width:calc(100% - 240px);
  display:flex;
  flex-direction: column;
  gap:8px;
}
.card-detail{
  display:flex;
  flex-direction: column;
  gap:8px;
}
.news-list .inner,
.campaign-list .inner,
.store-list .inner{
  display:flex;
  flex-direction: column;
  gap:40px;
}
.card-body h3{
  font-size:1.5em;
  font-weight:700;
  line-height: 1.2;
}
.card-body .card-item{
  display:flex;
  gap:4px;
}
.card-body .card-item img{
  height:24px;
}
.red-b{
  background:var(--red);
  color:white;
  width:fit-content;
  font-size: .8em;
  padding: 4px 16px;
}
.red-b:hover{
  background:#ff9300;
  border: 2px solid #ff9300;
}
.news-card img,
.campaign-card img{
  width:200px;
  height: fit-content;
  border-radius:8px;
}
.news-card .card-detail,
.campaign-card .card-detail{
  gap:4px;
}
.news-card .card-meta,
.campaign-card .card-meta{
  color:#454747;
  font-size:.8em;
}
.campaign-card .card-note{
  color:#454747;
}
.news-card a:hover,
.campaign-card a:hover{
  background:#ffe78e;
}
.news-card a:hover .red-b,
.campaign-card a:hover .red-b{
  background:#ff9300;
  border: 2px solid #ff9300;
}
.map-embed iframe{
  width:100%;
}
@media (max-width: 768px) {
  .campaign-list .inner, .store-list .inner{
    gap:20px
  }
  .news-card a,
  .campaign-card a, .store-card{
    gap:20px;
    padding:20px 18px;
  }
  .store-card .store-info{
    gap:20px;
  }
  .card-body {
    width: calc(100% - 220px);
  }
}
@media (max-width:480px) {
.card-img,
.news-card a,
.campaign-card a, .store-card,
.store-card .store-info{
  flex-direction: column;
}

.card-img,
.news-card img,
.campaign-card img,
.card-body{
  width:100%;
}
.news-card .card-meta,
.campaign-card .card-meta,
.card-body h3{
  text-align: center;
}
.card-action{
  display: flex;
  justify-content: center;
}
}

/* キャンペーン個別ページ */
.article .inner{
  display:flex;
  flex-direction: column;
  gap:28px;
  align-items: center;
  width:800px;
}
.article .article-header{
  display:flex;
  flex-direction: column;
  gap:8px;
}
.article h2{
  font-size:2em;
  line-height: 1.2;
  text-align: left;
}
.article-header h2{
  text-align: center;
}
.article ul{
  list-style: disc;
  padding-left:24px;
}
.article strong{
  font-weight:700;
}
.post-time{
  text-align: center;
  color:#454747;
}
.article-img{
  width:100%;
}
.article-img img{
  object-fit: unset;
  height: 100%;
  width:100%;
}
.article-content{
  width:100%;
  text-align: left;
  color:#454747;
}
.article-content h3{
  font-size:1.5em;
  font-weight:700;
  margin-top:40px;
}
.article-content p{
  margin-top:20px;
}
.post-navigation{
  width:100%;
  display:flex;
  justify-content: space-between;
  padding-top: 40px;
}
.nav_prev a,
.nav_next a{
  text-transform: none;
  padding: 4px 16px;
  color: var(--red);
  border-radius: 50vh;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-size: 1.2em;
  border: 2px solid var(--red);
  font-size:.8em;
}

@media (max-width: 768px) {
  .article .inner{
    gap:16px;
  }
}

/* 採用情報 */
.recruit .inner{
  display:flex;
  flex-direction: column;
  gap:40px;
}
.recruit .inner .main-img{
  width:100%;
}
.recruit h2 br{
  display:none;
}
.recruit .inner > p{
  text-align: center;
  color:#454747;
}
.target-tag{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:20px;
  width: 650px;
  max-width:100%;
  margin:0 auto;
}
.target-tag li{
  background:#ffcbb2;
  padding:8px 28px;
  text-align: center;
  border-radius:5vh;
}
.recruit p.red-text{
  color:var(--red);
}
.button-area{
  text-align: center;
}
.button-area .button{
  background:var(--red);
  color:white;
  flex-direction: row;
  width: fit-content;
  margin: 0 auto;
}
.recruit .button-area > p{
  color:gray;
  font-size:.9em;
  margin-top:8px;
}

@media (max-width: 780px) {
.recruit .inner > p {
  text-align: left;
}
.recruit .inner > p br{
  display:none;
}
.target-tag{
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}
.target-tag li{
  width:fit-content;
}
.recruit p.red-text{
  text-align: center;
}
.recruit p.red-text br{
  display:block;
}

}

@media (max-width: 380px) {

.recruit h2{
  line-height:1.2;
}
.recruit h2 br{
  display:block;
}

}

/* お問い合わせ */
.contact .inner{
  display:flex;
  flex-direction: column;
  gap:80px;
}
.contact .inner > p{
  text-align: center;
}
.contact .form-case{
  width:800px;
  max-width:100%;
  margin:0 auto;
}

@media (max-width: 480px) {
  .contact .inner > p{
    text-align: left;
  }
  .contact .inner > p br{
    display:none;
  }
}




/* ─── Contact wrapper ──────────────────────────── */
.c-entry--contact {
  background-color: #FFF;
  padding: 60px 80px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-top: 40px;
}

@media (max-width: 767px) {
  .c-entry--contact {
    padding: 30px 20px;
    margin-top: 20px;
  }
}

.p-contact-intro {
  font-size: 1.125rem;
  color: var(--color-dark);
  text-align: center;
  margin-bottom: 10px;
}

/* ─── Form grid layout ─────────────────────────── */
.p-contact-form .wpcf7 {
  margin-top: 40px;
}

.p-form-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* 2-column row */
.p-form-row {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.p-form-row--2col {
  flex-direction: row;
  gap: 24px;
}

.p-form-row--2col .p-form-group {
  flex: 1;
  min-width: 0;
}

.p-form-group p {
  display:flex;
  flex-direction: column;
  gap:8px;
}

@media (max-width: 767px) {
  .p-form-row--2col {
    flex-direction: column;
    gap: 24px;
  }
}

/* ─── Form group ───────────────────────────────── */
.p-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-form-group label {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 「入力必須」バッジ */
.p-form-required {
  display: inline-block;
  background-color: var(--red);
  color: #FFF;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  white-space: nowrap;
}

/* ─── Inputs ───────────────────────────────────── */
.p-form-group input[type="text"],
.p-form-group input[type="email"],
.p-form-group input[type="tel"],
.p-form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #D8D8D8;
  border-radius: var(--radius-small, 6px);
  background-color: #F7F7F7;
  font-size: 1rem;
  color: var(--color-dark);
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.p-form-group input[type="text"]::placeholder,
.p-form-group input[type="email"]::placeholder,
.p-form-group input[type="tel"]::placeholder,
.p-form-group textarea::placeholder {
  color: #ADADAD;
}

.p-form-group input:focus,
.p-form-group textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  background-color: #FFF;
  box-shadow: 0 0 0 3px rgba(230, 0, 35, 0.15);
}

/* textarea */
.p-form-group textarea {
  resize: vertical;
  min-height: 180px;
}

/* wpcf7 span wrapper をブロック化 */
.p-form-group .wpcf7-form-control-wrap {
  display: block;
}

/* ─── Privacy checkbox ─────────────────────────── */
.p-form-privacy {
  margin-top: 36px;
  text-align: center;
}

.p-form-privacy .wpcf7-acceptance {
  display: inline-block;
  font-size: 0.95rem;
}

.p-form-privacy .wpcf7-list-item {
  margin: 0;
}

.p-form-privacy .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  line-height: 1.6;
}

.p-form-privacy .wpcf7-acceptance input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1.5px solid #cccccd;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

/* チェック時 */
.p-form-privacy .wpcf7-acceptance input[type="checkbox"]:checked {
  border-color: var(--red);
  background-color: #fff;
}

/* 赤いチェックマーク */
.p-form-privacy .wpcf7-acceptance input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid var(--red);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* フォーカス時 */
.p-form-privacy .wpcf7-acceptance input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 0, 35, 0.15);
}

.p-form-privacy .wpcf7-acceptance a {
  color: var(--red);
  text-decoration: none;
}

.p-form-privacy .wpcf7-acceptance a:hover {
  text-decoration: underline;
}

/* ─── Submit button ────────────────────────────── */
.p-contact-form .wpcf7 input[type="submit"],
.p-contact-form .wpcf7 .wpcf7-submit {
  display: block;
  margin: 36px auto 0;
  background-color: var(--red);
  color: #FFF;
  padding: 16px 56px;
  border: none;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.p-contact-form .wpcf7 input[type="submit"]:hover,
.p-contact-form .wpcf7 .wpcf7-submit:hover {
  background-color: #CC001E;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(230, 0, 35, 0.35);
}

/* ─── Validation & response ────────────────────── */
.wpcf7-not-valid-tip {
  color: var(--red);
  font-size: 0.8rem;
  margin-top: 4px;
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 14px 20px;
  border-radius: var(--radius-small, 6px);
  font-size: 0.9rem;
  border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #EAF8EE;
  color: #1A7A35;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #FFF0F0;
  color: #CC001E;
}

.contact .button{
  margin:40px auto 0 auto;
  background:var(--red);
  color:white;
  border:2px solid var(--red);
}
.contact .button:hover{
  background:#ff9300;
  border:2px solid #ff9300;
}

.grecaptcha-badge { visibility: hidden; }