@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

/* MV */

.TOP {
  background-image: url(./img/bg.jpeg);
  background-size: 100%;
}

.logo {
  display: flex;
  justify-content: space-between;
  padding: 8px 24px;

  img {
    width: 200px;
  }
}

.slide {
  width: 90%;
  height: 480px;
  margin: 0 auto;
  border-radius: 100px;
}

.stamp {
  position: relative;
  z-index: 1;
}

.stamp::after {
  position: absolute;
  content: "";
  background-image: url(./img/stnp.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 100%;
  top: -24px;
  right: 54px;
  z-index: 1000;
}

.stamp::before {
  position: absolute;
  content: "";
  background-image: url(./img/mv-akusuta.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 300px;
  height: 380px;
  bottom: 0;
  z-index: 1000;
  left: 134px;
}

.bus {
  img {
    width: 200px;
  }
}

.sec1 {
  padding: 80px;
  background: #fffef6;
  text-align: center;
}

.concept {
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 36px;
  padding: 0 0 36px 0;
}

.concept-btn {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 40px;
  font-family: "ab-kokoro-no3", sans-serif;
}

.concept-btn a {
  transition: background-color 0.5s;
  color: #333;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 68px;
  border-radius: 200px;
  font-size: 24px;
}

.concept-btn a::before {
  position: absolute;
  content: "";
}

.concept-btn .btn1 a {
  background: #ffecac;
  border: 4px solid #ffecac;
}

.concept-btn .btn1 a:hover {
  background: #fff;
}

.concept-btn span {
  position: relative;
  font-size: 20px;
  top: -4px;
}

.concept-btn span::after {
  position: absolute;
  content: "/";
  left: -34px;
  bottom: 0;
  margin: auto;
  transform: rotate(0.88turn);
}

.concept-btn span::before {
  position: absolute;
  content: "/";
  right: -36px;
  bottom: 0;
  margin: auto;
}

.concept-btn .btn1 a::before {
  background-image: url(./img/akusuta-btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 200px;
  left: -30px;
  bottom: 0;
  top: 0;
  /* right: 0; */
  margin: auto;
}

.concept-btn .btn2 a {
  background: #ffabab;
  border: 4px solid #ffabab;
}

.concept-btn .btn2 a:hover {
  background: #fff;
}

.concept-btn .btn2 a::before {
  background-image: url(./img/banzai-btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(0.04turn);
  width: 100px;
  height: 126px;
  right: -30px;
  bottom: 0;
  top: 0;
  /* right: 0; */
  margin: auto;
}

/* タイトル */

.sctn-ttl {
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 36px;
  /*width: 100%; */
  background: #dbbe87;
  text-align: center;
  padding: 40px;
}

.sctn-ttl p {
  position: relative;
  display: inline;
  padding: 0 88px;
}

.sctn-ttl p::before {
  position: absolute;
  content: "";
  background-image: url(./img/logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 87px;
  left: 0px;
  bottom: 0;
  top: 0;
  /* right: 0; */
  margin: auto;
}

.sctn-ttl p::after {
  position: absolute;
  content: "";
  background-image: url(./img/kirakira.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 72px;
  /* left: 0px; */
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

/* アクスタ */

.campaign1 {
  background: #fffef6;
}

.campaign1 .txt {
  text-align: center;
  padding: 80px;
  line-height: 32px;
}

.akst-img {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.akst-img::after {
  position: absolute;
  content: "";
  background-image: url(./img/Instax2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 300px;
  height: 270px;
  /* right: 0px; */
  top: -150px;
  transform: rotate(0.04turn);
}

.akst-img::before {
  position: absolute;
  content: "";
  background-image: url(./img/Instax1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 190px;
  height: 226px;
  left: -216px;
  bottom: 0;
  transform: rotate(0.97turn);
}

.application {
  margin: 0 auto;
  padding: 40px 0;
  width: 70%;
  line-height: 20px;
}

.application span {
  font-weight: bold;
}

.campaign2 {
  padding-bottom: 80px;
}

.campaign2 img,
.campaign3 img {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 40px 0;
}

.campaign2 .txt {
  text-align: center;
  padding: 80px;
  line-height: 32px;
}

.going-out-ttl {
  display: flex;
  justify-content: center;
}

.going-out-ttl .left,
.going-out-ttl .right {
  height: 3px;
  background: #333;
  box-shadow: 0 5px 0 #333;
  margin: 30px 0;
  width: 8rem;
}

.going-out {
  /* position: relative; */
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 32px;
  padding: 1rem 0.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 14px;
}

/*
.going-out::before,
.going-out:after {
  position: absolute;
  top: 45%;
  width: 8rem;
  border-top: 8px double;
  content: "";
}

.going-out::before {
  left: 0;
  z-index: 10000
  ;
} */

.campaign3 {
  padding: 80px 0;
}

.campaign3 .btn {
  display: block;
  font-family: "ab-kokoro-no3", sans-serif;
  text-align: center;
  padding: 40px 0;
}

.campaign3 .btn a {
  transition: background-color 0.5s;
  padding: 24px 88px;
  border-radius: 200px;
  background: #ffecac;
  border: 4px solid #ffecac;
  color: #333;
}

.campaign3 .btn a:hover {
  background: #fff;
}

/* 共通のスタイル */
.triangle {
  background-color: #dbbe87;
  height: 24px;
  width: 24px;
  margin: 0 auto;
  margin-top: 8px;
}

/* 下三角形 */
.triangle-bottom {
  clip-path: polygon(0 0, 50% 50%, 100% 0);
}

.triangle2 {
  background-color: #dbbe87;
  height: 36px;
  width: 36px;
  margin: 0 auto;
}

/* 下三角形 */
.triangle-bottom2 {
  clip-path: polygon(0 0, 50% 50%, 100% 0);
}

.scroll {
  font-size: 16px;
  text-align: center;
}

.scroll a {
  color: #6e4800;
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 24px;
  font-family: "ab-kokoro-no3", sans-serif;
  letter-spacing: 10px;
}

.float {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}

.tag {
  background-image: url(./img/tag-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 80%;
  /* height: 800px; */
  margin: 40px auto 0 auto;
  padding-top: 40px;
}

.tag p {
  font-size: 40px;
  font-family: "ab-kirigirisu", sans-serif;
  text-align: center;
  padding: 32px 0;
}

.tag span {
  display: block;
  text-align: center;
  /* padding-bottom: 40px; */
}

.txt {
  text-align: center;
  padding: 24px 0;
}

.exhibition {
  padding: 40px;
  position: relative;
  z-index: 1001;
}

/* footer */

.copyright {
  color: #fff;
  background: #dbbe87;
  text-align: center;
  padding: 24px;
  font-family: "ab-kokoro-no3", sans-serif;
}

.br-pc {
  display: none;
}

@media (max-width: 768px) {
  .bus img {
    width: 150px;
  }

  .concept {
    font-size: 24px;
  }
  .concept-btn .btn1 a,
  .concept-btn .btn2 a,
  .concept-btn span {
    font-size: 16px;
  }

  .sctn-ttl {
    font-size: 20px;
    padding: 20px 16px;
  }

  .sctn-ttl p {
    padding: 0 40px;
    display: flex;
    justify-content: center;
  }

  .sctn-ttl p::before {
    width: 60px;
    height: 52px;
    margin: 0;
  }

  .sctn-ttl p::after {
    width: 50px;
    height: 60px;
  }

  /* .sctn-ttl p::before {
    width: 70px;
    height: 60px;
  }

  .sctn-ttl p::after {
    width: 50px;
    height: 60px;
  } */

  .akst-img::after {
    width: 170px;
    height: 170px;
  }

  .akst-img::before {
    width: 100px;
    height: 150px;
    left: -122px;
  }

  .campaign2 img,
  .campaign3 img {
    width: 90%;
    padding: 16px 0;
  }

  .tag {
    margin: 0 auto;
    background-size: auto;
  }

  .stamp::after {
    right: 0;
    top: 0;
    width: 125px;
  }

  .br-pc {
    display: block;
  }
}

@media (max-width: 600px) {
  .concept-btn {
    flex-direction: column;
  }

  .concept-btn .btn1 a::before {
    width: 80px;
    left: 0;
  }

  .concept-btn .btn2 a::before {
    width: 80px;
    right: 0;
  }

  .akst-img::before,
  .akst-img::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .slide {
    border-radius: 50px;
  }

  .stamp::before {
    left: 0;
    margin: auto;
    right: 0;
    width: 180px;
    height: 230px;
  }

  .sec1 {
    padding: 40px 16px;
  }

  .concept {
    font-size: 20px;
  }

  .campaign1 .txt,
  .campaign2 .txt {
    padding: 40px 8px;
    line-height: 24px;
  }

  .akst-img {
    width: 80%;
  }

  .application {
    width: 90%;
    font-size: 14px;
  }

  .going-out {
    font-size: 20px;
  }

  .going-out-ttl .left,
  .going-out-ttl .right {
    width: 4rem;
    margin: 24px 0;
  }

  .campaign2 {
    padding-bottom: 40px;
  }

  .logo img {
    width: 150px;
  }

  .campaign3 {
    padding: 40px 0;
  }

  .campaign3 .txt {
    font-size: 14px;
  }

  .tag p {
    font-size: 24px;
    padding: 0 0 16px 0;
  }
  .tag span {
    font-size: 14px;
  }

  .exhibition {
    padding: 24px;
  }
}
