@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* -------------------------------------------- */
/* ------------------- inter ------------------ */
/* -------------------------------------------- */
/* regular */
/* medium */
/* bold */
/* extrabold */
/* -------------------------------------------- */
/* ---------------- Noto Sans JP -------------- */
/* -------------------------------------------- */
/* medium */
/* bold */
/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- font-size ----- */
.is-animation {
  -webkit-animation: fadezoom 12s 0s forwards;
          animation: fadezoom 12s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.js-fadeup {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.js-fadeup.is-inview {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

a {
  color: #333;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

path {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  background-color: #79ACD9;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.875;
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 14px;
  }
}

.header {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
}

.header .container .logo__wrap {
  padding-top: 80px;
  padding-left: calc(5% + 40px);
}

@media only screen and (max-width: 1440px) {
  .header .container .logo__wrap {
    padding-left: calc(5% + 30px);
  }
}

@media only screen and (max-width: 1250px) {
  .header .container .logo__wrap {
    padding-top: 75px;
    padding-left: 7%;
  }
}

@media only screen and (max-width: 768px) {
  .header .container .logo__wrap {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .header .container .logo__wrap {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .header .container .logo__wrap {
    padding-top: 30px;
  }
}

.header .container .logo__wrap .header-logo {
  max-width: 135px;
  width: 10%;
}

@media only screen and (max-width: 1250px) {
  .header .container .logo__wrap .header-logo {
    min-width: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .header .container .logo__wrap .header-logo {
    min-width: initial;
    max-width: 100px;
    width: 33%;
  }
}

@media only screen and (max-width: 600px) {
  .header .container .logo__wrap .header-logo {
    max-width: initial;
    width: 90px;
  }
}

@media only screen and (max-width: 400px) {
  .header .container .logo__wrap .header-logo {
    width: 80px;
  }
}

.header .container .logo__wrap .header-logo .logo {
  display: block;
}

.header .container .logo__wrap .header-logo .logo img {
  width: 100%;
}

.header .container .gnav-btn__wrap {
  width: 110px;
  position: fixed;
  z-index: 9;
  top: 75px;
  right: 7%;
}

@media only screen and (max-width: 1440px) {
  .header .container .gnav-btn__wrap {
    top: 65px;
    width: 100px;
  }
}

@media only screen and (max-width: 1250px) {
  .header .container .gnav-btn__wrap {
    top: 75px;
    right: 7%;
    width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .header .container .gnav-btn__wrap {
    top: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .header .container .gnav-btn__wrap {
    top: 40px;
    width: 71px;
  }
}

@media only screen and (max-width: 400px) {
  .header .container .gnav-btn__wrap {
    top: 30px;
  }
}

@media only screen and (max-width: 1250px) {
  .header .container .gnav-btn__wrap .sns {
    display: none;
  }
}

.header .container .gnav-btn__wrap .sns .list {
  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;
}

.header .container .gnav-btn__wrap .sns .list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49px;
  height: 49px;
  border-radius: 49px;
  border: 1px solid #707070;
  background-color: #fff;
}

@media only screen and (max-width: 1440px) {
  .header .container .gnav-btn__wrap .sns .list .item .link {
    width: 45px;
    height: 45px;
    border-radius: 49px;
  }
}

@media (hover: hover) {
  .header .container .gnav-btn__wrap .sns .list .item .link:hover {
    background-color: #79ACD9;
    border: 1px solid #79ACD9;
  }
  .header .container .gnav-btn__wrap .sns .list .item .link:hover svg path {
    fill: #fff;
  }
}

@media (hover: none) {
  .header .container .gnav-btn__wrap .sns .list .item .link:active {
    background-color: #79ACD9;
    border: 1px solid #79ACD9;
  }
  .header .container .gnav-btn__wrap .sns .list .item .link:active svg path {
    fill: #fff;
  }
}

.header .container .gnav-btn__wrap .btn {
  margin-top: 15px;
}

@media only screen and (max-width: 1250px) {
  .header .container .gnav-btn__wrap .btn {
    margin-top: 0;
  }
}

.header .container .gnav-btn__wrap .btn .menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 110px;
  border: 1px solid #707070;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
}

@media only screen and (max-width: 1440px) {
  .header .container .gnav-btn__wrap .btn .menu-btn {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 1250px) {
  .header .container .gnav-btn__wrap .btn .menu-btn {
    width: 90px;
    height: 90px;
  }
}

@media only screen and (max-width: 600px) {
  .header .container .gnav-btn__wrap .btn .menu-btn {
    width: 71px;
    height: 71px;
  }
}

@media (hover: hover) {
  .header .container .gnav-btn__wrap .btn .menu-btn:hover {
    border: 1px solid #79ACD9;
    background-color: #79ACD9;
  }
  .header .container .gnav-btn__wrap .btn .menu-btn:hover .menu__wrap .txt {
    color: #fff;
  }
  .header .container .gnav-btn__wrap .btn .menu-btn:hover .menu__wrap .line__wrap .line {
    background-color: #fff;
  }
}

@media (hover: none) {
  .header .container .gnav-btn__wrap .btn .menu-btn:active {
    border: 1px solid #79ACD9;
    background-color: #79ACD9;
  }
  .header .container .gnav-btn__wrap .btn .menu-btn:active .menu__wrap .txt {
    color: #fff;
  }
  .header .container .gnav-btn__wrap .btn .menu-btn:active .menu__wrap .line__wrap .line {
    background-color: #fff;
  }
}

.header .container .gnav-btn__wrap .btn .menu-btn .menu__wrap {
  display: block;
}

.header .container .gnav-btn__wrap .btn .menu-btn .menu__wrap .txt {
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 1250px) {
  .header .container .gnav-btn__wrap .btn .menu-btn .menu__wrap .txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .header .container .gnav-btn__wrap .btn .menu-btn .menu__wrap .txt {
    font-size: 12px;
  }
}

.header .container .gnav-btn__wrap .btn .menu-btn .menu__wrap .line__wrap {
  display: block;
  width: 50px;
  height: 33px;
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 1250px) {
  .header .container .gnav-btn__wrap .btn .menu-btn .menu__wrap .line__wrap {
    width: 40px;
    height: 26px;
  }
}

@media only screen and (max-width: 600px) {
  .header .container .gnav-btn__wrap .btn .menu-btn .menu__wrap .line__wrap {
    width: 30px;
    height: 20px;
  }
}

.header .container .gnav-btn__wrap .btn .menu-btn .menu__wrap .line__wrap .line {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  z-index: 1;
  background-color: #333;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .container .gnav-btn__wrap .btn .menu-btn .menu__wrap .line__wrap .line:nth-child(1) {
  top: 0;
  left: 0;
}

.header .container .gnav-btn__wrap .btn .menu-btn .menu__wrap .line__wrap .line:nth-child(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .container .gnav-btn__wrap .btn .menu-btn .menu__wrap .line__wrap .line:nth-child(3) {
  bottom: 0;
  left: 0;
}

.header .container .gnav-btn__wrap .btn .menu-btn.open .line__wrap {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .container .gnav-btn__wrap .btn .menu-btn.open .line__wrap .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}

@media only screen and (max-width: 1250px) {
  .header .container .gnav-btn__wrap .btn .menu-btn.open .line__wrap .line:nth-child(1) {
    top: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .header .container .gnav-btn__wrap .btn .menu-btn.open .line__wrap .line:nth-child(1) {
    top: 9px;
  }
}

.header .container .gnav-btn__wrap .btn .menu-btn.open .line__wrap .line:nth-child(2) {
  opacity: 0;
}

.header .container .gnav-btn__wrap .btn .menu-btn.open .line__wrap .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 15px;
}

@media only screen and (max-width: 1250px) {
  .header .container .gnav-btn__wrap .btn .menu-btn.open .line__wrap .line:nth-child(3) {
    bottom: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .header .container .gnav-btn__wrap .btn .menu-btn.open .line__wrap .line:nth-child(3) {
    bottom: 9px;
  }
}

.header .container .gnav__wrap {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 100%;
  width: 580px;
  height: 100vh;
  background-color: #79ACD9;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

@media only screen and (max-width: 600px) {
  .header .container .gnav__wrap {
    width: 100%;
  }
}

.header .container .gnav__wrap.open {
  left: calc(100% - 580px);
}

@media only screen and (max-width: 600px) {
  .header .container .gnav__wrap.open {
    left: 0;
  }
}

.header .container .gnav__wrap.open .gnav__inner .gnav-logo {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header .container .gnav__wrap.open .gnav__inner .gnav .list .item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header .container .gnav__wrap.open .gnav__inner .gnav .sns-list {
  opacity: 1;
}

.header .container .gnav__wrap.open .gnav__inner .other {
  left: calc(100% - 540px);
}

@media only screen and (max-width: 1440px) {
  .header .container .gnav__wrap.open .gnav__inner .other {
    left: calc(100% - 550px);
  }
}

@media only screen and (max-width: 768px) {
  .header .container .gnav__wrap.open .gnav__inner .other {
    left: calc(100% - 565px);
  }
}

@media only screen and (max-width: 600px) {
  .header .container .gnav__wrap.open .gnav__inner .other {
    left: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .header .container .gnav__wrap.open .gnav__inner .other {
    left: 12px;
  }
}

.header .container .gnav__wrap .gnav__inner {
  background-color: #fff;
  border-radius: 40px;
  position: absolute;
  z-index: 8;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  overflow: scroll;
  padding-top: 67px;
  padding-left: 40px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 1440px) {
  .header .container .gnav__wrap .gnav__inner {
    padding-top: 67px;
    border-radius: 30px;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 1250px) {
  .header .container .gnav__wrap .gnav__inner {
    padding-top: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .header .container .gnav__wrap .gnav__inner {
    padding-top: 35px;
    border-radius: 15px;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .header .container .gnav__wrap .gnav__inner {
    padding-top: 18px;
    border-radius: 12px;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

.header .container .gnav__wrap .gnav__inner .gnav-logo {
  opacity: 0;
  -webkit-transform: translate3d(-5px, 0, 0);
          transform: translate3d(-5px, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

@media only screen and (max-width: 400px) {
  .header .container .gnav__wrap .gnav__inner .gnav-logo {
    padding-top: 10px;
  }
}

.header .container .gnav__wrap .gnav__inner .gnav-logo .logo {
  width: 193px;
  display: block;
}

@media only screen and (max-width: 400px) {
  .header .container .gnav__wrap .gnav__inner .gnav-logo .logo {
    width: 120px;
  }
}

.header .container .gnav__wrap .gnav__inner .gnav-logo .logo img {
  width: 100%;
}

.header .container .gnav__wrap .gnav__inner .gnav {
  margin-top: 40px;
  padding-left: 60px;
}

@media only screen and (max-width: 600px) {
  .header .container .gnav__wrap .gnav__inner .gnav {
    padding-left: 20px;
  }
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item {
  opacity: 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(1) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(2) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(3) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(4) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(5) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(6) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(7) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(8) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(9) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(10) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(11) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:nth-child(12) {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item:not(:first-of-type) {
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  .header .container .gnav__wrap .gnav__inner .gnav .list .item:not(:first-of-type) {
    margin-top: 10px;
  }
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item.company {
  margin-top: 45px;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item.company .link span.en {
  font-size: 16px;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item.privacy .link span.en {
  font-size: 16px;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item.top .link {
  pointer-events: none;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item.top .link:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item .link {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (hover: hover) {
  .header .container .gnav__wrap .gnav__inner .gnav .list .item .link:hover {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  .header .container .gnav__wrap .gnav__inner .gnav .list .item .link:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media (hover: none) {
  .header .container .gnav__wrap .gnav__inner .gnav .list .item .link:active {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  .header .container .gnav__wrap .gnav__inner .gnav .list .item .link:active:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item .link:before {
  content: '';
  position: absolute;
  width: 95px;
  height: 2px;
  margin: auto 0;
  top: 0;
  left: -115px;
  bottom: 0;
  background-color: #333;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item .link span {
  display: block;
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item .link span.en {
  font-size: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: 0.16em;
}

@media only screen and (max-width: 600px) {
  .header .container .gnav__wrap .gnav__inner .gnav .list .item .link span.en {
    font-size: 16px;
  }
}

.header .container .gnav__wrap .gnav__inner .gnav .list .item .link span.ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
}

@media only screen and (max-width: 600px) {
  .header .container .gnav__wrap .gnav__inner .gnav .list .item .link span.ja {
    font-size: 10px;
  }
}

.header .container .gnav__wrap .gnav__inner .gnav .sns-list {
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
}

.header .container .gnav__wrap .gnav__inner .gnav .sns-list .item {
  display: inline-block;
}

.header .container .gnav__wrap .gnav__inner .gnav .sns-list .item:first-of-type {
  margin-right: 20px;
}

.header .container .gnav__wrap .gnav__inner .gnav .sns-list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47px;
  height: 47px;
  border-radius: 47px;
  border: 1px solid #707070;
  background-color: #fff;
}

@media (hover: hover) {
  .header .container .gnav__wrap .gnav__inner .gnav .sns-list .item .link:hover {
    background-color: #79ACD9;
    border: 1px solid #79ACD9;
  }
  .header .container .gnav__wrap .gnav__inner .gnav .sns-list .item .link:hover svg path {
    fill: #fff;
  }
}

@media (hover: none) {
  .header .container .gnav__wrap .gnav__inner .gnav .sns-list .item .link:active {
    background-color: #79ACD9;
    border: 1px solid #79ACD9;
  }
  .header .container .gnav__wrap .gnav__inner .gnav .sns-list .item .link:active svg path {
    fill: #fff;
  }
}

.header .container .gnav__wrap .gnav__inner .other {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: calc(100% + 40px);
  width: 500px;
  border-bottom: 40px solid #79ACD9;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

@media only screen and (max-width: 1440px) {
  .header .container .gnav__wrap .gnav__inner .other {
    width: 520px;
    left: calc(100% + 30px);
    border-bottom: 30px solid #79ACD9;
  }
}

@media only screen and (max-width: 768px) {
  .header .container .gnav__wrap .gnav__inner .other {
    width: 550px;
    left: calc(100% + 15px);
  }
}

@media only screen and (max-width: 600px) {
  .header .container .gnav__wrap .gnav__inner .other {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 400px) {
  .header .container .gnav__wrap .gnav__inner .other {
    width: calc(100% - 24px);
    left: calc(100% + 12px);
  }
}

.header .container .gnav__wrap .gnav__inner .other .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .container .gnav__wrap .gnav__inner .other .list .item {
  width: 50%;
}

.header .container .gnav__wrap .gnav__inner .other .list .item.only {
  width: 100%;
}

.header .container .gnav__wrap .gnav__inner .other .list .item .link {
  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;
  height: 60px;
}

@media only screen and (max-width: 400px) {
  .header .container .gnav__wrap .gnav__inner .other .list .item .link {
    height: 70px;
  }
}

.header .container .gnav__wrap .gnav__inner .other .list .item .link.line {
  background-color: #00B900;
}

.header .container .gnav__wrap .gnav__inner .other .list .item .link.towing {
  background-color: #E52D8A;
}

.header .container .gnav__wrap .gnav__inner .other .list .item .link .link__inner {
  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;
}

@media only screen and (max-width: 400px) {
  .header .container .gnav__wrap .gnav__inner .other .list .item .link .link__inner {
    display: block;
    text-align: center;
  }
}

.header .container .gnav__wrap .gnav__inner .other .list .item .link .link__inner .icon {
  display: block;
  padding-top: 4px;
}

@media only screen and (max-width: 400px) {
  .header .container .gnav__wrap .gnav__inner .other .list .item .link .link__inner .icon {
    padding-top: 0;
  }
}

.header .container .gnav__wrap .gnav__inner .other .list .item .link .link__inner .txt {
  display: block;
  color: #fff;
  margin: 0 25px 0 20px;
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .header .container .gnav__wrap .gnav__inner .other .list .item .link .link__inner .txt {
    margin: 0 12px 0 8px;
  }
}

@media only screen and (max-width: 400px) {
  .header .container .gnav__wrap .gnav__inner .other .list .item .link .link__inner .txt {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 12px;
  }
}

.header .container .gnav__wrap .gnav__inner .other .list .item .link .link__inner .arrow {
  display: block;
}

@media only screen and (max-width: 400px) {
  .header .container .gnav__wrap .gnav__inner .other .list .item .link .link__inner .arrow {
    display: inline-block;
  }
}

.header .container .other__wrap {
  position: fixed;
}

@media only screen and (max-width: 1250px) {
  .header .container .other__wrap {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  .header .container .other__wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.header .container .other__wrap .list .item {
  position: fixed;
  z-index: 5;
  right: 7%;
}

@media only screen and (max-width: 1250px) {
  .header .container .other__wrap .list .item {
    right: initial;
    position: static;
    width: 50%;
  }
}

.header .container .other__wrap .list .item.line {
  bottom: 30px;
}

@media only screen and (max-width: 1250px) {
  .header .container .other__wrap .list .item.line {
    bottom: initial;
  }
}

.header .container .other__wrap .list .item.line .link {
  background-color: #00B900;
}

.header .container .other__wrap .list .item.towing {
  bottom: 175px;
}

@media only screen and (max-width: 1440px) {
  .header .container .other__wrap .list .item.towing {
    bottom: 155px;
  }
}

@media only screen and (max-width: 1250px) {
  .header .container .other__wrap .list .item.towing {
    bottom: initial;
  }
}

.header .container .other__wrap .list .item.towing .link {
  background-color: #E52D8A;
}

.header .container .other__wrap .list .item.only {
  bottom: 30px;
}

@media only screen and (max-width: 1250px) {
  .header .container .other__wrap .list .item.only {
    bottom: initial;
    width: 100%;
  }
}

.header .container .other__wrap .list .item.only .link {
  background-color: #00B900;
}

.header .container .other__wrap .list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 130px;
  border-radius: 65px;
}

@media only screen and (max-width: 1440px) {
  .header .container .other__wrap .list .item .link {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 1250px) {
  .header .container .other__wrap .list .item .link {
    width: initial;
    height: 60px;
    border-radius: 0;
  }
}

@media only screen and (hover: hover) and (min-width: 1250px) {
  .header .container .other__wrap .list .item .link:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .header .container .other__wrap .list .item .link:hover .link__inner {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media only screen and (hover: none) and (min-width: 1250px) {
  .header .container .other__wrap .list .item .link:active {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .header .container .other__wrap .list .item .link:active .link__inner {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.header .container .other__wrap .list .item .link .link__inner {
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 1250px) {
  .header .container .other__wrap .list .item .link .link__inner {
    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;
  }
}

@media only screen and (max-width: 400px) {
  .header .container .other__wrap .list .item .link .link__inner {
    display: block;
    text-align: center;
  }
}

.header .container .other__wrap .list .item .link .link__inner .icon {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1250px) {
  .header .container .other__wrap .list .item .link .link__inner .icon {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 400px) {
  .header .container .other__wrap .list .item .link .link__inner .icon {
    padding-top: 0;
  }
}

.header .container .other__wrap .list .item .link .link__inner .icon svg {
  display: inline-block;
}

.header .container .other__wrap .list .item .link .link__inner .txt {
  display: block;
  text-align: center;
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 1440px) {
  .header .container .other__wrap .list .item .link .link__inner .txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1250px) {
  .header .container .other__wrap .list .item .link .link__inner .txt {
    margin: 0 25px 0 20px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .header .container .other__wrap .list .item .link .link__inner .txt {
    margin: 0 12px 0 8px;
  }
}

@media only screen and (max-width: 400px) {
  .header .container .other__wrap .list .item .link .link__inner .txt {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 12px;
  }
}

.header .container .other__wrap .list .item .link .link__inner .arrow {
  display: block;
  margin-top: 15px;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .header .container .other__wrap .list .item .link .link__inner .arrow {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1250px) {
  .header .container .other__wrap .list .item .link .link__inner .arrow {
    margin-top: 0;
  }
}

@media only screen and (max-width: 400px) {
  .header .container .other__wrap .list .item .link .link__inner .arrow {
    display: inline-block;
  }
}

.header .container .other__wrap .list .item .link .link__inner .arrow svg {
  display: inline-block;
}

.header .container .menu-bg {
  position: fixed;
  z-index: -9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: display .2s ease;
  transition: display .2s ease;
  display: none;
}

.header .container .menu-bg.open {
  z-index: 7;
}

.curtains {
  z-index: 6;
}

.curtains span {
  display: block;
  position: fixed;
  z-index: 6;
}

.curtains span.bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #79ACD9;
  z-index: -8;
}

.curtains span.top {
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #79ACD9;
}

@media only screen and (max-width: 1440px) {
  .curtains span.top {
    height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .curtains span.top {
    height: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .curtains span.top {
    height: 12px;
  }
}

.curtains span.left {
  top: 40px;
  left: 40px;
  width: 40px;
  height: 40px;
  background-image: url(../images/bg/header/topleft.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

@media only screen and (max-width: 1440px) {
  .curtains span.left {
    top: 30px;
    left: 30px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .curtains span.left {
    top: 15px;
    left: 15px;
    width: 15px;
    height: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .curtains span.left {
    top: 12px;
    left: 12px;
    width: 12px;
    height: 12px;
  }
}

.curtains span.right {
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-image: url(../images/bg/header/topright.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

@media only screen and (max-width: 1440px) {
  .curtains span.right {
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .curtains span.right {
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .curtains span.right {
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
  }
}

.main {
  border-radius: 40px 40px 0 0;
  background-color: #fff;
  margin: 40px 40px 0 40px;
}

@media only screen and (max-width: 1440px) {
  .main {
    border-radius: 30px 30px 0 0;
    margin: 30px 30px 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .main {
    border-radius: 15px 15px 0 0;
    margin: 15px 15px 0 15px;
  }
}

@media only screen and (max-width: 400px) {
  .main {
    border-radius: 12px 12px 0 0;
    margin: 12px 12px 0 12px;
  }
}

.footer-img {
  background-image: url(../images/bg/footer/footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  height: 370px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .footer-img {
    width: calc(100% - 60px);
    height: 320px;
  }
}

@media only screen and (max-width: 1250px) {
  .footer-img {
    background-image: url(../images/bg/footer/tab-footer.jpg);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 768px) {
  .footer-img {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 600px) {
  .footer-img {
    height: 200px;
    background-image: url(../images/bg/footer/sp-footer.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 400px) {
  .footer-img {
    width: calc(100% - 24px);
  }
}

.footer {
  margin: 0 40px 40px 40px;
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 70px;
  padding-bottom: 120px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .footer {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media only screen and (max-width: 1440px) {
  .footer {
    margin: 0 30px 30px 30px;
    border-radius: 0 0 30px 30px;
  }
}

@media only screen and (max-width: 1250px) {
  .footer {
    padding-bottom: 70px;
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    margin: 0 15px 75px 15px;
    border-radius: 0 0 15px 15px;
  }
}

@media only screen and (max-width: 600px) {
  .footer {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .footer {
    margin: 0 12px 100px 12px;
    border-radius: 0 0 12px 12px;
  }
}

.footer .container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.footer .container .gnav__wrap .list {
  display: inline-block;
  margin-right: 15px;
}

.footer .container .gnav__wrap .list .item {
  display: inline-block;
  border-right: 1px solid #707070;
}

.footer .container .gnav__wrap .list .item:last-of-type {
  border-right: none;
}

.footer .container .gnav__wrap .list .item .link {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  display: block;
  font-size: 13px;
  padding: 0 15px;
}

@media (hover: hover) {
  .footer .container .gnav__wrap .list .item .link:hover {
    color: #79ACD9;
  }
}

@media (hover: none) {
  .footer .container .gnav__wrap .list .item .link:active {
    color: #79ACD9;
  }
}

.footer .container .gnav__wrap .sns-list {
  display: inline-block;
}

@media only screen and (max-width: 1250px) {
  .footer .container .gnav__wrap .sns-list {
    text-align: right;
    display: block;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .gnav__wrap .sns-list {
    margin-top: 20px;
  }
}

.footer .container .gnav__wrap .sns-list .item {
  display: inline-block;
  margin: auto 0;
}

.footer .container .gnav__wrap .sns-list .item:not(:last-of-type) {
  margin-right: 30px;
}

@media only screen and (max-width: 1250px) {
  .footer .container .gnav__wrap .sns-list .item:not(:last-of-type) {
    margin-right: 15px;
  }
}

.footer .container .gnav__wrap .sns-list .item .link {
  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;
}

@media (hover: hover) {
  .footer .container .gnav__wrap .sns-list .item .link:hover svg path {
    fill: #79ACD9;
  }
}

@media (hover: none) {
  .footer .container .gnav__wrap .sns-list .item .link:active svg path {
    fill: #79ACD9;
  }
}

.footer .container .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 100px;
}

@media only screen and (max-width: 1250px) {
  .footer .container .info {
    display: block;
    margin-top: 30px;
  }
}

.footer .container .info .footer-logo {
  text-align: left;
}

@media only screen and (max-width: 1250px) {
  .footer .container .info .footer-logo {
    text-align: center;
  }
}

.footer .container .info .footer-logo .logo {
  display: inline-block;
  width: 160px;
}

.footer .container .info .footer-logo .logo .link {
  display: block;
}

.footer .container .info .footer-logo .logo .link img {
  width: 100%;
}

.footer .container .info .other-list {
  text-align: right;
}

@media only screen and (max-width: 1250px) {
  .footer .container .info .other-list {
    margin-top: 20px;
  }
}

.footer .container .info .other-list .item {
  display: inline-block;
  padding: 0 10px;
}

.footer .container .info .other-list .item:first-of-type {
  border-right: 1px solid #707070;
}

.footer .container .info .other-list .item .link {
  display: block;
  font-size: 12px;
}

@media (hover: hover) {
  .footer .container .info .other-list .item .link:hover {
    color: #79ACD9;
  }
}

@media (hover: none) {
  .footer .container .info .other-list .item .link:active {
    color: #79ACD9;
  }
}

.footer .footer-cr {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: 0;
  width: 100%;
  line-height: 40px;
}

@media only screen and (max-width: 1440px) {
  .footer .footer-cr {
    line-height: 30px;
    bottom: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .footer .footer-cr {
    line-height: 15px;
    bottom: -15px;
  }
}

@media only screen and (max-width: 400px) {
  .footer .footer-cr {
    line-height: 12px;
    bottom: -25px;
  }
}

.footer .footer-cr .cr {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .footer .footer-cr .cr {
    font-size: 12px;
  }
}

@media only screen and (max-width: 400px) {
  .footer .footer-cr .cr {
    font-size: .25vw;
  }
}

.spinner-box {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  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;
}

.spinner-box .circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  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;
  border-radius: 50%;
  background: #E52D8A;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, rgba(229, 45, 138, 0.1)), to(#e52d8a));
  background: linear-gradient(0deg, rgba(229, 45, 138, 0.1) 33%, #e52d8a 100%);
  -webkit-animation: spin .8s linear 0s infinite;
          animation: spin .8s linear 0s infinite;
}

.spinner-box .circle-border .circle-core {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}

.spinner-box .loading-logo {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 70px;
}

.spinner-box .loading-logo svg {
  width: 100%;
  display: block;
}
/*# sourceMappingURL=common.css.map */