@charset "UTF-8";
/*
min-font-size ($font_size, $min_font_size)

$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/* fonts */
/* ==========================================================================
 #Foundation
========================================================================== */
/* #Reset 
----------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/wsb0mnm.css");
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;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* #Typography
----------------------------------------------------------------- */
body, html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  font-size: 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  body, html {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 2.6666666667vw;
    color: #000000;
  }
}
@media screen and (max-width: 767px) and (min-width: 375px) {
  body, html {
    font-size: 10px;
  }
}

*::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

*::selection {
  background-color: #000000;
  color: #ffffff;
}

/*** #Headings ***/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 2.635431918vw;
}
@media screen and (min-width: 1366px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 2.196193265vw;
}
@media screen and (min-width: 1366px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 1.756954612vw;
}
@media screen and (min-width: 1366px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 1.317715959vw;
}
@media screen and (min-width: 1366px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 1.0248901903vw;
}
@media screen and (min-width: 1366px) {
  h5, .h5 {
    font-size: 14px;
  }
}

h6, .h6 {
  font-size: 0.878477306vw;
}
@media screen and (min-width: 1366px) {
  h6, .h6 {
    font-size: 12px;
  }
}

/*** #Body text ***/
p {
  font-size: 1.6rem;
  line-height: calc(31 / 16);
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  p {
    font-size: 2.4rem;
    line-height: calc(45 / 24);
  }
}

/*** #a tag ***/
a {
  color: #000000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;
  opacity: 1;
  outline: none;
}
a:hover, a:active, a.hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 767px) {
  a {
    color: #000000;
  }
}

/*** #Emphasis & misc ***/
small,
.small {
  font-size: 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  small,
.small {
    font-size: 10px;
  }
}

large, .large {
  font-size: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  large, .large {
    font-size: 20px;
  }
}

mark,
.mark {
  background-color: #7d8c96;
  color: #ffffff;
  padding: 4px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dt,
dd {
  line-height: 1.4;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.4;
}

b, strong, .bold {
  font-weight: 700;
}

/* #Container
----------------------------------------------------------------- */
.container {
  width: 140rem;
  margin-left: auto;
  margin-right: auto;
}

.container--s {
  width: 120rem;
}

.container--l {
  width: 150rem;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }

  .container--s {
    width: 100%;
  }

  .container--l {
    width: 100%;
  }
}
/* ==========================================================================
 #Layout
========================================================================== */
/* #common
----------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

main {
  display: block;
}

.o-hidden {
  overflow: hidden;
}

.img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}
/* #header
----------------------------------------------------------------- */
#header.header {
  width: 100%;
  height: 6.8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header.header .logo {
  width: 15.8rem;
  height: 2.9rem;
}
#header.header .news {
  width: 9.3rem;
  height: 2.9rem;
  border-radius: 1.45rem;
  border: 1px solid #707070;
  background-color: #FFF2E6;
  text-align: center;
  line-height: calc(2.9rem - 2px);
  font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
  font-size: 1.4rem;
  color: #4D4D4D;
  position: absolute;
  top: 50%;
  right: 6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

@media (max-width: 767px) {
  #header.header {
    width: 100%;
    height: 12.2666666667vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header.header .logo {
    width: 28.2666666667vw;
    height: 5.6vw;
  }
  #header.header .news {
    width: 24.8vw;
    height: 7.7333333333vw;
    border-radius: 3.8666666667vw;
    border: 1px solid #707070;
    background-color: #FFF2E6;
    text-align: center;
    line-height: 7.2vw;
    font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
    font-size: 3.7333333333vw;
    color: #4D4D4D;
    position: absolute;
    top: 50%;
    right: 4.2666666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: bold;
  }
}
/* #footer
----------------------------------------------------------------- */
#footer.footer {
  padding-top: 11.5rem;
  padding-bottom: 5rem;
  border-bottom: #000000 solid 1.6rem;
}
#footer.footer .sns {
  width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer.footer .sns .sns-item {
  width: 28rem;
}
#footer.footer .sns .sns-item .text01 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#footer.footer .sns .sns-item .arrow {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 2.6rem;
  height: 1.3rem;
  margin-left: auto;
  margin-right: auto;
}
#footer.footer .sns .sns-item .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 13rem;
  margin-left: auto;
  margin-right: auto;
}
#footer.footer .sns .sns-item .icons .icon-instagram {
  display: block;
  width: 5.7rem;
  height: 5.7rem;
}
#footer.footer .sns .sns-item .icons .icon-twitter {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
}
#footer.footer .sns .sns-item .icons .icon-tiktok {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
}
#footer.footer .button {
  display: block;
  width: 29.5rem;
  height: 6.5rem;
  border-radius: 3.25rem;
  font-size: 3.3rem;
  line-height: 6.5rem;
  font-family: "futura-pt", sans-serif;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
#footer.footer .account {
  text-align: center;
  font-size: 2rem;
  font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
  margin-bottom: 6.5rem;
}
#footer.footer .banner {
  display: block;
  width: 57.2rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.5rem;
}
#footer.footer .banner2 {
  display: block;
  width: 57.2rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10.8rem;
}
#footer.footer .sns_share {
  text-align: center;
}
#footer.footer .sns_share .shere_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer.footer .sns_share .shere_con a {
  display: block;
  margin: 0 0.5rem;
}
#footer.footer .sns_share .shere_con a img {
  width: 90%;
  height: auto;
}
#footer.footer .footer_icon .icon_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 77.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem auto;
}
#footer.footer .footer_icon .icon_con a {
  display: block;
  width: 48%;
  margin: 0.5% 1%;
}
#footer.footer .footer_icon .icon_con a img {
  width: 100%;
  height: auto;
}
#footer.footer .footer_icon .txt03 {
  font-size: 1.4rem;
  color: #A2A2A2;
  width: 77.2rem;
  margin: 2rem auto 5rem;
}
#footer.footer .kekeke {
  width: 24.7rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.3rem;
}
#footer.footer .copy {
  width: auto;
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  #footer.footer {
    padding-top: 0rem;
    padding-bottom: 0;
    border-bottom: #000000 solid 4.2666666667vw;
  }
  #footer.footer .movie {
    width: 100%;
    margin-bottom: 18.1333333333vw;
  }
  #footer.footer .sns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  #footer.footer .sns .sns-item {
    width: 50%;
    margin-bottom: 13.3333333333vw;
  }
  #footer.footer .sns .sns-item .text01 {
    text-align: center;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
  #footer.footer .sns .sns-item .arrow {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    width: 6.9333333333vw;
    height: 3.4666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  #footer.footer .sns .sns-item .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 24vw;
    margin-left: auto;
    margin-right: auto;
  }
  #footer.footer .sns .sns-item .icons .icon-instagram {
    display: block;
    width: 11.2vw;
    height: 11.2vw;
  }
  #footer.footer .sns .sns-item .icons .icon-twitter {
    display: block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #footer.footer .sns .sns-item .icons .icon-tiktok {
    display: block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #footer.footer .button {
    display: block;
    width: 57.3333333333vw;
    height: 12.5333333333vw;
    border-radius: 6.2666666667vw;
    font-size: 6.4vw;
    line-height: 12.5333333333vw;
    font-family: "futura-pt", sans-serif;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.1333333333vw;
  }
  #footer.footer .account {
    text-align: center;
    font-size: 3.7333333333vw;
    font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", sans-serif;
    margin-bottom: 12.8vw;
  }
  #footer.footer .banner {
    display: block;
    width: 85.8666666667vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.6666666667vw;
  }
  #footer.footer .banner2 {
    display: block;
    width: 84.2666666667vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12.8vw;
  }
  #footer.footer .footer_icon .icon_con {
    display: block;
    width: 72vw;
  }
  #footer.footer .footer_icon .icon_con a {
    width: 100%;
    margin: 2% 0;
  }
  #footer.footer .footer_icon .txt03 {
    width: 72vw;
  }
  #footer.footer .kekeke {
    width: 39.2vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.2vw;
  }
}
#footer.footer .js-effect .js-effect_item {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#footer.footer .js-effect .js-effect_item.action {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* #sec-top
----------------------------------------------------------------- */
#top.top {
  width: 100vw;
  height: 37.1888726208vw;
  background-color: #000000;
  border-top: 0.3660322108vw solid #000000;
  border-bottom: 0.3660322108vw solid #000000;
}
#top.top .slider {
  width: 100%;
  height: 100%;
}
#top.top .block {
  width: 24.6705710102vw;
  height: 37.1888726208vw;
  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;
}
#top.top .block .col1 {
  width: 24.6705710102vw;
  height: 24.6705710102vw;
}
#top.top .block .col1 .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#top.top .block .col2 {
  width: 24.6705710102vw;
  height: 12.1522693997vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top.top .block .col2 .image {
  width: 12.1522693997vw;
  height: 12.1522693997vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#top.top .block .col3 {
  width: 24.6705710102vw;
  height: 37.1888726208vw;
}
#top.top .block .col3 .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #top.top {
    width: 100vw;
    height: 74.8vw;
    background-color: #000000;
    border-top: 0.8vw solid #000000;
    border-bottom: 0.8vw solid #000000;
  }
  #top.top .slider {
    width: 100%;
    height: 100%;
  }
  #top.top .block {
    width: 49.6vw;
    height: 74.8vw;
    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;
  }
  #top.top .block .col1 {
    width: 49.3333333333vw;
    height: 49.6vw;
  }
  #top.top .block .col1 .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #top.top .block .col2 {
    width: 49.3333333333vw;
    height: 24.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top.top .block .col2 .image {
    width: 24.4vw;
    height: 24.4vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #top.top .block .col3 {
    width: 49.3333333333vw;
    height: 74.9333333333vw;
  }
  #top.top .block .col3 .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

/* #sec-nav
----------------------------------------------------------------- */
#nav.nav {
  padding-top: 4.5rem;
  padding-bottom: 14.5rem;
}
#nav.nav .text {
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 4.5rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
#nav.nav .sec-title {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 5.8rem;
  line-height: 7.7rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 0.25rem dashed #000000;
  margin-bottom: 3.5rem;
}
#nav.nav .sec-text {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 2.5rem;
  font-weight: 500;
  margin-bottom: 7rem;
}
#nav.nav .title {
  width: 13.2rem;
  height: 3.5rem;
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
  margin-left: auto;
  margin-right: auto;
}
#nav.nav .subtitle {
  width: 35rem;
  height: 2.3rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}
#nav.nav .text {
  width: 45rem;
  height: 31rem;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
}
#nav.nav .logo {
  width: 10.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14rem;
}
#nav.nav .pagenavi {
  width: 73.2rem;
  margin-left: auto;
  margin-right: auto;
}
#nav.nav .pagenavi ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#nav.nav .pagenavi ul li a {
  display: block;
  width: 23rem;
  height: 8.9rem;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 6rem;
  position: relative;
  color: #523729;
}
#nav.nav .pagenavi ul li a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.9rem;
  height: 1.2rem;
  background-image: url(../img/nav-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#nav.nav .pagenavi ul li a.item {
  background-color: #FFF9CC;
}
#nav.nav .pagenavi ul li a.detail {
  background-color: #C0E1F2;
}
#nav.nav .pagenavi ul li a.styling {
  background-color: #DAECCE;
  line-height: 2;
}
#nav.nav .banner {
  display: block;
  width: 57.2rem;
  height: auto;
  margin: 6.5rem auto;
}
@media screen and (max-width: 767px) {
  #nav.nav {
    padding-top: 8.8vw;
    padding-bottom: 14.6666666667vw;
  }
  #nav.nav .text {
    font-size: 4vw;
    letter-spacing: 0.08em;
    line-height: 6.6666666667vw;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2.6666666667vw;
  }
  #nav.nav .sec-title {
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 6.6666666667vw;
    line-height: 8.8vw;
    font-weight: 500;
    padding-bottom: 4vw;
    border-bottom: 0.4vw dashed #000000;
    margin-bottom: 0rem;
  }
  #nav.nav .sec-text {
    text-align: center;
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
    line-height: 6.6666666667vw;
    font-weight: 500;
    margin-top: 10.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  #nav.nav .title {
    width: 25.3333333333vw;
    height: 6.6666666667vw;
    margin-top: 8vw;
    margin-bottom: 17.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  #nav.nav .subtitle {
    width: 69.3333333333vw;
    height: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  #nav.nav .text {
    width: 80.5333333333vw;
    height: 61.8666666667vw;
    margin-bottom: 13.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  #nav.nav .logo {
    width: 20.5333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24vw;
  }
  #nav.nav .pagenavi {
    width: 85.8666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  #nav.nav .pagenavi ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav.nav .pagenavi ul li a {
    display: block;
    width: 28.6213333333vw;
    height: 17.3333333333vw;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 4vw;
    letter-spacing: 0.03em;
    font-weight: 500;
    line-height: 4.2666666667vw;
    position: relative;
    color: #523729;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 1.8666666667vw;
  }
  #nav.nav .pagenavi ul li a:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 2.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3.4666666667vw;
    height: 2.1333333333vw;
    background-image: url(../img/nav-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #nav.nav .pagenavi ul li a.item {
    background-color: #FFF9CC;
  }
  #nav.nav .pagenavi ul li a.detail {
    background-color: #C0E1F2;
  }
  #nav.nav .pagenavi ul li a.styling {
    background-color: #DAECCE;
    line-height: 9.3333333333vw;
  }
  #nav.nav .banner {
    display: block;
    width: 85.8666666667vw;
    height: auto;
    margin: 8vw auto;
  }
}
#nav.nav .js-loading .js-effect_item {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#nav.nav .js-loading .js-effect_item.action {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* #sec-gm
----------------------------------------------------------------- */
#gm.gm .sec-title {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 5.8rem;
  line-height: 7.7rem;
  font-weight: 500;
  padding-top: 5rem;
  padding-bottom: 1rem;
  margin-bottom: 3.5rem;
}
#gm.gm .sec-title span {
  display: block;
  text-align: center;
  line-height: 1.5rem;
}
#gm.gm .sec-title span small {
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
#gm.gm .sec-title span small:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000000;
}
#gm.gm .sec-title span small:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000000;
}
#gm.gm .inner {
  width: 100%;
  background-color: #FFFCF7;
  padding-top: 5.5rem;
  padding-bottom: 10rem;
}
#gm.gm .sec-text {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 2.5rem;
  font-weight: 500;
  margin-bottom: 12rem;
}
#gm.gm .balloon {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1rem;
  height: auto;
  text-align: center;
  margin-bottom: 5.7rem;
}
#gm.gm .balloon.balloon1 {
  width: 44rem;
  height: 10.3rem;
  background-image: url(../img/balloon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 10.980966325vw;
  margin-left: auto;
}
#gm.gm .balloon.balloon1 span {
  color: #EC6619;
}
#gm.gm .balloon.balloon2 {
  width: 47.5rem;
  height: 10.3rem;
  background-image: url(../img/balloon2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 15.3733528551vw;
  margin-right: auto;
}
#gm.gm .balloon.balloon2 span {
  color: #28BCED;
}
#gm.gm .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gm.gm .content .h3 {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 2.5rem;
  margin-bottom: 3rem;
}
#gm.gm .content .h4 {
  font-size: 3rem;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.04em;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
#gm.gm .content .h4 span {
  margin-left: 2.5rem;
  font-size: 2.1rem;
  line-height: 3rem;
}
#gm.gm .content .text {
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.08em;
  margin-bottom: 4rem;
}
#gm.gm .content .text small {
  font-size: 1.2rem;
}
#gm.gm .bottom {
  margin-bottom: 21.6rem;
}
#gm.gm .top1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7.7rem;
}
#gm.gm .top1 .image {
  width: 60.7613469985vw;
  margin-right: 6.588579795vw;
}
#gm.gm .top1 .content {
  width: 23.4260614934vw;
}
#gm.gm .top1 .content .icon {
  width: 17.3499267936vw;
  margin-left: -2.196193265vw;
}
#gm.gm .bottom1 {
  width: 61.7130307467vw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gm.gm .bottom1 .image {
  width: 29.2825768668vw;
}
#gm.gm .bottom1 .credit {
  width: 27.2327964861vw;
}
#gm.gm .bottom1 .credit .text {
  font-family: "futura-pt", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#gm.gm .bottom1 .credit .text small {
  font-size: 1.2rem;
}
#gm.gm .bottom1 .credit .button {
  font-family: "futura-pt", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  width: 8.4rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  display: block;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gm.gm .bottom1 .credit .button:hover {
  background-color: #EC6619;
}
#gm.gm .top2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7.7rem;
}
#gm.gm .top2 .image {
  width: 60.7613469985vw;
  margin-left: 6.588579795vw;
}
#gm.gm .top2 .content {
  width: 23.4260614934vw;
}
#gm.gm .top2 .content .icon {
  width: 17.3499267936vw;
  margin-left: -3.6603221083vw;
}
#gm.gm .bottom2 {
  width: 61.7130307467vw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#gm.gm .bottom2 .image {
  width: 29.2825768668vw;
}
#gm.gm .bottom2 .credit {
  width: 27.2327964861vw;
}
#gm.gm .bottom2 .credit .text {
  font-family: "futura-pt", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#gm.gm .bottom2 .credit .text small {
  font-size: 1.2rem;
}
#gm.gm .bottom2 .credit .button {
  font-family: "futura-pt", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  width: 8.4rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  display: block;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gm.gm .bottom2 .credit .button:hover {
  background-color: #28BCED;
}
#gm.gm .top3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7.7rem;
  width: 77.5988286969vw;
  margin-left: auto;
  margin-right: auto;
}
#gm.gm .top3 .image {
  width: 46.8521229868vw;
}
#gm.gm .top3 .content {
  width: 23.4260614934vw;
}
#gm.gm .top3 .content .icon {
  width: 17.5695461201vw;
  margin-left: -2.196193265vw;
}
#gm.gm .bottom3 {
  width: 80.5270863836vw;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#gm.gm .bottom3 .image {
  width: 46.8521229868vw;
}
#gm.gm .bottom3 .credit {
  width: 27.2327964861vw;
}
#gm.gm .bottom3 .credit .text {
  font-family: "futura-pt", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#gm.gm .bottom3 .credit .text small {
  font-size: 1.2rem;
}
#gm.gm .bottom3 .credit .button {
  font-family: "futura-pt", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  width: 8.4rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  display: block;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gm.gm .bottom3 .credit .button:hover {
  background-color: #EC6619;
}
#gm.gm .top4 {
  margin-bottom: 7.7rem;
  display: block;
  width: 81.4787701318vw;
  margin-right: auto;
  margin-left: 0;
}
#gm.gm .top4 .image {
  width: 100%;
}
#gm.gm .bottom4 {
  width: 82.7232796486vw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#gm.gm .bottom4 .content {
  width: 23.4260614934vw;
}
#gm.gm .bottom4 .content .icon {
  width: 18.1551976574vw;
  margin-left: -2.196193265vw;
}
#gm.gm .bottom4 .image {
  width: 29.2825768668vw;
}
#gm.gm .bottom4 .credit {
  width: 16.8374816984vw;
}
#gm.gm .bottom4 .credit .text {
  font-family: "futura-pt", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#gm.gm .bottom4 .credit .text small {
  font-size: 1.2rem;
}
#gm.gm .bottom4 .credit .button {
  font-family: "futura-pt", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  width: 8.4rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  display: block;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gm.gm .bottom4 .credit .button:hover {
  background-color: #28BCED;
}
#gm.gm .item-button {
  display: block;
  width: 37.8rem;
  height: 6.5rem;
  line-height: 6.5rem;
  border-radius: 3.5rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 6.5rem;
  background-color: #65B4C3;
  font-size: 2.7rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gm.gm .item-button:hover {
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  #gm.gm .sec-title {
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 9.3333333333vw;
    line-height: 8.8vw;
    font-weight: 500;
    padding-top: 4vw;
    padding-bottom: 8vw;
    border-bottom: 0.4vw dashed #000000;
    border-bottom: none;
    margin-bottom: 0rem;
  }
  #gm.gm .sec-title span {
    display: block;
    text-align: center;
    line-height: 2.6666666667vw;
  }
  #gm.gm .sec-title span small {
    font-size: 4.2666666667vw;
    font-weight: 400;
    position: relative;
    width: 50%;
    display: inline-block;
  }
  #gm.gm .sec-title span small:before {
    content: "";
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    position: absolute;
    left: -4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background-color: #000000;
  }
  #gm.gm .sec-title span small:after {
    content: "";
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    position: absolute;
    right: -4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background-color: #000000;
  }
  #gm.gm .inner {
    width: 100%;
    background-color: #FFFCF7;
    padding-top: 8vw;
    padding-bottom: 16vw;
  }
  #gm.gm .sec-text {
    text-align: center;
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
    line-height: 6.6666666667vw;
    font-weight: 500;
    margin-bottom: 24vw;
  }
  #gm.gm .balloon {
    font-size: 4.2666666667vw;
    font-weight: 400;
    letter-spacing: 0.08em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 1.3333333333vw;
    height: auto;
    text-align: center;
    margin-bottom: 8.8vw;
  }
  #gm.gm .balloon.balloon1 {
    width: 76vw;
    height: 17.6vw;
    background-image: url(../img/balloon1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: auto;
    margin-left: auto;
  }
  #gm.gm .balloon.balloon1 span {
    color: #EC6619;
  }
  #gm.gm .balloon.balloon2 {
    width: 82.9333333333vw;
    height: 17.6vw;
    background-image: url(../img/balloon2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
  }
  #gm.gm .balloon.balloon2 span {
    color: #28BCED;
  }
  #gm.gm .top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #gm.gm .content .h3 {
    font-size: 4.8vw;
    letter-spacing: 0.08em;
    line-height: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
  #gm.gm .content .h4 {
    font-size: 8vw;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 0.04em;
    line-height: 7.2vw;
    font-weight: 500;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  #gm.gm .content .h4 span {
    margin-left: 5.3333333333vw;
    font-size: 6.4vw;
    line-height: 5.3333333333vw;
  }
  #gm.gm .content .image {
    width: 100%;
    margin-bottom: 8vw;
  }
  #gm.gm .content .text {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.08em;
    margin-bottom: 0rem;
    text-align: center;
    max-height: 13.3333333333vw;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    overflow: hidden;
    position: relative;
  }
  #gm.gm .content .text.active {
    max-height: 80vw;
  }
  #gm.gm .content .text small {
    font-size: 3.4666666667vw;
  }
  #gm.gm .content .open {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 4.8vw;
    height: 2.9333333333vw;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    margin-top: 2.6666666667vw;
  }
  #gm.gm .content .open.hide {
    opacity: 0;
  }
  #gm.gm .bottom {
    margin-bottom: 26.6666666667vw;
  }
  #gm.gm .top1, #gm.gm .top2, #gm.gm .top3, #gm.gm .top4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10.6666666667vw;
  }
  #gm.gm .top1 .image, #gm.gm .top2 .image, #gm.gm .top3 .image, #gm.gm .top4 .image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #gm.gm .top1 .content, #gm.gm .top2 .content, #gm.gm .top3 .content, #gm.gm .top4 .content {
    width: 100%;
  }
  #gm.gm .slide {
    width: 118.6666666667vw;
    margin-left: -9.3333333333vw;
    height: 46.4vw;
    margin-bottom: 18.6666666667vw;
  }
  #gm.gm .slide .slick-slide img {
    width: auto;
    height: 100%;
    margin-right: 6.1333333333vw;
  }
  #gm.gm .slide .slick-track {
    height: 46.4vw;
  }
  #gm.gm .slide .slick-dots {
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gm.gm .slide .slick-dots li {
    position: relative;
    display: inline-block;
    height: auto;
    margin-right: 1.6vw;
    padding: 0;
    cursor: pointer;
    width: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #gm.gm .slide .slick-dots li:last-of-type {
    margin-right: 0;
  }
  #gm.gm .slide .slick-dots li.slick-active button {
    background-color: #707070;
  }
  #gm.gm .slide .slick-dots li button {
    border: 0.2666666667vw solid #707070;
    background-color: transparent;
    display: block;
    height: 2.1333333333vw;
    width: 2.1333333333vw;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #gm.gm .slide .slick-dots li button:before {
    display: none;
  }
  #gm.gm .bottom1, #gm.gm .bottom2, #gm.gm .bottom3, #gm.gm .bottom4 {
    width: 82.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #gm.gm .bottom1 .image, #gm.gm .bottom2 .image, #gm.gm .bottom3 .image, #gm.gm .bottom4 .image {
    width: 29.3333333333vw;
  }
  #gm.gm .bottom1 .credit, #gm.gm .bottom2 .credit, #gm.gm .bottom3 .credit, #gm.gm .bottom4 .credit {
    width: 48vw;
  }
  #gm.gm .bottom1 .credit .text, #gm.gm .bottom2 .credit .text, #gm.gm .bottom3 .credit .text, #gm.gm .bottom4 .credit .text {
    font-family: "futura-pt", sans-serif;
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
    margin-top: 0rem;
    margin-bottom: 2.6666666667vw;
  }
  #gm.gm .bottom1 .credit .text small, #gm.gm .bottom2 .credit .text small, #gm.gm .bottom3 .credit .text small, #gm.gm .bottom4 .credit .text small {
    font-size: 3.4666666667vw;
  }
  #gm.gm .bottom1 .credit .button, #gm.gm .bottom2 .credit .button, #gm.gm .bottom3 .credit .button, #gm.gm .bottom4 .credit .button {
    font-family: "futura-pt", sans-serif;
    font-size: 4.5333333333vw;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    width: 24.5333333333vw;
    height: 9.0666666667vw;
    line-height: 9.0666666667vw;
    border-radius: 4.5333333333vw;
    display: block;
    font-weight: 500;
  }
  #gm.gm .item-button {
    display: block;
    width: 100.8vw;
    height: 17.3333333333vw;
    line-height: 17.3333333333vw;
    border-radius: 9.3333333333vw;
    color: #ffffff;
    text-align: center;
    margin-bottom: 17.3333333333vw;
    background-color: #65B4C3;
    font-size: 7.2vw;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #gm.gm .item-button:hover {
    background-color: #000000;
  }
}
#gm.gm .js-effect .js-effect_item {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#gm.gm .js-effect .js-effect_item.order1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#gm.gm .js-effect .js-effect_item.order2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#gm.gm .js-effect .js-effect_item.order3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#gm.gm .js-effect .js-effect_item.action {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* #sec-item
----------------------------------------------------------------- */
#item.item .head {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
#item.item .sec-title {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 5.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-top: 0.25rem dashed #000000;
  border-bottom: 0.25rem dashed #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#item.item .sec-title span {
  display: block;
  text-align: center;
  line-height: 1.5rem;
}
#item.item .sec-title span small {
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
#item.item .sec-title span small:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000000;
}
#item.item .sec-title span small:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000000;
}
#item.item .inner {
  background-color: #FFFCF7;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#item.item .inner .flex {
  width: 94.5rem;
  margin-left: auto;
  margin-right: auto;
  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;
}
#item.item .inner .flex .flex-item {
  width: 46rem;
  margin-bottom: 8rem;
}
#item.item .inner .flex .flex-item .color-title {
  font-family: "futura-pt", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  line-height: 2.6rem;
  text-align: center;
}
#item.item .inner .flex .flex-item .color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5rem;
}
#item.item .inner .flex .flex-item .color-list li {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
}
#item.item .inner .flex .flex-item .color-list li:last-of-type {
  margin-right: 0;
}
#item.item .inner .flex .flex-item .image {
  width: 46rem;
  height: 46rem;
  background-color: #ffffff;
  margin-bottom: 3rem;
  display: block;
}
#item.item .inner .flex .flex-item .arrow {
  display: block;
  width: 3.1rem;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
#item.item .inner .flex .flex-item .name {
  font-family: "futura-pt", sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  text-align: center;
}
#item.item .inner .flex .flex-item .name span {
  display: block;
  font-size: 1.8rem;
}
#item.item .inner .flex .flex-item .price {
  font-family: "futura-pt", sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
  text-align: center;
}
#item.item .inner .flex .flex-item .price small {
  font-size: 1.2rem;
}
#item.item .inner .flex .flex-item .button {
  display: block;
  color: #ffffff;
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
  width: 10.2rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 1.75rem;
  text-align: center;
  font-size: 2.2rem;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 767px) {
  #item.item .head {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  #item.item .sec-title {
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 10.6666666667vw;
    font-weight: 500;
    padding-bottom: 1.3333333333vw;
    border-top: 0.4vw dashed #000000;
    border-bottom: 0.4vw dashed #000000;
    padding-top: 4.9333333333vw;
    padding-bottom: 4.9333333333vw;
    line-height: 1;
  }
  #item.item .sec-title span {
    display: block;
    text-align: center;
    line-height: 2.6666666667vw;
  }
  #item.item .sec-title span small {
    font-size: 4.2666666667vw;
    font-weight: 400;
    position: relative;
    display: inline-block;
    width: 50%;
  }
  #item.item .sec-title span small:before {
    content: "";
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    position: absolute;
    left: -4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background-color: #000000;
  }
  #item.item .sec-title span small:after {
    content: "";
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    position: absolute;
    right: -4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background-color: #000000;
  }
  #item.item .inner {
    background-color: #FFFCF7;
    padding-top: 12vw;
    padding-bottom: 0rem;
  }
  #item.item .inner .flex {
    width: 91.2vw;
    margin-left: auto;
    margin-right: auto;
    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;
  }
  #item.item .inner .flex .flex-item {
    width: 42.6666666667vw;
    margin-bottom: 18.6666666667vw;
  }
  #item.item .inner .flex .flex-item .color-title {
    font-family: "futura-pt", sans-serif;
    font-size: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
    line-height: 4.5333333333vw;
    text-align: center;
  }
  #item.item .inner .flex .flex-item .color-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4vw;
  }
  #item.item .inner .flex .flex-item .color-list li {
    display: block;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin-right: 1.3333333333vw;
  }
  #item.item .inner .flex .flex-item .color-list li:last-of-type {
    margin-right: 0;
  }
  #item.item .inner .flex .flex-item .image {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
    background-color: #ffffff;
    margin-bottom: 5.3333333333vw;
    display: block;
  }
  #item.item .inner .flex .flex-item .arrow {
    display: block;
    width: 5.8666666667vw;
    height: 2.9333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.6666666667vw;
  }
  #item.item .inner .flex .flex-item .name {
    font-family: "futura-pt", sans-serif;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    text-align: center;
  }
  #item.item .inner .flex .flex-item .name span {
    font-size: 3.2vw;
    font-weight: 500;
  }
  #item.item .inner .flex .flex-item .price {
    font-family: "futura-pt", sans-serif;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  #item.item .inner .flex .flex-item .price span {
    font-size: 3.4666666667vw;
  }
  #item.item .inner .flex .flex-item .price small {
    font-size: 3.4666666667vw;
  }
  #item.item .inner .flex .flex-item .button {
    display: block;
    color: #ffffff;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    width: 19.7333333333vw;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    border-radius: 3.3333333333vw;
    text-align: center;
    font-size: 4vw;
    font-family: "futura-pt", sans-serif;
  }
}
#item.item .js-effect .js-effect_item {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#item.item .js-effect .js-effect_item.action {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* #sec-motif
----------------------------------------------------------------- */
#motif.motif {
  padding: 10rem 0;
}
#motif.motif .sec-title {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 3.7rem;
  line-height: 4.4rem;
  margin-bottom: 5rem;
}
#motif.motif .sec-title span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 2.5rem;
  display: block;
}
#motif.motif .flex {
  width: 97rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#motif.motif .flex .flex-item {
  width: 10rem;
}
#motif.motif .flex .flex-item .image {
  width: 11rem;
  height: 11rem;
  margin-bottom: 1rem;
}
#motif.motif .flex .flex-item .color {
  width: 4.3rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#motif.motif .flex .flex-item .color li {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (max-width: 767px) {
  #motif.motif {
    padding: 18.6666666667vw 0 26.6666666667vw 0;
  }
  #motif.motif .sec-title {
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 8vw;
    line-height: 9.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  #motif.motif .sec-title span {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
    line-height: 5.3333333333vw;
    display: block;
  }
  #motif.motif .flex {
    width: 85.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #motif.motif .flex .flex-item {
    width: 16vw;
    margin-right: 2.6666666667vw;
    margin-left: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  #motif.motif .flex .flex-item:nth-of-type(1) {
    margin-left: 5.3333333333vw;
  }
  #motif.motif .flex .flex-item:nth-of-type(3) {
    margin-right: 5.3333333333vw;
  }
  #motif.motif .flex .flex-item .image {
    width: 16vw;
    height: 16vw;
    margin-bottom: 2.6666666667vw;
  }
  #motif.motif .flex .flex-item .color {
    width: 8vw;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #motif.motif .flex .flex-item .color li {
    display: block;
    width: 3.2vw;
    height: 3.2vw;
  }
}
#motif.motif .js-effect .js-effect_item {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#motif.motif .js-effect .js-effect_item.order1 {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
#motif.motif .js-effect .js-effect_item.order2 {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
#motif.motif .js-effect .js-effect_item.order3 {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
#motif.motif .js-effect .js-effect_item.order4 {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
#motif.motif .js-effect .js-effect_item.order5 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
#motif.motif .js-effect .js-effect_item.order6 {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
#motif.motif .js-effect .js-effect_item.order7 {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
#motif.motif .js-effect .js-effect_item.action {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* #sec-detail
----------------------------------------------------------------- */
#detail.detail {
  background-color: #FFFCF7;
  padding-top: 8rem;
  padding-bottom: 11.6rem;
}
#detail.detail .head {
  width: 104rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3.8rem;
  margin-bottom: 5rem;
}
#detail.detail .head .sec-title {
  text-align: center;
  font-size: 5.1rem;
  line-height: 6.8rem;
  font-family: "futura-pt", sans-serif;
}
#detail.detail .head .sec-text {
  letter-spacing: 0.04em;
  line-height: 3rem;
  font-size: 2.1rem;
  text-align: center;
}
#detail.detail .content {
  width: 98rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8.5rem;
  position: relative;
}
#detail.detail .content .image {
  width: 100%;
  height: auto;
}
#detail.detail .content .list .list-item {
  position: absolute;
}
#detail.detail .content .list .list-item .list-title {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.04em;
  line-height: 2.5rem;
  white-space: nowrap;
  margin-bottom: 1rem;
}
#detail.detail .content .list .list-item .list-text {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
#detail.detail .content .list .list-item1 {
  left: 42rem;
  top: 6.3rem;
}
#detail.detail .content .list .list-item2 {
  left: 72rem;
  top: 36rem;
}
#detail.detail .content .list .list-item3 {
  left: 75rem;
  top: 80rem;
}
#detail.detail .content .list .list-item4 {
  left: 18rem;
  top: 78rem;
}
#detail.detail .content .list .list-item5 {
  left: 0rem;
  top: 50rem;
}
#detail.detail .block {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
  border: 0.25rem dashed #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8rem 10rem 6.5rem 10rem;
  position: relative;
}
#detail.detail .block .block-title {
  width: 22.5rem;
  height: 3.7rem;
  background-color: #FFFCF7;
  padding: 1.5rem 7rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -4rem;
}
#detail.detail .block .block-text {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#detail.detail .block .list {
  width: 100%;
}
#detail.detail .block .list li {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5rem;
  margin-bottom: 3rem;
}
#detail.detail .block .list li:last-of-type {
  margin-bottom: 0;
}
#detail.detail .block .list li:before {
  content: "";
  display: block;
  border: 0.1rem solid #000000;
  background-color: #ffffff;
  width: 2.8rem;
  height: 2.8rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
#detail.detail .block .list .list-title {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}
#detail.detail .block .list .list-title span {
  font-size: 1.6rem;
}
#detail.detail .block .list .list-text {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #detail.detail {
    background-color: #ffffff;
    padding-top: 0rem;
    padding-bottom: 10.1333333333vw;
  }
  #detail.detail .head {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 0.6666666667vw dashed #000000;
    padding-bottom: 6.4vw;
    margin-bottom: 10.1333333333vw;
  }
  #detail.detail .head .sec-title {
    text-align: center;
    font-size: 6.1333333333vw;
    line-height: 8.2666666667vw;
    font-family: "futura-pt", sans-serif;
  }
  #detail.detail .head .sec-text {
    letter-spacing: 0.04em;
    line-height: 5.3333333333vw;
    font-size: 3.7333333333vw;
    text-align: center;
  }
  #detail.detail .content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21.3333333333vw;
    position: relative;
  }
  #detail.detail .content .image {
    width: 90.6666666667vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666666667vw;
  }
  #detail.detail .content .list {
    width: 77.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    border-top: 0.2666666667vw solid #707070;
    border-bottom: 0.2666666667vw solid #707070;
    padding: 8vw 0;
    position: relative;
  }
  #detail.detail .content .list .js-detail-silder {
    width: 100%;
  }
  #detail.detail .content .list .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #detail.detail .content .list .list-item {
    position: static;
    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;
  }
  #detail.detail .content .list .list-item .list-image {
    width: 28.8vw;
  }
  #detail.detail .content .list .list-item .list-content {
    width: 46.4vw;
  }
  #detail.detail .content .list .list-item .list-title {
    font-weight: 700;
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
    line-height: 5.3333333333vw;
    white-space: nowrap;
    margin-bottom: 1.3333333333vw;
  }
  #detail.detail .content .list .list-item .list-text {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    letter-spacing: 0.04em;
    white-space: normal;
  }
  #detail.detail .content .list .list-nav {
    width: 93.3333333333vw;
    position: absolute;
    left: -8vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #detail.detail .content .list .list-nav .list-nav-prev {
    width: 2.6666666667vw;
    height: 5.6vw;
    cursor: pointer;
  }
  #detail.detail .content .list .list-nav .list-nav-next {
    width: 2.6666666667vw;
    height: 5.6vw;
    cursor: pointer;
  }
  #detail.detail .content .list .slick-dots {
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -13.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #detail.detail .content .list .slick-dots li {
    position: relative;
    display: inline-block;
    height: auto;
    margin-right: 1.6vw;
    padding: 0;
    cursor: pointer;
    width: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #detail.detail .content .list .slick-dots li:last-of-type {
    margin-right: 0;
  }
  #detail.detail .content .list .slick-dots li.slick-active button {
    background-color: #000000;
  }
  #detail.detail .content .list .slick-dots li button {
    border: 0.2666666667vw solid #000000;
    background-color: transparent;
    display: block;
    height: 2.1333333333vw;
    width: 2.1333333333vw;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #detail.detail .content .list .slick-dots li button:before {
    display: none;
  }
  #detail.detail .block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 0rem dashed #707070;
    border-bottom: 0.4vw dashed #707070;
    border-left: 0rem dashed #707070;
    border-right: 0rem dashed #707070;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18.6666666667vw 20.5333333333vw 10.6666666667vw 20.5333333333vw;
    position: relative;
    background-color: #FFFCF7;
  }
  #detail.detail .block:before {
    content: "";
    display: block;
    width: 21.3333333333vw;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 0.4vw dashed #707070;
  }
  #detail.detail .block:after {
    content: "";
    display: block;
    width: 21.3333333333vw;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 0.4vw dashed #707070;
  }
  #detail.detail .block .block-title {
    width: 25.8666666667vw;
    height: 4vw;
    background-color: transparent;
    padding: 0rem 16vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -2.1333333333vw;
  }
  #detail.detail .block .block-text {
    text-align: center;
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
    position: absolute;
    top: 6.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 500;
  }
  #detail.detail .block .list {
    width: 100%;
  }
  #detail.detail .block .list li {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 9.8666666667vw;
    margin-bottom: 8vw;
  }
  #detail.detail .block .list li:last-of-type {
    margin-bottom: 0;
  }
  #detail.detail .block .list li:before {
    content: "";
    display: block;
    border: 0.2666666667vw solid #000000;
    background-color: #ffffff;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    left: 0;
    top: 0.8rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: absolute;
  }
  #detail.detail .block .list .list-title {
    font-size: 3.7333333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  #detail.detail .block .list .list-title span {
    font-size: 3.2vw;
  }
  #detail.detail .block .list .list-text {
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
    line-height: 5.3333333333vw;
    white-space: normal;
  }
}
#detail.detail .js-effect .js-effect_item {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1), transform 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#detail.detail .js-effect .js-effect_item.action {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#detail.detail .js-effect .js-effect_item.bounce {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  display: inline-block;
}
#detail.detail .js-effect .js-effect_item.bounce.action {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#detail.detail .js-effect .js-effect_item.bounce:nth-of-type(13) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

/* ==========================================================================
 #components
========================================================================== */
/* #parts
----------------------------------------------------------------- */
#pagenavi.pagenavi {
  position: fixed;
  top: 30%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
#pagenavi.pagenavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pagenavi.pagenavi ul a {
  width: 10.8rem;
  height: 6.5rem;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6rem;
  letter-spacing: 0.03em;
  color: #523729;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1rem;
  position: relative;
}
#pagenavi.pagenavi ul a.pagenavi-item {
  background-color: #FFF9CC;
  margin-bottom: 0.5rem;
}
#pagenavi.pagenavi ul a.pagenavi-detail {
  background-color: #C0E1F2;
}
#pagenavi.pagenavi ul a.pagenavi-styling {
  background-color: #DAECCE;
}
#pagenavi.pagenavi ul a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.3rem;
  height: 0.8rem;
  background-image: url(../img/nav-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#campain_nav {
  display: none;
  width: 10.8rem;
  height: auto;
  position: fixed;
  top: 43%;
  right: 0;
}

#gotop.gotop {
  display: none;
  width: 7.1rem;
  height: auto;
  position: fixed;
  bottom: 5%;
  right: 1rem;
}
#gotop.gotop span {
  text-align: center;
  display: block;
  font-size: 1.25rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  #pagenavi.pagenavi {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: none;
  }
  #pagenavi.pagenavi ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #pagenavi.pagenavi ul a {
    width: 33.3333333333vw;
    height: 10.6666666667vw;
    display: block;
    text-align: center;
    font-size: 4vw;
    line-height: 10.6666666667vw;
    letter-spacing: 0.03em;
    color: #523729;
    font-weight: 500;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0;
    position: relative;
  }
  #pagenavi.pagenavi ul a.pagenavi-item {
    background-color: #FFF9CC;
    margin-bottom: 0;
  }
  #pagenavi.pagenavi ul a.pagenavi-detail {
    background-color: #C0E1F2;
  }
  #pagenavi.pagenavi ul a.pagenavi-styling {
    background-color: #DAECCE;
  }
  #pagenavi.pagenavi ul a:after {
    content: "";
    position: absolute;
    display: none;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.3rem;
    height: 0.8rem;
    background-image: url(../img/nav-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
/* #fancybox
----------------------------------------------------------------- */
.fancybox-bg {
  background-color: transparent !important;
}

.fancybox-close-small {
  color: #5b5b5b;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fancybox-close-small:hover {
  color: #5b5b5b;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .popup-content .popup-title {
    font-size: 1.9rem;
    line-height: 2.7rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
  }
  .popup-content .popup-title span {
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .popup-content .popup-title span small {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .popup-content .popup-image {
    width: 29.6rem;
    height: 21.4rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2.4rem;
    margin-bottom: 2rem;
  }
  .popup-content .popup-subtitle {
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: 0.04em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
  }
  .popup-content .popup-text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .fancybox-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .fancybox-content {
    padding: 7.5rem 4rem !important;
  }

  .fancybox-slide--html .fancybox-close-small {
    display: none !important;
  }

  .js-popup-close {
    position: absolute !important;
    right: 3rem !important;
    top: 2rem !important;
    width: 4rem !important;
    height: 4rem !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-list {
  height: 100%;
}
.slick-loading .slick-list {
  background: #fff url("././img/common/ajax-loader.gif") center center no-repeat;
}

.slick-track {
  height: 100%;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 27px;
  width: 18px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 0.85;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
  background-image: url("./img/common/arrow-left.png");
}
.slick-prev:hover {
  left: -40px;
}

.slick-next {
  right: -35px;
  background-image: url("./img/common/arrow-right.png");
}
.slick-next:hover {
  right: -40px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: static;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 28px;
  margin-bottom: 60px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: auto;
  margin-right: 1%;
  padding: 0;
  cursor: pointer;
  width: calc((100% - 7%) / 8);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slick-dots li:nth-of-type(8n) {
  margin-right: 0;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active, .slick-dots li:hover {
  opacity: 0.7;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 27px;
    width: 18px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 30%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    color: transparent;
    opacity: 0.85;
  }
  .slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-prev {
    left: -5%;
    background-image: url("./img/common/arrow-left.png");
  }
  .slick-prev:hover {
    left: -40px;
  }

  .slick-next {
    right: -6%;
    background-image: url("./img/common/arrow-right.png");
  }
  .slick-next:hover {
    right: -40px;
  }
}
/* #openning
----------------------------------------------------------------- */
#top .image {
  opacity: 0;
  -webkit-transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}
#top .text {
  opacity: 0;
  -webkit-transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

/* ==========================================================================
 #hover
========================================================================== */
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}