@charset "UTF-8";
header {
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  header {
    top: auto;
    bottom: 0px;
    height: 50px;
  }
}

footer {
  background-color: #2d2216;
  padding: 100px 0px 30px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0px 80px;
  }
}
footer .btn_contact {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  footer .btn_contact {
    margin-bottom: 40px;
  }
}
footer .logo_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  footer .logo_area {
    margin-bottom: 30px;
    box-sizing: border-box;
  }
}
footer .logo_area li {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  footer .logo_area li {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .logo_area li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .logo_area li .img_area {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  footer .logo_area li .img_area {
    width: 25%;
  }
}
footer .logo_area li .txt_area {
  width: 61.11%;
  color: #fff;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  footer .logo_area li .txt_area {
    width: 69.44%;
  }
}
footer .logo_area li .txt_area span {
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
}
footer .logo_area li .txt_area b {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  footer .logo_area li .txt_area b {
    width: 70%;
    margin-bottom: 0px;
  }
}
footer small {
  color: #b5b5b6;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}

.btn_com01 {
  width: 260px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 0px auto;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: #231815;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_com01 {
    width: 100%;
    font-size: 14px;
  }
}
.btn_com01 span {
  display: block;
  font-size: 12px;
}
.btn_com01.-ha {
  height: auto;
  line-height: 2;
  padding: 10px 0;
}
.btn_com01.-mt {
  margin-top: 60px;
}
.btn_com01.-sales_btn {
  position: relative;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .btn_com01.-sales_btn {
    max-width: 250px;
    margin: 0px auto;
    margin-top: 20px;
    font-size: 12px;
  }
}
.btn_com01.-sales_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn_com01.-sales_btn::after {
    border-width: 1px;
  }
}

.btn_com02 {
  background-color: #917d27;
  width: 220px;
  height: 70px;
  line-height: 70px;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .btn_com02 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}
.btn_com02::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.btn_contact {
  font-size: 26px;
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 800px;
  height: 120px;
  margin: 0px auto;
  background: url(../../img/common/bg_contact.webp) center center no-repeat;
  background-size: cover;
  position: relative;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .btn_contact {
    font-size: 18px;
    height: 80px;
  }
}
.btn_contact span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .btn_contact span {
    font-size: 11px;
  }
}
.btn_contact::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn_contact::after {
    border-width: 1px;
  }
}

.tit_com01 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tit_com01 {
    margin-bottom: 40px;
  }
}
.tit_com01.-mbs {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .tit_com01.-mbs {
    margin-bottom: 40px;
  }
}
.tit_com01.-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tit_com01.-mb30 {
    margin-bottom: 15px;
  }
}
.tit_com01 b {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tit_com01 b {
    font-size: 24px;
  }
}
.tit_com01 span {
  display: block;
  font-size: 14px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .tit_com01 span {
    font-size: 12px;
  }
}
.tit_com01 .jpn {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .tit_com01 .jpn {
    font-size: 20px;
    display: block;
    line-height: 1.3;
  }
}
.tit_com01 .logo_esqva {
  width: 160px;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .tit_com01 .logo_esqva {
    display: block;
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .tit_com01 .logo_esqva {
    width: 110px;
  }
}
.tit_com01 .logo_esqva.-center {
  margin: 0px auto;
  margin-top: 60px;
  margin-bottom: 50px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .tit_com01 .logo_esqva.-center {
    width: 180px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.tit_com01.-b {
  margin-bottom: 20px;
}
.tit_com01.-b b {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tit_com02 {
  color: #beb098;
  font-size: 22px;
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tit_com02 {
    text-align: center;
    font-size: 16px;
  }
}
.tit_com02 span {
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 15px;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .tit_com02 span {
    font-size: 12px;
  }
}

.caption {
  font-size: 11px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.caption.-tr {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .caption.-tr {
    text-align: left;
  }
}

.contents_in {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .contents_in {
    width: calc(100% - 50px);
  }
}

.contents_in_l {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .contents_in_l {
    width: calc(100% - 50px);
  }
}

.contents_in_s {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .contents_in_s {
    width: calc(100% - 50px);
  }
}

.vt {
  display: inline;
  font-size: 0.5em;
  vertical-align: top;
}

figure {
  position: relative;
}

.imgcap {
  font-size: 13px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 10px 10px;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .imgcap {
    font-size: 12px;
    padding: 5px;
  }
}
.imgcap.cap_l {
  right: auto;
  left: 0;
}
.imgcap.bg {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.imgcap.wh {
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.imgcap.wh span {
  text-shadow: 2px 2px 6px #000, -2px -2px 6px #000, -2px 2px 6px #000, 2px -2px 6px #000;
}

.-tc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .-tc {
    text-align: left;
  }
}

.-mt {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .-pd {
    box-sizing: border-box;
    padding: 0 30px;
  }
}

/* 改行位置調整 */
@media screen and (max-width: 820px) {
  .pc,
  .pc_inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pctab,
  .pctab_inline {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

.tab_inline {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab_inline {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .tab_inline {
    display: none;
  }
}

.tabsp {
  display: none;
}
@media screen and (max-width: 820px) {
  .tabsp {
    display: inherit;
  }
}

.tabsp_inline {
  display: none;
}
@media screen and (max-width: 820px) {
  .tabsp_inline {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .js-scrollable .scroll_sp {
    width: 200%;
    max-width: none;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition: all cubic-bezier(0.56, 0.72, 0.69, 0.99) 800ms;
}

/* =============================================================================
animation
========================================================================== */
.flash_bnr2 {
  position: relative;
  display: block;
  overflow: hidden;
}

.flash_bnr2:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-30deg);
  animation: shine 4s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  40% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}