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

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

.wrapper {
  position: relative;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3rem;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #000000;
  background-color: #fff;
  overflow: hidden;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #000000;
}

section,
main,
header,
footer {
  position: relative;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(680 / 750 * 100%);
  z-index: 2;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  #gDefFooter {
    padding-bottom: 100px;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  .wrapper {
    font-size: max(1.8rem, 16px);
  }
  .wrapper a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    padding: 0 calc(160 / 1600 * 100%);
    width: 100%;
    max-width: 1600px !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
  .inner {
    padding: 0 160px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.subpage_wrap::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffbfcf), to(transparent));
  background: linear-gradient(to top, #ffbfcf 0%, transparent 100%);
}
.subpage_wrap > .inner {
  position: relative;
  padding-bottom: 37.3rem;
}
.subpage_wrap .img_sakura_l {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(230 / 680 * 100%) calc(-262 / 680 * 100%);
  width: calc(453 / 680 * 100%);
  z-index: -1;
}
.subpage_wrap .img_sakura_r {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 calc(-205 / 680 * 100%) calc(92 / 680 * 100%) 0;
  width: calc(453 / 680 * 100%);
  z-index: -1;
}

.page_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 8rem;
  padding-top: calc(156 / 680 * 100%);
  padding-top: 3em;
  font-size: 5.2rem;
  font-weight: 900;
}
.page_ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(160 / 680 * 100%);
  padding-top: calc(126 / 680 * 100%);
  width: 3.1em;
  padding-top: 2.6em;
  background: url(../images/common/img_fest.png) no-repeat center/contain;
}
.page_ttl small {
  display: block;
  margin-top: 0.5em;
  font-size: 60%;
}

.sec_subttl {
  text-align: center;
  margin-bottom: 5rem;
}
.sec_subttl span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  font-size: 3.4rem;
  font-weight: 800;
  color: #ed537a;
  border-left: 0.4em double #000000;
  border-right: 0.4em double #000000;
}
.sec_subttl.foot {
  padding-bottom: 1.5em;
}
.sec_subttl.foot small {
  position: absolute;
  display: block;
  bottom: -3rem;
  right: -1em;
  text-align: right;
  font-size: 2rem;
  color: #000000;
}

.pager {
  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;
  margin-top: 4rem;
}
.pager li a {
  padding: 1em;
  font-weight: 800;
}
.pager li svg {
  width: 6.4rem;
  height: 6.4rem;
  fill: #009952;
}
.pager li.prev {
  margin-right: 2.4em;
}
.pager li.prev a {
  padding: 0;
}
.pager li.prev a svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pager li.next {
  margin-left: 2.4em;
}
.pager li.next a {
  padding: 0;
}
.pager li.next a svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.btn_shinoby {
  text-align: center;
  margin-top: 8rem;
}
.btn_shinoby a {
  position: relative;
  display: inline-block;
  padding-top: 7.9rem;
}
.btn_shinoby a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28rem;
  height: 8.8rem;
  background: url(../images/common/img_shinoby_ninmaru.png) no-repeat center/contain;
  z-index: 1;
}
.btn_shinoby a span {
  position: relative;
  display: block;
  padding: 0.8em 2.2em;
  min-width: 52rem;
  font-weight: 800;
  line-height: 1.333;
  color: #009952;
  background: #ffde0a;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.15);
}
.btn_shinoby a span::after {
  content: "";
  position: absolute;
  display: block;
  top: 46%;
  right: 1em;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-top: 0.2em solid #009952;
  border-right: 0.2em solid #009952;
}
.btn_shinoby.pdf a span {
  text-align: left;
  padding: 0.8em 2.2em 0.8em 4em;
}
.btn_shinoby.pdf a span::before {
  content: "";
  position: absolute;
  display: block;
  top: 48%;
  left: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1.1em;
  background: url(../images/common/icon_pdf.png) no-repeat center/contain;
}

.btn_green {
  text-align: center;
  margin-top: 8rem;
}
.btn_green a {
  position: relative;
  display: inline-block;
}
.btn_green a span {
  position: relative;
  display: block;
  padding: 1em 2.2em;
  min-width: 52rem;
  font-weight: 800;
  line-height: 1.333;
  color: #ffde0a;
  background: #009952;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.15);
}
.btn_green a span::after {
  content: "";
  position: absolute;
  display: block;
  top: 46%;
  right: 1em;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-top: 0.2em solid #ffde0a;
  border-right: 0.2em solid #ffde0a;
}

.btn_yellow {
  text-align: center;
  margin-top: 8rem;
}
.btn_yellow a {
  position: relative;
  display: inline-block;
}
.btn_yellow a span {
  position: relative;
  display: block;
  padding: 1em 2.2em;
  min-width: 52rem;
  font-weight: 800;
  line-height: 1.333;
  color: #009952;
  background: #ffde0a;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.15);
}
.btn_yellow a span::after {
  content: "";
  position: absolute;
  display: block;
  top: 46%;
  right: 1em;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-top: 0.2em solid #009952;
  border-right: 0.2em solid #009952;
}

@media screen and (min-width: 768px) {
  .subpage_wrap::before {
    height: 44rem;
  }
  .subpage_wrap > .inner {
    padding-bottom: 36rem;
  }
  .subpage_wrap .img_sakura_l {
    margin: 0 0 calc(268 / 1600 * 100%) calc(200 / 1600 * 100%);
    width: calc(339 / 1600 * 100%);
  }
  .subpage_wrap .img_sakura_r {
    margin: 0 calc(200 / 1600 * 100%) calc(150 / 1600 * 100%) 0;
    width: calc(339 / 1600 * 100%);
  }
  .page_ttl {
    font-size: max(3.9rem, 23px);
  }
  .sec_subttl {
    margin-bottom: 8rem;
  }
  .sec_subttl span {
    font-size: max(3rem, 20px);
  }
  .sec_subttl.foot small {
    font-size: 1rem;
    color: #009952;
  }
  .pager {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .pager li a {
    font-size: max(2.4rem, 16px);
  }
  .pager li a:hover {
    color: #ed537a;
  }
  .pager li svg {
    width: 2.1em;
    height: 2.1em;
  }
  .pager li.prev {
    margin-right: 2.4em;
  }
  .pager li.prev a:hover {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  .pager li.next {
    margin-left: 2.4em;
  }
  .pager li.next a:hover {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  .btn_shinoby {
    margin-top: 4rem;
  }
  .btn_shinoby a {
    padding-top: 5.9rem;
  }
  .btn_shinoby a::before {
    width: 21rem;
    height: 6.6rem;
  }
  .btn_shinoby a:hover {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  .btn_shinoby a span {
    min-width: 39rem;
  }
  .btn_green {
    margin-top: 4rem;
  }
  .btn_green a:hover {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  .btn_green a span {
    min-width: 39rem;
  }
  .btn_yellow {
    margin-top: 4rem;
  }
  .btn_yellow a:hover {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  .btn_yellow a span {
    min-width: 39rem;
  }
}
/* =====================================================================
    submv
======================================================================*/
#subpage #main {
  padding-top: 12rem;
}
#subpage #main::before {
  content: "";
  position: absolute;
  display: block;
  top: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_white.png) round no-repeat center top/auto 100%;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #subpage #main::before {
    top: -2.7rem;
    height: 2.8rem;
  }
}

.submv {
  padding: 5rem 0 8rem;
  background: url(../images/common/bg_submv-sp.jpg) no-repeat center top/cover;
}
.submv h1 {
  position: relative;
  margin: 0 auto 1.9rem;
  width: calc(400 / 680 * 100%);
  z-index: 2;
}

.submv_illust_l {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(-159 / 680 * 100%) calc(-300 / 680 * 100%);
  width: calc(510 / 680 * 100%);
}

.submv_illust_r {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 calc(-236 / 680 * 100%) calc(-179 / 680 * 100%) 0;
  width: calc(510 / 680 * 100%);
}

.submv_date {
  position: relative;
  margin: 0 auto;
  width: calc(440 / 680 * 100%);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #subpage #main {
    padding-top: 8rem;
  }
  #subpage #main::before {
    display: none;
  }
  .submv {
    padding: 16rem 0 3.6rem;
    background-image: url(../images/common/bg_submv-pc.jpg);
    overflow: hidden;
  }
  .submv h1 {
    margin-bottom: 2.4rem;
    width: calc(400 / 1280 * 100%);
  }
  .submv_illust_l {
    margin: 0 0 calc(-77 / 1600 * 100%) 0;
    width: calc(442 / 1600 * 100%);
  }
  .submv_illust_r {
    margin: 0 0 calc(-84 / 1600 * 100%) 0;
    width: calc(442 / 1600 * 100%);
  }
  .submv_bottom {
    margin-top: -6rem;
    padding: 13rem 0 12rem;
  }
  .submv_date {
    width: calc(765 / 1280 * 100%);
  }
}
/* =====================================================================
    header
======================================================================*/
.header_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1rem 0 2rem;
  width: 100%;
  background: #fccf00 url(../images/common/bg_dots1.jpg) repeat-x center bottom/4.5rem auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 999;
  -webkit-filter: drop-shadow(0px 3rem 3rem rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0px 3rem 3rem rgba(0, 0, 0, 0.06));
}
.header_nav::before {
  content: "";
  position: absolute;
  display: block;
  top: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_yellow.png) round no-repeat center top/auto 100%;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header_nav::before {
    top: -2.7rem;
    height: 2.8rem;
  }
}
.header_nav::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#ffbfcf), color-stop(50%, #9debf2), to(#4cd997));
  background: linear-gradient(to right, #ffbfcf 0%, #9debf2 50%, #4cd997 100%);
  z-index: 1;
}
.header_nav.fixed {
  bottom: 0;
}

.nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3rem;
}
.nav_menu li {
  position: relative;
  padding: 0 2.1rem;
}
.nav_menu li::before {
  content: "";
  position: absolute;
  display: block;
  top: 1.55em;
  right: 0;
  width: 0.6rem;
  height: 3rem;
  background: url(../images/common/img_dots1.png) no-repeat center/contain;
}
.nav_menu li:first-child {
  padding-left: 0;
}
.nav_menu li:last-child {
  padding-right: 0;
}
.nav_menu li:last-child::before {
  display: none;
}
.nav_menu li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 3.2rem 0 0;
  height: 100%;
}
.nav_menu li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.4rem;
  height: 2.4rem;
}
.nav_menu li a span {
  font-weight: 800;
  line-height: 1.066;
  color: #009952;
  letter-spacing: 0;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.nav_menu li.nolink a {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
}
.nav_menu li.home a::before {
  background: url(../images/common/icon_home.png) no-repeat center/contain;
}
.nav_menu li.schedule a::before {
  background: url(../images/common/icon_schedule.png) no-repeat center/contain;
}
.nav_menu li.booth a::before {
  background: url(../images/common/icon_booth.png) no-repeat center/contain;
}
.nav_menu li.map a::before {
  background: url(../images/common/icon_map.png) no-repeat center/contain;
}

.pagetop_shinoby {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 15.3rem;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  z-index: 1000;
}
.pagetop_shinoby.fixed {
  right: 0;
}

@media screen and (min-width: 768px) {
  .header_nav {
    position: absolute;
    bottom: auto !important;
    top: 0 !important;
    padding: 1.5rem 0 1.2rem;
    background: #fff url(../images/common/bg_dots2.jpg) repeat-x center top/2.3rem auto;
    -webkit-filter: drop-shadow(0px 2rem 2rem rgba(0, 0, 0, 0.04));
            filter: drop-shadow(0px 2rem 2rem rgba(0, 0, 0, 0.04));
  }
  .header_nav::before {
    top: auto;
    bottom: -2.7rem;
    -webkit-transform: scale(1);
            transform: scale(1);
    background-image: url(../images/common/img_wave_white.png);
  }
  .header_nav::after {
    bottom: auto;
    top: 0;
  }
  .header_nav.fixed {
    position: fixed;
  }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 90%;
    max-width: 1600px;
  }
  .nav_logo {
    margin-right: auto;
    width: 143px;
    max-width: calc(250 / 1600 * 100%);
  }
  .nav_menu {
    margin-left: 0;
  }
  .nav_menu li {
    padding: 0 7rem;
  }
  .nav_menu li::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.4rem;
    height: 2rem;
  }
  .nav_menu li a {
    padding: 1rem 0;
  }
  .nav_menu li a::before {
    position: relative;
    display: inline-block;
    top: -0.1em;
    left: 0;
    margin-right: 0.3em;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .nav_menu li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: -9rem;
    -webkit-transform: translateY(-40%) scale(0.6);
            transform: translateY(-40%) scale(0.6);
    width: 8.4rem;
    height: 8.4rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: 2;
  }
  .nav_menu li a span {
    font-size: max(2rem, 13px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .nav_menu li a:hover::after {
    -webkit-transform: translateY(-40%) scale(1);
            transform: translateY(-40%) scale(1);
    opacity: 1;
  }
  .nav_menu li a:hover span {
    color: #ed537a;
  }
  .nav_menu li.home a::after {
    background: url(../images/common/img_nav_shinoby1.png) no-repeat center/contain;
  }
  .nav_menu li.schedule a::after {
    background: url(../images/common/img_nav_shinoby2.png) no-repeat center/contain;
  }
  .nav_menu li.booth a::after {
    background: url(../images/common/img_nav_shinoby3.png) no-repeat center/contain;
  }
  .nav_menu li.map a::after {
    background: url(../images/common/img_nav_shinoby4.png) no-repeat center/contain;
  }
  .pagetop_shinoby {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15.3rem;
    z-index: 2;
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  margin-bottom: 8rem;
}
.banner_list .slick-list {
  overflow: visible;
}
.banner_list .slick-slide {
  margin: 0 1.75rem;
}
.banner_list .slick-slide a {
  width: 45.8rem !important;
}

@media screen and (min-width: 768px) {
  .banner_list {
    margin-bottom: 4rem;
  }
  .banner_list .slick-slide {
    margin: 0 3rem;
  }
  .banner_list .slick-slide a {
    width: 40rem !important;
  }
  .banner_list .slick-slide a:hover {
    opacity: 0.7;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding: 11rem 0 0;
}
.footer::before {
  content: "";
  position: absolute;
  display: block;
  top: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_white.png) round no-repeat center top/auto 100%;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer::before {
    top: -2.7rem;
    height: 2.8rem;
  }
}

.pagetop {
  position: absolute;
  top: 0;
  right: 3.5rem;
  margin-top: -9.2rem;
  width: 12rem;
  z-index: 10;
}
.pagetop.fixed {
  position: fixed;
  top: auto;
  bottom: 3.5rem;
  margin-top: 0;
}

.sns_share_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8rem;
}
.sns_share_list li {
  margin: 0 calc(40 / 680 * 100%);
  width: 10rem;
  height: 10rem;
}
.sns_share_list li a {
  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: #000000;
  border-radius: 50%;
}
.sns_share_list li a img {
  width: 45%;
}

.footer_txt {
  margin: 0 auto 6rem;
  width: calc(600 / 680 * 100%);
  line-height: 1.333;
}
.footer_txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
}
.footer_txt dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5em;
}
.footer_txt dl dt::after {
  content: "：";
  display: inline-block;
  color: #ed537a;
}

.footer_link {
  text-align: center;
  margin-bottom: 4rem;
}
.footer_link a {
  display: inline-block;
  padding: 0 1em;
  font-size: 4rem;
  font-weight: 900;
  color: #ed537a;
  border-left: 0.4em double #000000;
  border-right: 0.4em double #000000;
}

.copyright {
  margin: 0 calc(50% - 50vw);
  padding: 8rem 0;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .pagetop {
    right: 8rem;
    margin-top: -6rem;
    width: 9rem;
  }
  .pagetop.fixed {
    bottom: 3.5rem;
  }
  .sns_share_list {
    margin-bottom: 4rem;
  }
  .sns_share_list li {
    margin: 0 calc(40 / 1280 * 100%);
    width: 8rem;
    height: 8rem;
  }
  .sns_share_list li a:hover {
    background: #ed537a;
  }
  .footer_txt {
    width: 100%;
  }
  .footer_txt dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_txt dl dt {
    margin-right: 0;
  }
  .footer_link a {
    font-size: max(3rem, 20px);
  }
  .footer_link a:hover {
    color: #009952;
  }
  .copyright {
    font-size: 1.6rem;
  }
}
/* =====================================================================
*    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;
  padding: 5.5em 0;
  width: 100%;
}

.popup_close {
  position: absolute;
  top: 16rem;
  right: 2rem;
  width: 3em;
  height: 3em;
  z-index: 3;
}
.popup_close::before {
  content: "";
  display: block;
  width: 1px;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
}
.popup_close::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

.movie_embed_inner {
  position: relative;
  padding-top: 56.25%;
  border-radius: 3.2rem;
  overflow: hidden;
}
.movie_embed_inner iframe,
.movie_embed_inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: 90%;
    max-width: 1280px;
  }
  .popup_close {
    right: 12rem;
    cursor: pointer;
  }
  .popup_list > li {
    width: calc(1280 / 1600 * 100%);
  }
  .popup_close2 {
    width: 50rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #ffde0a;
  }
}
/* =====================================================================
    print
======================================================================*//*# sourceMappingURL=base.css.map */
