@charset "UTF-8";

/* ------------------------------
 reset.css
------------------------------- */

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;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

div,
p,
span,
object,
iframe,
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,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
table,
tr,
td,
th,
tbody,
tfoot,
thead {
  line-height: 1;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
  /*width:auto;*/
  height: auto;
  vertical-align: bottom;
  padding: 0;
}

a img {
  border: none;
}

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

a:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* overflow: hidden; */
}

a:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* -----------------------------------------
 setting
----------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  background-color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0rem;
  letter-spacing: -0.021em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #ffffff;
  -webkit-overflow-scrolling: touch;
  word-break: break-all;
  overscroll-behavior-y: none;
}

body.ua-smartphone,
body.ua-tablet {
  background-color: rgba(0, 0, 0, 0.95);
}

a {
  text-decoration: none;
  transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.is-hover:hover {
  opacity: 0.8;
}

a,
a:visited,
a:focus,
a:link,
a:active {
  color: #ffffff;
}

p,
dt,
dd,
th,
td,
address,
th,
td,
small {
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-size: 1.6rem;
  line-height: 1.75;
}

ol,
ul {
  list-style: none;
}

main {
  display: block;
}

/* -----------------------------------------
 lbox
----------------------------------------- */

#lbox {
  max-width: 730px;
  width: 90%;
}

#lbox-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 103;
  width: 50px;
  height: 50px;
  transform: translateY(-105%);
  cursor: pointer;
}

#lbox-close::before,
#lbox-close::after {
  content: '';
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}

#lbox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#lbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ========== lbox-iframe ========== */

#lbox-iframe-wrap {
  position: relative;
  padding-top: 67.5%;
}

#lbox-iframe-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
}

/* ========== lbox-img ========== */

#lbox-img-wrap {
  position: relative;
  text-align: center;
}

#lbox-img-wrap img {
  display: inline-block;
  width: auto;
  height: 100%;
}

/* ----------------------------------------
 comment
---------------------------------------- */

.l-body {
  position: relative;
}

/* ----------------------------------------
 l-conteiner
---------------------------------------- */

.l-conteiner {
  min-height: 100vh;
  top: 0;
  right: 0;
  margin: 0 0 0 auto;
  background-color: #000000;
  background-image: url("../img/common/bg.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
  overflow-x: hidden;
}

/* ----------------------------------------
 footer
---------------------------------------- */

.l-footer {
  background-color: #604c3f;
}

/* ----------------------------------------
 l-footer__info
---------------------------------------- */

/* ========== l-footer__info__corporate ========== */

.l-footer__link {
  width: 227px;
  line-height: 1;
}

.l-footer__link a {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ffffff;
  padding: 6px 0;
  text-align: center;
}

.l-footer__link a.is-hover:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #604c3f;
}

/* ========== l-footer__info__address ========== */

.l-footer__info__address::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.l-footer__info__address li,
.l-footer__info__address address {
  line-height: 1.71429;
}

/* ----------------------------------------
 l-footer__fb
---------------------------------------- */

.l-footer__fb--pc {
  display: flex;
  align-items: flex-start;
}

.l-footer__fb--pc > div {
  max-width: 300px;
  width: 46.15385%;
  overflow: hidden;
}

.l-footer__fb--sp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.l-footer__fb--sp p {
  margin-right: 1.5em;
}

.l-footer__fb--sp a {
  text-decoration: underline;
}

/* ----------------------------------------
 l-header
---------------------------------------- */

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #ffffff;
}

/* ----------------------------------------
 l-header__inr
---------------------------------------- */

.l-header__inr {
  width: 100%;
}

/* ----------------------------------------
 l-header__logo
---------------------------------------- */

/* ----------------------------------------
 l-header__online
---------------------------------------- */

.l-header__online a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: 'Noto Serif JP', serif;
  color: #000000;
}

.l-header__online a.is-hover:hover {
  opacity: 1;
  background-color: #b31f2b;
  color: #ffffff;
}

/* ----------------------------------------
 l-inr-m
---------------------------------------- */

.l-inr-m {
  max-width: 1330px;
  width: 90%;
  margin: 0 auto;
}

/* -----------------------------------------
 l-loading
----------------------------------------- */

#l-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9999999999;
}

#l-loading svg {
  width: 45px;
  height: 51.96px;
}

/* ----------------------------------------
 l-nav-btn
---------------------------------------- */

.l-nav-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-nav-btn a.is-hover:hover {
  opacity: 1;
}

.l-nav-btn a.is-hover:hover span {
  background-color: #7d0000;
}

.l-nav-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000000;
  margin: 5px auto;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-nav-btn.is-nav-btn-open span:nth-of-type(2) {
  opacity: 0;
}

.l-nav-btn.is-nav-btn-open span:nth-of-type(1) {
  transform: translateY(8px) rotate(135deg);
}

.l-nav-btn.is-nav-btn-open span:nth-of-type(3) {
  transform: translateY(-8px) rotate(225deg);
}

/* ----------------------------------------
 l-nav
---------------------------------------- */

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  max-width: 300px;
  width: 80%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-nav li {
  margin-bottom: 30px;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity,transform;
}

.l-nav a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "FOT-筑紫アンティークLゴ Std B";
  color: #000000;
  padding: 4px;
  font-size: 1.6rem;
}

.l-nav.is-nav-open {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.l-nav.is-nav-open li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.l-nav.is-nav-open li:nth-of-type(1) {
  transition-delay: 750ms;
}

.l-nav.is-nav-open li:nth-of-type(2) {
  transition-delay: 850ms;
}

.l-nav.is-nav-open li:nth-of-type(3) {
  transition-delay: 950ms;
}

.l-nav.is-nav-open li:nth-of-type(4) {
  transition-delay: 1050ms;
}

/* ----------------------------------------
 c-article
---------------------------------------- */

/* ========== c-article__txt ========== */

.c-article__txt p {
  text-align: justify;
}

.c-article__samll li {
  display: flex;
  align-items: flex-start;
}

.c-article__samll li::before {
  content: '※';
  display: block;
  line-height: 1.75;
}

.c-article__samll small {
  display: block;
  flex: 1;
}

/* ========== c-article__figure ========== */

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

/* ----------------------------------------
 c-bg-curb
---------------------------------------- */

.c-bg-curb {
  position: relative;
}

.c-bg-curb::before,
.c-bg-curb::after {
  content: '';
  display: block;
  width: 100%;
}

.c-bg-curb::before {
  background-position: center bottom;
}

.c-bg-curb::after {
  background-position: center top;
}

.c-bg-curb__inr {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ----------------------------------------
 c-bg-curb
---------------------------------------- */

/* -----------------------------------------
 js-effects-fadeIn-bottom
----------------------------------------- */

/* =============== delay =============== */

#js-scroll {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ----------------------------------------
 c-ttl-logo
---------------------------------------- */

.c-ttl-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "FOT-筑紫アンティークLゴ Std B";
}

.c-ttl-logo span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
  background-image: url("../img/common/ttl_logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ----------------------------------------
 c-ttl-icon
---------------------------------------- */

.c-ttl-icon {
  display: flex;
  align-items: center;
  font-family: "FOT-筑紫アンティークLゴ Std B";
  line-height: 1;
}

.c-ttl-icon::before {
  content: '';
  display: block;
  background-image: url("../img/common/ttl_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3px;
}

.c-ttl-icon span {
  display: block;
  flex: 1;
  line-height: 1.4;
}

/* ----------------------------------------
 p-top-visual
---------------------------------------- */

#p-top-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== p-top-visual__circle ========== */

.p-top-visual__content {
  max-width: 1010px;
  width: 100%;
}

.p-top-visual__content__txt {
  font-family: "FOT-筑紫アンティークLゴ Std B";
}

.p-top-visual__content__txt div {
  position: relative;
  z-index: 1;
}

.p-top-visual__content__txt h2 {
  line-height: 1.7619;
}

.p-top-visual__content__txt p {
  line-height: 1.75;
}

.p-top-visual__content__txt figure {
  text-align: center;
}

/* ========== p-top-visual__circle ========== */

.p-top-visual__circle {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate3d(61.35266%, -61.35266%, 0);
}

.p-top-visual__circle div {
  transform: translate3d(20%, -40%, 0);
  transform-origin: 0 100%;
  transition: transform 4200ms ease;
}

.p-top-visual__circle.is-active div {
  transform: translate3d(0, 0, 0);
}

/* ========== p-top-visual__scroll ========== */

.p-top-visual__scroll {
  font-family: "FOT-筑紫アンティークLゴ Std B";
  font-size: 1.2rem;
}

.p-top-visual__scroll span {
  position: relative;
  display: block;
  width: 1px;
  height: 58px;
  margin: 8px auto 0;
  overflow: hidden;
}

.p-top-visual__scroll span::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scrolldown 2200ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  animation: scrolldown 2200ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

@-webkit-keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  20%, 75% {
    opacity: 1;
  }

  95%, 100% {
    opacity: 0;
    transform: translate3d(0, 58px, 0);
  }
}

@keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  20%, 75% {
    opacity: 1;
  }

  95%, 100% {
    opacity: 0;
    transform: translate3d(0, 58px, 0);
  }
}

/* ----------------------------------------
 p-top-about
---------------------------------------- */

/* ========== p-top-about__intro ========== */

#p-top-about__intro {
  text-align: center;
}

#p-top-about__intro p {
  text-align: center;
  line-height: 1.85714;
}

/* ========== article ========== */

/* ===== p-top-about__lbox-list ===== */

.p-top-about__lbox-list {
  position: relative;
  display: flex;
}

.p-top-about__lbox-list::before {
  content: '※クリックで拡大';
  position: absolute;
  left: 0;
  bottom: -30px;
}

.p-top-about__lbox-list li {
  max-width: 262px;
  width: 48.5%;
}

.p-top-about__lbox-list li:nth-of-type(1) {
  margin-right: 3.07692%;
}

/* ===== p-top-about__figure-01 ===== */

.p-top-about__figure-01 {
  position: relative;
}

.p-top-about__figure-01.is-active .p-top-about__figure-01__line,
.p-top-about__figure-01.is-active .p-top-about__figure-01__name {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.p-top-about__figure-01.is-active .p-top-about__figure-01__line {
  transition-delay: 500ms;
}

.p-top-about__figure-01.is-active .p-top-about__figure-01__name {
  transition-delay: 2000ms;
}

.p-top-about__figure-01__line,
.p-top-about__figure-01__name {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}

.p-top-about__figure-01__line {
  transform: translate(-50%, -50%) scale(0);
  transition: transform 1200ms ease;
  transition-property: opacity ,transform;
}

.p-top-about__figure-01__name {
  transition: opacity 1000ms ease;
}

/* ===== p-top-about__figure-02 ===== */

.p-top-about__figure-02 {
  display: flex;
  justify-content: space-between;
}

.p-top-about__figure-02 figure {
  position: relative;
}

.p-top-about__figure-02 div {
  width: 50.46154%;
}

.p-top-about__figure-02__01 {
  width: 46.76923%;
}

.p-top-about__figure-02__01::before {
  width: 13.15789%;
  height: 4.18502%;
  bottom: 4.40529%;
  left: 19.73684%;
}

.p-top-about__figure-02__01::after {
  width: 27.30263%;
  height: 4.18502%;
  bottom: 4.40529%;
  right: 9.86842%;
}

.p-top-about__figure-02__02,
.p-top-about__figure-02__03 {
  position: relative;
}

.p-top-about__figure-02__01,
.p-top-about__figure-02__02 {
  position: relative;
}

.p-top-about__figure-02__01::before,
.p-top-about__figure-02__02::before {
  content: '';
  position: absolute;
  z-index: 0;
  background-image: url("../img/top/about_figure_02_txt.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-top-about__figure-02__01::after,
.p-top-about__figure-02__03::before {
  content: '';
  position: absolute;
  z-index: 0;
  background-image: url("../img/top/about_figure_03_txt.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-top-about__figure-02__02 {
  margin-bottom: 5.85366%;
}

.p-top-about__figure-02__02::before {
  width: 12.19512%;
  height: 8.7156%;
  bottom: 10.55046%;
  right: 9.14634%;
}

.p-top-about__figure-02__03::before {
  width: 25.30488%;
  height: 8.7156%;
  bottom: 10.55046%;
  right: 9.14634%;
}

/* ----------------------------------------
 p-top-criteria
---------------------------------------- */

.p-top-criteria__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top-criteria__list li {
  font-family: "FOT-筑紫アンティークLゴ Std B";
}

.p-top-criteria__list li span {
  font-size: 62.5%;
}

/* ----------------------------------------
 p-top-store
---------------------------------------- */

/* ========== p-top-store__award ========== */
.p-top-store__award {
  text-align: center;
  margin-bottom: 50px;
}

/* ========== p-top-store__btn ========== */

.p-top-store__btn {
  max-width: 535px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
}

.p-top-store__btn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: solid 2px #b31f2b;
  background-color: #b31f2b;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.p-top-store__btn a.is-hover:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #b31f2b;
}

/* ========== p-top-store__list ========== */

.p-top-store__list h3 {
  display: flex;
  align-items: center;
  font-family: "FOT-筑紫アンティークLゴ Std B";
  text-align: center;
  line-height: 1;
}

.p-top-store__list h3::before,
.p-top-store__list h3::after {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}

.p-top-store__list h3 span {
  margin: 0 1em;
}

/* ===== p-top-store__list__content ===== */

.p-top-store__list__content {
  display: flex;
  justify-content: space-between;
}

/* === p-top-store__list__ul === */

.p-top-store__list__ul__wrap small {
  display: block;
  margin-top: 30px;
}

/* p-top-store__list__ttl */

.p-top-store__list__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.p-top-store__list__ttl h4 {
  line-height: 1;
}

.p-top-store__list__ttl h4 a {
  display: inline-flex;
  align-items: center;
}

.p-top-store__list__ttl h4 a::after {
  content: '';
  display: block;
  background-image: url("../img/common/icon_02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-top-store__list__ttl h4 a.is-hover:hover {
  text-decoration: underline;
}

/* p-top-store__list__table */

.p-top-store__list__table table,
.p-top-store__list__table tbody {
  width: 100%;
}

.p-top-store__list__table tr:not(:last-of-type) {
  border-bottom: solid 2px #000000;
}

.p-top-store__list__table th,
.p-top-store__list__table td {
  padding: 6px 10px;
}

.p-top-store__list__table th {
  width: 7em;
  background-color: rgba(16, 16, 16, 0.75);
}

.p-top-store__list__table td {
  padding-left: 12px;
}

/* === p-top-store__list__map === */

.p-top-store__list__map__detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.p-top-store__list__map__detail img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 300ms linear;
}

.p-top-store__list__map__detail img.is-active {
  opacity: 1;
}

/* p-top-store__etc */

.p-top-store__etc a {
  display: inline-flex;
  align-items: center;
}

.p-top-store__etc a::after {
  content: '';
  display: block;
  background-image: url("../img/common/icon_02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-top-store__etc a.is-hover:hover {
  text-decoration: underline;
}

.p-top-store__etc__txt {
  margin-bottom: 10px;
}

/* ----------------------------------------
 p-top-contact
---------------------------------------- */

#p-top-contact {
  background-image: url("../img/top/contact_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  font-family: "FOT-筑紫アンティークLゴ Std B";
  text-align: center;
}

#p-top-contact p {
  letter-spacing: 0em;
  line-height: 1.2;
}

#p-top-contact p span {
  display: inline-block;
}

.u-n {
  display: none;
}

.u-fill-wihte {
  fill: #ffffff;
}

.u-pointerevent-none {
  pointer-events: none;
}

/* ----------------------------------------
 android
---------------------------------------- */

/* ----------------------------------------
 edge
---------------------------------------- */

/* ----------------------------------------
 ie
---------------------------------------- */

/* ----------------------------------------
 ios
---------------------------------------- */

@media screen and (min-width: 415px) {
  .p-top-criteria__list li {
    line-height: 2.20833;
  }

  .u-n-mqUp-xs {
    display: none;
  }

  .u-br-414 {
    display: none;
  }
}

@media screen and (min-width: 668px) {
  #lbox-img-wrap {
    height: 80vh;
  }

  .l-conteiner {
    width: calc( 100% - 70px) !important;
  }

  .l-footer__info__corporate {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .l-header {
    height: 100%;
    border-right: solid 1px #000000;
  }

  .l-header__inr {
    height: 100%;
  }

  .l-header__logo {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .l-header__online {
    height: 210px;
    border-top: solid 1px #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .l-header__online a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .l-nav-btn {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #p-top-visual {
    height: 100vh;
    min-height: 768px;
    padding: 10%;
  }

  .p-top-visual__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .p-top-visual__content__logo {
    width: 21.38614%;
    text-align: right;
  }

  .p-top-visual__content__txt {
    width: 74.25743%;
  }

  .p-top-visual__scroll {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }

  #p-top-about {
    margin-bottom: 110px;
  }

  .p-top-store__list {
    margin-top: 90px;
  }

  .p-top-store__list__ttl h4 a::after {
    width: 13px;
    height: 12px;
    margin-left: 14px;
  }

  .p-top-store__etc a::after {
    width: 13px;
    height: 12px;
    margin-left: 14px;
  }

  #p-top-contact h2 {
    margin-bottom: 2px;
  }

  .u-n-mqUp-sm {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .c-bg-curb::before,
  .c-bg-curb::after {
    height: 131px;
    background-size: 2560px 131px;
  }

  .c-bg-curb::before {
    background-image: url("../img/common/bg_curb_pc_top.png");
  }

  .c-bg-curb::after {
    background-image: url("../img/common/bg_curb_pc_bottom.png");
  }

  .u-n-mqUp-md {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  p,
  a,
  li,
  dt,
  dd,
  small,
  address,
  th,
  td {
    font-size: 1.4rem;
  }

  .l-footer {
    padding: 96px 0 90px;
  }

  .l-footer__logo {
    width: 252px;
    height: 100px;
    margin-right: 10%;
  }

  .l-footer__link {
    margin-bottom: 17px;
  }

  .l-footer__link a {
    font-size: 1.4rem;
  }

  .l-footer__info__address li,
  .l-footer__info__address address {
    font-size: 1.3rem;
  }

  .l-footer__fb--pc > div {
    height: 460px;
  }

  .l-footer__fb--pc > div:nth-of-type(1) {
    margin-right: 3.84615%;
  }

  .l-header {
    width: 70px;
  }

  .l-header__logo {
    width: 30px;
    height: 34.64px;
  }

  .l-header__online {
    width: 69px;
  }

  .l-nav-btn a {
    padding: 20px;
  }

  .l-nav {
    padding: 100px 40px 100px 100px;
  }

  .c-article:not(:first-of-type) {
    margin-top: 256px;
  }

  .c-article__content {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .c-article__txt {
    width: 48.87218%;
  }

  .c-article__figure {
    width: 48.87218%;
  }

  .c-bg-curb__inr {
    padding: 145px 0 12px;
  }

  .c-ttl-logo {
    font-size: 3.8rem;
  }

  .c-ttl-logo {
    margin-bottom: 90px;
  }

  .c-ttl-logo span {
    width: 199px;
    height: 67px;
    margin-right: 7px;
  }

  .c-ttl-icon {
    font-size: 3.8rem;
  }

  .c-ttl-icon::before {
    width: 58px;
    height: 67px;
    margin-right: 28px;
  }

  #p-top-visual {
    margin-bottom: 70px;
  }

  .p-top-visual__content__logo {
    margin-right: 6.93069%;
  }

  .p-top-visual__content__txt {
    padding-top: 35px;
  }

  .p-top-visual__content__txt div {
    padding-left: 15%;
    margin-bottom: -95px;
  }

  .p-top-visual__content__txt h2 {
    font-size: 3.8rem;
  }

  .p-top-visual__content__txt h2 {
    margin-bottom: 23px;
  }

  .p-top-visual__content__txt p {
    font-size: 1.7rem;
  }

  .p-top-visual__circle svg {
    width: 828px;
    height: 828px;
  }

  #p-top-about__intro {
    margin-bottom: 200px;
  }

  #p-top-about__intro p {
    font-size: 1.8rem;
  }

  .p-top-about__lbox-list {
    margin-top: 40px;
  }

  .p-top-about__lbox-list::before {
    font-size: 1.4rem;
  }

  .p-top-about__figure-02__01::before,
  .p-top-about__figure-02__02::before {
    font-size: 1.6rem;
  }

  .p-top-about__figure-02__01::after,
  .p-top-about__figure-02__03::before {
    font-size: 1.6rem;
  }

  #p-top-criteria {
    margin-bottom: 190px;
  }

  .p-top-criteria__list li {
    font-size: 2.4rem;
  }

  #p-top-store .c-ttl-logo {
    margin-bottom: 80px;
  }

  .p-top-store__btn {
    margin-top: 60px;
  }

  .p-top-store__btn a {
    font-size: 1.6rem;
    padding: 18px 0;
  }

  .p-top-store__list h3 {
    margin-bottom: 56px;
  }

  .p-top-store__list h3 span {
    font-size: 3.0rem;
  }

  .p-top-store__list__ul__wrap {
    width: 48.87218%;
  }

  .p-top-store__list__ul li {
    border-bottom: solid 1px #ffffff;
  }

  .p-top-store__list__ul li.p-top-store__list__etc {
    display: none;
  }

  .p-top-store__list__ul img {
    padding-top: 14px;
    padding-bottom: 36px;
  }

  .p-top-store__list__ttl h4 {
    padding-left: 14px;
  }

  .p-top-store__list__ttl h4 a {
    font-size: 1.9rem;
  }

  .p-top-store__list__ttl div {
    position: relative;
    width: 94px;
    height: 74px;
  }

  .p-top-store__list__ttl div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: none;
  }

  .p-top-store__list__ttl div a::before {
    content: '';
    width: 23px;
    height: 13px;
    background-image: url("../img/common/icon_01.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .p-top-store__list__ttl div a.is-hover:hover {
    background-color: rgba(204, 204, 204, 0.1);
  }

  .p-top-store__list__ttl div a.is-open::before {
    transform: rotate(180deg);
  }

  .p-top-store__list__table {
    height: 0;
    overflow: hidden;
  }

  .p-top-store__list__table div {
    padding: 1em;
  }

  .p-top-store__list__table th,
  .p-top-store__list__table td {
    font-size: 1.4rem;
  }

  .p-top-store__list__map {
    position: relative;
    max-width: 650px;
    width: 48.87218%;
  }

  .p-top-store__etc {
    margin-top: 30px;
  }

  .p-top-store__etc a {
    font-size: 1.8rem;
  }

  .p-top-store__etc__txt {
    font-size: 1.4rem;
  }

  #p-top-contact {
    padding: 270px 0 284px;
    background-size: 365px;
  }

  #p-top-contact h2 {
    font-size: 3.8rem;
  }

  #p-top-contact p,
  #p-top-contact p a {
    font-size: 3.8rem;
  }

  #p-top-contact p span {
    font-size: 1.8rem;
  }

  .u-n-mqUp-lg {
    display: none;
  }
}

@media screen and (min-width: 1000px) and (max-height: 900px) {
  .p-top-visual__content__logo img {
    width: 180px;
  }

  .p-top-visual__content__txt {
    padding-top: 15px !important;
  }

  .p-top-visual__content__txt h2 {
    font-size: 3.6rem !important;
  }

  .p-top-visual__content__txt p {
    font-size: 1.4rem !important;
  }

  .p-top-visual__content__txt figure img {
    width: 90%;
  }

  .p-top-visual__circle svg {
    width: 80vh !important;
    height: 80vh !important;
  }
}

@media screen and (min-width: 1280px) {
  p,
  a,
  li,
  dt,
  dd,
  small,
  address,
  th,
  td {
    font-size: 1.6rem;
  }

  #lbox-close:hover {
    opacity: 0.7;
  }

  .l-footer__content {
    display: flex;
    justify-content: space-between;
  }

  .l-footer__info {
    width: 48.87218%;
  }

  .l-footer__info__address li {
    width: 50%;
    padding-right: 2.5%;
  }

  .l-footer__info__address li:nth-of-type(1) {
    float: left;
    clear: left;
  }

  .l-footer__info__address li:nth-of-type(2) {
    float: right;
    clear: right;
    margin-bottom: 30px;
  }

  .l-footer__info__address li:nth-of-type(3) {
    float: right;
    clear: right;
  }

  .l-footer__info__address li,
  .l-footer__info__address address {
    font-size: 1.4rem;
  }

  .l-footer__fb--pc {
    width: 48.87218%;
  }

  .c-ttl-logo {
    font-size: 4.2rem;
  }

  .c-ttl-icon {
    font-size: 4.2rem;
  }

  .p-top-visual__content__txt {
    padding-top: 75px;
  }

  .p-top-visual__content__txt div {
    padding-left: 29.06667%;
  }

  .p-top-visual__content__txt h2 {
    font-size: 4.2rem;
  }

  .p-top-visual__content__txt p {
    font-size: 2.0rem;
  }

  .p-top-visual__circle svg {
    width: 1035px;
    height: 1035px;
  }

  #p-top-about__intro p {
    font-size: 2.1rem;
  }

  .p-top-about__lbox-list {
    margin-top: 77px;
  }

  .p-top-about__figure-02__01::before,
  .p-top-about__figure-02__02::before {
    font-size: 2.0rem;
  }

  .p-top-about__figure-02__01::after,
  .p-top-about__figure-02__03::before {
    font-size: 2.0rem;
  }

  .p-top-store__btn {
    margin-top: 105px;
  }

  .p-top-store__btn a {
    font-size: 2.1rem;
    padding: 20px 0;
  }

  #p-top-contact h2 {
    font-size: 4.2rem;
  }

  #p-top-contact p,
  #p-top-contact p a {
    font-size: 4.2rem;
  }

  #p-top-contact p span {
    font-size: 2.1rem;
  }

  .u-n-mqUp-xl {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .l-footer__info {
    margin-bottom: 30px;
  }

  .l-footer__info__address {
    display: flex;
    flex-wrap: wrap;
  }

  .l-footer__info__address li {
    margin-right: 5%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 999px) {
  .c-bg-curb__inr {
    padding: 100px 0 0px;
  }

  .p-top-about__lbox-list::before {
    font-size: 1.3rem;
  }

  .p-top-store__list__ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .p-top-store__list__ttl h4 {
    margin-bottom: 1em;
  }

  .p-top-store__list__ttl div {
    display: none;
  }

  .p-top-store__list__table {
    height: auto !important;
  }

  .p-top-store__list__table th,
  .p-top-store__list__table td {
    font-size: 1.2rem;
  }

  .p-top-store__list__map {
    display: none;
  }

  .u-n-mqDown-lg {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-bg-curb::before,
  .c-bg-curb::after {
    height: 32px;
    background-size: 768px 32px;
  }

  .c-bg-curb::before {
    background-image: url("../img/common/bg_curb_sp_top.png");
  }

  .c-bg-curb::after {
    background-image: url("../img/common/bg_curb_sp_bottom.png");
  }

  .c-bg-curb__inr {
    padding: 100px 0 70px;
  }

  .u-n-mqDown-md {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  p,
  a,
  li,
  dt,
  dd,
  small,
  address,
  th,
  td {
    font-size: 1.3rem;
  }

  #lbox-img-wrap {
    height: 60vh;
  }

  .l-body {
    padding-top: 62px;
  }

  .l-footer {
    padding: 55px 0 70px;
  }

  .l-footer__info__corporate {
    margin-bottom: 30px;
  }

  .l-footer__logo {
    width: 176.4px;
    height: 70px;
    margin-bottom: 10px;
  }

  .l-footer__link a {
    font-size: 1.2rem;
  }

  .l-footer__info__address li {
    margin-bottom: 10px;
  }

  .l-footer__info__address li,
  .l-footer__info__address address {
    font-size: 1.2rem;
  }

  .l-footer__fb--pc {
    justify-content: space-between;
  }

  .l-header {
    width: 100%;
  }

  .l-header__inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .l-header__logo {
    width: 22.5px;
    height: 25.98px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .l-header__online a {
    padding: 20px 16px;
  }

  .l-nav-btn a {
    padding: 16px;
  }

  .l-nav {
    padding: 100px 10%;
  }

  .c-article:not(:first-of-type) {
    margin-top: 130px;
  }

  .c-article__content {
    margin-top: 40px;
  }

  .c-article__txt {
    margin-bottom: 50px;
  }

  .c-bg-curb__inr {
    padding: 80px 0 50px;
  }

  .c-ttl-logo {
    font-size: calc( 1.0rem + 3.5vw);
  }

  .c-ttl-logo {
    margin-bottom: 50px;
  }

  .c-ttl-logo span {
    width: 119.4px;
    height: 40.2px;
    margin: 4px;
  }

  .c-ttl-icon {
    font-size: calc( 1.0rem + 3.5vw);
  }

  .c-ttl-icon::before {
    width: 34.8px;
    height: 40.2px;
    margin-right: 10px;
  }

  #p-top-visual {
    padding: 0 10% 20%;
  }

  .p-top-visual__content__logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-top-visual__content__logo img {
    width: 100px;
    padding-right: 16px;
  }

  .p-top-visual__content__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }

  .p-top-visual__content__txt h2 {
    font-size: calc( 1.0rem + 3.5vw);
  }

  .p-top-visual__content__txt h2 {
    margin-bottom: 14px;
  }

  .p-top-visual__content__txt p {
    font-size: 1.2rem;
  }

  .p-top-visual__content__txt figure {
    margin-top: -40px;
  }

  .p-top-visual__circle svg {
    width: 414px;
    height: 414px;
  }

  .p-top-visual__scroll {
    text-align: center;
    transform: translate(0%, -50%);
  }

  #p-top-about {
    margin-bottom: 60px;
  }

  #p-top-about__intro {
    margin-bottom: 130px;
  }

  .p-top-about__lbox-list {
    margin-top: 30px;
  }

  .p-top-about__figure-01 {
    margin-top: 90px;
  }

  #p-top-criteria {
    margin-bottom: 120px;
  }

  .p-top-criteria__list li {
    font-size: 1.5rem;
  }

  .p-top-store__btn {
    margin-top: 30px;
  }

  .p-top-store__btn a {
    font-size: 1.4rem;
    padding: 18px 0;
  }

  .p-top-store__list {
    margin-top: 75px;
  }

  .p-top-store__list h3 {
    margin-bottom: 30px;
  }

  .p-top-store__list h3 span {
    font-size: calc( 1.0rem + 2.5vw);
  }

  .p-top-store__list__ttl h4 a {
    font-size: 1.6rem;
  }

  .p-top-store__list__ttl h4 a::after {
    width: 10.4px;
    height: 9.6px;
    margin-left: 6px;
  }

  .p-top-store__etc {
    margin-top: 15px;
  }

  .p-top-store__etc a {
    font-size: 1.4rem;
  }

  .p-top-store__etc a::after {
    width: 10.4px;
    height: 9.6px;
    margin-left: 6px;
  }

  .p-top-store__etc__txt {
    font-size: 1.2rem;
  }

  #p-top-contact {
    padding: 140px 0;
    background-size: 182.5px;
  }

  #p-top-contact h2 {
    font-size: calc( 1.0rem + 3.5vw);
  }

  #p-top-contact h2 {
    margin-bottom: 15px;
  }

  #p-top-contact p,
  #p-top-contact p a {
    font-size: calc( 1.0rem + 3.5vw);
  }

  #p-top-contact p span {
    font-size: 1.4rem;
  }

  .u-n-mqDown-sm {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .p-top-criteria__list li {
    line-height: 1.5;
    margin-bottom: 1em;
  }

  .u-br-none-414 {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .p-top-visual__content__logo img {
    width: 80px;
    padding-right: 12.8px;
  }

  .p-top-criteria__list li {
    font-size: 1.4rem;
  }

  .p-top-store__btn a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 999px) and (min-width: 668px) {
  p,
  a,
  li,
  dt,
  dd,
  small,
  address,
  th,
  td {
    font-size: 1.4rem;
  }

  .l-conteiner {
    width: calc( 100% - 60px) !important;
  }

  .l-footer {
    padding: 80px 0 80px;
  }

  .l-footer__logo {
    width: 214.2px;
    height: 85px;
    margin-right: 30px;
  }

  .l-footer__link {
    margin-bottom: 14px;
  }

  .l-footer__info__address li,
  .l-footer__info__address address {
    font-size: 1.3rem;
  }

  .l-footer__fb--pc > div {
    height: 300px;
  }

  .l-footer__fb--pc > div:nth-of-type(1) {
    margin-right: 3.84615%;
  }

  .l-header {
    width: 60px;
  }

  .l-header__logo {
    width: 25.5px;
    height: 29.444px;
  }

  .l-header__online {
    width: 59px;
  }

  .l-nav-btn a {
    padding: 12px;
  }

  .l-nav {
    padding: 100px 40px 100px 90px;
  }

  .c-article:not(:first-of-type) {
    margin-top: 180px;
  }

  .c-article__content {
    margin-top: 50px;
  }

  .c-article__txt {
    margin-bottom: 80px;
  }

  .c-ttl-logo {
    font-size: calc( 1.0rem + 2.75vw);
  }

  .c-ttl-logo {
    margin-bottom: 75px;
  }

  .c-ttl-logo span {
    width: 159.2px;
    height: 53.6px;
    margin-right: 5px;
  }

  .c-ttl-icon {
    font-size: calc( 1.0rem + 2.75vw);
  }

  .c-ttl-icon::before {
    width: 46.4px;
    height: 53.6px;
    margin-right: 20px;
  }

  .p-top-visual__content__logo {
    margin-right: 10%;
  }

  .p-top-visual__content__txt h2 {
    font-size: calc( 1.0rem + 2.75vw);
  }

  .p-top-visual__content__txt h2 {
    margin-bottom: 20px;
  }

  .p-top-visual__content__txt p {
    font-size: 1.6rem;
  }

  .p-top-visual__circle svg {
    width: 517.5px;
    height: 517.5px;
  }

  #p-top-about__intro {
    margin-bottom: 170px;
  }

  #p-top-about__intro p {
    font-size: 1.8rem;
  }

  .p-top-about__lbox-list {
    margin-top: 40px;
  }

  #p-top-criteria {
    margin-bottom: 160px;
  }

  .p-top-criteria__list li {
    font-size: 2.0rem;
  }

  .p-top-store__btn {
    margin-top: 50px;
  }

  .p-top-store__btn a {
    font-size: 1.8rem;
    padding: 19px 0;
  }

  .p-top-store__list h3 {
    margin-bottom: 45px;
  }

  .p-top-store__list h3 span {
    font-size: 2.6rem;
  }

  .p-top-store__list__ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p-top-store__list__ul li {
    width: 49%;
  }

  .p-top-store__list__ttl h4 a {
    font-size: 1.8rem;
  }

  .p-top-store__etc {
    margin-top: 22px;
  }

  .p-top-store__etc a {
    font-size: 1.6rem;
  }

  .p-top-store__etc__txt {
    font-size: 1.3rem;
  }

  #p-top-contact {
    padding: 240px 0;
    background-size: 255.5px;
  }

  #p-top-contact h2 {
    font-size: calc( 1.0rem + 2.75vw);
  }

  #p-top-contact p,
  #p-top-contact p a {
    font-size: calc( 1.0rem + 2.75vw);
  }

  #p-top-contact p span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1600px) and (min-width: 769px) {
  .c-bg-curb::before,
  .c-bg-curb::after {
    background-size: 1920px 131px;
  }
}
/*# sourceMappingURL=style.min.css.map */
