.toggle__nav {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content {
  width: 90%;
  margin: 6rem auto;
  padding: 3rem min(7%, 85px) 5rem;
  background-color: #fff;
  border-radius: 2.6rem;
}

.cont-bg-01 {
  background-image: url(../img/common/frame_bg_01.png), url(../img/common/frame_bg_02.png);
  background-position: top -1rem left -1rem, bottom -1rem right -1rem;
  background-size: 22% auto, 22% auto;
  background-repeat: no-repeat, no-repeat;
}

.cont-bg-02 {
  background-image: url(../img/common/frame_bg_03.png), url(../img/common/frame_bg_04.png);
  background-position: bottom -1rem left -1rem, top -1rem right -1rem;
  background-size: 22% auto, 22% auto;
  background-repeat: no-repeat, no-repeat;
}

.cont-bg-03 {
  background-image: url(../img/common/frame_bg_03.png), url(../img/common/frame_bg_04.png);
  /* , url(../img/common/frame_bg_05.png); */
  background-position: bottom -1rem left -1rem, top -1rem right -1rem, center right;
  background-size: 22% auto, 22% auto, 16% auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.cont-bg-04 {
  background-image: url(../img/common/frame_bg_01.png), url(../img/common/frame_bg_02.png),
    url(../img/common/frame_bg_06.png);
  background-position: bottom -1rem right -1rem, top -1rem left -1rem, center left;
  background-size: 22% auto, 22% auto, 16% auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.lead {
  position: relative;
  margin: 5rem auto;
  transform: rotate(-5deg);
  display: flex;
  flex-direction: column;
}

.lead-01 {
  display: inline-block;
  width: auto;
  margin: 0 0 1em 0;
  padding: 0.2em 0.6em;
  color: #f5d952;
  font-size: 2em;
  font-weight: 400;
  background: #1a1a1a;
  opacity: 0;
  width: fit-content;
}

.lead-02 {
  display: inline-block;
  width: auto;
  margin: 0 0 1em 2em;
  padding: 0.2em 0.6em;
  color: #f5d952;
  font-size: 2em;
  font-weight: 400;
  background: #1a1a1a;
  opacity: 0;
  width: fit-content;
}

.lead-03 {
  display: inline-block;
  width: auto;
  margin: 0 0 0 3em;
  padding: 0.2em 0.6em;
  color: #f5d952;
  font-size: 2em;
  font-weight: 400;
  background: #1a1a1a;
  opacity: 0;
  width: fit-content;
}

.header {
  text-align: center;
}

.header-text {
  margin: 0 0 1em;
  color: #f5d952;
  font-size: 3em;
  font-family: 'all-round-gothic', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
}

h3 {
  padding: 0 0 1em;
  font-size: 26px;
  font-weight: 700;
}

h3 span {
  background-image: url(../img/cast/yellow_blank.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 30%;
}

.button {
  margin: 2rem 0;
  width: 40%;
}

.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 6% 10%;
  width: 100%;
  text-align: center;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background-color: #f5d952;
  border-radius: 50vh;
  background-image: url(../img/common/btn_arrow.png);
  background-position: center right 6%;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.button a:hover {
  text-decoration: none;
  background-color: #ffc400;
}

a.button-link {
  text-decoration: none;
  text-decoration-color: #fff;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

a.button-link:hover {
  text-decoration: none;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .pc_display {
    display: none;
  }

  .pc_br {
    display: none;
  }

  .lead {
    width: 90%;
    margin: 6% auto;
  }

  .lead-01 {
    color: #f5d952;
    font-size: 3.1vw;
  }

  .lead-02 {
    margin: 0 0 1em 1em;
    padding: 0.2em 0.2em 0.2em 0.6em;
    font-size: 3.1vw;
  }

  .lead-03 {
    margin: 0 0 1em 2em;
    font-size: 3.1vw;
  }

  .lead-04 {
    display: inline-block;
    width: auto;
    margin: 0 0 0 3em;
    padding: 0.2em 0.6em;
    color: #f5d952;
    font-size: 3.1vw;
    font-weight: 400;
    background: #1a1a1a;
    opacity: 0;
    width: fit-content;
  }

  .content {
    width: 94%;
    margin: 2rem auto;
    padding: 2rem 6% 3.6rem;
  }

  .cont-bg-01 {
    background-position: top -0.6rem left -0.6rem, bottom -0.6rem right -0.6rem;
    background-size: 38% auto, 38% auto;
  }

  .cont-bg-02 {
    background-image: url(../img/common/frame_bg_03.png), url(../img/common/frame_bg_04.png);
    background-position: bottom -0.6rem left -0.6rem, top -0.6rem right -0.6rem;
    background-size: 38% auto, 38% auto;
    background-repeat: no-repeat, no-repeat;
  }

  .cont-bg-03 {
    background-image: url(../img/common/frame_bg_03.png), url(../img/common/frame_bg_04.png);
    /* , url(../img/common/frame_bg_05.png); */
    background-position: bottom -0.6rem left -0.6rem, top -0.6rem right -0.6rem, center right;
    background-size: 38% auto, 38% auto, 30% auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

  .cont-bg-04 {
    background-image: url(../img/common/frame_bg_01.png), url(../img/common/frame_bg_02.png),
      url(../img/common/frame_bg_06.png);
    background-position: bottom -0.6rem right -0.6rem, top -0.6rem left -0.6rem, center left;
    background-size: 38% auto, 38% auto, 30% auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

  .header-text {
    margin: 0 0 1em;
    font-size: 2em;
  }

  h3 {
    font-size: 22px;
  }

  .button {
    margin: 2rem 0;
    width: 100%;
  }

  .button a {
    font-size: 14px;
    background-position: center right 6%;
  }

  .button a:hover {
    text-decoration: none;
    background-color: #ffc400;
  }

  a.button-link {
    text-decoration: none;
    text-decoration-color: #fff;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
  }

  a.button-link:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp_display {
    display: none;
  }

  .sp_br {
    display: none;
  }

  .content {
    width: 90%;
    margin: 3rem auto;
    padding: 2rem 5% 3rem;
  }

  .lead {
    width: 90%;
    margin: 4rem 12%;
  }

  .lead-01 {
    top: 0;
    left: 0;
    color: #f5d952;
    font-size: 1.4em;
  }

  .lead-02 {
    top: 5rem;
    left: 2em;
    font-size: 1.4em;
  }

  .lead-03 {
    top: 10rem;
    left: 4em;
    font-size: 1.4em;
  }

  .header-text {
    margin: 0 0 1em;
    font-size: 2.4em;
  }

  h3 {
    font-size: 24px;
  }

  .button {
    margin: 2rem 0;
    width: 240px;
  }

  .button a {
    font-size: 14px;
    background-position: center right 6%;
  }
}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .sp_br {
    display: none;
  }

  .content {
    max-width: 1100px;
  }

  .lead {
    max-width: 1000px;
  }

  .button {
    margin: 2rem 0;
    width: 280px;
  }

  .alpha a {
    display: block;
  }

  .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
  }

  .alpha a {
    display: block;
  }

  .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
  }

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .md_br {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .md_br {
    display: none;
  }
}
