/*
.ttl_box{
    position: relative;
    width: 100%;
	z-index: 10;
}
*/
.aboutus_main {
  position: relative;
  width: 100%;
  top: 0;
	margin-top: -15%;
  padding-top: 0%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  text-align: left;
  z-index: 7;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #000000;
}

.aboutus_wrap_movie {
  padding-left: 0%;
  padding-right: 0%;
}

.about_copy_header {
  position: relative;
  padding-top: 0%;
  padding-bottom: 0%;
padding-left: 0%;
  width: 100%;
  z-index: 2;
  margin-top: -20%;
	text-align: center;
}

.about_copy_ttl {
 font-size: 95px;
  font-size: 9.5rem;
  line-height: 0.8em;
}

.about_txt {
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.5em;
}

.about_txt2 {
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.5em;
}
.about_copy_ttl,
.about_txt{
    opacity:0;
    transform:translateY(40px);
}

/* タイトル */
.about_copy_ttl{
    animation: fadeUp 1.2s ease forwards;
}

/* テキストは少し遅れて */
.about_txt{
    animation: fadeUp 1.2s ease forwards;
    animation-delay:0.4s;
}

@keyframes fadeUp{
    0%{
        opacity:0;
        transform:translateY(40px);
        filter:blur(8px);
    }
    100%{
        opacity:1;
        transform:translateY(0);
        filter:blur(0);
    }
}


@media only screen and (max-width: 768px) {
  #header {
    position: fixed;
    height: 100px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
    opacity: 0.9;
    z-index: 1000;
  }

/*
  .ttl_box {
    padding-top: 7%;
    padding-bottom: 1%;
    z-index: 1000;
    position: relative;
  }
*/

  .wrap_movie {
    width: 100%;
    position: relative;
    z-index: -1;
    margin-top: -35%;
  }

  .aboutus_main {
    position: relative;
    width: 100%;
    top: 0;
	  margin-top: -15%;
    padding-top: 0%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    text-align: left;
    z-index: 7;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000000;
  }

  .about_copy_header {
    position: relative;
    padding-top: 0%;
    padding-bottom: 20%;
    width: 100%;
    z-index: 2;
    margin-top: -70%;
  }


  .about_copy_ttl {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 0.8em;
    padding-bottom: 5%;
	  text-align: center;
  }

  .about_txt {
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5em;
	  text-align: center;
  }
	
	  .about_txt2 {
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.5em;
  }

}



.section_block_aboutus {
  position: relative;
  z-index: 6;
  padding-top: 10%;
  padding-bottom: 10%;
  width: 100%;
}

#bg_drrrkaboutus {
  color: #999999;
  background: url("../img/aboutus/bg_aboutus.jpg") center no-repeat;
  background-size: 100%;
  text-align: left;
  margin-top: 0%;
  background-position: center;
  background-attachment: inherit;
  background-color: #111111;
  z-index: 5;
  display: block;
  padding-top: 15%;
  padding-bottom: 15%;
  height: auto;
  min-height: 620px;
}

.bg_caption {
  font-size: 25px;
  font-size: 2.5rem;
  padding-bottom: 1%;
  display: block;
  letter-spacing: 0.1em;
}

.bg_section_ttl {
  font-size: 95px;
  font-size: 9.5rem;
  padding-bottom: 1%;
  display: block;
}

.bg_section_ttl2{
  font-size: 65px;
  font-size: 6.5rem;
  padding-bottom: 1%;
  display: block;
}

.bg_section_txt {
  font-size: 25px;
  font-size: 2.5rem;
  padding-bottom: 5%;
}


@media screen and (max-width: 768px) {
  .section_block_aboutus {
    position: relative;
    z-index: 6;
    padding-top: 10%;
    padding-bottom: 10%;
    width: 100%;
  }

  #bg_drrrkaboutus {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #111111;
    margin-top: 0;
    padding: 15% 10% 15% 10%;
    position: relative;
    z-index: 5;
    display: block;
    min-height: 350px;
  }

  #bg_drrrkaboutus {
    background-image: url("../img/aboutus/bg_aboutus_sp.jpg");
  }

  .bg_caption {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 1%;
    display: block;
    letter-spacing: 0.1em;
  }

  .bg_section_ttl {
    font-size: 45px;
    font-size: 4.5rem;
    padding-bottom: 7%;
    display: block;
	  text-align: center;
  }
	
  .bg_section_ttl2 {
    font-size: 35px;
    font-size: 3.5rem;
    padding-bottom: 7%;
    display: block;
	  text-align: center;
  }	

  .bg_section_txt {
    font-size: 20px;
    font-size: 2.0rem;
    padding-bottom: 7%;
	  text-align: center;
  }

}


.marquee-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 7%;
  padding-bottom: 7%;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-inner {
  display: flex;
  white-space: nowrap;
}

.marquee-inner span {
  font-size: 8vw;
  font-weight: 700;
  padding-right: 3rem;
  letter-spacing: 0.08em;
  opacity: 0.55;
}

.marquee-left .marquee-inner {
  animation: marquee-left 22s linear infinite;
}


.marquee-right .marquee-inner {
  animation: marquee-right 26s linear infinite;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.marquee {
  line-height: 1.1;
}

.marquee-right {
  margin-top: -1.5vw;
}

@media screen and (max-width: 768px) {

  .marquee-inner span {
    font-size: 16vw;
    font-weight: 700;
    padding-right: 3rem;
    letter-spacing: 0.08em;
    opacity: 0.55;
  }

  .marquee {
    line-height: 0.9;
  }

  .marquee-right {
    margin-top: -1.8vw;
  }


}



.insta_footer {
  width: 100%;
  padding: auto;
  height: 0px;
  position: relative;
  z-index: 5;
}

.insta_box {
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
  z-index: -1;
}

.insta_box li {
  margin-right: 1px;
  list-style: none;
  display: inline-block;
  width: 19.5%;
}

.insta_box li img {
  width: 100%;
}

@media screen and (max-width: 738px) {
  .insta_box li {
    margin-right: 1px;
    list-style: none;
    display: inline-block;
    width: 19.5%;
  }

  .insta_box li img {
    width: 100%;
  }

}





.flowline-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 0%;
  padding-bottom: 0%;
}

.flowline-row {
  width: 100%;
  overflow: hidden;
}

.flowline-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.flowline-track img {
  height: 12vw;
  min-height: 258px;
  width: auto;
  margin-right: 0rem;
  opacity: 0.85;
}


.flowline-row--a .flowline-track {
  animation: flowline-left 24s linear infinite;
}

.flowline-row--b .flowline-track {
  animation: flowline-right 30s linear infinite;
}

.flowline-row--c .flowline-track {
  animation: flowline-left 38s linear infinite;
}

@keyframes flowline-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes flowline-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}



.product_ttl {
  font-size: 95px;
  font-size: 9.5rem;
  line-height: 1em;
  padding-bottom: 3%;
	text-align: center;
}

.product_txt {
  font-size: 25px;
  font-size: 2.5rem;
	text-align: center;
}

.cart_btn {
  font-size: 45px;
  font-size: 4.5rem;
	margin-top: 3%;
	margin-bottom: 3%;
	text-align: center;
	
}

@media only screen and (max-width: 768px) {

.cart_btn {
  font-size: 30px;
  font-size: 3.0rem;
	margin-top: 7%;
	margin-bottom: 5%;
	text-align: center;
	
}

}
.cart_btn a{
	position:relative;
	display:inline-block;
	padding:0px 0px;
	padding-bottom: 10px;
	font-weight:600;
	letter-spacing:0.01em;
	text-decoration:none;

	background:linear-gradient(90deg,#2d2d2d,#3d3d3d,#2d2d2d);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;

	animation:heartbeat 1.8s infinite;
	transition:.3s;
}

/* hoverで赤 */
.cart_btn a:hover{
	background: linear-gradient(90deg,#1a0000,#6a0000,#2a0000);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}

.cart_btn a:hover::after{
	height:3px;
	filter:brightness(1.6);
}

/* 血流ライン */
.cart_btn a::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-6px;
	width:100%;
	height:2px;

	background:linear-gradient(
	90deg,
	transparent,
	#8a0000,
	#ff2a2a,
	#8a0000,
	transparent
	);

	background-size:250% 100%;
	animation:bloodFlow 1.6s linear infinite;
}


@keyframes heartbeat{

	0%{
		transform:scale(1);
	}

	8%{
		transform:scale(1.02);
	}

	16%{
		transform:scale(0.99);
	}

	24%{
		transform:scale(1.015);
	}

	32%{
		transform:scale(1);
	}

	40%{
		transform:scale(1.01);
	}

	48%{
		transform:scale(1);
	}

	100%{
		transform:scale(1);
	}
}

/* 血流 */
@keyframes bloodFlow{

	0%{
		background-position:100% 0;
	}

	100%{
		background-position:-100% 0;
	}
}






.scene_ttl_box {
  position: relative;
  padding-top: 10%;
  padding-bottom: 0%;
  width: 100%;
  z-index: 1;
  margin-bottom: 3%;
text-align: center;
}

.scene_copy {
  font-size: 120px;
  font-size: 12.0rem;
  line-height: 0.8em;
  padding-bottom: 0%;
}

.section_center_ttl {
  font-size: 95px;
  font-size: 9.5rem;
  line-height: 0.8em;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}


.forthe_ttl_box {
  position: relative;
  padding-top: 0%;
  padding-bottom: 0%;
  width: 80%;
  z-index: 2;
  margin-top: -50%;
  padding-left: 5%;
}

.forthe_copy {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1em;
  padding-bottom: 10%;
}

.forthe_txt {
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (max-width: 768px) {

  .product_ttl {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1em;
	  padding-top: 5%;
    padding-bottom: 5%;
	  text-align: center;
  }

  .product_txt {
    font-size: 20px;
    font-size: 2.0rem;
	  line-height: 1.5em;
	  text-align: center;
  }

  .scene_copy {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 0.8em;
    padding-bottom: 0%;
  }

  .section_center_ttl {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.0em;
    text-align: center;
    padding-top: 15%;
    padding-bottom: 15%;
  }


  .forthe_ttl_box {
    position: relative;
    padding-top: 0%;
    padding-bottom: 0%;
    width: 100%;
    z-index: 2;
    margin-top: -50%;
    padding-left: 5%;
  }

  .forthe_copy {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1em;
    padding-bottom: 10%;
  }

  .forthe_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }


}

#contact_bg {
  color: #999999;
  background: url("../img/aboutus/bgcontact.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 15%;
  background-position: top;
  background-attachment: fixed;
  background-color: #222222;
  position: relative;
  z-index: 8;
  display: block;
  display: flex;
  justify-content: center;
}

.section_contact_ttl {
  font-size: 95px;
  font-size: 9.5rem;
  line-height: 0.9em;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 10%;
}

.contact_inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section_contact_ttl {
  text-align: center;
}

@media screen and (max-width: 738px) {
  #contact_bg {
    color: #999999;
    background-image: url("../img/aboutus/bgcontactsp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
    padding-top: 30%;
    padding-bottom: 30%;
    padding-left: 7%;
    padding-right: 7%;
    background-attachment: inherit;
    background-color: #0062a2;
    position: relative;
    z-index: 8;
    display: block;
    overflow: hidden;
  }

  .section_contact_ttl {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1em;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 10%;
  }

}








.section {
  position: relative;
  margin-top: 5%;
  padding-bottom: 5%;
}
.section{
position:relative;
overflow:hidden;
}



.heartbeat-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(90deg, #120000, #5a0000);
  overflow: hidden;
  transition: width 0.1s ease-out;
}

@media screen and (max-width:768px){

.heartbeat-line{
width:100%;
}

}

.light {
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 30, 30, 0.9),
      rgba(180, 0, 0, 0.7),
      transparent);
  filter: blur(2px);
  opacity: 0;
}

@keyframes bloodFlow {
  0% {
    left: -50%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  70% {
    opacity: 0.7;
  }

  100% {
    left: 120%;
    opacity: 0;
  }
}

.heartbeat-line.pulse .light {
  animation: bloodFlow 1s ease-out;
}

@keyframes realHeartbeat {

  0% {
    height: 3px;
    transform: translateX(0);
    box-shadow: 0 0 0 rgba(255, 0, 0, 0);
  }

  12% {
    height: 8px;
    transform: translateX(-1px);
    box-shadow: 0 0 22px rgba(255, 0, 0, 0.45);
  }

  20% {
    height: 3px;
    transform: translateX(1px);
  }

  38% {
    height: 6px;
    transform: translateX(-1px);
    box-shadow: 0 0 16px rgba(255, 0, 0, 0.35);
  }

  46% {
    height: 3px;
    transform: translateX(0);
  }

  65% {
    background: linear-gradient(90deg, #080000, #200000);
    box-shadow: 0 0 6px rgba(120, 0, 0, 0.2);
  }

  100% {
    height: 3px;
    background: linear-gradient(90deg, #120000, #5a0000);
    box-shadow: 0 0 0 rgba(255, 0, 0, 0);
  }
}

.heartbeat-line.pulse {
  animation: realHeartbeat 1.3s cubic-bezier(.22, .61, .36, 1);
}

.heartbeat-line::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 10px;
  background: radial-gradient(circle at center,
      rgba(255, 50, 0, 0.5),
      transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.heartbeat-line.pulse::after {
  opacity: 1;
}

@keyframes fireHeartbeat {

  0% {
    height: 3px;
    transform: translateX(0) scaleY(1);
    box-shadow: 0 0 0 rgba(255, 0, 0, 0);
  }

  10% {
    height: 18px;
    transform: translateX(-2px) scaleY(1.3);
    box-shadow:
      0 0 25px rgba(255, 0, 0, 0.6),
      0 0 40px rgba(255, 60, 0, 0.4);
  }

  14% {
    transform: translateX(2px);
  }

  18% {
    transform: translateX(-1px);
  }

  22% {
    height: 4px;
    transform: translateX(0) scaleY(0.9);
  }

  30% {
    height: 3px;
  }

  42% {
    height: 12px;
    transform: translateX(1px) scaleY(1.15);
    box-shadow:
      0 0 18px rgba(255, 0, 0, 0.45),
      0 0 30px rgba(255, 80, 0, 0.3);
  }

  48% {
    transform: translateX(-1px);
  }

  55% {
    height: 3px;
    transform: translateX(0);
  }

  70% {
    box-shadow: 0 0 10px rgba(150, 0, 0, 0.2);
  }

  100% {
    height: 3px;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0);
  }
}

.heartbeat-line.pulse {
  animation: fireHeartbeat 1.4s cubic-bezier(.22, .61, .36, 1);
}




@keyframes lightRun {
  0% {
    left: -30%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes heartbeatDouble {

  0% {
    height: 2px;
    transform: translateX(0);
  }

  15% {
    height: 5px;
    transform: translateX(-1px);
  }

  20% {
    transform: translateX(1px);
  }

  25% {
    transform: translateX(0);
  }

  30% {
    height: 2px;
  }


  45% {
    height: 4px;
    transform: translateX(1px);
  }

  50% {
    transform: translateX(-1px);
  }

  55% {
    transform: translateX(0);
  }

  60% {
    height: 2px;
  }

  100% {
    height: 2px;
    transform: translateX(0);
  }
}

.heartbeat-line.pulse {
  animation: heartbeatDouble 0.9s ease-out;
}

.heartbeat-line.pulse .light {
  animation: lightRun 0.6s ease-out;
}




.carousel{
width:100%;
position:relative;
padding-bottom:5%;
z-index: 10;
}

/* 表示エリア */

.carousel_view{
overflow:hidden;
}

/* スライド */

.carousel_track{
display:flex;
transition:transform 1s ease;
}

.carousel_track{
touch-action: pan-y;
}

.carousel_track img{
pointer-events:none;
}
/* 4枚表示 */

.content4{
flex:0 0 25%;
padding:0 10px;
box-sizing:border-box;
}

/* 画像 */

.content4 img{
width:100%;
display:block;
filter:brightness(.7);
transition:0.6s;
}

/* hover */

.content4:hover img{
filter:brightness(1);
transform:scale(1.05);
}


/* ナビボタン */

.nav{
position:absolute;
top:50%;
transform:translateY(-50%);
background:rgba(0,0,0,0.4);
color:#5a0000;
border:none;
font-size:30px;
padding:10px 15px;
cursor:pointer;
z-index:10;
}

.prev{left:10px;}
.next{right:10px;}


/* ドット */

.dots{
display:flex;
justify-content:center;
gap:10px;
margin-top:20px;
}

.dot{
width:10px;
height:10px;
border-radius:50%;
background:#4d4d4d;
cursor:pointer;
transition:.3s;
}

.dot.active{
background:#5a0000;
}


/* ======================
スマホ（2枚表示）
====================== */
@media screen and (max-width:768px){

/* PC 4枚 */
.content4{
flex:0 0 25%;
}

/* タブレット 3枚 */
@media screen and (max-width:1024px){
.content4{
flex:0 0 33.333%;
}
}

/* スマホ 2枚 */
@media screen and (max-width:768px){
.content4{
flex:0 0 50%;
}
}

}


