@charset "UTF-8";
/*==============================
        ==========スマホ非表示===========
        ==============================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sm {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .pc_2 {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .sm_2 {
    display: none;
  }
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  width: 100%;
  height: 100%;
  font-size: 1.4em;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  background-color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
}

body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/haikeikazari.svg);
  background-size: 200%;
  background-position: center 45vw;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (min-width: 769px) {
  body::before {
    background-size: 100%;
    background-position: center 0;
  }
}

header {
  height: 50vw;
  font-size: 1.2em;
  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;
  text-align: center;
  margin: 0;
}

header img.header_img_1 {
  width: 26vw;
}

header img.header_img_2 {
  margin-top: 1rem;
  width: 36vw;
}

@media screen and (min-width: 769px) {
  header {
    height: 145px;
    max-width: 1025px;
    margin: 0 auto;
  }
  header .header_list_wrap {
    width: 100%;
    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;
    padding: 0 20px;
  }
  header .header_list_wrap h1 img.header_img_1 {
    width: 6.2vw;
    max-width: 63px;
    margin-bottom: -15px;
  }
  header .header_list_wrap h1 img.header_img_2 {
    width: 20vw;
    max-width: 214px;
    margin-left: 0.8vw;
  }
  header .header_list_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 515px;
  }
  header .header_list_wrap ul li {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

/*==============================================================
==================== トップページ専用 header ================================*/
/*=======================================================================
==================== 子ページ専用  =*/
/*=====================================
==================== 子ページ専用  ここまで================================*/
footer {
  width: 100%;
  color: #fff;
  padding: 4rem 2rem 2rem;
  text-align: center;
  background-color: #000000;
}

footer section.footer_top div {
  margin-bottom: 1.5rem;
}

footer section.footer_top .footer_logo {
  width: 80%;
  margin: 0 auto 2rem;
}

footer section.footer_top .footer_logo img {
  width: 100%;
}

footer section.footer_top .footer_privacy {
  line-height: 1.8rem;
  color: #00ada9;
}

footer section.footer_top ul {
  margin: 3rem 0;
}

footer section.footer_top p {
  margin: 5rem 0 2rem;
}

footer section.footer_top li,
footer section.footer_top p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

@media screen and (min-width: 769px) {
  footer section.footer_top {
    max-width: 1025px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer section.footer_top div {
    width: 30%;
  }
  footer section.footer_top .footer_logo {
    width: 273px;
    margin: 0;
  }
  footer section.footer_top .footer_logo img {
    width: 100%;
  }
  footer section.footer_top ul {
    margin: 0;
  }
  footer section.footer_top li,
  footer section.footer_top p {
    line-height: 1.8rem;
    margin: 0;
  }
}

footer .copyright {
  font-size: 1.6rem;
  line-height: 2rem;
}

@media screen and (min-width: 769px) {
  footer .copyright {
    padding: 5rem 0 2rem;
    line-height: 1.6rem;
  }
}

/*============================================================
        ====================共通アイテム================================*/
main {
  width: 100%;
}

.sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec .sec_contents {
  width: 100%;
}

p.english {
  text-justify: inter-world;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: 0.5;
}

.hidden_contents * {
  margin: 0;
  padding: 0;
  display: none;
}

.hidden_contents {
  margin: 0;
  padding: 0;
  display: none;
}

/*=====================================
        =========スマホ時、横から出てくるメニュー===
        =======================================
        ============================================= .slide_nav*/
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(12, 11, 11, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.menu-trigger {
  display: inline-block;
  width: 26px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 22px;
  right: 20px;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .menu-trigger {
    right: 30px;
  }
}

.menu-trigger p {
  font-size: 1.2em;
  color: #dfdfdf;
  width: 50px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dfdfdf;
  background-color: #898989;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu-trigger_un {
  margin-top: -3px;
}

.menu-trigger.active span {
  background-color: #dfdfdf;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-18px) rotate(45deg);
          transform: translateY(-18px) rotate(45deg);
}

nav.slide_nav {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  background-color: #050505;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0.9;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

nav.slide_nav ul {
  height: 100%;
  padding: 1rem 0 4rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

nav.slide_nav ul li {
  line-height: 2em;
  font-size: 0.8em;
}

nav.slide_nav ul li.tel {
  padding: 3em 0 0;
  line-height: 1.2em;
}

nav.slide_nav ul li.p_p {
  line-height: 0.6em;
  margin-top: 0;
}

nav.slide_nav ul li .nav_official {
  border-top: 1px solid #fff;
  width: 90%;
  padding-top: 2rem;
}

nav.slide_nav ul li .nav_official h3 {
  font-size: 1/5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

nav.slide_nav ul li .nav_official .app_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 2rem;
}

nav.slide_nav ul li .nav_official .app_wrap .apple_store {
  width: 11rem;
  margin-right: 1rem;
}

nav.slide_nav ul li .nav_official .app_wrap .apple_store img {
  width: 100%;
}

nav.slide_nav ul li .nav_official .app_wrap .google_play {
  width: 13.3rem;
}

nav.slide_nav ul li .nav_official .app_wrap .google_play img {
  width: 100%;
}

nav .nav_bottom_link {
  margin-top: 20px;
  padding-bottom: 1.5rem;
}

nav .nav_onnineshop {
  margin: 0;
  padding: 0 8px;
  line-height: 4em;
}

@media screen and (min-width: 769px) {
  nav.slide_nav {
    width: 540px;
    height: 100%;
    padding-top: 70px;
    padding-left: 40px;
    background-color: #050505;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    opacity: 0.9;
    -webkit-transform: translate(540px);
            transform: translate(540px);
    -webkit-transition: all .5s;
    transition: all .5s;
  }
}

.nav_logo {
  width: 40%;
  margin-bottom: 2rem;
}

.nav_logo a {
  width: 100%;
}

.nav_logo a img {
  width: 100%;
}

nav.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

nav.slide_nav li {
  color: #fff;
  padding: 10px 0;
  list-style-type: none;
}

nav.slide_nav li a {
  font-size: 1.8em;
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

nav.slide_nav li a:hover {
  color: #444141;
}

.nav_bottom_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
}

@media screen and (min-width: 769px) {
  .nav_bottom_link {
    width: 45%;
  }
}

.nav_bottom_link img {
  height: 40px;
}

/*フッター下の目隠し用*/
.ft_un {
  width: 100%;
  height: 20vh;
  display: none;
  background-color: #000;
  position: fixed;
  bottom: 0px;
  clear: both;
  z-index: -1;
}

/*画面サイズチェック用*/
.check {
  background-color: #faebeb;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 5px;
  font-size: 1.2em;
  text-align: left;
  border: solid 1pc red;
}
/*# sourceMappingURL=common.css.map */