﻿@charset "UTF-8";
/*=== common reset ===*/
#change--wrapper h1, #change--wrapper h2, #change--wrapper h3, #change--wrapper h4 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-weight: 500;
}
/*=== contents layout ===*/
#change--wrapper {
  /*font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  font-size: 16px;
  font-weight: 400;
  color: #747d77;
  line-height: 1.4;
  margin: 0 auto 30px;
}
#change--wrapper .change--inner {
  margin: 0 auto;
}
#change--wrapper img {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
/*=== contents parts ===*/
#change--wrapper .txt_line-y {
  padding: 0 10px;
  background-image: linear-gradient(transparent 60%, #fff370 40%, #fff370 100%);
}
#change--wrapper a.btn_arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin: 0 40px;
  padding: 10px;
  background: #b8a361;
  border-radius: 50px;
}
#change--wrapper a.btn_arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 33%;
  right: 15px;
  transform: rotate(45deg);
}
#change--wrapper a[class^="btn_"]:hover {
  opacity: 0.7;
}
.arrow_r_b a:before {
  content: '';
  width: 15px;
  height: 15px;
  margin: 5px 0 0;
  background: #b8a361;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.arrow_r_b a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 9px;
  left: 2%;
  transform: rotate(45deg);
}
/*== mv ==*/
#change--wrapper h1 {}
/*== contents item ==*/
#change--wrapper .change--item {
  margin: 50px auto 30px;
}
#change--wrapper .change--item:not(:first-of-type) {
  margin: 35px auto 50px;
}
#change--wrapper .change--item_box {
  position: relative;
  margin: 0 20px;
  padding: 0 0 15px;
  border-radius: 10px;
  border: 1px solid #9abca1;
}
#change--wrapper .change--item_box:before {
  content: '';
  width: 72px;
  height: 72px;
  margin: 2px 0 0;
  background: url(/ec/img/usr/event/change/pc_pop01.png) no-repeat;
  background-size: 72px auto;
  position: absolute;
  top: -47px;
  right: -13px;
}
#change--wrapper .change--item_box h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding: 9px 10px 7px;
  text-align: center;
  background: #9abca1;
  border-radius: 8px 8px 0 0;
}
#change--wrapper .change--item_box-inner {
  display: flex;
  margin: 15px;
}
#change--wrapper .change--item_box-img {
  width: 130px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
#change--wrapper .change--item_box-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#change--wrapper .change--item_box-price {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
#change--wrapper .change--item_box-txt {
  font-size: 12px;
  margin: 0 0 5px 0;
}
#change--wrapper .change--item_box-link a {
  position: relative;
  display: block;
}
#change--wrapper .change--item_box-link a:hover {
  opacity: 0.7;
}
#change--wrapper .change--item_box-link a span {
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
  margin: 0 0 0 20px;
}
#change--wrapper .change--item_box-link a:hover span {
  border-bottom: 1px solid #fff;
  ;
}
/*== contents sec01 ==*/
#change--wrapper .change--sec01 {
  margin: 30px 0 40px;
}
#change--wrapper .change--sec01-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 25px;
}
#change--wrapper .change--sec01-title span {
  height: 32px;
  display: inline-block;
  background: url(/ec/img/usr/event/change/pc_txt-line01.png) no-repeat center bottom;
  background-size: contain;
}
#change--wrapper .change--sec01_box {
  margin: 0 15px;
}
#change--wrapper .change--sec01-img {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 25px;
}
#change--wrapper .change--sec01-img.row-reverse {
  flex-direction: row-reverse;
	justify-content: space-around;
	margin: 0 0 25px 20px;
}
#change--wrapper .change--sec01-img img {
  width: 190px;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
#change--wrapper .change--sec01-img.row-reverse img {
  margin: 0 0 0 30px;
}
/*== contents sec02 ==*/
#change--wrapper .change--sec02 {
  position: relative;
  padding: 40px 0;
  background: #fbf0cd;
}
#change--wrapper .change--sec02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 27px solid #fff;
  border-bottom: 0;
}
#change--wrapper .change--sec02-titles {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
}
#change--wrapper .change--sec02-titles img {
  display: block;
  width: 315px;
  margin: 0 auto 15px;
}
#change--wrapper .change--sec02-title {
  display: block;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #f4b659;
  letter-spacing: 4px;
  line-height: 1.4;
}
#change--wrapper .change--sec02_box {
  margin: 20px 15px 0;
  padding: 20px 15px;
  border-radius: 5px;
  background: #fff;
}
#change--wrapper .change--sec02-img {
  text-align: center;
  margin: 0 auto 15px;
}
#change--wrapper .change--sec02-txts {
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 5px;
}
#change--wrapper .change--sec02-txt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px;
}
#change--wrapper .change--sec02-txt .txt_line-y {
  display: table;
  margin: 0 auto 5px;
}
/*== contents sec03 ==*/
#change--wrapper .change--sec03 {
  padding: 40px 0 20px;
}
#change--wrapper .change--sec03-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
#change--wrapper .change--sec03-txts {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 1.7;
}
#change--wrapper .change--sec03-img {
  text-align: center;
  margin: 20px 30px 15px;
}
#change--wrapper .change--sec03-list {
  display: table;
  font-size: 11px;
  margin: 0 auto 20px;
}
#change--wrapper .change--sec03-list li {
  position: relative;
  line-height: 1.4;
  margin: 0 0 10px;
}
#change--wrapper .change--sec03-list li[class^="mark-"]::before {
  position: absolute;
  content: '●';
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 -17px;
  line-height: 100%;
}
#change--wrapper .change--sec03-list li.mark-red::before {
  color: #e36464;
}
#change--wrapper .change--sec03-list li.mark-orange::before {
  color: #f4b659;
}
#change--wrapper .change--sec03-list li.mark-yellow::before {
  color: #ebcb22;
}
#change--wrapper .change--sec03-list li.change--sec03-list_txts {
  font-size: 11px;
  margin: 0 0 0 -25px;
}
#change--wrapper .change--sec03-txt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto 2px;
}
#change--wrapper .change--sec03-txt .txt_line-y {
  display: table;
  margin: 0 auto 20px;
}
/*== contents sec04 ==*/
#change--wrapper .change--sec04 {
  padding: 40px 0;
  background: #fbf0cd;
}
#change--wrapper .change--sec04-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#change--wrapper .change--sec04_box {
  position: relative;
  margin: 35px 15px 0;
  padding: 35px 0 25px;
  border-radius: 5px;
  background: #fff;
}
#change--wrapper .change--sec04_box:not(:first-of-type) {
  position: relative;
  margin: 50px 15px 0;
}
#change--wrapper .change--sec04-point {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 140px;
  height: 35px;
  margin: -18px auto 0;
  border-radius: 5px;
  background: #a2bba2;
}
#change--wrapper .change--sec04-point span {
  font-size: 26px;
}
#change--wrapper .change--sec04-title2 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
#change--wrapper .change--sec04-img {
  text-align: center;
  margin: 10px 15px 20px;
}
#change--wrapper .change--sec04-txts {
  font-size: 14px;
  margin: 0 25px;
  line-height: 1.7;
}
#change--wrapper .change--sec04_box-inner {
  margin: 10px auto 0;
}
#change--wrapper .change--sec04-img2 {
  letter-spacing: 0.3px;
  margin: 0 35px 0 15px;
  flex-shrink: 0;
}
#change--wrapper .change--sec04-img2:last-of-type {
  letter-spacing: 0.3px;
  margin: 10px 15px 0 35px;
  flex-shrink: 0;
}
#change--wrapper .change--sec04-img2 img {
  margin: 0 0 15px;
}
#change--wrapper span.change--sec04-txt2 {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  margin: 0 25px;
}
#change--wrapper span.change--sec04-txt3 {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  margin: 0 25px;
}
#change--wrapper .change--sec04-color {
  font-weight: bold;
  color: #f4b659;
}
#change--wrapper .change--sec04_box-inner2 {
  margin: 20px 15px 10px;
  padding: 10px 20px 20px;
  border-radius: 10px;
  border: 2px solid #f4b659;
}
#change--wrapper .change--sec04-img3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#change--wrapper .change--sec04-img3 img {
  width: 130px;
  flex-shrink: 0;
}
#change--wrapper .change--sec04-title3 {
  font-size: 16px;
  font-weight: bold;
  color: #f4b659;
}
#change--wrapper .change--sec04_box-inner2 .change--sec04-txts {
  margin: 10px 0 0;
  text-align: left;
}
/*== contents revico ==*/
#change--wrapper .change--revico {
  padding: 30px 0 40px;
	background-color: #f5f5f5
}
/*== contents faq ==*/
#change--wrapper .change--faq {
  padding: 40px 0;
  background: #fbf0cd;
}
#change--wrapper .change--faq-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 20px;
}
#change--wrapper .change--faq_box {
  position: relative;
  margin: 0 15px 7px;
  padding: 15px 25px 15px 15px;
  border-radius: 5px;
  background: #fff;
}
.change--faq_box-q {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px 0 25px;
  cursor: pointer;
}
.change--faq_box-q:before {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 0 0 -25px;
  background: url(/ec/img/usr/event/change/pc_icon-q.png) no-repeat left top;
  background-size: 18px auto;
  position: absolute;
  top: 2px;
}
.change--faq_box-btn {
  position: absolute;
  right: -10px;
  display: block;
  width: 18px;
  height: 18px;
  background: #9abca1;
  border-radius: 50%;
}
.change--faq_box-btn::before, .change--faq_box-btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 4px;
  top: 52%;
  transform: translateY(-50%);
}
.change--faq_box-btn::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.is-open .change--faq_box-btn::after {
  transform: rotate(0);
  transition: 0.5s;
  top: 49%;
}
.change--faq_box-a {
  position: relative;
  display: none;
  font-size: 14px;
  margin: 15px 0 0;
  padding: 0 10px 0 25px;
}
.change--faq_box-a:before {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 0 0 -25px;
  background: url(/ec/img/usr/event/change/pc_icon-a.png) no-repeat left top;
  background-size: 18px auto;
  position: absolute;
  top: 2px;
}
.change--faq_box-a .arrow_r_b {
  position: relative;
  margin: 20px 0 0;
}
#change--wrapper .change--faq_box-a .change--item_box-link a {
  position: unset;
}
.change--faq_box-a .arrow_r_b a:before {
  margin: 0;
}
.change--faq_box-a .arrow_r_b a:after {
  top: 5px;
  left: 1%;
}

/*=== contents 2025layout ===*/
/*resaet*/
.change--sec02_box {
  /*border: 1px solid #707070;*/
}
#change--wrapper .change--sec04 {
  margin-bottom: 30px;
}
/*add*/
.change--sec-storage-img {
  position: relative;
  display: table;
  margin: 40px auto 0;
}
.change--sec-storage-img::before {
  position: absolute;
  top: -40px;
  left: -25px;
  content: '';
  display: block;
  width: 100px;
  height: 89px;
  background: url(/ec/img/usr/event/change/2025/pc_iine.png) no-repeat top left;
  background-size: 100px auto;
}
.change--sec04-title2 + .change--sec-storage-img {
  width: 90%;
}

.change--sec-voice-list {
  display: block;
  margin: 20px auto;
}
.change--sec-voice-list li {
  width: 93%;
  margin: 0 auto 20px;
  padding: 20px;
  background: #FCF7E5;
  border-radius: 10px;
}
.change--sec-voice-list li > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
.change--sec-voice-user {
  font-size: 18px;
  font-weight: 600;
}
.change--sec-voice-star {
  font-size: 18px;
  font-weight: 600;
  color: #FFC300;
}

.change--sec-goods-btn a,.revico-tagmanager a.revico-review-morebtn {
    height: 50px;
    margin: 20px 60px 0;
    padding: 0;
    line-height: 50px;
    font-size: 15px !important;
    border-radius: 25px;
    background-color: #b8a361;
    color: #fff !important;
    text-align: center;
    display: block;
    border: 0;
    position: relative;
    transition: .5s;
}
.change--sec-goods-btn a::before,.revico-tagmanager a.revico-review-morebtn::before {
    content: "";
    position: absolute;
    right: 15px;
    top: -4px !important;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}
.change--sec02_box + .change--sec-goods-btn,.change--sec04_box + .change--sec-goods-btn {
  margin-top: 40px;
}
.change--sec-sleep_index {
  margin: 40px auto 0;
  text-align: center;
}
.change--sec-sleep_index p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.change--sec-sleep_index a {
  display: block;
  width: 93%;
  margin: auto;
}

#change--goods-list {
  border: none;
  text-align: center;
  margin: 40px auto 10px;
  padding: 0;
  font-size: 21px;
  font-weight: 600;
}
