.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;
}

.eto img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .eto .for-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .eto .for-pc {
    display: none;
  }
}

.eto-headline {
  position: relative;
  background: #E6DFDF;
  margin-bottom: 90px;
  aspect-ratio: 1600/550;
}

@media screen and (max-width: 768px) {
  .eto-headline {
    margin-bottom: 20px;
    aspect-ratio: 1/1;
  }
}

.eto-headline__ttl {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadein 2s forwards;
  animation: fadein 2s forwards;
}

.eto-headline__ttl img {
  width: 100%;
}

.eto-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;
}

.eto-headline__img img {
  width: 100%;
}

.eto-headline__img--01 {
  top: 13.727273%;
  left: 0%;
  width: 32.5%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media screen and (max-width: 768px) {
  .eto-headline__img--01 {
    top: 62%;
    bottom: 3.266667%;
    left: 0%;
    width: 72.133333%;
  }
}

.eto-headline__img--02 {
  top: 26.818182%;
  right: 0%;
  width: 33.62%;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

@media screen and (max-width: 768px) {
  .eto-headline__img--02 {
    top: 3.866667%;
    right: 0%;
    width: 86.533333%;
  }
}

.eto-headline__img--03 {
  top: 3.454545%;
  right: 14.9375%;
  width: 15.5%;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

@media screen and (max-width: 768px) {
  .eto-headline__img--03 {
    top: 15%;
    bottom: 55.6%;
    left: 5%;
    width: 24.666667%;
  }
}

.eto-headline__img--04 {
  top: 56.545455%;
  left: 25%;
  width: 9.125%;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

@media screen and (max-width: 768px) {
  .eto-headline__img--04 {
    top: 74.466667%;
    left: 59.266667%;
    width: 16.266667%;
  }
}

.eto-headline__img--05 {
  top: 54.090909%;
  right: 24.25%;
  width: 7.6875%;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

@media screen and (max-width: 768px) {
  .eto-headline__img--05 {
    top: 5%;
    bottom: 0;
    left: 35%;
    width: 11.6%;
  }

  .eto-headline__img--06 {
    top: 63%;
    bottom: 0;
    right: 2.533333%;
    width: 22.6%;
    animation-delay: 1.9s;
  }
}

@-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);
  }
}

.eto-inner {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 10px;
}

.eto-inner p {
  line-height: 36px;
}

.bg02 .eto-inner {
  padding-bottom: 80px;
}

.eto-lead {
  margin-bottom: 100px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .eto-lead {
    margin-bottom: 50px;
    font-size: 13px;
  }

  .eto-inner p {
    line-height: 2;
  }
}

.eto-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: #976B6B;
  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) {
  .eto-lead__btn {
    height: 40px;
    max-width: 250px;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 13px;
  }
}

.eto-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) {
  .eto-lead__btn:before {
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.eto-lead__btn:hover {
  opacity: 0.7;
  color: #FFF !important;
}

.eto-section {
  width: 100%;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .eto-section {
    padding-block: 40px;
  }
}

.eto-section.bg01 {
  background: #EEE8E8;
  padding-bottom: 45px !important;
}

.eto-section.bg02 {
  background: #EEECE8;
  margin-top: 160px;
}

.eto-section:last-child {
  padding-bottom: 0;
}

.eto-ttl {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #976B6B;
  line-height: 0.1;
}

.bg02 .eto-ttl {
  color: #61522F;
}

.bg_celem .eto-ttl {
  color: #5B4949;
}

@media screen and (max-width: 768px) {
  .eto-ttl {
    margin-bottom: 25px;
    font-size: 12px;
  }
}

.eto-ttl img {
  height: 79px;
}

@media screen and (max-width: 768px) {
  .eto-ttl img {
    height: 51px;
  }

  .eto-ttl img.for-sp {
    height: 101px;
  }
}

.eto-text {
  margin-bottom: 70px;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .eto-text {
    margin-bottom: 50px;
    font-size: 12px;
  }
}

.eto .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) {
  .eto .swiper-pagination {
    margin-top: 25px;
    border-radius: 5px;
    width: calc(100% - 10px);
  }
}

.eto .swiper-pagination-bullet {
  margin: 0 !important;
  height: 6px;
  width: 100%;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .eto .swiper-pagination-bullet {
    height: 5px;
  }
}

.eto .swiper-pagination-bullet-active {
  background: #E2B9A8;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .eto .swiper-pagination-bullet-active {
    border-radius: 5px;
  }
}

.eto-pocket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .eto-pocket {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
}

.eto-pocket__item {
  width: calc((100% - 90px) / 4);
}

@media screen and (max-width: 768px) {
  .eto-pocket__item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 40px;
  }
}

.eto-pocket__item span {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .eto-pocket__item span {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.2;
    text-align: center;
  }
}

.eto-pocket__img {
  position: relative;
}

.eto-pocket__trigger {
  background: transparent;
  position: absolute;
  height: 79px;
  width: 79px;
  border: none;
  color: #FFF;
  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;
  top: -13%;
  left: -3%;
}

@media screen and (max-width: 768px) {
  .eto-pocket__trigger {
    font-size: min(13px, 3vw);
    height: 35%;
    width: 35%;
    top: -20%;
  }
}

.eto-pocket__trigger:hover {
  opacity: 0.7;
}

.eto-pocket__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.eto-pocket__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.eto-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) {
  .eto-pocket__contents {
    margin-top: 15px;
    width: calc(100% - 60px);
  }
}

.eto-pocket__target {
  background: #FFF;
  padding: 50px;
  border-radius: 4px;
  max-height: 90vh;
  overflow: auto;
  display: none;
}

@media screen and (max-width: 768px) {
  .eto-pocket__target {
    padding: 30px 25px;
    max-height: 80vh;
  }
}

.eto-pocket__target span {
  display: block;
  margin-top: 25px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .eto-pocket__target span {
    font-size: 13px;
    margin-top: 10px;
  }
}

.eto-pocket__target-item {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .eto-pocket__target-item {
    margin-bottom: 30px;
  }
}

.eto-pocket__target-item:last-child {
  margin-bottom: 0;
}

.eto-pocket__target img {
  width: 100%;
}

.eto-pocket__close {
  position: absolute;
  width: 27px;
  height: 27px;
  top: -30px;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.eto-pocket__close:before,
.eto-pocket__close:after {
  position: absolute;
  display: block;
  content: "";
  background: #FFF;
  height: 100%;
  width: 3px;
  top: 50%;
  left: 50%;
}

.eto-pocket__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.eto-pocket__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .eto-functions {
    margin-right: -10px;
  }
}

.eto-functions__item {
  width: 300px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .eto-functions__item {
    width: 65.8666666667vw;
    margin-right: 4vw;
  }
}

.eto-functions__text {
  display: block;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .eto-functions__text {
    margin-top: 5px;
  }
}

.eto-functions__text dt {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .eto-functions__text dt {
    font-size: 14px;
  }
}

.eto-functions__text dd {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .eto-functions__text dd {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .eto-voice {
    margin-right: -10px;
  }
}

.eto-voice #revico-review-zone {
  width: 100%;
  margin: 0;
}

.eto-voice .revico-multicomment-inner {
  max-width: 100%;
}

.eto-voice .revico-comment-main {
  max-width: 100%;
  overflow: visible;
}

.eto-voice .revico-comment-outer-head .revico-title,
.eto-voice .revico-comment-outer-head .revico-back,
.eto-voice .revico-comment-outer-head .revico-next {
  display: none;
}

.eto-voice .revico-comment-outer-head .revico-logo {
  margin-bottom: 10px;
}

.eto-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) {
  .eto-voice .revico-review-comment-row-wrapper {
    width: 42.6666666667vw;
    margin-right: 4vw !important;
    padding: 0 0 15px !important;
  }
}

.eto-voice .revico-review-comment-detail {
  padding: 0 !important;
}

.eto-voice .revico-review-comment-detail--product-name-image {
  aspect-ratio: 1/1;
}

.eto-voice .revico-review-comment-detail--product-name-image img {
  max-width: 100% !important;
  height: 100% !important;
}

.eto-voice .revico-starability-result {
  background-image: url("/brand/eto/img/star.png") !important;
}

.eto-voice .revico-review-comment-detail--product-name p {
  text-align: left;
  font-size: 15px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .eto-voice .revico-review-comment-detail--product-name p {
    height: 54px;
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}

.eto-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) {
  .eto-voice .revico-review-comment-detail--product-name span {
    font-size: 13px !important;
  }
}

.eto-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);
}

.eto-voice .revico-review-comment-detail--product-name span img {
  display: none;
}

.eto-voice .revico-review-comment-detail--comment--content {
  height: 75px;
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .eto-voice .revico-review-comment-detail--comment--content {
    height: 87px;
    max-height: none;
    -webkit-line-clamp: 4;
    font-size: 12px;
  }
}

.eto-lineup__item {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .eto-lineup__item {
    margin-bottom: 50px;
  }
}

.eto-lineup__item:last-child {
  margin-bottom: 0;
}

.eto-lineup__ttl {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .eto-lineup__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.eto-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) {
  .eto-lineup__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 55px 10px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .eto-lineup__list:before {
    position: absolute;
    display: block;
    content: "";
    height: 75%;
    width: 100vw;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
    background: #EEE8E8;
  }

  .bg_celem .eto-lineup__list:before {
    background: #EEECE8;
  }
}

.eto-lineup__list li {
  position: relative;
  z-index: 1;
  width: 24.6666666667%;
}

@media screen and (max-width: 768px) {
  .eto-lineup__list li {
    padding-bottom: 25px;
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .eto-lineup__list li:before {
    position: absolute;
    display: block;
    content: "";
    height: 70%;
    width: calc(100% + 20px);
    bottom: 0;
    left: -10px;
    background: #EEE8E8;
    z-index: -1;
  }

  .bg_celem .eto-lineup__list li:before {
    background: #EEECE8;
  }
}

@media screen and (max-width: 768px) {
  .eto-lineup__list li:nth-child(odd):last-child:before {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
}

.eto-lineup__list li p {
  margin-top: 20px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .eto-lineup__list li p {
    margin-top: 10px;
    font-size: 13px;
  }
}

.eto-lineup__img {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .eto-lineup__img {
    margin-bottom: 15px;
  }
}

.eto-lineup__name {
  font-weight: 700;
  text-align: left;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .eto-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;
  }
}


/* MOVIE BUTTON */
.btn_movie {
  text-align: center;
  margin-top: 40px;
}

.button_m {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  height: 43px;
  padding-inline: 30px;
  margin-inline: auto;
  width: 100%;
  background: #6D6D6D;
  color: #FFF;
  border-radius: 100px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  transition: opacity 0.3s;
  text-decoration: none;
  position: relative;
  padding-right: 60px;
}

.button_m:hover {
  opacity: 0.8;
}

.button_m::after {
  content: '';
  display: block;
  background-image: url('btn_play.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.in_text {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 60px;
}

/* spec */
.eto-spec {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}

.eto-spec__row {
  width: 80%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.eto-spec__label {
  width: 75px;
  font-weight: 500;
  margin-right: 0px;
  font-size: 15px;
}

.eto-spec__value {
  display: flex;
  align-items: center;
}

.color-swatch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
}

.swatch--black {
  background-color: #000000;
}

.swatch--gray {
  background-color: #AEA799;
}

.swatch--khaki {
  background-color: #756644;
}

.swatch--pink {
  background-color: #A27B7B;
}





@media screen and (max-width: 768px) {
  .eto-spec {
    font-size: 13px;
    margin-top: 10px;
  }

  .eto-spec__row {
    margin-bottom: 4px;
    margin-left: 12px;
  }

  .eto-spec__label {
    width: 70px;
    font-size: 12px;
  }

  .color-swatch {
    width: 13px;
    height: 13px;
  }

  .btn_movie {
    margin-top: -10px;
    margin-bottom: 0px;
  }

  .button_m {
    height: 35px;
    max-width: 207px;
    font-size: 13px;
    border-radius: 50px;
    padding-right: 45px;
  }

  .button_m::after {
    right: 8px;
  }

  .in_text {
    font-size: 13px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 35px;
  }

  .eto-section.bg01 {
    background: #EEE8E8;
    padding-bottom: 45px !important;
  }

  .eto-section.bg02 {
    background: #EEECE8;
    margin-top: 20px;
  }

  .bg02 .eto-inner {
    padding-bottom: 0px;
  }
}

/* visumo */
.hacobune-dialog-video-setting-icon,
.hacobune-vjs-mute-control {
  display: none !important;
}

.hacobune-univideo {
  width: 50%;
  margin: auto;
}

.hacobune-unit-video-outline {
  display: none !important;
}

.hacobune-app-container {
  padding: 0px !important;
}

@media screen and (max-width: 768px) {

  .hacobune-dialog-video-setting-icon,
  .hacobune-vjs-mute-control {
    display: none !important;
  }

  .hacobune-univideo {
    width: 75%;
    margin: auto;
  }

  .hacobune-unit-video-outline {
    display: none !important;
  }

  .hacobune-app-container {
    padding: 0px !important;
  }

  .hacobune-video-js :after,
  .hacobune-video-js :before {
    padding-top: 2px;
  }
}