@charset "UTF-8";

@media screen and (min-width: 896px) {

  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }
}

:root {
  --text-white: #FFFFFF;
  --bold: 700;
  --medium: 500;
  --e-text: "din-2014", sans-serif;
  --main-black: #000000;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  color: var(--main-black);
}

body {
  background: #FFD202;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.back {
  position: fixed;
  top: 0;
  z-index: -4;
  width: 100vw;
  opacity: 0.7;
}

.back img {
  height: 100lvh;
  object-fit: cover;
}

.kv {
  position: relative;
  height: 100lvh;
  min-height: 300px;
}

.triangle img {
  object-fit: cover;
  min-height: 600px;
}

.kv-title {
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
}

.logo {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

h1 {
  text-align: center;
  font-weight: 900;
  font-size: 56px;
  margin-top: 24px;
}

.content {
  padding: 80px 0;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.content-2{
  padding: 0 0 80px;
}

.h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #000000;
  color: #FFFFFF;
  font-family: var(--e-text);
  font-size: 1.8rem;
  margin: 0 auto 32px;
}

.h3 {
  font-size: 1.8rem;
  text-align: center;
}

.campaign-text {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
  text-align: justify;
}

.campaign-info {
  margin: 40px auto;
  text-align: center;
}

.campaign-info dt {
  background: var(--main-black);
  color: var(--text-white);
  font-size: 1.1rem;
  font-weight: 500;
  padding: 6px 4px;
}

.campaign-info dd {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 6px 4px;
  margin: 4px auto 48px;
  line-height: 150%;
}

.date p:last-child {
  margin-top: 10px !important;
}

.present {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px !important;
}

.present>div {
  border: 1px solid #000000;
  padding: 32px 16px;
}

.present-img {
  max-width: 300px;
  margin: 0 auto;
}

.present>div p {
  margin-top: 24px;
}

.spotify {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px !important;
}

.spotify p {
  margin: 16px auto;
}

.spotify a {
  display: block;
  width: 100%;
  background: var(--text-white);
  color: #35CB35;
  padding: 4px 8px;
  transition: all 0.2s ease;
}

.spotify a:hover {
  opacity: 0.8;
}

.campaign-link a {
  background: #C30914;
  color: var(--text-white);
  font-weight: 500;
  padding: 4px 8px;
  transition: all 0.2s ease;
}

.campaign-link a:hover {
  opacity: 0.8;
}

.method {
  text-align: left;
  font-weight: 400 !important;
  margin-top: 24px !important;
}

.method-step {
  text-align: justify;
  margin: 32px auto;
  font-weight: 600 !important;
}

.method-step span {
  font-weight: 400 !important;
  font-size: 0.9rem;
}

.method-info {
  margin: 32px auto 0;
  font-weight: 400 !important;
  font-size: 0.9rem;
}

.pre-Save {
  font-size: 0.9rem;
}

.method-info a {
  text-decoration: underline;
}

.tag {
  text-align: center;
  line-height: 140%;
}

.present-2>div {
  padding: 0 0 32px;
}

.ab-shou {
  background: #C30914;
  color: var(--text-white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
}

.ab-shou2 {
  background: var(--main-black);
}

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

  .logo {
    max-width: 300px;
  }
}

@media screen and (max-width: 600px) {
    .logo {
    max-width: 200px;
  }

  h1 {
    font-size: 40px;
  }

  .present {
    grid-template-columns: 1fr;
  }

  .spotify {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .spotify-img {
    max-width: 400px;
    margin: 0 auto;
  }

  .campaign-info dt {
    font-size: 1rem;
  }

  .campaign-info dd {
    font-size: 1rem;
  }

  .triangle img {
    min-height: 400px;
  }
}

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

  h1 {
    font-size: 32px;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .campaign-text {
    font-size: 1rem;
  }

  .method-step {
    font-size: 0.9rem;
  }

  .method-step span {
    font-size: 0.8rem;
  }

  .content{
    padding: 80px 0 56px;
  }

  .content-2{
  padding: 0 0 80px;
}

}