@charset "UTF-8";
.section-class .lead span.note {
  display: inline-block;
}

.section-class .lead br + span.note {
  display: block;
}

@media screen and (max-width: 599px) {
  .anchor-cls {
    padding-top: 80px;
    margin-top: -80px;
  }
}
/******************************************************

main

******************************************************/
.header-space {
  height: 1px;
}

.fadeInEffect1,
.fadeInEffect2,
.fadeInEffect3 {
  opacity: 0;
}

.scroll-icon {
  mix-blend-mode: color-dodge;
}

.pin-spacer {
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width: 870px) {
  .pin-spacer {
    height: calc(100vh - 5rem) !important;
  }
}

.main-container {
  width: 100%;
  position: relative;
  background-color: #000;
  overflow: hidden;
  padding-top: 70px;
  /*@media screen and (max-width:$s-size){
  	.main-visual{
  		height:100vh;
  		.main-scene1-visual,
  		.main-scene2-visual{
  			width:120%; height: calc(100% - 70px);
  		}
  		.main-scene1-visual{
  			img{object-position: 60% center;}
  		}
  		.main-scene2-visual{
  			img{object-position: 87% center;}
  		}

  	}
  	.main-note-cls{
  		//left:calc( 0.5rem + 32%);
  		bottom:6.8rem;
  	}
  	.main-inner{
  		margin-top: 50px;
  		//width:250%;
  		//margin-left: -80%;
  	}
  }*/
  /*@media screen and (max-width:$s-size){
  	.main-visual{
  		padding-bottom: 5 / 5 * 100%;
  		.main-scene1-visual{
  			img{object-position: 60% center;}
  		}
  	}
  	.main-note-cls{
  		left:0.5rem;//calc( 0.5rem + 32%);
  		//bottom:3rem;//6.8rem;
  	}
  }*/
}
.main-container .main-note-cls {
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0);
}
.main-container .main-note-cls.scene2-note {
  left: auto;
  right: 0.5rem;
}
.main-container .main-inner {
  position: relative;
  width: 100%;
  margin: 0px auto 0;
  overflow: hidden;
}
.main-container .main-visual {
  background-color: #000;
  position: relative;
  width: 100%;
  padding-bottom: 46.5%;
}
.main-container .main-visual .main-scene1-visual,
.main-container .main-visual .main-scene2-visual {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: hidden;
}
.main-container .main-visual .main-scene1-visual img,
.main-container .main-visual .main-scene2-visual img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  display: block;
}
.main-container .main-visual .main-scene2-visual {
  left: 0%;
}
.main-container .main-visual .main-scene2-visual img {
  -o-object-position: 68% center;
     object-position: 68% center;
}
@media screen and (max-width: 599px) {
  .main-container .main-note-cls.scene1-note {
    top: 0%;
    bottom: auto;
    -webkit-transform: translateY(calc(-50% - 1rem));
            transform: translateY(calc(-50% - 1rem));
  }
  .main-container .main-note-cls.scene2-note {
    left: 0.5rem;
    right: auto;
  }
  .main-container .main-visual {
    padding-bottom: 100%;
  }
  .main-container .main-visual .main-scene1-visual {
    width: 100%;
    height: 100%;
  }
  .main-container .main-visual .main-scene1-visual img {
    height: 100%;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .main-container .main-visual .main-scene2-visual {
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main-container .main-visual .main-scene2-visual img {
    height: 100%;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .main-container .main-note-cls {
    left: 0.5rem;
  }
}

/******************************************************

contents

******************************************************/
.category-ttl::before {
  content: none;
}
.category-ttl .category-txt {
  background: none;
}

.category-container {
  padding-top: 0;
}
.category-container p.lead {
  text-align: center !important;
}

.pic {
  position: relative;
}
.pic img {
  width: 100%;
  height: auto;
}
.pic span.note {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000;
}
.pic span.note.left {
  right: inherit;
  left: 5px;
}
.pic span.note.fff {
  color: #fff;
  text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000;
}
.pic span.note.c000 {
  color: #000;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
}

.pic + .txtArea h5 {
  margin-top: 0.5rem;
}

.txtArea {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.txtArea h5.large {
  letter-spacing: -0.2rem;
}

div.note.tar {
  text-align: right;
  margin-bottom: 5px;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexBox li {
  margin-bottom: 2rem;
}
.flexBox.box1 > li, .flexBox.box1 > div {
  width: 100%;
}
.flexBox.box2 > li, .flexBox.box2 > div {
  width: 48%;
}
.flexBox.box2 > li.w100, .flexBox.box2 > div.w100 {
  width: 100%;
}
.flexBox.box3 > li, .flexBox.box3 > div {
  width: 31%;
}
.flexBox.box4 > li, .flexBox.box4 > div {
  width: 23%;
}
.flexBox.box4 > li.herf, .flexBox.box4 > div.herf {
  width: 48%;
}
.flexBox.sp_2box > li, .flexBox.sp_2box > div {
  width: 100%;
}
.flexBox h5 {
  font-size: 0.95rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  letter-spacing: 0;
  font-weight: 500;
}
.flexBox p.lead {
  font-size: 0.85rem;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .flexBox.box2 li, .flexBox.box2 > div {
    width: 100%;
  }
  .flexBox.box2 li.w100, .flexBox.box2 > div.w100 {
    width: 100%;
  }
  .flexBox.box2.sp_herf li, .flexBox.box2.sp_herf > div {
    width: 48%;
  }
  .flexBox.box2.sp_herf li.w100, .flexBox.box2.sp_herf > div.w100 {
    width: 100%;
  }
  .flexBox.box3 li, .flexBox.box3 > div {
    width: 31%;
  }
  .flexBox.box4 li, .flexBox.box4 > div {
    width: 48%;
  }
  .flexBox.box4 li.herf, .flexBox.box4 > div.herf {
    width: 100%;
  }
  .flexBox.sp_2box > li, .flexBox.sp_2box > div {
    width: 48%;
  }
}

.section-class .lead {
  padding-bottom: 0;
}

.nanoex {
  background: #edf4f8;
  padding: 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.nanoex .pic {
  width: 25%;
}
.nanoex .txtArea {
  width: 72%;
}
.nanoex .txtArea .pic1 {
  margin-bottom: 10px;
}
.nanoex .txtArea .pic1 img {
  height: 30px;
  width: auto;
}
.nanoex div.note {
  margin-top: 1rem;
}
@media screen and (max-width: 599px) {
  .nanoex .pic {
    width: 100%;
    margin-bottom: 1rem;
  }
  .nanoex .txtArea {
    width: 100%;
  }
  .nanoex .txtArea .pic1 {
    text-align: center;
  }
  .nanoex .txtArea h5 {
    text-align: center;
  }
}

.orangelabo {
  background: #fff;
  padding: 30px 60px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.orangelabo .flexBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orangelabo .pic1 {
  width: 45%;
}
.orangelabo .pic2 {
  width: 40%;
}
@media screen and (max-width: 599px) {
  .orangelabo .pic1 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .orangelabo .pic2 {
    width: 100%;
  }
}

#water {
  margin-top: 3rem;
}
#water .category-ttl {
  margin-bottom: 0.5rem;
}
#water .category-container .copy {
  padding-bottom: 0.5rem;
}
#water > li > .pic {
  margin-bottom: 1rem;
}
#water > li .box2 li {
  margin-bottom: 0.5rem;
}

#section02 .icon_orange {
  display: inline-block;
  margin-right: 5px;
  height: 20px;
  width: auto;
}
#section02 h6 {
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
}
#section02 h6 .notice {
  color: #6b1c30;
}
#section02 .num {
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#section02 .num img {
  width: 100%;
  height: auto;
}
#section02 .txtArea {
  margin-bottom: 20px;
}
#section02 .txtArea > .pic {
  margin-top: 20px;
}
#section02 .mc li {
  margin-bottom: 1rem;
}
#section02 .futon .pic {
  margin-bottom: 0.5rem;
}

.page-transition-container.pc {
  background-color: #f5f5f5;
}

.section-class .section-ttl {
  margin-bottom: 0.5rem;
}

.select_category_ttl {
  position: relative;
}
.select_category_ttl .icon_free {
  width: 46px;
  position: absolute;
  right: 16%;
  top: 10px;
}
.select_category_ttl .icon_free img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .select_category_ttl .icon_free {
    right: 0;
    top: 20px;
  }
}

/*
.main-container{
  background: #fff;
  padding-top: 4rem;
	.main-inner{
    display: flex;
		.main-copy1{
			width:15%;
			img{width:52%; margin: 0 auto}
		}
		.main-copy2{
			width:15%;
			padding-top: 0%;
			img{width:50%; margin: 0 auto}
		}
		.main-inview{
			width:70%;
			max-width:960px;
			overflow: hidden;
      .note.note1 {
        right: inherit;
        left: 5px;
      }
		}
		.mainImg{
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
			-ms-flex-line-pack: justify;
			align-content: space-between;
			.img{
				width: 50%;
			}
		}
	}
	@media screen and (max-width: $s-size) {
    padding-top: 0;
		.main-inner{
			width:100%;
			flex-wrap: wrap;
			.main-inview{
				width:100%;
			}
			.main-copy1{
				width:100%;
				padding:5% 0;
				display: none;
			}
			.main-copy2{
				width:100%;
				img{width:80%;}
			}
			.main-inview{
				img{width:140%; margin-left: -20%;}
        .note.note1 {
          right: 5px;
          left: inherit;
        }
			}
			.mainImg{
				display: block;
				.img{
					width: 100%;
				}
			}
		}
	}
}
*/
/*------------------------*/
/* section01 */
#section01 {
  padding-bottom: 4rem;
}
#section01 .achievement_list {
  margin-top: 2rem;
}
#section01 .achievement_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section01 .achievement_list li {
  margin-bottom: 1rem;
}
#section01 .achievement_list li:nth-of-type(1), #section01 .achievement_list li:nth-of-type(2), #section01 .achievement_list li:nth-of-type(3), #section01 .achievement_list li:nth-of-type(4), #section01 .achievement_list li:nth-of-type(7) {
  width: 32%;
}
#section01 .achievement_list li:nth-of-type(5), #section01 .achievement_list li:nth-of-type(6) {
  width: 15.6%;
}
#section01 .achievement_list li img {
  width: 100%;
  height: auto;
}
#section01 .achievement_list li > .note {
  display: block;
  text-align: left;
}
#section01 .achievement_list > .note {
  text-align: right;
}
#section01 .box1 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  #section01 {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 3rem;
  }
  #section01 .section-inner {
    padding-top: 3rem;
  }
  #section01 .section-inner p.lead {
    text-align: left;
  }
  #section01 .section-inner p.lead .note {
    display: inline-block;
  }
  #section01 .achievement_list li:nth-of-type(1), #section01 .achievement_list li:nth-of-type(2), #section01 .achievement_list li:nth-of-type(3), #section01 .achievement_list li:nth-of-type(4), #section01 .achievement_list li:nth-of-type(7) {
    width: 100%;
  }
  #section01 .achievement_list li:nth-of-type(5), #section01 .achievement_list li:nth-of-type(6) {
    width: 49%;
  }
}

.section_bg {
  background-color: #ebefef;
}

/*------------------------*/
/* section02 */
#section02 {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
#section02 .img {
  position: relative;
}
#section02 .img .note {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
#section02 .col_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section02 .col_inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#section02 .sec02_col2_r .col_inner02 {
  margin-top: 1rem;
}
#section02 .sec02_col2_r .col_inner02 .col2_noline {
  margin-bottom: 1rem;
}

#section02 .logo img {
  max-width: 327px;
  height: auto;
}

#section02 .figure {
  margin: 5rem auto;
  max-width: 466px;
  height: auto;
}

.sec02_icon {
  margin: 0 auto 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.sec02_icon img {
  max-width: 60px;
  height: auto;
}

.sec02_icon::before,
.sec02_icon::after {
  content: "";
  background-color: #000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
}

.sec02_icon::before {
  margin-right: 1em;
}

.sec02_icon::after {
  margin-left: 1em;
}

#section02 .select2_01 .col2 p.lead {
  text-align: center;
}

#section02 .col_inner02 p.body-copy {
  text-align: justify;
  font-size: 0.9rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  margin-top: 0.5rem;
}

#section02 .col_inner02 {
  margin: 2rem auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#section02 .col_inner02 .col2_noline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47.540983%;
  margin-bottom: 2rem;
}

#section02 .col_inner02 .col02_w230 {
  width: 73.409836%;
}

#section02 .col_inner02 .col02_w67 {
  width: 21.950819%;
}

#section02 .col_inner02 .col02_w67 img {
  max-width: 67px;
  height: auto;
}

.gensai_ttl {
  font-size: 1.3rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#section02 ul.bosai_list {
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: block;
      flex-shrink: block;
}

#section02 ul.bosai_list li {
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.4em;
}

#section02 ul.bosai_list li span {
  color: #808080;
}

@media screen and (max-width: 767px) {
  #section02 .logo {
    margin: 3rem auto;
    padding: 0 30px;
  }
  #section02 .select2_01 {
    width: 100%;
    margin-bottom: 4em;
  }
  #section02 .lead02 {
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  #section02 .logo {
    margin: 3rem auto;
    padding: 0;
  }
  #section02 .logo img {
    max-width: 232px;
    height: auto;
  }
}
/*----------------------------------------------------------
区切り線
----------------------------------------------------------*/
#section02 .select2_01 .col2 {
  width: 39.610389%;
}

#section02 .select2_01 .col2:first-child {
  margin-right: 2.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#section02 .select2_01 .col2:last-child {
  margin-left: 2.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#section02 .select2_01 .col2:last-child::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: -2.6rem;
  top: 0;
}

@media screen and (max-width: 767px) {
  #section02 .select2_01 .col2:first-child {
    margin-right: 3rem;
  }
  #section02 .select2_01 .col2:last-child {
    margin-left: 3rem;
  }
  #section02 .select2_01 .col2:last-child::after {
    left: -3rem;
  }
}
@media screen and (max-width: 599px) {
  #section02 .select2_01 .col2 {
    width: 100%;
    margin-top: 4rem;
  }
  #section02 .select2_01 .col2:first-child {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #section02 .select2_01 .col2:last-child {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #section02 .select2_01 .col2:last-child::after {
    display: none;
  }
}
/*section03*/
#section03 {
  margin-bottom: 5rem;
}
#section03 .sec03_img01 {
  max-width: 230px;
  width: 90%;
  margin: 3rem auto;
}
#section03 .sec03_img01 img {
  width: 100%;
  height: auto;
}
#section03 .sec03_about {
  max-width: 780px;
  width: 90%;
  margin: auto;
  overflow: hidden;
}
#section03 .sec03_about h5 {
  width: 200px;
  float: left;
  margin-right: 20px;
  background: #aa9966;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
#section03 .sec03_about p {
  overflow: hidden;
  line-height: 1.5;
}
#section03 .sec03_img02 {
  max-width: 900px;
  width: 90%;
  margin: 3rem auto 5rem;
}
#section03 .sec03_img02 img {
  width: 100%;
  height: auto;
}
#section03 .popup_link {
  text-align: center;
}
#section03 .popup_link .txt {
  margin-bottom: 1rem;
}
#section03 .popup_link .txt span {
  color: #aa9966;
}
#section03 .popup_link .btn {
  max-width: 300px;
  margin: auto;
}
#section03 .popup_link .btn a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #000000;
  position: relative;
}
#section03 .popup_link .btn a span {
  display: inline-block;
  margin-left: -1em;
}
#section03 .popup_link .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 39%;
  right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
  z-index: 2;
}
#section03 .popup_link .btn a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 32%;
  right: 9px;
  z-index: 1;
}
#section03 #takuhai_locker .note2 {
  right: 52%;
}
@media screen and (max-width: 599px) {
  #section03 {
    width: 100%;
    padding: 0 30px 3rem;
    margin-bottom: 0;
  }
  #section03 .sec03_about h5 {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-bottom: 1rem;
  }
  #section03 .sec03_about p {
    width: 100%;
    text-align: center;
  }
  #section03 .sec03_img02 {
    margin-bottom: 3rem;
  }
}

#jcom h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#jcom h5 span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#jcom h5 .icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#jcom .pic .note {
  right: 8px;
  bottom: 7px;
}
@media screen and (max-width: 1024px) {
  #jcom .icon {
    width: 50%;
    height: auto;
  }
}

#kouatsu {
  background: #e4eeed;
  padding: 1rem 2rem 0.5rem;
}

/*------------------------*/
/* section03 */
#section04 {
  padding-bottom: 4rem;
}
#section04 .sec04_img01 {
  max-width: 900px;
  width: 90%;
  margin: 3rem auto 5rem;
}
#section04 .sec04_img01 img {
  width: 100%;
  height: auto;
}
#section04 .popup_link {
  text-align: center;
}
#section04 .popup_link .txt {
  margin-bottom: 1rem;
}
#section04 .popup_link .txt span {
  color: #aa9966;
}
#section04 .popup_link .btn {
  max-width: 300px;
  margin: auto;
}
#section04 .popup_link .btn a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #000000;
  position: relative;
}
#section04 .popup_link .btn a span {
  display: inline-block;
  margin-left: -1em;
}
#section04 .popup_link .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 39%;
  right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
  z-index: 2;
}
#section04 .popup_link .btn a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 32%;
  right: 9px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #section04 {
    width: 100%;
    padding: 2rem 30px 2rem;
  }
  #section04 .section-inner p.lead {
    text-align: left;
  }
  #section04 .sec04_img01 {
    margin-bottom: 2rem;
  }
  #section04 #dimple-key,
  #section04 #thumbturn-lock {
    width: 48%;
  }
  #section04 #dimple-key li,
  #section04 #thumbturn-lock li {
    width: 100%;
    margin-bottom: 5px;
  }
}

/*------------------------*/
/* section04 */
#section05 {
  /*
  .category-container {
    border-bottom: 1px solid #000;
  }
  */
}
@media screen and (max-width: 599px) {
  #section05 {
    width: 100%;
    padding: 3rem 30px 0;
  }
  #section05 .category-container {
    margin-bottom: 2rem;
  }
  #section05 .section-class {
    padding-top: 0;
  }
  #section05 .section-class.section-head {
    padding-top: 3rem;
  }
}

#section05-bg {
  width: 100%;
  padding: 1rem 0 0.5rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 599px) {
  #section05-bg {
    padding: 0rem 0 0.5rem;
    /*background-color: #FFFFFF;*/
  }
}

.sec05_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 860px;
  margin: auto;
}
.sec05_1 .picArea {
  width: 45%;
}
.sec05_1 .picArea img {
  width: 100%;
  height: auto;
}
.sec05_1 .txtArea {
  width: 50%;
}
.sec05_1 .txtArea p.lead {
  text-align: left;
  padding-bottom: 0.5rem;
}
.sec05_1 .txtArea .price {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #000000;
  padding: 0.5rem 0;
  border-radius: 60px;
  font-size: 1.3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 599px) {
  .sec05_1 .picArea {
    width: 100%;
    margin-bottom: 1rem;
  }
  .sec05_1 .txtArea {
    width: 100%;
  }
}

.sec05_2 {
  margin: 5rem auto;
}
.sec05_2 h5 {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.sec05_2 h5 span {
  position: relative;
  display: inline-block;
  z-index: 2;
  margin: auto;
  font-size: 1.2rem;
}
.sec05_2 h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .sec05_2 p.lead {
    text-align: left;
  }
}

.benefit_list {
  max-width: 700px;
  margin: auto;
}
.benefit_list h6 {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.benefit_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefit_list ul li {
  width: 49%;
  margin-bottom: 1rem;
}
.benefit_list ul li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .benefit_list ul li {
    width: 100%;
  }
}

#quality_popup_bg {
  background: #f5f5f5;
  padding: 3rem 0 1rem;
}

#quality_popup {
  background: #fff;
  padding: 2.5rem 3rem 1.5rem;
}
#quality_popup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#quality_popup ul li {
  width: 47%;
}
#quality_popup ul li.arrow {
  width: 2%;
}
#quality_popup ul li.arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 20px solid transparent;
  border-left-color: #666666;
  margin-top: 180px;
}
#quality_popup ul h5 {
  font-size: 1.4rem;
}
#quality_popup ul h5 b {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2em;
  color: #000;
  display: inline-block;
  margin-right: 0.2em;
}
#quality_popup ul h6 {
  position: relative;
  font-size: 1.2rem;
  margin: 1rem auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  /*
  &::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: -3px;
  }
  */
}
#quality_popup ul h6 span {
  position: relative;
  z-index: 2;
}
#quality_popup ul p.lead {
  text-align: left;
}
#quality_popup ul .pic {
  position: relative;
}
#quality_popup ul .pic img {
  width: 100%;
  height: auto;
}
#quality_popup ul .pic .note {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
#quality_popup .arrow_bottom {
  margin: 3rem auto 0;
  text-align: center;
}
#quality_popup .arrow_bottom::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 30px solid transparent;
  border-top-color: #666666;
  margin: auto;
}
@media screen and (max-width: 599px) {
  #quality_popup {
    /*background: none;*/
    padding: 0;
  }
  #quality_popup .quality2_1 {
    padding-top: 2rem;
  }
  #quality_popup .quality2_2 {
    padding-bottom: 2rem;
  }
  #quality_popup ul li {
    width: 100%;
  }
  #quality_popup ul li.arrow {
    width: 100%;
    text-align: center;
  }
  #quality_popup ul li.arrow::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 30px solid transparent;
    border-top-color: #666666;
    margin: auto;
  }
  #quality_popup ul h5,
  #quality_popup ul .pic,
  #quality_popup ul p.lead {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #quality_popup ul h6 {
    text-align: center;
  }
  #quality_popup ul h6 span {
    display: inline-block;
    width: 90%;
    margin: auto;
    text-align: left;
  }
  #quality_popup ul h6::after {
    background: #fff;
  }
}

.pageClose {
  text-align: center;
  margin-top: 3rem;
}
.pageClose img {
  height: 70px;
  width: auto;
}

#quality3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#quality3 .quality3_1,
#quality3 .quality3_2 {
  width: 48%;
}
#quality3 .quality3_1 .copy1,
#quality3 .quality3_2 .copy1 {
  background: #000000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 1rem;
}
#quality3 .quality3_1 .copy1 .copy1_1,
#quality3 .quality3_2 .copy1 .copy1_1 {
  font-size: 1rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
#quality3 .quality3_1 .copy1 .copy1_2,
#quality3 .quality3_2 .copy1 .copy1_2 {
  font-size: 1.2rem;
}
#quality3 .quality3_1 .copy2,
#quality3 .quality3_2 .copy2 {
  background: #98835c;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0;
}
#quality3 .quality3_1 ul,
#quality3 .quality3_2 ul {
  margin-top: 3rem;
}
#quality3 .quality3_1 li,
#quality3 .quality3_2 li {
  width: 100%;
  margin-bottom: 3rem;
}
#quality3 .quality3_1 li h5,
#quality3 .quality3_2 li h5 {
  position: relative;
  padding-left: 65px;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
#quality3 .quality3_1 li h5 .pic,
#quality3 .quality3_2 li h5 .pic {
  width: 60px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#quality3 .quality3_1 li h5 .pic img,
#quality3 .quality3_2 li h5 .pic img {
  width: 100%;
  height: auto;
}
#quality3 .quality3_1 li h5 .txt,
#quality3 .quality3_2 li h5 .txt {
  border-bottom: 1px solid #000;
  display: block;
  padding-bottom: 0.5rem;
}
#quality3 .quality3_1 li p,
#quality3 .quality3_2 li p {
  font-size: 1rem;
  line-height: 1.5;
}
#quality3 .quality3_1 li p .maru,
#quality3 .quality3_2 li p .maru {
  color: #737373;
}
#quality3 .quality3_1 li p .note,
#quality3 .quality3_2 li p .note {
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 599px) {
  #quality3 .quality3_1,
  #quality3 .quality3_2 {
    width: 100%;
  }
  #quality3 .quality3_1 .copy2,
  #quality3 .quality3_2 .copy2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #quality3 .quality3_1 li p,
  #quality3 .quality3_2 li p {
    width: 90%;
    margin: auto;
  }
}