@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

/* ================================================

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ================================================

- フォント

================================================ */
.playfair {
  font-family: 'Playfair Display', serif;
  font-weight: 700px;
}

.notoSerif {
  font-family: 'Noto Serif JP', serif;
}

/* ================================================

-

================================================ */
.transition3, .lozad {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lozad {
  opacity: 0;
}

.lozad[data-loaded="true"] {
  opacity: 1;
}

.indentKome p {
  position: relative;
  padding: 0 0 0 16px;
}

.indentKome p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}

/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- 共通

================================================ */
.wrapper {
  overflow: hidden;
}

.bg--gray {
  background-color: #FAFAFA;
}

.m-sec__ttl {
  font-size: 6.4rem;
  line-height: 1;
}

.m-sec__ttl__sp {
  display: none;
}

.m-subTtl {
  display: block;
  margin-top: 12px;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.m-sec__txt {
  margin-top: 60px;
}

.m-sec__txt p {
  margin-top: 1.0em;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
}

.m-sec__txt p:first-of-type {
  margin-top: 0;
}

.m-hover--opacity {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.m-hover--opacity:hover,
.m-hover--opacity:active {
  opacity: .7;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-sec__ttl {
    font-size: 14.66667vw;
    text-align: center;
  }
  .m-sec__ttl__sp {
    display: block;
  }
  .m-sec__ttl__pc {
    display: none;
  }
  .m-subTtl {
    margin-top: 12px;
    font-size: 4.26667vw;
  }
  .m-sec__txt {
    margin-top: 28px;
  }
  .m-sec__txt p {
    margin-top: 1.0em;
    font-size: 1.6rem;
  }
}

/* ================================================

- m-pageTop

================================================ */
.m-pageTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #6B747A;
  cursor: pointer;
  -webkit-transform: translateX(90px);
      -ms-transform: translateX(90px);
          transform: translateX(90px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.m-pageTop figure {
  width: 18px;
  padding-top: 17px;
  margin: 0 auto;
}

.m-pageTop.-fixed {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-pageTop {
    bottom: 20px;
    right: 15px;
    width: 42px;
    height: 42px;
    -webkit-transform: translateX(57px);
        -ms-transform: translateX(57px);
            transform: translateX(57px);
  }
  .m-pageTop figure {
    width: 12px;
    padding-top: 10px;
  }
}

/* ================================================

- ハンバーガーボタン

================================================ */
.m-hamburger__btn {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .m-hamburger__btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    padding: 10px;
    z-index: 12;
    cursor: pointer;
    background-color: #002233;
  }
  .m-hamburger__btn .m-hamburger__line {
    position: relative;
    width: 32px;
    height: 23px;
  }
  .m-hamburger__btn .m-hamburger__line span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .m-hamburger__btn .m-hamburger__line span:nth-of-type(1) {
    top: 0;
  }
  .m-hamburger__btn .m-hamburger__line span:nth-of-type(2) {
    top: 10px;
  }
  .m-hamburger__btn .m-hamburger__line span:nth-of-type(3) {
    bottom: 0;
  }
  .m-hamburger__btn.-active .m-hamburger__line span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-135deg);
    -ms-transform: translateY(10px) rotate(-135deg);
        transform: translateY(10px) rotate(-135deg);
  }
  .m-hamburger__btn.-active .m-hamburger__line span:nth-of-type(2) {
    opacity: 0;
  }
  .m-hamburger__btn.-active .m-hamburger__line span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(135deg);
    -ms-transform: translateY(-10px) rotate(135deg);
        transform: translateY(-10px) rotate(135deg);
  }
}

/* ================================================

-

================================================ */
.m-mv__arrow {
  position: absolute;
  bottom: 2.917vw;
  right: 7.500vw;
  width: 1.500vw;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.works .m-mv__arrow {
  visibility: visible;
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .m-mv__arrow {
    display: none;
  }
}

/* ================================================

- ナビゲーション

================================================ */
.l-nav {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 3;
}

ul.l-nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

ul.l-nav__list li {
  margin-left: 30px;
}

ul.l-nav__list li a {
  display: block;
  padding-bottom: 5px;
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

ul.l-nav__list li a span {
  display: block;
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

ul.l-nav__list li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #6B747A;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

ul.l-nav__list li a:hover {
  color: #6B747A;
  text-shadow: 2px 2px 15px white;
}

ul.l-nav__list li a:hover::after {
  width: 100%;
}

ul.l-nav__list li li:first-of-type {
  margin-left: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-nav {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background-color: #002233;
    z-index: 11;
  }
  .l-nav.-active {
    left: 0;
  }
  ul.l-nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 12vw;
  }
  ul.l-nav__list li {
    margin-left: 0;
    border-bottom: solid 1px #FFFFFF;
  }
  ul.l-nav__list li a {
    padding: 25px 0;
    font-size: 4vw;
  }
  ul.l-nav__list li a span {
    margin-bottom: 10px;
    font-size: 5.6vw;
  }
}

/* ================================================

- l-footer

================================================ */
.l-footer {
  padding: 140px 0 40px;
}

.l-footer .copyright {
  font-size: 1rem;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-footer {
    padding: 98px 0 20px;
  }
}

/* ================================================

- MV

================================================ */
.works-header {
  width: 100%;
  height: 700px;
  background-image: url("../images/works/mv_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.works-header__treatment {
  width: 100%;
  height: 210px;
  position: absolute;
  top: 175px;
  left: 55px;
}

.works-header__treatment::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-color: #6B747A;
}

.works-header__ttl {
  font-size: 3.2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .works-header {
    height: 60vh;
    background-image: url("../images/works/mv_bg_sp.jpg");
  }
  .works-header__treatment {
    height: auto;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .works-header__treatment::before {
    display: none;
  }
  .works-header__ttl {
    font-size: 7.73333vw;
    line-height: 1.4;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
  }
}

/* ================================================

- タイトル

================================================ */
.works-content {
  padding: 45px 0 100px;
}

.top .works-content {
  padding: 115px 0 100px;
}

.works-content__ttl {
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}

.works-content__ttl span {
  display: block;
  margin-bottom: 12px;
  font-size: 6.4rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.works-content__ttl::before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
  height: 25px;
  background-color: #6B747A;
  z-index: -1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .works-content {
    padding: 45px 4vw 100px;
  }
  .top .works-content {
    padding: 115px 0 0;
  }
  .works-content__ttl {
    font-size: 4.26667vw;
  }
  .works-content__ttl span {
    margin-bottom: 12px;
    font-size: 14.66667vw;
  }
  .works-content__ttl::before {
    bottom: 5.867vw;
    width: 90%;
    height: 5.333vw;
  }
}

/* ================================================

- リスト

================================================ */
.works-content__main {
  max-width: 1124px;
  margin: 0 auto;
}

ul.works-content__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 55px;
}

ul.works-content__list li {
  width: calc((100% / 3) - (32px / 3));
  margin-top: 44px;
  margin-right: 16px;
}

ul.works-content__list li:nth-child(-n+3) {
  margin-top: 0;
}

ul.works-content__list li:nth-child(3n) {
  margin-right: 0;
}

.works-content__item {
  padding: 15px 25px 25px;
  background-color: #D3D3D4;
}

.works-content__item__ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.works-content__item__photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 20px;
  height: 236px;
  background-color: #FFFFFF;
}

.works-content__item__photo img {
  width: auto;
  height: 236px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0;
     object-position: 0;
}

.works-content__item__desc {
  margin-top: 15px;
}

.works-content__item__desc dl {
  margin-top: 3px;
}

.works-content__item__desc dl:first-child {
  margin-top: 0;
}

dl.works-content__item__note {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

dl.works-content__item__note dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60px;
}

dl.works-content__item__note dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  ul.works-content__list li {
    width: calc((100% / 2) - (10px / 2));
    margin-top: 10px;
    margin-right: 10px;
  }
  ul.works-content__list li:nth-child(-n+3) {
    margin-top: 10px;
  }
  ul.works-content__list li:nth-child(3n) {
    margin-right: 10px;
  }
  ul.works-content__list li:nth-child(-n+2) {
    margin-top: 0;
  }
  ul.works-content__list li:nth-child(2n) {
    margin-right: 0;
  }
  .works-content__item {
    padding: 15px 3.2vw 25px;
  }
  .works-content__item__photo {
    height: 28.800vw;
  }
  .works-content__item__photo img {
    height: 28.800vw;
  }
  .works-content__item__ttl {
    font-size: 3.46667vw;
  }
  dl.works-content__item__note {
    font-size: 3.2vw;
  }
  dl.works-content__item__note dt {
    width: 13.333vw;
  }
}

/* ================================================

- ボタン

================================================ */
.works-content__btn {
  width: 210px;
  margin-top: 30px;
}

.works-content__btn a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .works-content__btn {
    width: 48vw;
  }
}
