@charset "UTF-8";

/* head
***************************************************************/
.head {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site_id1 {
  width: 129.86px;
  display: block;
  position: absolute;
  top: 26px;
  left: 40px;
}
.pageScroll .site_id1 {
  width: 85.73px;
}
.site_id2 {
  width: 259.58px;
  position: absolute;
  top: 31.5px;
  left: 0;
  right: 0;
  margin: auto;
  color: #f2f2f2;
  transition: opacity 0.3s ease;
}
.pageScroll .site_id2 {
  opacity: 0;
  pointer-events: none;
}
.site_id2_logo {
  background: no-repeat center / contain;
  transition: 0.3s ease;
}
.site_id2_logo img {
  transition: opacity 0.3s ease;
}
.bg_w:not(.open) .site_id2_logo {
  background-image: url(../img/common/site_logo2_b.svg);
}
.bg_w:not(.open) .site_id2_logo img {
  opacity: 0;
}
.site_id2_text {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 10px;
  transition: color 0.3s ease;
}
.bg_w:not(.open) .site_id2_text {
  color: #202024;
}
.gNav {
  padding-right: 50px;
}
.gNav_list1 {
  display: flex;
  gap: 0 25px;
}
.gNav_list1 .link1 {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(18 / 15);
}
.bg_w .gNav_list1 .link1 {
  color: #202024;
}
.gNav_list1 .link1 .in1 {
  position: relative;
}
.gNav_list1 .link1 .in1::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #aca08b;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s ease;
}
.gNav_list1 .current a.link1 {
  color: #aca08b;
}
.gNav_list1 .current a.link1 .in1::after {
  opacity: 1;
}
@media all and (min-width: 681px) {
  body,
  .head {
    min-width: 1300px;
  }
  a.site_id1:hover {
    opacity: 0.7;
  }
  .gNav_list1 a.link1:hover {
    color: #aca08b;
  }
  .gNav_list1 a.link1:hover .in1::after {
    opacity: 1;
  }
}
@media all and (max-width: 680px) {
  .head {
    height: 62px;
  }
  .site_id1 {
    width: 67.25px;
    top: 17px;
    left: 12.5px;
  }
  .pageScroll .site_id1 {
    width: 46px;
  }
  .site_id2 {
    width: 134.81px;
    top: 16.8px;
  }
  .site_id2_text {
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-top: 2px;
  }
  .h_toggle {
    width: 42px;
    height: 10px;
    margin-right: 24px;
    cursor: pointer;
  }
  .h_toggle p {
    position: relative;
    height: 100%;
  }
  .h_toggle p::before,
  .h_toggle p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    transition: 0.3s ease;
  }
  .bg_w:not(.open) .h_toggle p::before,
  .bg_w:not(.open) .h_toggle p::after {
    background-color: #202024;
  }
  .h_toggle p::before {
    transform: translateY(-5px) rotate(0deg);
  }
  .h_toggle p::after {
    transform: translateY(4px) rotate(0deg);
  }
  .open .h_toggle p span {
    opacity: 0;
  }
  .open .h_toggle p::before {
    transform: translateY(-50%) rotate(-20deg);
  }
  .open .h_toggle p::after {
    bottom: 0;
    transform: translateY(-50%) rotate(20deg);
  }
}
@media all and (max-width: 370px) {
}

/* mNav
***************************************************************/
.mNav {
  width: 100%;
  height: 100lvh;
  overflow: scroll;
  padding: 130px 30px 80px;
  background-color: #232427;
  color: #f2f2f2;
  position: fixed;
  z-index: 7777;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.open .mNav {
  opacity: 1;
  pointer-events: auto;
}
.mNav_list1 {
  width: 100%;
}
.mNav_list1 .li1:nth-of-type(n + 2) {
  margin-top: 35px;
}
.mNav_list1 .link1 {
  display: block;
  width: 100%;
  color: #f2f2f2;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}
.mNav_list1 .link1.bodoni {
  font-size: 18px;
  font-weight: 600;
}
.mNav_list1 .link1[target="_blank"] .in1::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 13px;
  background: url(../img/common/blank1_w.svg) no-repeat center / contain;
}
.mNav_contact {
  width: 250px;
  height: 48px;
  color: #f2f2f2;
  background-color: #918672;
  margin: 65px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* foot
***************************************************************/
.foot {
  width: 100%;
  background-color: #232427;
  color: #f2f2f2;
}
.foot_inner {
  width: 1120px;
  margin: 0 auto;
  padding: 36px 0 38px;
  display: flex;
  justify-content: space-between;
}
.f_logo1 {
  width: 285.34px;
  display: block;
}
.fNav_list1 {
  display: flex;
  gap: 10px 40px;
  padding-top: 14px;
}
.fNav_list1 .link1 {
  display: block;
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.fNav_list1 .link1.bodoni {
  font-size: 14px;
  font-weight: 600;
}
.fNav_list1 .link1[target="_blank"] .in1::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: url(../img/common/blank1_w.svg) no-repeat center / contain;
}
.fNav_contact {
  width: 262px;
  height: 42px;
  color: #f2f2f2;
  background-color: #918672;
  border-radius: 100px;
  margin-left: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.cRight {
  margin-top: 31.5px;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0;
  line-height: 1.5;
}
@media all and (min-width: 681px) {
  a.f_logo1:hover {
    opacity: 0.7;
  }
  .fNav_list1 a.link1:hover {
    opacity: 0.5;
  }
  a.fNav_contact:hover {
    background-color: #f2f2f2;
    color: #918672;
  }
}
@media all and (max-width: 680px) {
  .foot_inner {
    width: 100%;
    padding: 45px 30px 30px;
    display: block;
  }
  .f_logo1 {
    width: 207.37px;
    margin: 0 auto;
  }
  .fNav_list1 {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 13px 25px;
    padding-top: 35px;
  }
  .fNav_contact {
    width: 232px;
    height: 40px;
    border-radius: 0;
    margin: 32px auto 0;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .cRight {
    margin-top: 27.5px;
    font-size: 10px;
    text-align: center;
  }
}
@media all and (max-width: 370px) {
}

/* change_bg scroll_text1
***************************************************************/
body {
  background-color: #232427;
  color: #b4b4b4;
  transition: background 0.6s ease-out;
}
a {
  color: #b4b4b4;
}
body.bg_w {
  background-color: #fafafa;
  color: #232427;
}
body.bg_w {
  color: #232427;
}
.scroll_text1 {
  color: #414141;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* sales_status
***************************************************************/
.sales_status {
  width: 378px;
  height: 134px;
  height: 122px;
  position: absolute;
  z-index: 1;
  bottom: 23px;
  bottom: 43px;
  right: 0;
  display: flex;
  gap: 0 5px;
}
.sales_status_dt1 {
  width: 57px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
}
.sales_status_dd1 {
  width: calc(100% - 57px - 5px);
  padding-left: 32px;
  background-color: #dedede;
  color: #202024;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.s_s_text1 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  left: -12px;
}
.s_s_text2 {
  display: flex;
  align-items: baseline;
}
.s_s_text2_t1 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.s_s_text2_t1 .bold {
  font-size: 28px;
  padding-right: 2px;
}
.s_s_text2_line1 {
  width: 21.39px;
  height: 21.39px;
  margin-right: 5px;
  position: relative;
}
.s_s_text2_line1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 141.42%; /* 21.39px * √2 */
  height: 1px;
  background-color: #202024;
  transform: rotate(-45deg);
  transform-origin: left top;
}
.s_s_text3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
@media all and (min-width: 681px) {
  .sales_status_dt1 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
  }
}
@media all and (max-width: 680px) {
  .sales_status {
    width: 238px;
    height: auto;
    bottom: -38px;
    right: 10px;
    display: block;
  }
  .sales_status_dt1 {
    width: 100%;
    padding: 0;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sales_status_dd1 {
    width: 100%;
    height: 96px;
    height: 82px;
    padding: 0 0;
    margin-top: 5px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .s_s_text1 {
    font-size: 18px;
    text-align: center;
    position: static;
  }
  .s_s_text2_t1 {
    font-size: 13px;
    line-height: 1.2;
  }
  .s_s_text2_t1 .bold {
    font-size: 24px;
  }
  .s_s_text3 {
    font-size: 12px;
    margin-top: 2px;
  }
}
@media all and (max-width: 370px) {
}

/* sales_status_flt
***************************************************************/
.sales_status_flt {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.sales_status_on .sales_status_flt {
  opacity: 1;
  pointer-events: auto;
}
@media all and (min-width: 681px) {
  .sales_status_flt {
    width: calc(42px + 320px);
    height: 158px;
    height: 142px;
    position: fixed;
    z-index: 1111;
    top: 0;
    bottom: 0;
    right: -320px;
    margin: auto;
    transition: opacity 0.3s ease, right 0.3s ease;
  }
  .sales_status_flt.on {
    right: 0;
  }
  .sales_status_flt .sales_status_dt1 {
    width: 42px;
    background-color: #918672;
    cursor: pointer;
  }
  .sales_status_flt .sales_status_dt1::after {
    content: "";
    width: 16px;
    height: 5.5px;
    margin-top: 12px;
    background: url(../img/common/arrow1_w.svg) no-repeat center / contain;
  }
  .sales_status_flt .sales_status_dd1 {
    width: calc(100% - 42px - 5px);
  }
}
@media all and (max-width: 680px) {
  .sales_status_flt {
    position: fixed;
    z-index: 1111;
    bottom: -101px;
    bottom: -88px;
    left: 0;
    right: 0;
    margin: auto;
    transition: opacity 0.3s ease, bottom 0.3s ease;
  }
  .sales_status_flt.on {
    bottom: 0;
  }
  .sales_status_flt .sales_status_dt1 {
    background-color: #918672;
    cursor: pointer;
    height: 34px;
  }
  .sales_status_flt .sales_status_dt1::after {
    content: "";
    width: 14px;
    height: 5px;
    margin-left: 4px;
    background: url(../img/common/arrow1_w.svg) no-repeat center / contain;
    transform: rotate(90deg);
  }
}
@media all and (max-width: 370px) {
}

/* w_linkBox1
***************************************************************/
.w_link_txt1 {
  color: #b4b4b4;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: calc(20 / 13);
}
.bg_w .w_linkBox1:not(.type_w) .w_link_txt1 {
  color: #232427;
}
.w_link1 {
  width: 437px;
  height: 93px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  color: #fafafa;
  background-color: #918672;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
.w_link1.type2 {
  background-color: #a3a3a3;
}
@media all and (min-width: 681px) {
  a.w_link1:hover {
    background-color: #fafafa;
    color: #918672;
  }
  .bg_w .w_linkBox1:not(.type_w) a.w_link1:hover {
    background-color: #232427;
    color: #fafafa;
  }
}
@media all and (max-width: 680px) {
  .w_link_txt1 {
    font-size: 13px;
  }
  .w_link1 {
    width: 300px;
    height: 66px;
    margin-top: 12px;
    font-size: 15px;
  }
}
@media all and (max-width: 370px) {
}

/* w_link2
***************************************************************/
.w_link2 {
  width: 340px;
  height: 70px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid #202024;
  background-color: #fafafa;
  color: #202024;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(20 / 14);
  transition: 0.3s ease;
}
.w_link2 .in1 {
  width: 100%;
  position: relative;
  padding-right: 30px;
}
.w_link2 .in1::after {
  content: "";
  width: 20.17px;
  height: 6.77px;
  background: url(../img/common/arrow1_b.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background 0.3s ease;
}
.w_link2.type2 {
  background-color: #b4b4b4;
  border-color: #b4b4b4;
}
.w_link2.pdf .in1::after {
  width: 25.27px;
  height: 28.2px;
  background-image: url(../img/common/pdf1.svg);
  position: absolute;
  right: 0;
}
@media all and (min-width: 681px) {
  a.w_link2:hover,
  a:hover .w_link2 {
    border-color: #202024;
    background-color: #202024;
    color: #fafafa;
  }
  a.w_link2:hover .in1::after,
  a:hover .w_link2 .in1::after {
    background-image: url(../img/common/arrow1_w.svg);
  }
  a.w_link2.pdf:hover .in1::after,
  a:hover .w_link2.pdf .in1::after {
    background-image: url(../img/common/pdf1_w.svg);
  }
  a.w_link2.type2:hover,
  a:hover .w_link2.type2 {
    border-color: #fafafa;
    background-color: #202024;
  }
}
@media all and (max-width: 680px) {
  .w_link2 {
    width: 264px;
    height: 66px;
    font-size: 14px;
  }
  .w_link2.pdf .in1::after {
    width: 20.27px;
    height: 22.62px;
  }
}
@media all and (max-width: 370px) {
}

/* otherContents
***************************************************************/
.otherContents {
  padding: 80px 0 100px;
  background-color: #fafafa;
}
.otherContents_tit1 {
  color: #aa9c82;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 56px;
}
.otherContents_linkBox1 {
  display: flex;
  justify-content: center;
  gap: 15px 30px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .otherContents {
    padding: 40px 0 44px;
  }
  .otherContents_tit1 {
    font-size: 22px;
    margin-bottom: 23px;
  }
  .otherContents_linkBox1 {
    flex-flow: column;
    align-items: center;
    gap: 15px 0;
  }
}
@media all and (max-width: 370px) {
}

/* fv_title1
***************************************************************/
.fv_title1 {
  padding-top: 206px;
  padding-bottom: 15px;
  position: relative;
}
.fv_title1_eng {
  width: 338.66px;
  margin: 0 auto;
}
.fv_title1_h1 {
  color: #aa9c82;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: calc(48 / 34);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .fv_title1 {
    padding-top: 160px;
    padding-bottom: 22px;
  }
  .fv_title1_eng {
    width: 111.51px;
  }
  .fv_title1_h1 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: calc(33 / 22);
  }
}
@media all and (max-width: 370px) {
}

/* about_cover1
***************************************************************/
.about_cover1 {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  overflow: clip;
}
.about_nav {
  position: relative;
  z-index: 1111;
  padding-top: 116px;
  padding-bottom: 100px;
}
.about_nav_list1 {
  position: sticky;
  top: 180px;
}
.about_nav_list1 .link1 {
  display: block;
  padding-left: 40px;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(24 / 17);
}
.about_contents {
  padding-right: 120px;
}
.about_sec {
  width: 993px;
}
@media all and (min-width: 681px) {
  .about_contents {
    margin: 0 auto;
  }

  .about_nav_list1 .li1:nth-of-type(n + 2) {
    margin-top: 28px;
  }
  .about_nav_list1 .link1::before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(../img/about/dot1.svg) no-repeat center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
  }
  .about_nav_list1 .active .link1 {
    font-weight: 700;
    color: #918672;
  }
  .about_nav_list1 .active .link1::before {
    display: block;
  }
}
@media all and (min-width: 681px) and (max-width: 1350px) {
  .about_contents {
    padding-right: 60px;
  }
  .about_nav_list1 .link1 {
    padding-left: 24px;
    font-size: 12.5px;
  }
  .about_nav_list1 .link1::before {
    width: 16px;
    height: 16px;
  }
}
@media all and (max-width: 680px) {
  .about_cover1 {
    width: 100%;
    padding: 0;
    display: block;
  }
  .about_contents {
    padding-right: 0;
  }
  .about_sec {
    width: 100%;
  }

  .about_nav {
    padding: 0 30px;
  }
  .about_nav_list1 {
    position: static;
    display: flex;
    flex-flow: wrap;
    gap: 10px 18px;
  }
  .about_nav_list1 .li1 {
    width: calc((100% - 18px) / 2);
  }
  .about_nav_list1 .link1 {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(19 / 14);
    border-bottom: 1px solid #b4b4b4;
    padding: 8px 0;
    position: relative;
  }
  .about_nav_list1 .link1::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    position: absolute;
    top: 0;
    bottom: 8px;
    right: 2px;
    margin: auto;
    transform: rotate(45deg);
  }
  .bg_w .about_nav_list1 .link1 {
    color: #202024;
  }
  .bg_w .about_nav_list1 .link1::after {
    border-color: #202024;
  }
}
@media all and (max-width: 370px) {
}

/* w_linkBox1_flt
***************************************************************/
.w_linkBox1_flt {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  display: flex;
  gap: 0 25px;
  width: 500px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.pageScroll:not(.foot_in) .w_linkBox1_flt {
  opacity: 1;
  pointer-events: auto;
}
.w_linkBox1_flt .w_link1 {
  width: 100%;
  height: 63px;
  font-size: 14px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .w_linkBox1_flt {
    bottom: 20px;
    gap: 0 12px;
    width: 360px;
  }
  .w_linkBox1_flt .w_link1 {
    height: 45px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
