
/*  デフォルト
-------------------------------------------------------------*/
* { 
    margin: 0px; 
    padding: 0px; 	
}

img {
    width: 100%;
    height: auto;
	vertical-align:top;
}

img,
a,
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  outline: none;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}


@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

/* anker */

a{ color: #646262; }
a:link,
a:visited,
a:hover,
a:active{ text-decoration:underline; }
a:hover,
a,
input[type="submit"],
input[type="button"]{
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
a:hover{ opacity:0.8; }


mark {
	 background: linear-gradient(transparent 0%, #FFFF9D 0%);
}

/* main */

body{
	width: 100%; 
	margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size:15px;
    font-family: "游ゴシック Light", "游ゴシック", "YuGothic", sans-serif;
font-weight: 200;
	}

.product-main {
  width: 100%; 
position: static;
background-color: #fff;
	width:100%; 
	padding: 0em; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;

  /* 画像を常に天地左右の中央に配置 */
  background-position: center center ;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}




/* box */


.product-flame {
    width:35%; 
	padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	 background-image: url("../image/2025/bg-product.jpg");

  background-repeat: repeat-y;     /* 縦方向に繰り返す */
  background-size: 100% auto;      /* 横幅100%に合わせて、高さは自動調整 */
  background-position: center top; /* 横中央から縦上部に固定（任意） */
}

@media screen and (max-width:780px){
 
.product-flame  {
    width:100%; 
		padding: 0em;
    margin: 0em ;
} } 


.top-line {
    width:100%; 
	padding: 2em 0em 0em 0em ; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
	background-color: #383231;
}


.top-1ogo {
    width:45%; 
	padding: 2em 0em ; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
	
}

.top-image {
    width:100%; 
	padding: 0em ; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
	
}

.top-ent {
    width:25%; 
	padding: 1em 0em 1.5em 0em; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
	
}



.product-line {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #383231; /* 今と同じ色 */
}


.product-inmyden {
    width:100%; 
	padding: 2em 0em 2em 0em; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
	
}

.product-scroll1 {
   width: 100%;
  aspect-ratio: 7.5 / 1; /* 縦横比を固定する */

  background-image: url("../image/2025/scroll1.png");
  background-repeat: repeat-x;
  background-size: auto 100%; /* 縦100%にして比率保つ */
  background-position: 0 0;
  animation: bg-scroll-right 30s linear infinite;
  overflow: hidden;
}

@keyframes bg-scroll-right {
  from {
    background-position: -100% 0;
  }
  to {
    background-position: 0 0;
  }
}


.product-play {
  position: relative;
  width: 100%;
  max-width: 768px; /* お好みで */
	padding: 2em 0em 2em 0em; 
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1.5s ease;
}




.product-play.show {
  opacity: 1;
}

.product-play .base-img {
  width: 100%;
  height: auto;
  display: block;
}

.play-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4; /* 元画像の縦横比（たとえば 768x1085 → 約0.707） */
  max-width: 768px;
  margin: 0 auto;
  overflow: hidden;
}

.play-wrapper .base-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.product-play .play-overlay {
  position: absolute;
  top: 4.5%;   /* 好きな位置に微調整してね */
  left: 15%;
  width: 24%; /* お好みで */
  opacity: 0;
  animation: fadeInPlay 1.2s ease 0.3s forwards;
}

@keyframes fadeInPlay {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-about {
    width:95%; 
	padding: 0em 0em 2em 0em; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
	
}

.product-tag {
    width:35%; 
	padding: 1em 0em 1.5em 0em; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
	
}

.product-scroll2 {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

#scrollImage {
  width: 100%;
  display: block;
}

.click-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.66%;  /* 横6分割 */
  cursor: pointer;
}

/* 各人に対応する位置調整（左からの位置） */
.zone-5 { left: 16.66%; }  /* 右から5番目（左から2番目） */
.zone-3 { left: 49.98%; }  /* 右から3番目（左から4番目） */
.zone-1 { left: 83.3%; }   /* 右端（右から1番目＝左から6番目） */


.product-profile {
    width:100%; 
	padding: 2em 0em ; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
}


.flower-block {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  cursor: pointer;
}

.flower-background {
  width: 100%;
  display: block;
}

/* 虎たち（非表示→表示） */
.tiger {
  position: absolute;
  width: 15%;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.tiger1 { top: 37%; left: 2%; }
.tiger2 { top: 37%; left: 28%; }
.tiger3 { top: 37%; left: 54%; }
.tiger4 { top: 37%; left: 80%; }

.tiger.active {
  opacity: 1;
  transform: scale(1);
}

/* クリック判定用の透明な四角（4つ） */
.click-area {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
}

.area1 { left: 0%; }
.area2 { left: 25%; }
.area3 { left: 50%; }
.area4 { left: 75%; }




/*------ スライダーの横幅 ------*/
.slider{
  width:100%;
  margin:0em 0em 2em 0em; auto;
}

/*------ スライダー画像 ------*/
.slider img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
	height:auto!important;
}

/*---------- 矢印 ----------*/

.slick-arrow{
    z-index:2!important;
    width:40px!important;
    height:50px!important;
}

.slick-next{
    right:5%!important;
}

.slick-prev{
    left:5%!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}


.slick-arrow:before{
	opacity:1!important;
}




/*------ スライダーの横幅 ------*/
.slider2{
  width:100%;
  margin:0em 0em 2em 0em; auto;
}

/*------ スライダー画像 ------*/
.slider2 img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider2 .slick-slide{
	height:auto!important;
}


/*------ スライダーの横幅 ------*/
.slider3{
  width:100%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider3 img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider3 .slick-slide{
	height:auto!important;
}




header {
	background:#fff;
	 z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}



/* footer */

footer {
 text-align: center;
 align-items: center;
}

.footer_copyrights {
	 display: flex;
  align-items: center;        /* ← 縦方向の中央揃え */
  justify-content: center;    /* ← 横方向の中央揃え（念のため） */
  color: #fff;
  text-align: center;
  font-size: 14px;
  height: 2em;             /* ← 高さを指定（例） */
  background-color: #383231;
  margin: 2em 0 0 0;
}
