@charset "UTF-8";
body {
  color: #fff;
}

#page_wrapper {
  overflow-x: hidden;
  /*width:100vw;*/
}

.header_wrapper {
  /*background-color: #fff;*/
}

#pankuzu.white {
  margin-bottom: 0;
}
#pankuzu.white ol li {
  color: #fff;
}
#pankuzu.white ol li span {
  color: #fff;
}
#pankuzu.white ol li a {
  color: #fff;
}

#page_content {
  padding-bottom: 0;
}

#page_content.kv_cover #pankuzu {
  position: absolute;
  top: 20px;
  width: 100%;
}
#page_content.kv_cover #pankuzu + main {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

/*
共通アイテム
*/
.white_kv {
  background: #fff;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.white_kv h1 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.white_kv h1 img {
  max-width: 600px;
  width: 74.66vw;
}
@media screen and (max-width: 1440px) {
  .white_kv h1 {
    margin-left: 9%;
  }
}
@media screen and (max-width: 834px) {
  .white_kv {
    min-height: 370px;
  }
  .white_kv h1 {
    margin-left: 10%;
  }
  .white_kv h1 img {
    width: 74.66vw;
  }
}

/* a.b_lined */
a.b_lined {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  min-height: 82px;
  box-sizing: border-box;
  padding: 1em 0 1em 0.8em;
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-left: none;
  border-right: none;
  text-decoration: none;
}
a.b_lined i {
  width: 0.56em;
  height: 0.56em;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.8em;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  transform: rotate(45deg) translateY(-54%);
  transition-delay: 0.6s;
  transition-duration: 0.3s;
}
a.b_lined:hover i {
  right: 0.8em;
}
a.b_lined.gray {
  color: #626262;
  border-color: #c6c6c6;
}
a.b_lined.gray i {
  border-color: #626262;
}

a.b_lined:before,
a.b_lined:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 1;
  background: #fff;
  transition-duration: 0.3s;
}

a.b_lined.gray:before,
a.b_lined.gray:after {
  background: #626262;
}

a.b_lined:after {
  top: auto;
  bottom: 0;
}

a.b_lined:hover:before,
a.b_lined:hover:after {
  width: 100%;
}

br.pc_hide {
  display: none;
}

br.sp_hide {
  display: inline;
}

@media screen and (max-width: 834px) {
  br.pc_hide {
    display: inline;
  }
  br.sp_hide {
    display: none;
  }
}
/* 
*pic_box 
*/
.pic_box {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.pic_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition-duration: 0.3s;
}
.pic_box img.hov:hover {
  width: 110%;
  left: -5%;
  top: -5%;
  opacity: 1;
}

/*
link_arrow
*/
.link_arrow {
  display: flex;
  flex-direction: row-reverse;
  font-size: 16px !important;
}
.link_arrow a {
  display: inline-block;
  padding-left: 1em;
  position: relative;
  /*
  &:hover{
      transform:translateX(+20%);
  }
  */
}
.link_arrow a:before {
  content: "▶︎";
  display: inline-block;
  margin-right: 0.4em;
  transition-duration: 0.3s;
  position: absolute;
  top: 0;
  left: -0.2em;
}

.animated {
  opacity: 0;
}

.sect_bg {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sect_bg.fixed {
  position: fixed !important;
}

body {
  color: #fff;
}

#pankuzu {
  position: relative;
  z-index: 2;
}

/*
*左の固定アイテム
*/
.leftpart {
  position: fixed;
  left: 30px;
  top: 0;
  width: 12px;
  height: 100vh;
}
.leftpart.common {
  position: absolute;
  height: calc(100vh - 160px);
}
@media screen and (max-width: 834px) {
  .leftpart {
    left: 10px;
  }
  .leftpart.common {
    height: calc(100vh - 56px);
  }
}
.leftpart img.zekkyo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.leftpart div {
  position: absolute;
  bottom: 0;
  height: 158px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.leftpart div img {
  margin-bottom: 12px;
}
.leftpart div p {
  display: block;
  width: 1px;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.leftpart div p span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 200%;
  width: 1px;
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-100%);
  animation-fill-mode: forwards;
  animation-name: vline;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes vline {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

/*
*絶強フッタ
*/
.myfooter {
  padding: 72px 0 100px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  background: url(../img/sect1_bg.jpg) center center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .myfooter {
    padding: 8.4vw 0 9.5vw;
  }
}
.myfooter:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.myfooter .container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  width: 84vw;
  margin: 0 auto;
}
.myfooter .container .strong {
  margin-bottom: 40px;
}
.myfooter .container .strong img {
  width: 202px;
}
@media screen and (max-width: 834px) {
  .myfooter .container .strong img {
    width: 42.1vw;
  }
}
.myfooter .container dl {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  align-items: baseline;
  font-size: 18px;
  line-height: 1;
}
.myfooter .container dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .myfooter .container dl {
    margin-bottom: 1.52em;
  }
}
.myfooter .container dl dt {
  font-family: "Cormorant";
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-right: 1.5em;
  margin-right: 0.8em;
  position: relative;
  width: 8em;
  text-align: right;
}
.myfooter .container dl dt i {
  display: inline-block;
  height: 1px;
  width: 1em;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.myfooter .container dl dd {
  font-size: 14px;
}
.myfooter .container dl dd a {
  color: #fff;
}
.myfooter .container dl:last-of-type {
  margin-bottom: 0;
}

#page_footer {
  z-index: 6;
  position: relative;
  background: #fff;
  color: #222;
}
#page_footer a {
  color: #222;
}

/*
*ローカルメニューボタン
*/
.z_localmenu {
  position: fixed;
  right: 30px;
  top: 200px;
  min-height: 100px;
  z-index: 999;
}
.z_localmenu .btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}
.z_localmenu .btn span {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  margin-bottom: 12px;
  transition-duration: 0.3s;
}
.z_localmenu .btn span:before, .z_localmenu .btn span:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  width: 2px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.z_localmenu .btn span:after {
  transform: translate(-50%, -50%);
}
.z_localmenu .btn img {
  width: 10px;
  filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.3)) drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.3)) drop-shadow(0px -10px 8px rgba(0, 0, 0, 0.3)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}
.z_localmenu.opened .btn span {
  transition-duration: 0.3s;
  transform: rotate(135deg);
}
.z_localmenu.opened .btn img {
  display: none;
}
@media screen and (max-width: 834px) {
  .z_localmenu {
    right: 10px;
    top: 70px;
  }
  .z_localmenu .btn span {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .z_localmenu .btn span:before, .z_localmenu .btn span:after {
    height: 30px;
  }
}

/*
*ローカルメニュー
*/
.zekkyo_localmenu {
  background: #000;
  width: 480px;
  height: 100dvh;
  padding: 4vh 0 0 110px;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition-duration: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 998;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .zekkyo_localmenu {
    width: 77vw;
    padding-left: 12.5vw;
  }
}
.zekkyo_localmenu.show {
  transform: translateX(0%);
}
.zekkyo_localmenu p.logo {
  margin-bottom: 66px;
}
.zekkyo_localmenu p.logo img {
  width: 234px;
  filter: brightness(100);
}
@media screen and (max-width: 834px) {
  .zekkyo_localmenu p.logo img {
    width: 48vw;
  }
}
.zekkyo_localmenu ul {
  color: #fff;
}
.zekkyo_localmenu ul li {
  margin-bottom: 46px;
}
.zekkyo_localmenu ul li span {
  font-family: "Cormorant";
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
.zekkyo_localmenu ul li p a {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin-left: 1em;
  padding: 0 4px 3px 4px;
  border-bottom: solid 1px transparent;
}
.zekkyo_localmenu ul li p a:last-of-type {
  margin-bottom: 0;
}
.zekkyo_localmenu ul li p a:hover {
  text-decoration: none;
  border-bottom: solid 1px #fff;
}
.zekkyo_localmenu ul li p.design {
  padding-top: 30px;
}
@media screen and (max-width: 834px) {
  .zekkyo_localmenu ul li {
    margin-bottom: 8.5vw;
  }
  .zekkyo_localmenu ul li span {
    font-size: 3.2vw;
    margin-bottom: 4.1vw;
  }
  .zekkyo_localmenu ul li p a {
    font-size: 4.53vw;
    padding: 0 0.1em 0.1em 0.1em;
  }
  .zekkyo_localmenu ul li p.design {
    padding-top: 4.2vw;
  }
}/*# sourceMappingURL=common.css.map */