@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
}

.gDef-top-banner {
  background-color: #000;
}

.wrapper {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #261b03;
  background-color: #f6f5f3;
}
.wrapper img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.wrapper a {
  color: #261b03;
  display: block;
}

section,
header,
footer {
  position: relative;
}

.inner {
  position: relative;
  width: calc(670 / 750 * 100%);
  margin: 0 auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1000 * 100vw);
  }
  .wrapper {
    font-size: 1.6rem;
    font-size: max(1.6rem, 13px);
  }
  .wrapper a {
    transition: 0.5s ease;
  }
  .inner {
    width: 100%;
    max-width: 1000px !important;
    padding: 0 calc(50 / 1000 * 100%);
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 10px;
  }
  .inner {
    padding: 0 50px;
  }
}
/* =====================================================================
    共通
======================================================================*/
.sec_ttl {
  margin-bottom: 6rem;
  text-align: center;
}
.sec_ttl span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  line-height: 1.3;
  letter-spacing: 0.28em;
  background: linear-gradient(170deg, #cc9200 0%, #dba72e 35%, #f2d061 50%, #dba72e 65%, #cc9200 100%);
  color: #f2d061;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_ttl small {
  margin-top: 0.3em;
  display: block;
  font-size: 2.6rem;
  color: #cca952;
  letter-spacing: 0.34em;
}

.special_ttl {
  font-size: 5rem !important;
  letter-spacing: 0.1em !important;
}

.head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
  background: url(../images/spkikaku01/bg_head.jpg) repeat-x center/6px auto;
}
.head_ttl {
  text-align: center;
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 1.5;
  background: linear-gradient(to top, #f6b000 0%, #ffeb00 25%, #fff799 50%, #ffeb00 75%, #f6b000 100%);
  color: #f6b000;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 0.2em rgba(247, 176, 0, 0.5);
}
.head_subttl {
  margin: 0 auto 1em;
  width: 58.5rem;
  filter: drop-shadow(0 0.3em 0.3em rgba(0, 0, 0, 0.3));
}

.movie_embed {
  position: relative;
  margin-top: 5rem;
  padding-top: 56.25%;
}
.movie_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .sec_ttl {
    margin-bottom: 4rem;
  }
  .sec_ttl span {
    font-size: 6rem;
  }
  .sec_ttl small {
    font-size: 1.8rem;
  }
  .head {
    padding: 5.5rem 0;
  }
  .head_ttl {
    font-size: 4.8rem;
  }
}
/* =====================================================================
*    下層ページ
* =================================================================== */
#subpage .main {
  background-image: url(../images/common/bg_pattern_t-sp.png), url(../images/common/bg_pattern_b-sp.png);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  background-size: 100% auto;
}
#subpage .main .inner {
  width: calc(680 / 750 * 100%);
}

.submv {
  padding: 8.4rem 0 3rem;
  background: url(../images/common/bg_submv-sp.jpg) no-repeat center/cover;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #f6b000 0%, #ffeb00 25%, #fff799 50%, #ffeb00 75%, #f6b000 100%) 1/0 0 4px 0;
     border-image: linear-gradient(to right, #f6b000 0%, #ffeb00 25%, #fff799 50%, #ffeb00 75%, #f6b000 100%) 1/0 0 4px 0;
  overflow: hidden;
}
.submv_ttl {
  margin: 0 auto;
  width: calc(337 / 670 * 100%);
}
.submv_date {
  margin: 0.7rem 0 0 calc(-27 / 670 * 100%);
  width: calc(718 / 670 * 100%);
}

@media screen and (min-width: 768px) {
  #subpage .main {
    background-image: url(../images/common/bg_pattern_t-pc.png), url(../images/common/bg_pattern_b-pc.png);
  }
  #subpage .main .inner {
    width: 100%;
    padding: 0 calc(40 / 1000 * 100%);
  }
  .submv {
    padding: 3rem 0 2.8rem;
    background-image: url(../images/common/bg_submv-pc.jpg);
  }
  .submv .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .submv_ttl {
    margin: calc(15 / 900 * 100%) 0 0 0;
    width: calc(285 / 900 * 100%);
  }
  .submv_ttl a:hover {
    opacity: 0.8;
  }
  .submv_date {
    margin: 0 0 0 calc(10 / 900 * 100%);
    width: calc(628 / 900 * 100%);
  }
}
@media screen and (min-width: 1000px) {
  #subpage .main .inner {
    padding: 0 40px;
  }
}
/* =====================================================================
*    nav
* =================================================================== */
.header_nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.header_nav .menu_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 13rem;
  height: 13rem;
  background: url(../images/common/btn_nav_menu.png) no-repeat left top/contain;
  transition: 0.5s ease;
  z-index: 2;
}
.header_nav .active + .menu_btn {
  background-image: url(../images/common/btn_nav_close.png);
}

.nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.85);
  overflow: hidden auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.5s ease;
  z-index: 1;
}
.nav.active {
  height: 100vh;
}
.nav_menu {
  padding: 20rem 0;
}
.nav_menu dt {
  margin-bottom: 4.7rem;
}
.nav_menu dt span {
  font-size: 6rem;
}
.nav_menu dd {
  margin: 0 auto;
  width: 50rem;
  border-top: 1px solid #cc9200;
}
.nav_menu dd:last-of-type {
  border-bottom: 1px solid #cc9200;
}
.nav_menu dd a {
  padding: 3.8rem 0;
  text-align: center;
  font-family: "メイリオ", "Meiryo";
  font-size: 3.4rem;
  letter-spacing: 0.24em;
  color: #f5e9cb;
}
.nav_menu .nolink a {
  opacity: 0.4;
}

.nolink a {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .header_nav .menu_btn {
    width: 8rem;
    height: 8rem;
    cursor: pointer;
  }
  .nav {
    width: 50%;
    height: 100vh;
    right: -50%;
  }
  .nav.active {
    height: 100vh;
    right: 0;
  }
  .nav_menu {
    width: 100%;
    height: 100%;
  }
  .nav_menu dd {
    width: 80%;
    max-width: 50rem;
  }
  .nav_menu dd a {
    padding: 2rem 0;
    font-size: 2.6rem;
  }
  .nav_menu dd a:hover {
    text-shadow: 0 0 1rem #cc9200, 0 0 1rem #cc9200, 0 0 1rem #cc9200;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  background: url(../images/common/bg_pattern1.jpg) repeat center/12.5rem auto;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #f6b000 0%, #ffeb00 25%, #fff799 50%, #ffeb00 75%, #f6b000 100%) 1/4px 0 0 0;
     border-image: linear-gradient(to right, #f6b000 0%, #ffeb00 25%, #fff799 50%, #ffeb00 75%, #f6b000 100%) 1/4px 0 0 0;
  overflow: hidden;
  z-index: 1;
}
.footer::before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #1d1502 0%, #1d1502 18%, transparent 100%);
  z-index: -1;
}

.sns {
  padding: 14rem 0 16rem;
}
.sns::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background: linear-gradient(to top, #4c3700 0%, transparent 70%, transparent 100%);
}
.sns h2 {
  margin-bottom: 9rem;
}

.sns_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sns_list li {
  position: relative;
  display: grid;
  align-items: center;
  margin-bottom: 6.3rem;
  width: 100%;
  background: linear-gradient(to top, #f6b000 0%, #ffeb00 25%, #fff799 50%, #ffeb00 75%, #f6b000 100%);
  border-radius: 1rem;
  overflow: hidden;
}
.sns_list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: linear-gradient(to bottom, #212121 0%, #5c000e 91%);
  border-radius: 1rem;
}
.sns_list li > * {
  position: relative;
  z-index: 1;
}
.sns_list .banner {
  padding: 0;
  border: 0;
  background: none;
}
.sns_list .twitter p {
  width: 63.3rem;
  margin: 5.3rem 0 2.8rem -3px;
}
.sns_list .twitter_widget {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: calc(200 / 670 * 100%) auto 0;
  width: calc(590 / 670 * 100%);
}
.sns_list .twitter_widget iframe {
  width: 100% !important;
}
.sns_list .twitter-timeline {
  height: 38.4rem;
  overflow-y: scroll;
}
.sns_list .tiktok_link {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: calc(155 / 670 * 100%);
  width: 100%;
}
.sns_list .line_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: calc(500 / 670 * 100%) auto 0;
  width: calc(335 / 670 * 100%);
}

.footer_box {
  position: relative;
  background-color: #000;
  padding: 6rem 0;
}

.pagetop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -8rem;
}
.pagetop a {
  position: relative;
  width: 0;
  height: 0;
  border-left: 10rem solid transparent;
  border-right: 10rem solid transparent;
  border-bottom: 10rem solid #000;
}
.pagetop a img {
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 6.1rem;
  height: 3.2rem;
}

.copyright {
  margin: 0 auto;
  font-family: "メイリオ", "Meiryo";
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #cc9200;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer {
    background-size: 6.8rem auto;
  }
  .sns {
    padding: 8.3rem 0 16rem;
  }
  .sns::before {
    height: 11rem;
  }
  .sns h2 {
    width: 55rem;
    margin: 0 auto 5.2rem;
  }
  .sns_list li {
    flex: 1;
    width: calc(410 / 900 * 100%);
    margin: 0 calc(20 / 900 * 100%) 2rem 0;
  }
  .sns_list li:last-child {
    margin-right: 0;
  }
  .sns_list .banner {
    height: 100%;
  }
  .sns_list .twitter-timeline {
    height: 14rem;
  }
  .sns_list .tiktok_link:hover {
    opacity: 0.7;
  }
  .footer_box {
    padding: 4.2rem 0;
  }
  .pagetop {
    margin-top: -7.1rem;
  }
  .pagetop a {
    border-left: 7.1rem solid transparent;
    border-right: 7.1rem solid transparent;
    border-bottom: 7.1rem solid #000;
  }
  .pagetop a img {
    bottom: -6rem;
    width: 4.3rem;
    height: 2.2rem;
    transition: 0.5s ease;
  }
  .pagetop a:hover img {
    bottom: -4.5rem;
  }
  .copyright {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=base.css.map *//