html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 2;
  letter-spacing: 0.2px;
  font-size: 11px;
  transition: all 1.6s ease 0s;
  background-color: #EAE9E4;
  font-family: "old-standard", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9 !important;
  text-align: center;
}
@media screen and (min-width: 769px) {
  body {
    margin: 0 auto !important;
  }
}

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

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

#bg-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: #EAE9E4;
  z-index: 99;
  transition: opacity 0.3s ease-out 0.1s;
}

#bg-loading.hide {
  opacity: 0;
  pointer-events: none;
}

#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 3%;
  }
}
#page-top img {
  width: 50px;
}
@media screen and (min-width: 769px) {
  #page-top img {
    width: 60px;
  }
}

#page-top a {
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  opacity: 0.5;
}

.fv {
  overflow: hidden;
}
.fv .flex {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 6.1333333333vw auto;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .fv .flex {
    margin: 2.4305555556vw auto;
  }
}
.fv .flex p {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .fv .flex p {
    font-size: 1.25vw;
  }
}
.fv ul {
  display: flex;
  background-color: #806363;
  height: 44.8vw;
  margin-top: 33.0666666667vw;
}
@media screen and (min-width: 769px) {
  .fv ul {
    margin-top: 12.5vw;
    height: 16.6666666667vw;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .fv ul li:nth-child(3) {
    margin-left: -9vw;
  }
  .fv ul li:nth-child(4) {
    margin-left: -6vw;
  }
  .fv ul li:nth-child(5) {
    margin-left: -14vw;
  }
}
@media screen and (min-width: 769px) {
  .fv ul li {
    margin-top: 11.1111111111vw;
  }
  .fv ul li:nth-child(3) {
    margin: 11.1111111111vw 3.4722222222vw 0 3.4722222222vw;
  }
}
.fv ul li img {
  height: 86.9333333333vw;
  width: auto;
  margin-top: -22vw;
}
@media screen and (min-width: 769px) {
  .fv ul li img {
    height: 34vw;
  }
}
.fv h1 {
  font-size: 8vw;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 23vw;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .fv h1 {
    margin-top: 4.7vw;
    font-size: 3.4722222222vw;
    letter-spacing: 1.6px;
  }
}
.fv h1 .sp_1 {
  font-size: 4.5333333333vw;
  background: #000;
  color: #EAE9E4;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0px;
  width: 72vw;
  margin: 0 auto 3vw;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .fv h1 .sp_1 {
    font-size: 1.7361111111vw;
    width: 28vw;
    margin: 3vw auto 1vw;
  }
}
.fv h1 .sp_2 {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .fv h1 .sp_2 {
    font-size: 2.0833333333vw;
  }
}
.fv .under {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .fv .under {
    font-size: 1.1805555556vw;
  }
}

.read {
  font-size: 12px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 45px auto;
}
@media screen and (min-width: 769px) {
  .read {
    font-size: 15px;
    margin: 80px auto 50px;
  }
}

.item_area .box {
  background-color: #806363;
  height: 53.3333333333vw;
  margin-top: -43vw;
}
@media screen and (min-width: 769px) {
  .item_area .box {
    height: 20.333333vw;
    margin-top: -16vw;
  }
}
@media screen and (min-width: 769px) {
  .item_area a {
    display: flex;
    justify-content: center;
  }
  .item_area a img {
    width: 39.5833333333vw;
  }
}
.item_area a:hover {
  opacity: 1 !important;
}

.item_flex {
  text-align: left;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .item_flex {
    display: flex;
    width: 77%;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .item_flex {
    font-size: 15px;
    margin-top: 17vw;
    line-height: 1.6;
  }
}
.item_flex p:nth-child(2) {
  background-color: #000;
  color: #EAE9E4;
  border-radius: 11px;
  padding: 0px 13px;
  height: 20px;
}
@media screen and (min-width: 769px) {
  .item_flex p:nth-child(2) {
    border-radius: 22px;
    padding: 0px 0px;
    height: 26px;
    width: 80px;
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
  }
}

.menu {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .menu {
    margin-bottom: 80px;
  }
}
.menu .title {
  color: #CECBBD;
  font-size: 18.4vw;
  white-space: nowrap;
  letter-spacing: -1.1vw;
  margin-left: -1vw;
}
@media screen and (min-width: 769px) {
  .menu .title {
    font-size: 7.7777777778vw;
    letter-spacing: 3px;
  }
}
.menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: -14vw auto 0;
  width: 86%;
  gap: 6vw 0;
}
@media screen and (min-width: 769px) {
  .menu ul {
    margin: -6vw auto 0;
    width: 68%;
  }
}
.menu ul a li img {
  width: auto;
  height: 71.7333333333vw;
}
@media screen and (min-width: 769px) {
  .menu ul a li img {
    height: 26.5972222222vw;
  }
}
.menu ul a {
  margin: 0 auto;
}
.menu ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .menu ul li {
    font-size: 16px;
  }
}
.menu .v {
  width: 8px;
  height: auto !important;
}

.sec {
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .sec {
    padding-bottom: 110px;
  }
}
.sec .flex {
  display: flex;
  justify-content: space-between;
  width: 91%;
  margin: 0 auto;
  padding-top: 3vw;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .sec .flex {
    width: 70%;
  }
}
.sec .flex p:nth-child(1) {
  text-align: left;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .sec .flex p:nth-child(1) {
    font-size: 15px;
  }
}
.sec .flex p:nth-child(2) {
  text-align: right;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .sec .flex p:nth-child(2) {
    font-size: 15px;
  }
}
.sec .number {
  border: 1px solid #000;
  font-size: 5.0666666667vw;
  width: 22.4vw;
  margin: 13px auto 0;
  border-radius: 50%;
  padding-bottom: 1vw;
}
@media screen and (min-width: 769px) {
  .sec .number {
    font-size: 33px;
    width: 150px;
    margin: 10px auto 0;
    border-radius: 50%;
    padding-bottom: 7px;
    line-height: 1.7;
  }
}
.sec h2 {
  font-size: 12.5333333333vw;
  letter-spacing: -3px;
}
@media screen and (min-width: 769px) {
  .sec h2 {
    font-size: 74px;
    margin-bottom: 44px;
    letter-spacing: -5px;
  }
}
@media screen and (min-width: 769px) {
  .sec .pc_flex {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
  }
  .sec .pc_flex .flexBox {
    width: 50%;
  }
  .sec .pc_flex .flexBox02 {
    width: 50%;
  }
}
.sec .slide {
  margin: 16px auto;
  width: 88vw;
}
@media screen and (min-width: 769px) {
  .sec .slide {
    width: 100%;
    margin: 0 auto 0 0;
  }
}
.sec .slide li img {
  border: 1px solid #000;
}
.sec .slick-dots {
  text-align: right !important;
  pointer-events: none;
}
.sec .slick-dots li {
  margin: 0 2px;
}
.sec .slick-dots li button:before {
  font-size: 7px !important;
}
.sec .item_des {
  font-size: 13px;
  width: 88vw;
  text-align: left;
  margin: 22px auto 40px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .sec .item_des {
    width: 100%;
    font-size: 14px;
    margin: 50px auto;
  }
}
.sec .item_des span {
  font-size: 17px;
  color: #806363;
  font-family: "old-standard", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .sec .item_des span {
    font-size: 22px;
  }
}
.sec .img_2 {
  border: 1px solid #000;
  margin-left: 6.4vw;
  width: 83.2vw;
}
@media screen and (min-width: 769px) {
  .sec .img_2 {
    width: 75%;
    margin-left: 20%;
  }
}
.sec .img_3 {
  border: 1px solid #000;
  margin-left: 21.3333333333vw;
  margin-top: 39px;
  width: 72.5333333333vw;
}
@media screen and (min-width: 769px) {
  .sec .img_3 {
    width: 66%;
    margin-left: 34%;
    margin-top: 14%;
  }
}
.sec .color {
  width: 90%;
  margin: 40px auto 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .sec .color {
    width: 80%;
    margin: 97px auto 0 20%;
    padding-bottom: 5%;
  }
}
.sec .color .col_t {
  font-size: 17px;
  color: #EAE9E4;
  background-color: #000;
  width: 31.7333333333vw;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .sec .color .col_t {
    font-size: 20px;
    width: 150px;
  }
}
.sec .color .name {
  transform: translateX(-44vw) translateY(34vw) rotateZ(-90deg);
}
@media screen and (min-width: 769px) {
  .sec .color .name {
    transform: translateX(-48%) translateY(530%) rotateZ(-90deg);
    font-size: 0.9027777778vw;
  }
}
.sec .color a img {
  width: 78.4vw;
  margin: -17vw auto 0;
}
@media screen and (min-width: 769px) {
  .sec .color a img {
    width: 82%;
    margin: -17% auto;
  }
}
.sec .color a p {
  text-align: right;
  font-size: 15px;
  margin: -20vw auto 6.4vw;
}
@media screen and (min-width: 769px) {
  .sec .color a p {
    margin: -23% auto 0;
  }
}
.sec .color a p .buy {
  background-color: #806363;
  color: #EAE9E4;
  border-radius: 11px;
  padding: 0px 13px;
  height: 20px;
  font-size: 13px;
}

#sec02 .img_2, #sec04 .img_2 {
  margin-left: 10.6vw;
}
@media screen and (min-width: 769px) {
  #sec02 .img_2, #sec04 .img_2 {
    margin-left: 20%;
  }
}
#sec02 .img_3, #sec04 .img_3 {
  margin-left: 5.4vw;
}
@media screen and (min-width: 769px) {
  #sec02 .img_3, #sec04 .img_3 {
    margin-left: 33%;
  }
}

#sec01, #sec05 {
  background-color: #D5D3C9;
}

#sec02 .item_des span {
  color: #7B938C;
}
#sec02 .buy {
  background-color: #7B938C;
}

#sec03 {
  background-color: #D0D0D0;
}
#sec03 .item_des span {
  color: #626B8C;
}
#sec03 .buy {
  background-color: #626B8C;
}

#sec05 .item_des span {
  color: #893637;
}
#sec05 .buy {
  background-color: #893637;
}

#sec02 h2,
#sec03 h2 {
  font-size: 10.6666666667vw;
  letter-spacing: -3px;
}
@media screen and (min-width: 769px) {
  #sec02 h2,
  #sec03 h2 {
    font-size: 74px;
  }
}

.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}

.colorBeta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}

#sec01 .colorBeta::before,
#sec04 .colorBeta::before {
  background-color: #806363;
}

#sec02 .colorBeta::before {
  background-color: #7B938C;
}

#sec03 .colorBeta::before {
  background-color: #626B8C;
}

#sec05 .colorBeta::before {
  background-color: #893637;
}

.slideBeta::before {
  width: 100%;
  height: 99%;
}

.colorBeta.on {
  opacity: 1;
}

.colorBeta.on::before {
  opacity: 0;
}

.staff {
  background-color: #D5D3C9;
  padding: 50px 0 100px;
}
@media screen and (min-width: 769px) {
  .staff {
    padding: 100px 0 100px;
  }
}
.staff .box {
  background-color: #EAE9E4;
  margin: 0 auto;
  width: 85%;
  border-radius: 30px;
  padding-bottom: 35px;
  letter-spacing: -0.7px;
}
@media screen and (min-width: 769px) {
  .staff .box {
    width: 35%;
    padding-bottom: 50px;
  }
}
.staff p {
  font-size: 20px;
  padding: 35px 0 18px;
}
@media screen and (min-width: 769px) {
  .staff p {
    font-size: 25px;
    padding: 50px 0 20px;
  }
}
.staff .staff_img {
  width: 55%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .staff .staff_img {
    width: 50%;
  }
}
.staff ul {
  margin: 19px auto;
}
.staff ul li:nth-child(1) {
  font-size: 21px;
}
@media screen and (min-width: 769px) {
  .staff ul li:nth-child(1) {
    font-size: 23px;
  }
}
.staff ul li:nth-child(2) {
  font-size: 14px;
}
.staff ul li:nth-child(3) {
  font-size: 13px;
  display: flex;
  justify-content: center;
  gap: 5%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .staff ul li:nth-child(3) {
    font-size: 15px;
  }
}
.staff ul li:nth-child(3) a:nth-child(1) {
  display: flex;
  align-items: center;
}
.staff ul li:nth-child(3) a:nth-child(1) img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.staff ul li:nth-child(3) a:nth-child(2) {
  text-decoration: underline;
}

footer {
  background-color: #D5D3C9;
}
footer h3 {
  font-size: 20px;
  letter-spacing: -0.7px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  footer h3 {
    font-size: 25px;
  }
}
footer .allBtn {
  font-size: 20px;
  background-color: #000;
  padding: 2% 0;
  width: 80%;
  color: #D5D3C9;
  border-radius: 31px;
  margin: 100px auto;
}
@media screen and (min-width: 769px) {
  footer .allBtn {
    font-size: 23px;
    padding: 1% 0;
    width: 31%;
    border-radius: 50px;
    margin: 200px auto;
  }
}
footer .braLogo {
  width: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  footer .braLogo {
    width: 120px;
  }
}
footer ul {
  display: flex;
  margin: 30px auto 20px;
  width: 150px;
}
@media screen and (min-width: 769px) {
  footer ul {
    width: 250px;
  }
}
footer ul li a img {
  width: 25px;
}
@media screen and (min-width: 769px) {
  footer ul li a img {
    width: 30px;
  }
}
footer ul li {
  margin: 0 auto;
}
footer .copy {
  font-size: 10px;
  padding-bottom: 30px;
}

iframe {
  margin: 30px auto !important;
}

@media screen and (min-width: 769px) {
  .pc_flex2 {
    display: flex;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */