@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 1.30208333vw;
}

@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
.SelectBox .SelectBox__catch, .footer__menu-list__list a {
  font-family: "Renner*", a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 300;
}
body {
  -webkit-text-size-adjust: 100%;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.6;
  color: #333;
  letter-spacing: 1.5px;
  width: 100%;
}
body.sp {
  height: auto !important;
}
body.scrollOff {
  overflow: hidden;
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

img {
  vertical-align: bottom;
  border: none;
}

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

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

sup {
  font-size: 50%;
  vertical-align: super;
  letter-spacing: 0;
}

button,
button:hover,
button:active button:focus {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

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

@media (min-width: 768px) {
  .hoverAct {
    transition: opacity 0.3s;
  }
  .hoverAct:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.hoverAct__img {
  overflow: hidden;
}
.hoverAct__img img {
  transition: transform 2s;
}
@media (min-width: 768px) {
  .hoverAct__img:hover img {
    transform: scale(1.1);
  }
}

/*-----------------------------------------------------
共通
-----------------------------------------------------*/
.sns-wrap {
  margin: 0 auto 16vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sns-wrap img {
  width: 70%;
}

.sns-list {
  width: 6%;
}
.sns-list a {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .sns-list a {
    transition: opacity 0.3s;
  }
  .sns-list a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.sns-list a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sns-list img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*-------PC小-------*/
@media (min-width: 768px) {
  .sns-wrap {
    width: 250px;
    margin: 0 auto;
  }
  .sns-wrap img {
    width: 70%;
  }

  .sns-list {
    width: 20px;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
  background: #f5f5f5;
  color: #333;
  position: relative;
  padding: 10.6666666667vw 0;
  margin-top: 29.3333333333vw;
}
.footer img {
  width: 100%;
}
.footer__inner {
  width: 78.6666666667vw;
  margin: 0 auto;
  position: relative;
}

.footer__ttl {
  width: 17.3333333333vw;
  margin: 0 auto 11.3333333333vw;
}
.footer__lang {
  position: absolute;
  top: 0;
  right: 0;
  color: #c8c8c8;
  width: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__lang__link {
  display: block;
  width: calc(50% - 1px);
  padding: 1.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
}
.footer__langLine {
  display: block;
  height: 10px;
  width: 1px;
  background: #000;
}
.footer__menu-wrap {
  width: 100%;
  margin: 0 auto 10vw;
}
.footer__menu__block {
  margin: 0 0 8vw;
  width: 100%;
}
.footer__menu__block h2 {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5.3333333333vw;
  letter-spacing: 0.15em;
}
.footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  margin: 0 -5px;
  padding: 0;
}
.footer__menu-list__list {
  width: 50%;
  margin: 0 0 2.6666666667vw 0;
}
.footer__menu-list__list span {
  display: inline-block;
  position: relative;
}
.footer__menu-list__list span:before {
  content: "";
    display: inline-block;
    background: url(../img/support/ico_window.svg) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    right: -11px;
    top: 6px;
    background-size: contain;
}
.footer__menu-list__list a {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .footer__menu-list__list a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__menu-list__list a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .footer__menu-list__list span:before {
    content: "";
      display: inline-block;
      background: url(../img/support/ico_window.svg) no-repeat;
      width: 7px;
      height: 7px;
      position: absolute;
      right: -15px;
      top: 4px;
      background-size: contain;
  }
}
.footer__copylight {
  text-align: center;
}

/*-------PC小-------*/
@media (min-width: 768px) {
  .footer {
    padding: 80px 0 50px;
    margin-top: 150px;
  }
  .footer img {
    width: 100%;
    display: block;
  }
  .footer__inner {
    width: 80%;
    max-width: 1000px;
  }
  .footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
  .footer__ttl {
    width: 130px;
    margin: 0;
  }
  .footer__lang {
    position: static;
    width: 100px;
  }
  .footer__lang__link {
    padding: 10px 0;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer__lang__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__lang__link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .footer__menu-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer__menu__block {
    margin: 0 0 60px;
  }
  .footer__menu__block h2 {
    margin: 0 0 40px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .footer__menu-list {
    display:flexbox;
  }
  .footer__menu-list__list.num01 {
    order:1;
  }
  .footer__menu-list__list.num02 {
    order:2;
  }
  .footer__menu-list__list.num03 {
    order:7;
  }
  .footer__menu-list__list.num04 {
    order:3;
  }
  .footer__menu-list__list.num05 {
    order:4;
  }
  .footer__menu-list__list.num06 {
    order:6;
  }
  .footer__menu-list__list.num07 {
    order:5;
  }
  .footer__menu-list__list.num08 {
    order:8;
  }
}
@media (min-width: 768px) {
  .footer__menu-list {
    font-size: 14px;
    justify-content: end;
  }
  .footer__menu-list__list {
    width: 33.333333%;
    margin: 0 0 15px;
  }
  .footer__menu-list__list .sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer__copylight {
    text-align: center;
    font-size: 1rem;
  }
}
