@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.over {
  backface-visibility: hidden;
  transition: 0.4s;
}
.over:hover {
  opacity: 0.5;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

html {
  font-size: 62.5%;
}

body {
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1;
  text-align: left;
}
body img {
  width: 100%;
}

.button {
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  position: relative;
  transition: 0.4s;
}
.button a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.button:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.button:hover::after {
  border-right: 1px solid #000 !important;
  border-top: 1px solid #000 !important;
}
.button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}
.button.btn-allitem {
  border-radius: 25px;
  font-size: 1.8em;
  height: 50px;
  margin: 0 auto;
  width: 345px;
}
@media only screen and (max-width: 767px) {
  .button.btn-allitem {
    border-radius: 20px;
    font-size: 1.4rem;
    height: 40px;
    width: 80%;
  }
}
.button.btn-allitem::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 10px;
  margin-top: -5px;
  right: 20px;
  width: 10px;
}

header h1 {
  margin: 20px 0 0 38px;
  position: fixed;
  width: 120px;
  z-index: 997;
}
@media only screen and (max-width: 767px) {
  header h1 {
    margin: 20px 0 0 20px;
  }
}

.nav-trigger {
  height: 70px;
  position: fixed;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 999;
}
.nav-trigger span {
  background: #fff;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  transition: background 0.3s;
  width: 28px;
}
.nav-trigger span::before, .nav-trigger span::after {
  background: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.3s, transform 0.3s;
  width: 28px;
}
.nav-trigger span::before {
  transform: translateY(-8px);
}
.nav-trigger span::after {
  transform: translateY(8px);
}
.nav-trigger:hover {
  cursor: pointer;
}
.nav-trigger p {
  bottom: 2em;
  font-size: 0.8rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.nav-open .nav-trigger span {
  background: transparent;
}
.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}
.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}
.nav-open .nav-trigger p {
  display: none;
}

.overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 997;
}

.nav-open .overlay {
  opacity: 0.6;
  visibility: visible;
}

.nav-container {
  background: #000;
  height: 100%;
  max-width: 570px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 50px 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  width: 90%;
  z-index: 998;
}
.nav-container .wrap {
  display: table;
  height: 100%;
  width: 100%;
}
.nav-container .nav {
  color: #fff;
  display: table-cell;
  font-family: "Oswald", sans-serif;
  vertical-align: middle;
}
.nav-container .nav ul {
  margin: 0 auto 15px;
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .nav-container .nav ul {
    margin: 0 0 15px 10%;
    width: 90%;
  }
}
.nav-container .nav ul li {
  font-size: 2.4rem;
  line-height: 2;
  width: 225px;
}
@media only screen and (max-width: 767px) {
  .nav-container .nav ul li {
    margin: 0.5em 0;
    width: 100%;
  }
}
.nav-container .nav ul li:last-child {
  margin-top: 1.2em;
}
.nav-container .nav a {
  display: block;
  text-decoration: none;
}

.nav-open .nav a {
  animation: slide-in 0.4s 0.2s backwards;
}
.nav-open .nav li:nth-of-type(20n+1) a {
  animation-delay: 0s;
}
.nav-open .nav li:nth-of-type(20n+2) a {
  animation-delay: 0.1s;
}
.nav-open .nav li:nth-of-type(20n+3) a {
  animation-delay: 0.2s;
}
.nav-open .nav li:nth-of-type(20n+4) a {
  animation-delay: 0.3s;
}
.nav-open .nav li:nth-of-type(20n+5) a {
  animation-delay: 0.4s;
}
.nav-open .nav li:nth-of-type(20n+6) a {
  animation-delay: 0.5s;
}
.nav-open .nav li:nth-of-type(20n+7) a {
  animation-delay: 0.6s;
}
.nav-open .nav li:nth-of-type(20n+8) a {
  animation-delay: 0.7s;
}
.nav-open .nav li:nth-of-type(20n+9) a {
  animation-delay: 0.8s;
}
.nav-open .nav li:nth-of-type(20n+10) a {
  animation-delay: 0.9s;
}
.nav-open .nav li:nth-of-type(20n+11) a {
  animation-delay: 1s;
}
.nav-open .nav li:nth-of-type(20n+12) a {
  animation-delay: 1.1s;
}
.nav-open .nav li:nth-of-type(20n+13) a {
  animation-delay: 1.2s;
}
.nav-open .nav li:nth-of-type(20n+14) a {
  animation-delay: 1.3s;
}
.nav-open .nav li:nth-of-type(20n+15) a {
  animation-delay: 1.4s;
}
.nav-open .nav li:nth-of-type(20n+16) a {
  animation-delay: 1.5s;
}
.nav-open .nav li:nth-of-type(20n+17) a {
  animation-delay: 1.6s;
}
.nav-open .nav li:nth-of-type(20n+18) a {
  animation-delay: 1.7s;
}
.nav-open .nav li:nth-of-type(20n+19) a {
  animation-delay: 1.8s;
}
.nav-open .nav li:nth-of-type(20n+20) a {
  animation-delay: 1.9s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.nav-open .nav-container {
  transform: translateX(0);
}

.sceneList__ttl {
  font-family: "Abril Fatface", cursive;
  font-size: 4rem;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sceneList__ttl {
    font-size: 2.8rem;
  }
}
.sceneList__ttl span {
  color: #F18E20;
}
.sceneList ul {
  align-items: flex-start !important;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sceneList ul {
    flex-wrap: wrap;
    margin: 0 auto 20px;
    width: 85%;
  }
}
.sceneList ul li {
  margin: 0 10px;
  position: relative;
}
.sceneList ul li p {
  margin-top: 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sceneList ul li p {
    margin-top: 0.3em;
  }
}
.sceneList ul li p a {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .sceneList ul li p a {
    font-size: calc(14 / 375 * 100vw);
  }
}
.sceneList ul li p a::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.top {
  padding-bottom: 80px;
}
.top .main {
  margin-bottom: 60px;
  position: relative;
}
.top .main__visual img {
  float: right;
  width: 59%;
}
@media only screen and (max-width: 767px) {
  .top .main__visual img {
    float: none;
    width: 100%;
  }
}
.top .main__visual.anim {
  animation-duration: 2s;
}
.top .main .wrap {
  left: 12%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(500 / 1280 * 100vw);
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .top .main .wrap {
    left: 50%;
    margin-top: 40px;
    position: relative;
    top: 0;
    transform: translateY(0);
    transform: translateX(-50%);
    width: 80%;
  }
  .top .main .wrap.anim {
    animation-duration: 1s !important;
  }
  .top .main .wrap.anim.active {
    animation-delay: 0s !important;
  }
}
.top .main .wrap.anim {
  animation-duration: 2s;
}
.top .main .wrap.anim.active {
  animation-delay: 0.8s;
}
.top .main__read {
  font-size: calc(14 / 1280 * 100vw);
  line-height: 1.7;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .top .main__read {
    font-size: calc(14 / 375 * 100vw);
  }
}
.top .sceneList ul {
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1040px;
}
@media only screen and (max-width: 767px) {
  .top .sceneList ul {
    width: 90%;
  }
}
.top .sceneList ul li {
  margin-bottom: 40px;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .top .sceneList ul li {
    margin: 0 2% 10%;
    width: 42%;
  }
  .top .sceneList ul li:nth-child(2n+1).anim.active {
    animation-delay: 0s !important;
    animation-name: fadeIn;
  }
  .top .sceneList ul li:nth-child(2n+2).anim.active {
    animation-delay: 0.2s !important;
    animation-name: fadeIn;
  }
}
.top .sceneList ul li:nth-child(3n+1).anim.active {
  animation-delay: 0s;
  animation-name: fadeIn;
}
.top .sceneList ul li:nth-child(3n+2).anim.active {
  animation-delay: 0.2s;
  animation-name: fadeIn;
}
.top .sceneList ul li:nth-child(3n+3).anim.active {
  animation-delay: 0.4s;
  animation-name: fadeIn;
}
.top .brandList {
  margin-top: 5em;
}
.top .brandList ul {
  display: flex;
  margin: 0 auto 5em;
  width: 830px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .top .brandList ul {
    flex-wrap: wrap;
    width: 80%;
  }
}
.top .brandList ul li {
  margin-bottom: 40px;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .top .brandList ul li {
    width: 33%;
  }
}
.top .bnrList ul {
  margin: 0 auto;
  width: 830px;
}
@media only screen and (max-width: 767px) {
  .top .bnrList ul {
    width: 80%;
  }
}
.top .bnrList ul li {
  width: 100%;
}

.brand {
  margin-bottom: 100px;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .brand {
    margin-bottom: 50px;
    padding-top: 80px;
  }
}
.brand ul {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .brand ul {
    flex-direction: column;
  }
}
.brand ul li {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .brand ul li {
    width: 100%;
  }
}
.brand .product {
  margin: 0 auto;
  width: 340px;
}
@media only screen and (max-width: 767px) {
  .brand .product {
    margin: 2em auto 5em;
    width: 80%;
  }
}
.brand .product__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .brand .product__ttl {
    font-size: 2.2rem;
  }
}
.brand .product__read {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 2.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.brand .product__item {
  flex-direction: column !important;
  font-size: 1.4rem;
  margin-bottom: 0 !important;
}
.brand .product__item li {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
}
.brand .product__item span {
  margin: 0 1em 0 0.5em;
}
.brand .product__item span::before {
  content: "¥";
}
.brand .product__item span::after {
  content: "+tax";
}
.brand .product__item .button {
  border-radius: 15px;
  display: inline-block;
  height: 30px;
  width: 80px;
}
.brand .product__item .button::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 4px;
  margin-top: -2px;
  right: 5px;
  width: 4px;
}
.brand .product__item .button a::after {
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 400%;
}
.brand .style {
  margin: 0 auto 90px;
  width: 1280px;
}
@media only screen and (max-width: 767px) {
  .brand .style {
    margin: 0 auto;
    width: 100%;
  }
}
.brand .style__ttl {
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .brand .style__ttl {
    font-size: 4rem;
  }
}
.brand .style__read {
  font-size: 1.6rem;
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .brand .style__read {
    font-size: 1.4rem;
    width: 80%;
    text-align: left;
    margin: 0 auto 2em;
  }
}
.brand .style ul:nth-child(odd) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .brand .style ul:nth-child(odd) {
    flex-direction: column;
  }
}
.brand .styleSub {
  margin: 0 auto 100px;
  width: 1000px;
}
@media only screen and (max-width: 767px) {
  .brand .styleSub {
    width: 80%;
  }
}
.brand .styleSub .wrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .brand .styleSub .wrap {
    margin-bottom: 50px;
  }
}
.brand .styleSub__ttl {
  border-bottom: 4px solid #F18E20;
  border-top: 4px solid #F18E20;
  color: #F18E20;
  display: inline-block;
  font-size: 2.4rem;
  left: 50%;
  margin-bottom: 1em;
  padding: 2px 0;
  position: relative;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .brand .styleSub__ttl {
    font-size: 2.2rem;
    width: 100%;
  }
}
.brand .styleSub__ttl span {
  border-bottom: 1px solid #F18E20;
  border-top: 1px solid #F18E20;
  display: block;
  padding: 20px 0;
}
.brand .styleSub__ttlSub {
  color: #F18E20;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .brand .styleSub__ttlSub {
    font-size: 2.2rem;
  }
}
.brand .styleSub__read {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
.brand .styleSub ul {
  margin-bottom: 155px;
}
@media only screen and (max-width: 767px) {
  .brand .styleSub ul {
    margin-bottom: 0;
  }
}
.brand .styleSub ul:nth-child(odd) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .brand .styleSub ul:nth-child(odd) {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .brand .styleSub ul li .product {
    width: 100%;
  }
}
.brand .styleSub .btn-allitem {
  border-radius: 33px;
  font-size: 1.4em;
  height: 66px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .brand .styleSub .btn-allitem {
    border-radius: 30px;
    font-size: 1.6rem;
    height: 60px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .brand .sceneList ul {
    flex-direction: row;
  }
}
.brand .sceneList ul li {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .brand .sceneList ul li {
    margin: 0 2% 10%;
    width: 28%;
  }
  .brand .sceneList ul li:nth-child(3n+1).anim.active {
    animation-delay: 0s !important;
    animation-name: fadeIn;
  }
  .brand .sceneList ul li:nth-child(3n+2).anim.active {
    animation-delay: 0.2s !important;
    animation-name: fadeIn;
  }
  .brand .sceneList ul li:nth-child(3n+3).anim.active {
    animation-delay: 0.4s !important;
    animation-name: fadeIn;
  }
}
.brand .sceneList ul li:nth-child(6n+1).anim.active {
  animation-delay: 0s;
  animation-name: fadeIn;
}
.brand .sceneList ul li:nth-child(6n+2).anim.active {
  animation-delay: 0.2s;
  animation-name: fadeIn;
}
.brand .sceneList ul li:nth-child(6n+3).anim.active {
  animation-delay: 0.4s;
  animation-name: fadeIn;
}
.brand .sceneList ul li:nth-child(6n+4).anim.active {
  animation-delay: 0.6s;
  animation-name: fadeIn;
}
.brand .sceneList ul li:nth-child(6n+5).anim.active {
  animation-delay: 0.8s;
  animation-name: fadeIn;
}
.brand .sceneList ul li:nth-child(6n+6).anim.active {
  animation-delay: 1s;
  animation-name: fadeIn;
}

.movie {
  background: #F18E20;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .movie {
    flex-direction: column;
    padding: 40px 0;
  }
}
.movie-cont {
  margin: 0 20px;
  width: 480px;
}
@media only screen and (max-width: 767px) {
  .movie-cont {
    margin: 0 auto 40px;
    width: 80%;
  }
}
.movie-cont__ttl {
  color: #000;
  font-family: "Abril Fatface", cursive;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .movie-cont__ttl {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
.movie-cont__ttl span {
  color: #fff;
}
.movie-cont__youtube {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.movie-cont__youtube iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.news {
  background: #fff;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .news {
    padding: 40px 0;
  }
}
.news-cont {
  margin: 0 auto 100px;
  width: 650px;
}
@media only screen and (max-width: 767px) {
  .news-cont {
    margin: 0 auto 40px;
    width: 90%;
  }
}
.news-cont__ttl {
  color: #000;
  font-family: "Abril Fatface", cursive;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .news-cont__ttl {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
.news-cont__info {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.news-cont__info:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.news-cont__info::after {
  border-right: 2px solid #cdcdcd;
  border-top: 2px solid #cdcdcd;
  content: "";
  height: 8px;
  margin-top: -5px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
  z-index: 2;
}
.news-cont__info dt {
  color: #999;
  font-size: 1rem;
  padding: 2em 0 1em;
}
.news-cont__info dt::before {
  content: "";
  margin-left: 2%;
}
.news-cont__info dd {
  color: #000;
  line-height: 2;
  margin: 0 auto;
  padding-bottom: 2em;
  width: 96%;
}
.news-cont__info dd a {
  text-decoration: none;
}
.news-cont__info dd a::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.news .tag {
  display: inline-block;
  margin-left: 1em;
  padding: 0.5em 1.5em;
  text-align: center;
}
.news .cmp {
  border: 1px solid #F18E20;
  color: #F18E20;
}

.anim {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.anim.active {
  animation-delay: 0s;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
