.recommend .slick-dots {
  display: none !important;
}
.recommend .kv {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .recommend .kv {
    max-width: unset;
  }
}
@media screen and ( min-width: 769px ) {
  .recommend .sec--small {
    padding: 0 0 30px;
  }
}
.recommend .sec--small .title {
  background: url("../assets/img/topics.svg") no-repeat center top;
  width: 424px;
  height: 72px;
  margin: 106px auto 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and ( max-width: 768px ) {
  .recommend .sec--small .title {
    background-size: contain;
    width: 90%;
    height: 13.9vw;
    margin: 8.6vw auto 4.4vw;
  }
}
.recommend .sec--small .title--txt {
  text-align: center;
  font-size: 15px;
}
.recommend .sec--small .title--txt span {
  font-weight: 500;
  font-size: 24px;
  font-family: "Noto Sans JP";
}
.recommend .worries {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 456px;
  margin-top: 120px;
  background: url("../assets/img/worries.png") no-repeat center top;
}
@media screen and ( max-width: 768px ) {
  .recommend .worries {
    width: 100%;
    height: 59.1vw;
    margin: 20.2vw auto 0;
    background: url("../assets/img/worries_sp.png") no-repeat center top;
    background-size: contain;
  }
}
.recommend .worries__inner {
  width: 368px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and ( max-width: 768px ) {
  .recommend .worries__inner {
    width: 76vw;
    padding-top: 0;
    margin-top: -8%;
  }
}
.recommend .worries__inner--txt {
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and ( max-width: 768px ) {
  .recommend .worries__inner--txt {
    font-size: 3.6vw;
    margin-bottom: 5.2vw;
  }
}
@media screen and ( max-width: 768px ) {
  .recommend .worries__inner--txt .imgs {
    width: 4.2vw;
  }
}
.recommend .worries--title {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and ( max-width: 768px ) {
  .recommend .worries--title {
    font-size: 3.6vw;
    margin-bottom: 3.9vw;
  }
}
.recommend .worries--title span {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}
@media screen and ( max-width: 768px ) {
  .recommend .worries--title span {
    font-size: 5.2vw;
  }
}
.recommend .solution {
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: 1188px;
  margin-top: 46px;
  background: url("../assets/img/solution-bg_pc.png") no-repeat center top;
  background-size: cover;
}
@media screen and ( max-width: 768px ) {
  .recommend .solution {
    height: 100%;
    max-height: unset;
    margin-top: 6vw;
    background: url("../assets/img/solution-bg_sp.png") no-repeat center top;
    background-size: cover;
  }
}
.recommend .solution__inner {
  padding: 86px 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .solution__inner {
    padding: 13vw 0;
    width: 80%;
    margin: 0 auto;
  }
}
.recommend .solution__inner--txtwrap {
  width: 368px;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .recommend .solution__inner--txtwrap {
    width: 100%;
  }
}
.recommend .solution__en-white {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and ( max-width: 768px ) {
  .recommend .solution__en-white {
    font-size: 6.5vw;
    margin-bottom: 3.9vw;
  }
}
.recommend .solution__txt {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP";
  padding-left: 30px;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and ( max-width: 768px ) {
  .recommend .solution__txt {
    font-size: 3.6vw;
    padding-left: 5.2vw;
    margin-bottom: 5.2vw;
  }
}
.recommend .solution__txt:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  background: url("../assets/img/check_box.png") no-repeat center top;
  width: 26px;
  height: 26px;
  background-size: contain;
}
@media screen and ( max-width: 768px ) {
  .recommend .solution__txt:before {
    top: 11%;
    width: 4.2vw;
    height: 4.2vw;
  }
}
.recommend .solution--img {
  width: 508px;
}
@media screen and ( max-width: 768px ) {
  .recommend .solution--img {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and ( max-width: 768px ) {
  .recommend .view--pc {
    display: none;
  }
}
.recommend .view--sp {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .recommend .view--sp {
    display: block;
  }
}
@media screen and ( max-width: 768px ) {
  .recommend .pc-br {
    display: none;
  }
}
.recommend .sp-br {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .recommend .sp-br {
    display: inline;
  }
}
.recommend .aruaru4-2 {
  margin: 250px auto;
  max-width: 800px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2 {
    max-width: 79.2vw;
    margin: 31.3vw auto 0;
  }
}
.recommend .aruaru4-2-sec {
  margin: 0 0 200px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-sec {
    margin: 0 0 15.6vw;
  }
}
.recommend .aruaru4-2-sec:last-child {
  margin-bottom: 0;
}
.recommend .aruaru4-2-head {
  padding: 93px 0 92px;
  margin: 0 auto 30px;
  background-image: url("../assets/img/aruaru_04.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-head {
    padding: 9.1vw 0;
    margin: 0 auto 3.9vw;
  }
}
.recommend .aruaru4-2-head .c-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-head .c-title {
    font-size: 4.4vw;
    position: relative;
    letter-spacing: 0.05em;
  }
}
.recommend .aruaru4-2-head .c-title span {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-head .c-title span {
    font-size: 3.1vw;
    position: absolute;
    right: 0;
    left: 0;
    top: 11.7vw;
  }
}
.recommend .aruaru4-2-img {
  margin: 0 0 5px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-img {
    margin: 0 0 1.3vw;
  }
}
.recommend .aruaru4-2-text {
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-text {
    text-align: left;
  }
}
.recommend .aruaru4-2-text p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.73;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-text p {
    font-size: 3.6vw;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.recommend .aruaru4-2-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-list {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .recommend .aruaru4-2-list.is-column-2 .aruaru4-2-item {
    width: 48.1%;
    max-width: 385px;
    margin-right: 3.62%;
  }
  .recommend .aruaru4-2-list.is-column-2 .aruaru4-2-item:nth-child(even) {
    margin-right: 0;
  }
}
.recommend .aruaru4-2-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-grid {
    width: 79.2vw;
    margin: 0 auto 3.9vw;
  }
}
.recommend .aruaru4-2-grid .aruaru4-2-item {
  width: 48.7%;
  max-width: 390px;
  margin-right: 2.37%;
  margin-top: 20px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-grid .aruaru4-2-item {
    width: 38.3vw;
    max-width: 100%;
    margin-right: 2.6vw;
    margin-top: 2.6vw;
  }
}
.recommend .aruaru4-2-grid .aruaru4-2-item:nth-child(even) {
  margin-right: 0;
}
.recommend .aruaru4-2-grid .aruaru4-2-item:nth-child(-n+2) {
  margin-top: 0;
}
.recommend .aruaru4-2-grid .aruaru4-2-item.is-large {
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  margin-right: 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-item {
    margin-top: 3.9vw;
  }
  .recommend .aruaru4-2-item:first-child {
    margin-top: 0;
  }
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-item__inner {
    display: flex;
    justify-content: center;
  }
  .recommend .aruaru4-2-item__inner .aruaru4-2-img {
    width: 37vw;
    margin-right: 2.6vw;
    margin-bottom: 0;
  }
  .recommend .aruaru4-2-item__inner .aruaru4-2-text {
    width: 41.8vw;
  }
}
.recommend .aruaru4-2-item__title {
  font-size: 24px;
  font-weight: bold;
  color: #6A90B2;
  letter-spacing: 0.048em;
  line-height: 1.41;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-item__title {
    font-size: 5.2vw;
    margin: 0 0 1.3vw;
  }
}
.recommend .aruaru4-2-item .aruaru4-2-text {
  text-align: left;
}
.recommend .aruaru4-2-top {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #6A90B2;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-top {
    margin: 0 auto 2.2vw;
  }
}
.recommend .aruaru4-2-top .c-title {
  position: relative;
  margin: 0 auto 30px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-top .c-title {
    margin: 0 auto 3.3vw;
    font-size: 3.6vw;
  }
}
.recommend .aruaru4-2-top .c-title:after {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  background-image: url("../assets/img/aruaru_top_after.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px auto 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-top .c-title:after {
    width: 0.7vw;
    height: 4.6vw;
    margin: 2vw auto 0;
  }
}
.recommend .aruaru4-2-top__text {
  text-align: center;
}
.recommend .aruaru4-2-top__text p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-top__text p {
    font-size: 5.2vw;
    line-height: 1.3;
  }
}
.recommend .aruaru4-2-middle {
  margin: 0 auto 30px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-middle {
    margin: 0 auto 3.9vw;
  }
}
.recommend .aruaru4-2-bottom {
  text-align: center;
}
.recommend .aruaru4-2-bottom .c-title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-bottom .c-title {
    margin-bottom: 4.4vw;
    font-size: 4.4vw;
  }
}
.recommend .aruaru4-2-bottom .c-title span {
  font-size: 24px;
  font-weight: bold;
  color: #6A90B2;
  letter-spacing: 0.1em;
  margin: 2px 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-bottom .c-title span {
    font-size: 5.2vw;
    margin: 0.3vw 0;
  }
}
.recommend .aruaru4-2-bottom .c-title:after {
  content: "";
  display: block;
  width: 36px;
  height: 62px;
  background-image: url("../assets/img/worries_ques_after.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px auto 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-bottom .c-title:after {
    width: 4.7vw;
    height: 8.1vw;
    margin: 5.6vw auto 0;
  }
}
.recommend .aruaru4-2-bottom__text {
  position: relative;
  display: inline-block;
}
.recommend .aruaru4-2-bottom__text:before {
  content: "";
  display: inline-block;
  width: 92px;
  height: 103px;
  background-image: url("../assets/img/aruaru_bottom_text-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: -70px;
  left: -11%;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-bottom__text:before {
    top: -9.1vw;
    width: 12.9vw;
    height: 12.9vw;
    left: -6.5vw;
  }
}
.recommend .aruaru4-2-bottom__text p {
  position: relative;
  background: #fff;
  z-index: 2;
  display: inline;
  text-align: center;
  font-size: 38px;
  line-height: 1.42;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: linear-gradient(transparent 50%, #E1E9F0 0%);
}
.recommend .aruaru4-2-bottom__text p span{
    font-weight: bold;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-bottom__text p {
    font-size: 7.6vw;
  }
}
.recommend .aruaru4-2-bottom__note {
  margin: 20px 0 0;
  text-align: left;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-bottom__note {
    text-align: center;
    margin: 3.6vw 0 0;
  }
}
.recommend .aruaru4-2-bottom__note p {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4-2-bottom__note p {
    display: inline-block;
    text-align: left;
    font-size: 2.3vw;
  }
}
.recommend .aruaru4-2-sec:nth-child(2) .aruaru4-2-head {
  background-image: url("../assets/img/aruaru_bg-2.png");
}
.recommend .aruaru4-2-sec:nth-child(2) .aruaru4-2-bottom__text:before {
  background-image: url("../assets/img/aruaru_bottom_text-2.png");
}
.recommend .aruaru1 {
  margin-top: 200px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1 {
    margin-top: 26.7vw;
  }
}
.recommend .aruaru1--title {
  background: url("../assets/img/aruaru_01.png") no-repeat center top;
  width: 100%;
  height: 245px;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1--title {
    width: 100%;
    height: 31.9vw;
    background-size: contain;
  }
}
.recommend .aruaru1--title h2 {
  padding-top: 120px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1--title h2 {
    padding-top: 8.5vw;
    font-size: 4.7vw;
  }
}
.recommend .aruaru1--txt {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1--txt {
    font-size: 2.9vw;
    margin-top: 1.3vw;
  }
}
.recommend .aruaru1__qual {
  width: 800px;
  margin: 26px auto 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1__qual {
    width: 80%;
    margin: 3.4vw auto 0;
  }
}
.recommend .aruaru1__qual--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1__qual--wrap {
    display: block;
  }
}
.recommend .aruaru1__qual--detail {
  width: 233px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1__qual--detail {
    width: 100%;
    margin-bottom: 5.2vw;
  }
}
.recommend .aruaru1__qual--title {
  font-size: 24px;
  line-height: 1.41;
  font-weight: 600;
  text-align: center;
  color: #6A90B2;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1__qual--title {
    font-size: 5.2vw;
  }
}
.recommend .aruaru1__qual--img {
  margin-top: 5px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1__qual--img {
    width: 48%;
    margin-top: 0;
  }
}
.recommend .aruaru1__qual--txt {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 5px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1__qual--txt {
    font-size: 3.6vw;
    line-height: 1.42;
  }
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1__qual .sm_type {
    margin-top: 1.3vw;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1__qual .sm_type--txarea {
    width: 48%;
  }
}
.recommend .aruaru2 {
  margin-top: 160px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2 {
    margin-top: 22.9vw;
  }
}
.recommend .aruaru2--title {
  background: url("../assets/img/aruaru_02.png") no-repeat center top;
  width: 100%;
  height: 245px;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2--title {
    height: 31.9vw;
    background-size: contain;
  }
}
.recommend .aruaru2--title h2 {
  padding-top: 120px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2--title h2 {
    padding-top: 8.6vw;
    font-size: 4.7vw;
  }
}
.recommend .aruaru2--txt {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2--txt {
    font-size: 2.9vw;
    margin-top: 1.3vw;
  }
}
.recommend .aruaru2__qual {
  width: 800px;
  margin: 26px auto 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2__qual {
    width: 80%;
    margin: 2.1vw auto 0;
  }
}
.recommend .aruaru2__qual--title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #6A90B2;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2__qual--title {
    margin-top: 2.6vw;
    font-size: 5.2vw;
  }
}
.recommend .aruaru2__qual--title span {
  font-size: 38px;
  font-weight: bold;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2__qual--title span {
    font-size: 6.5vw;
  }
}
.recommend .aruaru2__qual--step {
  margin-top: 40px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2__qual--step {
    margin-top: 2vw;
  }
}
.recommend .aruaru2__qual--txt {
  margin-top: 5px;
  text-align: center;
  line-height: 1.85;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2__qual--txt {
    text-align: left;
    margin-top: 1.3vw;
  }
}
.recommend .aruaru2__qual--btn {
  margin: 30px auto;
}
.recommend .aruaru2__qual--btn .btn {
  max-width: 320px;
  margin: 0 auto;
  border-radius: 10px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2__qual--btn .btn {
    padding: 2vw 13vw;
  }
}
.recommend .aruaru3 {
  margin-top: 250px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3 {
    margin-top: 31.9vw;
  }
}
.recommend .aruaru3--title {
  background: url("../assets/img/aruaru_03.png") no-repeat center top;
  width: 100%;
  height: 250px;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3--title {
    background-size: contain;
    height: 32.2vw;
  }
}
.recommend .aruaru3--title h2 {
  padding-top: 120px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3--title h2 {
    padding-top: 8.6vw;
    font-size: 4.7vw;
  }
}
.recommend .aruaru3--txt {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3--txt {
    font-size: 2.9vw;
    margin-top: 1.3vw;
  }
}
.recommend .aruaru3__qual {
  width: 800px;
  margin: 26px auto 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__qual {
    width: 80%;
    margin: 3.9vw auto 0;
  }
}
.recommend .aruaru3__qual--title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #6A90B2;
}
.recommend .aruaru3__qual--title span {
  font-size: 38px;
}
.recommend .aruaru3__qual--step {
  margin-top: 40px;
}
.recommend .aruaru3__qual--txt {
  text-align: center;
  line-height: 1.73;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__qual--txt {
    text-align: left;
    line-height: 1.42;
  }
}
.recommend .aruaru3__qual--txt-tit {
  font-size: 24px;
  font-weight: 600;
  color: #6A90B2;
  margin-bottom: 5px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__qual--txt-tit {
    text-align: center;
    font-size: 5.2vw;
    margin-bottom: 1.3vw;
  }
}
.recommend .aruaru3__qual--img {
  margin-bottom: 10px;
}
.recommend .aruaru3__set-price {
  width: 658px;
  margin: 40px auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price {
    width: 80%;
  }
}
.recommend .aruaru3__set-price .set-price__single {
  width: 240px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__single {
    width: 42.4vw;
  }
}
.recommend .aruaru3__set-price .set-price__single:after {
  width: 71px;
  right: 50%;
  background-image: url("../assets/img/icon_arrow.png");
  opacity: unset;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__single:after {
    width: 9.4vw;
    right: 4%;
  }
}
.recommend .aruaru3__set-price .set-price__single__num {
  color: #606060;
  font-size: 24px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__single__num {
    font-size: 4.6vw;
  }
}
.recommend .aruaru3__set-price .set-price__single__num-st {
  font-size: 38px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__single__num-st {
    font-size: 6.5vw;
  }
}
.recommend .aruaru3__set-price .set-price__single__img {
  width: 127px;
  height: 125px;
  margin: 8px auto 36px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__single__img {
    width: 19.9vw;
    height: 20.8vw;
    margin: 2.1vw auto 5.7vw;
  }
}
.recommend .aruaru3__set-price .set-price__single__price {
  font-size: 38px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__single__price {
    font-size: 5.2vw;
  }
}
.recommend .aruaru3__set-price .set-price__single__price-ht {
  font-size: 24px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__single__price-ht {
    font-size: 2.9vw;
  }
}
.recommend .aruaru3__set-price .set-price__set {
  width: 328px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__set {
    width: 38vw;
  }
}
.recommend .aruaru3__set-price .set-price__set__num {
  color: #859AA9;
  font-size: 24px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__set__num {
    font-size: 3.3vw;
  }
}
.recommend .aruaru3__set-price .set-price__set__num-st {
  font-size: 38px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__set__num-st {
    font-size: 6.5vw;
  }
}
.recommend .aruaru3__set-price .set-price__set__img {
  width: 240px;
  height: 131px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__set__img {
    width: 38.2vw;
    height: 20.8vw;
    margin: 2.1vw auto 3.9vw;
  }
}
.recommend .aruaru3__set-price .set-price__set__price {
  font-size: 50px;
  color: #859AA9;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__set__price {
    font-size: 6.5vw;
  }
}
.recommend .aruaru3__set-price .set-price__set__price-ht {
  font-size: 24px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3__set-price .set-price__set__price-ht {
    font-size: 3.3vw;
  }
}
.recommend .aruaru3 .price-off {
  max-width: 619px;
  margin: 40px auto 0;
  padding: 15px;
  font-size: 24px;
  background: #6A90B2;
  border-radius: unset;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3 .price-off {
    max-width: 80%;
    margin: 3.9vw auto 0;
    padding: 2vw 0;
    font-size: 3.6vw;
  }
}
.recommend .aruaru3 .price-off__num {
  font-size: 38px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3 .price-off__num {
    font-size: 5.5vw;
  }
}
.recommend .aruaru3 .price-off--txt {
  margin: 10px auto 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3 .price-off--txt {
    width: 80%;
    margin: 0.7vw auto 0;
  }
}
.recommend .aruaru4 {
  margin: 250px auto;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4 {
    margin: 31.9vw auto;
  }
}
.recommend .aruaru4--title {
  background: url("../assets/img/aruaru_04.png") no-repeat center top;
  width: 100%;
  height: 245px;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4--title {
    background-size: contain;
    height: 32.3vw;
  }
}
.recommend .aruaru4--title h2 {
  padding-top: 120px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4--title h2 {
    padding-top: 7.8vw;
    font-size: 4.7vw;
    line-height: 1.5;
  }
}
.recommend .aruaru4--txt {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4--txt {
    font-size: 2.9vw;
    margin-top: 1.3vw;
  }
}
.recommend .aruaru4__qual {
  width: 800px;
  margin: 26px auto 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4__qual {
    width: 80%;
    margin: 3.9vw auto 0;
  }
}
.recommend .aruaru4__qual--title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #6A90B2;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4__qual--title {
    font-size: 5.2vw;
  }
}
.recommend .aruaru4__qual--title span {
  font-size: 38px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4__qual--title span {
    font-size: 6.5vw;
  }
}
.recommend .aruaru4__qual--txt {
  margin-top: 5px;
  text-align: center;
  line-height: 1.8;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4__qual--txt {
    margin-top: 1.3vw;
    text-align: left;
    line-height: 1.42;
  }
}
.recommend .aruaru4__qual--img {
  margin-bottom: 5px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4__qual--img {
    margin-bottom: 1.6vw;
  }
}
.recommend .aruaru4__qual--list {
  width: 760px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4__qual--list {
    width: 100%;
    margin: 3.9vw auto 7.8vw;
  }
}
.recommend .aruaru4__qual--list-img {
  width: 120px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4__qual--list-img {
    width: 23%;
  }
}
.recommend .aruaru4__qual--list-img p {
  margin-top: 10px;
  color: #859AA9;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4__qual--list-img p {
    margin-top: 1.3vw;
  }
}
.recommend .aruaru5 {
  margin: 250px auto;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5 {
    margin: 31.9vw auto;
  }
}
.recommend .aruaru5--title {
  background: url("../assets/img/aruaru_05.png") no-repeat center top;
  width: 100%;
  height: 250px;
  text-align: center;
  line-height: 1.4;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5--title {
    background-size: contain;
    height: 32.3vw;
  }
}
.recommend .aruaru5--title h2 {
  padding-top: 120px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5--title h2 {
    padding-top: 7.8vw;
    font-size: 4.7vw;
    line-height: 1.5;
  }
}
.recommend .aruaru5--txt {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5--txt {
    font-size: 2.9vw;
    margin-top: 1.3vw;
  }
}
.recommend .aruaru5__qual {
  width: 800px;
  margin: 26px auto 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5__qual {
    width: 80%;
    margin: 3.9vw auto 0;
  }
}
.recommend .aruaru5__qual--title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #6A90B2;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5__qual--title {
    font-size: 5.2vw;
  }
}
.recommend .aruaru5__qual--title span {
  font-size: 38px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5__qual--title span {
    font-size: 6.5vw;
  }
}
.recommend .aruaru5__qual--txt {
  margin-top: 5px;
  text-align: center;
  line-height: 1.8;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5__qual--txt {
    margin-top: 1.3vw;
    text-align: left;
    line-height: 1.42;
  }
}
.recommend .aruaru5__qual--img {
  margin-bottom: 5px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5__qual--img {
    margin-bottom: 1.6vw;
  }
}
.recommend .aruaru5__qual--list {
  width: 760px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5__qual--list {
    width: 100%;
    margin: 3.9vw auto 7.8vw;
  }
}
.recommend .aruaru5__qual--list-img {
  width: 120px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5__qual--list-img {
    width: 23%;
  }
}
.recommend .aruaru5__qual--list-img p {
  margin-top: 10px;
  color: #859AA9;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5__qual--list-img p {
    margin-top: 1.3vw;
  }
}
.recommend .aruaru1 .nara, .recommend .aruaru2 .nara, .recommend .aruaru3 .nara, .recommend .aruaru4 .nara, .recommend .aruaru5 .nara {
  width: 170px;
  margin: 34px auto 0;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1 .nara, .recommend .aruaru2 .nara, .recommend .aruaru3 .nara, .recommend .aruaru4 .nara, .recommend .aruaru5 .nara {
    width: 24vw;
    margin: 4vw auto 0;
  }
}
.recommend .aruaru1 .completion, .recommend .aruaru2 .completion, .recommend .aruaru3 .completion, .recommend .aruaru4 .completion, .recommend .aruaru5 .completion {
  margin: 30px auto;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1 .completion, .recommend .aruaru2 .completion, .recommend .aruaru3 .completion, .recommend .aruaru4 .completion, .recommend .aruaru5 .completion {
    margin: 5.2vw auto 0;
  }
}
.recommend .aruaru1 .completion--txt, .recommend .aruaru2 .completion--txt, .recommend .aruaru3 .completion--txt, .recommend .aruaru4 .completion--txt, .recommend .aruaru5 .completion--txt {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1 .completion--txt, .recommend .aruaru2 .completion--txt, .recommend .aruaru3 .completion--txt, .recommend .aruaru4 .completion--txt, .recommend .aruaru5 .completion--txt {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}
.recommend .aruaru1 .completion--txt span, .recommend .aruaru2 .completion--txt span, .recommend .aruaru3 .completion--txt span, .recommend .aruaru4 .completion--txt span, .recommend .aruaru5 .completion--txt span {
  font-weight: 600;
  color: #6A90B2;
}
.recommend .aruaru1 .completion--img, .recommend .aruaru2 .completion--img, .recommend .aruaru3 .completion--img, .recommend .aruaru4 .completion--img, .recommend .aruaru5 .completion--img {
  width: 36px;
  margin: 15px auto;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1 .completion--img, .recommend .aruaru2 .completion--img, .recommend .aruaru3 .completion--img, .recommend .aruaru4 .completion--img, .recommend .aruaru5 .completion--img {
    width: 4.7vw;
    margin: 5.2vw auto 2.6vw;
  }
}
.recommend .aruaru1 .completion--title, .recommend .aruaru2 .completion--title, .recommend .aruaru3 .completion--title, .recommend .aruaru4 .completion--title, .recommend .aruaru5 .completion--title {
  position: relative;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
}
.recommend .aruaru1 .completion--title span, .recommend .aruaru2 .completion--title span, .recommend .aruaru3 .completion--title span, .recommend .aruaru4 .completion--title span, .recommend .aruaru5 .completion--title span {
    font-weight: bold;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1 .completion--title, .recommend .aruaru2 .completion--title, .recommend .aruaru3 .completion--title, .recommend .aruaru4 .completion--title, .recommend .aruaru5 .completion--title {
    font-size: 7.6vw;
    line-height: 1.5;
  }
}
.recommend .aruaru1 .completion--title h3, .recommend .aruaru2 .completion--title h3, .recommend .aruaru3 .completion--title h3, .recommend .aruaru4 .completion--title h3, .recommend .aruaru5 .completion--title h3 {
  display: inline;
  background: linear-gradient(transparent 50%, #E1E9F0 0%);
}
.recommend .aruaru1 .completion--title span, .recommend .aruaru2 .completion--title span, .recommend .aruaru3 .completion--title span, .recommend .aruaru4 .completion--title span, .recommend .aruaru5 .completion--title span {
  font-size: 50px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1 .completion--title span, .recommend .aruaru2 .completion--title span, .recommend .aruaru3 .completion--title span, .recommend .aruaru4 .completion--title span, .recommend .aruaru5 .completion--title span {
    font-size: unset;
  }
}
.recommend .aruaru1 .completion--title:before, .recommend .aruaru2 .completion--title:before, .recommend .aruaru3 .completion--title:before, .recommend .aruaru4 .completion--title:before, .recommend .aruaru5 .completion--title:before {
  position: absolute;
  content: "";
  top: -60px;
  left: -50px;
  width: 96px;
  height: 96px;
  background: no-repeat center top;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1 .completion--title:before, .recommend .aruaru2 .completion--title:before, .recommend .aruaru3 .completion--title:before, .recommend .aruaru4 .completion--title:before, .recommend .aruaru5 .completion--title:before {
    width: 13vw;
    height: 13vw;
  }
}
.recommend .aruaru1 .completion--notice, .recommend .aruaru2 .completion--notice, .recommend .aruaru3 .completion--notice, .recommend .aruaru4 .completion--notice, .recommend .aruaru5 .completion--notice {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  line-height: 2;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1 .completion--notice, .recommend .aruaru2 .completion--notice, .recommend .aruaru3 .completion--notice, .recommend .aruaru4 .completion--notice, .recommend .aruaru5 .completion--notice {
    text-align: left;
    margin-top: 2.2vw;
    font-size: 2.6vw;
    line-height: 1.6;
  }
}
.recommend .aruaru1 .completion {
  width: 490px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1 .completion {
    width: 100%;
  }
}
.recommend .aruaru1 .completion .completion--title:before {
  background: url("../assets/img/sb_manzoku.png") no-repeat center top;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru1 .completion .completion--title:before {
    background-size: contain;
    top: -36%;
    left: 0;
  }
}
.recommend .aruaru2 .completion {
  width: 644px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2 .completion {
    width: 100%;
  }
}
.recommend .aruaru2 .completion .completion--title:before {
  background: url("../assets/img/sb_tatta.png") no-repeat center top;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru2 .completion .completion--title:before {
    background-size: contain;
    top: -33%;
    left: -3%;
  }
}
.recommend .aruaru3 .completion {
  width: 560px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3 .completion {
    width: 100%;
  }
}
.recommend .aruaru3 .completion .completion--title:before {
  background: url("../assets/img/sb_kohinshitsu.png") no-repeat center top;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru3 .completion .completion--title:before {
    background-size: contain;
    top: -33%;
    left: 2%;
  }
}
.recommend .aruaru4 .completion {
  width: 546px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4 .completion {
    width: 100%;
  }
}
.recommend .aruaru4 .completion .completion--title:before {
  background: url("../assets/img/sb_moshimo.png") no-repeat center top;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru4 .completion .completion--title:before {
    background-size: contain;
    top: -36%;
    left: 0%;
  }
}
.recommend .aruaru5 .completion {
  width: 546px;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5 .completion {
    width: 100%;
  }
}
.recommend .aruaru5 .completion .completion--title:before {
  background: url("../assets/img/sb_moshimo.png") no-repeat center top;
}
@media screen and ( max-width: 768px ) {
  .recommend .aruaru5 .completion .completion--title:before {
    background-size: contain;
    top: -36%;
    left: 0%;
  }
}
.recommend .staff_styling .hdl-02--en {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../assets/img/real.svg") no-repeat center top;
  width: 100%;
  height: 166px;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .recommend .staff_styling .hdl-02--en {
    height: 21.4vw;
    background-size: contain;
  }
}
.recommend .staff_styling .hdl-02--en h2 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and ( max-width: 768px ) {
  .recommend .staff_styling .hdl-02--en h2 {
    font-size: 6.5vw;
  }
}
.recommend .staff_styling .hdl-02--en__small {
  display: inline;
  color: #222;
  font-size: 15px;
}
@media screen and ( max-width: 768px ) {
  .recommend .staff_styling .hdl-02--en__small {
    font-size: 3.6vw;
  }
}
.recommend .sale {
  margin: 210px auto 77px;
}
@media screen and ( max-width: 768px ) {
  .recommend .sale {
    margin: 31.9vw auto 13.5vw;
  }
}
.recommend .sale .hdl-02--en {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../assets/img/sale.svg") no-repeat center top;
  width: 100%;
  height: 169px;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .recommend .sale .hdl-02--en {
    height: 22vw;
    background-size: contain;
  }
}
.recommend .sale .hdl-02--en h2 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and ( max-width: 768px ) {
  .recommend .sale .hdl-02--en h2 {
    font-size: 6.5vw;
  }
}
.recommend .sale .hdl-02--en__small {
  color: #222;
  font-size: 15px;
  font-weight: normal;
  display: inline;
}
@media screen and ( max-width: 768px ) {
  .recommend .sale .hdl-02--en__small {
    font-size: 2.9vw;
  }
}
.recommend .sale .hdl-02--en__large {
  font-size: 38px;
  font-weight: bold;
}
@media screen and ( max-width: 768px ) {
  .recommend .sale .hdl-02--en__large {
    font-size: unset;
  }
}
.recommend .sale__bnr {
  width: 484px;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .recommend .sale__bnr {
    width: 63vw;
  }
}

.recommend .sale__bnr a img{
  width: 484px;
}
@media screen and ( max-width: 768px ) {
  .recommend .sale__bnr a img{
    width: 63vw;
  }
}

.fixbar {
  display: none;
}

.fixbar2 {
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9998;
  will-change: transform;
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.07, 0.06, 0.08, 1.04) 0.2s;
}
.fixbar2.is-fix {
  transform: translate(0, 0);
}
.fixbar2__inner {
  display: flex;
}
.fixbar2__list {
  display: flex;
  flex-grow: 2;
}
.fixbar2__list__item {
  width: 100%;
  margin: 0 auto;
  height: 13vw;
  max-height: 50px;
  text-align: center;
  position: relative;
}
@media screen and ( min-width: 769px ) {
  .fixbar2__list__item {
    right: -80px;
  }
}
@media screen and ( max-width: 768px ) {
  .fixbar2__list__item {
    bottom: -12vw;
  }
}
.fixbar2__list__item:nth-child(1) span,
.fixbar2__list__item:nth-child(1) a {
  background: #222222;
  letter-spacing: 0.5em;
}
.fixbar2__list__item span,
.fixbar2__list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 13vw;
  max-height: 50px;
  font-size: 1.3rem;
  color: #FFF;
}
@media screen and ( min-width: 769px ) {
  .fixbar2 {
    width: 50px;
    background: transparent;
    top: 30.9%;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 999;
    transform: translate(100%, 0);
  }
  .fixbar2.is-fix {
    transform: translate(0, 0);
  }
  .fixbar2__inner {
    flex-direction: column;
  }
  .fixbar2__list {
    flex-direction: column;
  }
  .fixbar2__list__item {
    max-height: none;
    width: 50px;
    height: 200px;
  }
  .fixbar2__list__item:nth-child(n+2) {
    margin-top: 24px;
  }
  .fixbar2__list__item span,
  .fixbar2__list__item a {
    max-height: none;
    width: 50px;
    height: 200px;
    writing-mode: vertical-rl;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fixbar2__list__item a:hover {
    opacity: 0.7;
  }
}

@media screen and ( min-width: 769px ) {
  .fixbar2.is-fix .fixbar2__list__item {
    right: 0;
  }
}
@media screen and ( max-width: 768px ) {
  .fixbar2.is-fix .fixbar2__list__item {
    bottom: 0;
  }
}
.page .set-price__single__price-sub,.page .set-price__set__price-sub{
    font-weight: bold;
}

.page .c-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;
    color: #fff;
    width: 304px;
    height: 54px;
    margin: 30px auto 0;
    background-color: #222;
    background-size: 6px auto;
    background-position: right 5.2% center;
    background-repeat: no-repeat;
    background-image: url("../../../assets/img/common/icon/icon_arrow-next.png");
  }
  @media screen and (max-width: 768px) {
    .page .c-btn {
      width: 79.2vw;
      height: 15.8vw;
      margin: 6vw auto 0;
      background-size: 1.3vw auto;
    }
  }
  .page .c-btn.is-rounded {
    border-radius: 8px;
  }
  @media screen and (max-width: 768px) {
    .page .c-btn.is-rounded {
      border-radius: 2.1vw;
    }
  }

/* p-fixed_btn
---------------------------*/
.page .p-fixed_btn {
    display: none;
    position: fixed;
    z-index: 999;
  }
  @media screen and (min-width: 769px) {
    .page .p-fixed_btn {
      right: 0;
      top: 10%;
    }
  }
  @media screen and (max-width: 768px) {
    .page .p-fixed_btn {
      width: 100%;
      bottom: 0;
      left: 0;
    }
  }
  .page .p-fixed_btn__item {
    width: 48px;
    height: 225px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5em;
    background-image: none;
    margin: 0;
  }
  @media screen and (min-width: 769px) {
    .page .p-fixed_btn__item {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
    }
  }
  @media screen and (max-width: 768px) {
    .page .p-fixed_btn__item {
      width: 100%;
      height: 12.9vw;
      font-size: 3.6vw;
      font-weight: bold;
      letter-spacing: 0.1em;
    }
  }



  .page .washable{
    max-width: 800px;
    width: 100%;
    margin: 160px auto;
    text-align: center;
  }
  @media screen and ( max-width: 768px ) {
    .page .washable{
      margin: 23.1vw auto;
    }
  }
  .page .washable_img_top{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 32px;
  }
  @media screen and ( max-width: 768px ) {
    .page .washable_img_top{
      max-width: 100%;
      width: 89.58vw;
      margin: 0 auto 6.25vw;
    }
  }
  .page .washable_heading{
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 33px;
    line-height: 1.66;
  }
  @media screen and ( max-width: 768px ) {
    .page .washable_heading{
      font-size: 5.2vw;
      margin-bottom: 6.5vw;
    }
  }
  .page .washable .solution__txt {
    position: relative;
    color: #000;
    font-size: 18px;
    font-family: "Noto Sans JP";
    padding-left: 40px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
  @media screen and ( max-width: 768px ) {
    .page .washable .solution__txt {
      font-size: 3.9vw;
      padding-left: 7.5vw;
      margin-bottom: 5.2vw;
    }
  }
  .page .washable .solution__txt:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("../assets/img/check_box.png") no-repeat center top;
    width: 32px;
    height: 32px;
    background-size: contain;
  }
  @media screen and ( max-width: 768px ) {
    .page .washable .solution__txt:before {
      top: 6%;
      width: 6.25vw;
      height: 6.25vw;
    }
  }
  .page .washable .solution_list{
    text-align: left;
    margin: 0 auto 24px;
    display: inline-block;
  }
  @media screen and ( max-width: 768px ) {
    .page .washable .solution_list{
      margin-bottom: 5.5vw;
    }
  }
  .page .washable_text{
    font-size: 15px;
    line-height: 2;
    margin-bottom: 33px;
  }
  @media screen and ( max-width: 768px ) {
    .page .washable_text{
      font-size: 3.6vw;
      margin-bottom: 6.38vw;
      line-height: 1.5;
    }
  }
  .page .washable_img_bottom{
    max-width: 480px;
    width: 100%;
    margin: 0 auto 32px;
  }
  @media screen and ( max-width: 768px ) {
    .page .washable_img_bottom{
      max-width: 480px;
      width: 62.5vw;
      margin: 0 auto 6.25vw;
    }
  }
  .page .washable_text_bottom{
    font-size: 24px;
    font-weight: bold;
    color: #6A90B2;
  }
  @media screen and ( max-width: 768px ) {
    .page .washable_text_bottom{
      font-size: 5.2vw;
    }
  }

  .page .two_pants{
    max-width: 800px;
    width: 100%;
    margin: 160px auto;
    text-align: center;
  }
  @media screen and ( max-width: 768px ) {
    .page .two_pants{
      margin: 23.1vw auto;
    }
  }
  .page .two_pants_img_top{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 32px;
  }
  @media screen and ( max-width: 768px ) {
    .page .two_pants_img_top{
      max-width: 100%;
      width: 89.58vw;
      margin: 0 auto 6.25vw;
    }
  }
  .page .two_pants_heading{
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 33px;
    line-height: 1.5;
  }
  @media screen and ( max-width: 768px ) {
    .page .two_pants_heading{
      font-size: 5.2vw;
      margin-bottom: 6.5vw;
    }
  }
  .page .two_pants .solution__txt {
    position: relative;
    color: #000;
    font-size: 18px;
    font-family: "Noto Sans JP";
    padding-left: 40px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
  @media screen and ( max-width: 768px ) {
    .page .two_pants .solution__txt {
      font-size: 3.9vw;
      padding-left: 7.5vw;
      margin-bottom: 5.2vw;
    }
  }
  .page .two_pants .solution__txt:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("../assets/img/check_box.png") no-repeat center top;
    width: 32px;
    height: 32px;
    background-size: contain;
  }
  @media screen and ( max-width: 768px ) {
    .page .two_pants .solution__txt:before {
      top: 6%;
      width: 6.25vw;
      height: 6.25vw;
    }
  }
  .page .two_pants .solution_list{
    text-align: left;
    margin: 0 auto 24px;
    display: inline-block;
  }
  @media screen and ( max-width: 768px ) {
    .page .two_pants .solution_list{
      margin-bottom: 5.5vw;
    }
  }
  .page .two_pants .two_pants_text{
    font-size: 15px;
    line-height: 2;
    margin: 0 auto 33px;
  }
  @media screen and ( max-width: 768px ) {
    .page .two_pants .two_pants_text{
      font-size: 3.6vw;
      margin-bottom: 6.38vw;
      line-height: 1.5;
    }
  }

  .page .two_pants .two_pants_img_bottom{
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  @media screen and ( max-width: 768px ) {
    .page .two_pants .two_pants_img_bottom{
      max-width: 480px;
      width: 62.5vw;
    }
  }
  .page .two_pants .two_pants_img_bottom_l{
    max-width: 456px !important;
    width: 100%;
    margin: 0 auto 16px !important;
  }
  @media screen and ( max-width: 768px ) {
    .page .two_pants .two_pants_img_bottom_l{
      max-width: 480px;
      width: 59.375vw;
      margin-bottom: 4.16vw;
    }
  }
  .page .two_pants .two-pants_note{
    font-size: 13px;
    line-height: 1.5;
  }
  @media screen and ( max-width: 768px ) {
    .page .two_pants .two-pants_note{
      font-size: 3.38vw;
    }
  }


  .page .summer_order{
    max-width: 800px;
    width: 100%;
    margin: 160px auto;
    text-align: center;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order{
      margin: 23.1vw auto;
    }
  }
  .page .summer_order_img_top{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 32px;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order_img_top{
      max-width: 100%;
      width: 89.58vw;
      margin: 0 auto 6.25vw;
    }
  }
  .page .summer_order_heading{
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 33px;
    line-height: 1.66;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order_heading{
      font-size: 5.2vw;
      margin-bottom: 6.5vw;
    }
  }
  .page .summer_order .solution__txt {
    position: relative;
    color: #000;
    font-size: 18px;
    font-family: "Noto Sans JP";
    padding-left: 40px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order .solution__txt {
      font-size: 3.9vw;
      padding-left: 7.5vw;
      margin-bottom: 5.2vw;
    }
  }
  .page .summer_order .solution__txt:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("../assets/img/check_box.png") no-repeat center top;
    width: 32px;
    height: 32px;
    background-size: contain;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order .solution__txt:before {
      top: 6%;
      width: 6.25vw;
      height: 6.25vw;
    }
  }
  .page .summer_order .solution_list{
    text-align: left;
    margin: 0 auto 24px;
    display: inline-block;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order .solution_list{
      margin-bottom: 5.5vw;
    }
  }
  .page .summer_order_text{
    font-size: 15px;
    line-height: 2;
    margin-bottom: 33px;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order_text{
      font-size: 3.6vw;
      margin-bottom: 6.38vw;
      line-height: 1.5;
    }
  }
  .page .summer_order_img_bottom{
    max-width: 480px;
    width: 100%;
    margin: 0 auto 32px;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order_img_bottom{
      max-width: 480px;
      width: 62.5vw;
      margin: 0 auto 6.25vw;
    }
  }

  .page .summer_order_price{
    display: flex;
    justify-content: center;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order_price{
      flex-direction: column;
      align-items: center;
    }
  }

  .page .summer_order_price_item{
    margin-right: 34px;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order_price_item{
      margin-right: 0;
      margin-bottom: 6.25vw;
    }
  }

  .page .summer_order_price_item:last-of-type{
    margin-right: 0;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order_price_item:last-of-type{
      margin-bottom: 0;
    }
  }

  .page .summer_order_price_item .text_top{
    font-size: 15px;
    line-height: 2;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order_price_item .text_top{
      font-size: 3.64vw;
    }
  }

  .page .summer_order_price_item .text_bottom{
    font-size: 38px;
    font-weight: 600;
  }
  @media screen and ( max-width: 768px ) {
    .page .summer_order_price_item .text_bottom{
      font-size: 6.5vw;
    }
  }