.pane-left-menu {
  display: none;
}

.pane-contents .container {
  width: 100%;
}

[data-browse-mode=P] .block-category-list--goods {
  width: 1180px;
  margin: 60px auto 0;
}

[data-browse-mode=S] .block-category-list--goods {
  margin-top: 30px;
}
[data-browse-mode=S] .block-page-top {
  z-index: 10;
}
.freya2 img {
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .freya2 .for-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .freya2 .for-pc {
    display: none;
  }
}
.freya2-headline {
  position: relative;
  background: #FCF9EF;
  margin-bottom: 90px;
  aspect-ratio: 1600/550;
}
@media screen and (max-width: 768px) {
  .freya2-headline {
    margin-bottom: 20px;
    aspect-ratio: 1/1;
  }
}
.freya2-headline__ttl {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadein 2s forwards;
          animation: fadein 2s forwards;
}
.freya2-headline__ttl img {
  width: 100%;
}
.freya2-headline__img {
  position: absolute;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadein 2s forwards;
          animation: fadein 2s forwards;
  opacity: 0;
}
.freya2-headline__img img {
  width: 100%;
}
.freya2-headline__img--01 {
  top: 6.7272727273%;
  left: 10.625%;
  width: 16.5%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  .freya2-headline__img--01 {
    top: auto;
    bottom: 8.2666666667%;
    left: 3.3333333333%;
    width: 26.1333333333%;
  }
}
.freya2-headline__img--02 {
  top: 11.8181818182%;
  right: 10.625%;
  width: 14.625%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@media screen and (max-width: 768px) {
  .freya2-headline__img--02 {
    top: 1.8666666667%;
    right: 2.8%;
    width: 26.5333333333%;
  }
}
.freya2-headline__img--03 {
  top: 65.4545454545%;
  left: 18.9375%;
  width: 16.5%;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@media screen and (max-width: 768px) {
  .freya2-headline__img--03 {
    top: auto;
    bottom: 5.6%;
    left: 26.6666666667%;
    width: 28.6666666667%;
  }
}
.freya2-headline__img--04 {
  top: 58.5454545455%;
  left: 46%;
  width: 15.125%;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
@media screen and (max-width: 768px) {
  .freya2-headline__img--04 {
    top: 3.4666666667%;
    left: 4.2666666667%;
    width: 24.2666666667%;
  }
}
.freya2-headline__img--05 {
  top: 63.0909090909%;
  right: 24.25%;
  width: 16.6875%;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
@media screen and (max-width: 768px) {
  .freya2-headline__img--05 {
    top: auto;
    bottom: 0;
    right: 4.5333333333%;
    width: 35.6%;
  }
}
@-webkit-keyframes fadein {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadein {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.freya2-inner {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 10px;
}
.freya2-lead {
  margin-bottom: 100px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .freya2-lead {
    margin-bottom: 50px;
    font-size: 13px;
  }
}
.freya2-lead__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 44px auto 0;
  background: #DDA590;
  border-radius: 100px;
  color: #FFF;
  font-size: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 58px;
  max-width: 438px;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .freya2-lead__btn {
    height: 40px;
    max-width: 250px;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 13px;
  }
}
.freya2-lead__btn:before {
  position: absolute;
  display: block;
  content: "";
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .freya2-lead__btn:before {
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}
.freya2-lead__btn:hover {
  opacity: 0.7;
  color: #FFF !important;
}
.freya2-section {
  width: 100%;
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .freya2-section {
    padding-block: 40px;
  }
}
.freya2-section:nth-of-type(odd) {
  background: #FAF1EE;
}
.freya2-section:last-child {
  padding-bottom: 0;
}
.freya2-ttl {
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .freya2-ttl {
    margin-bottom: 25px;
    font-size: 12px;
  }
}
.freya2-ttl img {
  height: 62px;
}
@media screen and (max-width: 768px) {
  .freya2-ttl img {
    height: 35px;
  }
}
.freya2-text {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .freya2-text {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.freya2 .swiper-pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  background: #EDEDED;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .freya2 .swiper-pagination {
    margin-top: 25px;
    border-radius: 5px;
    width: calc(100% - 10px);
  }
}
.freya2 .swiper-pagination-bullet {
  margin: 0 !important;
  height: 6px;
  width: 100%;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .freya2 .swiper-pagination-bullet {
    height: 5px;
  }
}
.freya2 .swiper-pagination-bullet-active {
  background: #E2B9A8;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .freya2 .swiper-pagination-bullet-active {
    border-radius: 5px;
  }
}
.freya2-pocket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .freya2-pocket {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 10px;
  }
}
.freya2-pocket__item {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  .freya2-pocket__item {
    width: calc((100% - 10px) / 2);
  }
}
.freya2-pocket__item span {
  display: block;
  margin-top: 25px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .freya2-pocket__item span {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.2;
  }
}
.freya2-pocket__img {
  position: relative;
}
.freya2-pocket__trigger {
  position: absolute;
  height: 28px;
  width: 28px;
  border: none;
  background: #DDA590;
  color: #FFF;
  border-radius: 50%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .freya2-pocket__trigger {
    font-size: min(13px, 3vw);
    height: 10%;
    width: 10%;
  }
}
.freya2-pocket__trigger--01 {
  top: 34%;
  right: 22%;
}
.freya2-pocket__trigger--02 {
  top: 49.5%;
  left: 37%;
}
.freya2-pocket__trigger--03 {
  bottom: 35.5%;
  right: 33%;
}
.freya2-pocket__trigger--04 {
  top: 32%;
  left: 22%;
}
.freya2-pocket__trigger--05 {
  bottom: 31%;
  left: 30.5%;
}
.freya2-pocket__trigger--06 {
  top: 21.5%;
  left: 31%;
}
.freya2-pocket__trigger--07 {
  bottom: 33%;
  left: 25%;
}
.freya2-pocket__trigger--08 {
  top: 51%;
  right: 5%;
}
.freya2-pocket__trigger--09 {
  bottom: 44.5%;
  left: 27%;
}
.freya2-pocket__trigger--010 {
  top: 26%;
  right: 36%;
}
.freya2-pocket__trigger:hover {
  opacity: 0.7;
}
.freya2-pocket__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.freya2-pocket__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.freya2-pocket__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .freya2-pocket__contents {
    margin-top: 15px;
    width: calc(100% - 60px);
  }
}
.freya2-pocket__target {
  background: #FFF;
  padding: 50px;
  border-radius: 4px;
  max-height: 90vh;
  overflow: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .freya2-pocket__target {
    padding: 30px 25px;
    max-height: 80vh;
  }
}
.freya2-pocket__target span {
  display: block;
  margin-top: 25px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .freya2-pocket__target span {
    font-size: 13px;
    margin-top: 10px;
  }
}
.freya2-pocket__target-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .freya2-pocket__target-item {
    margin-bottom: 30px;
  }
}
.freya2-pocket__target-item:last-child {
  margin-bottom: 0;
}
.freya2-pocket__target img {
  width: 100%;
}
.freya2-pocket__close {
  position: absolute;
  width: 27px;
  height: 27px;
  top: -30px;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.freya2-pocket__close:before, .freya2-pocket__close:after {
  position: absolute;
  display: block;
  content: "";
  background: #FFF;
  height: 100%;
  width: 3px;
  top: 50%;
  left: 50%;
}
.freya2-pocket__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.freya2-pocket__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .freya2-functions {
    margin-right: -10px;
  }
}
.freya2-functions__item {
  width: 300px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .freya2-functions__item {
    width: 65.8666666667vw;
    margin-right: 4vw;
  }
}
.freya2-functions__text {
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .freya2-functions__text {
    margin-top: 5px;
  }
}
.freya2-functions__text dt {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .freya2-functions__text dt {
    font-size: 14px;
  }
}
.freya2-functions__text dd {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .freya2-functions__text dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .freya2-voice {
    margin-right: -10px;
  }
}
.freya2-voice #revico-review-zone {
  width: 100%;
  margin: 0;
}
.freya2-voice .revico-multicomment-inner {
  max-width: 100%;
}
.freya2-voice .revico-comment-main {
  max-width: 100%;
  overflow: visible;
}
.freya2-voice .revico-comment-outer-head .revico-title,
.freya2-voice .revico-comment-outer-head .revico-back,
.freya2-voice .revico-comment-outer-head .revico-next {
  display: none;
}
.freya2-voice .revico-comment-outer-head .revico-logo {
  margin-bottom: 10px;
}
.freya2-voice .revico-review-comment-row-wrapper {
  width: 260px;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: 0 30px 0 0 !important;
  padding: 0 0 30px !important;
  background: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (max-width: 768px) {
  .freya2-voice .revico-review-comment-row-wrapper {
    width: 42.6666666667vw;
    margin-right: 4vw !important;
    padding: 0 0 15px !important;
  }
}
.freya2-voice .revico-review-comment-detail {
  padding: 0 !important;
}
.freya2-voice .revico-review-comment-detail--product-name-image {
  aspect-ratio: 1/1;
}
.freya2-voice .revico-review-comment-detail--product-name-image img {
  max-width: 100% !important;
  height: 100% !important;
}
.freya2-voice .revico-starability-result {
  background-image: url("/brand/freya2/img/star.png") !important;
}
.freya2-voice .revico-review-comment-detail--product-name p {
  text-align: left;
  font-size: 15px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .freya2-voice .revico-review-comment-detail--product-name p {
    height: 54px;
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}
.freya2-voice .revico-review-comment-detail--product-name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 15px !important;
  color: #DDA590 !important;
  bottom: -160px !important;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .freya2-voice .revico-review-comment-detail--product-name span {
    font-size: 13px !important;
  }
}
.freya2-voice .revico-review-comment-detail--product-name span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #DDA590;
  border-right: 2px solid #DDA590;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.freya2-voice .revico-review-comment-detail--product-name span img {
  display: none;
}
.freya2-voice .revico-review-comment-detail--comment--content {
  height: 75px;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .freya2-voice .revico-review-comment-detail--comment--content {
    height: 87px;
    max-height: none;
    -webkit-line-clamp: 4;
    font-size: 12px;
  }
}
.freya2-lineup__item {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .freya2-lineup__item {
    margin-bottom: 50px;
  }
}
.freya2-lineup__item:last-child {
  margin-bottom: 0;
}
.freya2-lineup__ttl {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .freya2-lineup__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.freya2-lineup__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .freya2-lineup__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 55px 10px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .freya2-lineup__list:before {
    position: absolute;
    display: block;
    content: "";
    height: 75%;
    width: 100vw;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
    background: #F7F7F7;
  }
}
.freya2-lineup__list li {
  position: relative;
  z-index: 1;
  width: 21.6666666667%;
}
@media screen and (max-width: 768px) {
  .freya2-lineup__list li {
    padding-bottom: 25px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .freya2-lineup__list li:before {
    position: absolute;
    display: block;
    content: "";
    height: 70%;
    width: calc(100% + 20px);
    bottom: 0;
    left: -10px;
    background: #F7F7F7;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .freya2-lineup__list li:nth-child(odd):last-child:before {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}
.freya2-lineup__list li p {
  margin-top: 20px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .freya2-lineup__list li p {
    margin-top: 10px;
    font-size: 13px;
  }
}
.freya2-lineup__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .freya2-lineup__img {
    margin-bottom: 15px;
  }
}
.freya2-lineup__name {
  font-weight: 700;
  text-align: center;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .freya2-lineup__name {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */
.notice {
    max-width: 1220px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 10px;
    padding: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .notice {
    max-width: 1220px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 10px;
    padding: 20px 0 0 10px;
    font-size: 12px;
  }
}