/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[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-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[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;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  overflow-y: scroll;
  /* font-size: 62.5%; */
  line-height: 1;
}
body {
  color: #1e1e1e;
  background-color: #fdf9f3;
  transition: opacity 0.8s;
}
body.loaded {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
dd,
dl,
dt {
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  padding: 0;
  font-weight: inherit;
}
td {
  padding: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-weight: inherit;
  line-height: inherit;
}
button,
input,
select,
textarea {
  color: inherit;
}
button {
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  vertical-align: bottom;
}
figure {
  margin: 0;
}
[data-whatinput=mouse]:focus,
[data-whatinput=touch]:focus {
  outline: 0;
}
.l-header {
  position: relative;
  z-index: 10;
}
.l-header__inner {
  position: fixed;
  top: 52px;
  right: 75px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:768px){
  .l-header__inner {
      top: 19px;
      right: 26px;
  }
}
.l-lanSwitcher {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  margin-bottom: 6px;
}
@media screen and (max-width:768px) {
  .l-lanSwitcher {
      margin-bottom: 4px;
  }
}
.l-lanSwitcher > li+li {
  position: relative;
  margin-left: 13px;
  padding-left: 14px;
}
.l-lanSwitcher > li+li::before {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: '';
  width: 1px;
  height: 7px;
  background-color: #6a6a6c;
}
.l-lanSwitcher__link {
  font-family: Padauk, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
  color: #6a6a6c;
  transition: color 0.5s ease-out;
}
@media screen and (max-width:768px) {
  .l-lanSwitcher__link {
      transition: none;
  }
}
.l-lanSwitcher__link[href]:focus,
.l-lanSwitcher__link[href]:hover {
  color: #fff;
}
.l-lanSwitcher__link:not([href]) {
  color: #fff;
}
.l-header__inner--black .l-lanSwitcher__link {
  color: #b1b1b1;
}
.l-header__inner--black .l-lanSwitcher__link[href]:focus,
.l-header__inner--black .l-lanSwitcher__link[href]:hover {
  color: #1e1e1e;
}
.l-header__inner--black .l-lanSwitcher__link:not([href]) {
  color: #1e1e1e;
}

/*********************************
drawer menu
*/
.l-drawer {
  margin-left: 32px;
}
@media screen and (max-width:768px) {
  .l-drawer {
      margin-left: 30px;
  }
}
.l-drawer__button {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 26px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .l-drawer__button {
      width: 30px;
      height: 20px;
  }
}
.l-drawer__line1,
.l-drawer__line2 {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  will-change: transform;
  transition: transform 0.5s ease-out, background-color 0.3s ease-out;
}
.l-drawer__line1 {
  top: 8px
}
@media screen and (max-width:768px) {
  .l-drawer__line1 {
      top: 6px;
  }
}
.l-drawer__line2 {
  bottom: 8px;
}
@media screen and (max-width:768px) {
  .l-drawer__line2 {
      bottom: 6px;
  }
}
.l-header__inner--black .l-drawer__button[aria-expanded=false] .l-drawer__line1,
.l-header__inner--black .l-drawer__button[aria-expanded=false] .l-drawer__line2 {
  background-color: #1e1e1e;
}
.l-drawer__button[aria-expanded=true] .l-drawer__line1 {
  transform: translateY(4.5px) rotate(30deg);
}
@media screen and (max-width:768px) {
  .l-drawer__button[aria-expanded=true] .l-drawer__line1 {
      transform: translateY(3.5px) rotate(30deg);
  }
}
.l-drawer__button[aria-expanded=true] .l-drawer__line2 {
  transform: translateY(-4.5px) rotate(-30deg);
}
@media screen and (max-width:768px) {
  .l-drawer__button[aria-expanded=true] .l-drawer__line2 {
      transform: translateY(-3.5px) rotate(-30deg);
  }
}
.l-drawer__line1::before,
.l-drawer__line2::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #b1b1b1;
  transition: transform 0.3s ease-out;
}
.l-drawer__button:hover .l-drawer__line1::before,
.l-drawer__button:hover .l-drawer__line2::before {
  transform: scaleX(1)
}
.l-drawer__menu {
  position: fixed;
  top: 0;
  left: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 75px;
  width: 428px;
  height: 100vh;
  background-color: rgba(0, 0, 0, .95);
  transition: transform 0.72s ease-in-out;
}
@media screen and (max-width:768px) {
  .l-drawer__menu {
      padding-left: 53px;
      width: 100%;
  }
}
.l-drawer__button:hover+.l-drawer__menu {
  will-change: transform;
}
.l-drawer__menu[aria-hidden=false] {
  transform: translateX(-100%);
}
.l-drawer__list > li+li {
  margin-top: 35px
}
@media screen and (max-width:768px) {
  .l-drawer__list > li+li {
      margin-top: 34px;
  }
}
.l-drawer__link {
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  color: #fff;
}
.l-drawer__link::after {
  transform: scaleX(0);
  transform-origin: left;
  display: block;
  content: '';
  margin-top: 5px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.5s ease-out;
}
@media screen and (max-width:768px) {
  .l-drawer__link::after {
      margin-top: 3px;
      transition: none;
  }
}
.l-drawer__link--current::after {
  transform: scaleX(1);
}
.l-drawer__link:focus::after,
.l-drawer__link:hover::after {
  transform: scaleX(1);
}
@media screen and (max-width:768px) {
  .l-drawer__link:focus::after,
  .l-drawer__link:hover::after {
      transform: scaleX(0);
  }
}

/*********************************
footer 
*/

.l-footer {
  padding-top: 108px;
  padding-bottom: 108px;
  background-color: #181818;
}
@media screen and (max-width:768px) {
  .l-footer {
      padding-top: 70px;
      padding-bottom: 70px;
  }
}
.l-footer__text {
  margin-bottom: 70px;
  text-align: center;
  font-family: sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
}
@media screen and (max-width:768px) {
  .l-footer__text {
      margin-bottom: 50px;
  }
}
.l-footer__singleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  box-sizing: border-box;
  border: 1px solid #464646;
  font-family: Padauk, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  color: #fff;
}
@media screen and (max-width:768px) {
  .l-footer__singleBox {
      margin-bottom: 50px;
      height: 58px;
      font-size: 1.4rem;
  }
}
.l-footer__singleBox--media {
  width: 734px;
  height: 65px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .l-footer__singleBox--media {
      width: calc(285 / 375 * 100%);
      height: 58px;
  }
}
[lang=ja] .l-footer__singleBox--media {
  font-size: 1rem;
}
.l-footer__singleBox--address {
  width: 485px;
  height: 100px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .l-footer__singleBox--address {
      width: calc(285 / 375 * 100%);
      height: 78px;
  }
}
.l-footer__border {
  position: relative;
}
.l-footer__border::after,
.l-footer__border::before {
  position: absolute;
  border: 1px solid transparent;
  transform: scale(0);
  content: '';
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-out;
}
@media screen and (max-width:768px) {
  .l-footer__border::after,
  .l-footer__border::before {
      display: none;
  }
}
.l-footer__border::before {
  border-top-color: #fff;
  border-left-color: #fff;
  top: -1px;
  left: -1px;
  transform-origin: top left;
}
.l-footer__border::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
  right: -1px;
  bottom: -1px;
  transform-origin: bottom right;
}
.l-footer__border:focus::after,
.l-footer__border:focus::before,
.l-footer__border:hover::after,
.l-footer__border:hover::before {
  transform: scale(1);
}
.l-footer__arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 24px;
  will-change: transform;
}
@media screen and (max-width:768px) {
  .l-footer__arrow {
      right: 16px;
  }
}
.l-footer__boxWrapper {
  display: flex;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .l-footer__boxWrapper {
      flex-direction: column;
      margin-right: auto;
      margin-left: auto;
      width: calc(285 / 375 * 100%);
  }
}
.l-footer__boxWrapper--mb70 {
  margin-bottom: 70px
}
@media screen and (max-width:768px) {
  .l-footer__boxWrapper--mb70 {
      margin-bottom: 50px;
  }
}
.l-footer__boxWrapper--mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .l-footer__boxWrapper--mb30 {
      margin-bottom: 15px;
  }
}
.l-footer__box {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #464646;
  width: 352px;
  height: 106px;
  font-family: Padauk, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  color: #fff;
}
@media screen and (max-width:768px) {
  .l-footer__box {
      width: 100%;
      height: 58px;
      font-size: 1.4rem;
  }
}
.l-footer__box+.l-footer__box {
  margin-left: 30px;
}
@media screen and (max-width:768px) {
  .l-footer__box+.l-footer__box {
      margin-top: 15px;
      margin-left: 0;
  }
}
.l-footer__tel {
  display: block;
  margin-bottom: 15px;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .l-footer__tel {
      margin-bottom: 7.5px;
      font-size: 1.6rem;
  }
}
.l-footer__time {
  font-family: sans-serif;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .l-footer__time {
      font-size: 0.9rem;
  }
}
.l-footer__notice {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.075em;
  color: #464646;
}
@media screen and (max-width:768px) {
  .l-footer__notice {
      letter-spacing: 0.12em;
  }
}
.l-footer__copyright {
  margin-bottom: 11px;
}
.l-footer__privacy {
  transition: color 0.5s ease-out;
}
.l-footer__privacy:focus,
.l-footer__privacy:hover {
  color: #848484;
}

/*********************************
others 
*/

.u-none {
  display: none;
}
.u-inline {
  display: inline;
}
.u-block {
  display: block;
}
@media screen and (min-width:768px) {
  .u-md-none {
      display: none;
  }
  .u-md-inline {
      display: inline;
  }
  .u-md-block {
      display: block;
  }
}
.u-uppercase {
  text-transform: uppercase;
}
.u-visuallyHidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
/*# sourceMappingURL=common.css.map */