@import url("https://use.typekit.net/hpj7hno.css");
.pc {
  display: block;
}

.sp {
  display: none;
}

html {
  color: #000;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #E3D7C6;
  color: #fff;
}

::selection {
  background: #E3D7C6;
  color: #fff;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

/*intro*/
#intro {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#intro p {
  min-width: 400px;
  width: 30%;
  opacity: 0;
  animation: fadeIn 1s ease 0s forwards;
}

.wrapper {
  display: block;
}

/*navi*/
.naviBox {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99;
  display: none;
}
.naviBox .naviIn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
}
.naviBox .naviIn .heading {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 auto 30px;
  text-align: center;
}
.naviBox .naviIn .store a {
  display: block;
  width: 400px;
  margin: 0 auto;
  color: #FFF;
  background: #000;
  text-align: center;
  height: 42px;
  line-height: 42px;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 1.2rem;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.naviBox .naviIn .store a:hover {
  text-decoration: none;
  color: #000;
  background: #FFF;
}
.naviBox .naviIn ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CCC;
}
.naviBox .naviIn ul li {
  width: 214px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
.naviBox .naviIn ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.naviBox .naviIn ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.naviBox .naviIn ul li a span {
  display: block;
  font-size: 1.1rem;
  margin-top: 6px;
}

.main_menu-trigger {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 30px;
  z-index: 200;
  opacity: 0;
}
.main_menu-trigger.on {
  animation: fadeIn 0.8s ease-in 0s forwards;
}
.main_menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
}
.main_menu-trigger span:nth-of-type(1) {
  top: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.main_menu-trigger span:nth-of-type(2) {
  top: 16px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.main_menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-30deg);
}
.main_menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(30deg);
}

#container {
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-feature-settings: "palt";
}
#container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*content*/
#mainVisual {
  margin-bottom: 100px;
}
#mainVisual .mainImg {
  position: relative;
  padding-bottom: 56vw;
  background: #e7dccc;
  margin-bottom: 80px;
}
#mainVisual .mainImg h1 {
  width: 41vw;
  position: absolute;
  left: 2vw;
  bottom: 2vw;
  z-index: 20;
  opacity: 0;
  animation: fadeIn 1s ease 1.5s forwards;
}
#mainVisual .mainImg .logo {
  width: 7vw;
  position: absolute;
  left: 2vw;
  top: 2vw;
  opacity: 0;
  animation: fadeIn 1s ease 0s forwards;
}
#mainVisual .mainImg .logo2 {
  width: 12.8vw;
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  opacity: 0;
  animation: fadeIn 1s ease 0s forwards;
}
#mainVisual .mainImg .imgWrap p {
  position: absolute;
  width: 26.8vw;
}
#mainVisual .mainImg .imgWrap .img1 {
  bottom: 2vw;
  left: 49.2vw;
  z-index: 8;
  opacity: 0;
  animation: fadeIn 1s ease 0.5s forwards;
}
#mainVisual .mainImg .imgWrap .img2 {
  top: 3.9vw;
  right: 2vw;
  z-index: 7;
  opacity: 0;
  animation: fadeIn 1s ease 0.2s forwards;
}
#mainVisual .mainImg .imgWrap .img3 {
  top: 2vw;
  left: 26.1vw;
  z-index: 9;
  opacity: 0;
  animation: fadeIn 1s ease 0.8s forwards;
}
#mainVisual .mainImg .imgWrap .img4 {
  top: 10.78vw;
  left: 0.92vw;
  z-index: 10;
  opacity: 0;
  animation: fadeIn 1s ease 1.1s forwards;
}
#mainVisual .leadTxt {
  width: 640px;
  margin: 0 auto 80px;
}
#mainVisual .leadTxt .staff {
  font-size: 1.1rem;
  margin-top: 30px;
}
#mainVisual .youtubeWrap {
  width: 640px;
  margin: 0 auto;
}

.logoBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 680px;
  margin: 0 auto 100px;
  padding: 50px;
  box-sizing: border-box;
  background: #E3D7C6;
}
.logoBox.gray {
  background: #F4F0F0;
}
.logoBox .logo {
  width: 100px;
}
.logoBox .txt {
  width: 460px;
}
.logoBox .txt p:first-child {
  font-size: 1.7rem;
  margin-bottom: 10px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.logoBox .txt p a {
  text-decoration: underline;
}
.logoBox .txt p a:hover {
  text-decoration: none;
}

.interview {
  margin-bottom: 100px;
  border-bottom: 1px solid #CCC;
  padding: 0 80px 100px;
  box-sizing: border-box;
}
.interview.first {
  padding-top: 100px;
  border-top: 1px solid #CCC;
}
.interview .main {
  width: 700px;
  margin: 0 auto 100px;
  position: relative;
}
.interview .main .name {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.interview .main .name span {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}
.interview .main .name.name1 {
  top: 420px;
}
.interview .main .name.name2 {
  top: 300px;
}
.interview .main .name.name3 {
  top: 420px;
  color: #FFF;
  left: initial;
  right: 70px;
}
.interview .main .name.name4 {
  top: 420px;
  color: #FFF;
}
.interview .flex {
  display: flex;
  justify-content: space-between;
}
.interview .alc {
  align-items: center;
}
.interview .order1 {
  order: 1;
}
.interview .order2 {
  order: 2;
}
.interview .txt {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 30px;
}
.interview .caption {
  font-size: 1.1rem;
  margin-top: 5px;
  text-align: center;
}
.interview .w320 {
  width: 320px;
}
.interview .w380 {
  width: 380px;
}
.interview .w400 {
  width: 400px;
}
.interview .w450 {
  width: 450px;
  margin: 160px auto;
}
.interview .w500 {
  width: 500px;
  margin: 0 auto 80px;
}
.interview .w600 {
  width: 600px;
  margin: 0 auto 80px;
}
.interview .w800 {
  width: 800px;
  margin: 0 auto 80px;
}
.interview .w982 {
  width: 982px;
  margin: 0 auto 80px;
}
.interview .w49 {
  width: 49%;
}
.interview .mt60 {
  margin-top: 60px;
}
.interview .ml {
  margin-left: auto;
}
.interview .left {
  width: 465px;
}
.interview .right {
  width: 465px;
}
.interview h3 {
  font-size: 2.3rem;
  margin-bottom: 36px;
  text-align: center;
  font-weight: 700;
}
.interview .txt {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 30px;
}
.interview .txt.mb0 {
  margin-bottom: 0;
}
.interview .img4Box {
  width: 740px;
  margin: 0 auto 80px;
  position: relative;
}
.interview .img4Box p:first-child {
  width: 500px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.interview .profileBox {
  width: 600px;
  margin: 0 auto;
  background-color: #F4F0F0;
  padding: 60px;
  box-sizing: border-box;
}
.interview .profileBox .img {
  width: 100%;
  margin-bottom: 40px;
}
.interview .profileBox .txtBox {
  text-align: center;
}
.interview .profileBox .txtBox .name {
  font-weight: 700;
  line-height: 1;
  font-size: 1.7rem;
  margin-bottom: 16px;
}
.interview .profileBox .txtBox .name span {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}
.interview .profileBox .txtBox .txt {
  font-size: 1.3rem;
  text-align: center;
}
.interview .profileBox .txtBox .insta {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
}
.interview .profileBox .txtBox .insta a {
  display: block;
}
.interview .profileBox .txtBox .insta a span {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}
.interview .profileBox .txtBox .insta a span img {
  vertical-align: middle !important;
}

.itemBox {
  width: 982px;
  margin: 0 auto 100px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.itemBox .logo {
  width: 140px;
  margin: 0 auto 10px;
}
.itemBox .tit {
  text-align: center;
  font-size: 3.8rem;
  margin-bottom: 50px;
  color: transparent;
  -webkit-text-stroke: 2px #000;
}
.itemBox .itemList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemBox .itemList .item {
  width: 320px;
  margin-bottom: 38px;
}
.itemBox .itemList .item .credit {
  margin-top: 12px;
  font-size: 1.3rem;
  font-weight: 500;
}
.itemBox .itemList .item .credit small {
  margin-left: 6px;
}
.itemBox .itemList .item .credit span {
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  letter-spacing: 0em;
  padding: 6px 8px;
  align-items: center;
  background-color: #000;
  transition: all 0.25s ease-in 0s;
  border: 1px solid #000;
  box-sizing: border-box;
}
.itemBox .itemList .item .credit span:hover {
  color: #000;
  background: #FFF;
}

.copyright {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 60px;
}

/* fadein */
.fadein {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1.1s ease;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #intro p {
    min-width: initial;
    width: 75%;
    opacity: 0;
    animation: fadeIn 1s ease 0s forwards;
  }
  .naviBox {
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99;
    display: none;
    overflow-y: auto;
  }
  .naviBox .naviIn {
    font-size: 1.3rem;
    width: calc(100% - 40px);
    margin: 70px auto;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
  }
  .naviBox .naviIn .heading {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .naviBox .naviIn .store {
    text-align: center;
    font-size: 20px;
  }
  .naviBox .naviIn .store a {
    width: 100%;
  }
  .naviBox .naviIn ul {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .naviBox .naviIn ul li {
    width: calc(50% - 10px);
    margin-bottom: 32px;
  }
  .main_menu-trigger {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 28px;
    z-index: 200;
  }
  .main_menu-trigger {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 30px;
    z-index: 200;
  }
  .main_menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
  }
  .main_menu-trigger span:nth-of-type(1) {
    top: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main_menu-trigger span:nth-of-type(2) {
    top: 16px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main_menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-30deg);
  }
  .main_menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-4px) rotate(30deg);
  }
  #container {
    font-size: 1.3rem;
  }
  /*content*/
  #mainVisual {
    margin-bottom: 100px;
  }
  #mainVisual .mainImg {
    padding-bottom: 93.3vw;
    margin-bottom: 45px;
  }
  #mainVisual .mainImg h1 {
    width: 51.4vw;
    position: absolute;
    left: 2.6vw;
    bottom: 2.6vw;
    z-index: 20;
  }
  #mainVisual .mainImg .logo {
    width: 13.3vw;
    position: absolute;
    left: 2.6vw;
    top: 2.6vw;
  }
  #mainVisual .mainImg .logo2 {
    width: 10vw;
    position: absolute;
    right: 1.4vw;
    bottom: 1.4vw;
  }
  #mainVisual .mainImg .imgWrap p {
    width: 33.6vw;
  }
  #mainVisual .mainImg .imgWrap .img1 {
    bottom: 2.6vw;
    left: 50.4vw;
    z-index: 7;
    animation: fadeIn 1s ease 0.5s forwards;
  }
  #mainVisual .mainImg .imgWrap .img2 {
    top: 9.4vw;
    right: 2.6vw;
    z-index: 8;
    animation: fadeIn 1s ease 0.2s forwards;
  }
  #mainVisual .mainImg .imgWrap .img3 {
    top: 2.6vw;
    left: 26.1vw;
    animation: fadeIn 1s ease 0.8s forwards;
  }
  #mainVisual .mainImg .imgWrap .img4 {
    top: 35.2vw;
    left: 0;
    animation: fadeIn 1s ease 1.1s forwards;
  }
  #mainVisual .leadTxt {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
  #mainVisual .leadTxt .staff {
    font-size: 1.1rem;
    margin-top: 30px;
  }
  #mainVisual .youtubeWrap {
    width: calc(100% - 40px);
    margin: 0 auto;
    aspect-ratio: 16/9;
  }
  #mainVisual .youtubeWrap iframe {
    width: 100%;
    height: 100%;
  }
  .logoBox {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto 50px;
    padding: 25px;
  }
  .logoBox .logo {
    width: 40%;
    margin: 0 auto 20px;
  }
  .logoBox .txt {
    width: 100%;
    text-align: center;
  }
  .logoBox .txt p:first-child {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .interview {
    margin-bottom: 50px;
    padding: 0 0 50px;
  }
  .interview.first {
    padding-top: 50px;
  }
  .interview .main {
    width: 100%;
    margin: 0 auto 60px;
  }
  .interview .main .name {
    font-size: 1.8rem;
  }
  .interview .main .name span {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .interview .main .name.name1 {
    top: 40vw;
  }
  .interview .main .name.name2 {
    top: 40vw;
  }
  .interview .main .name.name3 {
    top: 40vw;
    right: 70px;
  }
  .interview .main .name.name4 {
    top: 40vw;
  }
  .interview .flex {
    display: block;
  }
  .interview .txt {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .interview .w320 {
    width: 100%;
  }
  .interview .w380 {
    width: 100%;
  }
  .interview .w400 {
    width: 100%;
  }
  .interview .w450 {
    width: 60%;
    margin: 50px auto;
  }
  .interview .w500 {
    width: 80%;
    margin: 0 auto 50px;
  }
  .interview .w600 {
    width: 80%;
    margin: 0 auto 50px;
  }
  .interview .w800 {
    width: 100%;
    margin: 0 auto 50px;
  }
  .interview .w800 p:first-child {
    width: 65%;
    margin: 0 0 30px 20px;
  }
  .interview .w800 p:nth-child(2) {
    width: 65%;
    margin: 0 auto 30px;
  }
  .interview .w800 p:last-child {
    width: 65%;
    margin: 0 20px 0 auto;
  }
  .interview .w982 {
    width: 100%;
    margin: 0 auto 40px;
  }
  .interview .w49 {
    width: 49%;
  }
  .interview .mt60 {
    margin-top: 30px;
  }
  .interview .ml {
    margin-left: auto;
  }
  .interview .left {
    width: 80%;
    margin: 0 auto 40px;
  }
  .interview .right {
    width: 80%;
    margin: 0 auto 0;
  }
  .interview h3 {
    font-size: 1.8rem;
    margin-bottom: 26px;
  }
  .interview .txt {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .interview .img4Box {
    width: 100%;
    margin: 0 auto 80px;
    position: relative;
  }
  .interview .img4Box p:first-child {
    width: 70%;
  }
  .interview .profileBox {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 30px;
  }
  .interview .profileBox .img {
    width: 100%;
    margin-bottom: 40px;
  }
  .interview .profileBox .txtBox {
    text-align: center;
  }
  .interview .profileBox .txtBox .name {
    line-height: 1;
    font-size: 1.7rem;
    margin-bottom: 16px;
  }
  .interview .profileBox .txtBox .name span {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .interview .profileBox .txtBox .txt {
    font-size: 1.3rem;
    text-align: center;
  }
  .interview .profileBox .txtBox .insta a {
    display: block;
  }
  .interview .profileBox .txtBox .insta a span {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
  }
  .interview .profileBox .txtBox .insta a span img {
    vertical-align: middle !important;
  }
  .itemBox {
    width: calc(100% - 40px);
    margin: 0 auto 60px;
  }
  .itemBox .logo {
    width: 140px;
    margin: 0 auto 10px;
  }
  .itemBox .tit {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .itemBox .itemList .item {
    width: calc(50% - 6px);
    margin-bottom: 30px;
  }
  .itemBox .itemList .item .credit {
    margin-top: 12px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .itemBox .itemList .item .credit small {
    margin-left: 6px;
  }
  .itemBox .itemList .item .credit span {
    margin-left: 5px;
    font-size: 11px;
    padding: 3px 5px 4px;
  }
  .copyright {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */