@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

figure {
  margin: 0;
}

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

ul, ol, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.over {
  opacity: 1;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .over:hover {
    opacity: 0.5;
  }
}

.pc {
  display: block;
}
@media (max-width: 559px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 559px) {
  .sp {
    display: block;
  }
}

body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}
body img {
  width: 100%;
}

@font-face {
  font-family: "FuturaRound_custom";
  src: url("../font/FuturaRound-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "FuturaRound_custom";
  src: url("../font/FuturaRound-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "FuturaRound_custom";
  src: url("../font/FuturaRound-Demi.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "FuturaRound_custom";
  src: url("../font/FuturaRound-Bold.woff") format("woff");
  font-weight: 700;
}
@media (min-width: 928px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
.ja {
  font-weight: 600;
}

.en {
  font-family: FuturaRound_custom, sans-serif;
}

.opening {
  z-index: 10001;
}

.nav-trigger {
  z-index: 10000;
}

.nav-container {
  z-index: 9999;
}

.overlay {
  z-index: 9998;
}

header {
  z-index: 9997;
}

.process .visual {
  z-index: 2;
}

header {
  background: #fff;
  box-sizing: border-box;
  display: grid;
  height: 150px;
  left: 0;
  place-items: center;
  top: 0;
  width: 100%;
}
@media (max-width: 559px) {
  header {
    height: 29.3333333333vw;
  }
}
header h1 {
  width: 400px;
}
@media (max-width: 559px) {
  header h1 {
    width: 66.6666666667vw;
  }
}

footer {
  background: #F2F2F2;
  box-sizing: border-box;
  display: grid;
  font-weight: 600;
  height: 250px;
  margin: 0 auto;
  place-items: center;
  width: 100%;
}
@media (max-width: 559px) {
  footer {
    width: 100%;
  }
}
footer .inr {
  margin: 0 auto;
  text-align: center;
  width: 230px;
}
footer .inr h3 {
  font-size: 0.75rem;
}
footer .inr h2 {
  margin: 2em 0;
}
footer .inr p {
  font-size: 0.625rem;
  line-height: 16px;
}

main {
  background: #FFFFFF;
  margin: 0 auto;
  padding-top: 50px;
  width: 1000px;
}
@media (max-width: 559px) {
  main {
    width: 100%;
  }
}

.cont > section {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 559px) {
  .cont > section {
    width: 94.6666666667vw;
  }
}
.cont > section:nth-child(1) {
  border-top: 0;
}

.title {
  font-size: 3.4375rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 559px) {
  .title {
    font-size: 9.6vw;
  }
}
.title span {
  display: block;
  font-size: 1.375rem;
  line-height: 30px;
}
@media (max-width: 559px) {
  .title span {
    font-size: 5.8666666667vw;
  }
}

.keyvisual {
  background: #F2F2F2;
  box-sizing: border-box;
  position: relative;
}
.keyvisual__ttl {
  margin: 0 auto 0.7em;
  width: 250px;
}
@media (max-width: 559px) {
  .keyvisual__ttl {
    margin: 0 auto 1.5em;
    width: 56vw;
  }
}

.infomation {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 0.5em;
  font-size: 7.03125vw;
  font-weight: 700;
}
.sns {
  margin-bottom: 100px !important;
}
.sns .title {
  font-size: 2.125rem;
}
.sns__item {
  display: flex;
  justify-content: center;
  width: 850px;
  margin: 0 auto;
}
@media (max-width: 559px) {
  .sns__item {
    flex-direction: column;
    width: 100%;
  }
}
.sns__btn {
  width: 400px;
}
@media (max-width: 559px) {
  .sns__btn {
    width: 100%;
    margin-bottom: 1em;
  }
}

.company {
  background: #F2F2F2;
  padding: 60px 100px;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 100px !important;
}
@media (max-width: 559px) {
  .company {
    padding: 4em 2em 2em;
  }
}
.company .title {
  position: absolute;
  top: -0.5em;
  left: 0.5em;
}
.company__nameItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
@media (max-width: 559px) {
  .company__nameItem {
    flex-direction: column;
  }
}
.company__nameItemInr {
  width: 50%;
}
@media (max-width: 559px) {
  .company__nameItemInr {
    margin-bottom: 2em;
  }
}
.company__name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
@media (max-width: 559px) {
  .company__name {
    font-size: 1.375rem;
  }
}
.company__nameSmall {
  font-size: 1rem;
  margin-bottom: 0.2em;
  white-space: nowrap;
}
.company__infoItem {
  line-height: 1.7;
}
.company__addressTtl {
  font-size: 1.125rem;
  font-weight: bold;
}
.company__addressEn {
  margin-bottom: 2em;
}
.company__addressTh {
  margin-bottom: 2em;
}
.company__addressTel {
  margin-bottom: 2em;
}

.about {
  margin-bottom: 150px !important;
}
.about__item {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
  align-items: center;
  margin-bottom: 5em;
}
@media (max-width: 559px) {
  .about__item {
    flex-direction: column;
  }
}
.about__item:last-child {
  margin-bottom: 0;
}
.about__item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 559px) {
  .about__item--reverse {
    flex-direction: column;
  }
}
.about__photo {
  width: 450px;
}
@media (max-width: 559px) {
  .about__photo {
    margin-bottom: 2em;
    width: 100%;
  }
}
.about__text {
  width: 500px;
  font-size: 1rem;
  overflow-wrap: break-word;
}
@media (max-width: 559px) {
  .about__text {
    width: 100%;
  }
}
.about__text .title {
  font-size: 2.125rem;
  text-align: left;
  line-height: 1.3;
  width: 700;
}
@media (max-width: 559px) {
  .about__text .title {
    font-size: 1.5rem;
  }
}
.about__infoItem {
  margin: 2em 0 0;
}
.about__infoItem li {
  margin-bottom: 1em;
  font-size: 0.875rem;
}
.about__infoItem .ttl {
  font-weight: bold;
}

.store {
  background: #F2F2F2;
  padding: 70px 50px 60px;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 100px !important;
}
@media (max-width: 559px) {
  .store {
    padding: 4em 2em 2em;
  }
}
.store .title {
  position: absolute;
  text-align: left;
  top: -1em;
  left: 0.5em;
}
.store .title span {
  font-size: 3.125rem;
  display: inline;
}
@media (max-width: 559px) {
  .store .title span {
    font-size: 1.875rem;
  }
}
.store__item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 559px) {
  .store__item {
    flex-direction: column;
  }
}
@media (max-width: 559px) {
  .store__store {
    margin-bottom: 2em;
  }
}

.aboutAdastria {
  background: #F2F2F2;
  padding: 60px 100px;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 100px !important;
}
@media (max-width: 559px) {
  .aboutAdastria {
    padding: 4em 2em 2em;
  }
}
.aboutAdastria .title {
  position: absolute;
  top: -0.5em;
  left: 0.5em;
}
.aboutAdastria .title span {
  font-size: 3.125rem;
  display: inline;
}
@media (max-width: 559px) {
  .aboutAdastria .title span {
    font-size: 1.875rem;
  }
}
.aboutAdastria__item {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
  align-items: center;
}
@media (max-width: 559px) {
  .aboutAdastria__item {
    flex-direction: column;
  }
}
.aboutAdastria__photo {
  width: 300px;
}
@media (max-width: 559px) {
  .aboutAdastria__photo {
    margin-bottom: 2em;
    width: 100%;
  }
}
.aboutAdastria__text {
  width: 450px;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}
@media (max-width: 559px) {
  .aboutAdastria__text {
    width: 100%;
  }
}
.aboutAdastria__text .title {
  font-size: 2.125rem;
  text-align: left;
  line-height: 1.3;
  width: 700;
}
@media (max-width: 559px) {
  .aboutAdastria__text .title {
    font-size: 1.5rem;
  }
}
.aboutAdastria__infoItem {
  margin: 2em 0 0;
}
.aboutAdastria__infoItem li {
  margin-bottom: 1em;
  font-size: 0.875rem;
}
.aboutAdastria__infoItem .ttl {
  font-weight: bold;
}

.fadeIn {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.fadeIn.active {
  animation-delay: 0.2s;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
