/* general */
body .pane-contents {
  color: #000;
  font-size: 16px;
}

img {
  vertical-align: bottom;
}

h3 {
  margin: 0;
	padding: 0;
    background: unset;
	font-weight: unset;
}

/* layout */
.sk-slct .container {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.sk-slct .container__wide {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1665px;
}

.section__02 {
  padding: 140px 0;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* typography */
.title__01 {
  margin: 0 auto 10px;
  padding: 0;
  background-color: transparent;
}

.title__02 {
  position: relative;
  margin: 0 auto 25px;
  border-bottom: none;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: .075em;
  text-align: center;
}

/* .title__02::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -50px;
  width: 69px;
  height: 26px;
  background-image: url(/img/usr/event/sk-slct/mark_01.png);
  background-repeat: no-repeat;
  transform: translate( -50%, 0);
} */

.title__02 .title__num {
  display: block;
  font-size: 29px;
  font-weight: normal;
}

.title__02 .title__num .em {
  font-size: 35px;
  font-weight: 600;
}

.title__03 {
  padding: 0;
  background-color: transparent;
}

.title-marker {
  position: relative;
  text-align: center;
  z-index: 0;
}

.title-marker::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 26px;
  background-repeat: no-repeat;
  transform: translate( -50%, 0);
  z-index: -5;
}

.title-marker-131::after {
  width: 131px;
  background-image: url(/img/usr/event/sk-slct/img-line-131.png);
}

.title-marker-157::after {
  width: 157px;
  background-image: url(/img/usr/event/sk-slct/img-line-157.png);
}

.title-marker-290::after {
  width: 290px;
  background-image: url(/img/usr/event/sk-slct/img-line-290.png);
}

.title-mark-02 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
}

.title-mark-02 span {
  position: relative;
}

.title-mark-02 span::before,
.title-mark-02 span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 23px;
  height: 44px;
  transform: translate( 0, -50%);
}

.title-mark-02 span::before {
  left: -40px;
  background-image: url(/img/usr/event/sk-slct/v2/mark_02-left.png);
}

.title-mark-02 span::after {
  right: -40px;
  background-image: url(/img/usr/event/sk-slct/v2/mark_02-right.png);
}

.text-note {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: .06em;
}

/* component */
.box__flex {
  display: flex;
  justify-content: space-between;
}

.box__flex__row2 {
  margin-bottom: 60px;
}

.box__flex__row2:last-child {
  margin-bottom: 0;
}

.box__flex__row2 .box-text {
  width: 494px;
}

.box__flex__row2 .box-text .title {
  font-size: 18px;
  font-weight: 600;
}

.box__flex__row2 .box-text .text {
  line-height: 2.1;
}

.box__flex__row2 .box-image {
  width: 450px;
}

.box__white {
  background-color: #fff;
}

.list__horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list__horizontal__item {
  margin: 0 20px 35px;
}

.marker {
  font-weight: bold;
}

.marker.white {
  background:linear-gradient(transparent 60%, #fff 60%);
}

.marker.yellow {
  background:linear-gradient(transparent 60%, #fafbcc 60%);
}

.marker.pink {
  background:linear-gradient(transparent 60%, #facbde 60%);
}

.marker.green {
  background:linear-gradient(transparent 60%, #b0d8d8 60%);
}

.marker.y-green {
  background:linear-gradient(transparent 60%, #c7deb2 60%);
}

.marker.blue {
  background:linear-gradient(transparent 60%, #d2e1f8 60%);
}

.btn-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 26px;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 18px;
  background: #eee;
  border-radius: 50vh;
}

.btn-01::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/img/usr/event/sk-slct/ico-arrow-down.png);
}

.btn-02 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
  height: 50px;
  color: #847766;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #d7073d;
  border-radius: 50vh;
  transition: all .3s 0s ease;
}

.btn-02-sm {
  padding: 0 45px;
  height: 40px;
  font-size: 18px;
}

.btn-02::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 47%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(-50%, 0);
}

.btn-02-sm::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 45%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(-50%, 0);
}

.btn-02:hover {
  opacity: .5;
  color: #fff;
}

.btn-03 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 80px 20px;
  background-color: #4a8cbe;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em;
  border-radius: 10px;
  transition: all .5s 0s ease;
}

.btn-03 .large {
  margin-right: 5px;
  font-size: 40px;
}

.btn-03::before {
  position: absolute;
  top: -6px;
  left: -6px;
  border: 3px solid #000;
  width: 100%;
  height: 100%;
  content: '';
  transition: all .2s ease-in;
  border-radius: 10px;
}

.btn-03:hover {
  padding: 14px 80px;
  color: #fff;
  text-decoration: none;
}

.btn-03:hover::before {
  top: 0;
  left: 0;
  text-decoration: none;
}

/* mv */
.sk-slct__mv {
  text-align: center;
  letter-spacing: .04em;
  background: url("/img/usr/event/sk-slct/bg-mv.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.sk-slct__mv .container {
  padding: 50px 0 0;
}

.sk-slct__mv .desc {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: .12em;
}

.sk-slct__mv .image {
  margin-bottom: -30px;
}

/* intro */
.section__intro {
  padding: 70px 0;
  background-color: #caeaf3;
}
.section__intro p {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}

.section__intro .box__flex {
  margin-bottom: 60px;
  align-items: center;
  justify-content: flex-start;
}

.section__intro .intro__text {
  margin-left: 50px;
  width: 41.8018018018%;
  max-width: 400px;
  line-height: 2.1;
  letter-spacing: .05em;
}

.section__intro .intro__text p {
  margin-bottom: 20px;
}

.section__intro .intro__text p:last-child {
  margin-bottom: 0;
}

.section__intro .intro__image {
  width: 53.4534534535%;
}

.section__intro .text {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: .08em;
}

.section__intro .nav__page {
  margin: 50px auto 0;
}

.section__intro .list__horizontal {
  /* margin-bottom: -20px; */
  justify-content: center;
}

.section__intro .list__horizontal__item {
  margin: 0 10px 20px;
  width: 310px;
}

.section__intro .list__horizontal:first-child .list__horizontal__item:first-child .btn-01 {
  padding-left: 10px;
}

/* self check */
.section__self-check {
  padding: 60px 0 70px;
}

.section__self-check .desc {
  margin-bottom: 15px;
  font-size: 18px;
}

.section__self-check .title__02 {
  margin-bottom: 20px;
  font-size: 40px;
}

.section__self-check .title__02 span {
  position: relative;
}

.section__self-check .title__02 span::before {
  content: '';
  display: block;
  position: absolute;
  left: -45px;
  top: 50%;
  width: 35px;
  height: 36px;
  background-image: url(/img/usr/event/sk-slct/v2/mark_01.png);
  background-repeat: no-repeat;
  transform: translate( 0, -50%);
}

.section__self-check .title__02 span::after {
  content: '';
  display: block;
  position: absolute;
  right: -45px;
  top: 50%;
  width: 35px;
  height: 36px;
  background-image: url(/img/usr/event/sk-slct/v2/mark_02.png);
  background-repeat: no-repeat;
  transform: translate( 0, -50%);
}

.section__self-check .box {
  text-align: center;
}

.section__self-check .box .inner {
  display: inline-block;
  padding: 40px 70px;
  background-color: #e8f8f9;
  border-radius: 15px;
  text-align: left;
}

.list__check li {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.list__check li:before {
  display: inline-block;
  content: '';
  border: 2px solid #9bd1e0;
  background-color: #fff;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.section__self-check .catch {
  padding: 20px;
  background-color: #a6e1e4;
  border-radius: 11px;
  text-align: center;
}

.section__self-check .catch .top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.section__self-check .catch .top img {
  margin-right: 15px;
}

.section__self-check .catch .top p {
  font-size: 20px;
}
.section__self-check .catch .top h3 {
  font-size: 20px;
}

.section__self-check .catch .bottom {
  display: inline-block;
  padding: 5px 15px;
  color: #129aa1;
  font-size: 17px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 50vh;
}

/* page nav */
.nav__page {
  margin-bottom: 40px;
}

/* conditions */
.section__conditions {
  padding: 80px 0;
  background: #e3f9ff;
}

.section__conditions .desc {
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: .005em;
}

.conditions__intro__group {
  align-items: flex-start;
  margin-bottom: 100px;
}

.conditions__intro__item {
  padding: 25px 40px;
  width: 31.5%;
  border-radius: 20px;
  box-sizing: border-box;
  color: #2e2b26;
}

.conditions__intro__item:nth-child(1) {
  background-color: #fcfdc9;
}

.conditions__intro__item:nth-child(2) {
  background-color: #b9effd;
}

.conditions__intro__item:nth-child(3) {
  background-color: #a7edf1;
}

.conditions__intro__item .check {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  color: #534c42;
}

.conditions__intro__item .title {
  margin-bottom: 15px;
  color: #2e2b26;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
  letter-spacing: .2em;
}

.conditions__intro__item .js-switch {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conditions__intro__item .js-switch span {
  position: relative;
}

.conditions__intro__item .js-switch span::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: '\025bc';
  position: absolute;
  right: -35px;
  top: 50%;
  padding-left: 5px;
  width: 22px;
  height: 22px;
  color: #fff;
  background-color: #474137;
  border-radius: 50vh;
  text-align: center;
  font-size: 12px;
  transform: translate(0,-50%);
}

.conditions__intro__item .js-switch.is-active span::after {
  content: '\025b2';
}

.conditions__intro__item .text {
  display: none;
  font-size: 15px;
  line-height: 1.7;
}

.conditions__intro__item .text .small {
  margin-top: 25px;
  font-size: 12px;
  line-height: 1.5;
}

.conditions__point__head {
  position: relative;
  padding: 70px 0 40px;
  background-color: #fff;
}

.conditions__point__head::after {
  content: '';
  position: absolute;
  bottom: -85px;
  width: 100%;
  height: 85px;
  background: linear-gradient(to top right, transparent 50% , #fff 50%) no-repeat top left / 50% 100%,
  linear-gradient(to top left,transparent 50%, #fff 50%) no-repeat bottom right/50% 100%;
}

.conditions__point__head .circle {
  position: absolute;
  top: -50px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #19c8d1;
  font-size: 20px;
  color: #fff;
  transform: translate(-50%,0);
  border-radius: 50vh;
}

.conditions__point__desc {
  color: #19c8d1;
  font-size: 28px;
  letter-spacing: .065em;
  line-height: 1.7;
}

.conditions__point__desc .marker {
  font-weight: 600;
}

.point__title {
  position: relative;
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
}

.point__title::before {
  content: '';
  display: block;
  position: absolute;
  top: -87px;
  left: -40px;
  width: 138px;
  height: 59px;
}

.point-01__text .text__group p {
  font-size: 17px;
  line-height: 1.7;
}

.point-01__text .text__group p:last-child {
  margin-bottom: 0;
}

.point__box__white {
  margin-top: 40px;
  padding: 40px 60px 60px;
}

.point__box__white .title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .075em;
}

.point__box__white figcaption {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}

.point__box__white p {
  text-align: center;
  font-size: 17px;
  line-height: 2.1;
}

.section__conditions .point-01 {
  justify-content: center;
  position: relative;
  margin-top: -22px;
  margin-bottom: 60px;
}

.point-01__text {
  margin-top: 110px;
  width: 400px;
}

.point-01__image {
  margin-left: 110px;
}

.point-01__image figcaption {
  margin-top: 25px;
  text-align: center;
}

.section__conditions .point-02 .box__flex,
.section__conditions .point-03 .box__flex {
  margin-bottom: 50px;
}

.section__conditions .point-03 .title__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto 80px;
  color: #847766;
  font-size: 25px;
  letter-spacing: .065em;
  line-height: 1;
}

.section__conditions .point-03 .title__circle span {
  position: relative;
}

.section__conditions .point-03 .title__circle span::before {
  content: '';
  position: absolute;
  left: -92px;
  top: 50%;
  width: 62px;
  height: 62px;
  color: #fff;
  border: 8px solid #847766;
  border-radius: 50vh;
  text-align: center;
  transform: translate(0,-50%);
}

.section__conditions .point-04 {
  align-items: center;
  margin-top: 40px;
}

.section__conditions .point-04 .box__flex__item:last-child {
  flex: 1;
  margin-left: 40px;
}

.section__conditions .point-04 .box__flex__item p {
  font-size: 17px;
  line-height: 2.1;
}

.section__conditions .point-04 .box__flex__item .title {
  font-size: 24px;
  font-weight: 600;
}

/* commitment */
.section__commitment {
  padding: 120px 0;
  background-color: #f9f9dd;
}

.section__commitment .container {
  width: 1100px;
}

.nav__btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  box-shadow: 6px 6px 0 #606051;
  border-radius: 60px;
  border: 2px solid #606051;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border-radius: 11px;
  color: #1a1918;
  font-size: 21px;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  transition: .1s ease-out;
}
.nav__btn-01 h3 {
  font-size: 21px;
}

.nav__btn-01:hover {
  color: unset;
  box-shadow: none;
  transform: translate(6px, 6px);
}

.btn-01__check {
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}

.nav__btn-01 .marker {
  font-size: 23px;
}

.nav__commitment {
  margin: 0 auto;
  max-width: 1100px;
}

.nav__commitment li {
  width: 395px;
}

.nav__commitment .nav__btn-01 p::after,
.nav__commitment .nav__btn-01 h3::after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: '\025bc';
  width: 22px;
  height: 22px;
  color: #fff;
  background-color: #474137;
  border-radius: 50vh;
  text-align: center;
  font-size: 12px;
}


.section__commitment .title-bnr {
  margin-bottom: 67px;
}

.commitment__desc {
  margin-bottom: 40px;
}

.commitment__desc .box__flex {
  justify-content: center;
}

.commitment__desc .box__flex__item {
  margin-right: 22px;
  padding: 14px 50px;
  border: 2px solid #000;
  font-size: 18px;
  letter-spacing: .01em;
  line-height: 1;
  border-radius: 6px;
}

.commitment__desc .box__flex__item:last-child {
  margin-right: 0;
}

.commitment__desc .catch {
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: .08em;
}

.commitment__group .title {
  margin-bottom: 65px;
}

.commitment__products {
  justify-content: center;
}

.commitment__products .box__flex__item {
  margin: 0 20px;
  padding: 20px;
  width: 34.7272727273%;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
}

.commitment__products .box__flex__item > a:not(.btn-02) {
  display: block;
  position: relative;
}

.commitment__products .box__flex__item .mark {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1px solid;
  font-size: 18px;
  border-radius: 50vh;
  z-index: 1;
}

.commitment__products .box__flex__item.regular .mark {
  color: #fff;
  background-color: #d1063b;
  border-color: #d1063b;
}

.commitment__products .box__flex__item.hard .mark {
  color: #fff;
  background-color: #2777d2;
  border-color: #2777d2;
}

.commitment__products .title {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}

.commitment__products .price {
  margin: 15px auto;
  font-size: 18px;
  color: #000;
}

.commitment__guideline {
  margin: 0 auto 30px;
  padding: 40px;
  width: 817px;
}

.commitment__guideline .text {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.commitment__group {
  /*margin-bottom: 88px;*/
}

.commitment__thickness {
  margin: 0 auto;
  padding: 35px 95px 45px;
  width: 817px;
}

.commitment__thickness .text {
  margin-bottom: 23px;
  text-align: center;
  font-size: 20px;
  letter-spacing: .1em;
}

.commitment__air .thickness__group .title {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #464648;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  text-decoration: none;
  font-size: 20px;
}
.thickness__group__item .inner {
  padding: 20px 23px;
}

.thickness__group__item .group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.thickness__group .box__flex {
  margin-bottom: 20px;
}

.thickness__group__item .box__flex__item {
  width: 300px;
}

.thickness__group__item.bed-mattress {
  margin-top: 35px;
}

.thickness__group__item.bed-mattress .box__flex__item:last-child {
  flex: 1;
  margin-left: 20px;
}

.thickness__group__item .group__item .catch {
  margin: 10px auto;
  min-height: 80px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.thickness__group__item .text-note {
  margin-top: 10px;
  margin-left: 20px;
  font-size: 12px;
}

.thickness__group__item .catch {
  margin: 10px;
  font-size: 18px;
  font-weight: 600;
}

.thickness__group__item .text {
  margin: 10px;
  font-size: 15px;
  letter-spacing: 0;
  text-align: left;
}

/* エアー シリーズ */
.commitment__air {
  margin-bottom: 90px;
}

.commitment__air .container {
  padding-bottom: 75px;
  /*border: 2px solid #000;*/
  background-color: #000;
}

.commitment__air .intro {
  padding: 20px;
  background-color: #D7073D;
  text-align: center;
}

.commitment__air .title__04 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	margin: 40px auto;
}

.commitment__air .intro p,
.commitment__air .intro h3 {
  line-height: 1.68;
  font-size: 22px;
}
.commitment__air .intro h3 {
    color: #fff;
}

.commitment__air .intro p .em,
.commitment__air .intro h3 .em {
  color: #d5083d;
  text-decoration: underline;
}
.commitment__air .intro h3 .em {
    color: #fff;
}

.commitment__air h3 {
  padding: 0;
}

.commitment__air .title {
  margin-bottom: 50px;
  color: #fff;
  font-size: 22px;
  text-decoration: underline;
  text-align: center;
}

.commitment__air .commitment__products .price {
  color: #fff;
}

.commitment__air .commitment__products {
  padding-bottom: 56px;
}

.commitment__air .commitment__products .box__flex__item {
  padding: 0;
  width: 30.1818181818%;
  background-color: transparent;
  color: #fff;
}

/* SUYARA */
.commitment__suyara {
  margin-bottom: 90px;
}

.commitment__suyara .container {
  padding-bottom: 75px;
  background-color: #c0e8f1;
}

.commitment__suyara .intro {
  padding: 20px;
  background-color: #3a9d9d;
  color: #fff;
  text-align: center;
}

.commitment__suyara .intro p,
.commitment__suyara .intro h3 {
  line-height: 1.68;
  font-size: 22px;
}

.commitment__suyara .intro p .em,
.commitment__suyara .intro h3 .em {
  text-decoration: underline;
}

.commitment__suyara h3 {
  padding: 0;
}

.commitment__suyara .desc {
  padding: 20px 0 40px;
  font-size: 18px;
  line-height: 2.1;
}

.commitment__suyara .catch {
  position: relative;
  margin-bottom: 58px;
  padding: 20px 0;
  background-color: #e0f4f8;
}

.commitment__suyara .catch img {
  position: absolute;
  top: 50%;
  left: 173px;
  transform: translate(0,-50%);
}

.commitment__suyara .catch p {
  display: inline-block;
  margin-left: 380px;
  color: #218684;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.box__suyara {
  margin: 22px auto 0;
  padding: 35px 45px 45px;
  width: 900px;
  border-radius: 20px;
  box-sizing: border-box;
}

.box__suyara .box__text {
  flex: 1;
  margin-right: 60px;
}

.box__suyara .em {
  margin-bottom: 10px;
  color: #033f3e;
  font-size: 19px;
  font-weight: 600;
  text-decoration: underline;
}

.box__suyara .title {
  margin-bottom: 10px;
  color: #033f3e;
  font-size: 32px;
  font-weight: 600;
}

.box__suyara.wave-02 .box__flex {
  margin-top: 20px;
}

.box__suyara .text {
  line-height: 1.6;
}

.commitment__suyara .commitment__products {
  margin: 50px auto 40px;
}

.commitment__suyara .btn-02 {
  border: 2px solid #2a9386;
  background-color: #fff;
  color: #2a9386;
}

.commitment__suyara .btn-02::after {
  border-color: #2a9386;
}

.commitment__suyara .btn-02-sm {
  border: none;
  color: #fff;
  background-color: #2a9386;
}

.commitment__suyara .btn-02-sm::after {
  border-color: #fff;
}

/* CLASINO */
.commitment__clasino {
  margin-bottom: 90px;
}

.commitment__clasino .container {
  padding-bottom: 75px;
  background-color: #e5f19f;
}

.commitment__clasino .intro {
  padding: 20px;
  background-color: #90be66;
  color: #fff;
  text-align: center;
}

.commitment__clasino .intro p,
.commitment__clasino .intro h3 {
  line-height: 1.68;
  font-size: 22px;
}

.commitment__clasino .intro p .em,
.commitment__clasino .intro h3 .em {
  text-decoration: underline;
}

.commitment__clasino h3 {
  padding: 0;
}

.commitment__clasino .commitment__desc {
  margin-bottom: 55px;
  font-size: 24px;
  font-weight: 600;
}

.commitment__clasino .commitment__group .title {
  margin: 50px auto;
}

.commitment__care {
  margin: 0 auto;
  width: 1000px;
}

.commitment__care__item {
  width: 325px;
}

.commitment__care__item .inner {
  margin: 0 23px 30px;
}

.commitment__care__title {
  margin: -24px auto 10px;
  text-align: center;
}

.commitment__care__item .catch {
  margin: 14px auto;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.commitment__care__item .text {
  margin: 0 auto 10px;
  min-height: 75px;
  font-size: 14px;
  line-height: 1.85;
}

.commitment__care__item .product__item {
  margin-top: 12px;
}

.commitment__care__item .product__item__name {
  margin-top: 10px;
  min-height: 45px;
  font-size: 14px;
}

.commitment__care__item .product__item__price {
  margin-top: 5px;
  font-size: 14px;
  text-align: right;
  color: #5b6770;
}

.commitment__care__item .btn-02 {
  margin: 20px auto 0;
}

.commitment__clasino .btn-02 {
  border: 2px solid #7cb24a;
  background-color: #fff;
  color: #7cb24a;
}

.commitment__clasino .btn-02::after {
  border-color: #7cb24a;
}

.commitment__clasino .btn-02-sm {
  border: none;
  color: #fff;
  background-color: #7cb24a;
}

.commitment__clasino .btn-02-sm::after {
  border-color: #fff;
}

.commitment__clasino .commitment__products {
    margin: 50px auto 40px;
}

/* Aller-Wall */
.commitment__aller-wall {
  margin-bottom: 90px;
}

.commitment__aller-wall .container {
  padding-bottom: 75px;
  background-color: #deebf7;
}

.commitment__aller-wall .intro {
  padding: 20px;
  background-color: #87a4d1;
  color: #fff;
  text-align: center;
}

.commitment__aller-wall .intro p,
.commitment__aller-wall .intro h3 {
  line-height: 1.68;
  font-size: 22px;
}

.commitment__aller-wall .intro p .em,
.commitment__aller-wall .intro h3 .em {
  text-decoration: underline;
}

.commitment__aller-wall h3 {
  padding: 0;
}

.commitment__aller-wall .desc {
  padding: 45px 0 25px;
  font-size: 25px;
  color: #03437d;
}

.commitment__aller-wall .box__white {
  margin: 22px auto 0;
  padding: 25px 35px 50px;
  border-radius: 20px;
  box-sizing: border-box;
  width: 1000px;
}

.function_icon {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 30px auto;
}

.function_text {
  display: flex;
  color: #595757;
  margin: auto;
}

.function_text.function_icon {
  align-items: center;
  padding-left: 45pt;
  padding-right: 45pt;
  margin: 0 auto 30pt;
}

.commitment__aller-wall p.title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.commitment__aller-wall p.title .large {
  font-size: 65px;
}

.commitment__aller-wall .blue {
  color: #004a8e;
}

.function_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e7edf6;
  width: 30%;
  margin: 0 auto;
  padding: 15px;
  padding-bottom: 0;
  box-shadow: 4px 4px 8px #b9b9b9;
  font-size: 14px;
}

.commitment__aller-wall .sub_title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  height: 60px;
}

.commitment__aller-wall .under__text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2.1;
  text-align: center;
}

.commitment__aller-wall .commitment__products {
  margin-top: 50px;
}

.commitment__aller-wall .btn-02-sm {
  border: none;
  color: #fff;
  background-color: #7294c9;
}

.commitment__aller-wall .btn-02:not(.btn-02-sm) {
    border: 2px solid #7294C9;
    background-color: #fff;
    color: #7294C9;
}
.commitment__aller-wall .btn-02::after {
    border-color: #7294C9;
}

.commitment__aller-wall .commitment__products {
    margin: 50px auto 40px;
}
.box__aller-wall {
	justify-content: space-evenly;
    width: 900px;
	background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}

/* add ここちフィット */
.commitment__cocochifit {
  margin-bottom: 90px;
}

.commitment__cocochifit .container {
  padding-bottom: 75px;
  background-color: #4878A9;
}

.commitment__cocochifit .intro {
  padding: 20px;
  background-color: #4878A9;
  color: #fff;
  text-align: center;
}

.commitment__cocochifit .intro p,
.commitment__cocochifit .intro h3 {
  line-height: 1.68;
  font-size: 22px;
}

.commitment__cocochifit .intro p .em,
.commitment__cocochifit .intro h3 .em {
  text-decoration: underline;
}

.commitment__cocochifit h3 {
  padding: 0;
}

.commitment__cocochifit .desc {
  padding: 20px 0 40px;
  font-size: 18px;
  line-height: 2.1;
}

.commitment__cocochifit .catch {
  position: relative;
  margin-bottom: 58px;
  padding: 20px 0;
  background-color: #e0f4f8;
}

.commitment__cocochifit .catch img {
  position: absolute;
  top: 50%;
  left: 173px;
  transform: translate(0,-50%);
}

.commitment__cocochifit .catch p {
  display: inline-block;
  margin-left: 380px;
  color: #2F5597;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.box__cocochifit {
  margin: 22px auto 0;
  padding: 35px 45px 45px;
  width: 900px;
  border-radius: 20px;
  box-sizing: border-box;
}

.box__cocochifit .box__text {
  flex: 1;
  margin-right: 60px;
}

.box__cocochifit .em {
  margin-bottom: 10px;
  color: #2F5597;
  font-size: 19px;
  font-weight: 600;
  text-decoration: underline;
}

.box__cocochifit .title {
  margin-bottom: 10px;
  color: #2F5597;
  font-size: 32px;
  font-weight: 600;
}

.box__cocochifit.wave-02 .box__flex {
  margin-top: 20px;
}

.box__cocochifit .text {
  line-height: 1.6;
}

.commitment__cocochifit .commitment__products {
  margin: 50px auto 40px;
}

.commitment__cocochifit .btn-02 {
  border: 2px solid #2F5597;
  background-color: #fff;
  color: #2F5597;
}

.commitment__cocochifit .btn-02::after {
  border-color: #2F5597;
}

.commitment__cocochifit .btn-02-sm {
  border: none;
  color: #fff;
  background-color: #2F5597;
}

.commitment__cocochifit .btn-02-sm::after {
  border-color: #fff;
}

/* add nishikawa 睡眠Labo */
.commitment__smnlabo {
  margin-bottom: 90px;
}

.commitment__smnlabo .container {
  padding-bottom: 75px;
  background-color: #FFD966;
}

.commitment__smnlabo .intro {
  padding: 20px;
  background-color: #FFC000;
  color: #fff;
  text-align: center;
}

.commitment__smnlabo .intro p,
.commitment__smnlabo .intro h3 {
  line-height: 1.68;
  font-size: 22px;
}

.commitment__smnlabo .intro p .em,
.commitment__smnlabo .intro h3 .em {
  text-decoration: underline;
}

.commitment__smnlabo h3 {
  padding: 0;
}

.commitment__smnlabo .desc {
  padding: 30px 0 40px;
  font-size: 18px;
  line-height: 2.1;
  background: #F8F8F8;
}
.commitment__smnlabo .desc span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px
}

.commitment__smnlabo .catch {
  position: relative;
  margin-bottom: 58px;
  padding: 20px 0;
  background-color: #e0f4f8;
}

.commitment__smnlabo .catch img {
  position: absolute;
  top: 50%;
  left: 173px;
  transform: translate(0,-50%);
}

.commitment__smnlabo .catch p {
  display: inline-block;
  margin-left: 380px;
  color: #FFC000;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.box__smnlabo {
  margin: 22px auto 0;
  padding: 35px 45px 45px;
  width: 900px;
  border-radius: 20px;
  box-sizing: border-box;
}

.box__smnlabo .box__text {
  flex: 1;
  margin-right: 60px;
}

.box__smnlabo .em {
  margin-bottom: 10px;
  color: #FFC000;
  font-size: 19px;
  font-weight: 600;
  text-decoration: underline;
}

.box__smnlabo .title {
  margin-bottom: 10px;
  color: #FFC000;
  font-size: 32px;
  font-weight: 600;
}

.box__smnlabo.wave-02 .box__flex {
  margin-top: 20px;
}

.box__smnlabo .text {
  line-height: 1.6;
}

.commitment__smnlabo .commitment__products {
  margin: 50px auto 40px;
}

.commitment__smnlabo .btn-02 {
  border: 2px solid #FFC000;
  background-color: #fff;
  color: #FFC000;
}

.commitment__smnlabo .btn-02::after {
  border-color: #FFC000;
}

.commitment__smnlabo .btn-02-sm {
  border: none;
  color: #fff;
  background-color: #FFC000;
}

.commitment__smnlabo .btn-02-sm::after {
  border-color: #fff;
}

.rsmnlabo {
  background: #fff;
}

/* add こだわりで選ぶメニュー */
.nav__page .list__horizontal2 {
	width: 100%;
	max-width: 800px;
	margin: 40px auto 60px;
	padding: 45px 100px;
    background: #fff;
	border-radius: 24px;
}
.list__horizontal__item2 {
    display: block;
    margin: 0 0 18px;
    padding: 0 0 18px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.list__horizontal__item2:last-of-type {
    margin: 0;
}

.list__horizontal__item2 a {
    position: relative;
    display: flex;
    align-items: center;
    color: #65553f;
}
.list__horizontal__item2 p {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 10px;
}
.list__horizontal__item2 a::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: '\025bc';
    position: absolute;
    right: 10px;
    top: 55%;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #474137;
    border-radius: 50vh;
    text-align: center;
    font-size: 10px;
    transform: translate(0, -50%);
}
.list__horizontal__item2 .list__01 .marker {
    background: linear-gradient(transparent 60%, #facbde 60%);
}
.list__horizontal__item2 .list__02 .marker {
    background: linear-gradient(transparent 60%, #b0d8d8 60%);
}
.list__horizontal__item2 .list__03 .marker {
    background: linear-gradient(transparent 60%, #c7deb2 60%);
}
.list__horizontal__item2 .list__04 .marker {
    background: linear-gradient(transparent 60%, #d2e1f8 60%);
}
.list__horizontal__item2 .list__05 .marker {
    background: linear-gradient(transparent 60%, #4878A94D 60%);
}
.list__horizontal__item2 .list__06 .marker {
    background: linear-gradient(transparent 60%, #FFC0004D 60%);
}

/* size */
.section__size {
  padding: 50px 0 140px;
  background-color: #bfeced;
}

.section__size .container {
  width: 1060px;
}

.section__size .title {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

.section__size .desc {
  margin-bottom: 60px;
  text-align: center;
}

.size__group {
  margin: 0 auto 30px;
  padding: 40px 0 35px;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff;
}

.size__group__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .15em;
  text-align: center;
}

.size__group__text {
  margin-bottom: 25px;
  font-size: 16px;
  letter-spacing: .15em;
  text-align: center;
}

.size__image {
  margin-right: 20px;
}

.size__group__inner {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}

.size__group .block-thumbnail-t {
  width: auto;
}

.section__size .btn-02 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: rgb(132, 119, 102);
  font-size: 16px;
  font-weight: 500;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 0px 80px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(132, 119, 102);
  border-image: initial;
  border-radius: 50vh;
  transition: all 0.3s ease 0s;
}

.section__size .btn-02::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  display: block;
  width: 10px;
  height: 13px;
  background-image: url(/img/usr/event/sk-slct/ico-arrow-right.png);
  transform: translate( 0, -50%);
  background-size: cover;
}

/* price */
.section__price {
  padding: 140px 0;
  background:#e3f9ff;
}

.section__price .title {
  margin-bottom: 50px;
}

.section__price .btn__group {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.section__price .btn__group .btn {
  margin-bottom: 50px;
  width: 100%;
}

.section__price .btn__group .btn:nth-child(even),
.section__price .btn__group h3:nth-child(even) .btn {
  background-color: #90be66;
}

/* price */
.section__question {
  background-color: #f5f5f5;
}

/* add */
p.clasino_title_txt {
    position: absolute;
    top: 250px;
    left: 130px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
}
/* add navi */
.list__v3 .list__horizontal__item {
    margin: 0 0 20px;
	width: 145px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.list__v3 .list__horizontal__item a {
	display: block;
	color: #65553f;
	padding: 0 0 35px;
	background: url(/img/usr/event/sk-slct/v3/list__line.png) right center no-repeat, url(/img/usr/event/sk-slct/v3/list__arrow.png) bottom center no-repeat;
}
.list__v3 .list__horizontal__item:last-child a {
	background: url(/img/usr/event/sk-slct/v3/list__arrow.png) bottom center no-repeat;
}
.list__v3 .list__horizontal__item a:hover {
	opacity: 0.7;
}
.list__v3 .list__horizontal__item .list__num {
    font-size: 24px;
	display: block;
}
.list__v3 .list__horizontal__item .list__em {
    font-size: 28px;
}
.list__v3 .list__horizontal__item p {
	display: flex;
	justify-content: center;
	align-items: center;
    height: 54px;
}
.list__v3 .list__horizontal__item .list__01 .marker {
    background: linear-gradient(transparent 60%, #e3f9ff 60%);
}
.list__v3 .list__horizontal__item .list__02 .marker {
    background: linear-gradient(transparent 60%, #feffdb 60%);
}
.list__v3 .list__horizontal__item .list__03 .marker {
    background: linear-gradient(transparent 60%, #ecfbe0 60%);
}
.list__v3 .list__horizontal__item .list__04 .marker {
    background: linear-gradient(transparent 60%, #d2f0f1 60%);
}
.list__v3 .list__horizontal__item .list__05 .marker {
    background: linear-gradient(transparent 60%, #dff8ff 60%);
}
.list__v3 .list__horizontal__item .list__06 .marker {
    background: linear-gradient(transparent 60%, #ffffff99 60%);
}
#commitment .nav__page {
    margin: 20px 0;
}
#commitment .list__v3 .list__horizontal__item {
	width: 260px;
}
#commitment .list__v3 .list__horizontal__item .list__01 .marker {
    background: linear-gradient(transparent 60%, #facbde 60%);
}
#commitment .list__v3 .list__horizontal__item .list__02 .marker {
    background: linear-gradient(transparent 60%, #b0d8d8 60%);
}
#commitment .list__v3 .list__horizontal__item .list__03 .marker {
    background: linear-gradient(transparent 60%, #c7deb2 60%);
}
#commitment .list__v3 .list__horizontal__item .list__04 .marker {
    background: linear-gradient(transparent 60%, #d2e1f8 60%);
}

/* add FAQ */
.section__sk-slct .block-common-question {
	padding: 140px 0;
    background: #fefeea;
}
.section__sk-slct .block-common-question h2.block-common-question--title {
	margin: 0 auto 25px;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: .075em;
}
.section__sk-slct .block-common-question--list {
    width: 800px;
    margin: auto;
    padding: 40px 50px 35px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.section__sk-slct .block-common-question ul.block-common-question--list > li {
	padding: 30px 20px 30px 0;
    border-bottom: 1px solid #eee;
}
.section__sk-slct .block-common-question ul.block-common-question--list > li:last-child {
    border-bottom: none;
}
.section__sk-slct .block-common-question ul.block-common-question--list > li::after {
	top: 48px;
    width: 12px;
    height: 12px;
}
.block-common-question ul.block-common-question--list > li.is-close::after {
    top: 40px !important;
}
.section__sk-slct .block-common-question ul.block-common-question--list > li .block-common-question--item-question {
    background: url(/img/usr/freepage/towelartgift2020/icon_question_q.png) top 12px left / auto auto no-repeat;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
}
.section__sk-slct .block-common-question ul.block-common-question--list > li .block-common-question--item-answer {
    background: url(/img/usr/freepage/towelartgift2020/icon_question_a.png) top 9px left / auto auto no-repeat;
    font-size: 16px;
}
.section__sk-slct .block-common-question--item-answer a {
    color: #000;
}
.section__sk-slct .block-common-question--item-answer .flex-wrap {
    display: flex;
    justify-content: space-between;
}
.section__sk-slct .block-common-question--item-answer .flex-wrap figure {
    width: 218px;
}
.section__sk-slct .block-common-question--item-answer .flex-wrap figcaption {
    text-align: center;
}

/* add 寝室のタイプで選ぶ */
.section__bedroom {
    padding: 50px 0 140px;
    background-color: #e6fad6;
}
.section__bedroom .container {
    width: 950px;
}
.section__bedroom .title {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}
.section__bedroom .desc {
  margin-bottom: 60px;
  text-align: center;
}
#bedroom .list__v3 .list__horizontal__item {
	position: relative;
    width: auto;
	margin: 0;
    padding: 0 80px 0 30px;
	font-size: 22px;
	border-right: 1px solid #aab4a2;
}
#bedroom .list__v3 .list__horizontal__item:last-child {
	border-right: none;
}
#bedroom .list__v3 .list__horizontal__item a {
	padding: 0;
	background: none;
}
#bedroom .list__v3 .list__horizontal__item a::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: '\025bc';
    position: absolute;
    right: 45px;
    top: 55%;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #474137;
    border-radius: 50vh;
    text-align: center;
    font-size: 10px;
    transform: translate(0,-50%);
}
#bedroom .list__v3 .list__horizontal__item p {
    height: auto;
}
#bedroom .list__v3 .list__horizontal__item [class^="list__"] .marker {
    background: linear-gradient(transparent 60%, #fff 60%);
}

.bedroom__group__inner {
    display: flex;
    justify-content: center;
    margin: 0 auto 50px;
}

.bedroom__group {
    margin: 0 auto 50px;
    padding: 40px 0 0;
    border-radius: 0;
    box-sizing: border-box;
    background-color: #fff;
}
.bedroom__group__title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .07em;
    text-align: center;
	color: #584833;
}
.bedroom__group__stitle {
    font-size: 23px;
}
.section__bedroom #flooring .marker {
    background: linear-gradient(transparent 60%, #cbedee 60%);
}
.section__bedroom #bed .marker {
    background: linear-gradient(transparent 60%, #dff8ff 60%);
}
.bedroom__detail {
	width: 715px;
	margin: 40px auto 60px;
}
#bed .bedroom__detail {
	width: 685px;
}
.bedroom__detail img {
	display: block;
	margin: 0 auto 20px;
  flex-shrink: 0;
}
.bedroom__detail p {
  font-size: 17px;
  font-weight: 500;
	color: #584833;
	line-height: 1.8;
	margin: 20px auto 40px;
}
.bedroom__detail div p {
  font-size: 16px;
	margin: auto;
}
.section__bedroom .item_title {
  margin-bottom: 40px;
	padding: 30px;
  font-size: 22px;
  font-weight: 600;
	color: #584833;
  text-align: center;
	line-height: 1;
	background: #cbedee;
}
.section__bedroom #bed .item_title {
	background: #dff8ff;
}
.bedroom__group .block-thumbnail-t {
    width: auto;
}
.section__bedroom .btn-02 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 390px;
    height: 74px;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    color: #fff;
	padding: 0;
	letter-spacing: 0.8px;
    background-color: #22bec3;
    border-radius: 50vh;
    transition: all .3s 0s ease;
}
.section__bedroom #bed .btn-02 {
    background-color: #56dfe8;
}
.section__bedroom .btn-02::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 47%;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translate(-50%, 0);
}

.bedroom__group .align-center {
    padding: 0 0 70px;
}
.bedroom__group__inner .block-thumbnail-t--goods {
    width: 285px;
    padding-left: 15px;
    flex-shrink: 0;
}
.bedroom__group__inner .block-thumbnail-t--goods-image figure {
    width: 100%;
    height: 100%;
    background: #fff;
}

.bedroom__detail sup {
    font-size: 12px;
    vertical-align: top;
}
.bedroom__detail div p span {
    font-size: 12px;
}
a.line_txt {
	color: #584833;
	text-decoration: underline;
}
a.line_txt:hover {
	text-decoration: none;
}

/* add マットレスと敷き布団の違いとは？ */
#difference.section__bedroom {
    padding: 50px 0 140px;
    background-color: #CAEAF3AB;
}
.title__02p {
	font-weight: bold;
	text-align: center;
	margin: 40px auto;
}
#difference .list__v3 .list__horizontal__item {
    width: 290px;
}

#difference .diff_title {
    text-align: center;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 22px;
	font-weight: bold;
}
#difference .diff_heading01 {
    margin: 0 0 15px;
    padding: 15px;
    background-color: #DBFFBD;
    text-align: center;
    line-height: 1;
    letter-spacing: .1em;
    text-decoration: none;
    font-size: 23px;
	font-weight: bold;
}
#difference .diff_heading02 {
    margin: 45px 0 15px;
    padding: 15px;
    background-color: #FFF3B1;
    text-align: center;
    line-height: 1;
    letter-spacing: .1em;
    text-decoration: none;
    font-size: 23px;
	font-weight: bold;
}

#difference .difference__detail {
	padding: 47px 118px 50px;
	background: #F8F7F2;
}
#difference .difference__detail ul {
	display: flex;
	justify-content: space-between;
	margin: 55px auto 0;
}
#difference .difference__detail ul li {
	width: 100%;
	max-width: 340px;
	padding: 27px 20px;
	background: #fff;
	border-radius: 12px;
}
#difference .difference__detail ul li p.ddf_title {
    font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 23px;
}
#difference .difference__detail ul li img {
    display: block;
	margin: auto;
}
#difference .difference__detail ul li p.ddf_p {
    font-size: 16px;
	margin: 30px 0 0;
}

#difference .diff_flex__p {
	margin: 0 30px 0 0;
}
#difference .diff_flex__img {
	width: 329px;
	flex-shrink: 0;
}
#difference .diff_p {
    font-size: 17px;
	text-align: center;
}
#difference .diff_note {
	display: block;
	line-height: 1.5;
	margin: 10px 0 0;
}

/* add 「良い敷き寝具」の条件とは？ */
#conditions.section__conditions {
    padding: 50px 0 140px;
}
#conditions .conditions_item {
	width: 1000px;
    margin: 50px auto;
    background: #fff;
}
#conditions .conditions_item .item_title {
	margin-bottom: 40px;
    padding: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #584833;
    text-align: center;
    line-height: 1;
	background: #cbedee;
}
#conditions .conditions_item .block-thumbnail-t {
    /*width: 771px;*/
	padding: 0 0 15px;
}
#conditions .conditions_item .block-thumbnail-t li {
    margin-left: 50px;
}
#conditions .conditions_item .block-thumbnail-t--goods {
	width: 285px;
    padding-bottom: 25px;
    padding-left: 15px;
    flex-shrink: 0;
}
#conditions .conditions_item .block-thumbnail-t--goods:first-of-type {
	margin-left: 15px;
}

/* add ナビ6列調整（reset） */
.sk-slct .nav__page.row6navi .container {
    width: 1100px;
}
.list__v3 .list__horizontal__item {
    width: 160px;
}

/* add ランキング（売上個数）で選ぶ */
.section__ranking {
    padding: 80px 0;
    background: #e3f9ff;
}
.ranking_item {
    margin-bottom: 40px;
    padding: 30px 20px;
    background: #fff;
}
.ranking_item .item_title {
    font-size: 24px;
    font-weight: bold;
	text-align: center;
    margin-bottom: 20px;
}
.ranking_item .block-ranking-r--items {
    width: 960px;
}
.ranking_item .block-ranking-r li {
    margin-bottom: 0;
}
.ranking_item .btn-02 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	margin-top: 30px;
    padding: 0 80px;
    height: 50px;
    color: #22BEC3;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    background: #fff;
	border: 1px solid #22BEC3;
    border-radius: 50vh;
    transition: all .3s 0s ease;
}
.ranking_item .btn-02::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 47%;
    width: 11px;
    height: 11px;
    border-top: 2px solid #22BEC3;
    border-right: 2px solid #22BEC3;
    transform: rotate(45deg) translate(-50%, 0);
}