@media screen and (max-width: 599px) {
  .home-recommend {
    padding-bottom: 45px;
  }
}
/*  #topBnr
================================================ */
.home-regenerative {
	padding: 15px 0;
}
.home-regenerative .img {
	text-align: center;
}
.home-regenerative .img img {
	image-rendering: -webkit-optimize-contrast;
	backface-visibility: hidden;
}
@media screen and (min-width: 600px) {
	.home-regenerative {
		padding: 40px 0;
	}
}
/*  #topBnr
================================================ */
.secTopBnr {
  background: #fbf5e7;
}

.secTopBnr.secTopBnr02 {
  background: #d7f0f2;
}

.secTopBnr .inner {
  padding: 35px 20px 28px 19px;
}

@media screen and (min-width: 600px) {
  .secTopBnr .inner {
    padding: 60px 0 52px;
  }
}
.secTopBnr .copy {
  line-height: 1.44;
  margin: 0 -10px;
  font-weight: 500;
  font-size: 28.8px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .secTopBnr .copy {
    line-height: 1.43;
    margin: 0;
    font-size: 2.8rem;
  }
}
.secTopBnr .copy strong {
  font-weight: 500;
}

.secTopBnr .listBnr {
  margin-top: 20px;
}

.secTopBnr .listBnr:first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .secTopBnr .listBnr {
    padding: 0 25px;
  }
}
.secTopBnr .listBnr .is_full {
  margin: -10px -12px 0 -11px;
}

@media screen and (min-width: 600px) {
  .secTopBnr .listBnr .is_full {
    width: 920px;
    height: 210px;
    margin: 0 auto;
  }
}
.secTopBnr .listBnr .is_half {
  margin-top: 15px;
}

@media screen and (min-width: 600px) {
  .secTopBnr .listBnr .is_half {
    float: left;
    width: 510px;
    height: 200px;
    margin-top: 0;
  }
}
.secTopBnr .listBnr .is_half + .is_half {
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .secTopBnr .listBnr .is_half + .is_half {
    margin: 0 0 0 30px;
  }
}
.secTopBnr.secTopBnr01 {
  position: relative;
  /*z-index: 2;*/
}

.secTopBnr.secTopBnr01 .listBnr {
  margin-top: 0;
  margin-bottom: -10px;
}

@media screen and (min-width: 600px) {
  .secTopBnr.secTopBnr01 .listBnr {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .secTopBnr.secTopBnr01 .listBnr li {
    background: #fff no-repeat center;
    background-size: contain;
  }

  .secTopBnr.secTopBnr01 .listBnr li img {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
  }

  .secTopBnr.secTopBnr01 .listBnr li:hover img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@media screen and (min-width: 600px) {
  .secTopBnr.secTopBnr01 .listBnr li:nth-child(1) {
    background-image: url("../img/home/bnr_top_bnr01_pc_o.png");
  }
}
@media screen and (max-width: 599px) {
  .secTopBnr.secTopBnr01 .listBnr img {
    margin-top: -10px;
  }
}
.secTopBnr.secTopBnr02 .listBnr {
  margin-top: 30px;
}

.secTopBnr.secTopBnr02 .listBnr li {
  -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 600px) {
  .secTopBnr.secTopBnr02 .listBnr li {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .secTopBnr.secTopBnr02 .listBnr li:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 600px) {
  .secTopBnr.secTopBnr02 .listBnr li {
    background: #fff no-repeat center;
    background-size: contain;
  }

  .secTopBnr.secTopBnr02 .listBnr li img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .secTopBnr.secTopBnr02 .listBnr li:hover img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@media screen and (min-width: 600px) {
  .secTopBnr.secTopBnr02 .listBnr li:nth-child(1) {
    background-image: url("../img/home/bnr_top_bnr02_pc_o.png");
  }
}
@media screen and (min-width: 600px) {
  .secTopBnr.secTopBnr02 .listBnr li:nth-child(2) {
    background-image: url("../img/home/bnr_top_bnr03_pc_o.png");
  }
}
/*  #smile
================================================ */
.secSmile {
  position: relative;
}

.secSmile .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 25px;
}

@media screen and (min-width: 600px) {
  .secSmile .inner {
    padding-top: 90px;
  }
}
.home-smile__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
}

.home-smile__bg img {
  min-width: 375px;
}

@media screen and (min-width: 600px) {
  .home-smile__bg img {
    width: 100%;
    min-width: 1760px;
  }
}
.secSmile .bgTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 328px;
  z-index: -1;
  pointer-events: none;
}

@media screen and (min-width: 600px) {
  .secSmile .bgTxt {
    left: -220px;
  }
}
@media screen and (min-width: 600px) {
  .secSmile .bgTxt {
    width: 850px;
    bottom: 310px;
  }
}
.secSmile .tit {
  line-height: 1.5;
  font-weight: 500;
  font-size: 35.2px;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .secSmile .tit {
    line-height: 1.35;
    font-size: 4.6rem;
    letter-spacing: 0.06em;
  }
}
.home-smile__head-small {
  font-size: 2rem;
  font-weight: normal !important;
}

@media screen and (min-width: 600px) {
  .home-smile__head-small {
    font-size: 4rem;
  }
}
.secSmile .list + .list {
  margin-top: 20px;
}

.secSmile .areaContent {
  position: relative;
  margin: 35px 0 0;
}

@media screen and (min-width: 600px) {
  .secSmile .areaContent {
    margin-top: 0;
  }
}
.secSmile .read {
  margin-top: 12px;
}

@media screen and (min-width: 600px) {
  .secSmile .read {
    text-align: center;
    margin-top: 34px;
  }
}
.home-smile__movie {
  margin-top: 25px;
}

@media screen and (min-width: 600px) {
  .home-smile__movie {
    margin-top: 85px;
  }
}
.secSmile .manga .tit {
  line-height: 1.5;
  color: #d2a971;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
}

.secSmile .manga .img {
  position: relative;
}

.secSmile .manga .btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1.5;
  font-size: 1.2rem;
}

.secSmile .manga .btn a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75px;
  height: 75px;
  padding: 13px 0 0;
  border-radius: 50%;
  background: #e2221a;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

.secSmile .manga .btn a:after {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 18px;
  height: 6px;
  margin-left: -9px;
  background: url(../img/common/ico_arw01_white.png) no-repeat center;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 600px) {
  .secSmile .manga .tit {
    padding-bottom: 14px;
    font-size: 1.8rem;
  }

  .secSmile .manga .img {
    width: 540px;
    margin: 0 auto;
  }

  .secSmile .manga .btn {
    right: 20px;
    bottom: 20px;
    line-height: 1.29;
    font-size: 1.4rem;
  }

  .secSmile .manga .btn a {
    width: 100px;
    height: 100px;
    padding: 25px 0 0 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .secSmile .manga .btn a:after {
    bottom: 22px;
  }

  .secSmile .manga .btn a:hover {
    opacity: 0.7;
  }
}
.secSmile .areaContent .movie {
  position: relative;
  padding-top: 63%;
}

.secSmile .areaContent .movie + .movie {
  margin-top: 15px;
}

@media screen and (min-width: 600px) {
  .secSmile .areaContent .movie {
    width: 535px;
    margin: 0 0 0 auto;
    padding-top: 350px;
    float: left;
  }
}
@media screen and (min-width: 600px) {
  .secSmile .areaContent .movie + .movie {
    margin-top: 0;
    float: right;
  }
}
.secSmile .areaContent .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) {
  .secSmile .areaContent .movie iframe {
    height: 350px;
  }
}
.secSmile .areaContent .content {
  position: relative;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 599px) {
  .secSmile .areaContent .content {
    margin-top: -20px;
  }
}
@media screen and (min-width: 600px) {
  .secSmile .areaContent .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 390px;
    padding: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.secSmile .areaContent .content .ico {
  width: 80px;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .secSmile .areaContent .content .ico {
    width: 116px;
  }
}
.secSmile .areaContent .content .txt {
  margin-top: 12px;
}

@media screen and (min-width: 600px) {
  .secSmile .areaContent .content .txt {
    line-height: 1.8;
    margin-top: 24px;
    font-size: 1.5rem;
  }
}
.secSmile .areaContent .contentInner {
  padding: 24px 37px 22px;
  border: 1px solid #63c7cd;
}

@media screen and (min-width: 600px) {
  .secSmile .areaContent .contentInner {
    padding: 50px 39px 80px;
  }
}
/*  #promise
================================================ */
.secPromise .inner {
  padding-top: 45px;
  padding-bottom: 55px;
}

@media screen and (min-width: 600px) {
  .secPromise .inner {
    padding-top: 63px;
    padding-bottom: 100px;
  }
}
.secPromise .tit {
  line-height: 1.13;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .secPromise .tit {
    font-size: 4rem;
  }
}
.secPromise .tit > span {
  line-height: 1.13;
  font-weight: 500;
  font-size: 46.4px;
  font-size: 2.9rem;
}

@media screen and (min-width: 600px) {
  .secPromise .tit > span {
    line-height: 1;
    font-size: 5rem;
  }
}
.secPromise .tit > span span {
  font-size: 67.2px;
  font-size: 4.2rem;
}

@media screen and (min-width: 600px) {
  .secPromise .tit > span span {
    font-size: 7rem;
  }
}
.secPromise .leadTxt {
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .secPromise .leadTxt {
    line-height: 2.33;
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .secPromise .content {
    position: relative;
    padding-top: 120px;
  }
}
.secPromise .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

@media screen and (min-width: 600px) {
  .secPromise .list {
    margin: 42px 0 0;
  }
}
.secPromise .list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 599px) {
  .secPromise .list li:nth-child(odd) .txt {
    padding-right: 8px;
  }

  .secPromise .list li:nth-child(even) .txt {
    padding-left: 8px;
  }

  .secPromise .list li:nth-child(n+3) {
    margin-top: 22px;
  }
}
@media screen and (min-width: 600px) {
  .secPromise .list li {
    width: 33.33%;
    padding: 0 13px;
  }

  .secPromise .list li:nth-child(3n+1) {
    padding-right: 30px;
    padding-left: 0;
  }

  .secPromise .list li:nth-child(3n) {
    padding-right: 0;
    padding-left: 30px;
  }

  .secPromise .list li:nth-child(n+4) {
    margin-top: 28px;
  }
}
.secPromise .list .img {
  padding-left: 28px;
}

@media screen and (min-width: 600px) {
  .secPromise .list .img {
    padding-left: 63px;
  }
}
.secPromise .list .listTit {
  display: table;
  width: 100%;
  line-height: 1.56;
  margin: 13px auto 0;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .secPromise .list .listTit {
    line-height: 1.5;
    font-size: 2.8rem;
  }
}
.secPromise .list .listTit span {
  display: table-cell;
  font-weight: 500;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .secPromise .list .txt {
    line-height: 1.8;
    margin-top: 12px;
    letter-spacing: 0.01em;
  }
}
.secPromise .btn {
  margin-top: 35px;
}

@media screen and (min-width: 600px) {
  .secPromise .btn {
    margin-top: 63px;
  }
}
/*  #treatment
================================================ */
.secTreatment {
  position: relative;
}

@media screen and (min-width: 600px) {
  .secTreatment {
    background: #e7f3f4;
  }
}
@media screen and (min-width: 600px) {
  .secTreatment .bgTxt {
    position: absolute;
    right: 0;
    bottom: 1150px;
    width: 864px;
  }
}
.secTreatment .topImg {
  height: 195px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .secTreatment .topImg {
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) {
  .secTreatment .topImg {
    width: 1100px;
    height: 480px;
  }
}
.secTreatment .topImg img {
  margin-left: -48%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 599px) {
  .secTreatment .topImg img {
    width: 255%;
    max-width: 255%;
  }
}
@media screen and (min-width: 600px) {
  .secTreatment .topImg img {
    width: 1920px;
    max-width: none;
    margin-left: -410px;
  }
}
.secTreatment .inner {
  padding-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .secTreatment .inner {
    padding-bottom: 110px;
  }
}
.secTreatment .ico {
  position: relative;
  z-index: 1;
  width: 87px;
  margin: -43px auto 0;
}

@media screen and (min-width: 600px) {
  .secTreatment .ico {
    position: absolute;
    top: -74px;
    left: 50%;
    width: 160px;
    margin: 0 0 0 -80px;
  }
}
@media screen and (min-width: 600px) {
  .secTreatment {
    position: relative;
    position: relative;
    z-index: 1;
    margin-top: -70px;
    padding: 100px 40px 100px;
    background: #fff;
    -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
  }
}
.secTreatment .leadTxt {
  margin-top: 12px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .secTreatment .leadTxt {
    margin-bottom: 40px;
  }
}
.secTreatment .leadTxt .tit {
  line-height: 1.5;
  color: #63c7cd;
  font-weight: 500;
  font-size: 22.4px;
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  .secTreatment .leadTxt .tit {
    font-size: 1.9rem;
  }
}
.secTreatment .leadTxt .tit span {
  display: block;
  color: #262626;
  font-weight: 500;
  font-size: 48px;
  font-size: 3rem;
}

@media screen and (min-width: 600px) {
  .secTreatment .leadTxt .tit span {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 600px) {
  .secTreatment .content {
    position: relative;
    padding-top: 120px;
    margin-bottom: 100px;
  }
}
.secTreatment #guide,
#oneday,
#zygoma,
#painless,
#reproduction,
#immediate,
#overDenture,
#periodontal,
#esthetic {
  position: relative;
}

.secTreatment .mod_section02_area_txt {
  background-image: url(../img/common/bg_section02.png);
  background-repeat: no-repeat;
  background-position: right 0 top 50px;
  background-size: 225px;
}

@media screen and (min-width: 600px) {
  .secTreatment .mod_section02_area_txt {
    background-position: left -150px top 10px;
    background-size: 450px;
  }

  .secTreatment .mod_section02_main.is_reverse .mod_section02_area_txt {
    background-position: right -18px top 6px;
    background-size: 450px;
  }

  .secTreatment .mod_section02_main .mod_section02_area_txt {
    width: 610px;
  }
}
@media screen and (min-width: 600px) {
  .secTreatment .mod_section02_area_txt .mod_section02_copy.sec02_copy {
    font-size: 3rem;
  }
}
.secTreatment .btn {
  margin-top: 32px;
}

@media screen and (min-width: 600px) {
  .secTreatment .btn {
    margin-top: 65px;
  }
}
.secTreatment .riskBox-wrap {
  background: #f0f7f7;
  padding: 20px 20px 20px;
}

@media screen and (max-width: 599px) {
  .secTreatment .riskBox-wrap {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 600px) {
  .secTreatment .riskBox-wrap {
    padding: 20px 70px 70px;
  }
}
.secTreatment .riskBox {
  margin-top: 25px;
  padding: 20px 20px 20px;
  background: #fff;
}

.secTreatment .riskBox dl + dl {
  margin-top: 15px;
}

.secTreatment .riskBox dt {
  font-size: 1.4rem;
  color: #63c7cd;
}

.secTreatment .riskBox dt span {
  position: relative;
  top: -1px;
  padding-left: 10px;
  font-size: 1.2rem;
  color: #b8b8b1;
}

.secTreatment .riskBox dd {
  font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
  .secTreatment .riskBox {
    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;
    margin-top: 60px;
  }

  .secTreatment .riskBox dl {
    width: 450px;
  }

  .secTreatment .riskBox dl + dl {
    margin-top: 0;
  }

  .secTreatment .riskBox dl:nth-child(n+3) {
    margin-top: 20px;
  }

  .secTreatment .riskBox dt {
    font-size: 1.6rem;
  }

  .secTreatment .riskBox dt span {
    top: -2px;
    padding-left: 15px;
    font-size: 1.3rem;
  }

  .secTreatment .riskBox dd {
    font-size: 1.3rem;
  }
}
/*  #implant
================================================ */
.areaImplant .areaImplantInner {
  padding-top: 50px;
}

.areaImplant .mod_section01 .mod_section01_content:after {
  content: none;
}

@media screen and (max-width: 599px) {
  .areaImplant .areaImplantInner .mod_section01.is_reverse .mod_section01_content {
    right: auto;
  }
}
@media screen and (min-width: 600px) {
  .areaImplant .areaImplantInner {
    padding-top: 110px;
  }

  .areaImplant .mod_section01 .mod_section01_content:hover {
    background: #5fc3c9;
  }

  .mod_section01 .mod_section01_content:hover:before {
    background: #63c7cd;
  }
}
/*  #message
================================================ */
.secMessage .inner {
  position: relative;
  padding: 75px 30px 50px;
}

@media screen and (min-width: 600px) {
  .secMessage .inner {
    padding: 100px 0 110px;
  }
}
.secMessage .bgTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
}

@media screen and (min-width: 600px) {
  .secMessage .bgTxt {
    top: 70px;
    left: -270px;
    width: 450px;
  }
}
.secMessage .leadTxt {
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .secMessage .leadTxt {
    padding-top: 84px;
  }
}
.secMessage .leadTxt .en {
  width: 183px;
}

@media screen and (min-width: 600px) {
  .secMessage .leadTxt .en {
    width: 365px;
  }
}
.secMessage .leadTxt .tit {
  margin-top: 15px;
  font-weight: 500;
  font-size: 17.6px;
  font-size: 1.1rem;
}

@media screen and (min-width: 600px) {
  .secMessage .leadTxt .tit {
    margin-top: 24px;
    font-size: 1.5rem;
  }
}
.secMessage .areaTxt {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

@media screen and (min-width: 600px) {
  .secMessage .areaTxt {
    width: 560px;
  }
}
.secMessage .areaTxt .copy {
  line-height: 1.43;
  font-weight: 500;
  font-size: 35.2px;
  font-size: 2.2rem;
}

@media screen and (min-width: 600px) {
  .secMessage .areaTxt .copy {
    line-height: 1.6;
    font-size: 3rem;
  }
}
.secMessage .areaTxt .txt {
  margin-top: 12px;
}

@media screen and (min-width: 600px) {
  .secMessage .areaTxt .txt {
    margin-top: 21px;
    font-size: 1.6rem;
  }
}
.secMessage .areaTxt .name {
  line-height: 1.73;
  margin-top: 12px;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
}

@media all and (max-width: 374px) {
  .secMessage .areaTxt .name {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .secMessage .areaTxt .name {
    line-height: 1.94;
    margin-top: 26px;
    font-size: 1.7rem;
  }
}
.secMessage .areaTxt .name span {
  line-height: 1.3;
  margin-left: 1em;
  font-weight: 500;
  font-size: 35.2px;
  font-size: 2.2rem;
}

@media screen and (min-width: 600px) {
  .secMessage .areaTxt .name span {
    font-size: 2.4rem;
  }
}
.secMessage .img {
  margin: 35px -30px 0;
}

@media screen and (min-width: 600px) {
  .secMessage .img {
    position: absolute;
    top: 100px;
    right: -410px;
    width: 1050px;
    margin: 0;
  }
}
.secIdea {
  position: relative;
  position: relative;
  z-index: 1;
  margin: -50px -20px 0;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 600px) {
  .secIdea {
    margin: 60px 0 0;
    padding: 9px;
  }
}
.secIdea .ideaInner {
  padding: 30px 35px 34px;
  border: 1px solid #63c7cd;
}

@media screen and (min-width: 600px) {
  .secIdea .ideaInner {
    padding: 43px 67px 64px 80px;
  }
}
.secIdea .tit {
  line-height: 1.58;
  font-weight: 500;
  font-size: 30.4px;
  font-size: 1.9rem;
}

@media screen and (max-width: 599px) {
  .secIdea .tit {
    margin: 0 -20px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .secIdea .tit {
    float: left;
    line-height: 1.62;
    padding-top: 32px;
    font-size: 2.6rem;
  }
}
.secIdea .list {
  margin-top: 15px;
}

@media screen and (min-width: 600px) {
  .secIdea .list {
    float: right;
    width: 552px;
  }
}
.secIdea .list li {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .secIdea .list li {
    display: table;
  }
}
@media screen and (min-width: 600px) {
  .secIdea .list li {
    float: left;
    width: 138px;
    padding: 0 23px;
  }
}
@media screen and (max-width: 599px) {
  .secIdea .list li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .secIdea .list li .ico,
.secIdea .list li .txt {
    display: table-cell;
    vertical-align: middle;
  }
}
.secIdea .list li .ico {
  width: 63px;
}

@media screen and (min-width: 600px) {
  .secIdea .list li .ico {
    width: 138px;
    margin: auto;
  }
}
.secIdea .list li .txt {
  line-height: 1.53;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 599px) {
  .secIdea .list li .txt {
    padding-left: 21px;
  }
}
@media screen and (min-width: 600px) {
  .secIdea .list li .txt {
    line-height: 1.63;
    margin: 17px -20px 0;
    font-size: 1.6rem;
    text-align: center;
  }
}
.secIdea .btn {
  margin-top: 23px;
}

@media screen and (min-width: 600px) {
  .secIdea .btn {
    float: left;
    width: 290px;
    margin: 30px 0 0;
  }
}
/*  #trouble
================================================ */
.secTrouble {
  background: #fbf5e5;
  background-image: url("../img/common/bg_border01.png");
  background-repeat: repeat-y;
  background-size: auto 1px;
}

@media screen and (min-width: 600px) {
  .secTrouble {
    background-image: url("../img/common/bg_border01_pc.png");
    background-size: auto 2px;
  }
}
.secTrouble .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 85px;
}

@media screen and (min-width: 600px) {
  .secTrouble .inner {
    overflow: hidden;
    padding-top: 55px;
    padding-bottom: 170px;
  }
}
.secTrouble .tit {
  line-height: 1.56;
  font-weight: 500;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .secTrouble .tit {
    line-height: 1.56;
    font-size: 5rem;
  }
}
.secTrouble .tit span {
  display: inline-block;
  position: relative;
  bottom: -4px;
  font-weight: 500;
  font-size: 56px;
  font-size: 3.5rem;
}

@media screen and (min-width: 600px) {
  .secTrouble .tit span {
    font-size: 7rem;
  }
}
.secTrouble .list {
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .secTrouble .list {
    margin-top: 82px;
  }
}
/*  #faq
================================================ */
.secFaq {
  background: #e4f3f5;
}

.secFaq .inner {
  padding-top: 35px;
  padding-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .secFaq .inner {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}
.secFaq .leadTit {
  font-weight: 500;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .secFaq .leadTit {
    font-size: 5rem;
  }
}
.secFaq .list {
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .secFaq .list {
    margin-top: 35px;
  }
}
.secFaq .post {
  background: #fff;
}

.secFaq .post + .post {
  margin-top: 15px;
}

@media screen and (min-width: 600px) {
  .secFaq .post + .post {
    margin-top: 20px;
  }
}
.secFaq .post .tit {
  line-height: 1.57;
  padding: 15px 40px 15px 62px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 500;
  font-size: 22.4px;
  font-size: 1.4rem;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .secFaq .post .tit {
    line-height: 1.67;
    padding: 15px 30px 15px 100px;
    font-size: 1.8rem;
  }
}
.secFaq .post .tit:after {
  display: block;
  position: absolute;
  top: 23px;
  right: 15px;
  width: 10px;
  height: 6px;
  background: url("../img/common/ico_arw04.png") no-repeat center;
  background-size: contain;
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 600px) {
  .secFaq .post .tit:after {
    width: 20px;
    height: 12px;
  }
}
.secFaq .post .tit.is_active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.secFaq .post .content {
  display: none;
  line-height: 2;
  padding: 12px 15px 12px 62px;
  font-size: 22.4px;
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  .secFaq .post .content {
    padding: 15px 30px 15px 100px;
    font-size: 1.6rem;
  }
}
.secFaq .post .tit,
.secFaq .post .content {
  position: relative;
}

.secFaq .post .tit .ico,
.secFaq .post .content .ico {
  display: block;
  position: absolute;
  top: 9px;
  left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 34px;
  height: 34px;
  padding-top: 3px;
  border-radius: 50%;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 600px) {
  .secFaq .post .tit .ico,
.secFaq .post .content .ico {
    left: 40px;
    width: 44px;
    height: 44px;
    padding-top: 10px;
    font-size: 2rem;
  }
}
.secFaq .post .tit .ico:before,
.secFaq .post .content .ico:before {
  display: block;
  padding-left: 2px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.secFaq .post .tit .ico {
  background: -webkit-gradient(linear, left top, left bottom, from(#59c5d1), color-stop(50%, #59c5d1), color-stop(50%, #37bcca), to(#37bcca));
  background: linear-gradient(180deg, #59c5d1 0%, #59c5d1 50%, #37bcca 50%, #37bcca 100%);
}

@media screen and (min-width: 600px) {
  .secFaq .post .tit .ico {
    padding-top: 4px;
  }
}
.secFaq .post .tit .ico:before {
  padding-left: 4px;
  content: "Q";
}

.secFaq .post .content .ico {
  padding-top: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c8ad88), color-stop(50%, #c8ad88), color-stop(50%, #c3a57b), to(#c3a57b));
  background: linear-gradient(180deg, #c8ad88 0%, #c8ad88 50%, #c3a57b 50%, #c3a57b 100%);
}

.secFaq .post .content .ico:before {
  content: "A";
}

/*  .home-inv
================================================== */
.home-inv {
  margin: 15px 0 32px;
}
.home-inv__inner {
  position: relative;
}
.home-inv__inner:before, .home-inv__inner:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  max-width: 345px;
  height: 25px;
  content: "";
  border-color: #40bec5;
  border-style: solid;
}
.home-inv__inner:before {
  top: 70px;
  border-width: 1px 1px 0 1px;
}
.home-inv__inner:after {
  bottom: -14px;
  border-width: 0 1px 1px 1px;
}
.home-inv__box {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(4, 58, 113, 0.1);
          box-shadow: 0px 15px 25px 0px rgba(4, 58, 113, 0.1);
  z-index: 1;
}
.home-inv__box:before {
  position: absolute;
  top: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 200px;
  content: "";
  background: url(../img/home/bg_invitation01.png) no-repeat center/contain;
}
.home-inv__must {
  padding: 3px 5px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.16em;
  background: linear-gradient(130deg, #63c7cd 0%, #63c7cd 50%, #40bec5 50%, #40bec5 100%);
  font-weight: bold;
}
.home-inv__area-txt {
  position: relative;
  padding: 21px 24px 27px;
}
.home-inv__head {
  margin-bottom: 12px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.5;
}
.home-inv__txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
.home-inv__txt-bg {
  padding: 1px 0 1px 5px;
  color: #fff;
  background: #63c7cd;
}
.home-inv__msg {
  margin-top: 9px;
  font-size: 1.6rem;
  color: #40bec5;
  line-height: 1.5;
  font-weight: bold;
}
@media all and (min-width: 600px) {
  .home-inv {
    margin: 110px 0 93px;
  }
  .home-inv__inner:before, .home-inv__inner:after {
    width: 100%;
    max-width: 100%;
    height: 50px;
  }
  .home-inv__inner:before {
    top: 132px;
  }
  .home-inv__inner:after {
    bottom: -44px;
  }
  .home-inv__box {
    max-width: 1020px;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(4, 58, 113, 0.1);
            box-shadow: 0px 30px 50px 0px rgba(4, 58, 113, 0.1);
  }
  .home-inv__box:before {
    top: 73px;
    width: 74%;
    height: 355px;
  }
  .home-inv__must {
    padding: 7px 15px;
    font-size: 1.8rem;
  }
  .home-inv__area-txt {
    padding: 31px 24px 52px;
    text-align: center;
  }
  .home-inv__head {
    margin-bottom: 26px;
    font-size: 4rem;
  }
  .home-inv__txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .home-inv__txt-bg {
    padding: 3px 9px 3px 6px;
    background: linear-gradient(130deg, #63c7cd 0%, #63c7cd 50%, #40bec5 50%, #40bec5 100%);
  }
  .home-inv__msg {
    margin-top: 31px;
    font-size: 2rem;
  }
}

/*  .home-price
================================================== */
.home-price {
  margin: 16px 0 18px;
  padding: 30px 0 40px;
}

.home-price__inner {
  padding: 0;
}

.home-price__bnr {
  margin-top: 30px;
}

.home-price-btn {
  margin-top: 46px;
}

@media all and (min-width: 600px) {
  .home-price {
    margin: 52px 0 2px;
    padding: 74px 0 97px;
  }

  .home-price__inner {
    width: 100%;
    max-width: 1260px;
  }

  .home-price-btn {
    margin-top: 73px;
  }

  .home-price__bnr {
    margin: 50px -210px 0;
  }
}
.listBnr__item + .listBnr__item {
  padding-top: 20px;
}

/*  .home-original
================================================== */
.home-original {
  padding: 50px 0 37px;
  background: #e7f3f4;
}

.home-original__inner {
  padding: 0 5px;
}

@media all and (min-width: 600px) {
  .home-original {
    position: relative;
    padding: 100px 0 77px;
    z-index: 1;
  }

  .home-original:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 639px;
    height: 104px;
    content: "";
    background: url(../img/home/txt-implant.png) no-repeat center/contain;
    z-index: -1;
  }

  .home-original__inner {
    width: 100%;
    max-width: 1134px;
    padding: 0;
  }
}
/*  .home-bnr-list
================================================== */
.home-bnr-list__item {
  -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.home-bnr-list__item + .home-bnr-list__item {
  margin-top: 10px;
}

.home-bnr-list__item.has-ico {
  position: relative;
  margin-top: 20px;
}

.home-bnr-list__item.has-ico:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  background: 0 0 no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.home-bnr-list__item.is-xguide:before {
  background-image: url(../img/home/ico_bnr01.png);
}

.home-bnr-list__item.is-sleeping:before {
  background-image: url(../img/home/ico_bnr02.png);
}

@media all and (min-width: 600px) {
  .home-bnr-list__item {
    width: 920px;
    margin: 0 auto;
  }

  .home-bnr-list__item + .home-bnr-list__item {
    margin-top: 30px;
  }

  .home-bnr-list__link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home-bnr-list__link:hover {
    opacity: 0.7;
  }

  .home-bnr-list__item.has-ico {
    margin: 30px auto 0;
  }

  .home-bnr-list__item.has-ico:before {
    content: none;
  }
}
/*  .x-movie
================================================== */
.x-movie {
  padding-bottom: 50px;
}

.x-movie__slider {
  margin-bottom: 27px;
  height: 112px;
  background: url(../img/home/pic_slide01.jpg) 0 0/1030px repeat-x;
  -webkit-animation: bgLoopSp 50000ms linear infinite;
  animation: bgLoopSp 50000ms linear infinite;
}

.x-movie .x-movie__area-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.x-movie .x-movie__area-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 600px) {
  .x-movie {
    padding-bottom: 100px;
  }

  .x-movie__slider {
    margin-bottom: 80px;
    height: 224px;
    background-size: 2059px;
    -webkit-animation: bgLoopPc 60000ms linear infinite;
    animation: bgLoopPc 60000ms linear infinite;
  }

  .x-movie-box__area-txt {
    padding: 37px 130px 48px;
  }
}
@-webkit-keyframes bgLoopSp {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1030px 50%;
  }
}
@keyframes bgLoopSp {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1030px 50%;
  }
}
@-webkit-keyframes bgLoopPc {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -2059px 50%;
  }
}
@keyframes bgLoopPc {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -2059px 50%;
  }
}
/*  .x-satisfy
================================================== */
.x-satisfy {
  position: relative;
  padding-bottom: 380px;
}

.x-satisfy:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
  content: "";
  background: url(../img/home/bg_satisfy02.jpg) no-repeat center/cover;
}

.x-satisfy__area-txt {
  padding: 74px 36px 26px;
  margin: 0 -15px;
  color: #fff;
  background: url(../img/home/bg_satisfy01_sp.jpg) no-repeat center/cover;
}

.x-satisfy-head {
  margin-bottom: 13px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.x-satisfy-head__small {
  font-size: 1.9rem;
}

@media screen and (min-width: 600px) {
  .x-satisfy {
    position: relative;
    padding: 125px 0 93px;
    background: url(../img/home/bg_satisfy01_pc.jpg) no-repeat center/cover;
  }

  .x-satisfy:before {
    content: none;
  }

  .x-satisfy__area-txt {
    max-width: 541px;
    padding: 0;
    margin: 0;
    background: none;
  }

  .x-satisfy-head {
    margin-bottom: 39px;
    font-size: 4.5rem;
    line-height: 1.5;
  }

  .x-satisfy-head__small {
    font-size: 3.2rem;
  }

  .x-satisfy__txt + .x-satisfy__txt {
    margin-top: 32px;
  }
}
/*  .home-voice
================================================== */
.home-voice {
  background: #e4f3f5;
}

.home-voice__inner {
  padding-top: 45px;
  padding-bottom: 50px;
}

.home-voice__head {
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
}

.home-voice__head-sub {
  font-size: 1.8rem;
}

.home-voice__head-main {
  margin-top: 5px;
  line-height: 1.4;
  font-size: 2.9rem;
  color: #b98a4b;
}

.home-voice__video {
  position: relative;
  margin: 0 5px;
}

.home-voice__video:before {
  display: block;
  padding-bottom: 57.5%;
  content: "";
}

.home-voice__video-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) {
  .home-voice__inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .home-voice__head {
    margin-bottom: 40px;
  }

  .home-voice__head-sub {
    font-size: 3rem;
  }

  .home-voice__head-main {
    font-size: 5rem;
  }

  .home-voice__video {
    width: 840px;
    margin: 0 auto;
  }
}
/*  .home-manga
================================================== */
.home-manga__inner {
  padding-bottom: 55px;
}

@media screen and (min-width: 600px) {
  .home-manga__inner {
    padding-bottom: 105px;
  }
}
.mod_box04 {
  padding: 2px 0px 28px;
  border: 2px solid #abe5ec;
  background: #fff;
}

@media screen and (min-width: 600px) {
  .mod_box04 {
    padding: 4px 20px 60px;
    border-width: 4px;
  }

  .mod_box04.has_copy {
    padding-bottom: 45px;
  }
}
.mod_box04 + .mod_box04 {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .mod_box04 + .mod_box04 {
    margin-top: 40px;
  }
}
.mod_box04 .mod_box04_tit {
  line-height: 1.5;
  margin: -4px -18px 0;
  padding: 10px;
  background: #59c5d1;
  color: #fff;
  font-weight: 500;
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 600px) {
  .mod_box04 .mod_box04_tit {
    margin: -7px -25px 0;
    padding: 15px;
    font-size: 2.8rem;
  }
}
.mod_box04 .mod_box04_copy {
  line-height: 1.47;
  padding: 16px 0 10px;
  border-bottom: 1px solid #abe5ec;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .mod_box04 .mod_box04_copy {
    padding: 2px 0 27px;
    font-size: 2.4rem;
  }
}
.mod_box04 .mod_box04_content {
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .mod_box04.has_copy .mod_box04_content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 600px) {
  .mod_box04.has_no_img {
    padding-bottom: 45px;
  }

  .mod_box04.has_no_img .mod_box04_content {
    margin-top: 33px;
  }
}
.mod_box04__img {
  max-width: 330px;
  width: 100%;
  margin: 20px auto 0;
}

@media screen and (min-width: 600px) {
  .mod_box04__img {
    width: 1000px;
    max-width: 1000px;
    margin: 50px auto 0;
  }

  .mod_box04__img img {
    width: 1000px;
    max-width: 1000px;
  }
}
