@charset "utf-8";

html,body{
    margin: 0;
    position: relative;
    overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}
body{
  position: relative;
  background: url(../../../img/campaign/chiikawa_2026/bg01.webp) repeat;
  background-size: 100%;
}
@media screen and (max-width: 750px){
  body{
  background: url(../../../img/campaign/chiikawa_2026/bg01_sp.webp) repeat;
  background-size: 100%;
}
}
.bg02{
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  background: url("../../../img/campaign/chiikawa_2026/bg02.webp") repeat;
  background-position: top;
  background-size:  100%;
  animation: bg02 120s linear infinite alternate;
  z-index: 0;
  will-change: transform;
}
@keyframes bg02 {
  from { background-position: 0 0; }
  to   { background-position: -1500px 0; }
}
@media screen and (max-width: 750px){
  .bg02{
  background: url("../../../img/campaign/chiikawa_2026/bg02_sp.webp") repeat;
  animation: bg02sp 120s linear infinite alternate;
  background-size:  100%;
  z-index: 0;
  will-change: transform;
}
}
@keyframes bg02sp {
  from { background-position: 0 0; }
  to   { background-position: -600px 0; }
}
/* ヘッダー */
header{
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 1;
  background-color: #e51954;
  text-align: center;
  padding: 0.5vw 0;
}
.header_logo{
  width: clamp(130px, 9vw, 175px);
  height: auto;
}
@media screen and (max-width: 750px){
  header{
  padding: 1.5vw 0;
}
  .header_logo{
  width: 22.4%;
  height: auto;
}
}
/* メインビジュアル */
.mv {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  /* height: 100%; */
}
.mv_wrap {
  width: 100%;
  height: auto;
}
.mv_bg {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.mv_bg_img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 750px){
  .mv_bg {
  background-image: url("../../../img/campaign/chiikawa_2026/mv_bg01_sp.webp");
  background-size: cover;
  aspect-ratio: 750 / 600;
  background-position: center;
  background-repeat: no-repeat;
  }
  .mv_bg_img{
  display: none;
}
}
.mv_chara{
  position: absolute;
  top: 7%;
  left: 30%;
  margin: 0 auto;
  max-width: 42%;
  animation: slideUpRight 4s cubic-bezier(.25,1,.5,1) forwards;
}
.mv_chara img{
    width: 100%;
    display: block;
}
@keyframes slideUpRight {
  to {
    transform: translate(
      clamp(-16px, 2vw, 24px),
      clamp(-24px, -6vh, -64px)
    );
  }
}
.mv_lipoDIllust{
  position:absolute;
  max-width: 9%;
  width: 100%;
  top: 10%;
  right: 13%;
}
.mv-text{
    max-width: 28%;
    width: 100%;
    height: auto;
    position: absolute;
    left: 16%;
    top: 4%;
    opacity: 0;
    animation: pop 0.8s ease-in-out forwards;
    animation-delay: 1.5s;
    z-index: 3;
}
@keyframes pop {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.45);
    opacity: 1;
  }
  70% {
    transform: scale(1);
  }
  82% {
    transform: scale(1.2);
  }
  92% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.mv-syouhin{
    max-width: 12.8%;
    position: absolute;
    left: 6%;
    bottom: 9%;
    opacity: 0;
    animation: pop 0.7s ease-in-out forwards;
    animation-delay: 2s;
}
.mv-syouhin img{
    width: 100%;
}
.mv_period_01{
    max-width:21.5%;
    position: absolute;
    right: 5%;
    bottom: 7%;
    animation: rotateAnimation 7s linear infinite;
    z-index: 3;
}
.mv_period_02{
    max-width:23%;
    position: absolute;
    right: 8%;
    bottom: 16%;
    z-index: 4;
}
h1{
  margin: 0 auto;
  text-align: center;
}
.main_title{
  position: relative;
  max-width: 1300px;
  width: 90%;
  z-index: 120;
  margin-top: -50px;
  opacity: 0;
  animation: pop 1s ease-in-out forwards;
  animation-delay: 2.6s;
}
.main_title img{
    width: 100%;
}
@media screen and (max-width: 750px){
  .mv-syouhin{
    max-width:32%;
    position: absolute;
    left: 5%;
    bottom: 15%;
    animation-delay: 2s;
}
.mv_lipoDIllust{
  position:absolute;
  max-width: 9.8%;
  top: 34%;
  right: 3%;
}
.mv-text{
    max-width: 38.8%;
    height: auto;
    position: absolute;
    left: 4%;
    top: 5%;
    animation-delay: 1.5s;
    z-index: 3;
}
.mv-text img{
    width: 100%;
}
.mv_chara{
  position: absolute;
  top: 12%;
  left: 20%;
  margin: 0 auto;
  max-width: 65%;
  animation: slideUpRight_sp 5s cubic-bezier(.25,1,.5,1) forwards;
}
.charaBody img{
    width: 100%;
    display: block;
}
@keyframes slideUpRight_sp {
  to {
      transform: translate(2vw, -3vw);
  }
}
.mv_period_01{
    max-width:31.5%;
    position: absolute;
    right: 3%;
    bottom: 10%;
    z-index: 3;
}
.mv_period_02{
    max-width:34%;
    position: absolute;
    right: 7%;
    bottom: 16.5%;
    z-index: 4;
}
  .main_title{
  position: relative;
  max-width: 640px;
  width: 90%;
  margin-top: -10vw;
  }
}
.endArea{
margin: 0 auto;
text-align: center;
padding: 5vw 0 11vw 0;
max-height: 600px;
position: relative;
z-index: 1;
}
.end_txt{
  max-width: 1070px;
  height: auto;
  width: 90%;
  z-index: 100;
}
@media screen and (max-width: 750px){
.endArea{
margin: 0 auto;
text-align: center;
padding: 7% 0 15% 0;
}
  .end_txt{
  max-width: 80%;
}
}
/* ↓ お問い合わせ ↓ */
.contact{
  margin: 0 auto;
  text-align: center;
  position: relative;
  background-color:#fff37f;
  border: clamp(4px, .3vw, 5px) solid #412621;
  border-radius: clamp(12px, 3vw, 40px);
  z-index: 99;
  width: 90%;
  max-width: 1000px;
  padding:40px 80px;
}
.contact_txt{
  width: 100%;
  max-width: 719px;
  aspect-ratio: 719 / 349;
  height: auto;
}
.contact_pic1{
  max-width: 15.6%;
  width: 100%;
  position: absolute;
  top: -18%;
  left: 1%;
  animation: updown 2.5s ease-in-out infinite;
}
.contact_pic2{
  max-width: 11.4%;
  width: 100%;
  position: absolute;
  top: -25%;
  right: 3%;
  animation: updown 2.5s ease-in-out infinite;
}
.contact_pic3{
  max-width: 15.4%;
  width: 100%;
  position: absolute;
  bottom: -10%;
  left: -3%;
  animation: updown 2.5s ease-in-out infinite;
}
.contact_pic4{
  max-width: 15.8%;
  width: 100%;
  position: absolute;
  bottom: -12%;
  right: -5%;
  animation: updown 2.5s ease-in-out infinite;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 750px){
  .contact{
    padding: 3% 0;
    border: .5vw solid #412621;
    border-radius: clamp(12px, 3vw, 40px);
}
.contact_txt{
  width: 91%;
}
.contact_pic1{
  max-width: 18%;
  top: -18%;
  left: 0;
}
.contact_pic2{
  max-width: 11.4%;
  top: -23%;
  right: 3%;
}
.contact_pic3{
  max-width: 17.7%;
  bottom: -18%;
  left: -3%;
}
.contact_pic4{
  max-width: 18.1%;
  bottom: -20%;
  right: -5%;
}
}
/* フッター */
footer{
  background-color: #e51954;
  position: relative;
  text-align: center;
  padding: 25px 0;
}
.footer_logo{
  width: clamp(200px, 30%, 415px);
  height: auto;
  margin: 0 auto;
  align-items: center;
}
.copy{
  margin: 0 auto;
  text-align: center;
  width: clamp(300px, 50%, 346px);
  margin: 40px auto 60px auto;
}
.copy img{
  width: 100%;
}
@media (max-width: 750px){
  footer{
  padding: 5% 0 4% 0;
  }
  .footer_logo{
  width: 86.4%;
  }
  .copy{
  text-align: center;
  width: 40%;
  padding: 4% 0;
  margin: 0 auto;
}
}