@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mx {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mx {
    max-width: 768px;
  }
}

html {
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", sans-serif;
  font-size: 16px;
  background-color: black;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

p {
  line-height: 1.8em;
  font-feature-settings: "palt";
}

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

#top {
  position: relative;
  max-height: 1000px;
  overflow: hidden;
}
#top h3 {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 111px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top h3 {
    width: 48px;
  }
}
#top h1 {
  max-width: 1000px;
  width: 90%;
  position: absolute;
  top: -4vw;
  left: 0;
  right: 0;
  margin: auto;
}
#top .ornament {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}

#s1 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #b90000;
  background-image: url("./assets/s1_bg.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
}
#s1 > h2 img {
  display: block;
  width: 514px;
  margin-bottom: -6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #s1 > h2 img {
    width: 280px;
    margin-bottom: -3rem;
  }
}
#s1 .frame {
  --c: 40px; /* cut size */
  --b: 6px; /* border thickness */
  width: calc(100% - 4rem);
  max-width: 810px;
  margin: auto;
  background: #ddac43; /* border color */
  padding: var(--b); /* border thickness */
  box-sizing: border-box;
  clip-path: polygon(var(--c) 0, calc(100% - var(--c)) 0, 100% var(--c), 100% calc(100% - var(--c)), calc(100% - var(--c)) 100%, var(--c) 100%, 0 calc(100% - var(--c)), 0 var(--c));
}
#s1 .box {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: white;
  padding: 4rem 4rem;
  /* inner needs SAME shape, but cut must shrink by border thickness */
  clip-path: polygon(calc(var(--c) - var(--b)) 0, calc(100% - (var(--c) - var(--b))) 0, 100% calc(var(--c) - var(--b)), 100% calc(100% - (var(--c) - var(--b))), calc(100% - (var(--c) - var(--b))) 100%, calc(var(--c) - var(--b)) 100%, 0 calc(100% - (var(--c) - var(--b))), 0 calc(var(--c) - var(--b)));
}
@media screen and (max-width: 768px) {
  #s1 .box {
    padding: 4rem 1.5rem;
  }
}
#s1 ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 4rem 0rem;
}
@media screen and (max-width: 768px) {
  #s1 ul {
    gap: 2rem;
  }
}
#s1 ul > div {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #s1 ul > div {
    gap: 1rem;
  }
}
#s1 ul li img {
  width: 100%;
  display: block;
}
#s1 .assist {
  margin: 2em auto;
  font-size: 37px;
  text-align: center;
  font-weight: 800;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  color: #df0000;
}
@media screen and (max-width: 768px) {
  #s1 .assist {
    font-size: 20px;
  }
}
#s1 .note {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 16px;
  font-weight: 500;
}
#s1 .note img {
  width: 74px;
}
@media screen and (max-width: 768px) {
  #s1 .note {
    font-size: 12px;
  }
}

#arrow_top {
  width: 2.75rem;
  position: fixed;
  bottom: -5rem;
  right: 2rem;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}
#arrow_top:hover {
  transform: scale(1.05);
}
#arrow_top.show {
  bottom: 3rem;
}

#s2 {
  padding-bottom: 20vw;
}
#s2.bg {
  background-image: url(assets/sunny_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#s2 .three {
  max-width: 843px;
  width: calc(100% - 4rem);
  margin: auto;
  margin-top: 120px;
  margin-bottom: 3rem;
}
#s2 .four {
  max-width: 945px;
  width: calc(100% - 4rem);
  margin: auto;
  margin-bottom: -2rem;
}
#s2 .line {
  background-color: #df0000;
  height: 70px;
  width: 100%;
}
#s2 .ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 80px auto;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  #s2 .ttl {
    margin: 60px auto;
  }
}
#s2 .ttl span {
  display: block;
  font-weight: 800;
  color: #df0000;
}
#s2 .ttl span:first-of-type {
  font-size: 40px;
}
#s2 .ttl span:nth-of-type(2) {
  font-size: 26px;
  letter-spacing: 0.06em;
}
#s2 .ttl span:nth-of-type(3) {
  font-size: 61px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  #s2 .ttl span:first-of-type {
    font-size: 14px;
  }
  #s2 .ttl span:nth-of-type(2) {
    font-size: 12px;
  }
  #s2 .ttl span:nth-of-type(3) {
    font-size: 20px;
  }
}
#s2 > p {
  max-width: 841px;
  width: calc(100% - 4rem);
  font-weight: 500;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  #s2 > p {
    max-width: 400px;
    font-size: 12px;
  }
}

#s3 {
  background: linear-gradient(to right, #770000, #af0000 50%, #770000);
  padding-top: 1px;
}
#s3 .frame {
  width: calc(100% - 4rem);
  box-sizing: border-box;
  max-width: 810px;
  margin: -10vw auto 0;
  background-color: white;
  border: #ddac43 8px solid;
  border-radius: 30px;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  #s3 .frame {
    gap: 1.5rem;
  }
}
#s3 .frame .one {
  max-width: 680px;
  width: 100%;
  margin: auto;
}
#s3 .frame .two {
  max-width: 608px;
  width: 100%;
  margin: auto;
}
#s3 .frame .note {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #s3 .frame .note {
    font-size: 12px;
  }
}
#s3 .frame ul {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  #s3 .frame ul {
    flex-direction: column;
  }
}
#s3 .frame ul li {
  width: 50%;
  border: #b58e00 5px solid;
  position: relative;
}
@media screen and (max-width: 768px) {
  #s3 .frame ul li {
    width: 100%;
  }
}
#s3 .frame ul li .flag {
  position: absolute;
  width: 28px;
}
#s3 .frame ul li .flag:first-of-type {
  top: -5px;
  left: -5.5px;
}
#s3 .frame ul li .flag:nth-of-type(2) {
  top: -2.5px;
  right: -7.5px;
  transform: rotateZ(90deg);
}
#s3 .frame ul li .flag:nth-of-type(3) {
  bottom: -2.5px;
  left: -7.8px;
  transform: rotateZ(270deg);
}
#s3 .frame ul li .flag:nth-of-type(4) {
  bottom: -5px;
  right: -7.5px;
  transform: rotateZ(180deg);
}
#s3 .frame ul li h4 {
  padding: 2rem 0;
}
#s3 .frame ul li h4 img {
  height: 130px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #s3 .frame ul li h4 img {
    height: 80px;
  }
}
#s3 .frame ul li > div {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#s3 .frame ul li > div p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #s3 .frame ul li > div p {
    font-size: 12px;
    text-align: left;
  }
  #s3 .frame ul li > div p br.sd {
    display: block;
  }
  #s3 .frame ul li > div p br {
    display: none;
  }
}
#s3 .frame ul li > div a {
  display: none;
}
#s3 .frame ul li > div a img {
  transition: transform 0.2s ease-in-out;
}
#s3 .frame ul li > div a img:hover {
  transform: scale(1.01);
}
@media screen and (min-width: 769px) {
  #s3 .frame ul li > div a.dtp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #s3 .frame ul li > div a.sp {
    display: block;
  }
}
#s3 .banner {
  margin-top: -4rem;
}

#s4 {
  background-image: url(assets/golden.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 4rem 2rem;
}
#s4 .frame {
  max-width: 1100px;
  margin: auto;
  background-image: url(assets/frame.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 2rem;
}
#s4 .frame h3 {
  padding-top: 4rem;
  font-size: 35px;
  font-weight: 600;
  color: #b40000;
  line-height: 1.7em;
}
#s4 .frame h3::after {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background-color: #b40000;
  margin: 1em auto;
}
#s4 .frame p {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  #s4 .frame h3 {
    font-size: 20px;
  }
  #s4 .frame p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #s4 .frame .frame {
    padding: 1rem;
  }
  #s4 .frame br {
    display: none;
  }
  #s4 .frame h3 {
    padding-top: 1rem;
    text-align: left;
    font-size: 16px;
  }
  #s4 .frame p {
    font-size: 12px;
    text-align: left;
    padding-bottom: 2rem;
  }
}

footer#gf {
  background-color: black;
  padding: 4rem 0;
}
footer#gf .container {
  display: flex;
  max-width: 1280px;
  justify-content: space-between;
  max-width: 1480px;
}
@media screen and (max-width: 768px) {
  footer#gf .container {
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  footer#gf .container > div {
    width: calc(50% - 3rem);
  }
  footer#gf .container > div:first-of-type {
    position: relative;
  }
  footer#gf .container > div:first-of-type::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -3rem;
    bottom: 2rem;
    width: 1px;
    height: 100%;
    background-color: white;
  }
}
@media screen and (max-width: 768px) {
  footer#gf .container > div:first-of-type {
    margin-bottom: 4rem;
  }
}
footer#gf .container > div > h3 img {
  height: 1.85rem;
  margin-bottom: 1.5rem;
}
footer#gf .container > div ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
@media screen and (max-width: 1280px) {
  footer#gf .container > div ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
footer#gf .container > div ul li {
  flex-grow: 1;
  background-color: white;
  border-radius: 1rem;
  transition: opacity 0.2s ease-in;
}
footer#gf .container > div ul li:hover {
  transition: opacity 0.3s ease-out;
  opacity: 0.75;
}
footer#gf .container > div ul li a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 0.75rem;
}
footer#gf .container > div ul li a h4 {
  font-weight: 700;
  font-size: 1rem;
}
footer#gf .container > div ul li a p {
  font-size: 0.75rem;
  line-height: 1.5em;
}

/*# sourceMappingURL=style_1.css.map */
