@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400,500&display=swap&subset=japanese);
@import url(//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400,700&display=swap&subset=japanese);

body {
  background: #FBF0F1;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 { font-size: 1.2rem;}
h3 { font-size: 1.1rem;}
p {	font-size: 0.9rem;}

@media screen and (min-width: 768px) and (max-width: 1024px) {
h2 { font-size: 1.5rem;}
h3{ font-size: 1.2rem;}
p {	font-size: 1rem;}
}

@media screen and (min-width: 1024px) {
h2 { font-size: 1.8rem;}
h3{ font-size: 1.4rem;}
p {	font-size: 1rem; line-height:1.6;}
}

h2,h3 {
  font-family: 'Noto Sans JP';
}

.min {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 1024px) {
ul.buy_drop-down-items4 li:nth-child(4),ul.buy_drop-down-items4 li:nth-child(7) { border-right:1px solid black;}
}

@media screen and (max-width: 836px) {
ul.buy_drop-down-items4 li:nth-child(7) { border-right:1px solid black;}
}


/* -----------------------------------
	main
----------------------------------- */

.wrap {
    padding-top: 0;
}

.main {
  color: #000;
}
	
.main img {
  width: 100%;
  height:auto;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

/* -----------------------------------
	section-detail
----------------------------------- */

.section-detail {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 6em auto;
  text-align:center;
}

.section-detail .logo {
  display: flex;
  margin-top: 80px;
}

.section-detail .logo figure {
  margin: 0 1.5em 3em 0;
}

.section-detail .logo img {
  width:auto;
  height:80px;
}

.section-detail .parent {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto;
}

.section-detail .side {
  width: 130px;
  border-left: 1px solid #6b6361;
}

.section-detail .side img{
  width: 100%;
  max-width: 24px;
  height:auto;
  padding: 2em 0 0 15px;
}

.section-detail .item {
  flex: 1;
}

.section-detail .itembox {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto 4em auto;
}

.section-detail .itembox-side {
  width: 134px;
  padding:0.5em 2em;
}

.section-detail .itembox-side img{
  width: 100%;
  height:auto;
}

.section-detail .itembox-main {
  flex: 1;
  margin-left:8%;
}

.section-detail .itembox-main h2 {
  font-weight: 500;
  margin-bottom: 0.4em;
}

.section-detail .itembox-main p {
  margin-bottom: 0.4em;
}

.section-detail .itembox-main p.price {
  font-weight: 500;
  margin-top: 3em;
}

.section-detail .itembox-main p.jan {
  margin-bottom: 3em;
}

.section-detail .itembox-main p span {
  font-size: 28px;
  font-family: 'Noto Sans JP';
}

.section-detail .itembox-main figure {
  width: 282px;
}

.section-detail ul.s-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.section-detail ul.s-detail li {
  width:20%;
  margin-bottom:1.5em;
}

.section-detail ul.s-detail li img {
  width:100%;
  max-width:100px;
  height:auto;
}

.section-detail .itembox img,
.section-detail .itembox-main figure img {
  display: inline-block;
  width: 100%;
  height:auto;
}

.buy_drop-down {
  width: 100%;
  padding: 12px 0;
  border:1px solid #222;
  background-color: #FBF0F1;
  color: #222;
}
.buy_drop-down:before {
  display:none;
}
.buy_drop-down:hover {
  background-color: #FBF0F1;
  color:#222;
  text-decoration: none;
}

ul.buy_drop-down-items {
    width: 100%;
    max-width: 1000px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
    margin: 2em auto 0 auto;
}

ul.buy_drop-down-items li {
    width: calc(33% - 2px);
	margin-bottom:1em;
}

ul.buy_drop-down-items li:nth-of-type(3n) {
    border-right:1px solid black;
}

ul.buy_drop-down-items li:nth-child(-n+6) {
    margin-bottom: 1.8em;
}

@media screen and (max-width:1020px){
.section-detail .itembox { align-items: flex-start;}
.section-detail .itembox-side { width: 40%; max-width: 138px;}
.section-detail .side { width: 90px;}
}

@media screen and (max-width: 836px) {
ul.buy_drop-down-items li:nth-child(3), ul.buy_drop-down-items li:nth-child(6) { border-right: 0 solid black;}
}

@media screen and (max-width:768px){
.section-detail { margin: 0 auto 3em auto;}
.section-detail .logo { width:140px; margin-top: 40px;}
.section-detail .logo img { width:auto; height: 50px;}
.section-detail .side { width: 15%;}
.section-detail .side img { padding: 0 0 0 10px;}
.section-detail .item { width: 85%;}
.section-detail .itembox-side { margin-bottom:2.5em;}
.section-detail .itembox-side { width: 80%; margin:0 auto 1.5em auto; text-align:center;}
.section-detail .itembox-main { margin-left: 0;}
ul.buy_drop-down-items li { width: 32.888%;}
.section-detail .itembox-main p span { font-size: 1.18rem;}
}

@media screen and (max-width:599px){
ul.buy_drop-down-items li { width: 49%;}
ul.buy_drop-down-items li:nth-of-type(3n) { border-right:none;}
ul.buy_drop-down-items li:nth-of-type(2n) { border-right:1px solid black;}
.section-detail ul.s-detail li { width: 33.333%; margin-bottom: 0;}
.section-detail .itembox-main p.price { margin-top: 2em;}
}

/* -----------------------------------
	section-01
----------------------------------- */

#section-01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#section-01 .logo-top {
  width: 70%;
  max-width: 422px;
  margin-bottom: 4em;
  padding-top: 2em;
}

#section-01 h1,
#section-01 figure {
  width: 100%;
}

#section-01 .logo-top img,
#section-01 h1 img,
#section-01 figure img {
  display:inline-block;
  width: 100%;
  height:auto;
}

@media screen and (min-width:1021px){
#section-01 .inner { width: 100%;}
}

@media screen and (max-width:768px){
#section-01 { margin: 0 auto 3em auto;}
#section-01 .logo-top { width: 75%; margin-bottom: 3em;}
}

/* -----------------------------------
	section-02, section-03
----------------------------------- */

#section-02 {
  width: 100%;
  margin: 80px auto 0 auto;
  text-align:center;
}

.videoBox {
    width: 90%;
    max-width: 1000px;
	margin:80px auto 20px auto;
}
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:768px){
.videoBox { margin: 4em auto 0 auto;}
}

#section-03 {
  width: 100%;
  margin: 130px auto 0 auto;
  text-align:center;
}

div.visual {
  width: 100%;
}

div.visual img {
  width: 100%;
  height:auto;
}

@media screen and (max-width:768px){
#section-02 { margin: 4em auto;}
#section-03 { margin: 6em auto 0 auto;}
}

/* -----------------------------------
	section-04
----------------------------------- */

#section-04 {
  background-color: #FAFBFC;
  background-image: url(../../img/product/hsw9000/hcw9000_04_back.webp), url(../../img/product/hsw9000/hcw9000_04_back2.png);
  background-position: right top, left top;
  background-repeat: no-repeat, repeat-x;
  background-size:auto 100%;
  width: 100%;
  margin: 0 auto;
  padding: 6em 0;
  text-align:center;
}

#section-04 h2 {
  width: 86%;
  max-width: 580px;
  margin: 0 auto;
  padding-bottom: 2em;
  text-align:center;
}
#section-04 h2 img {
  width: 100%;
  height:auto;
}

#section-04 ul.check-list {
  width: calc( 90% - 8em);
  max-width: 1000px;
  background: #FFF;
  border-radius: 20px;      
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 4em 4em 6em 4em;
  text-align:center;
}

#section-04 ul.check-list li {
  position: relative;
  display: flex;
  align-items: center;
  width:40%;
  min-height:3em;
  font-size: 24px;
  text-align:left;
  border-bottom: 1px solid #111;
  padding: 1em 0 1em 56px;
  background: url(../../img/product/hsw9000/vho04_02@2x.png) no-repeat left center;
}

@media screen and (max-width:1024px){
#section-04 { margin: 0 auto 4em auto; padding: 4em 0;}
#section-04 ul.check-list li {  width:39%; font-size: 18px; padding: 1em 0 1em 40px; background: url(../../img/product/hsw9000/vho04_02.png) no-repeat left center;}
}

@media screen and (max-width:768px){
#section-04 { margin: 0 auto 3em auto; padding: 3em 0;}
#section-04 ul.check-list { width: calc(100% - 4em); padding: 2em 2em 4em 2em;box-sizing: border-box;-webkit-box-sizing: border-box;}
#section-04 ul.check-list li { flex-flow: column; align-items: start; width:100%; min-height:auto; font-size: 1rem;}
}

/* -----------------------------------
	section-05
----------------------------------- */

#section-05 {
  width: 90%;
  max-width: 1000px;
  margin: 6em auto 0 auto;
}

#section-05 .item-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin:0 auto 5em auto;
}

#section-05 .item-list img {
  display: block;
  width: 48%;
  max-width:390px;
  height: auto;
}

#section-05 .box {
  width: 46%;
}

#section-05 .box h2{
  position:relative;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin: 0 auto 1em auto;
}

#section-05 .box p {
  width: 100%;
  font-size:18px;
  line-height:1.8;
}

#section-05 .box p.section-05-point {
  font-size:21px;
  line-height:1;
  margin-bottom: 1em;
}

@media screen and (max-width:1024px){
#section-05 .item-list img { width: 42%;}
#section-05 .box h2{ letter-spacing: 0.12em; margin: 0 auto 0.8em auto;}
#section-05 .box p{ font-size:1rem;}
}

@media screen and (max-width:768px){
#section-05 .item-list { align-items: start; margin: 0 auto 3em auto;}
#section-05 .item-list img { width: 45%; padding-top:0.4em;}
#section-05 .box { width: 48%;}
#section-05 .box h2{ margin: 0 auto 0.8em auto;}
#section-05 .box p{ font-size:14px;}
}

@media screen and (max-width: 599px){
#section-05 { margin: 3em auto;}
#section-05 .item-list { width: 92%;}
#section-05 .item-list img { width: 100%; max-width:780px; margin-bottom:1.5em;}
#section-05 .box { width: 100%;}
}

/* -----------------------------------
	section-06
----------------------------------- */

#section-06 {
  width: 100%;
  margin: 5em auto;
}

#section-06 img {
  width: 100%;
  height:auto;
}

@media screen and (max-width:768px){
#section-06 {  margin: 6em auto;}
}

@media screen and (max-width:599px){
#section-06 {  margin: 2em auto 4em auto;}
}

/* -----------------------------------
	section-07
----------------------------------- */

#section-07 {
  width: 90%;
  max-width: 1000px;
  margin:0 auto;
  text-align:center;
}

#section-07 h2 {
  font-weight: 400;
  margin-bottom: 0.8em;
}

#section-07 .section-07-box01,
#section-07 .section-07-box02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin:0 auto 4em auto;
}

#section-07 .section-07-box-side01 {
  width: 32%;
  max-width: 400px;
}

#section-07 .section-07-box-main01 {
  width: 65%;
  display: flex;
  justify-content: center;
}

#section-07 .section-07-box-main01 h2 {
  line-height: 2;
  text-align: center;
}

#section-07 .section-07-box-side02 {
  width: 51%;
  max-width: 500px;
}

#section-07 .section-07-box-main02 {
  width: 43%;
}

#section-07 .section-07-box-main02 figure {
  width: 100%;
  max-width: 274px;
  margin: 0 0 2em 0;
}

#section-07 img {
  width: 100%;
  height:auto;
}

@media screen and (max-width:598px){
#section-07 .section-07-box01, #section-07 .section-07-box02 { display: flex; flex-direction: column; display: flex; justify-content: center;}
#section-07 .section-07-box-side02 { display:none;}
#section-07 .section-07-box-main01, #section-07 .section-07-box-main02 { width: 100%; max-width: 100%;}
#section-07 .section-07-box-side01 { width: 80%;}
#section-07 .section-07-box-main02 figure {margin: 0 auto;}
#section-07 .section-07-box-main02 h2, #section-07 .section-07-box-main02 p {text-align:center;}
}

/* -----------------------------------
	section-08
----------------------------------- */

#section-08 {
  width: 100%;
  margin: 6em auto;
  text-align:center;
}

#section-08 .section-08-box1 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 5em auto;
  text-align:center;
  background: #D5A1AA;
  box-shadow: 12px 12px 20px -16px #80438E;
  border-radius: 25px;
}

#section-08 .section-08-box1 figure {
  padding: 2.5em;
}

#section-08 .section-08-box1 figure img {
  width: 100%;
  max-width: 898px;
  height: auto;
}

#section-08 .section-08-box2 {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 6em auto;
  text-align:center;
  background: #F5DEE3;
  box-shadow: 12px 12px 20px -16px #80438E;
  border-radius: 25px;
}

#section-08 .section-08-box2-obje {
  position: absolute;
  top: -8%;
  left: -4%;
  width: 25%;
}

#section-08 .section-08-box2-obje img {
  width: 100%;
  max-width: 250px;
  height: auto;
}

#section-08 .section-08-box2-textbox {
  padding: 3em 3em 3em 25%;
  text-align:center;
}

#section-08 .section-08-box2-textbox h2 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1em;
}

#section-08 .section-08-box2-textbox figure {
  margin-bottom: 0.5em;
}

#section-08 .section-08-box2-textbox figure img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media screen and (max-width:768px){
#section-08 { margin: 0em auto 6em auto; padding: 0;}
#section-08 .section-08-box1 { margin: 0 auto 7em auto;}
#section-08 .section-08-box2-obje { top: -12%; left: 32%; width: 38%;}
#section-08 .section-08-box1 figure { padding: 1.5em;}
#section-08 .section-08-box2-textbox h2 { font-size: 1.1rem;}
#section-08 .section-08-box2-textbox {padding: 29% 2em 2em 2em;}
#section-08 .section-08-box2-textbox h2 { text-align: center;}
#section-08 .section-08-box2-textbox figure img { margin-bottom: 0.8em;}
}

@media screen and (max-width:598px){
#section-08 .section-08-box2-textbox {padding: 28% 2em 2em 2em;}
}

/* -----------------------------------
	section-09
----------------------------------- */

#section-09 {
  width: 90%;
  max-width: 1000px;
  margin:0 auto;
  text-align:center;
}

.h2-box {
  position: relative;
  width: 100%;
}

.h2-box-obje1 {
  position: absolute;
  top: -50%;
  left: 11%;
  width: 18%;
}

.h2-box-obje2 {
  position: absolute;
  top: -28%;
  right: 8%;
  width: 16%;
}

#section-09 h2,
#section-10 h2,
#section-13 h2,
#section-15 h2,
#section-16 h2 {
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin: 2em auto;
  text-align:center;
}

#section-09 h3,
#section-10 h3,
#section-13 h3,
#section-15 h3,
#section-16 h3 {
  font-size: 1.7rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-bottom: 1em;
}

#section-09 .section-09-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items:center;
  flex-wrap: wrap;
  margin:0 auto 4em auto;
}

#section-09 .section-09-box-main {
  flex: 1;
}

#section-09 .section-09-box-side_01 {
  width: 29.7%;
  max-width: 297px;
}

#section-09 .section-09-box-side_01 figure {
  margin-bottom: 0.4em;
}

#section-09 .section-09-box-side_01 figure img {
  width: 100%;
  height: auto;
}

#section-09 .section-09-box-side_02 {
  width: 31.5%;
  max-width: 315px;
}

#section-09 .section-09-box-main {
  display: flex;
  flex-direction: column;
}

#section-09 .section-09-box-side_02 figure {
  margin-bottom: 0.5em;
}

#section-09 .section-09-box-side_02 figure img {
  width: 100%;
  height: auto;
}

#section-09 img {
  width: 100%;
  height:auto;
}

#section-09 h2.section-09-03 {
  font-size:1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 3em auto 1.5em auto;
  text-align:center;
  position: relative;
  display: block;
  padding: 0 65px;
}

#section-09 h2.section-09-03:before, #section-09 h2.section-09-03:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 22.5%;
  height: 1px;
  background-color: #39393A;
}

#section-09 h2.section-09-03:before {
  left: 0;
  right: auto;
}
#section-09 h2.section-09-03:after {
  right: 0;
  left: auto;
}

#section-09 .item-list {
  margin:0 auto 3em auto;
  text-align:center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #39393A;
}	
	
#section-09 .item {
  width: 44%;
  margin: 3%;
  box-sizing: border-box;
}	
	
#section-09 .item p {
  font-size:1.2em;
  padding: 0.5em 1.5rem 0 1.5rem;
  text-align: center;
}

#section-09 img,
#section-10 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1020px){
#section-09 h2, #section-10 h2, #section-13 h2, #section-15 h2, #section-16 h2 { font-size: 1.7rem; margin: 1em auto 2em auto;}
#section-09 h3, #section-10 h3, #section-13 h3, #section-15 h3, #section-16 h3 { font-size: 1.2rem; text-align:center;}
.h2-box-obje1 { top: -60%; left: 11%; width: 16%;}
.h2-box-obje2 { top: -28%; right: 8%; width: 12%;}
#section-09 h2.section-09-03 { font-size:1.6rem;}
}

@media screen and (max-width:768px){
.h2-box-obje1 { top: -15%; left: -1%; width:21%;}
.h2-box-obje2 { top: 8%;right: -1%;}
#section-09 h2, #section-10 h2, #section-13 h2, #section-15 h2, #section-16 h2 { font-size: 1.7rem; margin: 1em auto;}
#section-09 h3, #section-10 h3, #section-13 h3, #section-15 h3, #section-16 h3 { font-size: 1.3rem; text-align:center;}
#section-09 h2.section-09-03 { font-size: 4vw; letter-spacing: 0.1em; line-height:1.3; padding: 0 45px;}
#section-09 h2.section-09-03:before, #section-09 h2.section-09-03:after { width: 40px;}
#section-09 .item-list { display: flex; flex-direction: column;}
#section-09 .item { width: 94%;}	
}

@media screen and (max-width:598px){
.h2-box-obje1 { top: -30%; left: 0;}
.h2-box-obje2 { top: -20%;right: 0; width:17%;}
}

/* -----------------------------------
	section-10
----------------------------------- */

#section-10 {
  width: 100%;
  margin:0 auto;
  text-align:center;
}

#section-10 h3 {
  margin-bottom: 1em;
}

#section-10 figure.section-10_01 {
  width: 100%;
  max-width: 1000px;
  margin:-5% auto 0 auto;
  text-align:center;
  z-index: -1;
}

#section-10 figure.section-10_01 img {
  width: 100%;
  height:auto;
}

#section-10 .section-10-cution {
  background-color: #D09287;
  width: 100%;
  max-width: 1000px;
  margin: -1px auto 0 auto;
  padding:0 1em 0.5em 0;
  box-sizing: border-box;
}

/* -----------------------------------
	section-11
----------------------------------- */

#section-11 {
  width: 100%;
  margin: 6em auto 3em auto;
  text-align:center;
}

#section-11 h2 {
  background: #8097BA;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  width: 100%;
  margin:0 auto 2em auto;
  padding: 0.4em;
  text-align:center;
  box-sizing: border-box;
}

#section-11 figure {
  margin-bottom: 0.5em;
}

#section-11 .section-11-box {
  position: relative;
  display: flex;
  align-items:center;
  background: #FFF;
  border: 1px solid #B4B4B4;
  border-radius: 20px;
  margin: 4em auto 0 auto;
  padding: 10px;
  text-align: center;
}

#section-11 .section-11-box p {
  width: 75%;
  font-size: 1.8vw;
  line-height:2;
  margin:1.8em;
}

#section-11 .section-11-box img {
  position: absolute;
  top: 6%;
  right: 4%;
  width: 41%;
  max-width: 400px;
}

@media screen and (min-width:1600px){
#section-11 .section-11-box img { top: 13%; right: 4%;}
}

@media screen and (max-width:768px){
#section-11 .section-11-box { display: flex; flex-direction: column; margin: 2em auto 0 auto;}
#section-11 .section-11-box p { width: 100%; font-size: 3.9vw; margin:1.5em; text-align:center;}
#section-11 .section-11-box img { position: static; width: 90%; max-width: 800px;}
}

/* -----------------------------------
	section-12
----------------------------------- */

#section-12 {
  width: 100%;
  margin: 8em auto 0 auto;
  text-align:center;
}

#section-12 h2, #section-12 h3 {
  margin-bottom: 1em;
}

#section-12 h3 span {
  border: 1px solid #39393A;
  padding:0.3em 0.8em 0.2em 0.8em;
}

#section-12 .linebox {
  border: 1px solid #39393A;
  margin: 3em auto 5em auto;
  padding: 4% 0;
  text-align:center;
}	
	
#section-12 .linebox figure {
  margin: 0 auto 1.5em auto;
}

@media screen and (max-width:768px){
#section-12 { margin: 3em auto 0 auto;}
}

/* -----------------------------------
	section-13
----------------------------------- */

#section-13 .section-13-box {
  width: 90%;
  max-width: 1000px;
  margin: 3em auto;
  padding:4% 0;
  text-align: center;
  background: #FFF;
  border-radius: 25px;
}

#section-13 .section-13-box .item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2em;
}

#section-13 .section-13-box .item-image {
  width: 50%;
}	
	
#section-13 .section-13-box .item-image img {
  width: 100%;
  height: auto;
}

#section-13 .section-13-box .item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: left;
  padding: 3em;
}

#section-13 .section-13-box h3 {
  font-size:1.6rem;
  margin: 0 auto 0.8em auto;
  position: relative;
  padding-bottom: 0.6em;
  text-align:center;
}

#section-13 .section-13-box h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: linear-gradient(90deg,#D9DEE5 0%,#84A0C3 50%,#D9DEE5 100%);
}

@media screen and (max-width:768px){
#section-13 .section-13-box .item { display: flex; flex-direction: column;}
#section-13 .section-13-box .item-text { width: 100%; padding: 2em 0;}
#section-13 .section-13-box .item-image { width: 100%;}	
}

/* -----------------------------------
	section-14
----------------------------------- */

#section-14 {
  width: 100%;
  margin: 3em auto;
  overflow: hidden;
}

#section-14 .photo-box {
  background-color: #C3C9CE;
  background-image: url(../../img/product/hsw9000/section14_01_back.webp);
  background-repeat: repeat-x;
  background-size:auto 100%;
}

#section-14 .photo-box figure {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#section-14 .cution-box {
  background: #ECECEC;
  padding:3em;
}

#section-14 .cution-box {
  position: relative;
  background: #ECECEC;
  padding:3em;
}

#section-14 .cution-box .ul-center li {
  font-size: 1.1rem;
  text-indent: -1em;
  padding: 0 0 0.5em 1em;
}

#section-14 .section-14-obje1 {
  position: absolute;
  top: 34%;
  left: 15%;
  width: 5%;
}

#section-14 .section-14-obje2 {
  position: absolute;
  bottom: -8%;
  right: 12%;
  width: 10%;
}

#section-14 .cution-box figure {
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}

#section-14 .cution-box figure {
  width: 10%;
  max-width: 60px;
  margin: 0 auto;
}

@media screen and (max-width:1200px){
#section-14 .section-14-obje1 { top: 34%; left: 12%; width: 7%;}
#section-14 .section-14-obje2 { bottom: -8%; right: 8%; width: 12%;}
#section-14 .cution-box .ul-center li { font-size: 0.9rem;}
}

@media screen and (max-width:1020px){
#section-14 .section-14-obje1 { top: 10%; left: -3%; width: 9%;}
#section-14 .section-14-obje2 { bottom: -8%; right: -3%; width: 16%;}
}

@media screen and (max-width:768px){
#section-14 .section-14-obje1 { top: 16%; left: -3%; width: 11%;}
#section-14 .section-14-obje2 { bottom: -16%; right: -3%; width: 18%;}
#section-14 .cution-box .ul-center li { font-size: 0.9rem;}
}

@media screen and (max-width:598px){
#section-14 .section-14-obje2 { bottom: -1%; right: -3%; width: 18%;}
}


/* -----------------------------------
	section-15
----------------------------------- */

#section-15 {
  width: 90%;
  max-width: 1000px;
  margin: 4em auto 3em auto;
}

#section-15 .item {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3em auto;
}

#section-15 .item-image {
  width: 30%;
}	

#section-15 .item-image img {
  width: 100%;
  height:auto;
}	

#section-15 .item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: left;
  padding: 0.5em 0 0.5em 0.5em;
}

#section-15 p.price1 {
  font-size:1.6rem;
}

#section-15 p.price2 {
  font-size:2.2rem;
}

#section-15 p.price2 span {
  font-size:3rem;
}

#section-15 figure {
  margin-bottom: 3em;
}	

@media screen and (max-width:648px){
#section-15 p.price1 { font-size:1.3rem;}
#section-15 p.price2 { font-size:1.8rem;}
#section-15 p.price2 span { font-size:2.4rem;}
}

@media screen and (max-width:468px){
#section-15 p.price1 { font-size:1.1rem;}
#section-15 p.price2 { font-size:1.3rem;}
#section-15 p.price2 span { font-size:2rem;}
}

/* -----------------------------------
	section-16
----------------------------------- */

#section-16 {
  width: 90%;
  max-width: 1000px;
  margin: 4em auto 3em auto;
}

#section-16 .h2-box-obje1 {
    position: absolute;
    top: -50%;
    left: 6%;
    width: 18%;
}

#section-16 .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

#section-16 .item-image {
  width: 50%;
  }
	
#section-16 .item-image img {
  width: 100%;
  height: auto;
}

#section-16 .item-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: left;
  padding-right: 3em;
}

#section-16 .item-text ul li {
  font-size: 1rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
  padding-bottom:1em;
}

#section-16 .item-text ul li::first-letter {
  font-size: 1.4rem;
}

#section-16 .item-text ul li ul li {
  padding-bottom: 0.4em;
  text-indent: -1em;
  padding-left: 1em;
}

#section-16 .item-text ul li ul li::first-letter {
  font-size: 1rem;
}

@media screen and (max-width:768px){
#section-16 .h2-box-obje1 { top: 10%; left: 3%; width: 21%;}
#section-16 .h2-box-obje2 { top: 20%; right: 0;}
#section-16 .item { display: flex; flex-direction: column;}
#section-16 .item-text { width: 100%; padding: 2em 0;}
#section-16 .item-image { width: 100%;}	
}

/* -----------------------------------
	section-17
----------------------------------- */

#section-17 {
  background: #FFE0E0;
  width: 100%;
  margin: 80px auto;
  padding: 70px 0;
  text-align:center;
}

#section-17 h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 auto 0.4em auto;
  text-align:center;
}
#section-17 h2:before,
#section-17 h2:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #222;
  width: 2px;
  height: 1em;
  margin: 0 1em;
  margin-top: -.1em;
  vertical-align: middle;
} 
#section-17 h2:before {
  transform: rotate(-45deg);
}
#section-17 h2:after {
  transform: rotate(45deg);
}

#section-17 .h2-sub {
  font-size: 1rem;
  margin: 0 auto 3em auto;
  text-align:center;
}

#section-17 h2.h2_margin {
  margin: 2em auto 1em auto;
}

#section-17 ul.users-voice {
  width: 90%;
  max-width: 1000px;
  background:#FFF;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0 auto;
  padding:4% 4% 0 4%;
  box-sizing: border-box;
}

ul.users-voice li {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-bottom:5%;
}

ul.users-voice div.li-bottom img {
  width:40px;	
  height:auto;
  padding: 0 0.9em 2em 0
}
	
ul.users-voice div.li-bottom {
  display:flex;
  align-items:center;
  margin-top: auto;
  padding-top:1.5em;
}

ul.users-voice div.li-bottom img {
  width:40px;	
  height:auto;
  padding: 0 0.9em 2em 0
}

@media screen and (max-width:1020px){
ul.users-voice li { width: 46%; margin-bottom:2.5em;}
ul.users-voice li:nth-of-type(3){ padding-top:0;}
}

@media screen and (max-width:768px){
#section-17 { margin: 40px auto; padding: 30px 0;}
#section-17 h2 { font-size: 1.9rem;}
#section-17 .h2-sub { margin: 0 auto 2em auto;}
#section-17 ul.users-voice { width: 92%;}
ul.users-voice li { width: 100%; margin-bottom:4%; padding:6%; border-bottom: 1px solid #EEE;}
ul.users-voice li:last-child { border-bottom: none;}
}

.tab-wrap {
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  margin:35px auto 0 auto;
  text-align:center;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  order: -1;
}
.tab-label {
  background: #EAEDEE;
  font-size:14px;
  color:#84919E;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #84919E;
  color: White;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* -----------------------------------
	other
----------------------------------- */

.jan th{
    font-weight:normal;
    width:7.5em;
}

.jan td::before{
    content: ":";
    padding-right:5px;
}

#links {
    padding: 0 0 90px 0;
}

#links h2 {
	color: #828F9C;
    font-size: 26px;
    font-weight: 500;
	margin-bottom: 35px;
}

.page-footer {
    background: #FFE0E0;
	padding: 3em 0;
}

address {
    font-weight:600;
    line-height: 1.8em;
	margin-bottom: 0;
}

address a {
    font-size: 16px;
	color: #000;
    outline: none;
}
	
address a:hover {
    color: #555;
    text-decoration: underline;
}

.pink {
  color: #CC7272;
}

.maker {
  background: linear-gradient(transparent 60%, #F1CCD3 0%);
  padding: 0 10px;
}

.cution {
  font-size: 85% !important;
  text-indent: -1em;
  padding-left: 1em;
}

.example {
  font-size: 0.8em;
  vertical-align: top;
}

.ul-center {
  display: flex;
  justify-content: center;
  margin: 1.5em auto 0 auto;
}

.ul-center ul {
  text-align: left; 
}

.ul-right {
  display: flex;
  justify-content: flex-end;
  margin: 1.5em auto 0 auto;
}

.ul-right ul {
  text-align: left; 
  margin-left: auto;
  margin-right: 0;
}

/* -----------------------------------
	spec
----------------------------------- */

.spec {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

dl.dl-spec {
  border-bottom: 1px solid #222;
}

dl.dl-spec dt,
dl.dl-spec dd {
  border-top: 1px solid #222;
}
