@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #615653;
}

* {
  box-sizing: border-box;
}

/* ALL */
a {
  text-decoration: none;
}

li {
  list-style: none;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .inner {
    padding: 0 30px;
  }
}
.desc {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
}

.only-sp {
  display: none;
}

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

  .only-pc {
    display: none;
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
header .point {
  position: relative;
}
header .point::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #2F2F2F;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
}
header nav {
  max-width: 1210px;
  margin: 0 auto;
  padding: 40px 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav div {
  width: 152px;
}
header nav div img {
  width: 100%;
}
header nav ul {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
header nav ul li a {
  color: #615653;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
header nav ul li a:hover {
  opacity: 0.6;
}
header .current {
  display: inline-block;
  position: relative;
}
header .current::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #2F2F2F;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  header nav {
    padding: 40px 60px 0;
  }
}
@media screen and (max-width: 600px) {
  header nav {
    padding: 10px 25px 0 0;
  }
  header nav div {
    width: 60px;
    margin: 5px 30px 0;
  }
  header nav ul {
    display: flex;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  header nav ul li a {
    font-size: 12px;
  }
  header .point::before {
    display: none;
    content: "";
  }

  .about-header {
    background: #fff;
  }
}
/* footer */
footer {
  height: 140px;
  max-width: 1210px;
  margin: 0 auto;
  padding: 40px 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .copylight {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
}
footer .sns a {
  transition: 0.3s;
}
footer .sns a:hover {
  opacity: 0.6;
}
footer .sns img {
  width: 25px;
  height: 25px;
  margin: 17px;
}
footer .sns .twitter {
  margin: 18px 0 16px 17px;
}

@media screen and (max-width: 900px) {
  footer {
    padding: 0 100px;
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding: 0 30px;
  }
  footer .copylight {
    font-size: 10px;
  }
  footer .sns img {
    width: 20px;
    height: 20px;
    margin: 10px;
  }
  footer .sns .twitter {
    margin: 10px 0 9px 11px;
  }
}
/* top */
.kv {
  background: #F7F7F5;
  height: 100vh;
  overflow: hidden;
}
.kv .kv-inner {
  height: 100vh;
  max-width: 1210px;
}
.kv .kv-inner .kv-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  height: 100vh;
  /*.box{
    width: 380px;
    height: 380px;
    background:linear-gradient(332.48deg, #E4845E 7.7%, #CA7241 87.94%);;
    grid-column: 3/4;
    grid-row: 2/4;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: relative;
    top: -26px;
    left: -120px;
    span{
      font-size: 12px;
      letter-spacing: 0.1em;
      display: inline-block;
      transform: rotate(-90deg);
      position: absolute;
      bottom: 95px;
      right: -54px;
    }
  }*/
}
.kv .kv-inner .kv-wrap .kv-text {
  grid-column: 1/2;
  grid-row: 2/4;
  padding: 90px 0 0 30px;
}
.kv .kv-inner .kv-wrap .kv-text .ako {
  font-family: "Cormorant", serif;
  font-size: 110px;
  line-height: 80px;
  position: relative;
}
.kv .kv-inner .kv-wrap .kv-text .ako span {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 190px;
  background: #F7F7F5;
  padding: 15px;
  letter-spacing: 0.1em;
}
.kv .kv-inner .kv-wrap .kv-text .sakakura {
  font-family: "Cormorant", serif;
  font-size: 80px;
  line-height: 93px;
}
.kv .kv-inner .kv-wrap .kv-text .medium {
  display: none;
}
.kv .kv-inner .kv-wrap .kv-text .top-small-desc {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 47px;
}
.kv .kv-inner .kv-wrap .kv-text::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 45px;
  background: #A09A98;
  position: absolute;
  bottom: 0;
}
.kv .kv-inner .kv-wrap .kv-image {
  max-width: 705px;
  height: 100vh;
  grid-column: 2/4;
  grid-row: 1/4;
  position: relative;
}
.kv .kv-inner .kv-wrap .kv-image img {
  width: 100%;
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
.kv .kv-inner .kv-wrap .kv-image::after {
  content: "Scroll to find out more";
  transform: rotate(90deg);
  text-align: right;
  padding: 25px;
  display: inline-block;
  width: 330px;
  height: 330px;
  background: linear-gradient(242.48deg, #E4845E 7.7%, #CA7241 87.94%);
  grid-column: 3/4;
  grid-row: 2/4;
  color: #fff;
  position: absolute;
  top: 270px;
  left: 270px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1180px) {
  .kv .kv-inner .kv-wrap .kv-text .ako {
    font-size: 90px;
  }
  .kv .kv-inner .kv-wrap .kv-text .ako span {
    font-size: 18px;
    line-height: 15px;
    left: 160px;
  }
  .kv .kv-inner .kv-wrap .kv-text .sakakura {
    font-size: 60px;
    line-height: 63px;
  }
}
@media screen and (max-width: 820px) {
  .kv .kv-inner {
    padding: 0 0 0 30px;
    margin-top: 110px;
    background-image: url(../images/kv_sp.png);
    background-size: cover;
    width: 100%;
  }
  .kv .kv-inner .kv-wrap .kv-text .ako span {
    display: none;
  }
  .kv .kv-inner .kv-wrap .kv-text .medium {
    display: block;
    font-size: 24px;
    padding-top: 30px;
    letter-spacing: 0.1em;
  }
  .kv .kv-inner .kv-wrap .kv-text .top-small-desc {
    padding-top: 30px;
  }
  .kv .kv-inner .kv-wrap .kv-image::after {
    content: "";
    background: none;
  }
  .kv .kv-inner .kv-wrap .kv-image img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .kv .kv-inner {
    padding: 0 0 0 30px;
    background-image: url(../images/kv_small.png);
    background-size: cover;
    width: 100%;
  }
  .kv .kv-inner .kv-wrap .kv-text {
    padding: 0;
    grid-column: 1/3;
  }
  .kv .kv-inner .kv-wrap .kv-image::after {
    content: "";
    background: none;
  }
  .kv .kv-inner .kv-wrap .kv-image img {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .kv .kv-inner .kv-wrap .kv-text {
    padding: 20px 0 0;
  }
  .kv .kv-inner .kv-wrap .kv-text .ako {
    font-size: 46px;
    line-height: 40px;
  }
  .kv .kv-inner .kv-wrap .kv-text .sakakura {
    font-size: 28px;
    line-height: 28px;
  }
  .kv .kv-inner .kv-wrap .kv-text .medium {
    font-size: 14px;
  }
  .kv .kv-inner .kv-wrap .kv-image::after {
    content: "";
    background: none;
  }
  .kv .kv-inner .kv-wrap .kv-image img {
    display: none;
  }
}
.profile {
  padding: 150px 0 270px;
}
.profile .inner {
  display: grid;
  grid-template-columns: 430px 1fr;
  align-items: flex-end;
}
.profile .profile-photo {
  width: 363px;
  position: relative;
}
.profile .profile-photo::after {
  position: absolute;
  top: -32px;
  right: -67px;
  content: "";
  background-image: url(../images/profile_ruby.png);
  width: 202px;
  height: 138px;
  background-size: cover;
  display: inline-block;
}
.profile .profile-photo img {
  width: 100%;
}
.profile .profile-text {
  position: relative;
  top: 60px;
}
.profile .profile-text .name {
  color: #7C6F6B;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.1em;
}
.profile .profile-text .name span {
  font-family: "Poppins", sans-serif;
  color: #A09A98;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
}
.profile .profile-inner {
  padding: 60px 0 30px 36px;
}
.profile .profile-inner .title {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.1em;
}
.profile .desc {
  font-weight: 300;
}
.profile .btn::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 120px;
  height: 1px;
  background: #615653;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.profile .btn:hover::after {
  background: #E36D3E;
  transform: scale(0.2, 1);
  transition: transform 0.3s;
}
.profile .link-about {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.06em;
  display: inline-block;
  position: relative;
  width: 120px;
  color: #615653;
  transition: 0.5s;
}
.profile .link-about:hover {
  color: #E36D3E;
  transform: translateX(10px);
  transition: 0.5s;
}

@media screen and (max-width: 600px) {
  .profile {
    padding: 80px 0 100px;
  }
  .profile .inner {
    display: grid;
    grid-template-columns: 1fr;
  }
  .profile .profile-photo {
    width: 210px;
  }
  .profile .profile-photo::after {
    width: 119px;
    height: 80px;
    top: -19px;
    right: -39px;
  }
  .profile .profile-text {
    top: 0;
    padding-top: 40px;
  }
  .profile .profile-inner {
    padding: 60px 0 40px;
  }
  .profile .btn::after {
    left: -3px;
  }
}
.contact {
  background: #F7F7F5;
}
.contact .inner {
  padding: 243px 0 156px;
  text-align: center;
  width: auto;
}
.contact .contact-link-image {
  width: 241px;
  margin: 0 auto;
  padding-bottom: 37px;
}
.contact .contact-link-image img {
  width: 100%;
}
.contact .contact-link {
  display: inline-block;
}
.contact .contact-link img {
  transition: 0.5s;
}
.contact .contact-link:hover img {
  opacity: 0.7;
}
.contact .contact-link .roll-btn {
  font-family: "Cormorant", serif;
  color: #615653;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  height: 30px;
  overflow: hidden;
}
.contact .contact-link .roll-btn::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 160px;
  height: 1px;
  background: #615653;
}
.contact .contact-link .roll-btn:hover .roll-btn-default {
  transform: translateY(-30px);
}
.contact .contact-link .roll-btn:hover .roll-btn-hover {
  transform: translateY(-30px);
  opacity: 1;
}
.contact .contact-link .roll-btn-default {
  font-family: "Cormorant", serif;
  color: #615653;
  width: 240px;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.contact .contact-link .roll-btn-hover {
  font-family: "Cormorant", serif;
  color: #615653;
  width: 240px;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 30px;
  transition: 0.5s;
}

@media screen and (max-width: 600px) {
  .contact .inner {
    padding: 100px 0;
  }
  .contact .contact-link-image img {
    width: 120px;
  }
}
/* 各ページタイトル */
.contents-title {
  margin-top: 180px;
}
.contents-title .contents-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 89px 140px 229px;
}
.contents-title .contents-wrap .title {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 97px;
}
.contents-title .contents-wrap .sub-title {
  color: #A09A98;
  letter-spacing: 0.3em;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 900px) {
  .contents-title .contents-wrap {
    padding: 89px 100px 229px;
  }
}
@media screen and (max-width: 600px) {
  .contents-title {
    margin-top: 70px;
  }
  .contents-title .contents-wrap {
    padding: 58px 30px 63px;
  }
  .contents-title .contents-wrap .title {
    font-size: 51px;
    line-height: 62px;
  }
}
/* ABOUT */
.about-contents {
  margin-bottom: 80px;
}
.about-contents .inner {
  display: grid;
  grid-template-columns: 330px 1fr;
  -moz-column-gap: 62px;
       column-gap: 62px;
}
.about-contents .photo img {
  width: 330px;
  height: 410px;
  margin-bottom: 37px;
}
.about-contents .about-text {
  padding-top: 76px;
}
.about-contents .about-text .name {
  color: #7C6F6B;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.09em;
}
.about-contents .about-text .name span {
  font-family: "Poppins", sans-serif;
  color: #A09A98;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
}
.about-contents .about-text .voice {
  max-width: 330px;
  background: rgba(97, 86, 83, 0.3);
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.2s;
}
.about-contents .about-text .voice img {
  vertical-align: middle;
  margin-right: 14px;
  width: 26px;
  height: 26px;
}
.about-contents .about-text .voice span {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.1em;
}
.about-contents .about-text .voice .play-white {
  display: none;
}
.about-contents .about-text .voice:hover {
  background: #E36D3E;
  cursor: pointer;
}
.about-contents .about-text .voice:hover span {
  color: #fff;
}
.about-contents .about-text .voice:hover .play {
  display: none;
}
.about-contents .about-text .voice:hover .play-white {
  display: inline-block;
}
.about-contents .about-text .ja {
  margin-top: 60px;
}
.about-contents .about-inner {
  padding: 37px 0 100px;
}
.about-contents .about-inner .title {
  letter-spacing: 0.09em;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 23px;
}
.about-contents .about-inner .desc {
  font-weight: 300;
}
.about-contents .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  z-index: 2;
}
.about-contents .list-top {
  top: 174px;
}
.about-contents .midashi {
  float: left;
  top: 210px;
  padding: 15px 0px;
}
.about-contents .inteview-title {
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 13px;
  position: -webkit-sticky;
  position: sticky;
  z-index: -1;
}
.about-contents .interview-list {
  margin-bottom: 80px;
}
.about-contents .interview-list ul {
  padding-left: 112px;
}
.about-contents .interview-list ul li {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #EFEEEE;
  padding: 15px 3px;
}
.about-contents .content {
  margin: 0 auto;
  padding: 40px;
}
.about-contents .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.about-contents .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.about-contents .modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

@media screen and (max-width: 900px) {
  .about-contents .inner {
    grid-template-columns: 1fr 1.5fr;
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
  .about-contents .photo img {
    width: 280px;
    height: 350px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 600px) {
  .about-contents .inner {
    display: block;
  }
  .about-contents .photo img {
    width: 207px;
    height: 253px;
  }
  .about-contents .about-text {
    padding-top: 50px;
  }
  .about-contents .about-text .name {
    letter-spacing: 0.09em;
  }
  .about-contents .about-text .voice {
    width: 100%;
    background: rgba(97, 86, 83, 0.3);
    padding: 12px 15px;
    margin-top: 10px;
  }
  .about-contents .about-text .voice img {
    vertical-align: middle;
    margin-right: 14px;
    width: 26px;
    height: 26px;
  }
  .about-contents .about-text .voice span {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
  }
  .about-contents .about-inner {
    padding: 40px 0 60px;
  }
  .about-contents .about-inner .title {
    letter-spacing: 0.09em;
    padding-bottom: 20px;
  }
  .about-contents .about-inner .desc {
    font-weight: 300;
  }
  .about-contents .sticky {
    position: inherit;
    top: 70px;
  }
  .about-contents .midashi {
    float: none;
  }
  .about-contents .interview-list ul {
    padding-left: 0;
  }
  .about-contents .sticky-item {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    background: #fff;
    height: 51px;
  }
  .about-contents .col-auto select {
    border: none;
    height: 51px;
    padding: 15px 0;
    width: 140px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #615653;
  }
  .about-contents .col-auto select option {
    background: #000;
  }
  .about-contents #item1, .about-contents #item2, .about-contents #item3 {
    margin-top: -130px;
    padding-top: 130px;
  }
}
/* CONTACT ページ */
.main .table {
  display: grid;
  grid-template-columns: 1fr 620px;
}
.main .mail-contents {
  border-top: 1px solid rgba(97, 86, 83, 0.3);
  border-bottom: 1px solid rgba(97, 86, 83, 0.3);
  padding: 52px 0;
}
.main .mail-contents .mail {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
}
.main .mail-contents .mail-text {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.03em;
}
.main .link-contents {
  padding: 120px 0 150px;
}
.main .link-contents .link-list {
  padding-top: 165px;
}
.main .link-contents .link-list div {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  padding-bottom: 29px;
  font-size: 20px;
  line-height: 24px;
}
.main .link-contents .link-list ul li {
  padding-bottom: 14px;
}
.main .link-contents .link-list ul li a {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #615653;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  transition: 0.3s;
}
.main .link-contents .link-list ul li a:hover {
  opacity: 0.6;
}
.main .link-contents .image {
  width: 620px;
  height: 926px;
}
.main .link-contents .image img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .main {
    padding: 0 100px;
  }
  .main .table {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
  .main .mail-contents {
    display: grid;
    grid-template-columns: 1fr;
    padding: 30px 0 24px;
  }
  .main .mail-contents .mail-text br {
    display: none;
  }
  .main .link-contents .link-list {
    padding: 0;
  }
  .main .link-contents .image {
    width: 230px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .main {
    padding: 0;
  }
  .main .mail-contents .mail {
    font-size: 20px;
    line-height: 24px;
  }
  .main .mail-contents .mail-text {
    font-size: 36px;
    line-height: 44px;
    padding-top: 18px;
  }
  .main .link-contents .link-list {
    padding: 0;
  }
  .main .link-contents .image {
    width: 170px;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */