main#teaser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10vh;
  width: 100vw;
  min-height: 100vh;
  background-color: #efeeea;
}
main#teaser h1 {
  max-width: 800px;
  width: 90%;
}
main#teaser a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border: 2px solid #de4a02;
  border-radius: 4px;
  background-color: #de4a02;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}
main#teaser a:hover {
  background-color: #fff;
  color: #de4a20;
}

.bnr_gift {
  display: block !important;
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: -50px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .bnr_gift {
    top: -30px;
  }
}
.bnr_gift a {
  border: 3px solid #92D050;
  position: absolute;
  top: 0;
  right: 0;
}
.bnr_gift a img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .bnr_gift a img {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 180px;
  }
}
main .inner {
  max-width: 1100px;
}
main section.mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.mv {
    margin: 18px 0 42px;
  }
}
main section.mv::before {
  content: "";
  width: clamp(0px, 66%, 997px);
  height: 100%;
  background: url(/index/img/mv_bg.png) no-repeat bottom left/contain;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  main section.mv::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  main section.mv::before {
    background-position-y: top 50vw;
    right: 0;
    scale: -1 1;
  }
}
@media screen and (max-width: 550px) {
  main section.mv::before {
    background-position-y: top 70vw;
  }
}
main section.mv h1 {
  max-width: 1200px;
  width: 90%;
  aspect-ratio: 8/5;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 550px) {
  main section.mv h1 {
    background-color: #f3f3f7;
    top: calc(50px + 5vw);
  }
}
main section.mv .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
main section.mv .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: clamp(0px, 9vw, 120px);
  padding-top: clamp(0px, 3.4vw, 45px);
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.mv .copy {
    margin-bottom: 28vw;
  }
}
@media screen and (min-width: 551px) {
  main section.mv .copy {
    height: clamp(0px, 47.2vw, 630px);
  }
}
@media screen and (max-width: 550px) {
  main section.mv .copy {
    margin-bottom: 20vw;
  }
}
main section.mv .copy p.sub {
  line-height: 1.6;
  text-align: right;
  font-size: clamp(20px, 2.7vw, 36px);
}
@media screen and (max-width: 550px) {
  main section.mv .copy p.sub {
    margin-bottom: 55vw;
  }
}
main section.mv .copy p.sub img {
  width: clamp(100px, 15vw, 190px);
  vertical-align: text-bottom;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  main section.mv .copy p.sub img {
    margin-right: 8px;
  }
}
main section.mv .copy p.sub span {
  display: inline-block;
}
main section.mv .copy p.en {
  font-size: clamp(24px, 3.75vw, 50px);
}
@media screen and (max-width: 550px) {
  main section.mv .copy p.en {
    background-color: #f3f3f7;
  }
}
main section.mv .copy p.en span {
  color: var(--bc-orange);
}
main section.mv .lead h2 {
  margin-bottom: 24px;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  main section.mv .lead h2 {
    margin-bottom: 18px;
    font-size: 26px;
  }
}
main section.mv .lead p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main section.mv .lead p {
    line-height: 1.8;
    text-shadow: 0px 0px 0px #888;
  }
}
main section.about {
  padding: 120px 0 225px;
  background: url(/index/img/about_bg01.png) no-repeat top right/clamp(0px, 60%, 1120px) auto, url(/index/img/about_bg02.png) no-repeat bottom 5vw left/clamp(0px, 95% - 830px, 282px) auto;
}
@media screen and (max-width: 768px) {
  main section.about {
    background-size: clamp(0px, 60%, 1120px) auto, max(200px, 32vw);
    padding: 74px 0;
  }
}
main section.about h2 {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 90px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  main section.about h2 {
    margin-bottom: 24px;
    line-height: 1;
    font-size: 60px;
  }
}
main section.about p.lead {
  margin-bottom: 250px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main section.about p.lead {
    margin-bottom: 68px;
    line-height: 1.8;
  }
}
main section.about hgroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px 0;
  width: 100%;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.about hgroup {
    margin-bottom: 28px;
  }
}
main section.about hgroup h3 {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.about hgroup h3 {
    font-size: 26px;
  }
}
main section.about hgroup p {
  padding: 4px 20px 8px;
  background-color: var(--bc-gray-l);
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main section.about hgroup p {
    padding: 3px 12px 6px;
    font-size: 15px;
  }
}
main section.about ul {
  max-width: 800px;
  width: 100%;
  margin: 0 0 0 auto;
}
main section.about ul li {
  padding: 35px 30px 40px 40px;
  border-bottom: 2px solid #e9e9ed;
  text-indent: -1em;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main section.about ul li {
    padding: 18px 5%;
    font-size: 18px;
  }
}
main section.about ul li:nth-of-type(1) {
  border-top: 2px solid #e9e9ed;
}
main section.about ul li p {
  width: 100%;
  margin: 15px 0 0 auto;
  border-radius: 5px;
  text-indent: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main section.about ul li p {
    margin-top: 12px;
  }
}
main section.about a.btn {
  width: 270px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main section.about a.btn {
    width: 250px;
    height: 50px;
    font-size: 20px;
  }
}
main section.about a.btn::after {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  main section.about a.btn::after {
    width: 36px;
    height: 36px;
  }
}