@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :top.css
 style info :トップのスタイル
=================================================================== */
@media screen and (max-width: 750px) {
  #wrap:before {
    content: "";
    display: block;
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/top/bg_content_sp.jpg) no-repeat center top/100%;
  }
}

#visual {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  #visual {
    background: #cde1df;
  }
}
@media screen and (max-width: 750px) {
  #visual {
    z-index: 2;
    margin-top: -100vh;
  }
}
#visual .inner {
  position: relative;
}
@media screen and (min-width: 751px) {
  #visual .inner {
    height: calc(100vh - 46px);
    min-height: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner {
    height: 106vw;
  }
}
#visual .inner .logo {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #visual .inner .logo {
    top: 20px;
    right: 30px;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner .logo {
    top: 3vw;
    right: 3vw;
  }
}
@media screen and (min-width: 751px) {
  #visual .inner .logo:lang(ja) {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner .logo:lang(ja) {
    width: 52%;
  }
}
@media screen and (min-width: 751px) {
  #visual .inner .logo:lang(en) {
    width: 460px;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner .logo:lang(en) {
    width: 60%;
  }
}
#visual .inner .logo.show {
  -webkit-animation: slideUp 0.8s 1.6s 1 forwards;
          animation: slideUp 0.8s 1.6s 1 forwards;
}
#visual .inner .logo img {
  width: 100%;
}
#visual .inner .date {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #visual .inner .date:lang(ja) {
    width: 240px;
    top: 180px;
    right: 104px;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner .date:lang(ja) {
    width: 46%;
    top: 24vw;
    right: 5.6vw;
  }
}
@media screen and (min-width: 751px) {
  #visual .inner .date:lang(en) {
    width: 260px;
    top: 160px;
    right: 140px;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner .date:lang(en) {
    width: 46%;
    top: 21vw;
    right: 10.6vw;
  }
}
#visual .inner .date.show {
  -webkit-animation: slideUp 0.8s 1.6s 1 forwards;
          animation: slideUp 0.8s 1.6s 1 forwards;
}
#visual .inner .date img {
  width: 100%;
}
#visual .inner .future {
  position: absolute;
  z-index: 1;
  -webkit-filter: drop-shadow(0 0 4px #000);
          filter: drop-shadow(0 0 4px #000);
}
@media screen and (min-width: 751px) {
  #visual .inner .future:lang(ja) {
    width: 140px;
    top: 240px;
    right: 160px;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner .future:lang(ja) {
    width: 22%;
    top: 34vw;
    right: 4.4vw;
  }
}
@media screen and (min-width: 751px) {
  #visual .inner .future:lang(en) {
    width: 140px;
    top: 220px;
    right: 196px;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner .future:lang(en) {
    width: 22%;
    top: 30vw;
    right: 4.4vw;
  }
}
#visual .inner .future.show {
  -webkit-animation: slideUp 0.8s 1.6s 1 forwards;
          animation: slideUp 0.8s 1.6s 1 forwards;
}
#visual .inner .future img {
  width: 100%;
}
#visual .inner .logoModel {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #visual .inner .logoModel {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner .logoModel {
    width: 26%;
    top: 3vw;
    left: 3vw;
  }
}
@media screen and (min-width: 751px) {
  #visual .inner .bg {
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner .bg {
    position: absolute;
    top: 0;
    left: -96vw;
    width: 294vw;
  }
}
#visual .inner .bg.show {
  -webkit-animation: fade 1s 1 forwards, zoom 10s ease-in-out 1 alternate;
          animation: fade 1s 1 forwards, zoom 10s ease-in-out 1 alternate;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 751px) {
  #visual .inner .bg img {
    width: auto;
    height: 100%;
  }
}
#visual .inner .bg .transparent {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #visual .inner .bg .transparent {
    top: 950px;
    left: 1620px;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner .bg .transparent {
    top: 93vw;
    left: 158.6vw;
  }
}
#visual .inner .bg .transparent a {
  display: block;
}
@media screen and (min-width: 751px) {
  #visual .inner .bg .transparent a {
    width: 14px;
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  #visual .inner .bg .transparent a {
    width: 1.8vw;
    height: 5.2vw;
  }
}
#visual .inner .bg .transparent a img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #visual .bnr {
    position: absolute;
    bottom: 40px;
    left: 40px;
    gap: 20px 0;
    width: 460px;
  }
}
#visual .bnr img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
#visual .bnr.show {
  -webkit-animation: slideUp 0.8s 1.8s 1 forwards;
          animation: slideUp 0.8s 1.8s 1 forwards;
}

.content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .content:before {
    content: "";
    display: block;
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/top/bg_content_pc.jpg) no-repeat center top/cover;
  }
}
@media screen and (min-width: 751px) {
  .content .inner {
    padding-bottom: 100px;
    margin-top: -90vh;
  }
}
@media screen and (max-width: 750px) {
  .content .inner {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .bnr {
    width: 80%;
    margin: 0 auto 10vw;
  }
}
.content .inner .bnr img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.content .inner .topicsBox {
  border-radius: 8px;
  background: #21160c;
  padding: 1.4em 2em;
}
@media screen and (min-width: 751px) {
  .content .inner .topicsBox {
    width: 1012px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .topicsBox {
    width: 80%;
    margin: 0 auto 10vw;
  }
}
.content .inner .topicsBox h1 {
  color: #7f6a44;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .content .inner .topicsBox h1 {
    border-right: solid 1px #7F6A44;
    font-size: 20px;
    padding-right: 1.3em;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .topicsBox h1 {
    border-bottom: solid 1px #7F6A44;
    font-size: 4vw;
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .topicsBox ul {
    width: 860px;
    max-height: 130px;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .topicsBox ul {
    width: 72vw;
    max-height: 50vw;
    padding: 0.5em 1.5em 0 0;
  }
}
.content .inner .topicsBox ul li {
  margin-bottom: 1.2em;
}
.content .inner .topicsBox ul li:last-child {
  margin-bottom: 0;
}
.content .inner .topicsBox ul li dl {
  text-align: left;
}
.content .inner .topicsBox ul li dl dt {
  font-weight: bold;
  color: #7f6a44;
  margin-bottom: 0.4em;
}
.content .inner .topicsBox ul li dl dd {
  color: #fff;
  background: url(../img/shared/bg_arrow_g.svg) no-repeat left top 0.2em/1em;
  padding-left: 1.6em;
  line-height: 1.8;
}
.content .inner .topicsBox ul li dl dd a {
  color: #e09b15;
}
.content .inner .topicsBox ul li dl dd a:hover {
  text-decoration: underline;
}
.content .inner .topicsBox .simplebar-track.simplebar-vertical {
  width: 10px;
}
.content .inner .topicsBox .simplebar-track .simplebar-scrollbar:before {
  background: #7f6a44;
  opacity: 1;
}
.content .inner .sec {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .content .inner .sec {
    margin: 0 auto 160px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec {
    margin: 0 auto 16vw;
  }
}
.content .inner .sec h1 {
  color: #7f6a44;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .content .inner .sec h1 {
    font-size: 80px;
    left: 2%;
  }
}
@media screen and (max-width: 1620px) {
  .content .inner .sec h1 {
    left: 1%;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec h1 {
    font-size: 10vw;
    left: 0;
  }
}
:lang(ja) .content .inner .sec h1 {
  font-family: "Noto Serif JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
:lang(en) .content .inner .sec h1 {
  font-family: "Noto Serif", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
.content .inner .sec#movie figure {
  position: relative;
  margin-bottom: 0.5em;
}
.content .inner .sec#movie figure img {
  width: 100%;
  border: solid 2px #7f6a44;
}
.content .inner .sec#movie figure:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/shared/icn_play.png) no-repeat center center/100%;
  pointer-events: none;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content .inner .sec#movie p {
  color: #fff;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 751px) {
  :lang(ja) .content .inner .sec#movie p {
    font-size: 15px;
  }
}
.content .inner .sec#movie .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#movie .main {
    gap: 0 40px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#movie .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6vw 0;
    width: 68%;
    margin: 0 auto 6vw;
  }
}
.content .inner .sec#movie .main li {
  position: relative;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#movie .main li {
    width: 630px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 751px) {
  .isIPad .content .inner .sec#movie .main li {
    width: 580px;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#movie .main li p {
    font-size: 16px;
  }
}
.content .inner .sec#movie .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#movie .sub {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
    width: 1090px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#movie .sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6vw 0;
    width: 68%;
  }
}
.content .inner .sec#movie .sub li {
  text-align: left;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#movie .sub li {
    width: 340px;
  }
}
.content .inner .sec#story {
  background-image: url(../img/top/bg_story.jpg);
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#story {
    background-position: left calc(50% + 0px) top;
    width: 100%;
    height: 605px;
  }
}
@media screen and (max-width: 1620px) {
  .content .inner .sec#story {
    background-position: left calc(50% + 120px) top;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#story {
    background-position: left 12vw top;
    background-size: 100%;
    padding: 64vw 6% 20vw;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#story p img {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul {
    width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px 0;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character ul {
    position: relative;
    padding: 0 8% 0 16%;
    top: -16vw;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul:lang(en) {
    width: 1140px;
    position: relative;
    left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character ul:lang(en) {
    top: -10vw;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li {
    width: 530px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character ul li {
    margin-bottom: 10vw;
  }
}
.content .inner .sec#character ul li:lang(en) {
  position: relative;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li:lang(en) {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character ul li:lang(en) {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li figure {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character ul li figure {
    margin-bottom: 2vw;
  }
}
.content .inner .sec#character ul li figure img {
  width: 100%;
}
.content .inner .sec#character ul li figure:lang(en) {
  width: auto;
}
.content .inner .sec#character ul li p {
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li p {
    padding: 0 30px;
  }
}
:lang(en) .content .inner .sec#character ul li p {
  font-weight: 400;
  position: absolute;
}
@media screen and (min-width: 751px) {
  :lang(en) .content .inner .sec#character ul li p {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  :lang(en) .content .inner .sec#character ul li p {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li:nth-child(1) p:lang(en) {
    top: 336px;
    left: 10px;
    width: 320px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character ul li:nth-child(1) p:lang(en) {
    top: 43vw;
    left: 1vw;
    width: 42vw;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li:nth-child(2) figure {
    padding-top: 154px;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li:nth-child(2) figure:lang(en) {
    padding-top: 174px;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li:nth-child(2) p:lang(en) {
    top: 336px;
    left: 190px;
    width: 340px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character ul li:nth-child(2) p:lang(en) {
    top: 23vw;
    left: 27vw;
    width: 52vw;
  }
}
.content .inner .sec#character ul li#jo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li#jo {
    width: 940px;
    height: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character ul li#jo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 5vw 0;
    margin-top: 16vw;
  }
}
.content .inner .sec#character ul li#jo dl {
  text-align: left;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li#jo dl {
    margin-top: 60px;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li#jo dl dt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character ul li#jo dl dt {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li#jo dl dt.new::before {
    top: -32px;
    right: -8px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character ul li#jo dl dt.new::before {
    top: -5vw;
  }
}
.content .inner .sec#character ul li#jo dl dd {
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li#jo dl dd {
    padding-left: 84px;
  }
}
:lang(en) .content .inner .sec#character ul li#jo dl dd {
  font-weight: 400;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#character ul li#jo figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 560px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#character ul li#jo figure {
    position: relative;
    left: -10%;
    width: 110%;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#nazo {
    padding: 0 8% 0 16%;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#nazo .info {
    background: url(../img/top/bg_quiz-knock_pc.png) no-repeat center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1080px;
    height: 344px;
    padding: 0 60px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#nazo .info {
    background: url(../img/top/bg_quiz-knock_sp.png) no-repeat center top/100%;
    padding: 6vw;
    height: 104vw;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#nazo .info:lang(en) {
    background: url(../../en/assets/img/top/bg_quiz-knock_sp.png) no-repeat center top/100%;
    height: 124vw;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#nazo .info figure {
    width: 410px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#nazo .info figure {
    margin-bottom: 4vw;
  }
}
.content .inner .sec#nazo .info figure img {
  width: 100%;
}
.content .inner .sec#nazo .info dl {
  text-align: left;
}
@media screen and (min-width: 751px) {
  .content .inner .sec#nazo .info dl {
    width: 480px;
  }
}
@media screen and (min-width: 751px) {
  .content .inner .sec#nazo .info dl dt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#nazo .info dl dt {
    width: 80%;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .content .inner .sec#nazo .info dl dt:lang(en) {
    width: 54%;
  }
}
.content .inner .sec#nazo .info dl dd {
  font-weight: 700;
  color: #380000;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .content .inner .sec#nazo .info dl dd {
    font-size: 3vw;
  }
}
@media screen and (min-width: 751px) {
  :lang(en) .content .inner .sec#nazo .info dl dd {
    line-height: 1.4;
  }
}

.isIPad #visual .inner {
  height: auto;
}
.isIPad #visual .inner .transparent {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .isIPad #visual .inner .transparent {
    top: 73.2vw;
    left: 124.6vw;
  }
}
@media screen and (min-width: 751px) {
  .isIPad #visual .inner .transparent a {
    width: 1.2vw;
    height: 3.8vw;
  }
}
@media screen and (min-width: 751px) {
  .isIPad .content .inner .sec#movie {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .isIPad .content .inner .sec h1 {
    left: 0;
  }
}

.modalIframe #cboxContent {
  background: transparent !important;
  outline: none !important;
  border: none !important;
}

#secret {
  font-weight: 700;
  color: #6d2000;
  background: url(../img/secret/bg_secret_rep.png) repeat 0 0;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 241, 217, 0.9) inset;
          box-shadow: 0px 0px 20px 10px rgba(255, 241, 217, 0.9) inset;
  border-radius: 30px;
}
@media screen and (min-width: 751px) {
  #secret {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #secret {
    overflow: hidden;
    padding: 6vw 0 4vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #secret h1 {
    position: relative;
    width: 140%;
    left: -20%;
  }
}
@media screen and (min-width: 751px) {
  #secret p {
    font-size: 18px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  #secret p {
    margin: 6vw 2vw;
  }
}
@media screen and (min-width: 751px) {
  #secret dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 70px;
  }
}
@media screen and (max-width: 750px) {
  #secret dl {
    margin: 0 6vw;
  }
}
#secret dl:nth-of-type(1) {
  border-bottom: solid 2px #ddc69a;
}
@media screen and (min-width: 751px) {
  #secret dl:nth-of-type(1) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #secret dl:nth-of-type(1) {
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 750px) {
  #secret dl dt {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  #secret dl dd {
    width: 340px;
  }
}
#secret dl dd ul li a {
  display: block;
  color: #fff;
  background: #ca3117;
  border-radius: 8px;
  width: 100%;
}
@media screen and (min-width: 751px) {
  #secret dl dd ul li a {
    font-size: 16px;
    padding: 10px 0 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #secret dl dd ul li a {
    padding: 2vw 0 2.2vw;
    margin-bottom: 3vw;
  }
}
#secret dl dd ul li a:hover {
  background: #b21d03;
}