@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* 共通
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 2em;
  font-weight: 500;
  color: #323232;
}

* {
  box-sizing: border-box;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 14px;
  line-height: 25px;
}

p, ul, ol, dl, table {
  margin: 0px 0px 25px 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #a875c9;
}
a img {
  transition: all .2s;
}

.palt {
  font-feature-settings: "palt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
}
#page-header h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.2em;
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 24px;
}
.english #page-header h1 {
  letter-spacing: 0;
}
#page-header h1 a {
  text-decoration: none;
  color: #323232;
}
#page-header.gnav-on h1 a {
  color: #fff;
}

#menu {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  margin: 0px;
  z-index: 10;
}
#menu::before, #menu::after,
#menu span {
  position: absolute;
  left: 18px;
  width: 24px;
  height: 2px;
  text-indent: -9999px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  background-color: #3e1580;
  border-radius: 1px;
}
#menu span {
  top: 29px;
}
#menu::before {
  content: "";
  top: 20px;
}
#menu::after {
  content: "";
  bottom: 20px;
}
#menu.on::before {
  background-color: #fff;
  -webkit-transform: translateY(9.375px) rotate(-45deg);
  transform: translateY(9.375px) rotate(-45deg);
}
#menu.on span {
  height: 0px;
}
#menu.on::after {
  background-color: #fff;
  -webkit-transform: translateY(-9.375px) rotate(45deg);
  transform: translateY(-9.375px) rotate(45deg);
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  background-color: #3e1580;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.gnav {
  margin: 160px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
}
.gnav li {
  margin: 0px 0px 30px;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}
.english .gnav li {
  letter-spacing: 0;
}
.gnav li a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.gnav li a::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  width: 0%;
  bottom: -3px;
  transition: all .2s;
}
.gnav li a:hover::before {
  width: 100%;
}

.lang {
  margin: 36px auto 30px;
  padding: 0px;
  list-style-type: none;
  background-color: #fff;
  width: 90px;
  height: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.lang li {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  column-rule-color: #8d8d8d;
}
.lang li a {
  text-decoration: none;
  color: #8d8d8d;
}
.lang li a.on {
  color: #3e1580;
}
.lang li:first-child::after {
  content: "/";
  color: #8d8d8d;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  clear: both;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 0;
  background-color: #3e1580;
  color: #fff;
}
#page-footer .inner {
  padding: 60px 34px 0px;
}

#footer-nav {
  overflow: hidden;
  margin-bottom: 50px;
}

.fnav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.fnav li {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1em;
}
.fnav li.contact {
  margin-bottom: 16px;
}
.fnav li.sitepolicy, .fnav li.privacypolicy {
  font-size: 11px;
  line-height: 26px;
}
.fnav li a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.fnav li a::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  width: 0%;
  bottom: -3px;
  transition: all .2s;
}
.fnav li a:hover::before {
  width: 100%;
}

.f-name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 14px;
}

.f-info {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 40px;
}

.f-link {
  margin: 0px 0px 40px;
  padding: 0px;
  list-style-type: none;
}
.f-link li {
  margin: 0px 0px 8px 0px;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 18px;
}
.f-link li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline;
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  transition: background .35s;
  padding-bottom: 2px;
}
.f-link li a:hover {
  background-size: 100% 1px;
}

.copyright {
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 46px;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  a:hover img {
    opacity: 0.6;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /*
  --------------------------------------------------------------------------------- hover in 768 */
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  body {
    letter-spacing: 0.025em;
  }

  p, li, dt, dd, th, td, h5, h6 {
    font-size: 16px;
    line-height: 32px;
  }

  p, ul, ol, dl, table {
    margin: 0px 0px 32px 0px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 80px;
  }
  #page-header h1 {
    font-size: 18px;
    line-height: 24px;
    top: 30px;
    left: 42px;
  }

  #menu {
    display: none;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    background-color: transparent;
    top: 32px;
    left: auto;
    right: 42px;
    width: auto;
    height: auto;
    z-index: 1;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }

  .gnav {
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .gnav li {
    margin: 0px 0px 0px 1.4em;
    padding: 0px;
    font-size: 15px;
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 20px;
  }
  .gnav li a {
    color: #323232;
  }
  .gnav li a::before {
    background-color: #3e1580;
    bottom: -3px;
  }

  .lang {
    margin: 0px 0px 0px 1em;
    padding: 0px;
    width: auto;
    height: auto;
    border-radius: 0px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer .inner {
    padding: 80px 90px 0px;
    margin: 0px auto;
    max-width: calc( 1090px + 180px );
  }

  .f-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
  }

  #footer-nav {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }

  .fnav {
    margin-left: 90px;
  }
  .fnav li {
    font-size: 12px;
    line-height: 30px;
  }
  .fnav li.contact {
    margin-bottom: 0px;
  }
  .fnav li.sitepolicy, .fnav li.privacypolicy {
    font-size: 12px;
    line-height: 30px;
  }

  .f-name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .f-info {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 90px;
  }

  .f-link {
    margin-bottom: 90px;
  }
  .f-link li {
    font-size: 14px;
    line-height: 30px;
  }
  .f-link li a::before {
    bottom: -2px;
  }

  .copyright {
    font-size: 11px;
    margin-bottom: 60px;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* global-nav
  --------------------------------------------------------------------------------- */
  .gnav li {
    margin-left: 3em;
    font-size: 15px;
    letter-spacing: 0.2em;
  }

  .lang {
    margin-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1920*/
