@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----
 * clearfix
----------------------------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}

a:link, a:visited, a:active {
  outline: 0 none #000;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
  a.tel-link {
    pointer-events: auto;
  }
  .anchor-destination {
    margin-top: -48px;
    padding-top: 48px;
  }
}

.f-serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.f-sans {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.f-ubunts {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}

.f-garamond {
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.04em;
}

.f-oswald {
  font-family: 'Oswald', sans-serif;
}

.f-roboto {
  font-family: 'Roboto', sans-serif;
}

.f-opensans {
  font-family: 'Open Sans', sans-serif;
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

.u-sp-flex {
  display: none !important;
}

.u-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.u-row-reverse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.u-image {
  position: relative;
  display: block;
}

.u-image img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.u-image svg {
  display: block;
}

.t-indent {
  margin-left: -0.5em;
}

.lazyload,
.swiper-lazy {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.lazyload.loaded, .lazyload-loaded,
.swiper-lazy.loaded,
.swiper-lazy-loaded {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lazyload-loader, .lazyload-preloader,
.swiper-lazy-loader,
.swiper-lazy-preloader {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

.lazyload-loader:after, .lazyload-preloader:after,
.swiper-lazy-loader:after,
.swiper-lazy-preloader:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #F5F7FA;
  border-bottom: 2px solid #F5F7FA;
  border-left: 2px solid #F5F7FA;
  border-right: 2px solid #FE4299;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
}

.lazyload-loader.loading, .lazyload-preloader.loading,
.swiper-lazy-loader.loading,
.swiper-lazy-preloader.loading {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.hidden-text {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.swiper-lazy-preloader,
.swiper-lazy-preloader:after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 3em;
  height: 3em;
}

.swiper-lazy-preloader {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2em;
  margin-left: -2em;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.2);
  border-right: 0.5em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
  border-left: 0.5em solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

/*==========================
_header.scss
==========================*/
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.global-header_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  padding: 0 3.125vw;
  z-index: 10;
}

.main-navigation_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #393B43;
  font-size: 13px;
  font-weight: bold;
}

.main-navigation_link:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #FE4299;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .global-header_inner {
    height: 50px;
  }
  .global-header_brand {
    width: 105px;
  }
}

@media screen and (min-width: 1091px) {
  .global-header_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .global-header_brand {
    width: 140px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #D4D7DD;
  }
  .global-header_kodansha {
    width: 24px;
  }
  .main-navigation {
    margin-left: auto;
  }
  .main-navigation_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-navigation_link {
    margin-left: 5px;
    padding: 10px;
  }
}

@media screen and (max-width: 1090px) {
  .global-header_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .global-header_kodansha {
    width: 20px;
    padding: 12px;
    margin-left: -6px;
  }
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: linear-gradient(50deg, rgba(255, 98, 0, 0.9) 0%, rgba(255, 0, 206, 0.9) 100%);
    visibility: hidden;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-border-radius: 0 200% 0 0;
            border-radius: 0 200% 0 0;
    -webkit-transition: 0.6s cubic-bezier(0.83, 0, 0.17, 1);
    transition: 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  }
  .main-navigation_link {
    font-size: 17px;
    font-weight: normal;
    padding: 15px 0 15px 0;
    color: #fff;
  }
  .main-navigation_link:before {
    width: 35px;
    background-color: #fff;
  }
  .main-navigation.js-show {
    visibility: visible;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .menu-btn {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-right: -6px;
    z-index: 10;
    -webkit-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
  .menu-btn span {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 15px;
    height: 1px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-color: #000;
    -webkit-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .menu-btn span:before, .menu-btn span:after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    background-color: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .menu-btn span:before {
    width: 20px;
    top: -7px;
    right: 0;
  }
  .menu-btn span:after {
    width: 10px;
    bottom: -7px;
    right: 0;
  }
  .menu-btn.js-show {
    background-color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
  .menu-btn.js-show span {
    background-color: transparent;
    width: 20px;
  }
  .menu-btn.js-show span:before, .menu-btn.js-show span:after {
    width: 20px;
    top: 50%;
    right: 50%;
    background-color: #FE4299;
  }
  .menu-btn.js-show span:before {
    -webkit-transform: translate(50%, -50%) rotate(135deg);
            transform: translate(50%, -50%) rotate(135deg);
  }
  .menu-btn.js-show span:after {
    -webkit-transform: translate(50%, -50%) rotate(-135deg);
            transform: translate(50%, -50%) rotate(-135deg);
  }
}

@media screen and (min-width: 1000px) {
  .global-header_brand img, .global-header_kodansha img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .global-header_brand:hover img, .global-header_kodansha:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .main-navigation_link {
    -webkit-border-radius: 30px;
            border-radius: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-navigation_link:hover {
    background-color: #f1f3f5;
  }
}

/*==========================
_footer.scss
==========================*/
.global-footer_backtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F7FA;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
}

.global-footer_backtop svg {
  display: block;
  fill: none;
  stroke: #bbc0c7;
  stroke-linecap: round;
  stroke-width: 2px;
}

.global-footer_main {
  padding: 50px 3.125vw;
}

.global-footer_brands {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.global-footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  height: auto;
}

.global-footer_brand {
  width: 140px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #D4D7DD;
}

.global-footer_kodansha {
  width: 24px;
}

.global-footer_copyright {
  margin-top: 50px;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.footer-navigation_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  height: 75px;
}

.footer-navigation_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #393B43;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  padding: 10px;
}

.footer-navigation_link:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #FE4299;
  margin-right: 1em;
}

.footer-relations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: auto;
}

.footer-relations_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  padding: 0 35px;
  border-left: 1px solid #D4D7DD;
}

.footer-relations_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  padding: 0 0 0 10px;
  border-left: 1px solid #D4D7DD;
}

.footer-relations_icon {
  width: 44px;
  height: 44px;
  margin: 0 0 0 14px;
}

@media screen and (min-width: 1000px) {
  .global-footer_backtop {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .global-footer_backtop svg {
    -webkit-transition: stroke 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: stroke 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), stroke 0.4s;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), stroke 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .global-footer_backtop:hover {
    background-color: #D2D7E0;
  }
  .global-footer_backtop:hover svg {
    stroke: #fff;
    -webkit-transform: scale(0.75, 1.5);
            transform: scale(0.75, 1.5);
  }
  .global-footer_brand img, .global-footer_kodansha img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .global-footer_brand:hover img, .global-footer_kodansha:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .footer-navigation_link {
    -webkit-border-radius: 30px;
            border-radius: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .footer-navigation_link:hover {
    background-color: #f1f3f5;
  }
  .footer-relations_brand img, .footer-relations_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .footer-relations_brand:hover img, .footer-relations_icon:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@media screen and (max-width: 767px) {
  .global-footer_backtop {
    height: 44px;
  }
  .global-footer_brands {
    display: block;
  }
  .global-footer_inner {
    display: block;
    margin-top: 20px;
    height: auto;
  }
  .global-footer_brand {
    width: 140px;
    padding-right: 0;
    margin: 0 auto;
    border-right: 0 solid #D4D7DD;
  }
  .global-footer_kodansha {
    display: block;
    margin: 20px auto 0;
    width: 24px;
    padding: 10px;
  }
  .global-footer_copyright {
    margin-top: 40px;
    text-align: center;
  }
  .footer-navigation_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    height: 75px;
  }
  .footer-navigation_link {
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
    padding: 10px 0;
  }
  .footer-navigation_link:before {
    margin-right: 7px;
  }
  .footer-relations {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .footer-relations_brand {
    height: 40px;
    padding: 0 20px 0 0;
    border-left: 0px solid #D4D7DD;
  }
  .footer-relations_socials {
    height: 40px;
    padding: 0 0 0 10px;
    border-left: 1px solid #D4D7DD;
  }
  .footer-relations_icon {
    width: 44px;
    height: 44px;
    margin: 0 0 0 3px;
  }
}

/*==========================
_layout.scss
==========================*/
.lead-element_symbol {
  display: block;
  max-width: 187px;
}

.lead-element_symbol + .common-text {
  margin-top: 40px;
}

.history-element_number {
  height: 80px;
  margin-bottom: -2px;
}

.history-element_number img {
  display: block;
  height: 100%;
  width: auto;
  margin-left: auto;
}

.history-element_cover {
  border: 1px solid #fff;
}

.history-element_detail {
  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;
  margin-top: 30px;
}

.history-element_detail .common-btn {
  width: 150px;
}

.history-element_title {
  width: calc(100% - 200px);
  color: #fff;
  font-weight: bold;
}

.history-element_title > * {
  display: block;
}

.history-element_label {
  font-size: 20px;
}

.history-element_catch {
  margin-top: 0.6em;
  font-size: 15px;
  line-height: 1.5em;
}

@media screen and (min-width: 1000px) {
  .history-element:hover .history-element_cover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    border-color: #E93A83;
    background-color: #FE4299;
  }
  .history-element:hover .history-element_cover img {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
  .history-element:hover .common-btn {
    background-color: #FE4299;
  }
  .history-element:hover .common-btn_text {
    color: #fff !important;
  }
  .history-element:hover .common-btn_symbol {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  .history-element:hover .common-btn_symbol svg {
    stroke: #fff;
  }
  .history-element_number {
    position: relative;
    z-index: 1;
  }
  .history-element_cover {
    -webkit-transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .history-element_cover img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (max-width: 767px) {
  .lead-element_symbol {
    max-width: 115px;
    margin: 0 auto;
  }
  .lead-element_symbol + .common-text {
    margin-top: 35px;
  }
  .history-element_number {
    height: 50px;
  }
  .history-element_detail {
    display: block;
    margin-top: 25px;
  }
  .history-element_detail .common-btn {
    margin-top: 25px;
    width: 100%;
  }
  .history-element_title {
    width: auto;
  }
  .history-element_label {
    font-size: 20px;
  }
  .history-element_catch {
    margin-top: 0.6em;
    font-size: 13px;
    line-height: 1.5em;
  }
}

/*==========================
_bread-crumb.scss
==========================*/
.bread-crumb {
  background-color: #F5F7FA;
  padding: 15px 3.125vw 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bread-crumb_column {
  margin-bottom: 5px;
}

.bread-crumb_symbol {
  padding: 0 1em;
}

.bread-crumb_element {
  color: #393B43;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4em;
}

.bread-crumb_element:link {
  font-weight: normal;
}

@media screen and (min-width: 1000px) {
  .bread-crumb_element {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .bread-crumb_element:link:hover, .bread-crumb_element:visited:hover {
    color: #FE4299;
  }
}

/*==========================
_common-btn.scss
==========================*/
.common-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.common-btn_text {
  font-weight: bold;
  line-height: 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
}

.common-btn_symbol {
  margin-left: 8px;
  padding-bottom: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.common-btn_symbol svg {
  fill: none;
  stroke: #FE4299;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.common-btn.s-medium {
  height: 56px;
  -webkit-border-radius: 28px;
          border-radius: 28px;
}

.common-btn.s-white {
  background-color: #fff;
}

.common-btn.s-white .common-btn_text {
  color: #FE4299;
}

.common-btn.s-pink {
  background-color: #FE4299;
}

.common-btn.s-pink .common-btn_text {
  color: #fff;
}

.common-btn.s-pink .common-btn_symbol svg {
  fill: none;
  stroke: #fff;
}

@media screen and (max-width: 767px) {
  .common-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5vw;
  }
  .common-btn:before {
    content: "";
    display: block;
    height: 1px;
    width: 26px;
  }
  .common-btn.s-medium {
    height: 44px;
  }
}

/*==========================
_common-heading.scss
==========================*/
.common-heading.s-small {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
}

.common-heading.s-small + .common-text {
  margin-top: 5px;
}

.common-heading.s-medium {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
}

.common-heading.s-medium + .common-text {
  margin-top: 20px;
}

.common-heading.s-large {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  border-bottom: 3px solid #FF86A7;
  padding-bottom: 0.25em;
  margin-bottom: 35px;
}

.common-heading.s-credit {
  font-size: 12px;
  font-weight: bold;
  color: #A4AAB2;
  letter-spacing: 0.04em;
}

.common-heading.s-credit + .common-text {
  margin-top: 10px;
}

.common-heading.s-default > * {
  display: block;
}

.common-heading.s-default .common-heading_text {
  width: 100%;
  border-top: 1px solid #000;
  padding-top: 1.25em;
  font-size: 13px;
  line-height: 1em;
}

.common-heading.s-default .common-heading_label img {
  height: 125%;
  width: auto;
}

.common-heading.s-default.s-message .common-heading_label {
  padding-right: 50px;
  height: 52px;
}

.common-heading.s-default.s-history .common-heading_label {
  padding-right: 50px;
  height: 52px;
}

.common-heading.s-default.s-history .common-heading_text {
  border-color: #fff;
  color: #fff;
}

.common-heading.s-center.s-event .common-heading_label, .common-heading.s-center.s-original .common-heading_label, .common-heading.s-center.s-movie .common-heading_label {
  height: 52px;
}

.common-heading.s-aside .common-heading_label {
  height: 36px;
}

@media screen and (min-width: 768px) {
  .common-heading.s-default.s-history {
    max-width: calc(430px + 5vw);
    margin-left: -5vw;
    padding-left: 5vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
  }
  .common-heading.s-default.s-history .common-heading_label {
    height: 105px;
    padding-right: 0;
  }
  .common-heading.s-default.s-history .common-heading_text {
    width: auto;
    border-top: 0;
    font-size: 18px;
    padding-bottom: 0.33em;
    margin-left: auto;
  }
  .common-heading.s-center {
    text-align: center;
    max-width: 50%;
    min-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .common-heading.s-small {
    font-size: 12px;
  }
  .common-heading.s-small + .common-text {
    margin-top: 5px;
  }
  .common-heading.s-medium {
    font-size: 15px;
    line-height: 22px;
  }
  .common-heading.s-medium + .common-text {
    margin-top: 15px;
  }
  .common-heading.s-large {
    font-size: 17px;
    line-height: 28px;
    border-bottom: 2px solid #FF86A7;
    margin-bottom: 25px;
  }
  .common-heading.s-default .common-heading_text {
    font-size: 12px;
  }
  .common-heading.s-default.s-message .common-heading_label, .common-heading.s-default.s-history .common-heading_label {
    height: 45px;
  }
  .common-heading.s-center.s-event .common-heading_label, .common-heading.s-center.s-original .common-heading_label, .common-heading.s-center.s-movie .common-heading_label {
    height: 30px;
  }
  .common-heading.s-aside .common-heading_label {
    height: 30px;
  }
}

/*==========================
_common-text.scss
==========================*/
.common-text {
  font-size: 15px;
  line-height: 2em;
}

.common-text.s-small {
  font-size: 13px;
  line-height: 1.8em;
}

.common-text.s-notes {
  font-size: 12px;
  line-height: 1.5em;
}

.common-text.s-name {
  margin-top: 1em;
  font-size: 18px;
  text-align: right;
}

.common-text + .common-text {
  margin-top: 20px;
}

.common-text + .common-heading {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .common-text {
    font-size: 13px;
  }
  .common-text.s-small {
    font-size: 12px;
  }
  .common-text.s-notes {
    font-size: 11px;
  }
  .common-text.s-name {
    font-size: 15px;
  }
}

/*==========================
_content-section.scss
==========================*/
.content-section {
  margin: 0 auto;
}

.content-section_inner {
  padding: 0 5vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1540px;
}

.content-section_inner.s-article {
  margin: 100px auto 0;
  max-width: 720px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.content-section_inner.s-history {
  max-width: 1280px;
}

.content-section_endmark {
  width: 127px;
  margin: 100px auto 0;
}

.content-section.s-default {
  padding: 100px 0;
}

.content-section.s-gray {
  background-color: #F5F7FA;
}

.content-section.s-history {
  padding: 100px 0;
  position: relative;
  background: #ff4199;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4199), to(#fdb49f));
  background: linear-gradient(180deg, #ff4199 0%, #fdb49f 100%);
}

.content-section.s-history:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5%, #E93A83), color-stop(0.5%, transparent));
  background-image: linear-gradient(-90deg, #E93A83 0.5%, transparent 0.5%);
  -webkit-background-size: 250px 250px;
          background-size: 250px 250px;
  background-position: center center;
}

.content-section.s-history .content-section_inner {
  position: relative;
  z-index: 1;
}

.content-section.s-history.s-lower {
  padding: 60px 0;
}

.content-section.s-spread {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .content-section_inner.s-article {
    margin: 50px auto 0;
  }
  .content-section_endmark {
    width: 80px;
    margin: 50px auto;
  }
  .content-section.s-history {
    padding: 60px 0;
  }
  .content-section.s-history:before {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(1%, #E93A83), color-stop(1%, transparent));
    background-image: linear-gradient(-90deg, #E93A83 1%, transparent 1%);
    -webkit-background-size: 100px 100px;
            background-size: 100px 100px;
  }
  .content-section.s-history.s-lower {
    padding: 40px 0;
  }
  .content-section.s-default {
    padding: 60px 0;
  }
}

/*==========================
_content-wrapper.scss
==========================*/
.content-wrapper + .content-wrapper {
  margin-top: 240px;
}

.content-wrapper.s-article {
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .content-wrapper + .content-wrapper {
    margin-top: 120px;
  }
  .content-wrapper.s-article {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-wrapper.s-article .bread-crumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content-wrapper.s-article .content-section_aside {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*==========================
_layout-grid.scss
==========================*/
.layout-grid.s-lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-grid.s-lead .layout-grid_column.s-heading {
  position: absolute;
  right: 0;
  top: 75px;
}

.layout-grid.s-lead .layout-grid_column.s-image {
  width: 42%;
  padding: 100px 0 100px 5vw;
}

.layout-grid.s-lead .layout-grid_column.s-image img {
  -webkit-box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.08);
}

.layout-grid.s-lead .layout-grid_column.s-detail {
  width: 58%;
  padding: 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.layout-grid.s-lead .layout-grid_column.s-detail.js-fade-image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.layout-grid.s-lead .layout-grid_column.s-detail.js-fade-image.js-fixed {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.layout-grid.s-lead .layout-grid_inner {
  max-width: 550px;
}

.layout-grid.s-split .layout-grid_column {
  margin-top: 60px;
}

.layout-grid.s-triple .layout-grid_column {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .layout-grid.s-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5%;
  }
  .layout-grid.s-split .layout-grid_column {
    width: calc(45%);
  }
  .layout-grid.s-triple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout-grid.s-triple .layout-grid_column {
    width: calc(30%);
  }
  .layout-grid.s-triple:after {
    content: "";
    display: block;
    width: calc(30%);
  }
  .layout-grid.s-triple.s-event {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .layout-grid.s-triple.s-event .layout-grid_column {
    width: calc(30%);
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .layout-grid.s-triple.s-event:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .layout-grid.s-lead {
    display: block;
    padding: 60px 5vw;
  }
  .layout-grid.s-lead .layout-grid_column.s-heading {
    position: static;
  }
  .layout-grid.s-lead .layout-grid_column.s-image {
    margin-top: 25px;
    width: auto;
    padding: 0;
  }
  .layout-grid.s-lead .layout-grid_column.s-image img {
    -webkit-box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.08);
            box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.08);
  }
  .layout-grid.s-lead .layout-grid_column.s-detail {
    width: auto;
    padding: 0;
    margin-top: 40px;
    display: block;
  }
  .layout-grid.s-lead .layout-grid_column.s-detail .layout-grid_inner {
    max-width: 9999px;
  }
  .layout-grid.s-triple .layout-grid_column + .layout-grid_column {
    margin-top: 20px;
  }
}

/*==========================
_overlay-mask.scss
==========================*/
.overlay-mask {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
}

.overlay-mask.js-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 999;
  visibility: visible;
}

.overlay-mask.js-loading {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 999;
  visibility: visible;
}

.overlay-mask.js-loading .overlay-mask_loader, .overlay-mask.js-loading .overlay-mask_loader:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.overlay-mask.js-loading .overlay-mask_loader {
  position: relative;
  border-top: 3px solid #F5F7FA;
  border-right: 3px solid #FE4299;
  border-bottom: 3px solid #F5F7FA;
  border-left: 3px solid #F5F7FA;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 360deg);
          transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 360deg);
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@media screen and (max-width: 767px) {
  .overlay-mask {
    min-width: 0;
  }
}

/*==========================
_article-elements.scss
==========================*/
.article-elements_title {
  margin-top: 0.3em;
  font-weight: 900;
  font-size: 29px;
  line-height: 40px;
  padding-bottom: 0.6em;
  border-bottom: 3px solid #FF86A7;
}

.article-elements_group {
  margin-top: 60px;
}

.article-elements_group + .article-elements_group {
  margin-top: 120px;
}

.article-elements_image {
  margin-top: 40px;
}

.article-elements_image > img {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

.article-elements_image .common-text {
  margin-top: 15px;
}

.article-elements_image + .common-heading,
.article-elements_image + .common-text {
  margin-top: 80px;
}

.article-elements_box {
  margin-top: 35px;
  background-color: #F5F7FA;
  padding: 25px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.article-elements_box + .common-heading,
.article-elements_box + .common-text {
  margin-top: 80px;
}

.article-elements_layout.s-original-01-2 .article-elements_image {
  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;
}

.article-elements_layout.s-original-01-2 .article-elements_image img {
  width: 264px;
}

.article-elements_layout.s-original-01-2 .article-elements_image .common-text {
  margin-top: 0;
  width: calc(100% - 280px);
}

.article-elements_layout.s-original-02-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-elements_layout.s-original-02-1 .article-elements_image:first-child {
  height: 323px;
  width: auto;
}

.article-elements_layout.s-original-02-1 .article-elements_image:first-child img {
  width: auto;
  height: 100%;
  border: 1px solid #E5E5E5;
}

.article-elements_layout.s-original-02-1 .article-elements_image:nth-child(2) {
  width: calc(100% - 255px);
}

.article-elements_layout.s-original-02-1 .article-elements_image:nth-child(2) .zoom-container_image {
  height: 275px;
}

.article-elements_layout.s-original-05-1 .article-elements_image img {
  display: block;
  margin: 0 auto;
  width: 320px;
}

.article-elements_layout.s-original-05-2 .article-elements_image {
  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;
}

.article-elements_layout.s-original-05-2 .article-elements_image img {
  width: 490px;
}

.article-elements_layout.s-original-05-2 .article-elements_image .common-text {
  width: calc(100% - 510px);
}

.article-elements_layout + .common-heading,
.article-elements_layout + .common-text {
  margin-top: 80px;
}

.article-elements_spread {
  margin-top: 60px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
}

.article-elements_spreadwrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.article-elements_spreadwrapper .zoom-container_marker {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.article-elements_spreadinner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  width: 100%;
}

.article-elements_spread img {
  height: 100%;
  width: auto;
  justify-self: stretch;
}

.article-elements_spread + .common-text {
  margin-top: 40px;
}

@media screen and (min-width: 1000px) {
  .article-elements_spread {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .article-elements_spreadinner {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .article-elements_spread:hover .article-elements_spreadinner {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .article-elements_spread:hover_image img {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .article-elements_spread:hover_marker {
    -webkit-transition: background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.4s;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  .article-elements_spread:hover_marker .a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .article-elements_spread:hover:hover {
    cursor: pointer;
    background-color: rgba(254, 66, 153, 0.3);
  }
  .article-elements_spread:hover:hover .zoom-container_image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .article-elements_spread:hover:hover .zoom-container_marker {
    background-color: transparent;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .article-elements_spread:hover:hover .zoom-container_marker .a {
    stroke: #FE4299;
  }
}

@media screen and (min-width: 768px) {
  .article-elements_layout.s-original-01-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .article-elements_layout.s-original-01-1 .article-elements_image:first-child {
    width: 37%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-elements_layout.s-original-01-1 .article-elements_image:first-child .zoom-container_image {
    height: 275px;
  }
  .article-elements_layout.s-original-01-1 .article-elements_image:nth-child(2) {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .article-elements_title {
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #FF86A7;
  }
  .article-elements_group {
    margin-top: 40px;
  }
  .article-elements_group + .article-elements_group {
    margin-top: 80px;
  }
  .article-elements_image {
    margin-top: 30px;
  }
  .article-elements_image + .common-heading,
  .article-elements_image + .common-text {
    margin-top: 40px;
  }
  .article-elements_box {
    margin-top: 25px;
    padding: 15px;
  }
  .article-elements_box + .common-heading,
  .article-elements_box + .common-text {
    margin-top: 40px;
  }
  .article-elements_layout.s-original-01-2 .article-elements_image img {
    width: 50%;
  }
  .article-elements_layout.s-original-01-2 .article-elements_image .common-text {
    margin-top: 0;
    width: 45%;
  }
  .article-elements_layout.s-original-02-1 .article-elements_image:first-child {
    width: calc(50% - 7px);
    height: 46.5vw;
  }
  .article-elements_layout.s-original-02-1 .article-elements_image:first-child img {
    width: auto;
    height: 60vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-elements_layout.s-original-02-1 .article-elements_image:nth-child(2) {
    width: calc(50% - 7px);
  }
  .article-elements_layout.s-original-02-1 .article-elements_image:nth-child(2) .zoom-container {
    height: 60vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-elements_layout.s-original-02-1 .article-elements_image:nth-child(2) .zoom-container_image {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-elements_layout.s-original-02-1 .article-elements_image:nth-child(2) .zoom-container_image img {
    max-width: 75%;
  }
  .article-elements_layout.s-original-05-1 .article-elements_image img {
    width: 65%;
  }
  .article-elements_layout.s-original-05-2 .article-elements_image {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .article-elements_layout.s-original-05-2 .article-elements_image img {
    width: 100%;
  }
  .article-elements_layout.s-original-05-2 .article-elements_image .common-text {
    width: auto;
  }
  .article-elements_layout + .common-heading,
  .article-elements_layout + .common-text {
    margin-top: 40px;
  }
  .article-elements_spread {
    margin-top: 40px;
  }
}

/*==========================
_article-header.scss
==========================*/
.article-header_cover {
  height: 120px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}

.article-header_cover.s-original-01 {
  background-image: url("https://stg-with-cdn.clipkit.co/tenants/1/resources/assets/000/007/697/original/original-01-cover_pc_2x.jpg");
}

@media screen and (max-width: 767px) {
  .article-header_cover.s-original-01 {
    background-image: url("https://stg-with-cdn.clipkit.co/tenants/1/resources/assets/000/007/696/original/original-01-cover_sp_2x.jpg");
  }
}

.article-header_cover.s-original-02 {
  height: 300px;
  background-image: url("https://stg-with-cdn.clipkit.co/tenants/1/resources/assets/000/007/714/original/original-02-cover_pc_2x.jpg");
}

@media screen and (max-width: 767px) {
  .article-header_cover.s-original-02 {
    background-image: url(https://stg-with-cdn.clipkit.co/tenants/1/resources/assets/000/007/713/original/original-02-cover_sp_2x.jpg);
  }
}

.article-header_cover.s-original-03 {
  height: 300px;
  background-image: url(https://stg-with-cdn.clipkit.co/tenants/1/resources/assets/000/007/724/original/original-03-cover_pc_2x.jpg);
}

@media screen and (max-width: 767px) {
  .article-header_cover.s-original-03 {
    background-image: url(https://stg-with-cdn.clipkit.co/tenants/1/resources/assets/000/007/723/original/original-03-cover_sp_2x.jpg);
  }
}

.article-header_cover.s-original-04 {
  height: 300px;
  background-image: url(https://stg-with-cdn.clipkit.co/tenants/1/resources/assets/000/007/737/original/original-04-cover_pc_2x.jpg);
}

@media screen and (max-width: 767px) {
  .article-header_cover.s-original-04 {
    background-image: url(https://stg-with-cdn.clipkit.co/tenants/1/resources/assets/000/007/736/original/original-04-cover_sp_2x.jpg);
  }
}

.article-header_cover.s-original-05 {
  background-image: url(https://stg-with-cdn.clipkit.co/tenants/1/resources/assets/000/007/752/original/original-05-cover_pc_2x.jpg);
}

@media screen and (max-width: 767px) {
  .article-header_cover.s-original-05 {
    background-image: url(https://stg-with-cdn.clipkit.co/tenants/1/resources/assets/000/007/751/original/original-05-cover_sp_2x.jpg);
  }
}

.article-header_heading {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 3px solid #fff;
}

.article-header_headingtitle {
  font-size: 55px;
  font-weight: 900;
  color: #fff;
}

.article-header_headingnumber {
  margin-left: auto;
  height: 45px;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}

.article-header_headingnumber img {
  display: block;
  height: 100%;
  width: auto;
}

.article-header_title {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  line-height: 1.5em;
}

.article-header.s-history {
  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;
}

.article-header.s-history .article-header_column.s-image {
  width: 430px;
  -webkit-box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.08);
}

.article-header.s-history .article-header_column.s-detail {
  width: calc(100% - 470px);
}

@media screen and (max-width: 767px) {
  .article-header_cover {
    height: 147px;
  }
  .article-header_cover.s-original-02, .article-header_cover.s-original-03, .article-header_cover.s-original-04 {
    height: 184px;
  }
  .article-header_heading {
    margin-top: 0;
  }
  .article-header_headingtitle {
    font-size: 35px;
  }
  .article-header_headingnumber {
    height: 25px;
  }
  .article-header_title {
    margin-top: 15px;
    font-size: 20px;
  }
  .article-header.s-history {
    display: block;
  }
  .article-header.s-history .article-header_column.s-image {
    width: auto;
  }
  .article-header.s-history .article-header_column.s-detail {
    margin-top: 40px;
    width: auto;
  }
}

/*==========================
_article-panel.scss
==========================*/
.article-panel {
  color: #393B43;
}

.article-panel_image {
  position: relative;
  height: 0;
  padding-top: 60%;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-panel_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.article-panel_image.s-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFADD3;
  background-image: repeating-linear-gradient(-45deg, #FFE2EF, #FFE2EF 1px, transparent 1px, transparent 18px);
}

.article-panel_image.s-soon img {
  padding-top: 10px;
  width: 165px;
  height: auto;
}

.article-panel_image.s-cover {
  padding-top: 0;
  height: auto;
  -webkit-box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.08);
}

.article-panel_image.s-cover img {
  position: static;
  -webkit-transform: none;
          transform: none;
}

.article-panel_detail {
  margin-top: 25px;
  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;
}

.article-panel_detailinner {
  width: calc(100% - 120px);
}

.article-panel_detailinner > * {
  display: block;
}

.article-panel_detail .common-btn {
  width: 100px;
}

.article-panel_detail.s-cover {
  display: block;
}

.article-panel_detail.s-cover .article-panel_detailinner {
  width: auto;
}

.article-panel_detail.s-cover .common-btn {
  margin-top: 15px;
  width: auto;
}

.article-panel_date {
  font-size: 13px;
  font-weight: bold;
  color: #B5B8BF;
}

.article-panel_date span {
  color: #FE4299;
  padding-left: 0.5em;
}

.article-panel_title {
  margin-top: 0.25em;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: bold;
}

.article-panel.s-soon {
  pointer-events: none;
}

.article-panel.s-soon .common-btn {
  background-color: #dedede !important;
}

@media screen and (min-width: 1000px) {
  .article-panel_title, .article-panel_image {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .article-panel_title img, .article-panel_image img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .article-panel:hover .article-panel_image {
    background-color: #fe4299;
  }
  .article-panel:hover .article-panel_image img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .article-panel:hover .article-panel_image.s-soon {
    background-color: rgba(254, 66, 153, 0.1);
  }
  .article-panel:hover .article-panel_title {
    color: #FE4299;
  }
  .article-panel:hover .common-btn {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .article-panel:hover .common-btn_symbol {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

@media screen and (max-width: 767px) {
  .article-panel {
    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;
  }
  .article-panel_image {
    width: 125px;
  }
  .article-panel_image.s-default {
    padding-top: 0;
    height: auto;
  }
  .article-panel_image.s-default img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .article-panel_image.s-soon {
    padding-top: 90px;
    height: 0;
    background-image: repeating-linear-gradient(-45deg, #FFE2EF, #FFE2EF 1px, transparent 1px, transparent 15px);
  }
  .article-panel_image.s-soon img {
    padding-top: 5px;
    width: 90px;
  }
  .article-panel_detail {
    margin-top: 0;
    width: calc(100% - 145px);
  }
  .article-panel_detailinner {
    width: auto;
  }
  .article-panel_detail .common-btn {
    display: none;
  }
  .article-panel_date {
    font-size: 12px;
  }
  .article-panel_title {
    margin-top: 0.4em;
    line-height: 1.6em;
    font-size: 13px;
    text-decoration: underline;
  }
}

/*==========================
_carousel-container.scss
==========================*/
.carousel-container {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}

.carousel-container_wrpper {
  width: 100%;
}

.carousel-container_element {
  width: 462px;
  color: #393B43;
}

.carousel-container_element.s-movie {
  width: 275px;
}

.carousel-container_image {
  position: relative;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

.carousel-container_imagewrapper {
  -webkit-box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.08);
}

.carousel-container_play {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  right: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #FE4299;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel-container_play svg {
  fill: #fff;
}

.carousel-container_detail {
  margin-top: 20px;
  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;
}

.carousel-container_title {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4em;
  width: calc(100% - 120px);
}

.carousel-container .common-btn {
  width: 100px;
}

.carousel-container_pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel-container_pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  padding: 8px 0;
  margin: 0 2px;
}

.carousel-container_pagination .swiper-pagination-bullet:before, .carousel-container_pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}

.carousel-container_pagination .swiper-pagination-bullet:before {
  background-color: #D2D7E0;
}

.carousel-container_pagination .swiper-pagination-bullet:after {
  background-color: #FE4299;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.carousel-container_pagination .swiper-pagination-bullet-active:after {
  -webkit-animation-name: progress-bar;
          animation-name: progress-bar;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes progress-bar {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes progress-bar {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (min-width: 1000px) {
  .carousel-container_title {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .carousel-container_image {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
  }
  .carousel-container_image img {
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .carousel-container_play {
    -webkit-transition: background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.4s;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .carousel-container_play svg {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .carousel-container_element:hover {
    cursor: pointer;
  }
  .carousel-container_element:hover .carousel-container_title {
    color: #FE4299;
  }
  .carousel-container_element:hover .carousel-container_image {
    background-color: #FE4299;
  }
  .carousel-container_element:hover .carousel-container_image img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .carousel-container_element:hover .carousel-container_play {
    -webkit-transform: scale(2);
            transform: scale(2);
    background-color: transparent;
  }
  .carousel-container_element:hover .common-btn {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .carousel-container_element:hover .common-btn_symbol {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

@media screen and (max-width: 767px) {
  .carousel-container_element {
    width: 300px;
  }
  .carousel-container_element.s-movie {
    width: 250px;
  }
  .carousel-container_detail {
    margin-top: 15px;
    display: block;
  }
  .carousel-container_title {
    width: auto;
    text-align: center;
    font-size: 13px;
  }
  .carousel-container .common-btn {
    display: none;
  }
}

/*==========================
_general-modal.scss
==========================*/
.general-modal {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  top: 200%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.general-modal.js-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
  visibility: visible;
}

.general-modal_close {
  position: absolute;
  width: 54px;
  height: 54px;
  z-index: 10;
  right: 0;
  top: 20px;
}

.general-modal_close:after, .general-modal_close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background-color: #fff;
}

.general-modal_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.general-modal_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.general-modal_overlay {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.9);
}

.general-modal_inner {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow-y: scroll;
  max-height: 100vh;
}

.general-modal_inner.s-movie {
  overflow: visible;
}

.general-modal_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 0;
}

.general-modal_content.s-movie {
  padding: 0 75px;
  max-width: 9999px;
}

.general-modal_content.s-movie .general-modal_close {
  top: 0;
  right: 10px;
}

.general-modal_content.s-image {
  padding: 0 75px;
  max-width: 9999px;
}

.general-modal_content.s-image .general-modal_close {
  top: 0;
  right: 10px;
}

.general-modal_image {
  margin: 0 auto;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 55%;
}

.general-modal_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.general-modal_spread {
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 0;
}

.general-modal_spreadinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: static;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  -webkit-transform: none;
          transform: none;
  margin: 0 auto;
}

.general-modal_spreadinner img {
  display: block;
  width: auto;
  height: 100%;
}

.general-modal_lazywrapper {
  width: auto;
  margin: 0 auto;
  max-width: 60%;
}

.general-modal_lazywrapper img {
  width: 100%;
  height: auto;
}

.general-modal_data {
  width: 42.5%;
  color: #fff;
}

.general-modal_title {
  font-size: 18px;
  line-height: 1.4em;
}

.general-modal_text {
  font-size: 15px;
  line-height: 2em;
  margin-top: 30px;
  letter-spacing: 0.06em;
}

.general-modal_catch {
  font-size: 26px;
  line-height: 33px;
  margin-top: 30px;
  letter-spacing: 0.08em;
}

.general-modal_movie {
  margin: 0 auto;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 50.2%;
}

.general-modal_movie.s-vertical {
  height: calc(100vh - 150px);
  width: calc((100vh - 150px) * 1.78);
  padding-top: 0;
}

.general-modal_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.general-modal .s-indent {
  display: inline-block;
  padding-left: 0.5em;
}

.general-modal + .common-text {
  margin-top: 40px;
}

@media screen and (min-width: 1000px) {
  .general-modal_overlay {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .general-modal_overlay:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .general-modal_close {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .general-modal_close:hover {
    cursor: pointer;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media screen and (max-width: 767px) {
  .general-modal.s-movie, .general-modal.s-movie {
    height: 100%;
  }
  .general-modal_close {
    position: fixed;
    right: 10px;
    top: 10px;
  }
  .general-modal_inner {
    width: 100%;
  }
  .general-modal_content {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 80px 15px;
  }
  .general-modal_content.s-movie, .general-modal_content.s-image {
    padding: 80px 0;
  }
  .general-modal_content.s-movie .general-modal_close, .general-modal_content.s-image .general-modal_close {
    top: 10px;
  }
  .general-modal_image {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .general-modal_image img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    max-height: 500px;
  }
  .general-modal_lazywrapper {
    width: auto;
    max-width: 9999px;
  }
  .general-modal_data {
    width: auto;
    margin-top: 30px;
  }
  .general-modal_title {
    font-size: 14px;
  }
  .general-modal_text {
    font-size: 12px;
    margin-top: 20px;
  }
  .general-modal_movie {
    width: 100%;
    padding-top: 56%;
  }
  .general-modal_catch {
    font-size: 21px;
    line-height: 26px;
    margin-top: 25px;
    letter-spacing: 0.08em;
  }
}

/*==========================
_keyvisual-contents.scss
==========================*/
.keyvisual-contents {
  position: relative;
  z-index: 0;
  padding-top: 75px;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.keyvisual-contents_bg {
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: url("https://stg-with-cdn.clipkit.co/tenants/1/resources/assets/000/007/516/original/covers.jpg");
  -webkit-background-size: 1536px 774px;
          background-size: 1536px 774px;
  top: 50%;
  left: 50%;
  background-position: center center;
  -webkit-transform: rotate(-3deg) translate(-50%, -50%);
          transform: rotate(-3deg) translate(-50%, -50%);
  -webkit-animation-name: cover-shift;
          animation-name: cover-shift;
  -webkit-animation-duration: 50000ms;
          animation-duration: 50000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.keyvisual-contents_main {
  position: absolute;
  margin-top: 75px;
  width: 100%;
  height: calc(100% - 75px);
  padding: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  background: #ff6200;
  background: linear-gradient(101deg, rgba(255, 98, 0, 0.7) 0%, rgba(255, 0, 206, 0.7) 100%);
  -webkit-transition: 2.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: 2.6s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.keyvisual-contents_inner {
  position: absolute;
  width: calc(100% - 90px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transition: 1.2s cubic-bezier(0, 0.55, 0.45, 1);
  transition: 1.2s cubic-bezier(0, 0.55, 0.45, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  height: 0;
}

.keyvisual-contents_logo {
  max-width: 950px;
  position: relative;
  z-index: 5;
  -webkit-transition: 2.4s cubic-bezier(0, 0.55, 0.45, 1);
  transition: 2.4s cubic-bezier(0, 0.55, 0.45, 1);
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.keyvisual-contents_opening {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 340px;
  -webkit-transition: 1.2s cubic-bezier(0, 0.55, 0.45, 1);
  transition: 1.2s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.keyvisual-contents_trimmark {
  display: block;
  position: absolute;
}

.keyvisual-contents_trimmark:before, .keyvisual-contents_trimmark:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  -webkit-transform: scale(0) rotate3d(1, 0, 1, 180deg);
          transform: scale(0) rotate3d(1, 0, 1, 180deg);
}

.keyvisual-contents_trimmark.s-top, .keyvisual-contents_trimmark.s-bottom {
  width: 95px;
  height: 35px;
  left: 50%;
}

.keyvisual-contents_trimmark.s-top:before, .keyvisual-contents_trimmark.s-bottom:before {
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 65%;
}

.keyvisual-contents_trimmark.s-top:after, .keyvisual-contents_trimmark.s-bottom:after {
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: 50%;
  top: 0;
}

.keyvisual-contents_trimmark.s-right, .keyvisual-contents_trimmark.s-left {
  width: 35px;
  height: 95px;
  top: 50%;
}

.keyvisual-contents_trimmark.s-right:before, .keyvisual-contents_trimmark.s-left:before {
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: 65%;
  top: 0;
}

.keyvisual-contents_trimmark.s-right:after, .keyvisual-contents_trimmark.s-left:after {
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 50%;
}

.keyvisual-contents_trimmark.s-top {
  top: -46px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.keyvisual-contents_trimmark.s-bottom {
  bottom: -46px;
  -webkit-transform: translate(-50%, 0) rotate(180deg);
          transform: translate(-50%, 0) rotate(180deg);
}

.keyvisual-contents_trimmark.s-left {
  left: -46px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.keyvisual-contents_trimmark.s-right {
  right: -46px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.keyvisual-contents_trimmark.s-upper-right, .keyvisual-contents_trimmark.s-upper-left, .keyvisual-contents_trimmark.s-lower-right, .keyvisual-contents_trimmark.s-lower-left {
  width: 45px;
  height: 45px;
}

.keyvisual-contents_trimmark.s-upper-right:before, .keyvisual-contents_trimmark.s-upper-right:after, .keyvisual-contents_trimmark.s-upper-left:before, .keyvisual-contents_trimmark.s-upper-left:after, .keyvisual-contents_trimmark.s-lower-right:before, .keyvisual-contents_trimmark.s-lower-right:after, .keyvisual-contents_trimmark.s-lower-left:before, .keyvisual-contents_trimmark.s-lower-left:after {
  top: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.keyvisual-contents_trimmark.s-upper-right:before, .keyvisual-contents_trimmark.s-upper-left:before, .keyvisual-contents_trimmark.s-lower-right:before, .keyvisual-contents_trimmark.s-lower-left:before {
  width: 35px;
  height: 45px;
}

.keyvisual-contents_trimmark.s-upper-right:after, .keyvisual-contents_trimmark.s-upper-left:after, .keyvisual-contents_trimmark.s-lower-right:after, .keyvisual-contents_trimmark.s-lower-left:after {
  width: 45px;
  height: 35px;
}

.keyvisual-contents_trimmark.s-upper-right {
  top: -46px;
  right: -46px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.keyvisual-contents_trimmark.s-upper-left {
  top: -46px;
  left: -46px;
}

.keyvisual-contents_trimmark.s-lower-right {
  bottom: -46px;
  right: -46px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.keyvisual-contents_trimmark.s-lower-left {
  bottom: -46px;
  left: -46px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.keyvisual-contents.js-animate .keyvisual-contents_main {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.keyvisual-contents.js-animate .keyvisual-contents_inner {
  border-color: #fff;
  height: calc(100% - 90px);
}

.keyvisual-contents.js-animate .keyvisual-contents_trimmark:before, .keyvisual-contents.js-animate .keyvisual-contents_trimmark:after {
  -webkit-transform: scale(1) rotate3d(1, 1, 1, 0);
          transform: scale(1) rotate3d(1, 1, 1, 0);
}

.keyvisual-contents.js-animate .keyvisual-contents_trimmark:before {
  -webkit-transition-delay: 2.0s;
          transition-delay: 2.0s;
}

.keyvisual-contents.js-animate .keyvisual-contents_trimmark:after {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.keyvisual-contents.js-animate .keyvisual-contents_logo {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.keyvisual-contents.js-animate .keyvisual-contents_opening {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes cover-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1536px 0;
  }
}

@keyframes cover-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1536px 0;
  }
}

@media screen and (max-width: 767px) {
  .keyvisual-contents {
    padding-top: 50px;
  }
  .keyvisual-contents_main {
    margin-top: 50px;
    height: calc(100% - 50px);
    padding: 20px;
  }
  .keyvisual-contents_inner {
    width: calc(100% - 40px);
  }
  .keyvisual-contents_logo {
    max-width: 240px;
  }
  .keyvisual-contents_opening {
    width: 220px;
  }
  .keyvisual-contents_trimmark.s-top, .keyvisual-contents_trimmark.s-bottom {
    width: 45px;
    height: 15px;
  }
  .keyvisual-contents_trimmark.s-right, .keyvisual-contents_trimmark.s-left {
    width: 15px;
    height: 45px;
  }
  .keyvisual-contents_trimmark.s-top {
    top: -21px;
  }
  .keyvisual-contents_trimmark.s-bottom {
    bottom: -21px;
  }
  .keyvisual-contents_trimmark.s-left {
    left: -21px;
  }
  .keyvisual-contents_trimmark.s-right {
    right: -21px;
  }
  .keyvisual-contents_trimmark.s-upper-right, .keyvisual-contents_trimmark.s-upper-left, .keyvisual-contents_trimmark.s-lower-right, .keyvisual-contents_trimmark.s-lower-left {
    width: 21px;
    height: 21px;
  }
  .keyvisual-contents_trimmark.s-upper-right:before, .keyvisual-contents_trimmark.s-upper-left:before, .keyvisual-contents_trimmark.s-lower-right:before, .keyvisual-contents_trimmark.s-lower-left:before {
    width: 14px;
    height: 19px;
  }
  .keyvisual-contents_trimmark.s-upper-right:after, .keyvisual-contents_trimmark.s-upper-left:after, .keyvisual-contents_trimmark.s-lower-right:after, .keyvisual-contents_trimmark.s-lower-left:after {
    width: 20px;
    height: 14px;
  }
  .keyvisual-contents_trimmark.s-upper-right {
    top: -21px;
    right: -21px;
  }
  .keyvisual-contents_trimmark.s-upper-left {
    top: -21px;
    left: -21px;
  }
  .keyvisual-contents_trimmark.s-lower-right {
    bottom: -21px;
    right: -21px;
  }
  .keyvisual-contents_trimmark.s-lower-left {
    bottom: -21px;
    left: -21px;
  }
  .keyvisual-contents.js-animate .keyvisual-contents_inner {
    height: calc(100% - 40px);
  }
}

/*==========================
_movie-modal.scss
==========================*/
/*==========================
_page-header.scss
==========================*/
/*==========================
_zoom-container.scss
==========================*/
.zoom-container {
  position: relative;
  padding: 25px 0;
  background-color: #FFEFF3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.zoom-container_image {
  height: 350px;
}

.zoom-container_image img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: 100%;
  -webkit-box-shadow: 5px 5px 20px rgba(152, 46, 83, 0.15);
          box-shadow: 5px 5px 20px rgba(152, 46, 83, 0.15);
}

.zoom-container_marker {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FE4299;
  -webkit-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

.zoom-container_marker .a, .zoom-container_marker .b {
  fill: none;
}

.zoom-container_marker .a {
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 2px;
}

.zoom-container_marker .c {
  stroke: none;
}

.zoom-container_hit {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1000px) {
  .zoom-container {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .zoom-container_image img {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .zoom-container_marker {
    -webkit-transition: background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.4s;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  .zoom-container_marker .a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .zoom-container:hover {
    cursor: pointer;
    background-color: rgba(254, 66, 153, 0.3);
  }
  .zoom-container:hover .zoom-container_image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .zoom-container:hover .zoom-container_marker {
    background-color: transparent;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .zoom-container:hover .zoom-container_marker .a {
    stroke: #FE4299;
  }
}

@media screen and (max-width: 767px) {
  .zoom-container {
    position: relative;
    padding: 25px 0;
    background-color: #FFEFF3;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .zoom-container_image {
    height: auto;
  }
  .zoom-container_image img {
    max-width: 90%;
    max-height: 210px;
    height: auto;
  }
  .zoom-container_marker {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #FE4299;
    -webkit-border-radius: 4px 0 4px 0;
            border-radius: 4px 0 4px 0;
  }
  .zoom-container_marker .a, .zoom-container_marker .b {
    fill: none;
  }
  .zoom-container_marker .a {
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 2px;
  }
  .zoom-container_marker .c {
    stroke: none;
  }
  .zoom-container_hit {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
