@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) ottoworks All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  ottoworks

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.gothic {
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Abyssinica SIL", serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min( 7.33vw, 35px );
  --headerHeight: 110px;
  --contentsWideS: 700px;
  --contentsWideM: 1056px;
  --contentsWideL: 1360px;
}

@media screen and (max-width: 767px) {
  :root {
    --headerHeight: 82px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 255px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  font: 500 16px/1.5 "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #474240;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: 5em 0 7.5em;
}

.inner, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

@media screen and (max-width: 1365px) {
  .inner_m {
    max-width: unset;
    margin: 0;
    padding: 0 340px 0 100px;
  }
  .inner_m .grid_cmn_01 {
    margin: 0;
    max-width: unset;
  }
  .inner_m .grid_cmn_01--content {
    max-width: unset;
  }
}
@media screen and (max-width: 1500px) {
  .page .inner_m {
    max-width: unset;
    margin: 0;
    padding: 0 340px 0 100px;
  }
  .page .inner_m .grid_cmn_01 {
    margin: 0;
    max-width: unset;
  }
  .page .inner_m .grid_cmn_01--content {
    max-width: unset;
  }
}
@media screen and (max-width: 1023px) {
  .page .inner_m {
    max-width: unset;
    margin: 0;
    padding: 0 var(--sideW);
  }
  .page .inner_m .grid_cmn_01 {
    margin: 0;
    max-width: unset;
  }
  .page .inner_m .grid_cmn_01--content {
    max-width: unset;
  }
}
@media screen and (max-width: 1023px) {
  .inner_m {
    max-width: unset;
    margin: 0;
    padding: 0 var(--sideW);
  }
  .inner_m .grid_cmn_01 {
    margin: 0 auto;
    max-width: 560px;
  }
  .inner_m .grid_cmn_01--content {
    max-width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    display: none !important;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover {
    opacity: 0.5;
  }
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

.ttl_cmn_01, .ttl_top_news {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
  background: url(../images/ttl_cmn_01.svg) no-repeat left bottom/182px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .ttl_cmn_01, .ttl_top_news {
    text-align: center;
    background-position: center bottom;
    margin-bottom: 30px;
  }
}
.ttl_cmn_01:after, .ttl_top_news:after {
  content: attr(data-en);
  display: block;
  font-family: "Abyssinica SIL", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 3px;
}

.ttl_top_news {
  background: url(../images/ttl_top_news.svg) no-repeat left bottom/100px;
}
@media screen and (max-width: 1023px) {
  .ttl_top_news {
    background-position: center bottom;
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.link_lindensya {
  transition: none;
  display: block;
  width: 200px;
  aspect-ratio: 286/146;
  background-image: url(../images/link_lindensya.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 80px;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .link_lindensya {
    width: 190px;
    margin: 0 auto 28px;
  }
}
.link_lindensya:hover {
  background-image: url(../images/link_lindensya_hover.png);
}
@media screen and (max-width: 767px) {
  .link_lindensya {
    position: static;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.header {
  padding: 30px var(--sideW) 40px;
}
@media screen and (max-width: 1023px) {
  .header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header {
    display: block;
    padding: 30px var(--sideW) 60px;
    margin-bottom: 40px;
  }
}
.header h1 {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .header h1 {
    margin: 0 0 0 6%;
    width: 41.4%;
  }
}
@media screen and (max-width: 767px) {
  .header h1 {
    width: 123px;
    margin: 0 auto 34px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background: url(../images/header_deco_01.svg) no-repeat center bottom/auto 72px;
  }
}

.home .header {
  padding: 45px var(--sideW) 72px;
}
@media screen and (max-width: 767px) {
  .home .header {
    padding: 13px var(--sideW) 60px;
    margin-bottom: 60px;
  }
}
.home .header p {
  text-align: center;
  margin-bottom: 74px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .header p {
    margin-bottom: 10px;
  }
}
.home .header h1 {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .header h1 {
    width: 140px;
    margin: 0 auto 30px;
  }
}

.gnavi {
  width: 100%;
  max-width: 300px;
  position: fixed;
  z-index: 1;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .gnavi {
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .gnavi {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
}
@media screen and (max-width: 767px) {
  .gnavi {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
}
.gnavi ul li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .gnavi ul li {
    margin-bottom: 20px;
  }
  .gnavi ul li:last-child {
    margin-bottom: 0;
  }
}
.gnavi ul li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 48px;
  transition: none;
}
.gnavi ul li a:before {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/7;
  background: url(../images/ico_arrow_right_01.svg) no-repeat center/contain;
  position: absolute;
  top: 10px;
  right: 0;
}
.gnavi ul li a:after {
  content: attr(data-en);
  display: block;
  font-family: "Abyssinica SIL", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
.gnavi ul li a[data-en="Online store"] {
  background-image: url(../images/ico_cart.svg);
  background-repeat: no-repeat;
  background-position: top 3px left 8px;
  background-size: 25px;
}
.gnavi ul li a[data-en="Online store"]:hover {
  background-image: url(../images/ico_cart.svg), url(../images/gnavi_deco_01.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top 3px left 8px, top left;
  background-size: 25px, 40px;
}
.gnavi ul li a:hover {
  background: url(../images/gnavi_deco_01.svg) no-repeat top left/40px;
}
.gnavi ul li a:hover:before {
  transform: translateX(-50%);
}

.header_sns {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .header_sns {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header_sns {
    max-width: 300px;
  }
}
.header_sns li {
  writing-mode: vertical-rl;
  font-family: "Abyssinica SIL", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-left: 3px;
  padding-right: 4px;
}
@media screen and (max-width: 1023px) {
  .header_sns li {
    writing-mode: unset;
    padding: 0;
  }
}
.header_sns li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #474240;
}
@media screen and (max-width: 1023px) {
  .header_sns li:not(:last-child) {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.header_sns li a {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1023px) {
  .header_sns li a span {
    display: none;
  }
}
.header_sns li a[data-sns=instagram]:before {
  content: "";
  display: block;
  background: url(../images/ico_instagram.svg) no-repeat center/contain;
  width: 26px;
  aspect-ratio: 1/1;
}
.header_sns li a[data-sns=facebook]:before {
  content: "";
  display: block;
  background: url(../images/ico_facebook.svg) no-repeat center/contain;
  width: 26px;
  aspect-ratio: 1/1;
}
.header_sns li a[data-sns=note]:before {
  content: "";
  display: block;
  background: url(../images/ico_note.svg) no-repeat center/contain;
  width: 22px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header_sns li a[data-sns=note]:before {
    aspect-ratio: unset;
    width: 24px;
    height: 26px;
  }
}

.footer {
  padding: 24px 0;
  background-color: #fff;
  position: relative;
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer {
    position: relative;
    bottom: unset;
    padding: 80px 0 24px;
  }
}
.footer address span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer address {
    text-align: center;
  }
}
.footer .copyright {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 16px;
  bottom: 18px;
  writing-mode: sideways-rl;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    height: auto;
    position: static;
    text-align: center;
    margin-top: 21px;
    writing-mode: unset;
  }
}

.grid_cmn_01 {
  display: flex;
  align-items: flex-start;
  gap: 72px;
}
@media screen and (max-width: 1023px) {
  .grid_cmn_01 {
    display: block;
    width: 100%;
  }
}
.grid_cmn_01--ttl {
  flex-shrink: 0;
  width: 188px;
}
@media screen and (max-width: 1023px) {
  .grid_cmn_01--ttl {
    width: 100%;
  }
}
.grid_cmn_01--content {
  flex-grow: 1;
  max-width: 700px;
}
.grid_cmn_01:not(:last-child) .grid_cmn_01--content {
  padding-bottom: 43px;
  border-bottom: 1px solid #474240;
  margin-bottom: 48px;
}

.top_news .ttl_top_news {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .top_news .ttl_top_news {
    width: 100%;
  }
}

.stores-news li:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #474240;
}
.stores-news li .date {
  display: block;
  font-family: "Abyssinica SIL", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .stores-news li .date {
    margin-bottom: 13px;
  }
}
.stores-news li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.about_sec_01--content {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .about_sec_01--content {
    display: block;
  }
}
.about_sec_01 dl .group {
  display: flex;
  align-items: baseline;
  line-height: 1.8;
}
.about_sec_01 dl .group dt {
  flex-shrink: 0;
  width: 5em;
}
@media screen and (max-width: 1023px) {
  .about_sec_01 dl .group dd {
    margin-right: -5em;
  }
}
@media screen and (max-width: 767px) {
  .about_sec_01 dl .group dd {
    margin-right: 0;
  }
}
.about_sec_01 dl .group dd ul {
  counter-reset: number 0;
}
.about_sec_01 dl .group dd ul li {
  counter-increment: number 1;
  padding-left: 1em;
  text-indent: -1em;
}
.about_sec_01 dl .group dd ul li:before {
  content: counter(number) ". ";
}
@media screen and (max-width: 767px) {
  .about_sec_01 .image {
    margin: 30px auto 0;
    text-align: center;
  }
}

.about_sec_02--content .image {
  margin-top: 32px;
}

.about_sec_03 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .about_sec_03 {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .page .l_container {
    max-width: 100;
  }
}