@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: #34a3ad;
}

.wrapper {
  position: relative;
  font-family: 'Shippori Mincho', "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #424b66;
  background-color: #fff;
  overflow: hidden;
}

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

.wrapper a {
  display: block;
  color: #424b66;
}

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

.inner {
  position: relative;
  padding: 0 calc(35 / 750 * 100%);
}

.content_inner {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1200 * 100vw);
  }
  .wrapper {
    font-size: max(1.8rem, 16px);
  }
  .wrapper a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .inner {
    margin: 0 auto;
    padding: 0 calc(100 / 1200 * 100%);
    width: calc(1080 / 1200 * 100%);
  }
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
  .inner {
    padding: 0 calc(365 / 1920 * 100%);
    width: calc(1730 / 1920 * 100%);
    max-width: 1730px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
  .inner {
    padding: 0 365px;
  }
}

/* =====================================================================
    submv
======================================================================*/
.mv,
.submv {
  background: url(../images/top/img_mv-sp.jpg) no-repeat top center/cover;
}

.mv h1,
.submv h1 {
  margin-left: calc(24 / 750 * 100%);
  padding: calc(314 / 750 * 100%) 0 calc(102 / 750 * 100%);
  width: calc(378 / 750 * 100%);
}

.mv_date,
.submv_date {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(7 / 750 * 100%) calc(24 / 750 * 100%);
  width: calc(338 / 750 * 100%);
}

@media screen and (min-width: 768px) {
  .submv {
    margin: 0 auto;
    max-width: 1200px;
    background-image: url(../images/common/img_submv-pc.jpg);
  }
  .submv h1 {
    margin: 0 0 0 calc(96 / 1200 * 100%);
    padding: calc(24 / 1200 * 100%) 0 calc(84 / 1200 * 100%);
    width: calc(425 / 1200 * 100%);
  }
  .submv_date {
    margin: 0 0 calc(22 / 1200 * 100%) calc(95 / 1200 * 100%);
    width: calc(526 / 1200 * 100%);
  }
}

/* =====================================================================
*    header
* =================================================================== */
.header {
  z-index: 3;
}

.header_banner {
  padding: 2.4rem 0;
  background: url(../images/common/bg_pattern1-sp.jpg) no-repeat center/100vw auto;
}

.nav {
  padding-bottom: 4rem;
  background: #34a3ad;
}

.nav_menu {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0 1rem;
}

.nav_menu li {
  position: relative;
  width: 25%;
}

.nav_menu 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;
  padding-bottom: 0.9em;
  height: 3.6em;
  font-size: 2.8rem;
  color: #fff;
}

.nav_menu li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}

.nav_date {
  position: absolute;
  top: -1em;
  left: 50%;
  padding: 0.2em 0.5em;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ff4070;
  border-radius: 2em;
  z-index: 1;
}

.nav_date::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -0.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.2em 0.2em 0;
  border-color: transparent #ff4070 transparent transparent;
}

.nav_date span {
  display: block;
  font-size: 1.3rem;
  white-space: nowrap;
  color: #fff;
}

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

.nav_sns li {
  margin: 0 calc(20 / 750 * 100%);
}

.nav_sns 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;
  width: 8rem;
  height: 8rem;
  background-color: #424b66;
  border-radius: 50%;
}

.nav_sns li a img {
  width: 45%;
}

@media screen and (min-width: 768px) {
  .header_banner {
    background-image: url(../images/common/bg_pattern1-pc.jpg);
    background-position: top center;
  }
  .nav {
    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;
    padding: 0;
  }
  .nav_menu {
    padding: 0 2rem;
  }
  .nav_menu li {
    width: auto;
  }
  .nav_menu li a {
    padding: 0 1.8rem;
    width: auto;
    height: 10rem;
    font-size: 1.8rem;
  }
  .nav_menu li a span {
    position: relative;
    top: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .nav_menu li a:hover span {
    top: -1rem;
  }
  .nav_date {
    top: 0.2em;
  }
  .nav_sns li a {
    position: relative;
    top: 0;
    width: 4.8rem;
    height: 4.8rem;
  }
  .nav_sns li a:hover {
    top: -1rem;
  }
}

/* =====================================================================
    deco
======================================================================*/
.img_deco {
  position: absolute;
  z-index: 2;
}

/* =====================================================================
*    共通
* =================================================================== */
.gradeBox {
  position: absolute;
  background: url(../images/common/bg_pattern1-sp.jpg) no-repeat center/100vw auto;
}

.ttl_side {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0.5%;
  padding-top: 22.5rem;
}

.ttl_side::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 51%;
  width: 1px;
  height: 20rem;
  border-left: 1px solid;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl_side span {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

/* Safari on iOS */
@supports (background: color(display-p3 0 0 0)) {
  .ttl_side {
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 0;
  }
}

@supports (-webkit-touch-callout: none) {
  .ttl_side {
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 0;
  }
}

.sec_ttl_wrap {
  line-height: 0;
}

.sec_ttl {
  position: relative;
  display: inline-block;
  font-size: 28rem;
}

.sec_ttl::after {
  content: attr(data-ttl);
  position: absolute;
  display: block;
  bottom: 3.5em;
  left: 0;
  margin-left: 3%;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.4em;
}

.sec_ttl span {
  position: relative;
  margin-left: -0.42em;
  padding: 0 0.3em;
  font-family: "Whisper", cursive;
  letter-spacing: 0;
  line-height: 1.1;
}

.sec_ttl.right {
  text-align: right;
}

.sec_ttl.right span {
  margin: 0 -0.25em 0 0;
  padding-right: 0.3em;
}

.sec_ttl.right::after {
  left: auto;
  right: 0;
  margin: 0 2% 0 0;
}

.accordion {
  position: relative;
  margin-top: 4rem;
}

.accordion dt {
  position: relative;
  padding: 1.2em 0;
  font-family: "Quattrocento", serif;
  text-align: center;
  color: #fff;
  background-color: #424b66;
}

.accordion dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 35%;
  right: 0;
  width: 0.55em;
  height: 0.55em;
  margin-right: 3rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.accordion.active dt::before {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.accordion dd {
  padding: 6rem 4rem;
  line-height: 1.833;
  background: #eaf4f5;
}

.btn1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6rem auto 0;
  padding: 1.5em 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: url(../images/common/bg_btn1.jpg) no-repeat center/100% 100%;
  -webkit-box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
          box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
}

a.btn2 {
  margin: 6rem auto 0;
  padding: 1em 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #fff;
  background-color: #424b66;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
          box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
}

a.btn2.en {
  font-family: "Quattrocento", serif;
}

@media screen and (min-width: 768px) {
  .gradeBox {
    background-image: url(../images/common/bg_pattern1-pc.jpg);
    background-size: 192rem auto;
  }
  .ttl_side {
    margin-left: -3%;
  }
  .sec_ttl {
    font-size: 21rem;
  }
  .sec_ttl::after {
    bottom: 3.4em;
    margin-left: 3.5%;
    font-size: 2.1rem;
  }
  .sec_ttl.right::after {
    margin: 0 1.6% 0 0;
  }
  .accordion {
    margin: 0 0 60px;
  }
  .accordion::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid;
  }
  .accordion.active::before {
    border-color: #eaf4f5;
  }
  .accordion dt {
    top: 23px;
    margin: 0 auto;
    padding: 1.2em 0;
    width: 60%;
    font-size: 88%;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .accordion dt:hover {
    background: #34a3ad;
  }
  .accordion dd {
    padding: 5rem 7rem;
    line-height: 2;
  }
  .btn1 {
    margin-top: 3rem;
    padding: 1em 3em;
    font-size: max(2.1rem, 18px);
  }
  .btn1:hover {
    -webkit-box-shadow: 0 0 1rem 0 rgba(61, 84, 153, 0.2);
            box-shadow: 0 0 1rem 0 rgba(61, 84, 153, 0.2);
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  a.btn2 {
    margin-top: 9rem;
    font-size: max(2.1rem, 18px);
  }
  a.btn2:hover {
    -webkit-box-shadow: 0 0.4rem 0.8rem 0 rgba(61, 84, 153, 0.2);
            box-shadow: 0 0.4rem 0.8rem 0 rgba(61, 84, 153, 0.2);
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}

/* =====================================================================
*    article
* =================================================================== */
.article_list li a {
  height: 100%;
}

.article_list li h3 {
  min-height: 4.2em;
  line-height: 1.416;
  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;
  padding-bottom: 1em;
  font-size: 2rem;
  color: #ff4070;
  -o-border-image: linear-gradient(to right, #6cccd9 0%, #8a9ee6 100%) 1/0 0 1px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#6cccd9), to(#8a9ee6)) 1/0 0 1px 0;
     border-image: linear-gradient(to right, #6cccd9 0%, #8a9ee6 100%) 1/0 0 1px 0;
  border-style: solid;
}

.article_list_date p::before {
  content: '/';
  display: inline-block;
  margin: 0 .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:nth-child(3n), .article_list li:last-child {
    margin-right: 0;
  }
  .article_list_date {
    font-size: max(1.6rem, 12px);
  }
}

/* =====================================================================
    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;
  margin: 0 auto;
  padding: 4.6rem 0;
  width: calc(640 / 680 * 100%);
  -o-border-image: linear-gradient(to right, #6cccd9 0%, #8a9ee6 100%) 1/1px 0 1px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#6cccd9), to(#8a9ee6)) 1/1px 0 1px 0;
     border-image: linear-gradient(to right, #6cccd9 0%, #8a9ee6 100%) 1/1px 0 1px 0;
  border-style: solid;
}

.sns_share dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.05em;
  text-align: right;
  font-size: 2.4rem;
}

.sns_share dd {
  width: 45%;
}

.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 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;
  width: 8rem;
  height: 8rem;
  background-color: #424b66;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
          box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
}

.sns_share ul li a img {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .sns_share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3rem 0;
    width: calc(880 / 1000 * 100%);
  }
  .sns_share dt {
    font-size: 100%;
  }
  .sns_share dd {
    width: 31%;
    margin-left: 10%;
  }
  .sns_share dd ul li {
    width: 4.8rem;
  }
  .sns_share dd ul li a:hover {
    -webkit-box-shadow: 0px 1.2rem 4rem 0px rgba(61, 84, 153, 0.2);
            box-shadow: 0px 1.2rem 4rem 0px rgba(61, 84, 153, 0.2);
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}

/* =====================================================================
*    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 {
  margin-bottom: 2rem;
  width: calc(486 / 680 * 100%);
}

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

@media screen and (min-width: 768px) {
  .banner_list li {
    margin: 0 calc(15 / 1000 * 100%) 2rem;
    width: calc(300 / 1000 * 100%);
  }
  .banner_list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .banner_list li a {
    position: relative;
  }
  .banner_list li a::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid #c1e7ec;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
  .banner_list li a:hover::after {
    border-width: 0.3rem;
  }
}

/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding-top: 6rem;
  background: url(../images/common/bg_pattern1-sp.jpg) no-repeat center/100vw auto;
}

.footer .inner > * {
  position: relative;
  z-index: 10;
}

.footer .banner_list {
  margin-bottom: 6rem;
}

.pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8rem;
  margin-bottom: 8rem;
  z-index: 100;
}

.pagetop.fixed {
  position: fixed;
  bottom: 8rem;
  margin: 0;
}

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

.footer_sns li {
  margin: 0 calc(40 / 750 * 100%);
}

.footer_sns 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;
  width: 8rem;
  height: 8rem;
  background-color: #424b66;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
          box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
}

.footer_sns li a img {
  width: 50%;
}

.copyright {
  padding: 6rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  text-align: center;
  -o-border-image: linear-gradient(to right, #6cccd9 0%, #8a9ee6 100%) 1/1px 0 0 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#6cccd9), to(#8a9ee6)) 1/1px 0 0 0;
     border-image: linear-gradient(to right, #6cccd9 0%, #8a9ee6 100%) 1/1px 0 0 0;
  border-style: solid;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 8rem;
    background-image: url(../images/common/bg_pattern1-pc.jpg);
    background-size: cover;
  }
  .footer .banner_list {
    margin-bottom: 4rem;
  }
  .pagetop a:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .footer_sns {
    margin-bottom: 8rem;
  }
  .footer_sns li {
    margin: 0 calc(40 / 1200 * 100%);
  }
  .footer_sns li a:hover {
    -webkit-box-shadow: 0px 1.2rem 4rem 0px rgba(61, 84, 153, 0.2);
            box-shadow: 0px 1.2rem 4rem 0px rgba(61, 84, 153, 0.2);
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  .copyright {
    padding: 4rem 0;
  }
}

/* =====================================================================
*    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: scroll;
  -webkit-overflow-scrolling: touch;
}

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

.popup_inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 80px 0;
  width: calc(680 / 750 * 100%);
}

.popup_close {
  position: absolute;
  top: 30px;
  right: 0;
  width: 3em;
  height: 3em;
  z-index: 3;
}

.popup_close::before {
  content: "";
  display: block;
  width: 1px;
  padding-top: 100%;
  background-color: #cad3d6;
  -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: #cad3d6;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

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

.popup_movie_embed {
  position: relative;
  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: #34a3ad;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .popup_movie .popup_inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    padding: 5.5em 0;
    width: 80%;
    max-width: 1200px;
  }
  .popup_movie .popup_inner {
    max-width: 1000px;
  }
  .popup_close {
    top: 1.5em;
    cursor: pointer;
  }
  .popup_list > li {
    padding: 6rem 0;
    width: 90%;
    max-width: 880px;
  }
  .popup_close2 {
    width: 50rem;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #34a3ad;
  }
}

/* =====================================================================
    print
======================================================================*/
@media print {
  .nextstory_movie_embed img,
  .story_movie_embed img,
  .article_list img,
  .story_images_list img,
  .backnumber_list img,
  .topics_article_contents img,
  .chart_btn_img,
  .chart_photo img {
    display: none;
  }
}
/*# sourceMappingURL=base.css.map */