html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  animation: fadein 3s forwards;
}

.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1;
  letter-spacing: .1em;
  list-style: none;
  font-feature-settings: "palt";
  overflow: hidden;
  color: #343434;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.lp_style button {
  background: transparent;
  padding: 0;
  margin: 0;
}

.lp_style ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp_style a {
  text-decoration: none;
}

.sp_only {
  display: none !important;
}

@media screen and (min-width:641px),
print {
  .pc_only {
    display: block !important;
  }
}

@media screen and (max-width:640px),
print {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}

.Mainvisual {
  text-align: center;
}

@media screen and (min-width:821px),
print {
  .Mainvisual {
    margin: 40px 0 0 0;
  }
}

#Introduction {
  margin: 0 auto;
}

@media screen and (min-width:821px),
print {
  #Introduction {
    max-width: 1400px;
    margin: 0 auto;
  }
}

#Introduction .-Box {
  padding: 17% 5.3% ;
}

@media screen and (min-width:821px),
print {
  #Introduction .-Box {
    max-width: 1300px;
    padding: 110px 10% 120px;
    margin: 0 auto;
  }
}

#Introduction .-txt {
  font-size: 2.4rem;
  line-height: 1.9;
  letter-spacing: .01em;
}

@media screen and (max-width:640px),
print {
  #Introduction .-txt {
    font-size: 1.2rem;
  }
}

@media screen and (min-width:821px),
print {
  #Introduction .-txt {
    max-width: 1000px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 auto;
  }
}

#Introduction .-txt:not(:first-of-type) {
  margin: 1em auto 0;
}


.product {
  margin: 0 auto 120px;
}

@media screen and (max-width:640px),
print {
  .product {
    margin: 0 auto 60px;
  }
}

@media screen and (min-width:821px),
print {
  .product {
    max-width: 1400px;
    padding: 0 50px;
    margin: 0 auto 180px;
  }
}

.product .-Box {
  font-size: 0;
  padding: 0 2.6% ;
}

@media screen and (min-width:821px),
print {
  .product .-Box {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
  }

}

.-left {
  float: none;
}

.-right {
  float: none;
}

.-MainArea {
  margin: 0 auto 6rem;
}

.-SubArea {
  padding: 0 14.7%;
}

@media screen and (min-width:821px),
print {
  .-left {
    float: left;
  }

  .-MainArea {
    max-width: 760px;
    width: 58%;
  }

  .-SubArea {
    max-width: 500px;
    margin: 0 0 0 4%;
    padding: 0;
    width: 38%;
  }

  .-SubArea.-left {
    margin: 0 4% 0 0;
  }

  .-right {
    float: right;

  }
}


.-MainImg img {
  width: 100%;
}

.-SubImg img {
  width: 100%;
}

.-MainImg img,
.-SubImg img{
  transition: opacity .6s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.-MainImg:hover img,
.-SubImg:hover img{
  opacity: .6;
}

.-productName {
  text-align: center;
  font-size: 24px;
  letter-spacing: .05em;
  margin: 50px auto 30px;
}

@media screen and (max-width:640px),
print {
  .-productName {
    font-size: 12px;
    margin: 25px auto 15px;
  }
}

@media screen and (min-width:821px),
print {
  .-productName {
    font-size: 18px;
    margin: 50px auto 30px;
  }
}



.-cta {
  position: relative;
  max-width: 420px;
  width: 84%;
  height: 90px;
  line-height: 90px;
  font-size: 22px;
  letter-spacing: .05em;
  margin: 0 auto;
  border: 1px solid #ccc;
  text-align: center;
  overflow: hidden;
}

.-cta::after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: #000;
  transform: translateX(-100%);
  transition: transform .6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.-cta a {
  position: relative;
  z-index: 2;
  transition: color .6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.-cta:hover a{
  color: #fff;
}

.-cta:hover::after {
  transform: translateX(0);
}

@media screen and (max-width:640px),
print {
  .-cta {
    height: 45px;
    line-height: 45px;
    font-size: 11px;
  }
}

.-cta:not(:last-of-type) {
  margin: 0 auto 10px;
}

@media screen and (min-width:821px),
print {
  .-cta {
    max-width: 360px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    letter-spacing: .05em;
    margin: 0 auto;
  }
}

@media screen and (min-width:821px),
print {
  .-cta:not(:last-of-type) {
    margin: 0 auto 10px;
  }
}

.category.-cta {
  margin: -60px auto 140px;
}

@media screen and (max-width:640px),
print {
  .category.-cta {
    margin: -30px auto 70px;
  }
}

@media screen and (min-width:821px),
print {
  .category.-cta {
    margin: -100px auto 180px;
  }
}

.pop-up {
  background: url(./../img/pop-up-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

@media screen and (min-width:821px),
print {
  .pop-up {
    background: url(./../img/pop-up-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.pop-up .-Box {
  margin: 0 auto;
  padding: 0 5.3%;
}

@media screen and (min-width:821px),
print {
  .pop-up .-Box {
    margin: 0 auto;
    padding: 0 150px;
    max-width: 1300px;
  }
}


.pop-up ._head {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media screen and (max-width:640px),
print {
  .pop-up ._head {
    margin: 0 0 15px;
    font-size: 18px;
  }
}

@media screen and (min-width:821px),
print {
  .pop-up ._head {
    margin: 0 0 20px;
    font-size: 26px;
  }
}

.pop-up ._information {
  margin: 0 0 50px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.58;
  color: #fff;
  text-align: center;
}

@media screen and (max-width:640px),
print {
  .pop-up ._information {
    margin: 0 0 25px;
    font-size: 12px;
    color: #fff;
  }
}

@media screen and (min-width:821px),
print {
  .pop-up ._information {
    margin: 0 0 50px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
  }
}


.schedule {
  margin: 0 auto;
  padding: 70px 100px;
  background: #fff;
}

@media screen and (max-width:640px),
print {
  .schedule {
    margin: 0 auto;
    padding: 35px 50px;
  }
}

@media screen and (min-width:821px),
print {
  .schedule {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 110px 70px;
  }
}

.schedule ._group:not(:last-of-type) {
  margin: 0 0 40px;
}

@media screen and (max-width:640px),
print {
  .schedule ._group:not(:last-of-type) {
    margin: 0 0 20px;
  }
}

@media screen and (min-width:821px),
print {
  .schedule ._group:not(:last-of-type) {
    margin: 0 0 30px;
  }
}

.schedule ._span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  float: none;
  margin: 0 0 20px;
}

@media screen and (max-width:640px),
print {
  .schedule ._span {
    margin: 0 0 10px;
  }
}

@media screen and (min-width:821px),
print {
  .schedule ._span {
    margin: 0 0 15px;
  }
}

.schedule ._dt {
  background: #e2e2e2;
  margin: 0;
  padding: 10px 16px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
  color: #333333;
}

@media screen and (max-width:640px),
print {
  .schedule ._dt {
    padding: 5px 8px;
    font-size: 12px;
  }
}

@media screen and (min-width:821px),
print {
  .schedule ._dt {
    margin: 0;
    padding: 10px;
    font-size: 16px;
  }
}

.schedule ._dd {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1;
  color: #333333;
}

@media screen and (max-width:640px),
print {
  .schedule ._dd {
    padding: 0 0 0 10px;
    font-size: 12px;
  }
}

@media screen and (min-width:821px),
print {
  .schedule ._dd {
    font-size: 16px;
  }
}

@media screen and (min-width:821px),
print {

  ._store {
    display: flex;
    flex-wrap: wrap;
  }

}

._store ._location {
  font-size: 20px;
  letter-spacing: .1em;
  color: #333333;
  line-height: 1.6;
}

@media screen and (max-width:640px),
print {
  ._store ._location {
    font-size: 10px;
  }
}

@media screen and (min-width:821px),
print {
  ._store ._location {
    width: calc(50% - 10px);
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.57;
  }
  ._store ._location:nth-of-type(odd) {
    margin-right: 10px;
  }
  ._store ._location:nth-of-type(even){
    margin-left: 10px;
  }
}

.product.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 800ms cubic-bezier(.17,.67,.67,.91);
}

.product.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}
