.modal .modal-cnt .modal-cnt-inner .modal-point-list, .bag__cnt .cnt-cmn-item-list, .bag__main .main-pic-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal .modal-cnt .modal-cnt-inner .modal-point-list li .modal-point-headline-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
}

.contents-area {
  width: 100%;
  margin: auto;
}

.bag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #333;
  text-align: center;
  width: 1190px;
  margin: 0 auto;
}
.bag a {
  display: block;
}
.bag a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.2s;
}
.bag img {
  width: 100%;
  height: auto;
}
.bag .pc_no {
  display: none;
}
.bag__main {
  margin-bottom: 130px;
}
.bag__main .main-pic-wrap {
  height: 734px;
  position: relative;
  margin-bottom: 80px;
}
.bag__main .main-pic-wrap .main-ttl {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 66px;
  color: #fff;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.bag__main .main-pic-wrap .main-pic-l, .bag__main .main-pic-wrap .main-pic-r {
  position: relative;
}
.bag__main .main-txt {
  line-height: 32px;
}
.bag__cnt {
  position: relative;
  margin-bottom: 130px;
}
.bag__cnt .cnt-cmn-ttl {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.04em;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.bag__cnt .cnt-cmn-main-pic {
  width: 525px;
  margin: 0 auto 20px;
}
.bag__cnt .cnt-cmn-item-name {
  line-height: 24px;
  display: block;
}
.bag__cnt .cnt-cmn-item-price {
  line-height: 24px;
  margin-bottom: 30px;
  display: block;
}
.bag__cnt .cnt-cmn-main-txt {
  line-height: 30px;
  margin-bottom: 50px;
}
.bag__cnt .cnt-cmn-item-list {
  margin: 0 auto 70px;
}
.bag__cnt .cnt-cmn-item-list li {
  width: 290px;
}
.bag__cnt .cnt-cmn-btn {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bag__cnt .cnt-cmn-btn a {
  position: relative;
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 90px;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 3px solid #000;
  transition: 0.2s;
}
.bag__cnt .cnt-cmn-btn a::after {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  background: #000;
  position: absolute;
  top: calc(50% + 1px);
  right: 20px;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.bag__cnt .cnt-cmn-btn a.js-modal-open {
  background-color: rgba(137, 178, 189, 0.46);
}
.bag__cnt.layout-03 .cnt-cmn-item-list {
  width: 890px;
}
.bag .btn-shoplist {
  width: -moz-max-content;
  width: max-content;
  margin: 110px auto 0;
  position: relative;
  display: flex;
  align-items: center;
}
.bag .btn-shoplist a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 220px;
  font-size: 16px;
  line-height: 1;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  color: #000 !important;
  text-decoration: none;
  transition: 0.2s;
}
.bag .bag__sns {
  position: relative;
  margin-top: 85px;
}
.bag .bag__sns .hirofu-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bag .bag__sns .hirofu-sns__ttl {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 22px;
  margin-bottom: 40px;
}
.bag .bag__sns .hirofu-sns__wrap {
  position: relative;
  display: flex;
}
.bag .bag__sns .hirofu-sns__wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000 !important;
  transition: 0.2s;
}
.bag .bag__sns .hirofu-sns__wrap a + a {
  margin-left: 70px;
}
.bag .bag__sns .hirofu-sns__wrap a:hover {
  opacity: 0.7;
}
.bag .bag__sns .hirofu-sns__wrap a img {
  display: block;
  width: 36px;
  height: auto;
  margin-bottom: 20px;
}
.bag .bag__sns .hirofu-sns__wrap a span {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: bold;
}

/* modal layout */
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
.modal .modal-bg {
  background-color: rgba(242, 242, 242, 0.9);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 100001;
}
.modal .modal-cnt {
  width: 1190px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100002;
}
.modal .modal-cnt .modal-cnt-inner {
  width: 1000px;
  margin: auto;
  position: relative;
}
.modal .modal-cnt .modal-cnt-inner .modal-point-list li {
  width: 300px;
}
.modal .modal-cnt .modal-cnt-inner .modal-point-list li .modal-point-headline-wrap {
  margin-bottom: 22px;
  align-items: center;
}
.modal .modal-cnt .modal-cnt-inner .modal-point-list li .modal-point-headline-wrap .modal-point-no-wrap {
  font-family: "neue-haas-grotesk-display", sans-serif;
  text-align: center;
  width: 60px;
}
.modal .modal-cnt .modal-cnt-inner .modal-point-list li .modal-point-headline-wrap .modal-point-no-wrap .modal-point-no-point {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 16px;
}
.modal .modal-cnt .modal-cnt-inner .modal-point-list li .modal-point-headline-wrap .modal-point-no-wrap .modal-point-no {
  font-size: 50px;
  color: #89B2BD;
  letter-spacing: 0.03em;
  line-height: 40px;
}
.modal .modal-cnt .modal-cnt-inner .modal-point-list li .modal-point-headline-wrap .modal-point-headline {
  background-clip: padding-box;
  border-top: 2px solid rgba(137, 178, 189, 0.7);
  border-bottom: 2px solid rgba(137, 178, 189, 0.7);
  font-size: 18px;
  letter-spacing: 0.06em;
  width: 160px;
  line-height: 36px;
  margin-left: 20px;
}
.modal .modal-cnt .modal-cnt-inner .modal-point-list li .modal-point-pic {
  margin-bottom: 15px;
}
.modal .modal-cnt .modal-cnt-inner .modal-point-list li .modal-point-txt {
  letter-spacing: 0.01em;
  line-height: 26px;
  text-align: left;
}
.modal .modal-cnt .modal-btn-close {
  display: block;
  font-size: 26px;
  color: #333 !important;
  text-align: center;
  text-decoration: none;
  width: 35px;
  height: 24px;
  position: absolute;
  top: -20px;
  right: 35px;
  z-index: 105;
}

/* modal layout end */
.fadein-normal {
  transform: translateY(0);
  opacity: 0;
  transition: 1.5s;
}
.fadein-normal.is-active {
  transform: translateY(0);
  opacity: 1;
}
.fadein-order li {
  opacity: 0;
}
.fadein-order.is-active li:nth-child(1) {
  animation: inOrder 0.5s ease 0.6s 1 forwards;
}
.fadein-order.is-active li:nth-child(2) {
  animation: inOrder 0.5s ease 0.8s 1 forwards;
}
.fadein-order.is-active li:nth-child(3) {
  animation: inOrder 0.5s ease 1s 1 forwards;
}
.fadein-order.is-active li:nth-child(4) {
  animation: inOrder 0.5s ease 1.2s 1 forwards;
}
@keyframes inOrder {
  100% {
    opacity: 1;
  }
}
.slide-left {
  position: relative;
  display: block;
  overflow: hidden;
}
.slide-left::after {
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 1;
  transform: translate3d(0%, 0, 0);
}
.slide-left.is-active::after {
  animation: sideL 2s cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards;
}
.slide-right {
  position: relative;
  display: block;
  overflow: hidden;
}
.slide-right::after {
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 1;
  transform: translate3d(0%, 0, 0);
}
.slide-right.is-active::after {
  animation: sideR 2s cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards;
}

@keyframes sideL {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes sideR {
  0% {
    transform: translate(0);
  }
  50%, 60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.js-txt-anime-01 {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: all 0.8s ease;
}
.js-txt-anime-01.is-active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}/*# sourceMappingURL=style.css.map */