button.mfp-arrow {
  display: none;
}

header,
.load header {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

main {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 55px;
  }
}
main .wrap {
  max-width: 863px;
}

#under_mv {
  background-image: url(../img/products/mv_bg.jpg);
}
@media screen and (max-width: 768px) {
  #under_mv {
    background-image: url(../img/products/mv_bg_sp.jpg);
  }
}

#products-lineup .products-ttl {
  margin-top: 3px;
  border-bottom: 1px solid #c8c9ca;
  padding-bottom: 23px;
  font-size: 2.2rem;
  text-align: center;
}
#products-lineup .lineup-ttl {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #products-lineup .lineup-ttl {
    margin-top: 2.6%;
    border-top: 1px solid #c8c9ca;
    padding-top: 6%;
  }
}
#products-lineup .lineup-ttl .ttltype1 {
  display: block;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #products-lineup .lineup-ttl .ttltype1 {
    font-size: 5.6vw;
  }
}
#products-lineup .lineup-ttl .jp {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #products-lineup .lineup-ttl .jp {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}
#products-lineup .lineup-list {
  max-width: 840px;
  margin: 25px auto 0;
  display: flex;
  align-items: flex-end;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  #products-lineup .lineup-list {
    margin-top: 5%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6vw 0;
  }
}
#products-lineup .lineup-item{
  position: relative;
}
@media screen and (max-width: 768px) {
  #products-lineup .lineup-item {
    width: 24%;
  }
}
#products-lineup .lineup-item:last-child{
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  #products-lineup .lineup-item:last-child{
    margin-right: -3%;
    width: 27%;
  }
}
#products-lineup .lineup-item .balloon {
    position: absolute;
    bottom: -57px;
    right: 12px;
    margin-left: -107px;
}
@media screen and (max-width: 768px) {
  #products-lineup .lineup-item .balloon {
    position: absolute;
    bottom: -11.5vw;
    right: 3vw;
    margin-left: -22.5vw;
  }
}
#products-lineup .lineup-note {
  margin-top: 15px;
  padding-left: 1.5%;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #products-lineup .lineup-note {
    margin-top: 2.5%;
    padding-left: 0;
    scale: 0.7;
    transform-origin: left;
    font-size: 3vw;
  }
}
#products-lineup .lineup-line {
  height: 1px;
  margin-top: 100px;
  background: #c8c9ca;
}
@media screen and (max-width: 768px) {
  #products-lineup .lineup-line {
    margin-top: 19%;
  }
}
#products-lineup .list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #products-lineup .list {
    margin-top: 18%;
  }
}
#products-lineup .item {
  padding: 70px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  #products-lineup .item {
    z-index: 10;
    padding: 8% 0;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #products-lineup .item + .item {
    margin-top: 21%;
  }
}
#products-lineup .item .left {
  z-index: 10;
  width: 44%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #products-lineup .item .left {
    width: 100%;
  }
}
#products-lineup .item .left .img {
  position: relative;
  left: 36px;
}
@media screen and (max-width: 768px) {
  #products-lineup .item .left .img {
    width: 58%;
    left: -5.5vw;
  }
}
@media screen and (max-width: 768px) {
  #products-lineup .item .right {
    position: relative;
  }
  #products-lineup .item .right::after {
    content: "";
    z-index: -1;
    width: 39.3%;
    aspect-ratio: 270/291;
    position: absolute;
    bottom: -13%;
    right: -5.5vw;
    background: #be4e8e;
  }
}
@media screen and (max-width: 768px) {
  #products-lineup .item .right .img {
    width: 53%;
    position: absolute;
    top: -40vw;
    right: -5.5vw;
  }
}
#products-lineup .item:nth-child(even) {
  flex-direction: row-reverse;
}
#products-lineup .item:nth-child(even) .left .img {
  left: auto;
  right: 36px;
}
@media screen and (max-width: 768px) {
  #products-lineup .item:nth-child(even) .left .img {
    margin-left: auto;
    right: -5.5vw;
  }
}
#products-lineup .item:nth-child(even) .deco {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #products-lineup .item:nth-child(even) .right::after {
    right: auto;
    left: -5.5vw;
  }
}
@media screen and (max-width: 768px) {
  #products-lineup .item:nth-child(even) .right .img {
    left: -5.5vw;
    right: auto;
  }
}
#products-lineup .deco {
  width: 170px;
  height: 167px;
  margin-top: -66px;
  display: block;
  background: #be4e8e;
}
@media screen and (max-width: 768px) {
  #products-lineup .deco {
    display: none;
  }
}
#products-lineup .right {
  flex: 1;
}
#products-lineup .list .balloon{
  font-size: 1.2rem;
  text-align: center;
  padding: 2px;
  background: #c8c9ca;
  position: relative;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #products-lineup .list .balloon{
    font-size: 2.6vw;
    padding: 1vw;
    margin-top: 4.5vw;
  }
}
#products-lineup .list .balloon::before{
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom: 10px solid #c8c9ca;
}
@media screen and (max-width: 768px) {
  #products-lineup .list .balloon::before{
    top: -4.5vw;
    left: 50%;
    transform: translateX(-50%);
    border: 2vw solid transparent;
    border-bottom: 3.5vw solid #c8c9ca;
  }
}
#products-lineup .box {
  margin-top: -20px;
  padding: 62px 0 27px 57px;
  background: rgba(200, 201, 202, 0.5);
}
@media screen and (max-width: 768px) {
  #products-lineup .box {
    margin-top: -10%;
    padding: 17% 7% 7%;
    background: #e4e4e4;
  }
}
#products-lineup .name {
  font-size: 2.1rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #products-lineup .name {
    font-size: 4.5vw;
  }
}
#products-lineup .border {
  margin-top: 10px;
  border: 1px solid #be4e8e;
  padding: 0 9px;
  display: inline-block;
  color: #be4e8e;
  font-size: 1.3rem;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  #products-lineup .border {
    margin-top: 4%;
    padding: 1% 3%;
    font-size: 3.2vw;
    line-height: 1;
  }
}
#products-lineup .border .note {
  font-size: 0.5em;
  vertical-align: super;
  line-height: 0.5em;
}
#products-lineup .ttl {
  margin-top: 15px;
  color: #be4e8e;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #products-lineup .ttl {
    margin-top: 6%;
    font-size: 4.5vw;
  }
}
#products-lineup .ttl .note {
  font-size: 0.5em;
  vertical-align: super;
  line-height: 1.5;
}
#products-lineup .txt {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #products-lineup .txt {
    margin-top: 3%;
    font-size: 3.1vw;
    line-height: 1.7;
  }
}
#products-lineup .txt .note {
  font-size: 0.5em;
  vertical-align: super;
  line-height: 1.5;
}
#products-lineup .note {
  width: 110%;
  margin-top: 10px;
  scale: 0.9;
  transform-origin: left;
  font-size: 1rem;
  line-height: 1.77;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #products-lineup .note {
    width: 100%;
    margin-top: 4%;
    scale: 1;
    font-size: 2.6vw;
    white-space: normal;
  }
}
#products-lineup .price {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #products-lineup .price {
    margin-top: 5%;
    font-size: 3.8vw;
  }
}
#products-lineup .link {
  margin-top: 10px;
  padding-right: 27px;
  text-align: right;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #products-lineup .link {
    margin-top: 7%;
    padding-right: 0;
  }
}
#products-lineup .link a {
  color: #be4e8e;
  font-size: 1.3rem;
  transition: color 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  #products-lineup .link a {
    font-size: 3.2vw;
  }
}
#products-lineup .link a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: background 0.3s;
  background: transparent;
}
#products-lineup .link a:hover {
  color: rgba(190, 78, 142, 0.7);
}
#products-lineup .link a:hover::after {
  background: rgba(190, 78, 142, 0.7);
}

.fadeup {
  transform: translateY(40px);
}
.fadeup.js-animeOn.delay {
  transition-delay: 0.6s;
}

#products-bnr {
  padding-top: 140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #products-bnr {
    padding-top: 36%;
  }
}
#products-bnr .wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 42px 0 57px;
}
@media screen and (max-width: 768px) {
  #products-bnr .wrap {
    padding: 6% 0 8%;
  }
}
#products-bnr .box {
  max-width: 800px;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  #products-bnr .box {
    display: block;
    margin-top: 3.5%;
  }
}
#products-bnr .txt {
  width: 126px;
  color: #fff;
  font-size: 2rem;
  line-height: 126px;
  text-align: center;
  background: #c8c9ca;
}
@media screen and (max-width: 768px) {
  #products-bnr .txt {
    width: 100%;
    color: initial;
    font-size: 4.2vw;
    line-height: 1;
    background: none;
  }
}
#products-bnr .list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #products-bnr .list {
    width: 93%;
    margin: 6% auto 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #products-bnr .list li {
    margin-top: 5%;
    font-size: initial;
    line-height: 1;
  }
}
#products-bnr .list li a {
  position: relative;
  transition: color 0.3s;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #products-bnr .list li a {
    font-size: 3vw;
    line-height: 1.6;
    text-decoration: underline;
  }
}
#products-bnr .list li a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: background 0.3s;
  background: #000;
}
@media screen and (max-width: 768px) {
  #products-bnr .list li a::after {
    content: none;
  }
}
#products-bnr .list li a:hover {
  color: #7e7b7a;
}
#products-bnr .list li a:hover::after {
  background: transparent;
}
#products-bnr .btn {
  width: 280px;
  height: 56px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #products-bnr .btn {
    width: 79.1666666667vw;
    height: 11.71875vw;
    margin-top: 9%;
  }
}
#products-bnr .btn a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #c8c9ca;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #products-bnr .btn a {
    font-size: 3.3854166667vw;
  }
}
#products-bnr .btn a:hover {
  background: rgba(200, 201, 202, 0.2);
}

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