@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

:root {
  --font-family-sans-serif: "Lato", "Noto Sans JP", "Sawarabi Mincho", Meiryo, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
  font-family: sans-serif;
}

body {
  font-family: "Lato", "Noto Sans JP", sans-serif !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.form-check {
  padding: 0px;
}

#scroll-top {
  position: fixed;
  bottom: 10px;
  right: 12px;
  background-color: #FEFEFE;
  border: none;
  border-radius: 20%;
  outline: none;
}

img[name="logo"] {
  width: 100px;
  height: auto;
}

.bi-chevron-right {
  font-size: 25px;
}

.bi-apple {
  font-size: 20px;
  margin-right: 5px;
}

.bi-google-play {
  font-size: 20px;
  margin-right: 5px;
}

.store-btn{
  width: 100%;
  font-weight: 600;
  font-size: 1.1rem;
  text-wrap: nowrap;
  box-shadow: 2px 2px 4px gray;
}

.sawarabi {
  font-family: 'Sawarabi Mincho', sans-serif;
}

.headline {
  display: inline-block;
  max-width: 90%;
  background: var(--primary-t7);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 15px 8px;
  margin: 0.5em 0;
  border-radius: 50px 50px 50px 50px;
}

.headbaloon {
  padding: 0.6em 0.2em;
  margin-bottom: 20px;
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
  position: relative;
  background: var(--primary-t1);
  font-weight: bold;
  color: #FFF;
}

.headbaloon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: var(--primary-t1) transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

.point-box {
  position: relative;
  margin: 2.5em 0;
  padding: 0.5em 1em;
  border: solid 3px var(--primary-t1);
}

.point-box .point-box-headline{
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: var(--primary-t1);
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.point-box .point-box-title {
  font-size: 1.4em;
  padding: 4px;
  text-align: start;
  color: var(--primary-t1);
  font-weight: bold;
  letter-spacing: 0.03em;
}

.point-box p {
  font-size: 1.2em;
  padding: 10px 15px;
  margin: 0;
  text-align: start;
}

.poster-spot .poster-spot-headline{
  background-color: var(--primary-t9);
  text-align: start;
  padding: 10px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.poster-spot-headline .poster-spot-name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.poster-spot-headline .poster-spot-name-long{
  margin: 0;
  font-size: 1.15rem;
  font-weight: bold;
}

.poster-spot-headline .poster-spot-address {
  margin: 0;
  font-size: 0.9rem;
}

.poster-spot dt{
  font-size: 1.0em;
  width: 6em;
  position: relative;
  margin-top: .5em;
  padding: .4em 0;
  background-color: #F1F1F1;
}
.poster-spot dd{
  text-align: start;
  font-size: 1.2em;
  font-weight: 500;
}
.fusen-1 {
    display: inline-block;
    position: relative;
    padding: .5em 1.3em .5em 1em;
    margin:.5em 0;
    background-color:var(--primary-t3);
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.01em;
}

.fusen-1::before {
    position: absolute;
    bottom: -1px;
    right: 9px;
    z-index: -1;
    transform: rotate(5deg);
    width: 70%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}

.heart {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.0rem;
  font-weight: bold;
  color: #FFF;
  margin: 0.5rem;
  isolation: isolate;
  padding-bottom: 6px;
}
.heart::before,
.heart::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 40px;
  background: #FF458E !important;
  border-radius: 25px 25px 0 0;
  z-index: -1;
  top: 0;
}
.heart::before {
  left: 25px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.heart::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.poster-spot-headline .heart {
  background: transparent;
  margin: 0;
}
.poster-spot-headline .heart::before,
.poster-spot-headline .heart::after {
  background: #FF458E !important;
}

#video {
  width: 100%;
}
.card:has(+#video) {
  margin-bottom: 1rem;
}

#btn-coupon-after {
  width: 100%;
  display: inline-block;
  padding:11px 10px;
  color: #FFF;
  text-decoration :none;
  box-shadow: 5px 5px 7px darkgray;
  transition: .3s;
}

.mobile-nav {
  display: flex;
  justify-content: space-around;
  padding-right: unset !important;
}

.bloc-icon i {
  font-size: clamp(2.25rem, 9dvmin, 3.5rem);
}


.bi-qr-code-scan {
  font-size: clamp(3rem, 14dvmin, 5rem) !important;
}

.fs-footer {
  font-size: 13px;
}
.bloc-icon {
  flex: 1;
  text-align: center;
  color: inherit;
  text-decoration: none;
}
.bloc-icon.qr-button {
  flex: inherit;
}

.qr-button {
  color: #F1F1F1;
  border: solid clamp(.25rem, 1.25dvmin, .5rem);
  z-index: 1;
  border-radius: 50%;
  transform: translateY(calc(-1 * clamp(2rem, 8dvmin, 3.25rem)));
  height: clamp(5.25rem, 27dvmin, 11rem);
  width: clamp(5.25rem, 27dvmin, 11rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer {
  margin-bottom: 35dvmin;
}

.btn-common {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: inherit;
  text-decoration: none;
  height: min(35dvmin, 11rem);
  font-size: clamp(0.7rem, 5dvmin, 1.1rem);
}

.btn-common i.bi {
  font-size: clamp(2rem, 15dvmin, 5rem);
}

.color-common {
  background-color: #F1F1F1;
}

#pr-banner li{
  list-style: none;
  margin: 0.5rem;
}

#pr-banner li:hover img {  
  transform: scale(1.05);  
  transition: transform 0.3s ease;  
}  

.card-image {
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

#qrModal {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  /* 他の要素の上に表示 */
  justify-content: center;
  align-items: center;
}

#qrVideo {
  max-width: 100%;
  max-height: 100%;
}

#closeModal {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.movie-text {
  /* display: inline;*/
  margin: 0; 
}

.movie-text-area {
  text-align: center;
  margin-bottom: 1rem;
}

.coupon-text {
  text-decoration: none;
  color: unset;
}

.coupon-after:disabled {
  background-color: gray;
  border-color: gray;
  color: white;
}

/* QRコード */
#loading,#success,#error {
    display: none;
    position: fixed;
    width: 150px;
    height: 40px;
    top: 80px;
    left: 25px;
    z-index: 1;
    opacity: 1;
}
/* クーポンセクション（活性化） */
.banner-btn-base {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: solid 1px lightgray;
}
/* クーポンセクション（非活性化）*/
.banner-btn-base-disable {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: solid 1px lightgray;
  pointer-events: none;
}

/* クーポン獲得前 */
.coupon-disable-txt {
  font-weight: bold;
  font-size: xx-large;
}

/* バナーボタン */
.banner-btn-container {
  padding: 2dvmin 6dvmin;
}
/* バナーボタンのテキスト */
.btn-overlay-container {
  display: block;
  border-top: solid 1px lightgray;
}
.btn-overlay-base {
  margin: 0;
  background-color: inherit;
}
.btn-overlay-title {
  font-size: clamp(1rem, 5dvmin, 2.8rem);
  line-height: clamp(1rem, 5dvmin, 2.8rem);
  padding: clamp(0.7rem, 3dvmin, 1.1rem) 2dvmin;
}
.btn-overlay-title:has(+.btn-overlay-icon) {
  padding-bottom: 0;
}
.btn-overlay-description {
  font-size: clamp(0.75rem, 3.75dvmin, 1.25rem);
  line-height: clamp(1rem, 4dvmin, 1.5rem);
  padding: 0 2dvmin;
  padding-bottom: clamp(0.7rem, 3dvmin, 1.1rem);
}
.btn-overlay-description:has(+.btn-overlay-title) {
  padding-top: clamp(1rem, 4dvmin, 1.5rem);
  padding-bottom: 2dvmin;
}
.btn-overlay-title:has(+.btn-overlay-description) + .btn-overlay-description {
  text-align: left;
}
.btn-overlay-icon {
  font-size: clamp(2.25rem, 9dvmin, 3.5rem);
  padding-top: 1dvmin;
  display: block;
}
/* HowTo、イベントメインのイベント概要のフォントサイズ */
.common-text {
  font-size: clamp(1.0rem, 3dvmin, 2.0rem);
}

/* 初回の画面描画時のアコーディオンヘッダー背景色と文字色 */  
.accordion-button:not(.collapsed){  
  background-color: var(--primary-t4); 
  color: #595959;  
}  

/* 開いている状態のアコーディオンヘッダー背景色と文字色 */  
.accordion-button:focus {  
  background-color: var(--primary-t4); 
  color: #595959;  
}  
  
/* 折りたたまれている状態の背景色と文字色 */  
.accordion-button.collpsed {  
  background-color: var(--primary-t4);  
  color: #595959;  
}  
  
/* アコーディオン枠線 */  
.accordion-item {  
  border: 1px solid var(--primary-t4);  
}  

.overlay-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(128, 128, 128, 0.5);
	z-index: 10;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 2px dimgrey;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: xx-large;
}

.wp-video {
  width: 100% !important;
}

.wp-video-shortcode{
  width: 100% !important;
}

.ays-quiz-container{
  width:95% !important
}
/* ローディング表示 */
#loading {  
  position: fixed;  
  top: 0;  
  left: 0;  
  width: 100vw;  
  height: 100vh;  
  background: white;  
  display: flex;  
  justify-content: center;  
  align-items: center;  
  z-index: 9999;  
}  
/* スピナーのスタイル */  
.spinner {  
  border: 8px solid #f3f3f3;  
  border-top: 8px solid var(--primary-t1); 
  border-radius: 50%;  
  width: 60px;  
  height: 60px;  
  animation: spin 1s linear infinite;  
}  
@keyframes spin {  
  0% { transform: rotate(0deg); }  
  100% { transform: rotate(360deg); }  
}

/* 画像拡大モーダル */
.image-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.image-modal-content {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  animation: zoom 0.3s;
}

@keyframes zoom {
  from { transform: scale(0.7); }
  to { transform: scale(1); }
}

.image-modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
}

.image-modal-close:hover,
.image-modal-close:focus {
  color: #bbb;
}