@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes updown {
  0% {
    bottom: 50px;
  }
  25% {
    bottom: 30px;
  }
  50% {
    bottom: 50px;
  }
  75% {
    bottom: 30px;
  }
  100% {
    bottom: 50px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
}

a {
  color: #FFF;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #00ccff;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
ol {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999;
}
ol li {
  width: 30px;
}
ol li:not(:first-child) {
  margin-left: 20px;
}
ol li a {
  width: 100%;
  height: 30px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease-in 0s;
}
ol li a:hover {
  opacity: 0.7;
}
ol li:nth-child(1) a {
  background-image: url(../images/logo_insta.svg);
}
ol li:nth-child(2) a {
  background-image: url(../images/logo_twit.svg);
}
ol li:nth-child(3) a {
  background-image: url(../images/logo_fb.svg);
}

main {
  width: 100%;
  height: 100vh;
  min-height: 760px;
  overflow: auto;
  scroll-snap-type: y mandatory;
  position: relative;
  opacity: 0;
  transition: opacity 1.5s ease-in 0s;
}
main.active {
  opacity: 1;
}
main > div.sec {
  width: 100%;
  height: 100%;
  padding: 0px;
  position: relative;
  scroll-snap-align: start;
}
main > div.sec.home {
  background-color: #111;
}
main > div.sec.home .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main > div.sec.home .inner h1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main > div.sec.home .inner h1 span:nth-child(1) {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main > div.sec.home .inner h1 span:nth-child(2) {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main > div.sec.home::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 50px;
  z-index: 1;
  animation-name: updown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
main > div.sec.about {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main > div.sec.about .inner {
  text-align: left;
  width: 75%;
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-out 0.5s;
}
main > div.sec.about .inner h3 {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
main > div.sec.about .inner .combo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main > div.sec.about .inner .combo .lead {
  width: calc(50% - 20px);
}
main > div.sec.about .inner .combo .lead p:not(:last-child) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main > div.sec.about .inner .combo .lead p:last-child {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main > div.sec.about .inner .combo .more {
  width: calc(50% - 20px);
}
main > div.sec.about .inner .combo .more dl {
  text-align: left;
}
main > div.sec.about .inner .combo .more dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
main > div.sec.about .inner .combo .more dl dt span {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 0 10px;
}
main > div.sec.about .inner .combo .more dl dt::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #FFF;
  display: block;
}
main > div.sec.about .inner .combo .more dl dd:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main > div.sec.about .inner .combo .more dl dd:nth-child(3) {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main > div.sec.about .pset1 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
}
main > div.sec.about .pset1 .slide {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main > div.sec.about .pset1 .slide.s1 {
  background-image: url(../images/photo_about1.jpg);
}
main > div.sec.about .pset1 .slide.s2 {
  background-image: url(../images/photo_about2.jpg);
}
main > div.sec.about .pset1 .slide.s3 {
  background-image: url(../images/photo_about3.jpg);
}
main > div.sec.about .pset1 .slide.s4 {
  background-image: url(../images/photo_about4.jpg);
}
main > div.sec.about .pset1 .slide.s5 {
  background-image: url(../images/photo_about5.jpg);
}
main > div.sec.about.active .inner {
  clip-path: inset(0 0 0 0);
}
main > div.sec.brands {
  background-color: #111;
}
main > div.sec.brands h3 {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  position: fixed;
  left: 80px;
  top: 40px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main > div.sec.brands .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main > div.sec.brands .inner .brand {
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in;
}
main > div.sec.brands .inner .brand::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  opacity: 0;
}
main > div.sec.brands .inner .brand::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main > div.sec.brands .inner .brand:hover::after {
  opacity: 0.5;
}
main > div.sec.brands .inner .brand .photo {
  display: none;
}
main > div.sec.brands .inner .brand h4 {
  width: 200px;
  position: relative;
  z-index: 1;
  opacity: 0;
}
main > div.sec.brands .inner .brand .text {
  width: auto;
  text-align: left;
  margin: 0 0 0 80px;
  position: relative;
  z-index: 1;
  opacity: 0;
}
main > div.sec.brands .inner .brand .text .jp {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main > div.sec.brands .inner .brand .text .en {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main > div.sec.brands .inner .brand.b1 {
  background-image: url(../images/photo_brand1.jpg);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 0.25s;
}
main > div.sec.brands .inner .brand.b1 h4 {
  transition: opacity 0.5s ease-out 1.5s;
}
main > div.sec.brands .inner .brand.b1 .text {
  transition: opacity 0.5s ease-out 1.75s;
}
main > div.sec.brands .inner .brand.b1::before {
  transition: opacity 1s ease-out 2.75s;
}
main > div.sec.brands .inner .brand.b2 {
  background-image: url(../images/photo_brand2.jpg);
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0.5s;
}
main > div.sec.brands .inner .brand.b2 h4 {
  order: 2;
  transition: opacity 0.5s ease-out 1.75s;
}
main > div.sec.brands .inner .brand.b2 .text {
  margin: 0 80px 0 0;
  order: 1;
  transition: opacity 0.5s ease-out 2s;
}
main > div.sec.brands .inner .brand.b2::before {
  transition: opacity 1s ease-out 3s;
}
main > div.sec.brands.active h3 {
  opacity: 1;
}
main > div.sec.brands.active h3.hide {
  opacity: 0;
}
main > div.sec.brands.active .inner .brand.b1 {
  clip-path: inset(0 0 0 0);
}
main > div.sec.brands.active .inner .brand.b1 h4,
main > div.sec.brands.active .inner .brand.b1 .text {
  opacity: 1;
}
main > div.sec.brands.active .inner .brand.b1::before {
  opacity: 1;
}
main > div.sec.brands.active .inner .brand.b2 {
  clip-path: inset(0 0 0 0);
}
main > div.sec.brands.active .inner .brand.b2 h4,
main > div.sec.brands.active .inner .brand.b2 .text {
  opacity: 1;
}
main > div.sec.brands.active .inner .brand.b2::before {
  opacity: 1;
}
main > div.sec.store {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
main > div.sec.store .inner {
  text-align: left;
  width: 75%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  clip-path: inset(0 0 0 100%);
  transition: all 0.5s ease-out 0.5s;
}
main > div.sec.store .inner h3 {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
main > div.sec.store .inner .text {
  width: 100%;
}
main > div.sec.store .inner .text p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main > div.sec.store .inner .text p:not(:last-child) {
  margin-bottom: 20px;
}
main > div.sec.store .inner .text .combo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main > div.sec.store .inner .text .combo .logo {
  width: 120px;
}
main > div.sec.store .inner .text .combo p {
  width: calc(100% - 160px);
}
main > div.sec.store .pset2 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 0s ease-out;
}
main > div.sec.store .pset2 .slide {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main > div.sec.store .pset2 .slide.s1 {
  background-image: url(../images/photo_store1.jpg);
}
main > div.sec.store .pset2 .slide.s2 {
  background-image: url(../images/photo_store2.jpg);
}
main > div.sec.store .pset2 .slide.s3 {
  background-image: url(../images/photo_store3.jpg);
}
main > div.sec.store .pset2 .slide.s4 {
  background-image: url(../images/photo_store4.jpg);
}
main > div.sec.store .pset2 .slide.s5 {
  background-image: url(../images/photo_store5.jpg);
}
main > div.sec.store.bg .pset2 {
  opacity: 1;
}
main > div.sec.store.bg.active .inner {
  clip-path: inset(0 0 0 0);
}
main > div.sec.store.bg.active .pset2 {
  position: absolute;
}
main > div.sec.company {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 5;
}
main > div.sec.company .inner {
  text-align: left;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-out 0.5s;
}
main > div.sec.company .inner h3 {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
main > div.sec.company .inner .jp {
  width: 100%;
  margin-bottom: 20px;
}
main > div.sec.company .inner .jp dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main > div.sec.company .inner .jp dl:not(:last-child) {
  margin-bottom: 10px;
}
main > div.sec.company .inner .jp dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 35%;
}
main > div.sec.company .inner .jp dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 0 20px;
  width: calc(65% - 20px);
}
main > div.sec.company .inner .en {
  width: 100%;
}
main > div.sec.company .inner .en dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main > div.sec.company .inner .en dl:not(:last-child) {
  margin-bottom: 10px;
}
main > div.sec.company .inner .en dl dt {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0em;
  width: 35%;
}
main > div.sec.company .inner .en dl dd {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0em;
  margin: 0 0 0 20px;
  width: calc(65% - 20px);
}
main > div.sec.company .inner p:not(:last-child) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main > div.sec.company .inner p:last-child {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main > div.sec.company.active .inner {
  clip-path: inset(0 0 0 0);
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }

  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #111;
    text-align: center;
  }

  a:hover, a:active, a.active {
    color: #FFF;
  }

  /* ---------------------------------------------------------page--------------------------------------------------------- */
  main {
    width: 100%;
    height: auto;
    min-height: auto;
    overflow: auto;
    scroll-snap-type: none;
    position: relative;
    opacity: 0;
    transition: opacity 1.5s ease-in 0s;
  }
  main.active {
    opacity: 1;
  }
  main > div.sec {
    width: 100%;
    height: auto;
    padding: 0px;
    position: relative;
    scroll-snap-align: start;
  }
  main > div.sec.home {
    background-color: #111;
    height: 100vh;
  }
  main > div.sec.home .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main > div.sec.home .inner h1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main > div.sec.home .inner h1 span:nth-child(1) {
    color: #FFF;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main > div.sec.home .inner h1 span:nth-child(2) {
    color: #FFF;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main > div.sec.home::after {
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    bottom: 40px;
  }
  main > div.sec.about {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  main > div.sec.about .inner {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    background-color: #FFF;
    clip-path: inset(0 0 0 0);
    order: 2;
  }
  main > div.sec.about .inner h3 {
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  main > div.sec.about .inner .combo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main > div.sec.about .inner .combo .lead {
    width: 100%;
    margin-bottom: 40px;
  }
  main > div.sec.about .inner .combo .lead p:not(:last-child) {
    color: #111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main > div.sec.about .inner .combo .lead p:last-child {
    color: #111;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main > div.sec.about .inner .combo .more {
    width: 100%;
  }
  main > div.sec.about .inner .combo .more dl {
    text-align: left;
  }
  main > div.sec.about .inner .combo .more dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  main > div.sec.about .inner .combo .more dl dt span {
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin: 0 0 0 10px;
  }
  main > div.sec.about .inner .combo .more dl dt::before {
    background-color: #111;
  }
  main > div.sec.about .inner .combo .more dl dd:nth-child(2) {
    color: #111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main > div.sec.about .inner .combo .more dl dd:nth-child(3) {
    color: #111;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main > div.sec.about .pset1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    order: 1;
  }
  main > div.sec.about .pset1 .slide {
    width: 100%;
    height: 50vh;
  }
  main > div.sec.about.active .inner {
    clip-path: inset(0 0 0 0);
  }
  main > div.sec.brands {
    background-color: #FFF;
  }
  main > div.sec.brands h3 {
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 0 20px;
    margin: 0 auto 20px auto;
    position: static;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
  }
  main > div.sec.brands .inner {
    width: 100%;
    height: auto;
    background-color: #111;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main > div.sec.brands .inner .brand {
    text-decoration: none;
    width: 100%;
    height: auto;
    padding: 0px;
    background-image: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.5s ease-in;
  }
  main > div.sec.brands .inner .brand::before {
    content: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    opacity: 0;
  }
  main > div.sec.brands .inner .brand::after {
    content: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    opacity: 0;
    transition: all 0.25s ease-in 0s;
  }
  main > div.sec.brands .inner .brand:hover::after {
    opacity: 0.5;
  }
  main > div.sec.brands .inner .brand .photo {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  main > div.sec.brands .inner .brand h4 {
    width: 30%;
    position: relative;
    z-index: 1;
    opacity: 1;
  }
  main > div.sec.brands .inner .brand .text {
    width: 100%;
    padding: 20px;
    margin: 0px;
    opacity: 1;
  }
  main > div.sec.brands .inner .brand .text .jp {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main > div.sec.brands .inner .brand .text .en {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main > div.sec.brands .inner .brand.b1 {
    background-image: none;
    clip-path: inset(0 0 0 0);
  }
  main > div.sec.brands .inner .brand.b1 .text {
    transition: opacity 0.5s ease-out 1.75s;
  }
  main > div.sec.brands .inner .brand.b2 {
    background-image: none;
    clip-path: inset(0 0 0 0);
  }
  main > div.sec.brands .inner .brand.b2 h4 {
    order: 1;
  }
  main > div.sec.brands .inner .brand.b2 .text {
    margin: 0px;
    order: 1;
    transition: opacity 0.5s ease-out 2s;
  }
  main > div.sec.brands.active h3 {
    opacity: 1;
  }
  main > div.sec.brands.active h3.hide {
    opacity: 0;
  }
  main > div.sec.brands.active .inner .brand.b1 {
    clip-path: inset(0 0 0 0);
  }
  main > div.sec.brands.active .inner .brand.b1 h4,
main > div.sec.brands.active .inner .brand.b1 .text {
    opacity: 1;
  }
  main > div.sec.brands.active .inner .brand.b1::before {
    opacity: 1;
  }
  main > div.sec.brands.active .inner .brand.b2 {
    clip-path: inset(0 0 0 0);
  }
  main > div.sec.brands.active .inner .brand.b2 h4,
main > div.sec.brands.active .inner .brand.b2 .text {
    opacity: 1;
  }
  main > div.sec.brands.active .inner .brand.b2::before {
    opacity: 1;
  }
  main > div.sec.brands.b2 .inner .brand .text {
    padding-bottom: 80px;
  }
  main > div.sec.store {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main > div.sec.store .inner {
    text-align: left;
    width: 100%;
    background-color: #FFF;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    clip-path: inset(0 0 0 0);
    order: 2;
  }
  main > div.sec.store .inner h3 {
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  main > div.sec.store .inner .text {
    width: 100%;
  }
  main > div.sec.store .inner .text p {
    color: #111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
  main > div.sec.store .inner .text p:not(:last-child) {
    margin-bottom: 40px;
  }
  main > div.sec.store .inner .text .combo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main > div.sec.store .inner .text .combo .logo {
    width: 80px;
  }
  main > div.sec.store .inner .text .combo .logo a {
    background-image: url(../images/logo_store2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 80px;
    display: block;
  }
  main > div.sec.store .inner .text .combo .logo a img {
    display: none;
  }
  main > div.sec.store .inner .text .combo p {
    color: #111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    width: calc(100% - 100px);
    margin: 0 0 0 20px;
  }
  main > div.sec.store .inner .text .combo p a {
    color: #111;
  }
  main > div.sec.store .pset2 {
    width: 100%;
    height: auto;
    position: static;
    left: 0px;
    top: 0px;
    z-index: 0;
    opacity: 1;
    order: 1;
    transition: all 0s ease-out;
  }
  main > div.sec.store .pset2 .slide {
    width: 100%;
    height: 50vh;
  }
  main > div.sec.store.bg .pset2 {
    opacity: 1;
  }
  main > div.sec.store.bg.active .inner {
    clip-path: inset(0 0 0 0);
  }
  main > div.sec.store.bg.active .pset2 {
    position: absolute;
  }
  main > div.sec.company {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    z-index: 5;
  }
  main > div.sec.company .inner {
    text-align: left;
    width: 100%;
    background-color: black;
    padding: 40px 20px 80px 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    clip-path: inset(0 0 0 0);
    transition: all 0.5s ease-out 0.5s;
  }
  main > div.sec.company .inner h3 {
    color: #FFF;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  main > div.sec.company .inner .jp {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #999;
  }
  main > div.sec.company .inner .jp dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main > div.sec.company .inner .jp dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main > div.sec.company .inner .jp dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    margin-bottom: 10px;
  }
  main > div.sec.company .inner .jp dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin: 0px;
    width: 100%;
  }
  main > div.sec.company .inner .en {
    width: 100%;
  }
  main > div.sec.company .inner .en dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main > div.sec.company .inner .en dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main > div.sec.company .inner .en dl dt {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    margin-bottom: 5px;
  }
  main > div.sec.company .inner .en dl dd {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin: 0px;
    width: 100%;
  }
  main > div.sec.company .inner p:not(:last-child) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main > div.sec.company .inner p:last-child {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
  main > div.sec.company.active .inner {
    clip-path: inset(0 0 0 0);
  }
}

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