@charset "UTF-8";
.media_pc {
  display: block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 834px) {
  .media_pc {
    display: none;
  }

  .media_sp {
    display: inline-block;
  }
}
body {
  overflow: initial;
}

.area-container {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.mainvisual {
  background: #fff;
  height: 100vh;
  min-height: 100vh;
  /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.mainvisual .visual-image {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: 0;
}
.mainvisual .visual-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  width: 100vw;
  height: 100%;
}
.mainvisual .header {
  width: 100%;
  height: 78px;
  position: fixed;
  top: 0;
  z-index: 999;
  transform: translateY(-100%);
}
.mainvisual .header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #000 0%, transparent 100%);
  opacity: 0.4;
  transition: opacity 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}
.mainvisual .logo {
  width: 58px;
  position: relative;
  top: 10px;
  left: calc(50% - 29px);
  z-index: 1;
}
.mainvisual .title-area {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 50px 40px 40px;
}
.mainvisual .title-area .visual-text {
  font-size: 44px;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  background-position: 100% 0%;
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #000, #000);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainvisual .title-area .category-wrap {
  overflow: hidden;
}
.mainvisual .title-area .visual-category {
  font-family: "Scheherazade New", serif;
  margin: 20px 0 0;
  position: relative;
  transform: translateY(30px);
}
.mainvisual .title-area .visual-category li {
  font-size: 14px;
  display: inline-block;
}
.mainvisual .title-area .visual-category li::after {
  content: "/";
  padding: 0 0.3em;
}
.mainvisual .title-area .visual-category li:last-child::after {
  content: "";
}
@media screen and (max-width: 834px) {
  .mainvisual .visual-image {
    top: 0;
  }
  .mainvisual .header {
    height: 58px;
  }
  .mainvisual .logo {
    width: 39px;
    top: 10px;
    left: calc(50% - 19.5px);
  }
  .mainvisual .title-area {
    padding: 30px 20px;
    margin: 0 10%;
    width: 70%;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .mainvisual .title-area .visual-logo {
    transform: translate(0, 65px);
    width: 40%;
    margin: -25px 0 0;
  }
  .mainvisual .title-area .visual-text {
    font-size: 34px;
    width: auto;
    position: relative;
    top: 0;
    margin: 0;
  }
  .mainvisual .title-area .visual-category {
    margin: 10px 0 0;
  }
  .mainvisual .title-area .visual-category li {
    font-size: 12px;
  }
}

.mainvisual .header {
  -webkit-animation-name: titleArea;
  animation-name: titleArea;
  animation: titleArea 0.8s cubic-bezier(0.16, 0.88, 0.25, 1) 2s forwards;
  -webkit-animation: titleArea 0.8s cubic-bezier(0.16, 0.88, 0.25, 1) 2s forwards;
}
.mainvisual .title-area .visual-text {
  -webkit-animation-name: visualText;
  animation-name: visualText;
  animation: visualText 3s cubic-bezier(0.16, 0.88, 0.25, 1) 0.5s forwards;
  -webkit-animation: visualText 3s cubic-bezier(0.16, 0.88, 0.25, 1) 0.5s forwards;
}
.mainvisual .title-area .visual-category {
  -webkit-animation-name: visualCategory;
  animation-name: visualCategory;
  animation: visualCategory 1s linear 1s forwards;
  -webkit-animation: visualCategory 1s linear 1s forwards;
}
.mainvisual .visual-image {
  -webkit-animation-name: visualProduct;
  animation-name: visualProduct;
  animation: visualProduct 12s linear 2s forwards;
  -webkit-animation: visualProduct 12s linear 2s forwards;
}

.area-body .inview,
.area-body .inview2,
.area-body .inview3,
.area-body .inview4 {
  opacity: 0;
}

.Left-text-fade {
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #000, #000);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 2s 0s ease;
  background-position: 100% 0%;
}
.Left-text-fade.active {
  background-position: 0% 0%;
}

.Right-text-fade {
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 2s 0s ease;
  background-image: -webkit-linear-gradient(360deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #000, #000);
  background-position: 0% 0%;
}
.Right-text-fade.active {
  background-position: 100% 0%;
}

.js-fade-pic {
  opacity: 0;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}

.js-fade-pic.show {
  -webkit-animation-name: fadeInPic;
  animation-name: fadeInPic;
  animation: fadeInPic 0.5s cubic-bezier(0.16, 0.88, 0.25, 1) 0.5s forwards;
  -webkit-animation: fadeInPic 0.5s cubic-bezier(0.16, 0.88, 0.25, 1) 0.5s forwards;
}

.js-fade-product-pic {
  opacity: 1;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}

.js-fade-product-pic.show {
  -webkit-animation-name: fadeInProductPic;
  animation-name: fadeInProductPic;
  animation: fadeInProductPic 5s cubic-bezier(0, 0.31, 0.37, 1) 0s forwards;
  -webkit-animation: fadeInProductPic 5s cubic-bezier(0, 0.31, 0.37, 1) 0s forwards;
}

.section-visual .visual-img.js-fade-pic.show {
  -webkit-animation-name: fadeInSectionPic;
  animation-name: fadeInSectionPic;
  animation: fadeInSectionPic 10.5s linear 0.5s forwards;
  -webkit-animation: fadeInSectionPic 10.5s linear 0.5s forwards;
}

.area-body {
  margin: 0;
}

.header-text {
  width: 620px;
  margin: 0 auto;
  padding: 90px 0 190px;
  font-size: 17px;
  line-height: 2.2;
}

.nav {
  margin: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-family: "Scheherazade New", serif;
}
.nav .arrow-bottom {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 15px);
  bottom: 70px;
  transition: all 0.3s;
}
.nav li a {
  width: 200px;
  height: 240px;
  margin: 0 20px;
  position: relative;
  display: block;
  text-decoration: none;
}
.nav li a:hover {
  opacity: 0.7;
  transition: all 0.8s 0s ease;
}
.nav li a:hover .arrow-bottom {
  bottom: 65px;
}
.nav li a .nav-img {
  position: absolute;
  top: 0;
  left: 0;
}
.nav li a .nav-text {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.border {
  width: 1px;
  height: 20px;
  background: #000;
  margin: 160px auto 180px;
}

@media screen and (max-width: 834px) {
  .header-text {
    width: auto;
    margin: 0 30px;
    padding: 60px 0;
    font-size: 14px;
  }

  .nav {
    margin: 0 2.5%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .nav .arrow-bottom {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    left: calc(50% - 15px);
    bottom: 24%;
    transition: all 0.3s;
  }
  .nav li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .nav li:nth-child(3n) {
    margin-right: 0%;
  }
  .nav li a {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav li a:hover .arrow-bottom {
    bottom: 22%;
  }
  .nav li a .nav-text {
    font-size: 24px;
  }

  .border {
    width: 1px;
    height: 15px;
    margin: 100px auto;
  }
}
section {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  position: relative;
}
section:first-child() {
  margin: 150px 0 0;
}
section:nth-child(2n+1) {
  background: #f7f7f7;
}
section:nth-child(2n+1) .section-info .box .elem-btn a {
  background: #fff;
}
section .section-visual {
  overflow: hidden;
  width: 50%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
}
section .section-visual .visual-img {
  position: absolute;
  top: 0;
}
section .section-visual .visual-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100vw;
  height: 100vh;
}
section .section-visual .area-title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
section .section-visual .area-title .hash {
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
section .section-visual .area-title .title {
  font-size: 80px;
  font-family: "Scheherazade New", serif;
}
section .section-visual .area-title .hash.Left-text-fade,
section .section-visual .area-title .title.Left-text-fade {
  transition: all 2s 0.5s ease;
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff, #fff);
}
section .section-info {
  width: 50%;
  padding: 0;
}
section .section-info .section-title {
  display: none;
}
section .section-info .catch {
  text-align: center;
  font-size: 18px;
  margin: 35% 0;
  line-height: 1.7;
}
section .section-info .elem-text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: justify;
  text-align: left;
  margin: 0 25% 30%;
  line-height: 2.2;
}
section .section-info .aco-wrap .box {
  margin: 30% 10%;
}
section .section-info .box {
  margin: 15% 10% -5%;
}
section .section-info .box .box-img {
  overflow: hidden;
}
section .section-info .box .sub-title {
  position: relative;
  z-index: 2;
  margin: -2% 5% 0;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}
section .section-info .box .sub-title span {
  font-size: 16px;
  display: block;
  margin: 0 0 0.7em;
  font-family: "Scheherazade New", serif;
}
section .section-info .box .sub {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin: 7% 5% 3.5%;
  line-height: 1.8;
}
section .section-info .box .elem-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.08em;
  text-align: justify;
  margin: 0 5%;
}
section .section-info .box .elem-btn a {
  line-height: 1;
  padding: 13px 0;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  background: #f7f7f7;
  border-radius: 20px;
  width: 166px;
  margin: 7% auto;
  display: block;
  transition: all 0.6s 0s ease;
}
section .section-info .box .elem-btn:hover a {
  transition: all 0.6s 0s ease;
  background: #000;
  color: #fff;
}

.aco-wrap {
  height: auto;
  overflow: auto;
}

@media screen and (max-width: 834px) {
  .aco-wrap {
    height: 75vh;
    overflow: hidden;
  }
}
.show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
  cursor: pointer;
  transition: bottom 0.2s;
  z-index: 1;
}
.show_more.closebtn {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
}
.show_more.closebtn .btn {
  -webkit-animation-name: ShowBtn;
  animation-name: ShowBtn;
  animation: ShowBtn 1s cubic-bezier(0.16, 0.88, 0.25, 1) 0s forwards;
  -webkit-animation: ShowBtn 1s cubic-bezier(0.16, 0.88, 0.25, 1) 0s forwards;
}
.show_more .btn {
  font-size: 12px;
  background: #333;
  border-radius: 20px;
  color: #fff;
  line-height: 1;
  padding: 12px;
  margin: 28% 26% 0;
  position: relative;
  transform: translateY(0);
}
@media screen and (max-width: 834px) {
  .show_more .btn.close {
    margin: 25% 26% 0;
  }
}

/*プラス*/
.ico-plus {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 20px;
}

.ico-plus::before,
.ico-plus::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}

.ico-plus::after {
  transform: rotate(90deg);
}

/*マイナス*/
.ico-minus {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 20px;
}

.ico-minus::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}

.area-btn {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-btn.onebtn {
  margin-top: 20px;
}
.area-btn.onebtn .online {
  width: 100%;
}
.area-btn .list,
.area-btn .online {
  width: 50%;
}
.area-btn .list a,
.area-btn .online a {
  transition: all 1s 0s ease;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 100px 0;
  text-decoration: none;
  /*マイナス*/
}
.area-btn .list a:hover,
.area-btn .online a:hover {
  background: #000;
  color: #fff;
}
.area-btn .list a:hover .ico-minus::before,
.area-btn .online a:hover .ico-minus::before {
  background: #fff;
}
.area-btn .list a .ico-minus,
.area-btn .online a .ico-minus {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 49.5%;
  right: 40px;
}
.area-btn .list a .ico-minus::before,
.area-btn .online a .ico-minus::before {
  background: #000;
}
.area-btn .list a {
  background: #f3f3f3;
}
.area-btn .online a {
  background: #fbfbfb;
}

.backtop a {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ccc;
  text-align: center;
  text-decoration: none;
  width: 70%;
  margin: 45px auto 30px;
  display: block;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  section {
    padding: 0 0 250px;
    margin: 0px 0 0px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    position: relative;
    flex-flow: column;
  }
  section:nth-child(2n+1) .show_more {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f7f7f7 70%);
  }
  section:nth-child(2n+1) .show_more.closebtn {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f7f7f7 70%);
  }
  section.last {
    padding: 0 0 150px;
  }
  section .section-visual {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
  }
  section .section-visual .visual-img {
    position: relative;
    top: 0;
  }
  section .section-visual .area-title {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  section .section-visual .area-title .hash {
    letter-spacing: 1px;
    font-size: 16px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  section .section-visual .area-title .title {
    font-size: 80px;
    font-family: "Scheherazade New", serif;
  }
  section .section-visual .area-title .hash.Left-text-fade,
section .section-visual .area-title .title.Left-text-fade {
    transition: all 2s 0.5s ease;
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff, #fff);
  }
  section .section-info {
    width: auto;
    padding: 0 0 10%;
  }
  section .section-info .section-title {
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 15px;
    left: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    color: #f4f4f4;
    z-index: 5;
  }
  section .section-info .section-title .hash {
    letter-spacing: 1px;
    font-size: 13px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  section .section-info .section-title .title {
    font-size: 25px;
    font-family: "Scheherazade New", serif;
  }
  section .section-info .section-title .hash.Left-text-fade,
section .section-info .section-title .title.Left-text-fade {
    transition: all 2s 0.5s ease;
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #f4f4f4, #f4f4f4);
  }
  section .section-info .catch {
    text-align: center;
    font-size: 15px;
    margin: 35% 0;
    line-height: 2.1;
  }
  section .section-info .elem-text {
    font-size: 14px;
    text-align: left;
    margin: 0 10% 10%;
    line-height: 2.1;
  }
  section .section-info .aco-wrap .box {
    margin: 25% 0 0;
  }
  section .section-info .box {
    margin: 25% 0 0;
  }
  section .section-info .box:nth-child(1) {
    margin: 17% 0 0;
  }
  section .section-info .box .sub-title {
    position: relative;
    z-index: 2;
    margin: -2% 8% 0;
    font-size: 35px;
  }
  section .section-info .box .sub-title span {
    font-size: 12px;
  }
  section .section-info .box .sub {
    font-size: 14px;
    margin: 7% 8% 5%;
    line-height: 1.8;
  }
  section .section-info .box .elem-text {
    font-size: 14px;
    margin: 0 8%;
  }
  section .section-info .box .elem-btn a {
    line-height: 1;
    padding: 13px 0;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    background: #f7f7f7;
    border-radius: 20px;
    width: auto;
    margin: 7%;
    display: block;
    position: relative;
    z-index: 2;
  }

  .area-btn {
    flex-flow: column;
  }
  .area-btn .list,
.area-btn .online {
    width: 100%;
  }
  .area-btn .list a,
.area-btn .online a {
    font-size: 12px;
    padding: 50px 0;
    /*マイナス*/
  }
  .area-btn .list a .ico-minus,
.area-btn .online a .ico-minus {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 49.5%;
    right: 20px;
  }

  .backtop a {
    font-size: 12px;
    width: auto;
    margin: 30px 25px 40px;
    padding: 20px 0;
  }
}
footer {
  width: auto;
  text-align: center;
  font-size: 11px;
  padding: 20px 0 50px;
  color: #ccc;
}

@media screen and (max-width: 834px) {
  footer {
    font-size: 10px;
    width: auto;
    margin: 0;
    padding: 0px 0 30px;
  }
}