@charset "utf-8";

/* Theme: MyTheme */

@font-face{
  font-family: "ZenKaku";
  src: url("../fonts/ZenKakuGothicNew-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "ZenKaku";
  src: url("../fonts/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "ZenKaku";
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "ZenKaku";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "ZenKaku";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* WP
---------------------------------------------*/

.comment-reply-title{display:none;}
.comments-area{max-width: 750px;
width: 90%;
    margin: 0 auto;}
input{width: 90%;}
.form-sub{    display: block;
    width: 90%;
    margin: 0 0;
    text-align: left;
  font-weight:600;}
    .form-text{text-align: left;}
.comment-list-wrap .comment-meta{padding:0.5em 0em 0.5em 1em;
background:#fff3da;}
.comment-list-wrap .comment-author{font-size:1.2em;}
.comment-list-wrap .comment-content{padding: 2%;}
.comment-list-wrap .comment-content{
margin-top: 0.2em;}
.comment-list-wrap .comment-body{padding: 2% 0;}
.comment-form input[type="checkbox" i] {width: 10%;}
.comment-form .comment-form-cookies-consent{    
    text-align: left;}

 /* コメント送信ボタンを画像にする */
.comment-form input#submit,
.comment-form .submit {
  background: url("../images/webp/btncm.webp") no-repeat center / contain;
    width: 84%;
    height: 127px;         /* 画像に合わせる */
  padding: 0;
  border: 0;
  box-shadow: none;
  color: transparent;    /* 文字を見せない */
  text-indent: -9999px;  /* 予備 */
  cursor: pointer;
}

/* hover差分（必要なら） */
.comment-form input#submit:hover,
.comment-form .submit:hover {
  filter: brightness(0.95);
}

/* スマホ */
@media (max-width: 768px){
  .comment-form input#submit,
  .comment-form .submit {
height:16vw;
  }
}
/* ===== コメントヘッダ（アバター＋名前） ===== */
.comment-meta{
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ===== アバター ===== */
.comment-avatar{
  flex-shrink: 0;
}

.comment-list-wrap .comment-avatar img{
  width: 48px;          /* get_avatar() のサイズと合わせる */
  height: 48px;
  border-radius: 1%;
  display: block;
}

/* ===== 投稿者名 ===== */
.comment-author{
  font-weight: 600;
  line-height: 1.2;
}
.comment-list-wrap .children .comment-question{display: none;}
.comment-list-wrap .children{    margin: 0 0 1.5em 1em;}
.comment-list-wrap .children .comment-meta{    
    background: #ffdae8;}
/* root
---------------------------------------------*/
:root {
  --font-size-base: 16px;
  --sub-color:#986c1d;
}


@media (max-width: 750px) {
  :root {
    --font-size-base: clamp(16px, 4.28vw, 18px);
  }
}

/* ===== コメントヘッダ（アバター＋名前） ===== */
.comment-meta{
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ===== アバター ===== */
.comment-avatar{
  flex-shrink: 0;
}

.comment-avatar img{
  width: 48px;          /* get_avatar() のサイズと合わせる */
  height: 48px;
  border-radius: 50%;
  display: block;
}

/* ===== 投稿者名 ===== */
.comment-author{
  font-weight: 600;
  line-height: 1.2;
}

/* root
---------------------------------------------*/
:root {
  --font-size-base: 16px;
  --sub-color:#986c1d;
}


@media (max-width: 750px) {
  :root {
    --font-size-base: clamp(16px, 4.28vw, 18px);
  }
}

/* base
---------------------------------------------*/
* {margin:0;padding:0;}
#lp-root { width: 100%; }
a{
  cursor: pointer;}
a:link,a:visited {
	color: #2236cf;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
  background:#ffffff;
  text-align:center;
 scroll-behavior: smooth;
  font-size: var(--font-size-base);
  font-family: "ZenKaku", system-ui, -apple-system,
               "Hiragino Kaku Gothic ProN",
               "Noto Sans JP", sans-serif;
      color: #333333;
	-webkit-text-size-adjust: 100%;
}

#wrap{max-width: 750px;
margin: 0 auto;}
img{ display:block;
border: none;
max-width:100%;
height:auto;
margin:-1px auto;}

a img {
  pointer-events: auto;
}
.img-m0{margin:0 auto;}

.text{max-width: 90%;
padding:2em 0 0;
line-height: 150%;
font-weight:500;
    letter-spacing: -0.05em;
text-align: left;
display: block;
margin:0 auto;

}
.text p{margin-bottom:1.5em;}

footer{position: relative;
  z-index: 100;
  font-size:0.7em;
padding:2em 0;
color: #fff;
background: var(--sub-color, #143078);}
footer a{    text-decoration: none !important;
    color: #fff !important;}



/* layout
---------------------------------------------*/
ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

/* utilities
---------------------------------------------*/
.c{color:#fe2256;}
.b{font-weight:bold;}
.y{background-color: #ffff66;}
.l{font-size:1.2em;    line-height: 130%;}
.ll{font-size:1.5em;    line-height: 130%;}
.u {  text-decoration: none;
background: linear-gradient(rgba(255, 204, 255,0) 80%, rgb(249, 250, 215) 20%);
background-repeat: no-repeat;
background-size: 100% 100%;

}

/* components
---------------------------------------------*/
/* 親コンテナ */
.image-container {
  position: relative; /* 子要素の位置基準を設定 */
  max-width: 750px; /* 大きな画像の最大幅 */
  width: 100%; /* 画面幅に合わせて縮小 */
  margin: 0 auto; /* センター揃え（必要なら） */
}
.video-container {width: 100%;
    height: auto;
    position: absolute;
    display: inline-block;
    left: 50%;
        top: 51%;
    transform: translate(-50%, -50%);
}
.item1{        width: 85%;
    height: auto;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.item2{       width: 74%;
    height: auto;
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.timer1{    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.1em;
    font-weight: 800;
    color: #e30000;
    letter-spacing: 0.02em;
      font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;

}
 .num { font-size: 1.2em; }
.timer1 #countdown{}
.arrow1{   width:4.1%;
 position: absolute; /* 親画像を基準に配置 */
  top: 50%; 
  left: 50%; /* 左から50%の位置（例） */
  z-index: 5;
}
.arrow2{   width: 17%;
 position: absolute; /* 親画像を基準に配置 */
  top: 0%; /* 上から30%の位置（例） */
  left: 50%; /* 左から50%の位置（例） */
    z-index: 5;
}
.arrow3{    width: 14%;
 position: absolute; /* 親画像を基準に配置 */
  top: 0%; /* 上から30%の位置（例） */
  left: 50%; /* 左から50%の位置（例） */
    z-index: 5;
}

/* ---  pagetop  ---*/
.pagetop{width:72px;
height:72px;
font-size: 24px;
padding: 1em;
background:var(--sub-color, #143078);
border-radius: .3em;
display: block;
    line-height: 0.9;
position: fixed;
bottom:25px;
right:25px;
margin:0 auto;
z-index:15;}
.pagetop a{text-decoration: none;
   vertical-align: middle;
    color: #fff;}
#target{
  opacity: 0;
  transition: opacity .3s ease-in-out;
  pointer-events: none;   /* ← 透明の時はクリック無効 */
}
#target img{pointer-events: none;   /* ← 透明の時はクリック無効 */}
#target.is-visible{
  opacity: 1;
  
}

#target.is-visible img{pointer-events: auto;   /* ← 表示中だけクリック有効 */}
#target2 {
      opacity:0;
            transition: opacity 0.3s ease-in-out;  /* フェードアウトにスムーズなトランジションを追加 */
}


/* pages - home
---------------------------------------------*/
/* ---  追尾バナー ---*/
.banner{width:750px;
max-width: 100%;
height:auto;
position: fixed;
bottom:1%;
margin:0 auto;
z-index: 10;
}
.banner img{width:94%;}
.banner-wrap{        max-width: 22%;
    height: auto;
    transform: translate(0%, -50%);
    position: absolute;
    right: -1.5%;
    top: 51%;
}


/* btn */
.btn-box{      width: 89%;
    position: absolute;
    top: 34%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);}
    .btn2 .btn-box{top: 48%;}
.btn3 .btn-box{top: 40%;}
.btn4 .btn-box{top: 37%;}
.btn5 .btn-box{top: 42%;}
.btn6 .btn-box{top: 50%;}
.btn7 .btn-box{top: 50%;}
.form-ring{   width:82%;
  height:142px;
        position: absolute;

    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 6;
    pointer-events: none;}

   /* 親要素に表示設定 */
    .btn-box {
      display: inline-block;
      overflow: hidden;
    }

    /* 画像の初期状態 */
    .btn-box img {
      display: block;
      width: 100%; /* 画像サイズをレスポンシブ対応に */
      filter: brightness(1); /* 初期は少し暗くする */
      transition: filter 0.3s ease; /* 滑らかなアニメーション */
    }

    /* Hover時の状態 */
    .btn-box:hover img{
      filter: brightness(1.2); /* 明るくする */
    }

/* form */


/* ---  ring  ---*/
.ring::after {
    animation-delay: 0.4s;
}
.ring::before, .ring::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	    border-radius: 100vh;
    top: 0;
    left: 0;
        box-shadow: 0 0 50px rgba(53, 250, 148, 0.53) inset;
    animation-name: ring;
}
.ring, .ring::before, .ring::after {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.btn {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@keyframes ring {
0% {
    transform: scale(0.95);
    opacity: 1;
}

90% {
    opacity: 0.1;
}
100% {
    transform: scale(var(--ring-scale, 1.3));
    opacity: 0;
}
}


/* animations
---------------------------------------------*/
.pulse{
animation: pulse 1s forwards ease-out;
    animation-iteration-count: infinite;}
/* ---  pulse  ---*/
@keyframes pulse{
0% {
    transform: translate(-50%, -50%) scaleX(1);
}

50% {
    transform: translate(-50%, -50%) scale( 1.05);
}
100% {
    transform: translate(-50%, -50%) scaleX(1);
}
}
/* ---  up-down  ---*/
.up-down{
animation: up-down 1.5s forwards ease-out;
    animation-iteration-count: infinite;}
@keyframes up-down {
  0% {
    transform: translate(-50%,0%);
  }
  50% {
    transform: translate(-50%, calc(0% + 15%));
  }
  100% {
    transform: translate(-50%, 0%);
  }
}

/* ---  点滅  ---*/
.blinking{
 -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity: 0.2 ;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity: 0.2 ;}
    100% {opacity:1;}
}
.poyon-img {
  animation: poyon 4s ease-in-out infinite;
}

@keyframes poyon {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }

  20% {
    transform: translate(-50%, calc(-50% - 4px)) scale(1.05, 0.95);
  }

  40% {
    transform: translate(-50%, -50%) scale(0.97, 1.03);
  }

  60% {
    transform: translate(-50%, calc(-50% - 2px)) scale(1.03, 0.97);
  }

  80% {
    transform: translate(-50%, -50%) scale(0.99, 1.01);
  }
}

/* responsive
---------------------------------------------*/
@media screen and (min-width: 750px) and (max-width: 960px) {
.pagetop{
 width: 8vw;
    height: 8vw;
    padding: 2vw;
    line-height: 0.9;
    position: fixed;
    bottom: 30vw;
    right: 2%;
}
}
@media only screen and
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 751px){
	.sp{display:none;}
}
@media screen and (max-width: 750px){
	#wrap{width: 100%;
    overflow: hidden;}
	.pc{display:none;}
        iframe {
        position: relative;
        max-width: 93.5vw;
        height: 53vw;
        top: 0.5vw;
    }
.timer1{    font-size: 1em;}
    #comments{padding: 2em 0;}
	footer br{display:inherit;}
#container{width: 100%;}
.btn-container{overflow: hidden;}
.form-ring{    height: 19vw;}
.pagetop{    width: 8vw;
    height: 8vw;
    font-size: 4vw;
    padding: 2vw;
    line-height: 0.9;
    position: fixed;
    bottom: 35vw;
    right: 2%;
}

}
