@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text&display=swap");
@-webkit-keyframes showLocalNavSubMenu {
  from {
    top: 104px;
    opacity: 0;
  }
  to {
    top: 96px;
    opacity: 1;
  }
}
@keyframes showLocalNavSubMenu {
  from {
    top: 104px;
    opacity: 0;
  }
  to {
    top: 96px;
    opacity: 1;
  }
}
/*****************************************
 * reset
 *****************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul {
  list-style: none;
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a, a:hover, a:visited {
  color: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table { /*border-collapse:collapse;*/
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, img {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  min-width: 320px;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  body, html {
    font-size: 16px;
  }
}

/**************************
 * styles
 **************************/
body,
html {
  position: relative;
  overflow-x: hidden;
  color: rgb(128, 0, 32);
  background-color: rgb(255, 237, 237);
  background-image: url("../img/bk_tile.svg");
}

.inner {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1000px) {
  .inner {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  .inner {
    width: 1150px;
  }
}

.section {
  position: relative;
  min-height: 150px;
  z-index: 10;
}
.section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 200%;
  font-weight: 100;
  font-family: serif;
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 1000px) {
  .section_title {
    font-size: 250%;
  }
}
@media (min-width: 1400px) {
  .section_title {
    font-size: 250%;
  }
}
.section_title:after {
  display: inline-block;
  content: url("../img/section_h2_under_1.svg");
  height: 27px;
  width: 49px;
}
@media (max-width: 1000px) {
  .section_title:after {
    margin-top: -10px;
  }
}
.section_title-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: calc(100% - 280px);
  height: 1px;
  background-color: rgb(212, 150, 72);
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1000px) {
  .section_title-line {
    max-width: calc(100% - 140px);
  }
}
.section_title-line:before, .section_title-line:after {
  display: block;
  position: relative;
  content: url("../img/section_h2_line_deco_1.svg");
  height: 15px;
  width: 42px;
  top: -19px;
}
@media (max-width: 1000px) {
  .section_title-line:before, .section_title-line:after {
    top: -23px;
  }
}
@media (min-width: 1400px) {
  .section_title-line:before, .section_title-line:after {
    top: -28px;
  }
}
.section_title-line:before {
  -webkit-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
  left: 0;
}
.section_title-line:after {
  -webkit-transform: translateX(-100%) translateY(-50%) scale(-1, 1);
  transform: translateX(-100%) translateY(-50%) scale(-1, 1);
  left: 84px;
}
.section_title-line.is-shrink {
  width: 15%;
}
.section_bnr {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 85%;
  max-width: 550px;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.section_bnr:hover {
  -webkit-filter: brightness(1.1) opacity(0.85);
  filter: brightness(1.1) opacity(0.85);
}
@media (min-width: 1000px) {
  .section_bnr {
    max-width: none;
    width: 600px;
  }
}
@media (min-width: 1400px) {
  .section_bnr {
    width: 850px;
  }
}
.section_bnr img {
  width: 100%;
}
.section a {
  color: rgb(240, 0, 96);
}
.section b {
  font-weight: bold;
  color: rgb(240, 0, 96);
}
.section p .is-darcy {
  letter-spacing: -0.15em;
}

.pagenav {
  position: relative;
  height: 150px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  z-index: 50;
}
@media (max-width: 1000px) {
  .pagenav {
    height: 100px;
  }
}
.pagenav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 90px;
  width: 90%;
  margin: auto;
}
@media (max-width: 1000px) {
  .pagenav_inner {
    width: calc(100% - 50px);
    height: 50px;
    margin: 0;
    left: 0;
  }
}
@media (max-width: 480px) {
  .pagenav_inner {
    width: calc(100% - 40px);
    height: 35px;
  }
}
.pagenav_logo {
  position: relative;
  height: 50px;
  width: auto;
  margin-right: 10%;
}
@media (max-width: 1000px) {
  .pagenav_logo {
    height: 35px;
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .pagenav_logo {
    height: 25px;
  }
}
.pagenav_links {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  max-width: 100%;
}
.pagenav_link {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: serif;
  text-align: center;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .pagenav_link.is-pc {
    display: none;
  }
}
@media (max-width: 480px) {
  .pagenav_link {
    font-size: 85%;
  }
}
.pagenav_link + .pagenav_link:before {
  position: absolute;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background-color: rgb(212, 150, 72);
  border-radius: 50%;
  top: calc(50% - 4px);
}
@media (max-width: 1000px) {
  .pagenav_link + .pagenav_link:before {
    height: 6px;
    width: 6px;
    top: calc(50% - 3px);
  }
}
@media (max-width: 480px) {
  .pagenav_link + .pagenav_link:before {
    height: 4px;
    width: 4px;
    top: calc(50% - 2px);
  }
}
.pagenav_link:after {
  display: block;
  content: "";
  height: 1px;
  width: 0;
  margin: 0 auto;
  background-color: rgb(160, 32, 96);
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pagenav_link:hover {
  color: rgb(160, 32, 96);
}
.pagenav_link:hover:after {
  width: 60%;
}
.pagenav_link-comment {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  font-size: small;
  white-space: nowrap;
  color: #fff;
  background-color: rgb(240, 0, 96);
  border-radius: 4px;
  top: 35px;
  left: 50px;
}
@media (max-width: 480px) {
  .pagenav_link-comment {
    left: 50%;
  }
}
@media (max-width: 1000px) {
  .pagenav_link-comment {
    left: calc(50% - 35px);
  }
}
@media (min-width: 1400px) {
  .pagenav_link-comment {
    left: 70px;
  }
}
.pagenav_link-comment:before {
  display: block;
  position: absolute;
  content: "";
  border-right: 5px solid transparent;
  border-bottom: 8px solid rgb(240, 0, 96);
  border-left: 5px solid transparent;
  top: -8px;
  left: calc(50% - 5px);
}
.pagenav_2dash {
  display: block;
  position: absolute;
  width: 69px;
  height: 100px;
  top: 0;
  right: calc((100% - 900px) / 2 - 35px);
  cursor: pointer;
}
.pagenav_2dash img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  display: block;
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1000px) {
  .pagenav_2dash {
    width: 50px;
    height: auto;
    right: 0;
  }
}
@media (max-width: 480px) {
  .pagenav_2dash {
    width: 40px;
  }
}
@media (min-width: 1400px) {
  .pagenav_2dash {
    right: calc((100% - 1150px) / 2 - 35px);
  }
}
.pagenav_2dash:hover img:nth-of-type(2) {
  opacity: 0;
}
.pagenav_2top {
  display: block;
  position: fixed;
  height: 65px;
  width: 65px;
  bottom: 15px;
  right: calc((100% - 900px) / 2 - 15px - 65px);
  font-family: serif;
  color: rgb(240, 0, 96);
  text-align: center;
  border-radius: 50%;
  border: solid 1px rgb(240, 0, 96);
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
@media (max-width: 1000px) {
  .pagenav_2top {
    display: none;
  }
}
@media (min-width: 1400px) {
  .pagenav_2top {
    right: calc((100% - 1150px) / 2 - 15px - 65px);
  }
}
.pagenav_2top:before {
  display: inline-block;
  content: "";
  height: 25px;
  width: 25px;
  border-top: solid 2px rgb(240, 0, 96);
  border-left: solid 2px rgb(240, 0, 96);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 15px;
  margin-bottom: -20px;
}
.pagenav_2top:hover {
  color: rgb(255, 64, 160);
  border-color: rgb(255, 64, 160);
  -webkit-animation: vibrato;
  animation: vibrato;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.pagenav_2top:hover:before {
  border-color: rgb(255, 64, 160);
}
.pagenav.is-clone {
  position: fixed;
  width: 900px;
  top: 0;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1000px) {
  .pagenav.is-clone {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .pagenav.is-clone {
    width: 1150px;
  }
}

.top {
  position: relative;
  width: 100%;
  height: calc(100vh + 50px);
  min-height: 568px;
  margin-top: -150px;
  z-index: 0;
}
@media (min-width: 480px) {
  .top {
    min-height: 700px;
  }
}
@media (min-width: 1000px) {
  .top {
    height: 100vh;
  }
}
.top_back {
  position: absolute;
  width: 100%;
  height: calc(100vh + 100px);
  overflow-y: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0;
  -webkit-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (min-width: 480px) {
  .top_back {
    height: calc(100% + 250px);
  }
}
.top_back:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  left: 0;
}
@media (min-width: 480px) {
  .top_back:after {
    height: 350px;
  }
}
.top_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.top_logo {
  position: absolute;
  width: auto;
  height: auto;
  opacity: 0;
  -webkit-animation-name: topLogoShow, vibrato;
  animation-name: topLogoShow, vibrato;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1000;
}
.top_logo:nth-child(1) {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.top_logo:nth-child(2) {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.top_logo:nth-child(3) {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.top_logo:nth-child(4) {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.top_logo:nth-child(5) {
  -webkit-animation-delay: 2600ms;
  animation-delay: 2600ms;
}
.top_logo.is-em {
  -webkit-animation-duration: 400ms, 1000ms;
  animation-duration: 400ms, 1000ms;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.top_copy {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 1000px) {
  .top_copy {
    height: 100%;
    width: auto;
  }
}
.top_copy img {
  position: relative;
  -webkit-animation-name: vibrato;
  animation-name: vibrato;
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .top_copy img {
    width: auto;
    height: 100%;
  }
}
.top_copy:nth-of-type(1) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.top_copy:nth-of-type(2) {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.top_copy:nth-of-type(3) {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.top_copy:nth-of-type(4) {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}
.top_copy:nth-of-type(5) {
  -webkit-animation-delay: 2800ms;
  animation-delay: 2800ms;
}
.top_copy.is-em img {
  -webkit-animation-name: vibrato;
  animation-name: vibrato;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes topLogoShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes topLogoShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}












.is-XXX.top .top_back {
  background-image: url("../img/top_image/top_ill_XXX_sp.jpg");
  height: calc(100vh + 100px);
  background-position: center 50px;
}
.is-XXX.top .top_logo {
  right: 0;
  bottom: 0;
}
.is-XXX.top .top_logo img {
  width: 100%;
}
.is-XXX.top .top_copy {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  left: 10px;
  bottom: 0;
  width: 135px;
  height: auto;
}
@media (min-width: 480px) {
  .is-XXX.top .top_copy {
    left: 15px;
    min-width: 200px;
    width: 30vw;
    max-width: 225px;
  }
}
@media (min-width: 1000px) {
  .is-XXX.top .top_back {
    background-image: url("../img/top_image/top_ill_XXX_pc.jpg");
    background-position: center top;
  }
}
@media (min-width: 1000px) {
  .is-XXX.top .top_logo {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    max-width: none !important;
    min-width: auto !important;
  }
}
@media (min-width: 1000px) {
  .is-XXX.top .top_copy {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    left: 0;
    right: auto;
    top: 100px;
    bottom: auto;
    min-width: 225px;
    width: 30vw;
    max-width: 250px;
  }
}
@media (min-width: 1400px) {
  .is-XXX.top .top_copy {
    width: 275px;
  }
}





/* 
.is-akaiito02.top {
  .top_back {
    background-image: url("../img/top_image/top_ill_akaiito02_sp.jpg");

    @media (min-width: 1000px) {
      background-image: url("../img/top_image/top_ill_akaiito02_pc.jpg");
    }
  }
}
 */


/* 
.is-badend02.top {
  .top_back {
    background-image: url("../img/top_image/top_ill_badend02_sp.jpg");

    @media (min-width: 1000px) {
      background-image: url("../img/top_image/top_ill_badend02_pc.jpg");
    }
  }
}
 */


/* 
.is-hyoutei03.top {
  .top_back {
    background-image: url("../img/top_image/top_ill_hyoutei03_sp.jpg");

    @media (min-width: 1000px) {
      background-image: url("../img/top_image/top_ill_hyoutei03_pc.jpg");
    }
  }
}
 */








.top {
  .top_back {
    height: calc(100vh + 100px);
    background-position: center 50px;

    background-position: center 25px;

    @media (min-width: 1000px) {
      background-position: center top;
    }
  }

  .top_logo {
    right: 0;
    bottom: 0;

    width: 40%;
    min-width: 160px;
    max-width: 275px;

    img {
      width: 100%;
    }

    @media (min-width: 1000px) {
      left: auto;
      right: 0;
      top: auto;
      bottom: 0;
      max-width: none !important;
      min-width: auto !important;

      width: 275px;
    }

    @media (min-width: 1400px) {
      width: 300px;
    }
  }

}





.top_copy {
  transform: rotate(-10deg);
  left: 10px;
  bottom: 0;
  width: 135px;
  height: auto;

  width: 30%;
  min-width: 115px;
  max-width: 130px;
  left: 0;

  @media (min-width: 480px) {
    left: 15px;
    min-width: 200px;
    width: 30vw;
    max-width: 225px;

    width: 30%;
    min-width: 130px;
    max-width: 190px;
  }

  @media (min-width: 1000px) {
    transform: rotate(-10deg);
    left: 0;
    right: auto;
    top: 100px;
    bottom: auto;
    min-width: 225px;
    width: 30vw;
    max-width: 250px;

    min-width: 190px;
    max-width: 225px;
  }

  @media (min-width: 1400px) {
    width: 275px;
  }

}











.about_lead {
  text-align: center;
}
.about_catch {
  text-align: center;
}
.about_catch img {
  max-width: 600px;
  width: 75%;
}
@media (max-width: 1000px) {
  .about_catch img {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .about_catch img {
    width: 85%;
  }
}

.slider {
  width: 640px;
  height: 210px;
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .slider {
    width: 480px;
    height: 180px;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .slider {
    aspect-ratio: 3/2;
    width: 100%;
    height: 150px;
  }
}
.slider:before, .slider:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50px;
  top: 0;
  background-color: white;
  z-index: 25;
}
.slider:before {
  left: 0;
}
.slider:after {
  right: 0;
}
.slider_slide {
  height: 175px;
  width: 130px;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 1000px) {
  .slider_slide {
    height: 145px;
    width: 100px;
  }
}
@media (max-width: 480px) {
  .slider_slide {
    height: 115px;
    width: 85px;
  }
}
.slider_slide img {
  height: 100%;
  width: auto;
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  --swiper-navigation-color: rgb(212, 150, 72);
  z-index: 50;
}

.swiper-pagination-bullet {
  --swiper-theme-color: rgb(240, 0, 96);
  --swiper-pagination-color: rgb(240, 0, 96);
  --swiper-pagination-bullet-inactive-color: rgb(212, 150, 72);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
}
@media (max-width: 1000px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 4px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
}
@media (max-width: 480px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
  }
}

@media (max-width: 1000px) {
  .new {
    padding: 50px 0;
    background-color: rgb(255, 237, 237);
    background-image: url("../img/bk_tile.svg");
  }
}
.new_split {
  position: relative;
  width: 100%;
  height: 125px;
  z-index: 50;
}
@media (min-width: 1400px) {
  .new_split {
    height: 150px;
  }
}
.new_split img {
  position: relative;
  width: auto;
  height: 20px;
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.new_work {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 90%;
  max-width: calc(100% - 300px);
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .new_work {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85%;
    max-width: 550px;
  }
}
@media (max-width: 480px) {
  .new_work {
    width: 95%;
    max-width: calc(100% - 40px);
  }
}
.new_work-shoei {
  position: relative;
  width: 250px;
  height: 100%;
  margin-right: 12px;
  border: 1px solid rgb(212, 150, 72);
}
@media (max-width: 1000px) {
  .new_work-shoei {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media (min-width: 1400px) {
  .new_work-shoei {
    width: 350px;
  }
}
.new_work-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new_work-title {
  margin-top: -5px;
  line-height: 1.3;
}
.new_work-title h3 {
  display: inline;
  color: #fff;
  font-size: 120%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 0, 96)), to(rgb(240, 0, 96)));
  background: linear-gradient(rgb(240, 0, 96) 0%, rgb(240, 0, 96) 100%);
}
@media (max-width: 1000px) {
  .new_work-title h3 {
    font-size: 150%;
  }
}
@media (min-width: 1400px) {
  .new_work-title h3 {
    font-size: 185%;
  }
}
.new_work-title h4 {
  display: inline;
  color: #fff;
  font-weight: normal;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(128, 0, 32)), to(rgb(128, 0, 32)));
  background: linear-gradient(rgb(128, 0, 32) 0%, rgb(128, 0, 32) 100%);
}
@media (min-width: 1400px) {
  .new_work-title h4 {
    font-size: 120%;
  }
}
.new_work-credit {
  font-size: 80%;
}
@media (max-width: 1000px) {
  .new_work-credit {
    font-size: medium;
  }
}
@media (min-width: 1400px) {
  .new_work-credit {
    font-size: 110%;
  }
}
.new_work-author:before, .new_work-illustrator:before {
  display: inline-block;
  font-size: 60%;
  font-weight: bold;
  color: #fff;
  background-color: rgb(212, 150, 72);
  border-radius: 4px;
  padding: 0 4px;
  margin-right: 4px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.new_work-author::before {
  content: "著者";
}
.new_work-illustrator::before {
  content: "イラスト";
}
.new_work-tag {
  display: inline;
  margin-right: 8px;
  color: rgb(212, 150, 72);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(20%, rgb(255, 255, 128)));
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgb(255, 255, 128) 20%);
}
.new_work-images {
  margin: 8px 0;
}
.new_work-image {
  position: relative;
  float: left;
  height: 100px;
  width: auto;
  margin-right: 8px;
  margin-left: 0;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .new_work-image {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .new_work-image {
    height: 80px;
  }
}
@media (min-width: 1400px) {
  .new_work-image {
    height: 140px;
  }
}
.new_work-image img {
  height: 100%;
  width: auto;
}
.new_work-image:before, .new_work-image:after {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.new_work-image:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.new_work-image:after {
  display: block;
  content: "\f00e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 150%;
  color: #fff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.new_work-image:hover:before, .new_work-image:hover:after {
  opacity: 1;
}
.new_work-purchase {
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgb(240, 0, 96);
  -webkit-mask-image: url("../img/new_purchase_msk.svg");
  mask-image: url("../img/new_purchase_msk.svg");
  mask-mode: alpha;
  cursor: pointer;
}
.new_work-purchase img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 50;
}
.new_work-purchase:before {
  display: block;
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(255, 64, 160);
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.new_work-purchase:hover:before {
  width: 100%;
}
@media (min-width: 1000px) {
  .new_work.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .new_work.is-reverse .new_work-shoei {
    margin-left: 12px;
  }
  .new_work.is-reverse .new_work-tag {
    margin-left: 8px;
  }
  .new_work.is-reverse .new_work-kuchie img {
    margin-right: 0;
    margin-left: 8px;
  }
}
.new_pv {
  position: relative;
  width: 90%;
  max-width: calc(100% - 300px);
  height: auto;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1000px) {
  .new_pv {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85%;
    max-width: 550px;
  }
}
@media (max-width: 480px) {
  .new_pv {
    width: 95%;
    max-width: calc(100% - 40px);
  }
}
.new_pv-catch {
  font-family: serif;
}
.new_pv-inner {
  position: relative;
  width: 100%;
  height: auto;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 480px) {
  .new_pv-inner {
    height: 150px;
    overflow: hidden;
    -webkit-transition: 600ms;
    transition: 600ms;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
  }
  .new_pv-inner:hover {
    background-color: #fff;
    color: rgb(240, 0, 96);
  }
}
.new_pv-button {
  font-size: 48px;
  margin-top: 8px;
}
@media (max-width: 480px) {
  .new_pv-button {
    display: none;
  }
}
.new_pv-cast {
  margin-top: 4px;
}
@media (max-width: 480px) {
  .new_pv-cast {
    display: inline-block;
    margin: 4px auto 8px;
    padding: 0 16px;
    background-color: rgb(212, 150, 72);
    font-weight: 80%;
    line-height: 1.3em;
    color: #fff;
    font-weight: bold;
    border-radius: 2.5em;
  }
}
.new_pv-movie {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  pointer-events: none;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  opacity: 0.3;
}
.new_pv-movie iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .new_pv-movie {
    display: none;
  }
}
.new_pv-mobile {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgb(212, 150, 72);
}
@media (min-width: 480px) {
  .new_pv-mobile {
    display: none;
  }
}
.new_ch {
  position: relative;
  width: 90%;
  max-width: calc(100% - 300px);
  height: auto;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1000px) {
  .new_ch {
    width: 85%;
    max-width: 550px;
  }
}
@media (max-width: 480px) {
  .new_ch {
    width: 95%;
    max-width: calc(100% - 40px);
  }
}
.new_ch img {
  width: 100%;
}
.new_ch-catch {
  font-family: serif;
  color: rgb(212, 150, 72);
}

@-webkit-keyframes vibrato10deg {
  25% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  75% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes vibrato10deg {
  25% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  75% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.campaign_h2 {
  text-align: center;
}
.campaign_h2 img {
  max-width: 600px;
  width: 75%;
}
@media (max-width: 1000px) {
  .campaign_h2 img {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .campaign_h2 img {
    width: 85%;
  }
}
.campaign_lead {
  text-align: center;
  font-weight: bold;
  margin-top: 16px;
  font-size: 120%;
}
.campaign_lead small {
  font-size: 80%;
}
.campaign_lead span {
  color: rgb(240, 0, 96);
  border-bottom: solid 2px rgb(240, 0, 96);
  padding-bottom: 0.1em;
}
@media (max-width: 480px) {
  .campaign_lead {
    font-size: 100%;
  }
}
.campaign_rule {
  position: relative;
  width: 90%;
  max-width: calc(100% - 300px);
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .campaign_rule {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85%;
    max-width: 550px;
  }
}
@media (max-width: 480px) {
  .campaign_rule {
    width: 95%;
    max-width: calc(100% - 40px);
  }
}
.campaign_rule-title {
  text-align: center;
  margin: 16px 0 2px;
  padding: 0 8px;
  background-color: rgba(212, 150, 72, 0.1);
}
.campaign_rule-title:first-child {
  margin-top: 40px;
}
.campaign_rule-text {
  font-weight: bold;
  text-align: center;
  font-family: serif;
}
.campaign_rule-caution {
  font-size: 75%;
  padding-left: 12px;
  font-family: serif;
}
.campaign_rule-caution::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}

.works_items {
  position: relative;
  width: 550px;
  margin: 0 auto;
  z-index: 50;
}
@media (max-width: 1000px) {
  .works_items {
    max-width: 550px;
    width: 85%;
  }
}
.works_item {
  display: grid;
  grid-template-rows: auto 20px 20px 1fr auto;
  grid-template-columns: 120px 1fr;
  margin-bottom: 8px;
  font-family: serif;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .works_item {
    margin-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}
.works_item:nth-child(even) {
  background: rgba(212, 150, 72, 0.1);
}
@media (max-width: 1000px) {
  .works_item:nth-child(even) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}
.works_item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  -webkit-transition: none;
  transition: none;
}
.works_ctrl {
  width: 100%;
  z-index: 50;
}
.works_ctrl.is-more {
  position: absolute;
  height: 150px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, rgb(255, 255, 255)));
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
}
.works_ctrl.is-reduce {
  position: relative;
  height: 60px;
}
.works_ctrl-btn {
  display: block;
  position: absolute;
  background-color: unset;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  font-size: 20px;
  font-weight: bold;
  font-family: serif;
  color: rgb(240, 0, 96);
}
.works_ctrl-btn:hover {
  color: rgb(255, 64, 160);
}
.works_ctrl-btn::before, .works_ctrl-btn::after {
  display: block;
}
.works_ctrl-btn.is-more::before {
  content: "もっと見る";
}
.works_ctrl-btn.is-more::after {
  content: "\f078";
  margin-top: -5px;
  font-family: "Font Awesome 6 Free";
}
.works_ctrl-btn.is-reduce::before {
  content: "\f077";
  margin-bottom: -5px;
  font-family: "Font Awesome 6 Free";
}
.works_ctrl-btn.is-reduce::after {
  content: "閉じる";
}
.works_shoei {
  grid-row: 1/6;
  grid-column: 1/2;
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .works_shoei {
    grid-row: 1/5;
  }
}
.works_shoei > img {
  width: 100%;
  height: auto;
}
.works_title {
  grid-row: 1/2;
  grid-column: 2/3;
  line-height: 1.5;
  padding: 4px 10px 0 10px;
}
.works_title > h3 {
  font-size: large;
}
.works_title > h4 {
  color: rgb(212, 150, 72);
  letter-spacing: 0.1em;
  font-size: small;
  font-family: sans-serif;
}
.works_date {
  grid-row: 2/3;
  grid-column: 2/3;
}
.works_credit {
  grid-row: 3/4;
  grid-column: 2/3;
}
.works_date, .works_credit {
  padding: 2px 0 2px 10px;
  font-size: small;
}
@media (max-width: 1000px) {
  .works_date, .works_credit {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 60%;
  }
}
.works_links {
  grid-row: 5/6;
  grid-column: 2/3;
  position: relative;
}
@media (max-width: 1000px) {
  .works_links {
    grid-column: 1/3;
  }
}
.works_link {
  position: relative;
  display: inline-block;
  width: calc(50% - 10px);
  padding: 5px 15px;
  /* margin-left: 10px; */
  margin-left: 7px;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 64, 160)), color-stop(50%, rgb(255, 64, 160)), color-stop(50%, rgb(240, 0, 96)), to(rgb(240, 0, 96)));
  background: linear-gradient(to right, rgb(255, 64, 160), rgb(255, 64, 160) 50%, rgb(240, 0, 96) 50%, rgb(240, 0, 96));
  background-size: 200%;
  background-position: right;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.works_link:hover {
  background-position: left;
}
@media (max-width: 1000px) {
  .works_link {
    margin-top: 10px;
    margin-left: auto;
    width: calc(50% - 5px);
  }
  .works_link + .works_link {
    /* margin-left: 10px; */
    margin-left: 4px;
  }
}

.future {
  display: block;
}
.future_yokoku {
  text-align: center;
}
.future_yokoku img {
  max-width: 600px;
  width: 75%;
}
@media (max-width: 1000px) {
  .future_yokoku img {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .future_yokoku img {
    width: 85%;
  }
}
.future_lead {
  margin-top: 12px;
  text-align: center;
  font-family: serif;
}
.future_lead a {
  font-weight: bold;
  color: rgb(240, 0, 96);
}
.future_lead a:hover {
  color: rgb(255, 64, 160);
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  z-index: 50;
}
.footer_sns {
  font-size: 200%;
  margin-bottom: 20px;
}
.footer_sns-facebook {
  color: #4267B2;
  text-decoration: none;
  margin-right: 12px;
}
.footer_sns-facebook:visited {
  color: #4267B2;
}
.footer_sns-twitter {
  color: #000;
  text-decoration: none;
  margin-right: 12px;
}
.footer_sns-twitter:visited {
  color: #000;
}
.footer_sns-line {
  color: #06c755;
  text-decoration: none;
}
.footer_sns-line:visited {
  color: #06c755;
}
.footer_links {
  font-family: serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  padding: 20px;
}
.footer_link {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: serif;
  text-align: center;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .footer_link {
    font-size: 85%;
  }
}
@media (max-width: 480px) {
  .footer_link {
    font-size: 70%;
  }
}
.footer_link:after {
  display: block;
  content: "";
  height: 1px;
  width: 0;
  margin: 0 auto;
  background-color: rgb(160, 32, 96);
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer_link:hover {
  color: rgb(160, 32, 96);
}
.footer_link:hover:after {
  width: 60%;
}
.footer_border {
  position: relative;
  width: 100%;
  height: 4px;
  background-image: url("../img/border_2.svg");
}
.footer_logo {
  position: relative;
  width: 100%;
  height: 150px;
}
@media (max-width: 1000px) {
  .footer_logo {
    height: 100px;
  }
}
.footer_logo img {
  position: relative;
  height: 60px;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .footer_logo img {
    height: 45px;
  }
}

.footer_link + .footer_link:before {
  position: absolute;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background-color: rgb(212, 150, 72);
  border-radius: 50%;
  top: calc(50% - 4px);
}
@media (max-width: 1000px) {
  .footer_link + .footer_link:before {
    height: 6px;
    width: 6px;
    top: calc(50% - 3px);
  }
}
@media (max-width: 480px) {
  .footer_link + .footer_link:before {
    height: 4px;
    width: 4px;
    top: calc(50% - 2px);
  }
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 150%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.lightbox_close {
  position: absolute;
  top: 25px;
  right: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.lightbox_image {
  display: block;
  position: relative;
  width: auto;
  max-width: 75%;
  height: auto;
  max-height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**************************
 * with js
 **************************/
.js-fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.is-fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.is-hide {
  opacity: 0;
  display: none;
}

.is-vibrato {
  -webkit-animation-name: vibrato;
  animation-name: vibrato;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/**************************
 * keyframes
 **************************/
@-webkit-keyframes vibrato {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes vibrato {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**************************
 * utility
 **************************/
.u-t_spr {
  vertical-align: super;
  font-size: 67%;
}
.u-t_sub {
  font-size: 67%;
}
.u-t_b {
  font-weight: bold;
}
.u-t_xsm {
  font-size: 50%;
}
.u-t_sm {
  font-size: 80%;
}
.u-t_lg {
  font-size: 120%;
}
.u-t_xlg {
  font-size: 140%;
}
.u-t_ls1px {
  letter-spacing: 1px;
}
.u-t_ls2px {
  letter-spacing: 2px;
}
.u-t_ruby {
  display: inline-block !important;
  position: relative;
}
.u-t_ruby::before {
  content: attr(data-ruby);
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-5px);
  transform: translateX(-50%) translateY(-5px);
  white-space: nowrap;
  font-size: 3px;
}
@media (max-width: 1000px) {
  .u-t_ruby::before {
    -webkit-transform: translateX(-50%) translateY(-7px);
    transform: translateX(-50%) translateY(-7px);
    font-size: 25%;
  }
}
@media (max-width: 1000px) {
  .u-t_ruby::before {
    -webkit-transform: translateX(-50%) translateY(-5px);
    transform: translateX(-50%) translateY(-5px);
    font-size: 25%;
  }
}

.u-t_scale5 {
  -webkit-transform: scale(0.05, 1) !important;
  transform: scale(0.05, 1) !important;
  display: inline-block;
}

.u-t_scale10 {
  -webkit-transform: scale(0.1, 1) !important;
  transform: scale(0.1, 1) !important;
  display: inline-block;
}

.u-t_scale15 {
  -webkit-transform: scale(0.15, 1) !important;
  transform: scale(0.15, 1) !important;
  display: inline-block;
}

.u-t_scale20 {
  -webkit-transform: scale(0.2, 1) !important;
  transform: scale(0.2, 1) !important;
  display: inline-block;
}

.u-t_scale25 {
  -webkit-transform: scale(0.25, 1) !important;
  transform: scale(0.25, 1) !important;
  display: inline-block;
}

.u-t_scale30 {
  -webkit-transform: scale(0.3, 1) !important;
  transform: scale(0.3, 1) !important;
  display: inline-block;
}

.u-t_scale35 {
  -webkit-transform: scale(0.35, 1) !important;
  transform: scale(0.35, 1) !important;
  display: inline-block;
}

.u-t_scale40 {
  -webkit-transform: scale(0.4, 1) !important;
  transform: scale(0.4, 1) !important;
  display: inline-block;
}

.u-t_scale45 {
  -webkit-transform: scale(0.45, 1) !important;
  transform: scale(0.45, 1) !important;
  display: inline-block;
}

.u-t_scale50 {
  -webkit-transform: scale(0.5, 1) !important;
  transform: scale(0.5, 1) !important;
  display: inline-block;
}

.u-t_scale55 {
  -webkit-transform: scale(0.55, 1) !important;
  transform: scale(0.55, 1) !important;
  display: inline-block;
}

.u-t_scale60 {
  -webkit-transform: scale(0.6, 1) !important;
  transform: scale(0.6, 1) !important;
  display: inline-block;
}

.u-t_scale65 {
  -webkit-transform: scale(0.65, 1) !important;
  transform: scale(0.65, 1) !important;
  display: inline-block;
}

.u-t_scale70 {
  -webkit-transform: scale(0.7, 1) !important;
  transform: scale(0.7, 1) !important;
  display: inline-block;
}

.u-t_scale75 {
  -webkit-transform: scale(0.75, 1) !important;
  transform: scale(0.75, 1) !important;
  display: inline-block;
}

.u-t_scale80 {
  -webkit-transform: scale(0.8, 1) !important;
  transform: scale(0.8, 1) !important;
  display: inline-block;
}

.u-t_scale85 {
  -webkit-transform: scale(0.85, 1) !important;
  transform: scale(0.85, 1) !important;
  display: inline-block;
}

.u-t_scale90 {
  -webkit-transform: scale(0.9, 1) !important;
  transform: scale(0.9, 1) !important;
  display: inline-block;
}

.u-t_scale95 {
  -webkit-transform: scale(0.95, 1) !important;
  transform: scale(0.95, 1) !important;
  display: inline-block;
}

.u-t_scale100 {
  -webkit-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
  display: inline-block;
}

.u-t_scale105 {
  -webkit-transform: scale(1.05, 1) !important;
  transform: scale(1.05, 1) !important;
  display: inline-block;
}

.u-t_scale110 {
  -webkit-transform: scale(1.1, 1) !important;
  transform: scale(1.1, 1) !important;
  display: inline-block;
}

.u-t_scale115 {
  -webkit-transform: scale(1.15, 1) !important;
  transform: scale(1.15, 1) !important;
  display: inline-block;
}

.u-t_scale120 {
  -webkit-transform: scale(1.2, 1) !important;
  transform: scale(1.2, 1) !important;
  display: inline-block;
}

.u-t_scale125 {
  -webkit-transform: scale(1.25, 1) !important;
  transform: scale(1.25, 1) !important;
  display: inline-block;
}

.u-t_scale130 {
  -webkit-transform: scale(1.3, 1) !important;
  transform: scale(1.3, 1) !important;
  display: inline-block;
}

.u-t_scale135 {
  -webkit-transform: scale(1.35, 1) !important;
  transform: scale(1.35, 1) !important;
  display: inline-block;
}

.u-t_scale140 {
  -webkit-transform: scale(1.4, 1) !important;
  transform: scale(1.4, 1) !important;
  display: inline-block;
}

.u-t_scale145 {
  -webkit-transform: scale(1.45, 1) !important;
  transform: scale(1.45, 1) !important;
  display: inline-block;
}

.u-t_scale150 {
  -webkit-transform: scale(1.5, 1) !important;
  transform: scale(1.5, 1) !important;
  display: inline-block;
}

.u-t_scale155 {
  -webkit-transform: scale(1.55, 1) !important;
  transform: scale(1.55, 1) !important;
  display: inline-block;
}

.u-t_scale160 {
  -webkit-transform: scale(1.6, 1) !important;
  transform: scale(1.6, 1) !important;
  display: inline-block;
}

.u-t_scale165 {
  -webkit-transform: scale(1.65, 1) !important;
  transform: scale(1.65, 1) !important;
  display: inline-block;
}

.u-t_scale170 {
  -webkit-transform: scale(1.7, 1) !important;
  transform: scale(1.7, 1) !important;
  display: inline-block;
}

.u-t_scale175 {
  -webkit-transform: scale(1.75, 1) !important;
  transform: scale(1.75, 1) !important;
  display: inline-block;
}

.u-t_scale180 {
  -webkit-transform: scale(1.8, 1) !important;
  transform: scale(1.8, 1) !important;
  display: inline-block;
}

.u-t_scale185 {
  -webkit-transform: scale(1.85, 1) !important;
  transform: scale(1.85, 1) !important;
  display: inline-block;
}

.u-t_scale190 {
  -webkit-transform: scale(1.9, 1) !important;
  transform: scale(1.9, 1) !important;
  display: inline-block;
}

.u-t_scale195 {
  -webkit-transform: scale(1.95, 1) !important;
  transform: scale(1.95, 1) !important;
  display: inline-block;
}

.u-t_scale200 {
  -webkit-transform: scale(2, 1) !important;
  transform: scale(2, 1) !important;
  display: inline-block;
}

.u-appear_lg-inline {
  display: none;
}
@media (max-width: 1400px) {
  .u-appear_lg-inline {
    display: inline;
  }
}
.u-appear_md-inline {
  display: inline;
}
@media (max-width: 1400px) {
  .u-appear_md-inline {
    display: none;
  }
}
.u-appear_sm-inline {
  display: inline;
}
@media (max-width: 1000px) {
  .u-appear_sm-inline {
    display: none;
  }
}

.u-m_t5 {
  margin-top: 5px !important;
}

.u-m_b5 {
  margin-bottom: 5px !important;
}

.u-m_t5neg {
  margin-top: -5px !important;
}

.u-m_b5neg {
  margin-bottom: -5px !important;
}

.u-p_t5 {
  padding-top: 5px !important;
}

.u-p_b5 {
  padding-bottom: 5px !important;
}

.u-m_t10 {
  margin-top: 10px !important;
}

.u-m_b10 {
  margin-bottom: 10px !important;
}

.u-m_t10neg {
  margin-top: -10px !important;
}

.u-m_b10neg {
  margin-bottom: -10px !important;
}

.u-p_t10 {
  padding-top: 10px !important;
}

.u-p_b10 {
  padding-bottom: 10px !important;
}

.u-m_t15 {
  margin-top: 15px !important;
}

.u-m_b15 {
  margin-bottom: 15px !important;
}

.u-m_t15neg {
  margin-top: -15px !important;
}

.u-m_b15neg {
  margin-bottom: -15px !important;
}

.u-p_t15 {
  padding-top: 15px !important;
}

.u-p_b15 {
  padding-bottom: 15px !important;
}

.u-m_t20 {
  margin-top: 20px !important;
}

.u-m_b20 {
  margin-bottom: 20px !important;
}

.u-m_t20neg {
  margin-top: -20px !important;
}

.u-m_b20neg {
  margin-bottom: -20px !important;
}

.u-p_t20 {
  padding-top: 20px !important;
}

.u-p_b20 {
  padding-bottom: 20px !important;
}

.u-m_t25 {
  margin-top: 25px !important;
}

.u-m_b25 {
  margin-bottom: 25px !important;
}

.u-m_t25neg {
  margin-top: -25px !important;
}

.u-m_b25neg {
  margin-bottom: -25px !important;
}

.u-p_t25 {
  padding-top: 25px !important;
}

.u-p_b25 {
  padding-bottom: 25px !important;
}

.u-m_t30 {
  margin-top: 30px !important;
}

.u-m_b30 {
  margin-bottom: 30px !important;
}

.u-m_t30neg {
  margin-top: -30px !important;
}

.u-m_b30neg {
  margin-bottom: -30px !important;
}

.u-p_t30 {
  padding-top: 30px !important;
}

.u-p_b30 {
  padding-bottom: 30px !important;
}

.u-m_t35 {
  margin-top: 35px !important;
}

.u-m_b35 {
  margin-bottom: 35px !important;
}

.u-m_t35neg {
  margin-top: -35px !important;
}

.u-m_b35neg {
  margin-bottom: -35px !important;
}

.u-p_t35 {
  padding-top: 35px !important;
}

.u-p_b35 {
  padding-bottom: 35px !important;
}

.u-m_t40 {
  margin-top: 40px !important;
}

.u-m_b40 {
  margin-bottom: 40px !important;
}

.u-m_t40neg {
  margin-top: -40px !important;
}

.u-m_b40neg {
  margin-bottom: -40px !important;
}

.u-p_t40 {
  padding-top: 40px !important;
}

.u-p_b40 {
  padding-bottom: 40px !important;
}

.u-m_t45 {
  margin-top: 45px !important;
}

.u-m_b45 {
  margin-bottom: 45px !important;
}

.u-m_t45neg {
  margin-top: -45px !important;
}

.u-m_b45neg {
  margin-bottom: -45px !important;
}

.u-p_t45 {
  padding-top: 45px !important;
}

.u-p_b45 {
  padding-bottom: 45px !important;
}

.u-m_t50 {
  margin-top: 50px !important;
}

.u-m_b50 {
  margin-bottom: 50px !important;
}

.u-m_t50neg {
  margin-top: -50px !important;
}

.u-m_b50neg {
  margin-bottom: -50px !important;
}

.u-p_t50 {
  padding-top: 50px !important;
}

.u-p_b50 {
  padding-bottom: 50px !important;
}

.u-m_t55 {
  margin-top: 55px !important;
}

.u-m_b55 {
  margin-bottom: 55px !important;
}

.u-m_t55neg {
  margin-top: -55px !important;
}

.u-m_b55neg {
  margin-bottom: -55px !important;
}

.u-p_t55 {
  padding-top: 55px !important;
}

.u-p_b55 {
  padding-bottom: 55px !important;
}

.u-m_t60 {
  margin-top: 60px !important;
}

.u-m_b60 {
  margin-bottom: 60px !important;
}

.u-m_t60neg {
  margin-top: -60px !important;
}

.u-m_b60neg {
  margin-bottom: -60px !important;
}

.u-p_t60 {
  padding-top: 60px !important;
}

.u-p_b60 {
  padding-bottom: 60px !important;
}

.u-m_t65 {
  margin-top: 65px !important;
}

.u-m_b65 {
  margin-bottom: 65px !important;
}

.u-m_t65neg {
  margin-top: -65px !important;
}

.u-m_b65neg {
  margin-bottom: -65px !important;
}

.u-p_t65 {
  padding-top: 65px !important;
}

.u-p_b65 {
  padding-bottom: 65px !important;
}

.u-m_t70 {
  margin-top: 70px !important;
}

.u-m_b70 {
  margin-bottom: 70px !important;
}

.u-m_t70neg {
  margin-top: -70px !important;
}

.u-m_b70neg {
  margin-bottom: -70px !important;
}

.u-p_t70 {
  padding-top: 70px !important;
}

.u-p_b70 {
  padding-bottom: 70px !important;
}

.u-m_t75 {
  margin-top: 75px !important;
}

.u-m_b75 {
  margin-bottom: 75px !important;
}

.u-m_t75neg {
  margin-top: -75px !important;
}

.u-m_b75neg {
  margin-bottom: -75px !important;
}

.u-p_t75 {
  padding-top: 75px !important;
}

.u-p_b75 {
  padding-bottom: 75px !important;
}

.u-m_t80 {
  margin-top: 80px !important;
}

.u-m_b80 {
  margin-bottom: 80px !important;
}

.u-m_t80neg {
  margin-top: -80px !important;
}

.u-m_b80neg {
  margin-bottom: -80px !important;
}

.u-p_t80 {
  padding-top: 80px !important;
}

.u-p_b80 {
  padding-bottom: 80px !important;
}

.u-m_t85 {
  margin-top: 85px !important;
}

.u-m_b85 {
  margin-bottom: 85px !important;
}

.u-m_t85neg {
  margin-top: -85px !important;
}

.u-m_b85neg {
  margin-bottom: -85px !important;
}

.u-p_t85 {
  padding-top: 85px !important;
}

.u-p_b85 {
  padding-bottom: 85px !important;
}

.u-m_t90 {
  margin-top: 90px !important;
}

.u-m_b90 {
  margin-bottom: 90px !important;
}

.u-m_t90neg {
  margin-top: -90px !important;
}

.u-m_b90neg {
  margin-bottom: -90px !important;
}

.u-p_t90 {
  padding-top: 90px !important;
}

.u-p_b90 {
  padding-bottom: 90px !important;
}

.u-m_t95 {
  margin-top: 95px !important;
}

.u-m_b95 {
  margin-bottom: 95px !important;
}

.u-m_t95neg {
  margin-top: -95px !important;
}

.u-m_b95neg {
  margin-bottom: -95px !important;
}

.u-p_t95 {
  padding-top: 95px !important;
}

.u-p_b95 {
  padding-bottom: 95px !important;
}

.u-m_t100 {
  margin-top: 100px !important;
}

.u-m_b100 {
  margin-bottom: 100px !important;
}

.u-m_t100neg {
  margin-top: -100px !important;
}

.u-m_b100neg {
  margin-bottom: -100px !important;
}

.u-p_t100 {
  padding-top: 100px !important;
}

.u-p_b100 {
  padding-bottom: 100px !important;
}

.u-m_t105 {
  margin-top: 105px !important;
}

.u-m_b105 {
  margin-bottom: 105px !important;
}

.u-m_t105neg {
  margin-top: -105px !important;
}

.u-m_b105neg {
  margin-bottom: -105px !important;
}

.u-p_t105 {
  padding-top: 105px !important;
}

.u-p_b105 {
  padding-bottom: 105px !important;
}

.u-m_t110 {
  margin-top: 110px !important;
}

.u-m_b110 {
  margin-bottom: 110px !important;
}

.u-m_t110neg {
  margin-top: -110px !important;
}

.u-m_b110neg {
  margin-bottom: -110px !important;
}

.u-p_t110 {
  padding-top: 110px !important;
}

.u-p_b110 {
  padding-bottom: 110px !important;
}

.u-m_t115 {
  margin-top: 115px !important;
}

.u-m_b115 {
  margin-bottom: 115px !important;
}

.u-m_t115neg {
  margin-top: -115px !important;
}

.u-m_b115neg {
  margin-bottom: -115px !important;
}

.u-p_t115 {
  padding-top: 115px !important;
}

.u-p_b115 {
  padding-bottom: 115px !important;
}

.u-m_t120 {
  margin-top: 120px !important;
}

.u-m_b120 {
  margin-bottom: 120px !important;
}

.u-m_t120neg {
  margin-top: -120px !important;
}

.u-m_b120neg {
  margin-bottom: -120px !important;
}

.u-p_t120 {
  padding-top: 120px !important;
}

.u-p_b120 {
  padding-bottom: 120px !important;
}

.u-m_t125 {
  margin-top: 125px !important;
}

.u-m_b125 {
  margin-bottom: 125px !important;
}

.u-m_t125neg {
  margin-top: -125px !important;
}

.u-m_b125neg {
  margin-bottom: -125px !important;
}

.u-p_t125 {
  padding-top: 125px !important;
}

.u-p_b125 {
  padding-bottom: 125px !important;
}

.u-m_t130 {
  margin-top: 130px !important;
}

.u-m_b130 {
  margin-bottom: 130px !important;
}

.u-m_t130neg {
  margin-top: -130px !important;
}

.u-m_b130neg {
  margin-bottom: -130px !important;
}

.u-p_t130 {
  padding-top: 130px !important;
}

.u-p_b130 {
  padding-bottom: 130px !important;
}

.u-m_t135 {
  margin-top: 135px !important;
}

.u-m_b135 {
  margin-bottom: 135px !important;
}

.u-m_t135neg {
  margin-top: -135px !important;
}

.u-m_b135neg {
  margin-bottom: -135px !important;
}

.u-p_t135 {
  padding-top: 135px !important;
}

.u-p_b135 {
  padding-bottom: 135px !important;
}

.u-m_t140 {
  margin-top: 140px !important;
}

.u-m_b140 {
  margin-bottom: 140px !important;
}

.u-m_t140neg {
  margin-top: -140px !important;
}

.u-m_b140neg {
  margin-bottom: -140px !important;
}

.u-p_t140 {
  padding-top: 140px !important;
}

.u-p_b140 {
  padding-bottom: 140px !important;
}

.u-m_t145 {
  margin-top: 145px !important;
}

.u-m_b145 {
  margin-bottom: 145px !important;
}

.u-m_t145neg {
  margin-top: -145px !important;
}

.u-m_b145neg {
  margin-bottom: -145px !important;
}

.u-p_t145 {
  padding-top: 145px !important;
}

.u-p_b145 {
  padding-bottom: 145px !important;
}

.u-m_t150 {
  margin-top: 150px !important;
}

.u-m_b150 {
  margin-bottom: 150px !important;
}

.u-m_t150neg {
  margin-top: -150px !important;
}

.u-m_b150neg {
  margin-bottom: -150px !important;
}

.u-p_t150 {
  padding-top: 150px !important;
}

.u-p_b150 {
  padding-bottom: 150px !important;
}

.u-m_t155 {
  margin-top: 155px !important;
}

.u-m_b155 {
  margin-bottom: 155px !important;
}

.u-m_t155neg {
  margin-top: -155px !important;
}

.u-m_b155neg {
  margin-bottom: -155px !important;
}

.u-p_t155 {
  padding-top: 155px !important;
}

.u-p_b155 {
  padding-bottom: 155px !important;
}

.u-m_t160 {
  margin-top: 160px !important;
}

.u-m_b160 {
  margin-bottom: 160px !important;
}

.u-m_t160neg {
  margin-top: -160px !important;
}

.u-m_b160neg {
  margin-bottom: -160px !important;
}

.u-p_t160 {
  padding-top: 160px !important;
}

.u-p_b160 {
  padding-bottom: 160px !important;
}

.u-m_t165 {
  margin-top: 165px !important;
}

.u-m_b165 {
  margin-bottom: 165px !important;
}

.u-m_t165neg {
  margin-top: -165px !important;
}

.u-m_b165neg {
  margin-bottom: -165px !important;
}

.u-p_t165 {
  padding-top: 165px !important;
}

.u-p_b165 {
  padding-bottom: 165px !important;
}

.u-m_t170 {
  margin-top: 170px !important;
}

.u-m_b170 {
  margin-bottom: 170px !important;
}

.u-m_t170neg {
  margin-top: -170px !important;
}

.u-m_b170neg {
  margin-bottom: -170px !important;
}

.u-p_t170 {
  padding-top: 170px !important;
}

.u-p_b170 {
  padding-bottom: 170px !important;
}

.u-m_t175 {
  margin-top: 175px !important;
}

.u-m_b175 {
  margin-bottom: 175px !important;
}

.u-m_t175neg {
  margin-top: -175px !important;
}

.u-m_b175neg {
  margin-bottom: -175px !important;
}

.u-p_t175 {
  padding-top: 175px !important;
}

.u-p_b175 {
  padding-bottom: 175px !important;
}

.u-m_t180 {
  margin-top: 180px !important;
}

.u-m_b180 {
  margin-bottom: 180px !important;
}

.u-m_t180neg {
  margin-top: -180px !important;
}

.u-m_b180neg {
  margin-bottom: -180px !important;
}

.u-p_t180 {
  padding-top: 180px !important;
}

.u-p_b180 {
  padding-bottom: 180px !important;
}

.u-m_t185 {
  margin-top: 185px !important;
}

.u-m_b185 {
  margin-bottom: 185px !important;
}

.u-m_t185neg {
  margin-top: -185px !important;
}

.u-m_b185neg {
  margin-bottom: -185px !important;
}

.u-p_t185 {
  padding-top: 185px !important;
}

.u-p_b185 {
  padding-bottom: 185px !important;
}

.u-m_t190 {
  margin-top: 190px !important;
}

.u-m_b190 {
  margin-bottom: 190px !important;
}

.u-m_t190neg {
  margin-top: -190px !important;
}

.u-m_b190neg {
  margin-bottom: -190px !important;
}

.u-p_t190 {
  padding-top: 190px !important;
}

.u-p_b190 {
  padding-bottom: 190px !important;
}

.u-m_t195 {
  margin-top: 195px !important;
}

.u-m_b195 {
  margin-bottom: 195px !important;
}

.u-m_t195neg {
  margin-top: -195px !important;
}

.u-m_b195neg {
  margin-bottom: -195px !important;
}

.u-p_t195 {
  padding-top: 195px !important;
}

.u-p_b195 {
  padding-bottom: 195px !important;
}

.u-m_t200 {
  margin-top: 200px !important;
}

.u-m_b200 {
  margin-bottom: 200px !important;
}

.u-m_t200neg {
  margin-top: -200px !important;
}

.u-m_b200neg {
  margin-bottom: -200px !important;
}

.u-p_t200 {
  padding-top: 200px !important;
}

.u-p_b200 {
  padding-bottom: 200px !important;
}