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

.gDef-wrapper {
  overflow: initial;
}

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

.wrapper {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #000000;
  line-height: 1;
  background: url(../images/common/bg_pattern1.jpg) repeat center/30rem auto;
  overflow: hidden;
}

.wrapper img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.wrapper a {
  color: #000000;
  display: block;
}

section,
header,
footer {
  position: relative;
}

.inner {
  position: relative;
  width: calc(680 / 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 / 1600 * 100vw);
  }
  .wrapper {
    font-size: 1.6rem;
  }
  .wrapper a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .sp {
    display: none !important;
  }
  .inner {
    width: calc(1024 / 1600 * 100%);
  }
}

/* =====================================================================
    共通
======================================================================*/
.sec_ttl {
  position: relative;
}

.sec_ttl img {
  margin: auto;
  width: auto;
  height: 29.3rem;
}

.btn1 {
  margin: 0 auto;
  padding: 0.8rem;
  width: 56rem;
  background: #000000;
  position: relative;
  overflow: hidden;
}

.btn1::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4rem 4rem;
  border-color: transparent transparent #000000 transparent;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .btn1::before {
    border-width: 0 0 2.5rem 2.5rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btn1:hover {
    opacity: 0.7;
  }
  .btn1:hover::before {
    border-width: 0 0 4rem 4rem;
  }
}

.btn1 span {
  display: block;
  position: relative;
  padding: 3.5rem 0;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  border: 0.4rem solid #8f5300;
  -o-border-image: linear-gradient(to left, #8f5300 0%, #a25f10 18%, #fad43d 37%, #ffe066 50%, #fad43d 63%, #a25f10 92%, #8f5300 100%);
     border-image: -webkit-gradient(linear, right top, left top, from(#8f5300), color-stop(18%, #a25f10), color-stop(37%, #fad43d), color-stop(50%, #ffe066), color-stop(63%, #fad43d), color-stop(92%, #a25f10), to(#8f5300));
     border-image: linear-gradient(to left, #8f5300 0%, #a25f10 18%, #fad43d 37%, #ffe066 50%, #fad43d 63%, #a25f10 92%, #8f5300 100%);
  border-image-slice: 1;
}

.btn1.en span {
  font-family: "Oswald", sans-serif;
}

.comment {
  margin: 0 auto;
  width: 64rem;
}

.comment dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  color: #ffbf00;
}

.comment dt::before, .comment dt::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #ffbf00;
}

.comment dt::before {
  margin-right: 4rem;
}

.comment dt::after {
  margin-left: 4rem;
}

.comment dt span {
  font-size: 3.2rem;
  font-weight: 700;
}

.comment dd {
  color: #fff;
  line-height: 1.833;
}

@media screen and (min-width: 768px) {
  .sec_ttl img {
    height: 22rem;
  }
  .btn1 {
    padding: 0.6rem;
    width: 42rem;
  }
  .btn1 span {
    padding: 2rem;
    font-size: 1.8rem;
    border-width: 0.3rem;
  }
  .btn1.en span {
    font-size: 1.4rem;
  }
  .comment {
    width: 88rem;
  }
  .comment dt {
    margin-bottom: 3em;
  }
  .comment dt span {
    font-size: 2.4rem;
  }
  .comment dd {
    line-height: 2.25;
  }
}

/* =====================================================================
    submv
======================================================================*/
.submv {
  background: url(../images/common/img_submv-sp.png) no-repeat center/cover;
}

.submv h1 {
  margin: 0 auto;
  padding: calc(297 / 750 * 100%) 0 0;
  width: calc(476 / 750 * 100%);
}

@media screen and (min-width: 768px) {
  .submv {
    background-image: url(../images/common/img_submv-pc.png);
  }
  .submv h1 {
    margin: 0 0 0 calc(358 / 1920 * 100%);
    padding: calc(194 / 1920 * 100%) 0 calc(56 / 1920 * 100%);
    width: calc(473 / 1920 * 100%);
  }
}

/* =====================================================================
*    header
* =================================================================== */
.header_nav {
  background: url(../images/common/bg_blackboard1-sp.jpg) no-repeat center/cover;
}

.mv_date {
  padding: 3rem 0;
}

.mv_date img {
  width: calc(724 / 750 * 100%);
  margin: 0 auto;
}

.mv_banner {
  margin-bottom: 2rem;
  padding: 1rem 0;
}

.mv_banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv_banner_list li {
  margin: 0 calc(4 / 750 * 100%);
  width: calc(240 / 750 * 100%);
}

.nav {
  position: relative;
}

.nav::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  -o-border-image: linear-gradient(to left, #c29c54 0%, #e7d186 50%, #c29c54 100%) 1/1px 0 0 0;
     border-image: -webkit-gradient(linear, right top, left top, from(#c29c54), color-stop(50%, #e7d186), to(#c29c54)) 1/1px 0 0 0;
     border-image: linear-gradient(to left, #c29c54 0%, #e7d186 50%, #c29c54 100%) 1/1px 0 0 0;
  border-style: solid;
}

.nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .nav_menu.column4 li {
    width: calc(187 / 750 * 100%);
  }
  .nav_menu.column4 li:nth-child(4n)::before {
    display: none;
  }
  .nav_menu.column4 li:nth-child(n+5)::after {
    display: none;
  }
  .nav_menu.column5 li {
    width: calc(149 / 750 * 100%);
  }
  .nav_menu.column5 li:nth-child(5n)::before {
    display: none;
  }
  .nav_menu.column5 li:nth-child(n+6)::after {
    display: none;
  }
}

.nav_menu li {
  position: relative;
}

.nav_menu li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 3.2rem;
  border-left: 1px solid #be9750;
}

.nav_menu li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.2rem;
  height: 1px;
  border-bottom: 1px solid #be9750;
}

.nav_menu li.nolink, .nav_menu li.cs {
  pointer-events: none;
}

.nav_menu li.nolink a img {
  opacity: 0.3;
}

.nav_menu li.cs a {
  visibility: hidden;
}

.nav_menu li a {
  width: 100%;
  height: 100%;
}

.nav_menu li a img {
  margin: auto;
  width: auto;
  height: 12.2rem;
}

.nav_date {
  position: absolute;
  top: -0.6em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8.8rem;
  height: 3.6rem;
  z-index: 1;
  text-align: center;
  background: url(../images/common/img_balloon1.png) no-repeat center/contain;
}

.nav_date span {
  padding: 0.2em 0 0.3em;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  white-space: nowrap;
  color: #f2ce61;
}

.nav_sns {
  position: absolute;
  bottom: 3rem;
  right: 2rem;
  width: 34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav_sns li {
  margin: 0 1rem;
  width: 6.4rem;
}

@media screen and (min-width: 768px) {
  .header_nav {
    background-image: url(../images/common/bg_blackboard1-pc.jpg);
  }
  .mv_date img {
    width: calc(1034 / 1920 * 100%);
    max-width: 1034px;
    margin: auto;
  }
  .mv_banner {
    margin-bottom: 3rem;
    padding: 0;
  }
  .mv_banner_list {
    margin: 0 auto;
    max-width: 1600px;
  }
  .mv_banner_list li {
    margin: 0 calc(20 / 1600 * 100%);
    width: calc(240 / 1600 * 100%);
  }
  .mv_banner_list li a {
    position: relative;
    top: 0;
  }
  .mv_banner_list li a:hover {
    top: -1rem;
  }
  .nav_menu {
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 1600px;
  }
  .nav_menu li {
    width: auto;
  }
  .nav_menu li:last-child::before, .nav_menu li::after {
    display: none;
  }
  .nav_menu li a {
    position: relative;
    padding: 1.4rem 3rem;
    overflow: hidden;
  }
  .nav_menu li a::before {
    content: '';
    position: absolute;
    bottom: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2rem;
    height: 3.9rem;
    background: url(../images/common/icon_hand.png) no-repeat center bottom/contain;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .nav_menu li a:hover::before {
    bottom: -1rem;
  }
  .nav_menu li a img {
    height: 9rem;
  }
  .nav_date {
    width: 6.6rem;
    height: 2.7rem;
  }
  .nav_date span {
    font-size: 1.2rem;
  }
  .nav_sns {
    position: relative;
    bottom: auto;
    right: auto;
    width: calc(280 / 1600 * 100%);
  }
  .nav_sns li {
    width: 4.9rem;
  }
  .nav_sns li a {
    position: relative;
    top: 0;
  }
  .nav_sns li a:hover {
    top: -0.4em;
  }
}

/* =====================================================================
*    article_list
* =================================================================== */
.article_list_img {
  margin-bottom: 3rem;
}

.article_list figure {
  margin-bottom: 3rem;
}

.article_list figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.article_list h3 {
  position: relative;
  line-height: 1.833;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.article_list_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #bf0000;
}

.article_list_date p::before {
  content: '/';
  display: inline-block;
  margin: 0 .3em;
}

.movie_list figure,
.movie_pickup figure {
  position: relative;
  border: 0.4rem solid #8f5300;
  -o-border-image: linear-gradient(-45deg, #8f5300 0%, #c39222 20%, #ffe066 50%, #c39222 80%, #8f5300 100%);
     border-image: linear-gradient(-45deg, #8f5300 0%, #c39222 20%, #ffe066 50%, #c39222 80%, #8f5300 100%);
  border-image-slice: 1;
}

.movie_list figure::before,
.movie_pickup figure::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.1rem;
  height: 5.7rem;
  background: url(../images/common/icon_movie.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.topics_list {
  margin: 0 auto 8rem;
  width: 64rem;
}

.topics_list li {
  position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.topics_list li .article_list_img {
  position: relative;
  margin: 0 auto;
  padding: 1.6rem;
}

.topics_list li .article_list_img::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: calc(100% - 3.2rem);
  height: calc(100% - 3.2rem);
  background: url(../images/common/bg_grade1.jpg) no-repeat center/cover;
}

.topics_list li .article_list_img::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30rem;
  height: 30rem;
  -o-border-image: linear-gradient(45deg, #a67d30 0%, #ffe066 50%, #a67d30 100%) 1/0.2rem 0 0 0.2rem;
     border-image: linear-gradient(45deg, #a67d30 0%, #ffe066 50%, #a67d30 100%) 1/0.2rem 0 0 0.2rem;
  border-style: solid;
}

.topics_list li .article_list_img img {
  position: relative;
}

.topics_list li figure {
  margin-bottom: 0;
}

.topics_list li .article_list_date {
  margin-top: 0.6em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.topics_list li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topics_list li:first-child a .article_list_img {
  margin-bottom: 0.8em;
}

.topics_list li:first-child a .article_list_text {
  padding: 0 1.6rem;
}

@media screen and (max-width: 767px) {
  .topics_list li:not(:last-child) {
    margin-bottom: 6rem;
  }
  .topics_list li:not(:first-child) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topics_list li:not(:first-child) a .article_list_img {
    width: 28rem;
    padding: 0 0.8rem 0.8rem 0;
  }
  .topics_list li:not(:first-child) a .article_list_img::before {
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
  }
  .topics_list li:not(:first-child) a .article_list_img::after {
    display: none;
  }
  .topics_list li:not(:first-child) a .article_list_text {
    width: 31.5rem;
    margin-top: -.3em;
  }
}

@media screen and (min-width: 768px) {
  .article_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article_list li {
    width: calc(304 / 1024 * 100%);
    margin: 0 calc(56 / 1024 * 100%) 0 0;
  }
  .article_list li:nth-child(3n), .article_list li:last-child {
    margin-right: 0;
  }
  .article_list li a figure {
    overflow: hidden;
  }
  .article_list li a figure img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .article_list li a:hover figure img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .article_list_img figure {
    margin-bottom: 2rem;
  }
  .article_list_img h3 {
    line-height: 1.625;
  }
  .article_list_date {
    font-size: 1.2rem;
  }
  .movie_list figure::before,
  .movie_pickup figure::before {
    width: 4.9rem;
    height: 3.5rem;
    z-index: 1;
  }
  .movie_list a:hover figure::before,
  .movie_pickup a:hover figure::before {
    background-image: url(../images/common/icon_movie_h.png);
  }
  .topics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .topics_list li .article_list_img {
    margin-bottom: 0.8em;
    padding: 0.8rem;
  }
  .topics_list li .article_list_img::before {
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
  }
  .topics_list li .article_list_img::after {
    width: 12rem;
    height: 12rem;
  }
  .topics_list li .article_list_text {
    padding: 0 1rem !important;
  }
  .topics_list li .article_list_text h3 {
    line-height: 1.625;
  }
  .topics_list li .article_list_text time {
    margin-top: 1.4rem;
    font-size: 1.2rem;
  }
}

/* =====================================================================
    delivery
======================================================================*/
.delivery {
  margin: 0 auto;
  padding: 0.8rem;
  width: calc(640 / 680 * 100%);
  background: url(../images/common/bg_grade3-sp.jpg) no-repeat center/cover;
}

.delivery h3 {
  padding: 2.2rem 0;
  font-size: 2.8rem;
  color: #fff;
  background: #000000;
  border: 0.4rem solid #000000;
  text-align: center;
}

.delivery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.8rem 0;
  border: 0.4rem solid #000000;
}

.delivery_list li {
  width: 55.2rem;
  margin-bottom: 2.8rem;
}

.delivery_list li:last-child {
  margin-bottom: 0;
}

.delivery_list li a {
  position: relative;
  overflow: hidden;
}

.delivery_list li a::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4rem 4rem;
  border-color: transparent transparent #000000 transparent;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .delivery_list li a::before {
    border-width: 0 0 2.5rem 2.5rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .delivery_list li a:hover {
    opacity: 0.7;
  }
  .delivery_list li a:hover::before {
    border-width: 0 0 4rem 4rem;
  }
}

.delivery_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 14/3;
}

@media screen and (min-width: 768px) {
  .delivery {
    width: 100%;
    background-image: url(../images/common/bg_grade3-pc.jpg);
  }
  .delivery h3 {
    font-size: 2.4rem;
  }
  .delivery_list {
    padding: 3.2rem 0;
  }
  .delivery_list li {
    width: 44rem;
    margin: 0 2rem 1.6rem;
  }
}

/* =====================================================================
    sns_share
======================================================================*/
.sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.6rem 0;
  -o-border-image: linear-gradient(45deg, #8f5300 0%, #c39222 20%, #ffe066 50%, #c39222 80%, #8f5300 100%) 1/0.2rem 0 0.2rem 0;
     border-image: linear-gradient(45deg, #8f5300 0%, #c39222 20%, #ffe066 50%, #c39222 80%, #8f5300 100%) 1/0.2rem 0 0.2rem 0;
  border-style: solid;
}

.sns_share dt {
  width: calc(280 / 680 * 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.2rem;
  font-weight: 700;
}

.sns_share dd {
  width: calc(370 / 680 * 100%);
}

.sns_share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sns_share ul li {
  position: relative;
  width: 10.4rem;
  height: 10.4rem;
}

.sns_share ul li::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -0.4rem;
  right: -0.4rem;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_grade2.jpg) no-repeat center/contain;
}

.sns_share ul li a {
  position: relative;
  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;
  height: 100%;
  background-color: #4c1f49;
}

.sns_share ul li a img {
  width: 3.7rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sns_share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.5rem 0;
  }
  .sns_share dt {
    width: calc(300 / 1024 * 100%);
    font-size: 1.8rem;
    text-align: right;
  }
  .sns_share dd {
    width: calc(310 / 1024 * 100%);
    margin-left: calc(80 / 1024 * 100%);
  }
  .sns_share dd ul li {
    width: 7.8rem;
    height: 7.8rem;
  }
  .sns_share dd ul li a {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .sns_share dd ul li a img {
    width: 2.8rem;
  }
  .sns_share dd ul li a:hover {
    bottom: -0.4rem;
    right: -0.4rem;
  }
}

/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner_list li {
  width: calc(560 / 680 * 100%);
  margin-bottom: 4rem;
}

.banner_list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .banner_list li {
    width: calc(336 / 1024 * 100%);
    margin: 0 calc(20 / 1024 * 100%) !important;
  }
  .banner_list li:not(:nth-child(-n+2)) {
    padding-top: 2em;
  }
  .banner_list li a {
    position: relative;
  }
  .banner_list li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  .banner_list li a:hover::before {
    opacity: 1;
  }
}

/* =====================================================================
*    footer
* =================================================================== */
#footer {
  padding-top: 6.3rem;
  background: url(../images/common/bg_blackboard1-sp.jpg) no-repeat center/cover;
}

#footer::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 12.2rem;
  left: 2.2rem;
  width: 6.3rem;
  height: 10.7rem;
  background: url(../images/common/img_deco1.png) no-repeat center/contain;
}

.follow_sns {
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 6rem;
  z-index: 100;
}

.follow_sns.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
}

.follow_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8rem 0.4rem 8rem 0;
}

.follow_sns_list li {
  width: 7.2rem;
  margin-bottom: 1.8rem;
}

.pagetop {
  width: 8rem;
  height: 8rem;
}

.footer_banner {
  margin-bottom: 4rem;
}

.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6.4rem;
}

.footer_sns li {
  width: 10.4rem;
  margin: 0 2.4rem;
}

.copyright {
  padding: 4.2rem 0;
  text-align: center;
  position: relative;
}

.copyright::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  -o-border-image: linear-gradient(to left, #c29c54 0%, #e7d186 50%, #c29c54 100%) 1/1px 0 0 0;
     border-image: -webkit-gradient(linear, right top, left top, from(#c29c54), color-stop(50%, #e7d186), to(#c29c54)) 1/1px 0 0 0;
     border-image: linear-gradient(to left, #c29c54 0%, #e7d186 50%, #c29c54 100%) 1/1px 0 0 0;
  border-style: solid;
}

.copyright p {
  display: inline-block;
  color: #a67d30;
  background: -webkit-gradient(linear, left top, right top, from(#ffcb57), color-stop(50%, #ffffb3), to(#ffcb57));
  background: linear-gradient(to right, #ffcb57 0%, #ffffb3 50%, #ffcb57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  #footer {
    background-image: url(../images/common/bg_blackboard1-pc.jpg);
  }
  #footer::before {
    bottom: 11.4rem;
    left: 2.9rem;
  }
  .follow_sns {
    right: 9rem;
  }
  .follow_sns_list {
    margin-top: -10rem;
  }
  .follow_sns_list a,
  .pagetop a {
    position: relative;
    top: 0;
  }
  .follow_sns_list a:hover,
  .pagetop a:hover {
    top: -1rem;
  }
  .footer_banner {
    margin-bottom: 6.4rem;
  }
  .footer_banner li {
    width: calc(420 / 1024 * 100%);
  }
  .footer_sns li {
    width: 7.8rem;
    margin: 0 2rem;
  }
  .footer_sns li a {
    position: relative;
    top: 0;
  }
  .footer_sns li a:hover {
    top: -1rem;
  }
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

.popup_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}

.popup_inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: auto;
  padding: 5.5em 0;
  width: 100%;
}

.popup_close {
  position: absolute;
  top: 16rem;
  right: 3rem;
  width: 2.4em;
  height: 2.4em;
  z-index: 3;
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_blackboard1-sp.jpg) no-repeat center/cover;
}

.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 12rem 0;
  width: calc(680 / 750 * 100%);
  z-index: 2;
}

.accordion dd {
  display: none;
}

.popup_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.popup_movie_embed iframe,
.popup_movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_close2 {
  margin: 1em auto 0;
  padding: .5em;
  width: 30rem;
  font-size: 2.8rem;
  text-align: center;
  background: #bf0000;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: calc(1024 / 1600 * 100%);
    max-width: 1024px;
  }
  .popup_close {
    top: 9em;
    right: 10rem;
    cursor: pointer;
  }
  .popup_list {
    background-image: url(../images/common/bg_blackboard1-pc.jpg);
  }
  .popup_list > li {
    width: calc(1024 / 1600 * 100%);
  }
  .popup_close2 {
    width: 300px;
    font-size: 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #ffbf00;
  }
}

@media screen and (min-width: 1600px) {
  .popup_close {
    right: 100px;
    width: 38px;
    height: 38px;
  }
}

/* =====================================================================
    print
======================================================================*/
@media print {
  .mv img,
  .article_list img,
  .news_list img,
  .nextstory_movie img,
  .movie_list img,
  .topics_list img {
    display: none;
  }
  .story_movie img,
  .story_images_list img {
    display: none;
  }
  .backnumber_list img {
    display: none;
  }
  .topics_article img {
    display: none;
  }
  .movie_pickup img {
    display: none;
  }
  .chart_img img,
  .popup_list img {
    display: none;
  }
  .music_img img {
    display: none;
  }
  .story_panel img,
  .hulu_popup_img img {
    display: none;
  }
}
/*# sourceMappingURL=base.css.map */