@charset "UTF-8";
/*==============================================================
# common.scss
==============================================================*/
/*===========================================
mixin
===========================================*/
/*===========================================
color
===========================================*/
/*===========================================
container
===========================================*/
.cmn-container {
  width: 100%;
  margin: 0 auto;
}

.cmn-container__md {
  max-width: 1240px;
}

.cmn-container__sm {
  max-width: 1000px;
}

.display__pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .display__pc {
    display: none !important;
  }
}

.display__sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .display__sp {
    display: block !important;
  }
}

.display__pc-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .display__pc-flex {
    display: block;
  }
}

.display__sp-flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .display__sp-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*==============================================================
#共通css
==============================================================*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 55px;
  }
}

iframe {
  border: none;
}

a {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

a:hover {
  opacity: 0.7;
}

body {
  background: url("../img/body_bg_01.jpg");
  background-size: 100%;
}

@media screen and (min-width: 787px) {
  body {
    overflow-x: hidden;
    width: 100vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
  body {
    min-width: 1040px;
    overflow-x: scroll;
  }
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
}

@media screen and (min-width: 787px) {
  main {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  main {
    margin: 0 5.3vw;
  }
}

@media screen and (max-width: 767px) {
  footer {
    margin: 0 5.3vw;
  }
}

/*==============================================================
# 共通
==============================================================*/
/*==============================================================
# header
==============================================================*/
@media screen and (min-width: 787px) {
  header .header-wrap {
    background: url(../img/mv-bg_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 42.8vw;
  }
}

@media screen and (max-width: 767px) {
  header .header-wrap {
    background: url(../img/SP/mv-bg_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 51.73vw;
  }
}

@media screen and (min-width: 787px) {
  header .header-wrap .site-logo {
    width: 259px;
    padding: 30px 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  header .header-wrap .site-logo {
    width: 24.8vw;
    padding-top: 10px;
    margin-left: 13px;
  }
}

header .header-wrap .site-logo img {
  width: 100%;
}

header .header-wrap .title-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 787px) {
  header .header-wrap .title-logo {
    top: 11vw;
    width: 42.857vw;
  }
}

@media screen and (max-width: 767px) {
  header .header-wrap .title-logo {
    top: 10.6vw;
    width: 54.6vw;
  }
}

header .header-wrap .title-logo img {
  width: 100%;
}

/*==============================================================
# footer
==============================================================*/
@media screen and (min-width: 787px) {
  footer {
    margin-top: 166px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 39.73vw;
  }
}

footer .footer-wrap__title {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__title {
    width: 612px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__title {
    width: 82%;
    margin: 0 auto;
  }
}

footer .footer-wrap__title::before {
  content: '';
  position: absolute;
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__title::before {
    top: -57px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/footer-icon_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 49px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__title::before {
    top: -11.73vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/SP/footer-icon_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 9.06vw;
    height: 5.86vw;
  }
}

footer .footer-wrap__title::after {
  content: '';
  position: absolute;
  background: #000;
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__title::after {
    width: 52px;
    height: 5px;
    bottom: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__title::after {
    width: 9.6vw;
    height: 1.06vw;
    bottom: -6.6vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

footer .footer-wrap__title img {
  width: 100%;
}

footer .footer-wrap__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__sns {
    width: 290px;
    margin: 88px auto 0;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__sns {
    justify-content: center;
    width: 81%;
    margin: 11.73vw auto 0;
  }
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__sns .sns-item {
    margin-right: 39px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__sns .sns-item {
    margin-right: 9.3vw;
  }
}

footer .footer-wrap__sns .sns-item:last-child {
  margin-right: 0;
}

footer .footer-wrap__sns .sns-item .item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-wrap__sns .sns-item .item-link__icon {
  margin-right: 12px;
  display: block;
}
footer .footer-wrap__sns .sns-item.icon-x .item-link__icon {
  width: 30px;
}
footer .footer-wrap__sns .sns-item.icon-youtube .item-link__icon {
  width: 152px;
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__sns .sns-item .item-link__icon {
    margin-right: 3.2vw;
  }
  footer .footer-wrap__sns .sns-item.icon-x .item-link__icon {
    width: 6.2vw;
  }
  footer .footer-wrap__sns .sns-item.icon-youtube .item-link__icon {
    width: 30.2vw;
  }
}

footer .footer-wrap__sns .sns-item .item-link__icon img {
  width: 100%;
}

footer .footer-wrap__sns .sns-item .item-link__name {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__sns .sns-item .item-link__name {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__sns .sns-item .item-link__name {
    font-size: 4.26vw;
  }
}

footer .footer-wrap__download {
  text-align: center;
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__download {
    margin-top: 49px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__download {
    margin-top: 12.26vw;
  }
}

footer .footer-wrap__download .list-item {
  position: relative;
  overflow: hidden;
  background: #fff;
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__download .list-item {
    width: 770px;
    height: 80px;
    padding-left: 40px;
    margin-top: 18px;
    margin: 18px auto 0;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__download .list-item {
    width: 100%;
    height: 18.13vw;
    padding-left: 5.3vw;
    margin-top: 3.2vw;
  }
}

footer .footer-wrap__download .list-item:first-child {
  margin-top: 0;
}

footer .footer-wrap__download .list-item::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__download .list-item::after {
    right: 29px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #CD3034;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__download .list-item::after {
    right: 5.3vw;
    border-top: 1.3vw solid transparent;
    border-bottom: 1.3vw solid transparent;
    border-left: 2.13vw solid #CD3034;
  }
}

footer .footer-wrap__download .list-item__txt {
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__download .list-item__txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__download .list-item__txt {
    font-size: 4.26vw;
  }
}

footer .footer-wrap__download .list-item.hover-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  background-color: #CD3034;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

footer .footer-wrap__download .list-item.hover-item:hover .list-item__txt {
  color: #fff;
}

footer .footer-wrap__download .list-item.hover-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

footer .footer-wrap__download .list-item.hover-item:hover:after {
  border-left: 8px solid #fff;
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__download .list-item.hover-item:hover:after {
    border-left: 8px solid #fff;
  }
}

footer .footer-wrap__download .list-item.hover-item .list-item__txt:hover {
  color: #fff;
}

footer .footer-wrap__download .list-item.hidden-item {
  color: rgba(0, 0, 0, 0.35);
}

footer .footer-wrap__download .list-item.hidden-item:after {
  border-left: 8px solid #8D8D8D;
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__message {
    margin-top: 76px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__message {
    margin-top: 13.86vw;
  }
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__message .message-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__message .message-link .message-img {
    width: 256px;
    margin-right: 51px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__message .message-link .message-img {
    width: 43%;
    margin-left: 30.4vw;
  }
}

footer .footer-wrap__message .message-link .message-img img {
  width: 100%;
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__message .message-link .message-txt {
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__message .message-link .message-txt {
    font-size: 3.2vw;
    line-height: 1.83;
    margin: 5.3vw 5.3vw 0;
  }
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__logo {
    width: 224px;
    margin: 135px auto 0;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__logo {
    width: 50%;
    margin: 11.46vw auto 0;
  }
}

footer .footer-wrap__logo img {
  width: 100%;
}

footer .footer-wrap__copyright {
  text-align: center;
}

@media screen and (min-width: 787px) {
  footer .footer-wrap__copyright {
    font-size: 12px;
    margin: 47px 0 51px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap__copyright {
    font-size: 2.6vw;
    margin: 8.53vw 0 8.53vw;
  }
}
/*# sourceMappingURL=common.css.map */