@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: inter, "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  color: #2d2d2d;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.pc-tag {
  display: block;
}

.pc-tab-tag {
  display: block;
}

.tab-tag {
  display: none;
}

.sp-tag {
  display: none;
}

a {
  text-decoration: none;
  color: #2d2d2d;
}

figure {
  margin: 0;
}

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

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 0.5em 0.8em;
  border-radius: 0;
  border: 1px solid #aaa;
  background: #fff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #2d2d2d;
  font-family: inter, "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  padding: 1.4em 2em;
  font-size: 1rem;
  font-family: inter, "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

label {
  cursor: pointer;
}

video {
  max-width: 100%;
}

address {
  font-style: normal;
}

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

header.header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 180px;
  background: #e8e4dc;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: height 0.5s;
}
header.header.scroll {
  height: 100px;
}
header.header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  width: min(100%, 1920px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
}
header.header .logo {
  width: max(28%, 392px);
}
header.header .sp-menu {
  display: none;
}
header.header .sp-menu.on {
  width: 32px;
  height: 32px;
  border-radius: 300px;
  background: #2d2d2d;
  right: calc(30% + 32px);
}
header.header .sp-menu.on .bar {
  width: 24px;
  height: 2px;
  background: #fff;
}
header.header .sp-menu.on .bar:nth-of-type(1) {
  top: auto;
  transform: rotate(45deg);
}
header.header .sp-menu.on .bar:nth-of-type(2) {
  opacity: 0;
}
header.header .sp-menu.on .bar:nth-of-type(3) {
  top: auto;
  transform: rotate(-45deg);
}
header.header .gnavi ul {
  display: flex;
}
header.header .gnavi ul li {
  border-left: 1px solid #2d2d2d;
}
header.header .gnavi ul li a {
  display: block;
  width: 7em;
  padding: 0.2em 0;
  text-align: center;
  line-height: 1.4;
  transition: padding 0.2s;
}
header.header .gnavi ul li a .en {
  display: inline-block;
  font-weight: 600;
}
header.header .gnavi ul li a:hover {
  padding-top: 0;
}
header.header .gnavi ul li a.res {
  width: 10em;
  background: #2d2d2d;
  color: #fff;
  transition: background 0.2s;
}
header.header .gnavi ul li a.res:hover {
  padding-top: 0.2em;
  background: #474747;
}
header.header .gnavi ul li:last-child {
  border-left: none;
}
header.header .gnavi.on {
  visibility: visible;
  opacity: 1;
}
header.header .return-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 2em;
  border-radius: 100px;
  background: #Fff;
}

footer.footer {
  padding: 3em 0;
  background: #e8e4dc;
}
footer.footer .inline {
  display: inline-block;
}
footer.footer .f-inner {
  width: min(92%, 1000px);
  margin-left: auto;
  margin-right: auto;
}
footer.footer .upper {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
footer.footer .upper .l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer.footer .upper .l .time {
  display: grid;
  grid-template-columns: auto 1fr;
}
footer.footer .upper .l .time dt {
  margin-right: 1em;
  font-weight: bold;
}
footer.footer .upper .l .tel .tel-text {
  font-weight: bold;
}
footer.footer .upper .l .tel .telnum {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em;
}
footer.footer .upper .l .tel .telnum address {
  flex-shrink: 0;
  font-size: 2em;
  letter-spacing: normal;
  line-height: 1;
}
footer.footer .upper .l .tel .telnum a {
  display: flex;
  padding: 0.2em 1.5em;
  background: #fff;
  border-radius: 100px;
  font-size: 0.8em;
}
footer.footer .upper .l .tel .telnum a::after {
  content: "＞";
  display: block;
  margin-left: 0.3em;
  transition: transform 0.2s;
}
footer.footer .upper .l .tel .telnum a:hover::after {
  transform: translateX(0.2em);
}
footer.footer .upper .r {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
footer.footer .upper .r .res a {
  display: flex;
  align-items: center;
}
footer.footer .upper .r .res a::after {
  content: "＞";
  display: block;
  margin-left: 0.3em;
  transition: transform 0.2s;
}
footer.footer .upper .r .res a:hover::after {
  transform: translateX(0.2em);
}
footer.footer .upper .r .mail {
  line-height: 1.4;
}
footer.footer .upper .r .mail a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
footer.footer .upper .r .mail a:hover {
  opacity: 0.7;
}
footer.footer .upper .r .addr {
  display: flex;
  gap: 1em;
}
footer.footer .upper .r .addr dt {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
footer.footer .upper .r .addr dd {
  flex-wrap: wrap;
}
footer.footer .upper .r .addr .inline {
  margin-right: 1em;
}
footer.footer .lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
}
footer.footer .lower .copyright {
  font-size: 0.8125rem;
}
footer.footer .lower .pagetop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid #2d2d2d;
  border-radius: 300px;
}
footer.footer .lower .pagetop a::before {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 1/1;
  margin-bottom: -0.2em;
  margin-top: 0.3em;
  border-top: 1px solid #2d2d2d;
  border-right: 1px solid #2d2d2d;
  transform: rotate(-45deg);
}

.inner {
  width: min(92%, 1000px);
  margin-left: auto;
  margin-right: auto;
}

.onmv {
  opacity: 0;
  transform: translateY(2em);
  transition: all 1s 0.2s;
}
.onmv.comp {
  opacity: 1;
  transform: translateY(0);
}

.bgmv .inner {
  opacity: 0;
  transform: translateY(2em);
  transition: all 1s 0.3s;
}
.bgmv.comp::before {
  opacity: 1;
  transform: scale(1);
}
.bgmv.comp .inner {
  opacity: 1;
  transform: translateY(0);
}

.listmv [class*=n-] {
  opacity: 0;
  transform: translateY(10px);
}
.listmv .n-1 {
  transition: all 0.4s;
}
.listmv .n-2 {
  transition: all 0.4s 0.1s;
}
.listmv .n-3 {
  transition: all 0.4s 0.2s;
}
.listmv .n-4 {
  transition: all 0.4s 0.3s;
}
.listmv .n-5 {
  transition: all 0.4s 0.4s;
}
.listmv .n-6 {
  transition: all 0.4s 0.5s;
}
.listmv.comp [class*=n-] {
  opacity: 1;
  transform: translateY(0);
}

.listfade [class*=n-] {
  opacity: 0;
}
.listfade .n-1 {
  transition: all 1s;
}
.listfade .n-2 {
  transition: all 1s 0.3s;
}
.listfade .n-3 {
  transition: all 1s 0.6s;
}
.listfade .n-4 {
  transition: all 1s 0.9s;
}
.listfade .n-5 {
  transition: all 1s 1.2s;
}
.listfade .n-6 {
  transition: all 1s 1.5s;
}
.listfade.comp [class*=n-] {
  opacity: 1;
}
@media only screen and (max-width: 1200px){
  * {
    margin: 0;
  }
  .pc-tag {
    display: none;
  }
  .tab-tag {
    display: block;
  }
  header.header {
    height: 100px;
  }
  header.header .h-inner {
    padding-right: 0;
  }
  header.header .sp-menu {
    display: block;
    width: 100px;
    height: 100px;
    padding: 0;
    background: transparent;
    position: relative;
    right: 0;
    transition: right 0.2s 0.2s;
  }
  header.header .sp-menu .bar {
    display: block;
    width: 48px;
    height: 4px;
    margin: auto;
    background: #2d2d2d;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.2s;
  }
  header.header .sp-menu .bar:nth-of-type(1) {
    top: calc(50% - 2px - 12px);
  }
  header.header .sp-menu .bar:nth-of-type(3) {
    top: calc(50% + 2px + 12px);
  }
  header.header .gnavi {
    visibility: hidden;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    z-index: 900;
    transition: opacity 0.2s;
  }
  header.header .gnavi ul {
    flex-direction: column;
  }
  header.header .gnavi ul li {
    border-left: none;
    border-bottom: 1px solid rgba(108, 108, 108, 0.5);
  }
  header.header .gnavi ul li a {
    display: flex;
    align-items: center;
    gap: 1em;
    width: 100%;
    padding: 1.2em;
  }
  header.header .gnavi ul li a br {
    display: none;
  }
  header.header .gnavi ul li a:hover {
    padding-top: 1.2em;
  }
  header.header .gnavi ul li a.res {
    width: 100%;
  }
  header.header .gnavi ul li a.res:hover {
    padding-top: 1.2em;
  }
  header.header .gnavi ul li:last-child {
    border-bottom: none;
  }
  header.header .return-menu {
    padding-right: 4%;
  }
  footer.footer .upper .r .addr .inline {
    display: block;
  }
}
@media only screen and (max-width: 640px){
  * {
    margin: 0;
  }
  .pc-tab-tag {
    display: none;
  }
  .sp-tag {
    display: block;
  }
  header.header {
    height: 80px;
  }
  header.header.scroll {
    height: 80px;
  }
  header.header .logo {
    width: 60vw;
  }
  header.header .sp-menu.on {
    right: calc(55% + 32px);
  }
  header.header .sp-menu.on .bar {
    width: 16px;
  }
  header.header .gnavi {
    width: 55%;
  }
  header.header .gnavi ul li a {
    font-size: 3.5897435897vw;
  }
  header.header .return-menu a {
    padding: 0.3em 1em;
    font-size: 2.8205128205vw;
  }
  footer.footer .upper {
    flex-direction: column;
  }
  footer.footer .upper .l {
    gap: 2em;
  }
  footer.footer .upper .l .tel .telnum {
    flex-direction: column;
    align-items: flex-start;
  }
  footer.footer .upper .l .tel .telnum a {
    font-size: 3.8461538462vw;
  }
  footer.footer .upper .r .addr {
    flex-direction: column;
    gap: 0;
  }
  footer.footer .upper .r .addr .inline {
    display: inline-block;
  }
  footer.footer .lower {
    align-items: flex-end;
    margin-top: 1em;
  }
}
