@charset "UTF-8";
*:focus {
  outline: 0;
}
body {
  margin: 0;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: startin 1.5s forwards;
          animation: startin 1.5s forwards;
  opacity: 1;
  color: #000;
  position: relative;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  font-family: 'Source Serif 4', serif;
  font-weight: 300;
  font-style: normal;
  background: #fffffb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
img {
  width: 100%;
  vertical-align: bottom;
  border: 0;
  pointer-events: none;
}
img[src$=".svg"] {
  width: 100%;
}
a {
  color: #4b493e;
  text-decoration: none;
}
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1,
h2,
h3 {
  font-size: 0;
  padding: 0;
  margin: 0;
}
.c-inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding: 0 5.333333333333334vw;
  }
}
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .headerBg {
    width: 100%;
    height: calc(64.7 / 375 * 100vw);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  header {
    padding: 15px 20px;
  }
}
.headerLogo {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .headerLogo {
    margin: 0 auto;
  }
}
.headerLogo a {
  display: block;
  height: 100%;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.headerLogo a:hover {
  opacity: 0.8;
}
footer {
  text-align: center;
}
footer .copyright {
  font-size: 11px;
  padding: 4px 0;
}
.sectionTitle {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sectionTitle {
    font-size: 14px;
  }
}
.commonInner {
  margin: 0 auto;
  max-width: 1280px;
}
@-webkit-keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainvisualWrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainvisualWrapper {
    height: calc(100vh - 64.7 / 375 * 100vw);
  }
}
.mainvisualWrapper img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.storyWrapper {
  margin: 0 auto;
  max-width: 1600px;
}
.storyWrapper .storyInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .storyWrapper .storyInner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
.storyWrapper .storyBtnArea {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .storyWrapper .storyBtnArea {
    width: 40%;
  }
}
.storyWrapper .storyBtnInner {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .storyWrapper .storyBtnInner {
    padding-top: 160px;
    width: 100%;
  }
}
.storyWrapper .storyBtnList {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .storyWrapper .storyBtnList {
    margin-bottom: 120px;
  }
}
.storyWrapper .storyBtnList .storyBtn01 {
  width: 136px;
}
@media screen and (max-width: 767px) {
  .storyWrapper .storyBtnList .storyBtn01 {
    width: calc(136 / 480 * 100vw);
  }
}
.storyWrapper .storyBtnList .storyBtn02 {
  width: 127px;
}
@media screen and (max-width: 767px) {
  .storyWrapper .storyBtnList .storyBtn02 {
    width: calc(127 / 480 * 100vw);
  }
}
.storyWrapper .storyBtnList .storyBtn03 {
  width: 144px;
}
@media screen and (max-width: 767px) {
  .storyWrapper .storyBtnList .storyBtn03 {
    width: calc(144 / 480 * 100vw);
  }
}
.storyWrapper .storyBtnList .storyBtn04 {
  width: 131px;
}
@media screen and (max-width: 767px) {
  .storyWrapper .storyBtnList .storyBtn04 {
    width: calc(131 / 480 * 100vw);
  }
}
.storyWrapper .storyBtnList .storyBtn {
  cursor: pointer;
  margin: 0 auto 40px;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 18px;
  padding-top: 0.25em;
}
.storyWrapper .storyBtnList .storyBtn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
.storyWrapper .storyBtnList .storyBtn:hover {
  opacity: 0.8;
}
.storyImageArea {
  width: 60%;
  padding: 0 0 0 8%;
}
@media screen and (max-width: 767px) {
  .storyImageArea {
    padding: 0;
  }
}
.collectionWrapper {
  margin-top: -1px;
  position: relative;
}
.collectionInner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .collectionInner {
    margin: 20% 0;
  }
}
.collectionLeft,
.collectionRight {
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.collectionLeft {
  padding: 12% 0 12% 14%;
}
@media screen and (max-width: 767px) {
  .collectionLeft {
    padding: 0;
  }
}
.collectionRight a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: inline-block;
  margin: 0 auto;
}
.collectionRight a:hover {
  opacity: 0.8;
}
.collectionInner:nth-of-type(2) .collectionRight {
  padding: 10% 18% 20% 18%;
}
@media screen and (max-width: 767px) {
  .collectionInner:nth-of-type(2) .collectionRight {
    padding: 5% 9% 10% 9%;
  }
}
.contact {
  position: relative;
  width: 100%;
  margin: 240px auto 120px;
}
@media screen and (max-width: 767px) {
  .contact {
    margin: 0 auto;
  }
}
.contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64vh;
  background: url("/img/contact_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .contact a {
    height: 56vh;
  }
}
.contact a:hover {
  opacity: 0.8;
}
.contact a .contactTitle {
  text-align: center;
}
.aboutWrapper {
  padding: 120px 40px;
}
@media screen and (max-width: 767px) {
  .aboutWrapper {
    padding: 60px 20px 20px;
  }
}
.aboutTitle {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aboutTitle {
    margin-bottom: 10px;
  }
}
.aboutName {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aboutName {
    margin-bottom: 10px;
  }
}
.aboutText {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .aboutText {
    margin-bottom: 20px;
  }
}
.aboutImage {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .aboutImage {
    width: 50%;
    margin-bottom: 40px;
  }
}
.aboutInstagram {
  text-align: right;
  margin-top: -1.4em;
}
@media screen and (max-width: 767px) {
  .aboutInstagram {
    text-align: center;
    margin-top: 0;
  }
}
.fade-in {
  -webkit-animation: fadeIn 0.15s ease-in-out;
          animation: fadeIn 0.15s ease-in-out;
}
.fade-out {
  -webkit-animation: fadeOut 0.15s ease-in-out;
          animation: fadeOut 0.15s ease-in-out;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .u-pc-ele {
    display: none !important;
  }
}
.u-sp-inline-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-inline-block {
    display: inline-block !important;
  }
}
.u-sp-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}
.u-sp-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}
.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.css-btn-hover {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 8px 8px rgba(200,200,200,0.4);
          box-shadow: 8px 8px rgba(200,200,200,0.4);
}
@media screen and (max-width: 767px) {
  .css-btn-hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
  }
}
.css-btn-hover:hover {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}
@media screen and (max-width: 767px) {
  .css-btn-hover:hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.css-hover {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.css-hover:hover {
  opacity: 0.7;
}
.js-slidein {
  -webkit-transition: opacity ease-out 0.6s, -webkit-transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, -webkit-transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, transform ease-out 0.6s, -webkit-transform ease-out 0.6s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-slidein.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.css-textshadow {
  text-shadow: 1px 1px 2px #333, 0 0 2em #fff, 0 0 0.2em #fff;
}
.l-size65 {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .l-size65 {
    width: 100%;
  }
}
.l-size82 {
  width: 82%;
}
@media screen and (max-width: 767px) {
  .l-size82 {
    width: 100%;
  }
}
.l-right {
  margin-left: auto;
}
.l-left {
  margin-right: auto;
}
.l-center {
  margin: 0 auto;
}
.l-text-left {
  text-align: left;
}
.l-text-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-text-right {
    text-align: left;
  }
}
.l-text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-text-center {
    text-align: left;
  }
}
