@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 80.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .__inner {
    width: 95.625rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(100%, 1920px);
  margin: 0 auto;
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__ttlstyle_orange-light {
  position: relative;
  z-index: 2;
}
.__ttlstyle_orange-light::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../images/orange-light_dark.png);
  background-size: cover;
}
.__ttlstyle_orange-light .__ttl-inner {
  margin: 0 auto;
}

.__ttlstyle01 {
  font-family: "Hina Mincho", serif;
}
.__ttlstyle01 span {
  display: block;
  line-height: 1em;
}
.__ttlstyle01 span.__en {
  font-size: 0.9em;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 0.85em;
  }
}
.__ttlstyle01 span.__jp {
  font-size: 2.25rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.425em;
  }
}
.__ttlstyle01.__tate {
  writing-mode: vertical-rl;
}
.__ttlstyle01.__tate span.__en {
  margin-bottom: 0;
  margin-left: 1em;
  margin-right: -2.4em;
}
.__ttlstyle01.__tate span.__jp {
  margin-top: 0.4em;
  letter-spacing: 0.1em;
}

.sec-ttl .sec-ttl-inner {
  width: calc(2.25rem + 0.9em);
}
@media screen and (max-width: 1199px) {
  .sec-ttl .sec-ttl-inner {
    width: 2.65em;
  }
}
@media screen and (max-width: 767px) {
  .sec-ttl .sec-ttl-inner {
    width: 2.275em;
  }
}

.__ttlstyle02 span {
  display: block;
}
.__ttlstyle02 span.__num {
  font-size: 0.9em;
  letter-spacing: 0.06em;
  line-height: 1em;
  margin-bottom: 1em;
}
.__ttlstyle02 span.__ttl {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 span.__ttl {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__ttl {
    font-size: 1.125em;
  }
}

.__ttlstyle03 {
  text-align: center;
  width: 100%;
  border-bottom: solid 1px #111;
  margin-bottom: 1em;
}
.__ttlstyle03::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #111;
  margin: 0 auto;
  margin-bottom: -1em;
}
.__ttlstyle03 h3 {
  margin-bottom: 1.6em;
}
.__ttlstyle03 p {
  text-align: center;
  font-size: max(1.125rem, 1em);
  margin-top: 2em;
  margin-bottom: 3em;
}
.__ttlstyle03.__white {
  border-bottom-color: #fff;
}
.__ttlstyle03.__white::after {
  background-color: #fff;
}

.__ttlstyle04 {
  font-family: "Hina Mincho", serif;
  display: flex;
  align-items: flex-start;
}
.__ttlstyle04::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  border: solid 1px #222;
  margin-top: 0.75em;
  margin-right: 0.75em;
}
.__ttlstyle04.__white::before {
  border-color: #fff;
}

.__ttlstyle05 {
  display: block;
  text-align: center;
  font-size: 0.875em;
  line-height: 1em;
  border: solid 1px #222;
  padding: 0.4em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle05 {
    font-size: 0.85em;
  }
}

.__ttlstyle06 {
  font-size: 1.075em;
  text-align: center;
  line-height: 3.2em;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(180, 180, 180, 0.2);
}
@media screen and (max-width: 767px) {
  .__ttlstyle06 {
    font-size: 1em;
    line-height: 3em;
  }
}

a.__txtlink {
  color: #222;
  display: inline;
  text-decoration: underline;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

a .__arrow, button .__arrow {
  position: relative;
}
a .__arrow::before, button .__arrow::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px #fff;
  transition: all 0.48s ease;
}
a .__arrow img, button .__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: auto;
  transition: all 0.48s ease;
}
a:hover .__arrow::before, button:hover .__arrow::before {
  background-color: #fff;
}
a:hover .__arrow img, button:hover .__arrow img {
  filter: brightness(0);
}

.__linkbtn a {
  color: #fff;
  background-color: #d49653;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0.3em 1.6em 0.4em;
  border-radius: 50vh;
  transition: all 0.24s ease;
}
.__linkbtn a span {
  display: block;
  line-height: 1em;
}
.__linkbtn a span.__txt {
  font-size: 0.85em;
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn a span.__txt {
    font-size: 0.8em;
  }
}
.__linkbtn a span.__icon {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .__linkbtn a span.__icon {
    font-size: 1em;
  }
}
.__linkbtn a:hover {
  background-color: #cc874a;
}
.__linkbtn.__insta a span.__txt {
  margin-right: 0;
  margin-left: 0.6em;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}
.__fadeIn.__rotate {
  transform: translateY(20px) rotateY(45deg);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__delay06 {
  transition-delay: 0.6s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0) rotateY(0deg);
}

.__content-style01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .__content-style01 {
    display: block;
  }
}
.__content-style01 .txt-wrap {
  width: calc(100% - 35rem - 4em);
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap {
    width: 100%;
  }
}
.__content-style01 .txt-wrap .sec-ttl {
  border-bottom: solid 1px #222;
}
.__content-style01 .txt-wrap .sec-ttl h3 {
  margin-bottom: 1.6em;
}
.__content-style01 .txt-wrap .sec-txt {
  margin-top: 2em;
}
.__content-style01 .txt-wrap .sec-txt p {
  font-size: max(1.125rem, 1em);
  line-height: 2em;
}
.__content-style01 .img-wrap {
  position: relative;
  width: 35rem;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 991px) {
  .__content-style01 .img-wrap {
    width: min(100%, 400px);
    margin: 0 auto;
    margin-top: 3em;
  }
}
.__content-style01 .img-wrap::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  margin-bottom: -25%;
  margin-left: -25%;
  width: 65%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background-image: url(../images/orange-light_white.png);
  background-size: cover;
}
.__content-style01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 4px 8px rgba(30, 30, 30, 0.2);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.36s ease;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 30px;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    height: 90px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 72px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 270px;
  margin-left: -0.4%;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 243px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 189px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(50vw, 162px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
  filter: brightness(0);
  transition: all 0.36s ease;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 27px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn.__open span {
    background-color: #222 !important;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #fff;
    width: 15em;
    height: 100vh;
    padding-top: 120px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.4s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  font-size: max(1.125rem, 1em);
  margin: 0 1.6em;
  padding: 0.36em 0;
  transition: all 0.36s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    color: #222 !important;
    font-size: 0.975em;
    margin: 20px 0;
    padding-left: 2em;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #222;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.24s ease, background-color 0.36s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a::before {
    background-color: #222 !important;
  }
}
@media screen and (min-width: 1200px) {
  header .header-menu nav ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
  }
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a::before {
  transform: scaleX(1);
}
header.__pagetop {
  background-color: initial;
  box-shadow: none;
}
header.__pagetop .header-inner .header-logo img {
  filter: none;
}
@media screen and (max-width: 1199px) {
  header.__pagetop .header-inner .nav-btn span {
    background-color: #fff;
  }
}
header.__pagetop .header-inner .header-menu nav ul li a {
  color: #fff;
}
header.__pagetop .header-inner .header-menu nav ul li a::before {
  background-color: #fff;
}
header.__hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 1199px) {
  header.__hidden {
    transform: translateY(0);
  }
}

/* footer
---------------------------------------------------- */
footer {
  overflow-y: clip;
  color: #fff;
  background-color: #222;
  padding-top: 8.75rem;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 60px;
  }
}
footer .footer-catch {
  width: 27.5rem;
  margin: 0 auto;
  margin-top: -2%;
  padding: 2% 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-catch {
    width: 20em;
    margin-top: 0;
  }
}
footer .footer-catch::before {
  background-image: url(../images/orange-light_dgray.png);
}
footer .footer-catch .footer-catch-inner {
  width: 3.5em;
  font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-catch .footer-catch-inner {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-catch .footer-catch-inner {
    font-size: 1.5em;
  }
}
footer .footer-catch .footer-catch-inner h3 {
  font-family: "Hina Mincho", serif;
  font-size: 1em;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
footer .footer-catch .footer-catch-inner h3 span.__2nd-line {
  margin-top: 1em;
}
footer .footer-content {
  position: relative;
  z-index: 2;
  margin-top: 4em;
  padding-top: 4em;
  border-top: solid 1px #fff;
}
@media screen and (max-width: 1199px) {
  footer .footer-content {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content {
    margin-top: 4em;
    padding-top: 1em;
  }
}
footer .footer-content #pagetop {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  footer .footer-content #pagetop {
    position: relative;
    margin-top: 1em;
  }
}
footer .footer-content #pagetop a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer-content #pagetop a {
    justify-content: flex-end;
  }
}
footer .footer-content #pagetop a .__txt {
  font-family: "Hina Mincho", serif;
  font-size: 0.9em;
  letter-spacing: 0.04em;
}
footer .footer-content #pagetop a .__arrow {
  width: 2.4em;
  margin-left: 0.6em;
}
footer .footer-content .footer-logo {
  width: 280px;
  margin-left: -0.4%;
}
@media screen and (max-width: 1599px) {
  footer .footer-content .footer-logo {
    width: 252px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-content .footer-logo {
    width: 224px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .footer-logo {
    width: 182px;
    margin-top: 4em;
  }
}
footer .footer-content .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-content .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .flex-wrap {
    display: block;
  }
}
footer .footer-content .flex-wrap .footer-info p a {
  display: inline;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .flex-wrap .footer-menu {
    margin-top: 4em;
  }
}
footer .footer-content .flex-wrap .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-content .flex-wrap .footer-menu ul {
    display: block;
  }
}
footer .footer-content .flex-wrap .footer-menu ul li a {
  font-size: max(1.125rem, 1em);
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  footer .footer-content .flex-wrap .footer-menu ul li a {
    margin-left: 0;
    margin-top: 1em;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-content .flex-wrap .footer-menu ul li:nth-of-type(1) a {
    font-size: 0.9em;
    margin-left: 0;
  }
}
footer .footer-content .copyright {
  margin-top: 2em;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .copyright {
    margin-top: 100px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .copyright {
    margin-top: 120px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .copyright {
    margin-top: 80px;
  }
}
footer .footer-content .copyright p {
  text-align: end;
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .copyright p {
    text-align: start;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .copyright p {
    font-size: 10px;
  }
}/*# sourceMappingURL=common.css.map */