.brandTop .tit01 {
  margin: 70px 0 35px;
  font-size: 4.0rem;
  line-height: 1;
}

.brandTop .tit02 {
  margin: 70px 0 35px;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
}

.brandTop .tit03 {
  margin: 70px 0 35px;
  font-size: 3.2rem;
  border-bottom: 3px solid #AAA;
  padding-bottom: 15px;
  line-height: 1.5;
}

.brandTop #mainVisual {
  text-align: center;
}

.brandTop .itemList {
  margin-top: -70px;
  font-size: 0;
}

.brandTop .itemList>li {
  display: inline-block;
  width: 25%;
  margin-top: 70px;
  margin-right: 12.5%;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: top;
}

.brandTop .itemList>li:nth-child(3n) {
  margin-right: 0;
}

.brandTop .itemList>li .title {
  margin-top: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
}

.brandTop .itemList>li .title+ul {
  margin-top: 40px;
}

.brandTop .itemList>li dl {
  display: inline-block;
  width: 100%;
  font-size: 0;
}

.brandTop .itemList>li dl dt,
.brandTop .itemList>li dl dd {
  display: inline-block;
  font-size: 1.6rem;
  vertical-align: top;
}

.brandTop .itemList>li dl dd .spPrice {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.3rem;
  color: #F60000;
  vertical-align: middle;
}

.brandTop .itemList>li dl dt {
  width: 60%;
  text-align: left;
}

.brandTop .itemList>li dl dd {
  width: 40%;
  text-align: right;
}

.brandTop .itemList>li a {
  color: inherit;
}

.brandTop .itemList>li a dt,
.brandTop .itemList>li a dd {
  text-decoration: underline;
}

.brandTop .itemList>li a:hover dt,
.brandTop .itemList>li a:hover dd {
  color: #172a88;
  text-decoration: none;
}

.brandTop .itemList+p {
  margin-top: 30px;
  text-align: right;
  font-size: 1.6rem;
}

.brandTop #sec02 {
  margin-top: 70px;
}

.brandTop.oasis #sec02 h2+ul {
  margin-top: 40px;
  font-size: 0;
}

.brandTop.oasis #sec02 h2+ul li {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  font-size: 1.6rem;
  vertical-align: top;
}

.brandTop.oasis #sec02 h2+ul li+li {
  margin-right: 0;
}

.brandTop.oasis #sec02 h2+ul li dt {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
}

.brandTop.oasis #sec02 h2+ul+figure {
  margin-top: 40px;
}

.brandTop .sideSection {
  margin-top: 10px;
}

.brandTop .sideSection>div {
  margin-top: 60px;
  font-size: 1.6rem;
}

.brandTop .sideSection>div>div {
  width: 50%;
  padding: 0 20px;
}

.brandTop .sideSection>div>div.wide {
  width: 100%;
}

.brandTop .sideSection .floatL {
  float: left;
}

.brandTop .sideSection .floatR {
  float: right;
}

.brandTop .sideSection dl dt {
  font-size: 3.2rem;
  line-height: 1.3;
}

.brandTop .sideSection dl dd {
  margin-top: 20px;
}

.brandTop .sideSection .photoUnder {
  position: relative;
}

.brandTop.oasis .tit02+p {
  text-align: center;
}

.brandTop .compArea {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .brandTop .tit01 {
    margin: 50px 0 30px;
    font-size: 2.7rem;
    line-height: 1.4;
  }

  .brandTop .tit02 {
    margin: 50px 0 30px;
    font-size: 2.1rem;
  }

  .brandTop .itemList {
    margin-top: 0;
  }

  .brandTop .itemList li {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    font-size: 0;
  }

  .brandTop .itemList li figure,
  .brandTop .itemList li .txtArea {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }

  .brandTop .itemList li+li,
  .brandTop .itemList>li:nth-child(3n) {
    margin-top: 30px;
  }

  .brandTop .itemList>li dl dd {
    text-align: right;
  }

  .brandTop .itemList>li .title {
    margin-top: 0;
  }

  .brandTop .itemList>li .title+ul {
    margin-top: 15px;
  }

  .brandTop .itemList>li .title+ul li {
    margin-top: 0;
  }

  .brandTop.oasis #sec02 h2+ul li {
    display: block;
    width: 100%;
  }

  .brandTop.oasis #sec02 h2+ul li+li {
    margin-top: 40px;
  }

  .brandTop .sideSection>div>div {
    padding: 0;
    max-width: 481px;
    margin: 0 auto;
  }

  .brandTop .sideSection .floatL,
  .brandTop .sideSection .floatR {
    float: none;
    width: 100%;
    font-size: 1.4rem;
    margin-top: 25px;
  }

  .brandTop .sideSection dl {
    padding: 0;
  }

  .brandTop .sideSection dl dt {
    font-size: 2.5rem;
  }

  .brandTop .photoUnder01 p,
  .brandTop .photoUnder02 p {
    margin-top: 20px;
  }

  .brandTop .sideSection .photoUnder p {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 400px) {

  .brandTop .itemList li figure,
  .brandTop .itemList li .txtArea {
    display: block;
    width: 100%;
    vertical-align: top;
  }

  .brandTop .itemList>li dl {
    max-width: 240px;
  }

  .brandTop .itemList>li .title {
    margin-top: 20px;
  }
}

/* sleepmagic top */
.magic #sec02 h2+p {
  text-align: center;
}

.magic #sec02 figure {
  margin-top: 30px;
}

.magic #sec03 h2+p+p {
  margin-top: 30px;
}

.magic #sec03 ul {
  margin-top: 70px;
  font-size: 0;
}

.magic #sec03 ul li {
  position: relative;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  font-size: 2.5rem;
}

.magic #sec03 ul li .addition {
  position: absolute;
  top: 270px;
  right: -30px;
}

.magic #sec03 ul li+li {
  margin-left: 4%;
}

.magic #sec03 ul li dl {
  margin-top: 35px;
}

.magic #sec03 ul li dl dd {
  margin-top: 30px;
  font-size: 1.8rem;
}

.magic #sec03 ul li dl+figure {
  margin-top: 25px;
}

.brandTop .attention {
  margin-top: 20px;
  text-align: right;
}

.magic #sec04>ul {
  font-size: 0;
}

.magic #sec04>ul li {
  display: inline-block;
  width: 28%;
  vertical-align: top;
}

.magic #sec04>ul li+li {
  margin-left: 8%;
}

.magic .sideSection p+p {
  margin-top: 20px;
}

.fz22 {
  font-size: 2.2rem;
}

.fz24 {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .magic #sec02 h2+p {
    text-align: left;
  }

  .magic #sec03 ul {
    margin-top: 40px;
  }

  .magic #sec03 ul li {
    display: block;
    width: 100%;
    font-size: 2.0rem;
  }

  .magic #sec03 ul li .addition {
    top: 50vw;
    right: 0;
    width: 30vw;
  }

  .magic #sec03 ul li+li {
    margin-top: 25px;
    margin-left: 0;
  }

  .magic #sec03 ul li dl dd {
    font-size: 1.4rem;
  }

  .magic #sec03 .attention {
    text-align: left;
  }

  .magic #sec04>ul li {
    display: block;
    width: 100%;
    text-align: center;
  }

  .magic #sec04>ul li+li {
    margin-left: 0;
    margin-top: 25px;
  }

  .fz22 {
    font-size: 1.6rem;
  }

  .fz24 {
    font-size: 1.8rem;
  }
}

.ent-section {
  margin-top: 120px;
}

.ent-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ent-flex.ent-product {
  justify-content: space-between;
}

.ent-flex+.ent-flex {
  margin-top: 60px;
}

.ent-flex+.ent-flex:after {
  content: "";
  display: block;
  width: 24.2%;
}

@media only screen and (max-width: 767px) {
  .ent-flex {
    display: block;
  }
}

.ent-ttl01 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .ent-ttl01 {
    margin-bottom: 25px;
    font-size: 2.0rem;
    text-align: center;
  }
}

.ent-product {
  text-align: center;
}

.ent-product__child {
  flex-basis: 24.2%;
}

@media only screen and (max-width: 767px) {
  .ent-product__child+.ent-product__child {
    margin-top: 35px;
  }
}

.ent-product-txt {
  flex-basis: 50%;
}

.ent-product-name,
.ent-product-name--center {
  margin-bottom: 25px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {

  .ent-product-name,
  .ent-product-name--center {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.ent-product-name--center {
  text-align: center;
}

.ent-product-photo {
  margin-bottom: 25px;
}

.ent-product-price {
  display: inline-block;
  border-bottom: 1px solid;
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .ent-product-price {
    display: block;
  }
}

.ent-product-price:hover {
  color: #172a88;
  border-bottom: 1px solid transparent;
}

.ent-product-price dl {
  width: 170px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .ent-product-price dl {
    display: block;
    margin: 0 auto;
  }
}

.ent-product-price dl dt,
.ent-product-price dl dd {
  display: inline-block;
  width: 50%;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {

  .ent-product-price dl dt,
  .ent-product-price dl dd {
    font-size: 1.4rem;
  }
}

.ent-product-price dl dt {
  text-align: left;
}

.ent-product-price dl dd {
  text-align: right;
}

.ent-product-attention {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .ent-product-attention {
    margin-top: 10px;
  }
}

.ent-product-attention--02 {
  margin-top: 20px;
}

.ent-product-price {
  position: relative;
  display: block;
  border-bottom: none;
  padding: 15px 40px 15px 30px;
  background: #0fb5b9;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
  transition: .3s;
  border: 1px solid #fff;
}

.ent-product-price:after {
  content: "";
  position: absolute;
  background: url(../images/series/ico_circle_arrow_off.png) no-repeat top right/contain;
  width: 20px;
  height: 21px;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
}

.ent-product-price:hover {
  background: #fff;
  color: #0fb5b9;
  border: 1px solid #0fb5b9;
}

.ent-product-price:hover:after {
  background: url(../images/series/ico_circle_arrow_on.png) no-repeat top right/contain;
}

/* airise top */
.airise .itemAirise {
  font-size: 0;
}

.airise .itemAirise li {
  display: inline-block;
  width: 46.7%;
  vertical-align: top;
  text-align: center;
}

.airise .itemAirise li+li {
  margin-left: 6.6%;
}

.airise .itemAirise li dl {
  margin-top: 20px;
}

.airise .itemAirise li dt {
  font-size: 2.0rem;
  font-weight: bold;
}

.airise .itemAirise li dd {
  margin-top: 15px;
  font-size: 1.6rem;
}

.airise .itemAirise li a {
  color: inherit;
  text-decoration: underline;
}

.airise .itemAirise li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .airise .itemAirise li {
    width: 100%;
  }

  .airise .itemAirise li+li {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .tapScroll {
    overflow: auto;
    white-space: nowrap;
  }

  .tapScroll::-webkit-scrollbar {
    height: 5px;
  }

  .tapScroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .tapScroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .tapScroll img {
    max-width: none;
  }
}

.lineUp li {
  margin-right: 2%;
  width: 18.4%;
  float: left;
}

.lineUp {
  font-size: 1.4rem;
}

.lineUp li:nth-child(5n) {
  margin-right: 0;
}

.lineUp li:nth-child(n+6) {
  margin-top: 5%;
}

.lineupPrice {
  text-align: right;
  color: #B32C0D;
}

.lineUp .txtArea {
  margin-top: 12px;
}

.txtArea p {
  line-hight: 150%;
}

.explainPrice {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 10px;
}

.itemList.txtArea a:link {
  color: #00007C;
}

@media only screen and (max-width: 767px) {
  .lineUp li {
    width: 48%;
    margin-right: 4%;
  }

  .lineUp li:nth-child(5n) {
    margin-right: 4%;
  }

  .lineUp li:nth-child(n+6) {
    margin-top: 0;
  }

  .lineUp li:nth-child(n+3) {
    margin-top: 5%;
  }

  .lineUp li:nth-child(2n) {
    margin-right: 0;
  }

  .lineUp {
    font-size: 1.2rem;
    line-height: 140%;
  }

  .brandTop .tit03 {
    margin: 30px 0 20px;
    padding-bottom: 0;
    font-size: 2.1rem;
  }

  .explainPrice {
    font-size: 1.2rem;
  }
}