@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
* {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

th {
  text-align: left;
  vertical-align: top;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*──────────────────────────────────────────────

	color	

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	margin

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	font

──────────────────────────────────────────────*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6666;
  color: #000;
}
@media screen and (min-width: 769px) {
  body {
    padding-left: 140px;
  }
}

button {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}

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

/*───────────────────────────────────────

	inline

───────────────────────────────────────*/
a {
  color: #0073C4;
  text-decoration: none;
}

small {
  font-size: 1.4rem;
}

select {
  color: #000;
}

small {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  ._sp-n {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  ._pc-n {
    display: none;
  }
}
._dp-n {
  display: none;
}

._mb {
  margin-bottom: 1.6rem;
}

._mb-2 {
  margin-bottom: 3.2rem;
}

._mb-4 {
  margin-bottom: 6.4rem;
}

._mt-s {
  margin-top: 0.8rem;
}

._mt {
  margin-top: 1.6rem;
}

._mt-2 {
  margin-top: 3.2rem;
}

._mt-3 {
  margin-top: 4.8rem;
}

._mt-4 {
  margin-top: 6.4rem;
}

._mt-6 {
  margin-top: 9.6rem;
}

._ta-c {
  text-align: center;
}

/*───────────────────────────────────────

	common

───────────────────────────────────────*/
.flex {
  display: flex;
}
.flex.--aic {
  align-items: center;
}
.flex.--spb {
  justify-content: space-between;
}

.js-scrolls > *,
.js-scroll {
  opacity: 0;
  transform: translateY(5vh);
  transition: 0.75s;
}
.js-scrolls > *.show,
.js-scroll.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .js-scrolls > *,
  .js-scroll {
    transform: translateY(10vh);
  }
}

/*───────────────────────────────────────

	header

───────────────────────────────────────*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #232323;
  color: #fff;
  z-index: 100;
}
.header a {
  color: inherit;
}
@media screen and (min-width: 769px) {
  .header {
    width: -moz-fit-content;
    width: fit-content;
    height: 100vh;
    display: grid;
    transform: translateX(-100%);
    margin-left: 140px;
    grid-template-columns: auto 140px;
    grid-template-rows: auto auto 1fr auto;
    grid-template-areas: "gnav logo" "gnav vnav" "gnav lang" "gnav hbb";
  }
  .header .header__logo {
    grid-area: logo;
  }
  .header .vnav__list {
    grid-area: vnav;
  }
  .header .header__lang {
    grid-area: lang;
  }
  .header .header__menu-btn {
    grid-area: hbb;
  }
  .header .gnav {
    grid-area: gnav;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .header__logo {
    text-align: center;
  }
  .header__logo img {
    width: 112px;
  }
}

.vnav__list {
  display: flex;
  font-size: 2.6rem;
  flex-direction: column;
  gap: 1.5em;
  justify-content: center;
  align-items: center;
}

.vnav__item {
  writing-mode: vertical-rl;
}

.store-list {
  display: grid;
  grid-template-columns: auto auto;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2.8rem;
}
.store-list dt {
  font-size: 2.8rem;
  line-height: 1;
}
.store-list dd {
  font-size: 2.2rem;
  line-height: 1.3;
}
.store-list .store-list__tel-link {
  display: inline-block;
  border: solid 1px #fff;
  line-height: 1;
  padding: 0.4em 1em;
  margin-top: 0.5em;
}

@media screen and (min-width: 769px) {
  .gnav__list {
    font-size: 2.6rem;
    line-height: 2.6;
    padding-left: 2.6em;
    padding-right: 2.6em;
    margin-top: 2.6em;
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__menu-btn {
  position: absolute;
  width: 50px;
  height: 29px;
  bottom: 45px;
  right: 45px;
  z-index: 101;
}
.header__menu-btn span {
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 13px;
  left: 0;
}
.header__menu-btn::before, .header__menu-btn::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  top: 0;
  left: 0;
}
.header__menu-btn::after {
  top: 26px;
}
.header__menu-btn.show span {
  opacity: 0;
}
.header__menu-btn.show::before, .header__menu-btn.show::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__menu-btn.show::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=home.css.map */