@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;900&family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css");
html, body, div, span, object, iframe, embed, main,
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, u, 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, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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

blockquote, q {
  quotes: none;
}

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

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

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] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

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

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: break-all;
}

.swiper-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  width: 100%;
  height: 100%;
}

.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-slide.swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

@media screen and (min-width: 751px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}

/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

body {
  background: url(../images/common/bg_ptn_light.jpg) repeat 0 0;
  color: #222222;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}

main {
  display: block;
}

a {
  color: #222222;
  text-decoration: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.is-ie {
  display: none;
}

@media (-ms-high-contrast: none) {
  .is-ie {
    display: block;
  }
}

@media (-ms-high-contrast: none) {
  .is-not-ie {
    display: none;
  }
}

.l-container {
  position: relative;
  overflow: hidden;
}

.l-container__inner {
  position: relative;
}

@media screen and (max-width: 750px) {
  .l-sp-lg-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 472px;
  }
}

@media screen and (min-width: 751px) {
  .l-pc-md-inner {
    margin: 0 auto;
    width: 71.4%;
    max-width: 1000px;
  }
}

@media screen and (min-width: 751px) {
  .l-pc-sm-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 650px;
  }
}

@media screen and (min-width: 751px) {
  .l-pc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-main {
  position: relative;
  min-height: 50vh;
}

.l-section {
  position: relative;
  padding: 60px 0;
}

.l-section__ttl {
  position: relative;
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto 30px;
  text-align: center;
}

.is-active .l-section__ttl {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.is-active .l-section__ttl img {
  -webkit-filter: invert(0);
          filter: invert(0);
  -webkit-transition: 0.7s linear;
  transition: 0.7s linear;
  margin: 0 auto;
}

.l-section__ttl img {
  -webkit-filter: invert(1);
          filter: invert(1);
  margin: 0 auto;
}

.l-section__inner {
  position: relative;
}

.l-section__cont {
  position: relative;
}

.l-section__cont {
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .l-section__cont {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.l-bg-dark {
  background: url(../images/common/bg_ptn_dark.jpg) repeat 0 0;
  color: #ffffff;
}

.c-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  overflow-y: auto;
}

body.is-menu-open .c-nav {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.c-nav a {
  color: #ffffff;
}

.c-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background: url(../images/common/bg_ptn_dark.jpg) repeat 0 0;
  width: 100%;
  height: 100%;
}

.c-nav__bg-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 135px;
}

@media screen and (min-width: 751px) {
  .c-nav__bg-text {
    height: 270px;
  }
}

.c-nav__bg-text span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loop_bg_sp 30s infinite linear;
          animation: loop_bg_sp 30s infinite linear;
  background: url(../images/top/main_bg_txt.png) repeat-x 0 50%;
  background-size: 3050px auto;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 751px) {
  .c-nav__bg-text span {
    -webkit-animation: loop_bg_pc 30s infinite linear;
            animation: loop_bg_pc 30s infinite linear;
    background-size: 5100px auto;
  }
}

.c-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  text-align: center;
}

.c-nav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0 30px;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  .c-nav__main {
    padding: 100px 0;
  }
}

body.is-menu-open .c-nav__main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.7s 0.1s;
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.7s 0.1s;
}

.c-nav__main-item {
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
}

@media screen and (min-width: 751px) {
  .c-nav__main-item {
    font-size: 45px;
  }
}

.c-nav__main-item + .c-nav__main-item {
  margin-top: 29px;
}

.c-nav__main-inner {
  display: inline-block;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .c-nav__main-inner:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    opacity: 0.45;
    -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}

.c-nav__main-inner span {
  display: block;
  vertical-align: baseline;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

body.is-menu-open .c-nav__main-inner span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1s 0.2s;
  transition: 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1s 0.2s;
}

.c-nav__sns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 750px) {
  .c-nav__sns {
    padding: 41px 0;
  }
}

@media screen and (min-width: 751px) {
  .c-nav__sns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.c-nav__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

@media screen and (min-width: 751px) {
  .c-nav__snsList {
    position: absolute;
    right: 48px;
    bottom: 50px;
  }
}

.c-nav__snsList-item {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 30px;
}

@media screen and (min-width: 751px) {
  .c-nav__snsList-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    opacity: 0.45;
    -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}

.c-nav__snsList-item + .c-nav__snsList-item {
  margin-left: 25px;
}

.c-nav__official {
  margin-top: 20px;
  font-family: 'Barlow', sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 751px) {
  .c-nav__official {
    position: absolute;
    bottom: 45px;
    left: 49px;
    font-size: 50px;
  }
}

.c-nav__official-link {
  display: block;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@media screen and (min-width: 751px) {
  .c-nav__official-link:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    opacity: 0.45;
    -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}

.c-navBtn {
  position: fixed;
  top: 25px;
  right: 0;
  z-index: 10;
  cursor: pointer;
  padding: 10px 0;
  width: 40px;
  height: 36px;
}

@media screen and (min-width: 751px) {
  .c-navBtn {
    padding: 15px 0;
    width: 60px;
    height: 53px;
  }
}

.c-navBtn__bar {
  position: relative;
}

.c-navBtn__bar span {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: top 0.35s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.35s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1), top 0.35s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1), top 0.35s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #222222;
  width: 100%;
  height: 4px;
}

@media screen and (min-width: 751px) {
  .c-navBtn__bar span {
    height: 6px;
  }
}

body.is-menu-open .c-navBtn__bar span {
  top: 6px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: top 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), top 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), top 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  body.is-menu-open .c-navBtn__bar span {
    top: 7px;
  }
}

body.is-menu-open .c-navBtn__bar span:nth-of-type(even) {
  top: -6px;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media screen and (min-width: 751px) {
  body.is-menu-open .c-navBtn__bar span:nth-of-type(even) {
    top: -7px;
  }
}

.c-navBtn__bar span + span {
  margin-top: 8px;
}

.c-footer {
  position: relative;
  padding: 44px 29px 0;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .c-footer {
    padding: 100px 0px 100px;
  }
}

@media screen and (min-width: 751px) {
  .c-footer__banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
  }
}

.c-footer__banner-item {
  margin: 0 auto;
  max-width: 335px;
}

@media screen and (min-width: 751px) {
  .c-footer__banner-item {
    margin: 0 15px;
    width: 100%;
    max-width: 461px;
  }
}

@media screen and (max-width: 750px) {
  .c-footer__banner-item + .c-footer__banner-item {
    margin-top: 10px;
  }
}

.c-footer__banner-link {
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  transition: transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  transition: transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s, -webkit-transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
}

@media screen and (min-width: 751px) {
  .c-footer__banner-link:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.c-footer__social {
  margin-top: 40px;
}

@media screen and (min-width: 751px) {
  .c-footer__social {
    margin-top: 102px;
  }
}

.c-footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-footer__social-item {
  width: 30px;
}

@media screen and (min-width: 751px) {
  .c-footer__social-item {
    width: 32px;
  }
}

.c-footer__social-item + .c-footer__social-item {
  margin-left: 25px;
}

.c-footer__social-link {
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  transition: transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  transition: transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s, -webkit-transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
}

@media screen and (min-width: 751px) {
  .c-footer__social-link:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.c-footer__link {
  margin-top: 20px;
  font-weight: 900;
}

@media screen and (min-width: 751px) {
  .c-footer__link {
    margin-top: 30px;
  }
}

.c-footer__link-item {
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 751px) {
  .c-footer__link-item {
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}

.c-footer__link-item--ja {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 751px) {
  .c-footer__link-item--ja {
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}

@media screen and (max-width: 750px) {
  .c-footer__link-item + .c-footer__link-item {
    margin-top: 17px;
  }
}

@media screen and (min-width: 751px) {
  .c-footer__link-item + .c-footer__link-item {
    margin-top: 30px;
  }
}

.c-footer__link-link {
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  transition: transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  transition: transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s, -webkit-transform 0.8s cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
}

@media screen and (min-width: 751px) {
  .c-footer__link-link:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.c-footer__copy {
  margin-top: 20px;
  font-family: 'Barlow', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media screen and (min-width: 751px) {
  .c-footer__copy {
    margin-top: 41px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
  }
}

.c-footer__pagetop {
  position: relative;
  cursor: pointer;
  margin: 46px auto 0;
  width: 33px;
}

@media screen and (min-width: 751px) {
  .c-footer__pagetop:hover {
    -webkit-animation: biribiri 0.1s infinite;
            animation: biribiri 0.1s infinite;
  }
}

@media screen and (min-width: 751px) {
  .c-footer__pagetop {
    position: absolute;
    right: 47px;
    bottom: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.24, 0.63, 0.42, 0.98);
    transition: -webkit-transform 0.3s cubic-bezier(0.24, 0.63, 0.42, 0.98);
    transition: transform 0.3s cubic-bezier(0.24, 0.63, 0.42, 0.98);
    transition: transform 0.3s cubic-bezier(0.24, 0.63, 0.42, 0.98), -webkit-transform 0.3s cubic-bezier(0.24, 0.63, 0.42, 0.98);
    width: 46px;
  }
}

.c-footer__pagetop:hover {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-clean {
  position: relative;
  margin: 0 auto;
  padding: 38px 0;
  max-width: 790px;
}

@media screen and (min-width: 751px) {
  .c-clean {
    padding: 46px 0 48px;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .c-clean__inner {
    margin: 0 auto;
    width: 86%;
  }
}

@media screen and (min-width: 751px) {
  .c-clean__inner {
    padding: 0 5%;
  }
}

.c-clean__head {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 751px) {
  .c-clean__head {
    font-size: 18px;
  }
}

.c-clean__desc {
  font-size: 12.5px;
  letter-spacing: 0.09em;
  line-height: 1.56;
}

@media screen and (min-width: 751px) {
  .c-clean__desc {
    font-size: 14px;
    line-height: 1.75;
  }
}

.c-clean__partner {
  margin: 17px auto 0;
  width: 80%;
  max-width: 379px;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  overflow: hidden;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 751px) {
  .c-btn {
    padding-bottom: 3px;
    height: 62px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.c-btn.is-disabled {
  background-color: #9e9e9e;
  pointer-events: none;
  color: #696969;
}

.c-btn.is-disabled::before, .c-btn.is-disabled::after {
  content: none;
}

.c-btn::before, .c-btn::after {
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  margin-top: -15px;
  background: url(../images/common/btn_cart.svg) no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 30px;
  content: "";
}

@media screen and (min-width: 751px) {
  .c-btn::before, .c-btn::after {
    width: 22px;
  }
}

.c-btn::before {
  left: 20px;
  -webkit-transform: translate(-250%, 0);
      -ms-transform: translate(-250%, 0);
          transform: translate(-250%, 0);
}

@media screen and (min-width: 751px) {
  .c-btn::before {
    left: 26px;
  }
}

.c-btn::after {
  right: 20px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 751px) {
  .c-btn::after {
    right: 26px;
  }
}

@media screen and (min-width: 751px) {
  .c-btn:hover::before {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .c-btn:hover::after {
    -webkit-transform: translate(250%, 0);
        -ms-transform: translate(250%, 0);
            transform: translate(250%, 0);
  }
}

.c-note {
  font-size: 11px;
  line-height: 1.85;
}

@media screen and (min-width: 751px) {
  .c-note {
    font-size: 13.5px;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.c-note.-indent > li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-note .font_sizelb {
  font-size: 14px;
  line-height: 1.85;
}

@media screen and (min-width: 751px) {
  .c-note .font_sizelb {
    font-size: 16.5px;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.c-btn-guide {
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .c-btn-guide:hover .c-btn-guide__link {
    background-color: #ee9100;
  }
}

.c-btn-guide__link {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 14px 10px;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .c-btn-guide__link {
    border-radius: 10px;
    padding: 18px 10px;
    font-size: 17.5px;
    line-height: 1.58;
  }
}

.c-btn-guide__link::before {
  position: absolute;
  top: 0;
  left: 22px;
  background: url(../images/common/btn_attention.png) no-repeat 0 50%;
  background-size: contain;
  width: 29px;
  height: 100%;
  content: "";
}

@media screen and (min-width: 751px) {
  .c-btn-guide__link::before {
    left: 23px;
    width: 38px;
  }
}

.c-btn-guide__text {
  padding-left: 5px;
}

@media screen and (min-width: 751px) {
  .c-btn-guide__text {
    margin-left: 10px;
  }
}

.c-btn-guide.-orange .c-btn-guide__link {
  background-color: #ee9100;
}

@media screen and (min-width: 751px) {
  .c-btn-guide.-orange:hover .c-btn-guide__link {
    background-color: #ffffff;
  }
}

.c-linkarea {
  display: block;
  position: relative;
  background-color: rgba(34, 34, 34, 0.8);
  padding: 25px 5px 31px;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (min-width: 751px) {
  .c-linkarea {
    padding: 46px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.95;
  }
}

.c-linkarea a {
  color: #ee9100;
}

.c-price {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 7px;
  font-size: 17.5px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .c-price {
    font-size: 26.5px;
    font-weight: 700;
  }
}

.c-price::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  background-color: rgba(238, 145, 0, 0.3);
  width: 100%;
  height: 15px;
  content: "";
}

@media screen and (min-width: 751px) {
  .c-price::before {
    height: 23px;
  }
}

.c-price .t-big {
  vertical-align: baseline;
  padding: 0 4px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 751px) {
  .c-price .t-big {
    padding: 0 4px 0 10px;
    font-size: 52px;
  }
}

@-webkit-keyframes flash {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@-webkit-keyframes barAnime {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes barAnime {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loop_bg_sp {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -3050px 50%;
  }
}

@keyframes loop_bg_sp {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -3050px 50%;
  }
}

@-webkit-keyframes loop_bg_pc {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -5100px 50%;
  }
}

@keyframes loop_bg_pc {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -5100px 50%;
  }
}

@-webkit-keyframes hop {
  0% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  1% {
    -webkit-transform: translate(0, -1.57%);
            transform: translate(0, -1.57%);
  }
  2% {
    -webkit-transform: translate(0, -3.07%);
            transform: translate(0, -3.07%);
  }
  3% {
    -webkit-transform: translate(0, -4.51%);
            transform: translate(0, -4.51%);
  }
  4% {
    -webkit-transform: translate(0, -5.89%);
            transform: translate(0, -5.89%);
  }
  5% {
    -webkit-transform: translate(0, -7.2%);
            transform: translate(0, -7.2%);
  }
  6% {
    -webkit-transform: translate(0, -8.45%);
            transform: translate(0, -8.45%);
  }
  7% {
    -webkit-transform: translate(0, -9.63%);
            transform: translate(0, -9.63%);
  }
  8% {
    -webkit-transform: translate(0, -10.75%);
            transform: translate(0, -10.75%);
  }
  9% {
    -webkit-transform: translate(0, -11.81%);
            transform: translate(0, -11.81%);
  }
  10% {
    -webkit-transform: translate(0, -12.8%);
            transform: translate(0, -12.8%);
  }
  11% {
    -webkit-transform: translate(0, -13.73%);
            transform: translate(0, -13.73%);
  }
  12% {
    -webkit-transform: translate(0, -14.59%);
            transform: translate(0, -14.59%);
  }
  13% {
    -webkit-transform: translate(0, -15.39%);
            transform: translate(0, -15.39%);
  }
  14% {
    -webkit-transform: translate(0, -16.13%);
            transform: translate(0, -16.13%);
  }
  15% {
    -webkit-transform: translate(0, -16.8%);
            transform: translate(0, -16.8%);
  }
  16% {
    -webkit-transform: translate(0, -17.41%);
            transform: translate(0, -17.41%);
  }
  17% {
    -webkit-transform: translate(0, -17.95%);
            transform: translate(0, -17.95%);
  }
  18% {
    -webkit-transform: translate(0, -18.43%);
            transform: translate(0, -18.43%);
  }
  19% {
    -webkit-transform: translate(0, -18.85%);
            transform: translate(0, -18.85%);
  }
  20% {
    -webkit-transform: translate(0, -19.2%);
            transform: translate(0, -19.2%);
  }
  21% {
    -webkit-transform: translate(0, -19.49%);
            transform: translate(0, -19.49%);
  }
  22% {
    -webkit-transform: translate(0, -19.71%);
            transform: translate(0, -19.71%);
  }
  23% {
    -webkit-transform: translate(0, -19.87%);
            transform: translate(0, -19.87%);
  }
  24% {
    -webkit-transform: translate(0, -19.97%);
            transform: translate(0, -19.97%);
  }
  25% {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
  26% {
    -webkit-transform: translate(0, -19.97%);
            transform: translate(0, -19.97%);
  }
  27% {
    -webkit-transform: translate(0, -19.87%);
            transform: translate(0, -19.87%);
  }
  28% {
    -webkit-transform: translate(0, -19.71%);
            transform: translate(0, -19.71%);
  }
  29% {
    -webkit-transform: translate(0, -19.49%);
            transform: translate(0, -19.49%);
  }
  30% {
    -webkit-transform: translate(0, -19.2%);
            transform: translate(0, -19.2%);
  }
  31% {
    -webkit-transform: translate(0, -18.85%);
            transform: translate(0, -18.85%);
  }
  32% {
    -webkit-transform: translate(0, -18.43%);
            transform: translate(0, -18.43%);
  }
  33% {
    -webkit-transform: translate(0, -17.95%);
            transform: translate(0, -17.95%);
  }
  34% {
    -webkit-transform: translate(0, -17.41%);
            transform: translate(0, -17.41%);
  }
  35% {
    -webkit-transform: translate(0, -16.8%);
            transform: translate(0, -16.8%);
  }
  36% {
    -webkit-transform: translate(0, -16.13%);
            transform: translate(0, -16.13%);
  }
  37% {
    -webkit-transform: translate(0, -15.39%);
            transform: translate(0, -15.39%);
  }
  38% {
    -webkit-transform: translate(0, -14.59%);
            transform: translate(0, -14.59%);
  }
  39% {
    -webkit-transform: translate(0, -13.73%);
            transform: translate(0, -13.73%);
  }
  40% {
    -webkit-transform: translate(0, -12.8%);
            transform: translate(0, -12.8%);
  }
  41% {
    -webkit-transform: translate(0, -11.81%);
            transform: translate(0, -11.81%);
  }
  42% {
    -webkit-transform: translate(0, -10.75%);
            transform: translate(0, -10.75%);
  }
  43% {
    -webkit-transform: translate(0, -9.63%);
            transform: translate(0, -9.63%);
  }
  44% {
    -webkit-transform: translate(0, -8.45%);
            transform: translate(0, -8.45%);
  }
  45% {
    -webkit-transform: translate(0, -7.2%);
            transform: translate(0, -7.2%);
  }
  46% {
    -webkit-transform: translate(0, -5.89%);
            transform: translate(0, -5.89%);
  }
  47% {
    -webkit-transform: translate(0, -4.51%);
            transform: translate(0, -4.51%);
  }
  48% {
    -webkit-transform: translate(0, -3.07%);
            transform: translate(0, -3.07%);
  }
  49% {
    -webkit-transform: translate(0, -1.57%);
            transform: translate(0, -1.57%);
  }
  50% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  51% {
    -webkit-transform: translate(0, -1.57%);
            transform: translate(0, -1.57%);
  }
  52% {
    -webkit-transform: translate(0, -3.07%);
            transform: translate(0, -3.07%);
  }
  53% {
    -webkit-transform: translate(0, -4.51%);
            transform: translate(0, -4.51%);
  }
  54% {
    -webkit-transform: translate(0, -5.89%);
            transform: translate(0, -5.89%);
  }
  55% {
    -webkit-transform: translate(0, -7.2%);
            transform: translate(0, -7.2%);
  }
  56% {
    -webkit-transform: translate(0, -8.45%);
            transform: translate(0, -8.45%);
  }
  57% {
    -webkit-transform: translate(0, -9.63%);
            transform: translate(0, -9.63%);
  }
  58% {
    -webkit-transform: translate(0, -10.75%);
            transform: translate(0, -10.75%);
  }
  59% {
    -webkit-transform: translate(0, -11.81%);
            transform: translate(0, -11.81%);
  }
  60% {
    -webkit-transform: translate(0, -12.8%);
            transform: translate(0, -12.8%);
  }
  61% {
    -webkit-transform: translate(0, -13.73%);
            transform: translate(0, -13.73%);
  }
  62% {
    -webkit-transform: translate(0, -14.59%);
            transform: translate(0, -14.59%);
  }
  63% {
    -webkit-transform: translate(0, -15.39%);
            transform: translate(0, -15.39%);
  }
  64% {
    -webkit-transform: translate(0, -16.13%);
            transform: translate(0, -16.13%);
  }
  65% {
    -webkit-transform: translate(0, -16.8%);
            transform: translate(0, -16.8%);
  }
  66% {
    -webkit-transform: translate(0, -17.41%);
            transform: translate(0, -17.41%);
  }
  67% {
    -webkit-transform: translate(0, -17.95%);
            transform: translate(0, -17.95%);
  }
  68% {
    -webkit-transform: translate(0, -18.43%);
            transform: translate(0, -18.43%);
  }
  69% {
    -webkit-transform: translate(0, -18.85%);
            transform: translate(0, -18.85%);
  }
  70% {
    -webkit-transform: translate(0, -19.2%);
            transform: translate(0, -19.2%);
  }
  71% {
    -webkit-transform: translate(0, -19.49%);
            transform: translate(0, -19.49%);
  }
  72% {
    -webkit-transform: translate(0, -19.71%);
            transform: translate(0, -19.71%);
  }
  73% {
    -webkit-transform: translate(0, -19.87%);
            transform: translate(0, -19.87%);
  }
  74% {
    -webkit-transform: translate(0, -19.97%);
            transform: translate(0, -19.97%);
  }
  75% {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
  76% {
    -webkit-transform: translate(0, -19.97%);
            transform: translate(0, -19.97%);
  }
  77% {
    -webkit-transform: translate(0, -19.87%);
            transform: translate(0, -19.87%);
  }
  78% {
    -webkit-transform: translate(0, -19.71%);
            transform: translate(0, -19.71%);
  }
  79% {
    -webkit-transform: translate(0, -19.49%);
            transform: translate(0, -19.49%);
  }
  80% {
    -webkit-transform: translate(0, -19.2%);
            transform: translate(0, -19.2%);
  }
  81% {
    -webkit-transform: translate(0, -18.85%);
            transform: translate(0, -18.85%);
  }
  82% {
    -webkit-transform: translate(0, -18.43%);
            transform: translate(0, -18.43%);
  }
  83% {
    -webkit-transform: translate(0, -17.95%);
            transform: translate(0, -17.95%);
  }
  84% {
    -webkit-transform: translate(0, -17.41%);
            transform: translate(0, -17.41%);
  }
  85% {
    -webkit-transform: translate(0, -16.8%);
            transform: translate(0, -16.8%);
  }
  86% {
    -webkit-transform: translate(0, -16.13%);
            transform: translate(0, -16.13%);
  }
  87% {
    -webkit-transform: translate(0, -15.39%);
            transform: translate(0, -15.39%);
  }
  88% {
    -webkit-transform: translate(0, -14.59%);
            transform: translate(0, -14.59%);
  }
  89% {
    -webkit-transform: translate(0, -13.73%);
            transform: translate(0, -13.73%);
  }
  90% {
    -webkit-transform: translate(0, -12.8%);
            transform: translate(0, -12.8%);
  }
  91% {
    -webkit-transform: translate(0, -11.81%);
            transform: translate(0, -11.81%);
  }
  92% {
    -webkit-transform: translate(0, -10.75%);
            transform: translate(0, -10.75%);
  }
  93% {
    -webkit-transform: translate(0, -9.63%);
            transform: translate(0, -9.63%);
  }
  94% {
    -webkit-transform: translate(0, -8.45%);
            transform: translate(0, -8.45%);
  }
  95% {
    -webkit-transform: translate(0, -7.2%);
            transform: translate(0, -7.2%);
  }
  96% {
    -webkit-transform: translate(0, -5.89%);
            transform: translate(0, -5.89%);
  }
  97% {
    -webkit-transform: translate(0, -4.51%);
            transform: translate(0, -4.51%);
  }
  98% {
    -webkit-transform: translate(0, -3.07%);
            transform: translate(0, -3.07%);
  }
  99% {
    -webkit-transform: translate(0, -1.57%);
            transform: translate(0, -1.57%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

@keyframes hop {
  0% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  1% {
    -webkit-transform: translate(0, -1.57%);
            transform: translate(0, -1.57%);
  }
  2% {
    -webkit-transform: translate(0, -3.07%);
            transform: translate(0, -3.07%);
  }
  3% {
    -webkit-transform: translate(0, -4.51%);
            transform: translate(0, -4.51%);
  }
  4% {
    -webkit-transform: translate(0, -5.89%);
            transform: translate(0, -5.89%);
  }
  5% {
    -webkit-transform: translate(0, -7.2%);
            transform: translate(0, -7.2%);
  }
  6% {
    -webkit-transform: translate(0, -8.45%);
            transform: translate(0, -8.45%);
  }
  7% {
    -webkit-transform: translate(0, -9.63%);
            transform: translate(0, -9.63%);
  }
  8% {
    -webkit-transform: translate(0, -10.75%);
            transform: translate(0, -10.75%);
  }
  9% {
    -webkit-transform: translate(0, -11.81%);
            transform: translate(0, -11.81%);
  }
  10% {
    -webkit-transform: translate(0, -12.8%);
            transform: translate(0, -12.8%);
  }
  11% {
    -webkit-transform: translate(0, -13.73%);
            transform: translate(0, -13.73%);
  }
  12% {
    -webkit-transform: translate(0, -14.59%);
            transform: translate(0, -14.59%);
  }
  13% {
    -webkit-transform: translate(0, -15.39%);
            transform: translate(0, -15.39%);
  }
  14% {
    -webkit-transform: translate(0, -16.13%);
            transform: translate(0, -16.13%);
  }
  15% {
    -webkit-transform: translate(0, -16.8%);
            transform: translate(0, -16.8%);
  }
  16% {
    -webkit-transform: translate(0, -17.41%);
            transform: translate(0, -17.41%);
  }
  17% {
    -webkit-transform: translate(0, -17.95%);
            transform: translate(0, -17.95%);
  }
  18% {
    -webkit-transform: translate(0, -18.43%);
            transform: translate(0, -18.43%);
  }
  19% {
    -webkit-transform: translate(0, -18.85%);
            transform: translate(0, -18.85%);
  }
  20% {
    -webkit-transform: translate(0, -19.2%);
            transform: translate(0, -19.2%);
  }
  21% {
    -webkit-transform: translate(0, -19.49%);
            transform: translate(0, -19.49%);
  }
  22% {
    -webkit-transform: translate(0, -19.71%);
            transform: translate(0, -19.71%);
  }
  23% {
    -webkit-transform: translate(0, -19.87%);
            transform: translate(0, -19.87%);
  }
  24% {
    -webkit-transform: translate(0, -19.97%);
            transform: translate(0, -19.97%);
  }
  25% {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
  26% {
    -webkit-transform: translate(0, -19.97%);
            transform: translate(0, -19.97%);
  }
  27% {
    -webkit-transform: translate(0, -19.87%);
            transform: translate(0, -19.87%);
  }
  28% {
    -webkit-transform: translate(0, -19.71%);
            transform: translate(0, -19.71%);
  }
  29% {
    -webkit-transform: translate(0, -19.49%);
            transform: translate(0, -19.49%);
  }
  30% {
    -webkit-transform: translate(0, -19.2%);
            transform: translate(0, -19.2%);
  }
  31% {
    -webkit-transform: translate(0, -18.85%);
            transform: translate(0, -18.85%);
  }
  32% {
    -webkit-transform: translate(0, -18.43%);
            transform: translate(0, -18.43%);
  }
  33% {
    -webkit-transform: translate(0, -17.95%);
            transform: translate(0, -17.95%);
  }
  34% {
    -webkit-transform: translate(0, -17.41%);
            transform: translate(0, -17.41%);
  }
  35% {
    -webkit-transform: translate(0, -16.8%);
            transform: translate(0, -16.8%);
  }
  36% {
    -webkit-transform: translate(0, -16.13%);
            transform: translate(0, -16.13%);
  }
  37% {
    -webkit-transform: translate(0, -15.39%);
            transform: translate(0, -15.39%);
  }
  38% {
    -webkit-transform: translate(0, -14.59%);
            transform: translate(0, -14.59%);
  }
  39% {
    -webkit-transform: translate(0, -13.73%);
            transform: translate(0, -13.73%);
  }
  40% {
    -webkit-transform: translate(0, -12.8%);
            transform: translate(0, -12.8%);
  }
  41% {
    -webkit-transform: translate(0, -11.81%);
            transform: translate(0, -11.81%);
  }
  42% {
    -webkit-transform: translate(0, -10.75%);
            transform: translate(0, -10.75%);
  }
  43% {
    -webkit-transform: translate(0, -9.63%);
            transform: translate(0, -9.63%);
  }
  44% {
    -webkit-transform: translate(0, -8.45%);
            transform: translate(0, -8.45%);
  }
  45% {
    -webkit-transform: translate(0, -7.2%);
            transform: translate(0, -7.2%);
  }
  46% {
    -webkit-transform: translate(0, -5.89%);
            transform: translate(0, -5.89%);
  }
  47% {
    -webkit-transform: translate(0, -4.51%);
            transform: translate(0, -4.51%);
  }
  48% {
    -webkit-transform: translate(0, -3.07%);
            transform: translate(0, -3.07%);
  }
  49% {
    -webkit-transform: translate(0, -1.57%);
            transform: translate(0, -1.57%);
  }
  50% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  51% {
    -webkit-transform: translate(0, -1.57%);
            transform: translate(0, -1.57%);
  }
  52% {
    -webkit-transform: translate(0, -3.07%);
            transform: translate(0, -3.07%);
  }
  53% {
    -webkit-transform: translate(0, -4.51%);
            transform: translate(0, -4.51%);
  }
  54% {
    -webkit-transform: translate(0, -5.89%);
            transform: translate(0, -5.89%);
  }
  55% {
    -webkit-transform: translate(0, -7.2%);
            transform: translate(0, -7.2%);
  }
  56% {
    -webkit-transform: translate(0, -8.45%);
            transform: translate(0, -8.45%);
  }
  57% {
    -webkit-transform: translate(0, -9.63%);
            transform: translate(0, -9.63%);
  }
  58% {
    -webkit-transform: translate(0, -10.75%);
            transform: translate(0, -10.75%);
  }
  59% {
    -webkit-transform: translate(0, -11.81%);
            transform: translate(0, -11.81%);
  }
  60% {
    -webkit-transform: translate(0, -12.8%);
            transform: translate(0, -12.8%);
  }
  61% {
    -webkit-transform: translate(0, -13.73%);
            transform: translate(0, -13.73%);
  }
  62% {
    -webkit-transform: translate(0, -14.59%);
            transform: translate(0, -14.59%);
  }
  63% {
    -webkit-transform: translate(0, -15.39%);
            transform: translate(0, -15.39%);
  }
  64% {
    -webkit-transform: translate(0, -16.13%);
            transform: translate(0, -16.13%);
  }
  65% {
    -webkit-transform: translate(0, -16.8%);
            transform: translate(0, -16.8%);
  }
  66% {
    -webkit-transform: translate(0, -17.41%);
            transform: translate(0, -17.41%);
  }
  67% {
    -webkit-transform: translate(0, -17.95%);
            transform: translate(0, -17.95%);
  }
  68% {
    -webkit-transform: translate(0, -18.43%);
            transform: translate(0, -18.43%);
  }
  69% {
    -webkit-transform: translate(0, -18.85%);
            transform: translate(0, -18.85%);
  }
  70% {
    -webkit-transform: translate(0, -19.2%);
            transform: translate(0, -19.2%);
  }
  71% {
    -webkit-transform: translate(0, -19.49%);
            transform: translate(0, -19.49%);
  }
  72% {
    -webkit-transform: translate(0, -19.71%);
            transform: translate(0, -19.71%);
  }
  73% {
    -webkit-transform: translate(0, -19.87%);
            transform: translate(0, -19.87%);
  }
  74% {
    -webkit-transform: translate(0, -19.97%);
            transform: translate(0, -19.97%);
  }
  75% {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
  76% {
    -webkit-transform: translate(0, -19.97%);
            transform: translate(0, -19.97%);
  }
  77% {
    -webkit-transform: translate(0, -19.87%);
            transform: translate(0, -19.87%);
  }
  78% {
    -webkit-transform: translate(0, -19.71%);
            transform: translate(0, -19.71%);
  }
  79% {
    -webkit-transform: translate(0, -19.49%);
            transform: translate(0, -19.49%);
  }
  80% {
    -webkit-transform: translate(0, -19.2%);
            transform: translate(0, -19.2%);
  }
  81% {
    -webkit-transform: translate(0, -18.85%);
            transform: translate(0, -18.85%);
  }
  82% {
    -webkit-transform: translate(0, -18.43%);
            transform: translate(0, -18.43%);
  }
  83% {
    -webkit-transform: translate(0, -17.95%);
            transform: translate(0, -17.95%);
  }
  84% {
    -webkit-transform: translate(0, -17.41%);
            transform: translate(0, -17.41%);
  }
  85% {
    -webkit-transform: translate(0, -16.8%);
            transform: translate(0, -16.8%);
  }
  86% {
    -webkit-transform: translate(0, -16.13%);
            transform: translate(0, -16.13%);
  }
  87% {
    -webkit-transform: translate(0, -15.39%);
            transform: translate(0, -15.39%);
  }
  88% {
    -webkit-transform: translate(0, -14.59%);
            transform: translate(0, -14.59%);
  }
  89% {
    -webkit-transform: translate(0, -13.73%);
            transform: translate(0, -13.73%);
  }
  90% {
    -webkit-transform: translate(0, -12.8%);
            transform: translate(0, -12.8%);
  }
  91% {
    -webkit-transform: translate(0, -11.81%);
            transform: translate(0, -11.81%);
  }
  92% {
    -webkit-transform: translate(0, -10.75%);
            transform: translate(0, -10.75%);
  }
  93% {
    -webkit-transform: translate(0, -9.63%);
            transform: translate(0, -9.63%);
  }
  94% {
    -webkit-transform: translate(0, -8.45%);
            transform: translate(0, -8.45%);
  }
  95% {
    -webkit-transform: translate(0, -7.2%);
            transform: translate(0, -7.2%);
  }
  96% {
    -webkit-transform: translate(0, -5.89%);
            transform: translate(0, -5.89%);
  }
  97% {
    -webkit-transform: translate(0, -4.51%);
            transform: translate(0, -4.51%);
  }
  98% {
    -webkit-transform: translate(0, -3.07%);
            transform: translate(0, -3.07%);
  }
  99% {
    -webkit-transform: translate(0, -1.57%);
            transform: translate(0, -1.57%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

@-webkit-keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes flash {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes rotate_2 {
  0% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate_2 {
  0% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes mozart_line {
  0% {
    stroke-dashoffset: 1750;
  }
  10% {
    stroke-dashoffset: 2000;
  }
}

@keyframes mozart_line {
  0% {
    stroke-dashoffset: 1750;
  }
  10% {
    stroke-dashoffset: 2000;
  }
}

.m-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 20;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.is-open-img .m-img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  pointer-events: auto;
}

.m-img__bg {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  background-color: #222222;
  width: 100%;
  height: 100%;
  content: '';
}

.m-img__main {
  position: relative;
}

@media screen and (max-width: 750px) {
  .m-img__main {
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .m-img__item--2item {
    margin: 0 auto;
    width: 60%;
  }
}

@media screen and (min-width: 751px) {
  .m-img__item {
    width: 70vh;
    max-width: 550px;
  }
  .m-img__item--2item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 141vh;
    max-width: 1140px;
  }
}

.m-img__item.is-off {
  display: none;
}

.m-img__item img {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .m-img__inner {
    margin: 0 20px;
  }
  .m-img__inner:first-child {
    margin-left: 0;
  }
  .m-img__inner:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .m-img__inner + .m-img__inner {
    margin-top: 10px;
  }
}

.m-img__close {
  position: absolute;
  top: -80px;
  right: 0;
  cursor: pointer;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 750px) {
  .m-img__close {
    top: -60px;
    right: 0;
    width: 61px;
    height: 61px;
  }
}

@media screen and (min-width: 751px) {
  .m-img__close:hover::before {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.m-img__close-inner::before, .m-img__close-inner::after {
  position: absolute;
  top: 29px;
  left: 19px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  width: 40px;
  height: 3px;
  content: "";
}

@media screen and (min-width: 751px) {
  .m-img__close-inner::before, .m-img__close-inner::after {
    top: 38px;
    left: 24px;
    width: 60px;
    height: 4px;
  }
}

.m-img__close-inner::before {
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}

.m-img__close-inner::after {
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
/*# sourceMappingURL=mtry2020.default.css.map */
