@charset "utf-8";

select {
  appearance: none;
}

/* トップページ */

.block-top-mv-list-item a,
.block-top-mv-list-item img {
  display: block;
  width: 100%;
  height: auto;
}

.block-top-mv-cntl {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  margin-top: 24px;
}

.block-top-mv-cntl .swiper-button-prev,
.block-top-mv-cntl .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 0;
}

.block-top-mv-cntl .swiper-button-next {
  margin-left: 20px;
}

.block-top-mv-cntl .swiper-pagination {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  margin-left: 38px;
}

@media all and (min-width: 768px) {
  .block-top-mv-list-item a {
    overflow: hidden;
  }

  .block-top-mv-list-item img {
    transition: transform 0.3s;
  }

  .block-top-mv-list-item a:hover img {
    transform: scale(1.04);
  }

  .block-top-mv-cntl {
    width: 1100px;
  }
}

@media all and (max-width: 767px) {
  .block-top-mv-cntl {
    margin-top: 16px;
  }

  .block-top-mv-cntl .swiper-pagination {
    margin-left: auto;
  }
}

/* 縦タイトル */


@media all and (min-width: 768px) {
  .block-top-vert-ttl-content h2 {
      position: static;
  }
  
  .block-top-vert-ttl-content-body {
    width: calc(100% - 100px) !important;
    padding-top: 40px;
  }
}


.block-top-campaign-l-bnr a,
.block-top-campaign-l-bnr img {
  display: block;
  width: 100%;
  height: auto;
}

.block-top-campaign-member {
  position: relative;
}

.block-top-campaign-member {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-top-campaign-member-badge {
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
}

.block-top-campaign-member-ttl {
  color: var(--cl-gn);
  font-weight: 700;
}

.block-top-campaign-member-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cl-gn) !important;
}

@media all and (min-width: 768px) {
  .block-top-campaign {
    margin-top: 120px;
  }
  
  .block-top-campaign-item:not([class*="logined"]) {
	padding-left: 100px;
  }

  .block-top-campaign-l-bnr a {
    overflow: hidden;
  }

  .block-top-campaign-l-bnr img {
    transition: transform 0.3s;
  }

  .block-top-campaign-l-bnr a:hover img {
    transform: scale(1.04);
  }

  .block-top-campaign-member {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 170px;
    margin-top: 24px;
    padding-right: 60px;
    background-image: url(../../../images/renew_top/top/member_camp_bg.jpg);
  }

  .block-top-campaign-member-badge {
    left: 40px;
    width: 76px;
    height: 104px;
    background-image: url(../../../images/renew_top/top/member_camp_flag.png);
  }

  .block-top-campaign-member-ttl {
    margin-right: 43px;
    font-size: 2.2rem;
  }

  .block-top-campaign-member-btns {
    display: flex;
    align-items: center;
  }

  .block-top-campaign-member-btns li + li {
    margin-left: 24px;
  }

  .block-top-campaign-member-btns a {
    width: 300px;
    height: 50px;
  }
}

@media all and (max-width: 767px) {
  .block-top-campaign {
    margin-top: 80px;
  }

  .block-top-campaign-member {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 66.15vw;
    padding: 40px;
    margin-top: 16px;
    background-image: url(../../../images/renew_top/top/sp/member_camp_bg.jpg);
  }

  .block-top-campaign-member-badge {
    left: 0;
    width: 60px;
    height: 80px;
    background-image: url(../../../images/renew_top/top/sp/member_camp_flag.png);
  }

  .block-top-campaign-member-ttl {
    font-size: 1.8rem;
    line-height: 1.555;
    text-align: center;
  }

  .block-top-campaign-member-btns {
    margin-top: auto;
  }

  .block-top-campaign-member-btns li + li {
    margin-top: 10px;
  }

  .block-top-campaign-member-btns a {
    height: 50px;
  }
}

.block-top-goods_search-list > ul {
  display: flex;
  flex-wrap: wrap;
}

.block-top-goods_search-list > ul > li > a {
  display: flex;
  align-items: center;
}

.block-top-goods_search-list > ul > li > a > img {
  display: block;
  height: auto;
}

@media all and (min-width: 768px) {
  .block-top-goods_search {
    margin-top: 120px;
  }

  .block-top-goods_search-list > ul > li {
    width: calc((100% - 64px) / 3);
    padding: 16px 0;
    border-bottom: 1px solid var(--cl-gr-1);
  }

  .block-top-goods_search-list > ul > li:nth-child(-n + 3) {
    border-top: 1px solid var(--cl-gr-1);
  }

  .block-top-goods_search-list > ul > li:not(:nth-child(3n)) {
    margin-right: 32px;
  }

  .block-top-goods_search-list > ul > li > a > img {
    width: 100px;
  }

  .block-top-goods_search-list > ul > li > a > span {
    width: calc(100% - 100px);
    padding-left: 32px;
    font-size: 1.8rem;
  }
}

@media all and (max-width: 767px) {
  .block-top-goods_search {
    margin-top: 80px;
  }

  .block-top-goods_search-list > ul {
    justify-content: space-between;
  }

  .block-top-goods_search-list > ul > li {
    width: calc((100% - 20px) / 2);
    padding: 10px 0;
    border-bottom: 1px solid var(--cl-gr-1);
  }

  .block-top-goods_search-list > ul > li:nth-child(-n + 2) {
    border-top: 1px solid var(--cl-gr-1);
  }

  .block-top-goods_search-list > ul > li > a > img {
    width: 50px;
  }

  .block-top-goods_search-list > ul > li > a > span {
    width: calc(100% - 50px);
    padding-left: 10px;
    font-size: 1.3rem;
    line-height: 1.428;
  }
}

.block-top-bnr-list a,
.block-top-bnr-list img {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (min-width: 768px) {
  .block-top_bnr {
    margin-top: 120px;
  }

  .block-top-bnr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .block-top-bnr-list li {
    width: calc((100% - 40px) / 2);
  }

  .block-top-bnr-list li:not(:nth-child(-n + 2)) {
    margin-top: 40px;
  }

  .block-top-bnr-list a {
    overflow: hidden;
  }

  .block-top-bnr-list img {
    transition: transform 0.3s;
  }

  .block-top-bnr-list a:hover img {
    transform: scale(1.04);
  }
}

@media all and (max-width: 767px) {
  .block-top_bnr {
    position: relative;
    margin-top: 80px;
  }

  .block-top_bnr::before,
  .block-top_bnr::after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .block-top_bnr::before {
    top: -74px;
    left: -6px;
    width: 100px;
    height: 101px;
    background-image: url(../../../images/renew_top/top/sp/leaf_2.png);
  }

  .block-top_bnr::after {
    bottom: -43px;
    right: 8px;
    width: 78px;
    height: 69px;
    background-image: url(../../../images/renew_top/top/sp/leaf_3.png);
  }

  .block-top-bnr-list li + li {
    margin-top: 16px;
  }
}

.block-top-commitment {
  position: relative;
}

.block-top-commitment h2 {
  font-family: var(--ff-serif);
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.block-top-commitment-list {
  overflow: visible;
}

.block-top-commitment-list-items {
  display: flex;
}

.block-top-commitment-list-item .list-detail {
  background-color: #ffffff;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
}

.block-top-commitment-list-item .list-no {
  font-family: var(--ff-num);
  line-height: 1.2;
}

.block-top-commitment-list-item .list-ttl {
  font-family: var(--ff-serif);
  font-weight: 400;
  line-height: 1;
}

.block-top-commitment-list-item .list-ttl .cl-gn {
  color: var(--cl-gn);
  font-family: var(--ff-serif);
}

.block-top-commitment-list-item .list-comment p + p {
  margin-top: 2em;
}

.block-top-commitment-cntl {
  position: relative;
}

.block-top-commitment-cntl .swiper-pagination {
  display: flex;
  align-items: baseline;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-family: var(--ff-num);
}

.block-top-commitment-cntl .swiper-pagination .swiper-pagination-current {
  position: relative;
}

.block-top-commitment-cntl .swiper-pagination .swiper-pagination-current::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  height: 1px;
  background-color: var(--cl-bk);
}

.block-top-commitment-cntl .swiper-pagination .swiper-pagination-total {
  color: var(--cl-gr-txt);
}

@media all and (min-width: 768px) {
  .block-top-commitment {
    margin-top: 120px;
    padding-top: 80px;
    background-image: url(../../../images/renew_top/top/commitment_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 820px;
  }

  .block-top-commitment::before {
    content: "";
    display: block;
    position: absolute;
    top: -58px;
    left: 50%;
    width: 1920px;
    height: 499px;
    margin-left: -960px;
    background-image: url(../../../images/renew_top/top/leaf_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .block-top-commitment h2 {
    font-size: 2.8rem;
  }

  .block-top-commitment-content {
    position: relative;
    margin-top: 65px;
  }

  .block-top-commitment-list-item {
    position: relative;
  }

  .block-top-commitment-list-item .list-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
  }

  .block-top-commitment-list-item .list-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 900px;
  }

  .block-top-commitment-list-item .list-detail {
    width: 558px;
    padding: 83px 64px 60px;
  }

  .block-top-commitment-list-item .list-no {
    font-size: 2rem;
  }

  .block-top-commitment-list-item .list-ttl {
    margin-top: 40px;
    font-size: 3rem;
  }

  .block-top-commitment-list-item .list-comment {
    margin-top: 36px;
    font-size: 1.5rem;
    line-height: 1.866;
  }

  .block-top-commitment-list-item .block-arw-btn {
    margin-top: 34px;
  }

  .block-top-commitment-btns {
    position: absolute;
    top: 304px;
    left: 0;
    width: 100%;
    height: 40px;
  }

  .block-top-commitment-btns .swiper-button-prev-tc {
    top: 0;
    left: -18px;
    margin: 0;
  }

  .block-top-commitment-btns .swiper-button-next-tc {
    top: 0;
    right: -18px;
    margin: 0;
  }

  .block-top-commitment-cntl .swiper-pagination {
    margin-top: 40px;
    padding-left: 20px;
  }

  .block-top-commitment-cntl .swiper-pagination .swiper-pagination-current {
    margin-right: 112px;
    font-size: 2.4rem;
  }

  .block-top-commitment-cntl .swiper-pagination .swiper-pagination-current::after {
    right: -96px;
    width: 80px;
  }

  .block-top-commitment-cntl .swiper-pagination .swiper-pagination-total {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 767px) {
  .block-top-commitment {
    position: relative;
    margin-top: 80px;
    padding-top: 64px;
  }

  .block-top-commitment::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #f8f9fd;
  }

  .block-top-commitment h2 {
    position: relative;
    font-size: 2rem;
  }

  .block-top-commitment-content {
    margin: 34px -20px 0;
  }

  .block-top-commitment-list-item .list-img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .block-top-commitment-list-item .list-detail {
    margin-top: -80px;
    padding: 34px 24px 32px;
  }

  .block-top-commitment-list-item .list-ttl {
    margin-top: 32px;
    font-size: 2rem;
  }

  .block-top-commitment-list-item .list-comment {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.833;
    letter-spacing: 0.04em;
  }

  .block-top-commitment-list-item .block-arw-btn {
    margin-top: 22px;
  }

  .block-top-commitment-btns .swiper-button-prev-tc {
    top: 310px;
    left: 10px;
    margin: 0;
  }

  .block-top-commitment-btns .swiper-button-next-tc {
    top: 310px;
    right: 10px;
    margin: 0;
  }

  .block-top-commitment-cntl .swiper-pagination {
    justify-content: center;
    margin-top: 40px;
  }

  .block-top-commitment-cntl .swiper-pagination .swiper-pagination-current {
    margin-right: 92px;
    font-size: 1.8rem;
  }

  .block-top-commitment-cntl .swiper-pagination .swiper-pagination-current::after {
    right: -76px;
    width: 60px;
  }

  .block-top-commitment-cntl .swiper-pagination .swiper-pagination-total {
    font-size: 1.4rem;
  }
}

.block-top-voice {
  background-color: #eaf3ea;
}

@media all and (min-width: 768px) {
  .block-top-popular {
    margin-top: 120px;
  }

  .block-top-voice {
    margin-top: 120px;
    padding: 80px 0;
  }
}

@media all and (max-width: 767px) {
  .block-top-popular {
    margin-top: 80px;
  }

  .block-top-voice {
    margin-top: 80px;
    padding: 50px 0;
  }
}

.block-top-vert-ttl-content .block-goods-list,
.block-top-voice-list {
  padding: 20px 0 40px;
}

.block-goods-list-items,
.block-top-voice-items {
  display: flex;
}

.block-goods-list-item,
.block-top-voice-item {
  position: relative;
  width: 294px;
  height: 100%;
  padding-left: 24px;
}

.block-goods-list-item:last-child,
.block-top-voice-item:last-child {
  margin-right: 24px;
}

.block-goods-list-container,
.block-top-voice-item .list-content {
  display: block;
  width: 100%;
  background-color: #ffffff;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
}

.block-top-voice-item .list-content {
  height: 100%;
  padding: 20px 16px 24px;
}

.block-goods-list-detail {
  display: block;
  position: relative;
}

.block-goods-list-detail:hover {
  color: var(--cl-bk);
}

.block-goods-list-icon-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.block-goods-list-icon-1 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 21px;
  padding-left: 2px;
  background-color: var(--cl-rd);
  color: #ffffff;
  font-size: 1.1rem;
  font-family: var(--ff-num);
}

.block-goods-list-category {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 20px;
}

.block-goods-list-category span {
  display: flex;
  align-items: flex-end;
  font-size: 1.4rem;
  font-family: var(--ff-serif);
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.block-goods-list-img {
  padding: 20px 45px 0 35px;
}

.block-goods-list-icon-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 11px 0 0;
  padding: 0 11px 0 16px;
}

.block-goods-list-icon-2 li {
  margin: 5px 5px 0 0;
}

.block-goods-list-icon-2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 2px 6px;
  border: 1px solid #6c7a56;
  background-color: #ffffff;
  color: var(--cl-gn);
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
}

.block-goods-list-name {
  margin-top: 10px;
  padding: 0 16px;
  font-size: 1.8rem;
  line-height: 1.444;
}

.block-goods-list-contents {
  margin-top: 5px;
  padding: 0 16px;
  color: var(--cl-gr-txt);
  font-size: 1.1rem;
  font-family: var(--ff-num);
}

.block-goods-list-comment {
  margin-top: 16px;
  padding: 0 16px;
  font-size: 1.3rem;
  line-height: 1.538;
}

.block-goods-list-annotation {
  margin-top: 8px;
  padding: 0 16px;
  font-size: 1.2rem;
  text-align: right;
}

.block-goods-list-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 0 16px;
  font-size: 1.1rem;
  color: var(--cl-gr-txt);
  letter-spacing: 0;
}

.block-goods-list-tag li:not(:last-child) {
  position: relative;
  margin-right: 17px;
}

.block-goods-list-tag li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -8px;
  width: 1px;
  height: 11px;
  margin-top: -5px;
  background-color: var(--cl-gr-1);
}

.block-goods-list-cart {
  margin-top: 21px;
  padding: 15px 16px 16px;
  border-top: 1px solid var(--cl-gr-1);
}

.block-goods-list-normal-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-goods-list-normal-price dt {
  font-size: 1.4rem;
  font-weight: 700;
}

.block-goods-list-normal-price dd {
  font-size: 2.4rem;
  font-family: var(--ff-num);
  font-weight: 400;
  letter-spacing: 0;
}

.block-goods-list-normal-price dd .tax {
  margin-left: -5px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.block-goods-list-member-price {
  margin-top: -3px;
  color: var(--cl-rd);
}

.block-goods-list-member-price dt {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.block-goods-list-member-price dd {
  font-size: 1.4rem;
  font-family: var(--ff-num);
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.04em;
}

.block-goods-list-member-price dd .tax {
  margin-left: -5px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.block-goods-list-cart-regular {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--cl-gr-1);
}

.block-goods-list-value-price {
  color: var(--cl-rd);
}

.block-goods-list-value-price dt {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.block-goods-list-value-price dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 2.4rem;
  font-family: var(--ff-num);
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.04em;
}

.block-goods-list-value-price dd .first {
  display: inline-block;
  position: relative;
  height: 20px;
  margin-right: 10px;
  padding: 0 5px;
  background-color: var(--cl-rd);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
}

.block-goods-list-value-price dd .tax {
  margin-left: -5px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.block-goods-list-value-price dd .message {
  margin-top: -3px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}

.block-goods-list-value-second-price {
  font-size: 1.4rem;
  font-family: var(num);
  text-align: right;
  letter-spacing: 0.04em;
}

.block-goods-list-value-second-price .tax {
  margin-left: -2px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.block-goods-list-cart-btn {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.block-goods-list-cart-btn .num {
  width: 50px;
}

.block-goods-list-cart-btn .num select {
  width: 100%;
  height: 40px;
  padding: 0 17px 0 0;
  border: 1px solid var(--cl-gr-1);
  border-radius: 0;
  background-image: url(../../../images/renew_top/common/arw_select.png);
  background-position: center right 9px;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  font-size: 1.4rem;
  font-family: var(--ff-num);
  font-weight: 300;
  text-align: center;
}

.block-goods-list-cart-btn .btn {
  width: calc(100% - 60px);
  margin-left: auto;
}

.block-goods-list-cart-btn .btn button,
.block-goods-list-cart-detail-btn {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
}

.block-goods-list-cart-normal .block-goods-list-cart-btn .btn button,
.block-goods-list-cart-detail-btn {
  background-color: #fff2f3;
}

.block-goods-list-cart-regular .block-goods-list-cart-btn .btn button {
  background-color: var(--cl-rd);
}

.block-goods-list-cart-btn .btn button > span,
.block-goods-list-cart-detail-btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-goods-list-cart-normal .block-goods-list-cart-btn .btn button > span,
.block-goods-list-cart-detail-btn > span {
  border: 1px solid var(--cl-rd);
  color: var(--cl-rd);
}

.block-goods-list-cart-regular .block-goods-list-cart-btn .btn button > span {
  border: 1px solid var(--cl-rd);
  color: #ffffff;
}

@media all and (min-width: 768px) {
  .block-goods-list-container .block-goods-list-img {
    overflow: hidden;
  }

  .block-goods-list-container img {
    transition: transform 0.3s;
  }

  .block-goods-list-container a:hover img {
    transform: scale(1.04);
  }

  .block-goods-list-cart-btn .btn button::before,
  .block-goods-list-cart-detail-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.7);
    opacity: 0;
    transition: transform 0.3s, opacity 0.2s;
  }

  .block-goods-list-cart-normal .block-goods-list-cart-btn .btn button::before,
  .block-goods-list-cart-detail-btn::before {
    background-color: #fde8e9;
  }

  .block-goods-list-cart-regular .block-goods-list-cart-btn .btn button::before {
    background-color: #d12726;
  }

  .block-goods-list-cart-btn .btn button:hover::before,
  .block-goods-list-cart-detail-btn:hover::before {
    transform: scale(1);
    opacity: 1;
  }
}

.block-top-popular-annotation {
  margin-top: 24px;
  color: var(--cl-gr-txt);
  font-size: 1.2rem;
  text-align: right;
}

.block-top-voice-item .list-img {
  width: 190px;
  margin: 0 auto;
}

.block-top-voice-item .list-img img {
  display: block;
  width: 100%;
  height: auto;
}

.block-top-voice-item .list-ttl {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 1.444;
}

.block-top-voice-item .list-age {
  margin-top: 2px;
  color: var(--cl-gr-txt);
  font-size: 1.1rem;
  font-family: var(--ff-num);
}

.block-top-voice-item .list-ttl {
  margin-top: 14px;
  font-size: 1.3rem;
}

.block-top-voice-item .list-comment {
  margin-top: 8px;
  color: var(--cl-gr-txt);
  font-size: 1.2rem;
}

@media all and (min-width: 768px) {
  .block-top-popular .block-top-vert-ttl-content-body,
  .block-top-voice .block-top-vert-ttl-content-body {
    padding-top: 16px;
  }

  .block-top-popular-list,
  .block-top-voice-list-wrapper {
    position: relative;
    margin: 0 -10px 0 -8px;
  }

  .block-gl-ctrl .swiper-button-prev,
  .block-tv-ctrl .swiper-button-prev {
    left: -12px;
  }

  .block-gl-ctrl .swiper-button-next,
  .block-tv-ctrl .swiper-button-next {
    right: -10px;
  }

  .block-gl-ctrl .swiper-scrollbar.swiper-scrollbar-horizontal,
  .block-tv-ctrl .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 800px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .block-goods-list,
  .block-top-voice-list {
    padding-bottom: 32px;
  }

  .block-top-popular .block-top-vert-ttl-content-body,
  .block-top-voice .block-top-vert-ttl-content-body {
    margin: 12px -20px 0;
  }

/*  .block-gl-ctrl .swiper-button-next,*/
/*  .block-gl-ctrl .swiper-button-prev,*/
/*  .block-tv-ctrl .swiper-button-next,*/
/*  .block-tv-ctrl .swiper-button-prev {*/
/*    display: none;*/
/*  }*/


  .block-gl-ctrl .swiper-button-prev,
  .block-tv-ctrl .swiper-button-prev {
    left: -15px;
  }

  .block-gl-ctrl .swiper-button-next,
  .block-tv-ctrl .swiper-button-next {
    right: -13px;
  }


  .block-gl-ctrl .swiper-scrollbar.swiper-scrollbar-horizontal,
  .block-tv-ctrl .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 240px;
    margin: 0 auto;
  }

  .block-top-popular-annotation,
  .block-top-popular .block-arw-btn {
    padding: 0 20px;
  }
}

.block-top-column-list-item {
  border-bottom: 1px solid var(--cl-gr-1);
}

.block-top-column-list-item a {
  display: flex;
}

.block-top-column-list-item .list-img img {
  display: block;
  width: 100%;
  height: auto;
}

.block-top-column-list-item .list-tag {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 0 0;
}

.block-top-column-list-item .list-tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19px;
  margin: 5px 5px 0 0;
  padding: 0 6px;
  background-color: #eef1ef;
  color: var(--cl-gr-txt);
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

@media all and (min-width: 768px) {
  .block-top-column {
    margin-top: 120px;
  }

  .block-top-column-list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .block-top-column-list-item {
    width: calc((100% - 40px) / 2);
    padding-bottom: 32px;
  }

  .block-top-column-list-item:not(:nth-child(-n + 2)) {
    margin-top: 32px;
  }

  .block-top-column-list-item .list-img {
    width: 200px;
  }

  .block-top-column-list-item .list-detail {
    width: calc(100% - 200px);
    padding-left: 40px;
  }

  .block-top-column-list-item .list-ttl {
    font-size: 1.6rem;
  }

  .block-top-column-list-item .list-tag + .list-ttl {
    margin-top: 22px;
  }
}

@media all and (max-width: 767px) {
  .block-top-column {
    margin-top: 80px;
  }

  .block-top-column-list-item {
    padding-bottom: 16px;
  }

  .block-top-column-list-item:not(:first-child) {
    margin-top: 16px;
  }

  .block-top-column-list-item .list-img {
    width: 100px;
  }

  .block-top-column-list-item .list-detail {
    width: calc(100% - 100px);
    padding-left: 16px;
  }

  .block-top-column-list-item .list-ttl {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

.block-top-instructions .block-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.block-top-instructions h2 {
  font-family: var(--ff-serif);
  font-weight: 400;
}

@media all and (min-width: 768px) {
  .block-top-instructions {
    margin-top: 120px;
    background-image: url(../../../images/renew_top/top/instructions_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .block-top-instructions .block-container {
    height: 400px;
  }

  .block-top-instructions h2 {
    font-size: 2.8rem;
  }

  .block-top-instructions-comment {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.666;
  }
}

@media all and (max-width: 767px) {
  .block-top-instructions {
    margin-top: 80px;
    background-image: url(../../../images/renew_top/top/sp/instructions_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .block-top-instructions .block-container {
    height: 67.94vw;
  }

  .block-top-instructions-content {
    width: 250px;
  }

  .block-top-instructions h2 {
    font-size: 2rem;
    line-height: 1.6;
  }

  .block-top-instructions-comment {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.571;
  }

  .block-top-instructions-content .block-arw-btn {
    margin-top: 12px;
  }
}

.block-top-topicslist-item {
  border-bottom: 1px solid var(--cl-gr-1);
}

.block-top-topicslist-item a {
  display: flex;
}

.block-top-topicslist-item .list-date {
  color: var(--cl-gr-txt);
  font-family: var(--ff-num);
  letter-spacing: 0.04em;
}

.block-top-topicslist-item .list-tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19px;
  padding: 0 6px;
  background-color: #eef1ef;
  color: var(--cl-gr-txt);
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

@media all and (min-width: 768px) {
  .block-top-topics {
    margin-top: 120px;
  }

  .block-top-topicslist-item {
    padding: 24px;
  }

  .block-top-topicslist-item:not(:first-child) {
    padding-top: 24px;
  }

  .block-top-topicslist-item .list-date {
    display: flex;
    align-items: center;
    width: 120px;
    height: 19px;
    font-size: 1.4rem;
  }

  .block-top-topicslist-item .list-tag {
    display: flex;
    align-items: center;
    display: flex;
    width: 97px;
    height: 19px;
  }

  .block-top-topicslist-item .list-ttl {
    width: calc(100% - 217px);
    margin: -2px 0;
    font-size: 1.6rem;
  }

  .block-top-topics .block-arw-btn {
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .block-top-topics {
    margin-top: 80px;
  }

  .block-top-topicslist-item {
    padding-bottom: 16px;
  }

  .block-top-topicslist-item:not(:first-child) {
    padding-top: 16px;
  }

  .block-top-topicslist-item a {
    align-items: center;
    flex-wrap: wrap;
  }

  .block-top-topicslist-item .list-date {
    margin-right: 16px;
    font-size: 1.3rem;
  }

  .block-top-topicslist-item .list-ttl {
    width: 100%;
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

.block-top-service {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-top-service::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-top-service .block-container {
  position: relative;
}

.block-top-service h2 {
  margin: 0;
  padding: 0;
  font-family: var(--ff-serif);
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.block-top-service-list-items {
  display: flex;
}

.block-top-service-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.block-top-service-list-item .list-img img {
  display: block;
  height: auto;
}

.block-top-service-list-item .list-ttl {
  font-family: var(--ff-num);
}

.block-top-service-list-item .list-annotation {
  color: var(--cl-gr-txt);
  font-family: var(--ff-num);
}

.block-top-service-list-item .list-annotation::before {
  content: "※";
}

.block-top-service-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 768px) {
  .block-top-service {
    margin-top: 120px;
    padding: 80px 0;
    background-image: url(../../../images/renew_top/top/service_bg.jpg);
  }

  .block-top-service::before {
    top: -94px;
    left: 50%;
    width: 1920px;
    height: 651px;
    margin-left: -960px;
    background-image: url(../../../images/renew_top/top/leaf_3.png);
  }

  .block-top-service h2 {
    font-size: 2.8rem;
  }

  .block-top-service-list {
    width: 1200px;
    margin: 44px auto 0;
  }

  .block-top-service-list-item {
    width: calc(100% / 4);
    padding-bottom: 4px;
  }

  .block-top-service-list-item:not(:last-child) {
    border-right: 1px solid var(--cl-gr-1);
  }

  .block-top-service-list-item .list-ttl {
    margin-top: 22px;
    font-size: 1.8rem;
    line-height: 1.777;
    letter-spacing: 0.04em;
  }

  .block-top-service-list-item .list-annotation {
    position: relative;
    margin-top: 6px;
    padding-left: 1em;
    font-size: 1.4rem;
    text-align: left;
  }

  .block-top-service-list-item .list-annotation::before {
    position: absolute;
    top: 0;
    left: 0;
  }

  .block-top-service-list-item .list-ttl .txt-s,
  .block-top-service-list-item .list-annotation .txt-s {
    font-size: 1rem;
  }

  .block-top-service-btn {
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .block-top-service {
    margin-top: 80px;
    padding: 50px 0;
    background-image: url(../../../images/renew_top/top/sp/service_bg.jpg);
  }

  .block-top-service::before {
    top: -19vw;
    left: 0;
    width: 100vw;
    height: 90.51vw;
    background-image: url(../../../images/renew_top/top/sp/leaf_4.png);
  }

  .block-top-service h2 {
    font-size: 2rem;
  }

  .block-top-service-list {
    margin-top: 30px;
  }

  .block-top-service-list-items {
    flex-wrap: wrap;
  }

  .block-top-service-list-item {
    position: relative;
    width: 50%;
  }

  .block-top-service-list-item:nth-child(odd) {
    padding-right: 20px;
  }

  .block-top-service-list-item:nth-child(odd)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--cl-gr-1);
  }

  .block-top-service-list-item:nth-child(even) {
    padding-left: 19px;
  }

  .block-top-service-list-item:not(:nth-child(-n + 2)) {
    margin-top: 41px;
  }

  .block-top-service-list-item:not(:nth-child(-n + 2))::before {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--cl-gr-1);
  }

  .block-top-service-list-item .list-icon {
    width: 80px;
  }

  .block-top-service-list-item .list-ttl {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.333;
  }

  .block-top-service-list-item .list-annotation {
    position: relative;
    margin-top: 6px;
    font-size: 1.2rem;
    text-align: left;
  }

  .block-top-service-list-item .list-ttl .txt-s,
  .block-top-service-list-item .list-annotation .txt-s {
    font-size: 1rem;
  }

  .block-top-service-btn {
    margin-top: 24px;
  }

  .block-top-service-btn .btn-gn {
    width: 300px;
    height: 56px;
  }
}

.block-top-faq-list {
  border-top: 1px solid var(--cl-gr-1);
}

.block-top-faq-list-item {
  border-bottom: 1px solid var(--cl-gr-1);
}

.block-top-faq-list-item dt,
.block-top-faq-list-item dd > div {
  position: relative;
}

.block-top-faq-list-item dt {
  cursor: pointer;
}

.block-top-faq-list-item dd {
  display: none;
}

.block-top-faq-list-item dt::before,
.block-top-faq-list-item dd > div::before {
  display: block;
  position: absolute;
  font-family: var(--ff-num);
}

.block-top-faq-list-item dt::before {
  content: "Q.";
  color: var(--cl-gn);
}

.block-top-faq-list-item dd > div::before {
  content: "A.";
  color: var(--cl-rd);
}

.block-top-faq-list-item dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.block-top-faq-list-item dd > div p + p {
  margin-top: 1.5em;
}

.block-top-faq-list-item dd > div a {
  text-decoration: underline;
}

.block-top-faq-list-item dd > div .annotation {
  font-size: 1.4rem;
  color: var(--cl-gr-txt);
}

.block-top-faq-list-item dd > div sup {
  font-size: 60%;
}

@media all and (min-width: 768px) {
  .block-top-faq {
    margin-top: 120px;
  }

  .block-top-faq-list-item {
    padding: 32px 0;
  }

  .block-top-faq-list-item dt {
    padding: 0 40px 0 72px;
    font-size: 1.8rem;
  }

  .block-top-faq-list-item dd {
    padding-top: 26px;
    font-size: 1.6rem;
    line-height: 1.571;
  }

  .block-top-faq-list-item dd > div {
    padding: 0 40px 0 72px;
  }

  .block-top-faq-list-item dt::before,
  .block-top-faq-list-item dd > div::before {
    left: 22px;
    font-size: 2.2rem;
  }

  .block-top-faq-list-item dt::before {
    top: 50%;
    transform: translate(0, -50%);
  }

  .block-top-faq-list-item dd > div::before {
    top: -5px;
  }

  .block-top-faq-list-item dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 11px;
    height: 7px;
    margin-top: -3px;
    background-image: url(../../../images/renew_top/common/sp/arw_down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.12s;
  }

  .block-top-faq-list-item dt.is-open::after {
    transform: rotate(180deg);
  }

  .block-top-faq-list-item dd > div a[href^="tel:"] {
    text-decoration: none;
  }
}

@media all and (max-width: 767px) {
  .block-top-faq {
    margin-top: 80px;
  }

  .block-top-faq-list-item {
    padding: 16px 0;
  }

  .block-top-faq-list-item dt {
    padding: 0 36px 0 42px;
    font-size: 1.6rem;
  }

  .block-top-faq-list-item dd {
    padding-top: 20px;
    font-size: 1.4rem;
    line-height: 1.571;
  }

  .block-top-faq-list-item dd > div {
    padding: 0 10px 0 42px;
  }

  .block-top-faq-list-item dt::before,
  .block-top-faq-list-item dd > div::before {
    left: 10px;
    font-size: 2rem;
  }

  .block-top-faq-list-item dt::before {
    top: 50%;
    transform: translate(0, -50%);
  }

  .block-top-faq-list-item dd > div::before {
    top: -2px;
  }

  .block-top-faq-list-item dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 11px;
    height: 7px;
    margin-top: -3px;
    background-image: url(../../../images/renew_top/common/sp/arw_down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.12s;
  }

  .block-top-faq-list-item dt.is-open::after {
    transform: rotate(180deg);
  }

  .block-top-faq-list-item dd > div .annotation {
    font-size: 1.2rem;
  }
}

.block-top-category {
  background-color: var(--cl-gn-bg);
}

.block-top-category-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.block-top-category-item .list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #ffffff;
}

.block-top-category-item .list-img img {
  display: block;
  height: auto;
}

@media all and (min-width: 768px) {
  .block-top-category {
    margin-top: 120px;
    padding: 80px 0;
  }

  .block-top-category-item {
    width: 170px;
  }

  .block-top-category-item .list-img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
  }

  .block-top-category-item .list-ttl {
    margin-top: 22px;
    font-size: 1.6rem;
  }
}

@media all and (max-width: 767px) {
  .block-top-category {
    margin-top: 80px;
    padding: 50px 0;
  }

  .block-top-category-items {
    justify-content: center;
  }

  .block-top-category-item {
    width: calc(((100vw - 40px) - 32px) / 3);
  }

  .block-top-category-item:not(:nth-child(3n)) {
    margin-right: 16px;
  }

  .block-top-category-item:not(:nth-child(-n + 3)) {
    margin-top: 22px;
  }

  .block-top-category-item .list-img {
    width: calc(((100vw - 40px) - 32px) / 3);
    height: calc(((100vw - 40px) - 32px) / 3);
    border-radius: calc(((100vw - 40px) - 32px) / 3);
  }

  .block-top-category-item .list-ttl {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.571;
    letter-spacing: 0.04em;
  }
}

.block-top-howto-content-left {
  position: relative;
  background-color: #f8fcf2;
}

.block-top-howto-content-left::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-top-howto-movie {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.block-top-howto-movie h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.block-top-howto-movie-wrapper iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.block-top-howto-movie-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-top-howto-link-list {
  border-top: 1px solid var(--cl-gr-1);
}

.block-top-howto-link-list-item {
  display: flex;
  border-bottom: 1px solid var(--cl-gr-1);
}

.block-top-howto-link-list-item .item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.block-top-howto-link-list-item .item-ttl {
  font-weight: 700;
}

@media all and (min-width: 768px) {
  .block-top-howto {
    margin-top: 120px;
  }

  .block-top-howto-content {
    display: flex;
  }

  .block-top-howto-content-left {
    width: 740px;
    padding: 40px;
  }

  .block-top-howto-content-left::before {
    top: -97px;
    left: -42px;
    width: 852px;
    height: 579px;
    background-image: url(../../../images/renew_top/top/leaf_4.png);
  }

  .block-top-howto-content-left h3 {
    font-size: 2rem;
  }

  .block-top-howto-movie-wrapper {
    width: 480px;
    margin-top: 34px;
  }

  .block-top-howto-content-right {
    width: calc(100% - 740px);
    padding-left: 100px;
  }

  .block-top-howto-movie-btn {
    width: 100%;
    margin-top: 30px;
  }

  .block-top-howto-link-list-item {
    padding: 40px 0;
  }

  .block-top-howto-link-list-item .item-img {
    width: 120px;
  }

  .block-top-howto-link-list-item .item-detail {
    width: calc(100% - 120px);
    padding-left: 40px;
  }

  .block-top-howto-link-list-item .item-ttl {
    font-size: 1.8rem;
  }

  .block-top-howto-link-list-item .item-links,
  .block-top-howto-link-list-item .item-comment {
    margin-top: 14px;
    font-size: 1.6rem;
  }

  .block-top-howto-link-list-item .item-links li + li {
    margin-top: 14px;
  }

  .block-top-howto-link-list-item .block-arw-btn {
    margin-top: 16px;
  }
}

@media all and (max-width: 767px) {
  .block-top-howto {
    margin-top: 80px;
  }

  .block-top-howto-content-left {
    margin: 0 -20px;
    padding: 32px 20px 24px;
  }

  .block-top-howto-content-left::before {
    top: -14vw;
    left: 0;
    width: 100vw;
    height: 19.74vw;
    background-image: url(../../../images/renew_top/top/sp/leaf_5.png);
  }

  .block-top-howto-content-left h3 {
    font-size: 1.8rem;
  }

  .block-top-howto-movie-wrapper {
    width: 100%;
    margin-top: 34px;
  }

  .block-top-howto-movie-btn {
    margin-top: 24px;
  }

  .block-top-howto-movie-btn .btn-gn {
    width: 300px;
  }

  .block-top-howto-link-list {
    margin-top: 40px;
  }

  .block-top-howto-link-list-item {
    padding: 24px 0;
  }

  .block-top-howto-link-list-item .item-img {
    width: 80px;
  }

  .block-top-howto-link-list-item .item-detail {
    width: calc(100% - 80px);
    padding-left: 16px;
  }

  .block-top-howto-link-list-item .item-ttl {
    font-size: 1.6rem;
  }

  .block-top-howto-link-list-item .item-links,
  .block-top-howto-link-list-item .item-comment {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .block-top-howto-link-list-item .item-links li + li {
    margin-top: 6px;
  }

  .block-top-howto-link-list-item .block-arw-btn {
    margin-top: 12px;
  }
}

@media all and (min-width: 768px) {
  .product_search__top {
    margin-top: 80px;
	margin-left: auto;
  }
  .product_search__top > form {
    display: flex;
    align-items: center;
    justify-content: center;  
  }

  .product_search__top .frm_txt {
    width: 500px;
    height: 44px;
    padding: 0 10px;
  }

  .btn_search_top {
    height: 44px;
    border-radius: 0;
    background-color: var(--cl-gn);
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
  }

  .block-top-lawsuit {
    margin-top: 24px;
    font-size: 1.4rem;
  }
  .block-top-lawsuit  a {
    text-decoration: underline;
  }
}

@media all and (max-width: 767px) {
  .product_search__top {
    display: none;
  }

  .block-top-lawsuit {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .block-top-lawsuit a {
    text-decoration: underline;
  }
}

@media all and (min-width: 768px) {
}

@media all and (max-width: 767px) {
}
