html,
body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 16px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 11px;
  }
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}

.animate__animated {
  opacity: 0;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

.flex {
  display: flex;
}

.item {
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .item {
    padding-bottom: 180px;
  }
}

.credit {
  margin: 20px 0 0 3%;
  font-size: 12px;
}
.credit li {
  margin-bottom: 10px;
}
.credit a {
  color: #000;
  letter-spacing: 1px;
}
.credit .brand_name {
  font-style: italic;
}
.credit .buy {
  text-decoration: underline;
}

.no-touch {
  pointer-events: none;
}
.no-touch .buy {
  color: #989191;
  text-decoration: none;
}

.bland_nav.fixed {
  position: fixed;
  width: 100%;
  z-index: 9;
  padding: 10px 0;
  display: none;
  margin: 2% 0 0 0;
}

.delay_04s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_08s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fv {
  position: relative;
}
.fv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: none;
}
@media screen and (min-width: 769px) {
  .fv h1 {
    width: 50%;
  }
}

.read {
  margin: 100px 0 70px;
}
@media screen and (min-width: 769px) {
  .read {
    margin: 160px 0 200px;
  }
}
.read .text {
  line-height: 2;
  text-align: center;
  width: 80%;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) {
  .read .text {
    font-size: 13px;
    margin: 0 auto 55px;
  }
}
.read .flex {
  width: 350px;
  margin: 0 auto;
}
.read .flex > div {
  width: 50%;
}
.read .flex .left {
  border: solid #000;
  border-width: 0 1px 0 0;
}
.read .flex .title {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .read .flex .title {
    font-size: 18px;
  }
}
.read .flex span {
  display: block;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .read .flex span {
    font-size: 11px;
  }
}

.brand_title {
  width: 65%;
  margin: 0 auto 30px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .brand_title {
    max-width: 725px;
  }
}
.brand_title > div {
  overflow: hidden;
}
.brand_title span {
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
  color: #989191;
}
@media screen and (min-width: 769px) {
  .brand_title span {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .brand_title.whim {
    max-width: 960px;
  }
}

.item:nth-child(4) .flex {
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .item:nth-child(4) .flex {
    flex-wrap: nowrap;
  }
}
.item:nth-child(4) .flex .left {
  order: 1;
}
@media screen and (min-width: 769px) {
  .item:nth-child(4) .flex .left {
    order: 0;
    width: 45.8%;
  }
}
.item:nth-child(4) .flex .left figure {
  margin-bottom: 20px;
  width: 70%;
}
@media screen and (min-width: 769px) {
  .item:nth-child(4) .flex .left figure {
    width: 100%;
  }
}
.item:nth-child(4) .flex .right {
  width: 82%;
  margin: 0 0 20px auto;
}
@media screen and (min-width: 769px) {
  .item:nth-child(4) .flex .right {
    width: 52.7%;
  }
}
.item:nth-child(4) .flex .bottom {
  margin-left: 15%;
}
@media screen and (min-width: 769px) {
  .item:nth-child(4) .flex .bottom {
    margin-left: 0;
  }
}
.item:nth-child(4) .credit {
  margin: 0 0 0 3%;
}
@media screen and (min-width: 769px) {
  .item:nth-child(4) .credit {
    margin: 0 auto;
    display: table;
  }
}
@media screen and (max-width: 768px) {
  .item:nth-child(4) .delay_08s {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.item:nth-child(5) .container {
  width: 80%;
  margin: 0 auto;
  max-width: 960px;
}
.item:nth-child(5) .credit {
  margin: 20px 0 0 0;
}

.item:nth-child(6) .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .item:nth-child(6) .flex {
    width: 93%;
    margin-left: auto;
    align-items: flex-start;
  }
}
.item:nth-child(6) .flex .left {
  width: 33%;
}
@media screen and (min-width: 769px) {
  .item:nth-child(6) .flex .left {
    margin-top: 140px;
  }
}
.item:nth-child(6) .flex .right {
  width: 60%;
}
@media screen and (min-width: 769px) {
  .item:nth-child(6) .credit {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .item:nth-child(6) .delay_08s {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

@media screen and (min-width: 769px) {
  .item:nth-child(7) .credit {
    margin: 20px auto 0;
    display: table;
  }
}

.item:nth-child(8) .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .item:nth-child(8) .flex {
    width: 93%;
    margin-right: auto;
    align-items: flex-start;
  }
}
.item:nth-child(8) .flex .left {
  width: 60%;
}
.item:nth-child(8) .flex .right {
  width: 30%;
}
@media screen and (min-width: 769px) {
  .item:nth-child(8) .flex .right {
    margin-top: 20%;
  }
}

.item:nth-child(9) .container {
  width: 80%;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .item:nth-child(9) .container {
    width: 75%;
  }
}
.item:nth-child(9) .container .left {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .item:nth-child(9) .container .left {
    width: 35%;
    top: 20%;
    left: -28%;
  }
}
@media screen and (max-width: 600px) {
  .item:nth-child(9) .container .left {
    width: 35%;
    top: -30%;
    left: -28%;
  }
}
@media screen and (max-width: 768px) {
  .item:nth-child(9) .container .left {
    width: 40%;
    top: -85%;
    left: -25%;
  }
}
.item:nth-child(9) .credit {
  margin: 20px 0 0 0;
}

@media screen and (min-width: 769px) {
  .item:nth-child(10) .container {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.item:nth-child(10) .container .flex {
  gap: 2%;
}
.item:nth-child(10) .container .flex .right {
  margin: 20% 0 0 0;
}

@media screen and (min-width: 769px) {
  .item:nth-child(11) .pc_flex {
    display: flex;
    flex-direction: row-reverse;
  }
}
.item:nth-child(11) .bottom {
  width: 35%;
  margin: -9% 1.5% 0 auto;
}
@media screen and (min-width: 769px) {
  .item:nth-child(11) .bottom {
    width: 35%;
    margin: -9% 1.5% 0 auto;
  }
}

.concept {
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .concept {
    padding-bottom: 300px;
  }
  .concept.whim {
    padding-bottom: 100px;
  }
}
.concept .container {
  width: 95%;
  margin: 0 auto;
  max-width: 805px;
}
.concept .concept_wrap {
  padding: 40px 0;
  position: relative;
}
.concept .title {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  color: #989191;
  margin-bottom: 25px;
}
.concept .text {
  padding: 0 20px;
  max-width: 635px;
  margin: 0 auto;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .concept .text {
    font-size: 14px;
  }
}
.concept .btn_wrap {
  max-width: 635px;
  margin: 25px auto 0;
}
@media screen and (min-width: 769px) {
  .concept .btn_wrap {
    margin: 60px auto 0;
  }
}
.concept .btn_wrap a {
  display: block;
  text-align: center;
  font-size: 18px;
  text-decoration: underline;
  padding: 25px 0;
}
.concept .btn_wrap .store {
  background-color: #000;
  color: #fff;
  margin-bottom: 15px;
}
.concept .btn_wrap .instagram {
  border: 1px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
}
.concept .btn_wrap .instagram span {
  width: 30px;
  display: block;
}
.concept .c-line {
  position: absolute;
  transform: translateY(-100%);
}
.concept .c-line span {
  display: block;
  background: #a4a4a4;
  transition: all 0.4s cubic-bezier(0.32, 1.03, 1, 1) 0.4s;
  opacity: 0;
}
.concept .line-lt {
  left: 0;
  top: 0;
  transform: translateY(-100%);
}
.concept .line-rb {
  right: 0;
  bottom: 0;
  transform: rotate(180deg) translateY(-100%);
}
.concept .c-line span:first-child {
  transform: translateX(84px) rotate(-90deg);
  transform-origin: left bottom;
  width: 1px;
  height: 0;
}
.concept .c-line span:last-child {
  transform: rotate(90deg) translateY(-1px);
  transform-origin: left top;
  transition-delay: 0.7s;
  width: 0;
  height: 1px;
}
.concept .aos-animate[data-aos=expand] span:first-child {
  height: 84px;
  opacity: 1;
}
.concept .aos-animate[data-aos=expand] span:last-child {
  width: 84px;
  opacity: 1;
}

.item:nth-child(14) .container {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .item:nth-child(14) .credit {
    margin: 20px 0 0 0;
  }
}

.item:nth-child(15) .flex {
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .item:nth-child(15) .flex {
    gap: 20px;
  }
}
.item:nth-child(15) .flex figure {
  width: calc(50% - 5px);
}
@media screen and (min-width: 769px) {
  .item:nth-child(15) .flex figure {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 769px) {
  .item:nth-child(15) .credit {
    margin: 20px auto 0;
    display: table;
  }
}

.item:nth-child(16) .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .item:nth-child(16) .flex {
    flex-wrap: nowrap;
  }
}
.item:nth-child(16) .flex .left {
  width: 82%;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 769px) {
  .item:nth-child(16) .flex .left {
    width: 52.7%;
  }
}
@media screen and (min-width: 769px) {
  .item:nth-child(16) .flex .right {
    width: 45.8%;
  }
}
.item:nth-child(16) .flex .right figure {
  margin: 0 0 20px auto;
  width: 70%;
}
@media screen and (min-width: 769px) {
  .item:nth-child(16) .flex .right figure {
    width: 100%;
  }
}
.item:nth-child(16) .flex .bottom {
  margin-right: 15% !important;
}
@media screen and (min-width: 769px) {
  .item:nth-child(16) .flex .bottom {
    margin-right: 0 !important;
  }
}
.item:nth-child(16) .credit {
  margin: 0 0 0 3%;
}
@media screen and (min-width: 769px) {
  .item:nth-child(16) .credit {
    margin: 0 auto;
    display: table;
  }
}
@media screen and (min-width: 769px) {
  .item:nth-child(16) .delay_08s {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

@media screen and (min-width: 769px) {
  .item:nth-child(17) .credit {
    margin: 20px auto 0;
    display: table;
  }
}

.item:nth-child(18) .container {
  width: 90%;
  margin: 0 auto;
}
.item:nth-child(18) .flex {
  flex-wrap: wrap;
}
.item:nth-child(18) .flex figure {
  width: 50%;
}
.item:nth-child(18) .flex figure img {
  width: 101%;
}
.item:nth-child(18) .credit {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 769px) {
  .item:nth-child(18) .credit {
    margin: 20px auto 0;
    display: table;
  }
}

.item:nth-child(19) .container {
  width: 85%;
  margin: 0 auto;
  max-width: 960px;
}
.item:nth-child(19) .credit {
  margin: 20px 0 0 0;
}

.item:nth-child(20) .container .flex {
  gap: 2%;
  margin: 0 auto 10px;
  width: 80%;
}
@media screen and (min-width: 769px) {
  .item:nth-child(20) .container .flex {
    width: 50%;
    margin: 0 auto 30px;
  }
}
.item:nth-child(20) .container .flex .left {
  margin: 20% 0 0 0;
}
@media screen and (min-width: 769px) {
  .item:nth-child(20) .credit {
    margin: 20px 0 0 3%;
  }
}

.staff_credit {
  margin: 50px 0 150px;
  text-align: center;
}
.staff_credit li {
  margin-bottom: 20px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .staff_credit li {
    font-size: 12px;
  }
}

footer {
  font-size: 10px;
  padding: 0 0 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 0 0 20px;
  }
}
footer .logo {
  width: 40%;
  max-width: 250px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 769px) {
  footer .logo {
    margin: 0 auto 10px;
  }
}/*# sourceMappingURL=style.css.map */