@charset "UTF-8";

html {
  display: block;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    overflow: auto;
    height: auto;
  }
}

body {
  overflow: hidden;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
@media only screen and (max-width: 767px) {
  body {
    overflow: auto;
    height: auto;
  }
}
body.is-loaded {
  opacity: 1;
}

.js-fadup {
  opacity: 0;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 0.5s ease-out, transform 1s ease-out;
  transition: opacity 0.5s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media only screen and (max-width: 767px) {
  .js-fadup {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.js-fadup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fadein {
  opacity: 0;
  -webkit-transition: opacity 0.75s ease-out;
  transition: opacity 0.75s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-fadein.is-visible {
  opacity: 1;
}

.smooth-scroll-wrapper {
  will-change: transform;
}

.main {
  color: #000;
}

.l-container {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

.sec-ttl {
  font-size: 64px;
  text-align: center;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 0.859375;
  font-family: "Cormorant Garamond", serif;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .sec-ttl {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 27px;
  }
}
.sec-ttl::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  background-color: #000;
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-ttl::after {
    bottom: -20px;
    width: 7px;
    height: 7px;
  }
}

.l-mv {
  position: fixed;
  z-index: -1;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #e2e8e6 url(/cms/kagayoi/img/award/mv.jpg) no-repeat center top/100%;
}
@media only screen and (max-width: 767px) {
  .l-mv {
    background: #e2e8e6 url(/cms/kagayoi/img/award/mv_sp.jpg) no-repeat center top/100%;
    top: 60px;
  }
}

.p-about {
  background: #000;
  margin-top: 87%;
  color: #fff;
  position: relative;
  z-index: 9;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .p-about {
    margin-top: 190%;
    padding-bottom: 0;
  }
}
.p-about__bg {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50vw);
          transform: translateX(-50%) translateY(-50vw);
}
.p-about .l-container {
  z-index: 99;
  position: relative;
}
.p-about .sec-ttl {
  color: #fff;
  margin-top: -38vw;
}
@media only screen and (max-width: 767px) {
  .p-about .sec-ttl {
    margin-top: -35vw;
  }
}
.p-about .sec-ttl::after {
  background-color: #fff;
}
.p-about .flex-wrap {
  margin-top: 8vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-about .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about .flex-wrap .ttl-wrap {
  width: 45.6%;
}
@media only screen and (max-width: 767px) {
  .p-about .flex-wrap .ttl-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.p-about .flex-wrap .ttl-wrap h3 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.85714286;
}
@media only screen and (max-width: 767px) {
  .p-about .flex-wrap .ttl-wrap h3 {
    font-size: 18px;
  }
}
.p-about .flex-wrap .txt-wrap {
  width: 49.8%;
}
@media only screen and (max-width: 767px) {
  .p-about .flex-wrap .txt-wrap {
    margin-top: 30px;
    width: 100%;
  }
}
.p-about .flex-wrap .txt-wrap p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-about .flex-wrap .txt-wrap p {
    font-size: 14px;
    line-height: 1.625;
  }
}
.p-about .img-about {
  max-width: 456px;
  position: absolute;
  right: 53%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767px) {
  .p-about .img-about {
    position: static;
    margin: 100px calc(50% - 50vw) 0;
    width: 100vw;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.p-award {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-award {
    padding: 40px 25px;
  }
}
.p-award .img-shadow {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 456px;
  z-index: -1;
  right: calc(53% + 100px);
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  top: 0;
}
@media only screen and (max-width: 767px) {
  .p-award .img-shadow {
    display: none;
  }
}
.p-award .l-container {
  position: relative;
  z-index: 2;
}
.p-award .flex-wrap {
  margin-top: 8vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-award .flex-wrap {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}
.p-award .flex-wrap .ttl-wrap {
  width: 45.6%;
  padding-top: 90px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-award .flex-wrap .ttl-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.p-award .flex-wrap .ttl-wrap .p01 {
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .p-award .flex-wrap .ttl-wrap .p01 {
    font-size: 14px;
  }
}
.p-award .flex-wrap .ttl-wrap .p02 {
  font-size: 28px;
  margin-top: 15px;
  font-weight: 600;
  line-height: 1.38571429;
}
@media only screen and (max-width: 767px) {
  .p-award .flex-wrap .ttl-wrap .p02 {
    font-size: 18px;
    line-height: 1.44444444;
    margin-top: 10px;
  }
}
.p-award .flex-wrap .ttl-wrap h2 {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .p-award .flex-wrap .ttl-wrap h2 {
    margin-top: 20px;
  }
}
.p-award .flex-wrap .ttl-wrap h2 .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  line-height: 0.84722222;
}
@media only screen and (max-width: 767px) {
  .p-award .flex-wrap .ttl-wrap h2 .en {
    font-size: 44px;
  }
}
.p-award .flex-wrap .ttl-wrap h2 .jp {
  display: block;
  font-size: 21px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-award .flex-wrap .ttl-wrap h2 .jp {
    font-size: 14px;
  }
}
.p-award .flex-wrap .img-wrap {
  width: 47.7%;
}
@media only screen and (max-width: 767px) {
  .p-award .flex-wrap .img-wrap {
    width: 100%;
    margin: 80px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.p-award .page-nav {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-award .page-nav {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
.p-award .page-nav li a {
  border: 1px solid #000;
  width: 248px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-award .page-nav li a {
    height: 30px;
    font-size: 14px;
    width: 100%;
  }
}
.p-award .page-nav li a:hover {
  color: #fff;
  background-color: #000;
}

.p-concept {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 60vw;
}
@media only screen and (max-width: 767px) {
  .p-concept {
    padding-bottom: 72vw;
    padding-top: 25px;
  }
}
.p-concept .inner {
  max-width: 1536px;
  margin: 0 auto;
  position: relative;
}
.p-concept .inner .img01 {
  width: 48.5%;
  position: absolute;
  top: 22%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .p-concept .inner .img01 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-left: 15px;
    position: static;
    margin-top: 20px;
  }
}
.p-concept .inner .img02 {
  width: 48%;
  left: 0;
  top: 630px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .p-concept .inner .img02 {
    width: 100%;
    position: static;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-right: 15px;
    margin-top: 60px;
  }
}
.p-concept .l-container {
  max-width: 1080px;
}
.p-concept h3 {
  margin-top: 110px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-concept h3 {
    margin-top: 50px;
  }
}
.p-concept h3 .en {
  font-size: 44px;
  line-height: 0.84090909;
  display: block;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (max-width: 767px) {
  .p-concept h3 .en {
    font-size: 26px;
  }
}
.p-concept h3 .jp {
  display: block;
  font-size: 21px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-concept h3 .jp {
    font-size: 14px;
  }
}
.p-concept p {
  width: 47.6%;
}
@media only screen and (max-width: 767px) {
  .p-concept p {
    width: 100%;
    letter-spacing: 0.02em;
    line-height: 1.85714286;
  }
}
.p-concept .text01 {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .p-concept .text01 {
    margin-top: 20px;
  }
}
.p-concept .text02 {
  margin-left: auto;
  margin-top: 170px;
}
@media only screen and (max-width: 767px) {
  .p-concept .text02 {
    margin-top: -20px;
    margin-left: 0;
  }
}
.p-concept .text03 {
  margin-left: auto;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-concept .text03 {
    margin-top: -20px;
    margin-left: 0;
  }
}

.p-item {
  background: #000;
  color: #fff;
  position: relative;
}
.p-item__bg {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50vw);
          transform: translateX(-50%) translateY(-50vw);
}
.p-item .l-container {
  z-index: 99;
  position: relative;
  padding-bottom: 67vw;
}
.p-item .l-container.l-container-wrap {
  position: relative;
  z-index: 9;
  padding-bottom: 0;
}
.p-item .sec-ttl {
  margin-bottom: 170px;
  color: #fff;
  margin-top: -38vw;
}
@media only screen and (max-width: 767px) {
  .p-item .sec-ttl {
    margin-top: -35vw;
    margin-bottom: 60px;
  }
}
.p-item .sec-ttl::after {
  background-color: #fff;
}
.p-item .item-wrap {
  position: relative;
}
.p-item .item-wrap:not(:first-of-type) {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap:not(:first-of-type) {
    margin-top: 65px;
  }
}
.p-item .item-wrap__ring .bg {
  position: absolute;
  width: 44%;
  right: 0;
  top: -320px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap__ring .bg {
    width: 94%;
    top: -156px;
  }
}
.p-item .item-wrap__earcuff .bg {
  position: absolute;
  width: 43%;
  left: 0;
  top: -410px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap__earcuff .bg {
    width: 89.6%;
    top: -200px;
  }
}
.p-item .item-wrap .ttl-item {
  text-align: center;
}
.p-item .item-wrap .ttl-item .wrap {
  display: inline-block;
  padding: 0 40px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .ttl-item .wrap {
    padding: 0 25px;
  }
}
.p-item .item-wrap .ttl-item .wrap .en {
  display: block;
  font-size: 37px;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.75675676;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .ttl-item .wrap .en {
    font-size: 25px;
  }
}
.p-item .item-wrap .ttl-item .wrap .jp {
  margin-top: 20px;
  display: block;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .ttl-item .wrap .jp {
    font-size: 14px;
    margin-top: 10px;
  }
}
.p-item .item-wrap .list-items {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .list-items {
    margin-top: 25px;
  }
}
.p-item .item-wrap .list-items li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .list-items li {
    display: block;
  }
}
.p-item .item-wrap .list-items li:not(:last-of-type) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .list-items li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.p-item .item-wrap .list-items li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .list-items li:nth-of-type(even) {
    display: block;
  }
}
.p-item .item-wrap .list-items li .img-wrap {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .list-items li .img-wrap {
    padding: 0 7px;
    width: 100%;
  }
}
.p-item .item-wrap .list-items li .txt-wrap {
  width: 61.6%;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .list-items li .txt-wrap {
    margin-top: 20px;
    width: 100%;
  }
}
.p-item .item-wrap .list-items li .txt-wrap h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.81818182;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .list-items li .txt-wrap h4 {
    text-align: center;
    font-size: 19px;
  }
}
.p-item .item-wrap .list-items li .txt-wrap p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .list-items li .txt-wrap p {
    margin-top: 20px;
    line-height: 1.85714286;
  }
}
.p-item .item-wrap .card-item {
  position: relative;
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .card-item {
    margin: 35px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.p-item .item-wrap .card-item .img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-item .item-wrap .card-item .txt {
  position: absolute;
  left: 100px;
  max-width: 380px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .p-item .item-wrap .card-item .txt {
    left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .card-item .txt {
    max-width: 310px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 10%;
  }
}
.p-item .item-wrap .card-item .txt p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .card-item .txt p {
    line-height: 1.85714286;
  }
}
.p-item .item-wrap .card-item .txt .c-btn {
  width: 252px;
  height: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  font-weight: 600;
  border: 1px solid #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .p-item .item-wrap .card-item .txt .c-btn {
    margin: 20px auto 0;
    width: 200px;
    height: 45px;
  }
}
.p-item .item-wrap .card-item .txt .c-btn:hover {
  color: #000;
  background-color: #fff;
}
.p-item .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 190px;
}
@media only screen and (max-width: 767px) {
  .p-item .flex-wrap {
    width: 100%;
    margin-top: 60px;
    display: block;
  }
}
.p-item .flex-wrap .img-wrap {
  width: 42.3%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-item .flex-wrap .img-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-item .flex-wrap .img-wrap .shadow {
  position: absolute;
  top: -65px;
  left: -100px;
  width: 100%;
}
.p-item .flex-wrap .img-wrap .img {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .p-item .flex-wrap .img-wrap .img {
    width: 69%;
  }
}
@media only screen and (max-width: 767px) {
  .p-item .flex-wrap .img-wrap h5 {
    width: 31%;
    font-size: 22px;
    line-height: 1.59090909;
    font-weight: 600;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.2em;
  }
}
.p-item .flex-wrap .txt-wrap {
  width: 49.6%;
}
@media only screen and (max-width: 767px) {
  .p-item .flex-wrap .txt-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.p-item .flex-wrap .txt-wrap h5 {
  font-size: 38px;
  line-height: 1.86842105;
  letter-spacing: 0.28em;
}
@media only screen and (max-width: 1023px) {
  .p-item .flex-wrap .txt-wrap h5 {
    font-size: 30px;
  }
}
.p-item .flex-wrap .txt-wrap p {
  line-height: 2;
  margin-top: 40px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .p-item .flex-wrap .txt-wrap p {
    line-height: 1.85714286;
    margin-top: 0;
  }
}

.p-profile {
  background: #fff;
  position: relative;
}
.p-profile__bg {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateX(-50%) translateY(-99%);
          transform: translateX(-50%) translateY(-99%);
}
.p-profile .l-container {
  z-index: 99;
  position: relative;
}
.p-profile .sec-ttl {
  margin-top: -38vw;
}
@media only screen and (max-width: 767px) {
  .p-profile .sec-ttl {
    margin-top: -35vw;
  }
}
.p-profile .flex-wrap {
  margin-top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap {
    margin-top: 50px;
    display: block;
  }
}
.p-profile .flex-wrap .sp-flex {
  display: contents;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .sp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-profile .flex-wrap .profile-wrap {
  width: 42.5%;
}
@media only screen and (max-width: 1023px) {
  .p-profile .flex-wrap .profile-wrap {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .profile-wrap {
    width: 100%;
  }
}
.p-profile .flex-wrap .profile-wrap .img {
  max-width: 277px;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .profile-wrap .img {
    width: 48%;
  }
}
.p-profile .flex-wrap .profile-wrap .txt {
  display: contents;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .profile-wrap .txt {
    display: block;
    width: 48%;
  }
}
.p-profile .flex-wrap .profile-wrap .position {
  font-size: 17px;
  margin-top: 30px;
  line-height: 1.82352941;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .profile-wrap .position {
    letter-spacing: 0.02em;
    font-size: 14px;
    line-height: 1.57142857;
    margin-top: 10px;
    white-space: nowrap;
  }
}
.p-profile .flex-wrap .profile-wrap .name {
  margin-top: 10px;
}
.p-profile .flex-wrap .profile-wrap .name .jp {
  display: block;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .profile-wrap .name .jp {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}
.p-profile .flex-wrap .profile-wrap .name .en {
  color: #999999;
  font-family: "Cormorant Garamond", serif;
  display: block;
  font-size: 17px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .profile-wrap .name .en {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.p-profile .flex-wrap .profile-wrap .profile {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .profile-wrap .profile {
    margin-top: 25px;
  }
}
.p-profile .flex-wrap .profile-wrap .profile h3 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .profile-wrap .profile h3 {
    font-size: 16px;
  }
}
.p-profile .flex-wrap .profile-wrap .profile p {
  line-height: 2;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .profile-wrap .profile p {
    margin-top: 10px;
    line-height: 1.85714286;
    letter-spacing: 0.02em;
  }
}
.p-profile .flex-wrap .comment-wrap {
  width: 45.8%;
}
@media only screen and (max-width: 1023px) {
  .p-profile .flex-wrap .comment-wrap {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .comment-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .comment-wrap .img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-profile .flex-wrap .comment-wrap .comment {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .comment-wrap .comment {
    margin-top: 30px;
  }
}
.p-profile .flex-wrap .comment-wrap .comment h3 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .comment-wrap .comment h3 {
    font-size: 16px;
  }
}
.p-profile .flex-wrap .comment-wrap .comment p {
  margin-top: 15px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-profile .flex-wrap .comment-wrap .comment p {
    margin-top: 10px;
    letter-spacing: 0.02em;
    line-height: 1.85714286;
  }
}
.p-profile.designer {
  border-bottom: 1px solid #ededed;
  padding-bottom: 170px;
}
@media only screen and (max-width: 767px) {
  .p-profile.designer {
    padding-bottom: 50px;
  }
}
.p-profile.craftman {
  padding-top: 170px;
  padding-bottom: 28vw;
}
@media only screen and (max-width: 767px) {
  .p-profile.craftman {
    padding-top: 50px;
  }
}
.p-profile.craftman .l-container {
  padding-bottom: 40vw;
}
.p-profile.craftman .sec-ttl {
  margin-top: 0;
}
.p-archive {
  background: #000;
  color: #fff;
  position: relative;
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .p-archive {
    padding-bottom: 60px;
  }
}
.p-archive__bg {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateX(-50%) translateY(-99%);
          transform: translateX(-50%) translateY(-99%);
}
.p-archive .l-container {
  z-index: 99;
  position: relative;
}
.p-archive .sec-ttl {
  margin-top: -38vw;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-archive .sec-ttl {
    padding: 0 15px;
  }
}
.p-archive .sec-ttl::after {
  background-color: #fff;
}
.p-archive__txt {
  margin-top: 160px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-archive__txt {
    padding: 0 15px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-archive .l-container {
    display: contents;
  }
}
.p-archive__list {
  gap: 50px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-archive__list {
    gap: 0;
    margin-top: 0;
    width: 100vw;
    display: block;
  }
}
.p-archive__list li {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-archive__list li {
    margin-bottom: 0;
  }
}
.p-archive__list li .img {
  overflow: hidden;
}
.p-archive__list li .img img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.p-archive__list li .ttl {
  font-weight: 600;
  font-size: 17px;
  margin-top: 25px;
  line-height: 1.76470588;
}
@media only screen and (max-width: 767px) {
  .p-archive__list li .ttl {
    line-height: 1.76470588;
    margin-top: 15px;
    letter-spacing: 0.04em;
  }
}
.p-archive__list li .txt {
  line-height: 1.85714286;
  font-size: 14px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-archive__list li .txt {
    margin-top: 15px;
  }
}
.p-archive__list li .btn {
  width: 252px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 25px;
  height: 57px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  background-color: #fff;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .p-archive__list li .btn {
    width: 200px;
    height: 45px;
    margin-top: 15px;
    font-size: 14px;
  }
}
.p-archive__list li .btn:hover {
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .p-archive__swiper {
    margin-top: 50px;
  }
  .p-archive__swiper .swiper-slide {
    text-align: center;
  }
  .p-archive__swiper .swiper-slide .img {
    overflow: hidden;
  }
  .p-archive__swiper .swiper-slide .img img {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .p-archive__swiper .swiper-slide .ttl {
    font-weight: 600;
    font-size: 17px;
    margin-top: 25px;
    line-height: 1.76470588;
  }
  .p-archive__swiper .swiper-slide .txt {
    line-height: 1.85714286;
    font-size: 14px;
    margin-top: 20px;
  }
  .p-archive__swiper .swiper-slide .btn {
    width: 200px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #fff;
    margin-top: 25px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    background-color: #fff;
  }
  .p-archive__swiper .swiper-slide .btn:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .p-archive .swiper-pagination {
    margin-top: 75px;
    position: static;
  }
  .p-archive .swiper-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    margin: 0 10px !important;
    border: 1px solid #fff !important;
  }
  .p-archive .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
  }
}
.p-archive .swiper-button-prev,
.p-archive .swiper-button-next {
  display: none !important;
}

.p-kagayoi {
  border-top: 1px solid #3a3a3a;
  background-color: #000;
  padding-top: 200px;
  padding-bottom: 180px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-kagayoi {
    padding-bottom: 45px;
    padding-top: 60px;
  }
}
.p-kagayoi .sec-ttl {
  color: #fff;
}
.p-kagayoi .sec-ttl::after {
  background-color: #fff;
}
.p-kagayoi .l-container {
  max-width: 1117px;
}
.p-kagayoi .flex-wrap {
  margin-top: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-kagayoi .flex-wrap {
    margin-top: 50px;
    display: block;
  }
}
.p-kagayoi .flex-wrap .img-wrap {
  width: 55%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767px) {
  .p-kagayoi .flex-wrap .img-wrap {
    width: 100%;
  }
}
.p-kagayoi .flex-wrap .txt-wrap {
  width: 45.7%;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
@media only screen and (max-width: 767px) {
  .p-kagayoi .flex-wrap .txt-wrap {
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.p-kagayoi .flex-wrap .txt-wrap p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-kagayoi .flex-wrap .txt-wrap p {
    letter-spacing: 0.02em;
    line-height: 1.85714286;
  }
}

.breadcrumb-list {
  margin-top: 0 !important;
}/*# sourceMappingURL=custom.css.map */