@charset "UTF-8";
/*------------------------------------------
reset.scss
-----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Prata", serif;
  src: url("/fonts/Prata-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lusitana", serif;
  src: url("/fonts/Lusitana-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/*------------------------------------------
base.scss
-----------------------------------------*/
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  margin: 0;
  padding: 0;
  color: #4f0a08;
  font-family: "Lusitana", serif;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-size: 1.4rem; /* 16px */
  font-weight: 300;
  line-height: 2.2;
  text-justify: inter-ideograph;
  background: #f7f6f4;
  transition: 1s;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #4f0a08;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

.bgblack a,
.bgblack02 a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
.bgblack a:hover,
.bgblack02 a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  display: block;
}

/*----responsive---------*/
.pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

/*----------box---------*/
.container__xl {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  margin-top: 64px;
}
.container__lg {
  max-width: 840px;
  margin: 0 auto;
  width: 92%;
}
.container__md {
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}
.container__sm {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.container__xs {
  margin: 10% auto;
  max-width: 460px;
  width: 50%;
}

/*------------------------------------------
main.scss
-----------------------------------------*/
.border__area {
  max-width: 840px;
  margin: 32px auto 0;
  width: 92%;
}
@media screen and (min-width: 600px) {
  .border__area {
    margin: 40px auto 0;
  }
}
.border__waku03 {
  max-width: 840px;
  margin: 8px auto 0;
  width: 92%;
}

.head__title01 {
  font-family: "Lusitana", serif;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .head__title01 {
    font-size: 16px;
    line-height: 1;
  }
}
.head__titlemain {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .head__titlemain {
    font-size: 5.6rem;
  }
}
.head__titlemain span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .head__titlemain span {
    font-size: 3rem;
  }
}
.head__titlelogo {
  width: 30%;
  max-width: 80px;
  margin: 8px 0 8px auto;
}
@media screen and (min-width: 600px) {
  .head__titlelogo {
    max-width: 100px;
  }
}

.mv {
  margin: 16px auto;
  width: 100%;
  max-width: 840px;
}

/*------nav------*/
nav {
  display: flex;
  flex-direction: column;
  width: 88%;
  max-width: 840px;
  margin: 40px auto 0;
  padding-bottom: 40px;
  border-bottom: solid 1px #4f0a08;
}
@media screen and (min-width: 600px) {
  nav {
    flex-direction: row;
    align-items: center;
  }
}

.nav__title {
  width: 56%;
  margin: 0 auto;
  max-width: 240px;
}
@media screen and (min-width: 600px) {
  .nav__title {
    width: 20%;
  }
}
.nav__pagelink {
  margin: 8px auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .nav__pagelink {
    width: 74%;
    margin: 0;
  }
}
.nav__pagelink li {
  width: 18%;
}
.nav__pagelink li:nth-child(n+6) {
  margin-top: 2%;
}

/*------styling01------*/
.styling01 {
  margin: 60px auto 0;
}
@media screen and (min-width: 600px) {
  .styling01 {
    margin: 120px auto 0;
  }
}
.styling01__kirinuki {
  position: relative;
  height: 320px;
}
@media screen and (min-width: 600px) {
  .styling01__kirinuki {
    height: 600px;
    width: 44%;
    float: left;
    margin-right: 6%;
  }
}
.styling01__text--en {
  font-family: "Lusitana", serif;
  font-size: 12px;
  line-height: 1.5;
  width: 88%;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  left: 0;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0px;
}
@media screen and (min-width: 600px) {
  .styling01__text--en {
    top: 10%;
    transform: translateY(-20%);
    font-size: 14px;
    width: 100%;
  }
}
.styling01__text--en span {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .styling01__text--en span {
    font-size: 46px;
  }
}
.styling01__kirinuki--omote {
  width: 42%;
  height: auto;
  position: absolute;
  right: 14%;
  top: 20%;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .styling01__kirinuki--omote {
    right: 16%;
    width: 56%;
    top: 24%;
  }
}
.styling01__kirinuki--ura {
  width: 42%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
@media screen and (min-width: 600px) {
  .styling01__kirinuki--ura {
    width: 56%;
  }
}

/*------styling02------*/
.styling02 {
  margin: 60px auto 0;
}
@media screen and (min-width: 600px) {
  .styling02 {
    margin: 120px auto 0;
  }
}
.styling02__kirinuki {
  position: relative;
  height: 320px;
}
@media screen and (min-width: 600px) {
  .styling02__kirinuki {
    height: 600px;
    width: 44%;
    float: right;
    margin-left: 6%;
  }
}
.styling02__text--en {
  font-family: "Lusitana", serif;
  font-size: 12px;
  line-height: 1.5;
  width: 88%;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  right: 0;
  text-align: right;
  letter-spacing: 0px;
}
@media screen and (min-width: 600px) {
  .styling02__text--en {
    width: 100%;
    top: 10%;
    transform: translateY(-20%);
    font-size: 14px;
    left: 0;
    text-align: left;
  }
}
.styling02__text--en span {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .styling02__text--en span {
    font-size: 46px;
  }
}
.styling02__kirinuki--omote {
  width: 42%;
  height: auto;
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .styling02__kirinuki--omote {
    right: 16%;
    width: 56%;
    top: 24%;
    left: auto;
  }
}
.styling02__kirinuki--ura {
  width: 42%;
  height: auto;
  position: absolute;
  left: 16%;
  top: 0;
  z-index: 5;
}
@media screen and (min-width: 600px) {
  .styling02__kirinuki--ura {
    width: 56%;
    left: auto;
    right: 0;
  }
}

/*------detail01------*/
.detail01 {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: auto auto;
  gap: 3% 4%;
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .detail01 {
    width: 50%;
  }
}
.detail01__02 {
  margin-top: 40px;
}
.detail01__03 {
  grid-column: 1/3;
  grid-row: 2/3;
  width: 72%;
  margin: 0 auto;
}

/*------detail02------*/
.detail02 {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: auto auto;
  gap: 3% 4%;
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .detail02 {
    width: 50%;
  }
}
.detail02__02 {
  margin-top: 40px;
}
.detail02__03 {
  margin-top: -40px;
}

/*-----credit-----*/
.credit__area {
  margin: 64px auto 0;
  clear: both;
  font-family: "Roboto", sans-serif;
}
.credit__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
}
.credit__wrap {
  border-top: solid 1px #4f0a08;
  border-bottom: solid 1px #4f0a08;
  padding: 12px 0;
}
.credit__lists {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
}
.credit__lists a {
  color: #4f0a08;
}
.credit__lists li {
  display: inline-block;
  line-height: 1.8;
}
.credit__lists li::after {
  content: " / "; /* リスト項目の後に / を追加 */
  display: inline-block;
  margin: 0 4px;
}
@media screen and (min-width: 600px) {
  .credit__lists li::after {
    margin: 0 8px;
  }
}
.credit__lists li:last-child::after {
  content: ""; /* 最後のリスト項目には / を表示しない */
}

/*-----staff-----*/
.staff {
  margin: 80px auto 0;
  width: 92%;
  max-width: 820px;
}
.staff__midashi {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .staff__midashi {
    font-size: 2.8rem;
  }
}
.staff__wrap {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .staff__wrap {
    flex-direction: row;
  }
}
.staff__box {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: #fff;
  width: 92%;
  margin: 0 auto 16px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 600px) {
  .staff__box {
    width: 48%;
  }
}
.staff__img {
  width: 30%;
  max-width: 100px;
}
.staff__info {
  width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.staff__name {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
.staff__name span {
  font-size: 1.4rem;
}
.staff__sns {
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .staff__sns {
    font-size: 1.4rem;
  }
}

/*--------footer--------*/
footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1rem;
  padding-bottom: 10px;
}

small {
  display: block;
  margin: 24px auto 16px;
  color: #4f0a08;
  font-size: 1rem;
}

.footer {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (min-width: 600px) {
  .footer {
    margin: 80px auto 0;
  }
}
.footer__logo {
  width: 30%;
  margin: 0 auto;
  max-width: 120px;
}

/*------------------------------------------
animation.scss
-----------------------------------------*/
.fadein {
  transition: 1s;
  opacity: 0;
}

.fadein.animated {
  opacity: 1;
}

.fadein--up {
  transform: translate3d(0, 24px, 0);
  transition: 1s;
  opacity: 0;
}

.fadein--up.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadein--down {
  transform: translate3d(0, -24px, 0);
  transition: 1s;
  opacity: 0;
}

.fadein--down.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadein--left {
  transform: translate3d(-24px, 0, 0);
  transition: 1s;
  opacity: 0;
}

.fadein--left.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadein--right {
  transform: translate3d(24px, 0, 0);
  transition: 1s;
  opacity: 0;
}

.fadein--right.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*----------page top icon---------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

#page-top a {
  width: 18px;
  padding: 0;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */