@charset "UTF-8";
/*
Theme Name: REVOnet child
Template: revonet
Description: レスポンシブWPカスタム専用テーマ。This theme produced by <a href="http://revonet.co.jp">REVOnet</a>.
*/
@import url("../revonet/style.css");
.blue1_bg {
  background: #175ba4 !important;
  color: #fff;
  border: none;
}

.orange1_bg {
  background: #f1b302 !important;
  color: #fff;
  border: none;
}

.red1_bg {
  background: #d94536 !important;
  color: #fff;
  border: none;
}

.green1_bg {
  background: #56ab33 !important;
  color: #fff;
  border: none;
}

.blue2_bg {
  background: #72a7f7 !important;
  color: #fff;
  border: none;
}

.orange2_bg {
  background: #f9ca42 !important;
  color: #fff;
  border: none;
}

.red2_bg {
  background: #e37466 !important;
  color: #fff;
  border: none;
}

.green2_bg {
  background: #38801a !important;
  color: #fff;
  border: none;
}

.blue3_bg {
  background: #9fc1f9 !important;
  color: #fff;
  border: none;
}

.orange3_bg {
  background: #fbdf68 !important;
  color: #fff;
  border: none;
}

.red3_bg {
  background: #ea9c94 !important;
  color: #fff;
  border: none;
}

.green3_bg {
  background: #7acda7 !important;
  color: #fff;
  border: none;
}

.blue1 {
  color: #175ba4 !important;
}

.orange1 {
  color: #f1b302 !important;
}

.red1 {
  color: #d94536 !important;
}

.green1 {
  color: #56ab33 !important;
}

.blue2 {
  color: #72a7f7 !important;
}

.orange2 {
  color: #f9ca42 !important;
}

.red2 {
  color: #e37466 !important;
}

.green2 {
  color: #38801a !important;
}

.blue3 {
  color: #9fc1f9 !important;
}

.orange3 {
  color: #fbdf68 !important;
}

.red3 {
  color: #ea9c94 !important;
}

.green3 {
  color: #7acda7 !important;
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　  header  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#header {
  position: relative;
  padding: 20px;
  height: 100vh;
  min-height: 800px;
  max-height: 1150px;
  background-image: url("http://toolnet.info/dentool/wp-content/themes/child/images/cover.png"), url("http://toolnet.info/dentool/wp-content/themes/child/images/mainImg1.jpg");
  background-repeat: repeat, no-repeat;
  background-position: top left, center center;
  background-size: auto, cover;
  /*
  	@media screen and (min-width:768px) and (max-width:979px){ 
  	min-height:900px;
  		background-image: url("https://revonet.co.jp/plus/lp/intimacy/wp-content/themes/child/images/main1@2x.png");
  		background-repeat:no-repeat;
  		background-position:top right;
  		background-size:cover;
  	}
  
  
  	@media screen and (max-width:767px){ 
  		background-image: url("https://revonet.co.jp/plus/lp/intimacy/wp-content/themes/child/images/main1@2x.png");
  		background-repeat:no-repeat;
  		background-position:bottom right;
  		background-size:contain;
  	}
  
  */
  background-color: #534666;
}
#header #header_box {
  display: block;
}
#header #header_box > li:nth-of-type(1) {
  text-align: center;
}
#header #logo img {
  max-width: 220px;
}
#header .main-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /*
  @media screen and (min-width:1200px){ position:absolute; width:90%; text-align:center; bottom:10%;} 
  @media screen and (min-width:980px) and (max-width:1199px){ position:absolute; text-align:left; bottom:10%; img{ max-height:50%;} } 
  @media screen and (min-width:768px) and (max-width:979px){ img{ max-width:45%; max-height:900px;} } 
  @media screen and (max-width:767px){ img{ max-width:60%;} } 
  */
}
#header .main-text img {
  max-width: 80%;
  max-height: 100%;
}
#header .main-text .patent {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header .main-text .patent img {
    max-width: 40%;
  }
}
#header .main-text .catch {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header .main-text .catch img {
    max-width: 70%;
  }
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　    nav   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#nav {
  background-color: transparent;
}
#nav .container {
  position: relative;
}
#nav ul {
  position: absolute;
  top: -50px;
}
#nav ul li {
  background-image: url("http://toolnet.info/dentool/wp-content/themes/child/images/nav_btn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 108px;
  width: 201px;
  font-weight: bold;
  padding-top: 30px;
}
#nav ul li a {
  background-color: transparent;
  border: none;
  color: #fff;
}
#nav ul li a:hover {
  background-color: transparent;
  color: #fff;
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   bread  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   side   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　  footer  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   page   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#contentWrap #content {
  float: none;
}

#contentWrap {
  margin-bottom: 0 !important;
}
#contentWrap h3 {
  border: none;
}

p {
  line-height: 160%;
}

.text-lg {
  font-size: calc(1.875rem + ((1vw - 4.8px) * 1.25));
  /*30-48*/
}

.text-md {
  font-size: calc(1.125rem + ((1vw - 4.8px) * 0.9722));
  /*18-32*/
}

h2 {
  background-color: transparent;
  color: #000;
  font-weight: 700;
  line-height: 140%;
  font-size: calc(1.5rem + ((1vw - 4.8px) * 1.6667));
  text-align: center;
}

.syntaxhighlighter tr {
  display: table-row;
}
.syntaxhighlighter td {
  display: table-cell;
}

.sec-base {
  padding: 100px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-base {
    padding: 40px 10px;
  }
}

.content-label {
  position: absolute;
  top: -82px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .content-label {
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .content-label {
    top: -50px;
  }
}
.content-label img {
  max-width: 40%;
}
.content-label h2 {
  margin: 0;
  padding: 0;
  line-height: 100%;
}

.sec1 {
  text-align: center;
}
.sec1 .flex2 {
  margin: 40px auto;
}
.sec1 .flex2 li {
  padding: 20px;
}
.sec1 .flex2 li img {
  margin-bottom: 20px;
}
.sec1 .flex2 li p {
  font-size: calc(0.875rem + ((1vw - 4.8px) * 0.2778));
  /*14-18*/
}

.solution {
  position: relative;
  background-color: #ffe961;
  background-image: url("http://toolnet.info/dentool/wp-content/themes/child/images/solutionBg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .solution {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .solution {
    background-size: contain;
  }
}
.solution .container {
  text-align: center;
  padding: 40px 0 !important;
}
.solution .container img {
  margin-bottom: 40px;
}
.solution .container p {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
.solution .sol_arrow {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}
.solution .sol_arrow img {
  max-width: 30%;
}

.sec2 {
  text-align: center;
  background-color: #534666;
  color: #fff;
  /*		background-image: url("https://revonet.co.jp/plus/lp/intimacy/wp-content/themes/child/images/sec2bg.png");
  		background-repeat:no-repeat;
  		background-position:top left;
  		background-size:contain;
  		*/
}
.sec2 .container {
  text-align: center;
  margin-top: 40px;
}
.sec2 .container p {
  text-align: left;
  max-width: 700px;
  display: inline-block;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .sec2 .container {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .sec2 .container {
    text-align: center;
  }
}
.sec2 .container img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .sec2 .container img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .sec2 .container img {
    max-width: 100%;
  }
}
.sec2 .dentool_flow {
  margin-bottom: 40px;
}

.sec3 {
  background-color: #eaeaeb;
}
.sec3 .container {
  text-align: center;
  margin-top: 40px;
}
.sec3 .lineup ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec3 .lineup ul {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .sec3 .lineup ul {
    flex-direction: column;
  }
}
.sec3 .lineup ul li {
  padding: 10px;
  list-style-type: none;
  font-weight: bold;
  font-size: calc(0.875rem + ((1vw - 4.8px) * 0.2778));
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec3 .lineup ul li {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .sec3 .lineup ul li {
    text-align: center;
  }
}
.sec3 .lineup ul li p {
  margin-bottom: 10px;
  line-height: 160%;
  padding: 0 10px;
}
.sec3 .message .container {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px !important;
  border-radius: 10px;
}
.sec3 .message table {
  border: none;
}
.sec3 .message table th, .sec3 .message table td {
  min-width: 200px;
  border: none;
  background-color: transparent;
}

.movie {
  background-color: #ffe961;
  padding: 40px;
  margin-bottom: 80px;
}
.movie ul {
  flex-wrap: wrap;
}
.movie ul li {
  padding: 10px;
}
.movie ul li p {
  background-color: #534666;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}
.movie ul li iframe {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .movie ul li {
    width: 25%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .movie ul li {
    width: 50%;
  }
}

.item-price .container {
  border: 3px solid #e0283d !important;
  padding: 40px !important;
  margin-bottom: 40px;
}

.buy {
  margin-bottom: 80px;
}

.scroll-table table {
  max-width: 1000px;
  border: none;
}
.scroll-table table .other {
  background-color: #e1e1e1;
  color: #000;
  text-align: center;
}
.scroll-table table .revo {
  background-color: #5872f7;
  color: #fff;
  text-align: center;
}
.scroll-table table th, .scroll-table table td {
  background-color: transparent;
  border: none;
}
.scroll-table table tr {
  background-color: #fff;
  border: none;
}
.scroll-table table tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .scroll-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    max-width: 200%;
  }

  .scroll-table table {
    max-width: none;
  }

  .scroll-table table tbody {
    display: table-row-group;
  }

  .scroll-table table tr {
    display: table-row;
  }

  .scroll-table table th, .scroll-table table td {
    display: table-cell;
    width: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .scroll-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    max-width: 200%;
  }

  .scroll-table table {
    max-width: none;
  }

  .scroll-table table tbody {
    display: table-row-group;
  }

  .scroll-table table tr {
    display: table-row;
  }

  .scroll-table table th, .scroll-table table td {
    display: table-cell;
    width: auto !important;
  }
}
.attention {
  color: #ffde17;
  font-size: 90%;
  padding: 10px;
  border: 1px solid #ffde17;
}

.flex2 {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex2 {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .flex2 {
    flex-direction: column;
  }
}
.flex2 li {
  list-style-type: none;
}

.sec4 .sample-img {
  text-align: center;
}
.sec4 img {
  margin-bottom: 20px;
}
.sec4 .text-md {
  font-weight: 700;
  margin-bottom: 20px;
}
.sec4 .price {
  color: #ffde17;
  font-size: calc(1.875rem + ((1vw - 4.8px) * 1.25));
  /*30-48*/
  font-weight: 700;
}
.sec4 .plan-detail {
  background-color: #fafafa;
  padding: 40px;
  border-radius: 40px;
}
.sec4 .pack-text {
  color: #534666;
}
.sec4 .flow {
  text-align: left;
  display: inline-block;
  padding: 40px 0;
  margin: 0 auto;
}

.sec5 {
  background-color: #534666;
}
.sec5 .item-price .container {
  background-color: #fff;
  margin-top: 40px;
}
.sec5 .item-price .buy2 {
  text-align: center;
  margin-bottom: 80px;
}

.sec6 {
  background-color: #fff;
}
.sec6 .tel {
  font-size: calc(1.875rem + ((1vw - 4.8px) * 2.0833));
  font-weight: 700;
  padding: 20px;
  margin-bottom: 40px;
}
.sec6 .tel a {
  text-decoration: none;
}
.sec6 .btn {
  font-size: calc(1.125rem + ((1vw - 4.8px) * 0.8333));
  margin-bottom: 40px;
}
.sec6 .btn a {
  display: inline-block;
  text-decoration: none;
  padding: 20px 40px;
  border: 1px solid #000;
}
.sec6 .mailform {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 80px;
}
.sec6 .mailform h3 {
  font-size: calc(1.125rem + ((1vw - 4.8px) * 0.8333));
}

.sec7 .sakai {
  text-align: right;
}

.img-frame {
  height: 465px;
  background-color: #f8f3f2;
  background-image: url("https://revonet.co.jp/plus/lp/intimacy/wp-content/themes/child/images/sec7bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .img-frame {
    background-position: -220px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .img-frame {
    background-image: url("https://revonet.co.jp/plus/lp/intimacy/wp-content/themes/child/images/sec7bg1.png");
    background-position: top left;
  }
}
@media screen and (max-width: 767px) {
  .img-frame {
    background-image: url("https://revonet.co.jp/plus/lp/intimacy/wp-content/themes/child/images/sec7bg1.png");
    background-position: top center;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .img-frame {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .img-frame {
    justify-content: center;
    align-items: flex-end;
  }
}
.img-frame .text-md {
  text-align: right;
  font-weight: 700;
  line-height: 160%;
}
.img-frame .text-md span {
  color: #ffde17;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .img-frame .text-md {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 767px) {
  .img-frame .text-md {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.present {
  background-color: #575fa6;
}

.contact {
  border: 5px solid #575fa6;
  padding: 20px 0 40px 0;
}
.contact .text-lg {
  text-align: center;
  margin-bottom: 20px;
}
.contact .text-lg .tel {
  color: #ffde17;
}
.contact .text-lg .tel a {
  color: #ffde17;
  font-weight: 700;
  text-decoration: none;
  line-height: 100%;
}
.contact .text-lg small {
  font-size: 20px;
}
.contact p {
  text-align: center;
}
.contact .attention2 {
  padding: 10px;
  border-radius: 10px;
  background-color: #ffd146;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px auto;
  font-weight: 600;
  font-size: calc(1.125rem + ((1vw - 4.8px) * 0.4167));
}
.contact .label {
  float: right;
}

.delighter-bottom {
  /* スタート時のスタイル */
  /* エンド時のスタイル */
  /*   &.delighter.started.ended {
        transform: translateY(-10%);
        opacity: 0;
     }
     */
}
.delighter-bottom.delighter {
  transition: all 2s ease-out;
  transform: translateY(10%);
  opacity: 0;
}
.delighter-bottom.delighter.started {
  transform: none;
  opacity: 1;
}
