@charset "utf-8";
/* 
  Google Fonts : 
  Noto Serif JP 400 500 700
  */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* BASE STYLE
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 0.05em;
  animation: fadeIn 4s 1 forwards;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

iframe {
  vertical-align: middle;
}

/* 共通レイアウト
--------------------------------------------------*/
.inner {
  width: 78.125%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.innerVariable {
  width: 78.125%;
  margin-left: auto;
  margin-right: auto;
}

.inpMain {
  padding-top: 100px;
}

.containerPd {
  margin-top: calc(19.7vw - 100px);
}

.containerPdLarge {
  margin-top: 30vw;
}

.sp {
  display: none;
}

.sec_mt {
  margin-top: 200px;
}

.mt_20 {
  margin-top: 20px;
}

.c_red {
  color: #ed1d1d;
}

.hover_opacity a {
  transition: 0.3s;
}

.hover_opacity a:hover {
  opacity: 0.7;
}

.linkBtn a {
  display: inline-block;
  padding-left: 70px;
  line-height: 1;
  transition: opacity 0.3s;
  position: relative;
}

.linkBtn a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transition: 0.4s;
}

.linkBtn a:hover::before {
  width: 100%;
}

.fadein01,
.fadein02,
.fadein03 {
  opacity: 0;
  transform: translateY(40px);
}

.on .fadein01,
.on .fadein02,
.fadein03.on {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
}

.on .fadein02 {
  transition-delay: 0.5s;
}

.ttl_middle {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.verticalTtl {
  margin-bottom: 45px;
  padding: 22px 16px 10px;
  background: #fff;
  border: 1px solid #000;
  font-size: 18px;
  letter-spacing: 0.7em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 2;
}

.verticalTtl span {
  display: block;
}

.verticalTtl span + span {
  margin-right: 10px;
}

.imgTextCont_leftUpper {
  display: flex;
}

.imgTextCont_rightUpper {
  display: flex;
  flex-direction: row-reverse;
}

.imgTextCont_rightBottom {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.imgTextCont_imgBox {
  width: 50%;
}

.imgTextCont_imgBox img {
  width: 100%;
}

.imgTextCont_textBox {
  width: 28.125%;
  /* max-width: 360px; */
  /* margin-left: 140px; */
  margin-left: auto;
  margin-right: auto;
}

.imgTextCont_leftUpper .imgTextCont_textBox {
  /* margin-left: 79px; */
}

.imgTextCont_rightUpper .imgTextCont_textBox,
.imgTextCont_rightBottom .imgTextCont_textBox {
  margin-left: auto;
  /* margin-right: 140px; */
}

.imgTextCont_rightBottom .imgTextCont_textBox {
  margin-bottom: -0.4em;
}

.imgTextCenter_imgBox img {
  width: 100%;
}

.imgTextCenter_textBox {
  display: flex;
  margin-top: 50px;
  padding-left: 130px;
  position: relative;
}

.imgTextCenter_textBox .verticalTtl {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}

.imgTextCenter_textBox_cont {
  /* width: 47%;
  max-width: 360px; */
  width: 41.38%;
}

.imgTextCenter_textBox_cont + .imgTextCenter_textBox_cont {
  margin-left: 6%;
}

.col3Lo {
  padding-left: 130px;
  position: relative;
}

.col3Lo_ttl {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}

.col3Lo_imgBox {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
}

.mvBox {
  position: relative;
}

.slider img {
  width: 100%;
}

/* .slider_dots {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: -26px;
  z-index: 8;
}

.slider_dots li {
  line-height: 1;
  font-size: 0;
  padding: 10px 0;
  cursor: pointer;
}

.slider_dots li+li {
  margin-left: 6px;
}

.slider_dots button {
  width: 26px;
  height: 2px;
  font-size: 0;
  background: #CCC;
}

.slider_dots li.slick-active button {
  background: #C4AF92;
} */

/* @media screen and (max-width:1120px) {

  .imgTextCont_rightUpper .imgTextCont_textBox,
  .imgTextCont_rightBottom .imgTextCont_textBox {
    margin-left: 5%;
    margin-right: auto;
  }
} */

@media screen and (max-width: 1000px) {
  .inner {
    width: 86%;
  }

  .innerVariable {
    width: 86%;
  }

  .imgTextCont_textBox {
    width: 36%;
  }
}

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

  .pc {
    display: none;
  }

  .inner {
    width: 80%;
  }

  .innerVariable {
    width: 80%;
  }

  .inpMain {
    padding-top: 0;
    margin-top: 0;
  }

  .sec_mt {
    margin-top: 100px;
  }

  .imgTextCont_leftUpper,
  .imgTextCont_rightUpper,
  .imgTextCont_rightBottom {
    display: block;
  }

  .imgTextCont_leftUpper,
  .imgTextCont_rightUpper,
  .imgTextCont_rightBottom {
    display: block;
  }

  .imgTextCont_leftUpper .imgTextCont_imgBox {
    width: 100%;
    padding-right: 10%;
  }

  .imgTextCont_rightUpper .imgTextCont_imgBox,
  .imgTextCont_rightBottom .imgTextCont_imgBox {
    width: 100%;
    padding-left: 10%;
    margin-bottom: 0;
  }

  .imgTextCont_leftUpper .imgTextCont_textBox,
  .imgTextCont_rightUpper .imgTextCont_textBox,
  .imgTextCont_rightBottom .imgTextCont_textBox,
  .imgTextCenter_textBox {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
  }

  .heroImg {
    width: 100%;
  }

  .verticalTtl {
    margin-bottom: 50px;
    margin-left: 20px;
  }

  .verticalTtl_spRight {
    margin-left: auto;
    margin-right: 20px;
  }

  .verticalTtl_3moji {
    margin-top: -62px;
  }

  .verticalTtl_4moji,
  .imgTextCont_textBox.verticalTtl_4moji,
  .imgTextCenter_textBox.verticalTtl_4moji {
    margin-top: -78px;
  }

  .verticalTtl_5moji,
  .imgTextCont_textBox.verticalTtl_5moji,
  .imgTextCenter_textBox.verticalTtl_5moji {
    margin-top: -86px;
  }

  .verticalTtl_6moji,
  .imgTextCont_textBox.verticalTtl_6moji,
  .imgTextCenter_textBox.verticalTtl_6moji {
    margin-top: -94px;
  }

  .verticalTtl_7moji,
  .imgTextCont_textBox.verticalTtl_7moji,
  .imgTextCenter_textBox.verticalTtl_7moji {
    margin-top: -102px;
  }

  .verticalTtl_8moji,
  .imgTextCont_textBox.verticalTtl_8moji,
  .imgTextCenter_textBox.verticalTtl_8moji {
    margin-top: -110px;
  }

  .imgTextCenter {
    width: 100%;
  }

  .imgTextCenter_textBox {
    display: block;
    padding-left: 0;
  }

  .imgTextCenter_textBox .verticalTtl {
    position: static;
  }

  .imgTextCenter_textBox_cont {
    width: 100%;
    max-width: 100%;
  }

  .imgTextCenter_textBox_cont + .imgTextCenter_textBox_cont {
    margin-left: 0;
  }

  .mvBox .imgTextCont_imgBox {
    padding-left: 0;
  }

  .mvBox_ttl {
    margin-top: 45px;
  }

  .col3Lo {
    padding-left: 0;
  }

  .col3Lo_ttl {
    position: relative;
    margin-left: 20px;
  }

  .col3Lo_imgBox {
    width: 100%;
    position: static;
  }

  /* .slider_dots {
    right: 10%;
  } */

  /* .slider_spdotsLeft .slider_dots {
    right: auto;
    left: 10%;
  } */

  .img_spHalf {
    padding-top: 52%;
    position: relative;
    overflow: hidden;
  }

  .img_spHalf img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* header
--------------------------------------------------*/
.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.header_inner {
  display: flex;
  justify-content: space-between;
}

.header_logo img {
  height: 100px;
}

.header_nav {
  padding: 35px 0;
}

.header_nav ul {
  display: flex;
}

.header_nav li {
  margin-left: 40px;
}

.header_nav a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
}

.header_nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
}

.header_nav .current a::after {
  width: 100%;
}

@media (min-width: 768px) {
  .header_nav a:hover::after {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .header_nav li {
    margin-left: 30px;
  }

  .header_nav ul a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .header {
    height: 180px;
    position: static;
    transform: none;
  }

  .header_inner {
    display: block;
  }

  .header_spScroll {
    width: 100%;
    padding-left: 10%;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translateY(-100%);
    transition: 0.4s;
  }

  .header_spScroll.js_view {
    transform: translateY(0);
  }

  .header_spScroll.active {
    background: none;
  }

  .header_spScroll_logo {
    transition: opacity 0.4s;
  }

  .header_spScroll.active .header_spScroll_logo {
    opacity: 0;
  }

  .header_logo img {
    height: 110px;
  }

  .header_navBtn {
    display: block;
    width: 55px;
    position: absolute;
    top: 20px;
    right: calc(10% - 16px);
    z-index: 11;
  }

  .header_navBtn:hover {
    cursor: pointer;
  }

  .header_navBtn span {
    display: block;
    width: 100%;
    background-color: #000;
    height: 1px;
    transition: 0.3s;
  }

  .header_navBtn span + span {
    margin-top: 9px;
  }

  .header_navBtn span:nth-child(1),
  .header_navBtn span:nth-child(3) {
    width: 30px;
    margin-left: auto;
  }

  .header_navBtn.active span {
    transition: 0.4s;
  }

  .header_navBtn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  .header_navBtn.active span:nth-of-type(2) {
    width: 0;
    opacity: 0;
  }

  .header_navBtn.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

  .header_nav {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0s 0.4s, opacity 0.4s 0s;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .header_nav::-webkit-scrollbar {
    display: none;
  }

  .header_nav.active {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0s, opacity 0.4s;
  }

  .header_nav_inner {
    padding: 160px 10% 40px;
  }

  .header_nav ul {
    display: block;
    padding-bottom: 70px;
    border-bottom: 1px solid #000;
  }

  .header_nav li {
    margin-left: 0;
  }

  .header_nav li + li {
    margin-top: 25px;
  }

  .header_nav ul a {
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  .header_spContainer {
    padding-top: 35px;
    position: relative;
  }

  .header_spName {
    line-height: 1;
  }

  .header_spLogo {
    width: 60px;
    position: absolute;
    top: 35px;
    right: 0;
  }

  .header_spAddress {
    margin: 85px 0 15px;
    line-height: 1.4;
  }

  .header_spContainer a {
    display: inline-block;
    border-bottom: 1px solid #000;
    line-height: 1.6;
  }

  .header_spTel {
    margin-top: 35px;
  }

  .header_spTel a {
    border-bottom: 0;
  }

  .header_spContact {
    margin-top: 15px;
  }

  .header_copyright {
    display: block;
    margin-top: 75px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: right;
  }
}

/* footer
--------------------------------------------------*/
.footer {
  display: flex;
  justify-content: space-between;
  margin-top: 240px;
  padding: 0 0 50px 140px;
  position: relative;
}

.footer_logo {
  width: 60px;
  position: absolute;
  top: 8px;
  left: 0;
}

.footer_nav ul {
  display: flex;
}

.footer_nav li + li {
  margin-left: 25px;
}

.footer_nav a {
  font-size: 14px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  line-height: 1;
  position: relative;
}

.footer_nav a::before {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transition: 0.4s;
}

.footer_nav a:hover::before {
  height: calc(100% - 0.5em);
}

.footer_addressBox {
  font-size: 14px;
  line-height: 1.5;
}

.footer_address {
  margin-top: 25px;
}

.footer_tel {
  margin-top: 35px;
}

.footer .linkBtn {
  margin-top: 8px;
}

.footer .linkBtn a {
  font-size: 13px;
}

.footer_copyright {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 50px;
}

@media screen and (max-width: 767px) {
  .footer {
    display: block;
    margin-top: 100px;
    padding: 30px 0 18px;
    border-top: 1px solid #000;
  }

  .footer_logo {
    top: 34px;
    left: auto;
    right: 0;
  }

  .footer_address {
    margin-top: 75px;
  }

  .footer_map {
    margin-top: 10px;
  }

  .footer_nav {
    margin-top: 80px;
    width: 100%;
    max-width: 280px;
  }

  .footer_nav ul {
    justify-content: space-between;
  }

  .footer_nav li + li {
    margin: 0;
  }

  .footer_tel {
    margin-top: 45px;
  }

  .footer_copyright {
    display: block;
    margin-top: 80px;
    text-align: right;
    position: static;
  }

  .footer_nav a,
  .footer_addressBox {
    font-size: 15px;
  }

  .footer .linkBtn a {
    font-size: 14px;
  }
}
