* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.75;
  color: #141414;
  background-color: #fff;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  -webkit-overflow-scrolling: touch;
}
a {
  color: #141414;
  text-decoration: underline;
  transition: color .3s;
}
a:hover {
  color: #585858;
}
body {
  opacity: 0;
  animation: fadeIn 1.2s cubic-bezier(.645, .045, .355, 1) 0.3s forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[data-animation="before"] {
  opacity: 0;
  transform: translateY(20px);
}
[data-animation="after"] {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
  will-change: transform;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo {
  position: absolute;
  top: 12px;
  left: 40px;
  z-index: 100;
}
.logo a {
  display: block;
  opacity: 1;
  transition: opacity .3s;
}
.logo a:hover {
  opacity: .7;
}
.logo svg {
  fill: #FFFFFF;
  width: 220px;
  height: 18.5px;
}

.top-main-visual {
  /* height: 100dvh; */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: relative;
}
.top-slides {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.top-slides .slick-list,
.top-slides .slick-track {
  height: 100%;
  width: 100%;
}
.top-slides .slide {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.top-slides .slide01 {
  background-image: url(/assets/img/top/pc-slide01@2x.jpg?v=1.00);
}
.top-slides .slide02 {
  background-image: url(/assets/img/top/pc-slide02@2x.jpg?v=1.00);
}
.top-slides .slide03 {
  background-image: url(/assets/img/top/pc-slide03@2x.jpg?v=1.00);
}
.top-slides .slide04 {
  background-image: url(/assets/img/top/pc-slide04@2x.jpg?v=1.00);
}
.top-slides .slide05 {
  background-image: url(/assets/img/top/pc-slide05@2x.jpg?v=1.00);
}
.top-slides .slide06 {
  background-image: url(/assets/img/top/pc-slide06@2x.jpg?v=1.00);
}
.top-slides .slide07 {
  background-image: url(/assets/img/top/pc-slide07@2x.jpg?v=1.00);
}
.top-slides .slide08 {
  background-image: url(/assets/img/top/pc-slide08@2x.jpg?v=1.00);
}
.top-slides .slide09 {
  background-image: url(/assets/img/top/pc-slide09@2x.jpg?v=1.00);
}
.top-slides .slide10 {
  background-image: url(/assets/img/top/pc-slide10@2x.jpg?v=1.00);
}
.main {
  position: relative;
}
.top-intro {
  padding: 150px 0 0;
}
.u-inner {
  width: min(1512px, 100%);
  padding: 0 60px;
  margin: 0 auto;
}
.top-intro-cols {
  display: flex;
  /* gap: 80px; */
  gap: 6.9%;
}
.top-intro-contents {
  flex: 1;
  width: auto;
  position: relative;
  top: -2px;
}
/* .top-intro-txt {
  text-align: justify;
} */
.top-intro-pic {
  /* width: 640px; */
  width: 55.2%;
}
.top-intro-txt + .top-intro-txt {
  margin-top: 28px;
}
.u-hdr01 {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 50px;
}
.u-en01 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .05em;
}
.top-concept {
  padding: 0;
  margin-top: 145px;
}
.top-criterias {
  display: flex;
  /* gap: 49px; */
  gap: 4.33%;
}
.criteria-sec {
  flex: 1;
}
.criteria-sec-pic {
  margin-bottom: 7px;
}
.criteria-sec-ttl {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0 14px;
}
.criteria-sec-txt {
  font-size: 14px;
  line-height: 1.78;
}
.top-brands {
  padding: 0;
  margin-top: 142px;
}


.brand-list-cols {
  display: flex;
  gap: 0 4.33%;
}
.brand-list-col {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  flex: 1;
}
.brand-item {
  /* width: calc(91.34% / 3); */
  width: 100%;
}

.brand-item .brand-name {
  border-bottom: 1px solid #E1E1E1;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}
.u-toggle {
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  margin: auto;
  top: 1px;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.u-toggle::before {
  content: "-";
  display: flex;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #141414;
  line-height: 1;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.u-toggle::after {
  content: "+";
  display: flex;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #141414;
  line-height: 1;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  transition: transform 0.5s ease;
  transform: scaleY(1);
}
.brand-item.is-open .u-toggle::after {
  transform: scaleY(0);
}
.brand-info {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}
.brand-item.is-open .brand-info {
  max-height: 500px;
  opacity: 1;
}
.brand-logo {
  margin-top: 25px;
  margin-bottom: 18px;
}
.brand-logo a {
  display: flex;
  transition: opacity .3s;
  opacity: 1;
  height: 118px;
  justify-content: center;
  align-items: center;
}
.brand-logo a img {
  max-height: 100%;
  width: auto;
}
.brand-logo a:hover {
  opacity: .6;
}
.brand-item .brand-description,
.brand-item .brand-desc {
  font-size: 12px;
  line-height: 1.72;
  /* text-align: justify; */
  padding-bottom: 42px;
}



.top-store {
  margin-top: 145px;
}
.top-store-cols {
  display: flex;
  /* gap: 80px; */
  gap: 6.9%;
}
.top-store-contents {
  flex: 1;
  width: auto;
  position: relative;
  top: -4px;
}
.top-store-pic {
  /* width: 640px; */
  width: 55.2%;
}
.top-store-txt {
  font-size: 14px;
  line-height: 1.7;
}
.top-store-info a {
  text-decoration: none;
}
.top-store-info {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 10px;
}
.top-store-info a {
  text-decoration: none;
}
.top-store-services {
  font-size: 14px;
  list-style: none;
  line-height: 1.75;
  margin-bottom: 41px;
  margin-top: 41px;
}
.top-store-services li {
  padding-left: 1em;
  text-indent: -1em;
}
.top-store-services li::before {
  content: "◯";
  margin-right: 0.15em;
}
.top-store-note {
  font-size: 12px;
  padding-left: 1.35em;
  line-height: 1.68;
  position: relative;
}
.top-store-note::before {
  content: "※";
  position: absolute;
  left: 1px;
  top: 0;
}
.top-store-note + .top-store-note {
  margin-top: 12px;
}
.top-store-hdr {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}
.top-store-infos {
  font-size: 14px;
  list-style: none;
  line-height: 1.75;
}
.top-store-infos li {
  padding-left: 1.15em;
  text-indent: -1.15em;
  margin-top: 10px;
}
.top-store-infos li::before {
  content: "・";
  margin-right: 0.15em;
}
.top-store-address {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 42px;
}
.top-store-tel {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 36px;
  margin-bottom: 40px;
}
.top-store-tel a {
  text-decoration: none;
  pointer-events: none;
}
.map {
  height: auto;
  position: relative;
  margin-top: 60px;
}
.map::before {
  content: "";
  display: block;
  padding-top: 71.4%;
}
.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.top-contact {
  margin-top: 142px;
}
.footer {
  padding: 142px 0 50px;
}
.footer-contents {
  position: relative;
}
.copyright {
  font-size: 12px;
}
.form-content {
  margin-top: -1px;
  width: 37.9%;
}
.form-content dt {
  display: none;
}
.form-content dd {
  line-height: 1;
  font-size: 14px;
}
button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}
[type="tel"], [type="email"], [type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFF;
  border: 1px solid #6E6E6E;
  border-radius: 0;
  box-sizing: border-box;
  color: #141414;
  font-family: inherit;
  font-size: inherit;
  height: 40px;
  letter-spacing: inherit;
  padding: 14px;
  vertical-align: top;
  width: 100%;
  letter-spacing: .05em;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFF;
  border: 1px solid #6E6E6E;
  border-radius: 0;
  box-sizing: border-box;
  color: #141414;
  font-family: inherit;
  font-size: inherit;
  height: auto;
  letter-spacing: inherit;
  padding: 9px 14px;
  vertical-align: top;
  width: 100%;
  letter-spacing: .05em;
}
input::placeholder,
textarea::placeholder {
  color: #141414;
  opacity: 1;
}
.form-content dd:nth-child(n+4) {
  margin-top: 20px;
}
.btn-confirm {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-items: center;
  background-color: transparent;
  border: 1px solid #141414;
  border-radius: 0;
  color: #141414;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  letter-spacing: .05em;
  text-indent: .05em;
  transition: all .3s;
  width: 75px;
  margin-top: 20px;
  opacity: 1;
  padding-top: 3px;
  pointer-events: all;
  transition: opacity .3s;
}
.btn-confirm:hover {
  opacity: .7;
}
.btn-confirm.disable {
  opacity: .5;
  pointer-events: none;
}

.btn-insta {
  display: block;
  width: 20px;
  height: 20px;
  text-decoration: none;
  transition: opacity 0.3s;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.btn-insta:hover {
  opacity: 0.6;
}
.icon-insta {
  width: 20px;
  height: 20px;
  fill: #141414;
}
.grecaptcha-badge {
  display: none;
}
.recaptcha-terms {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.75;
}
.msg-complete {
  font-size: 13px;
  line-height: 1.75;
  width: 37.9%;
}
.err {
  color: #ff0000;
  font-size: 12px;
  margin-top: 10px;
}
dd .err {
  overflow: hidden;
  height: 0;
  margin-top: 0;
}
.err + [type="tel"],
.err + [type="email"],
.err + [type="text"] {
  border: 1px solid #FF0000;
}
.err + textarea {
  border: 1px solid #FF0000;
}
.err + [type="tel"]::placeholder,
.err + [type="email"]::placeholder,
.err + [type="text"]::placeholder,
.err + textarea::placeholder {
  color: #FF0000;
}
#contact-loading-wrap {
  font-size: 13px;
  margin-top: 10px;
}