@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  background-color: #fff;
}

@media screen and (max-width: 700px) {
  html {
    font-size: 14px;
  }
}

.pc { display: block !important;}
.sp { display: none !important;} 
@media only screen and (max-width: 700px) {
  .pc { display: none !important;}
  .sp { display: block !important;}
}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(255,255,255,0.85);
}

header .head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}

header .head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .head-nav ul li {line-height: 0;}

header .head-nav ul li:nth-child(2) {
  margin-left:20px;
}

button {
  height:48px;
  line-height:48px;
}
button a {
  display:block;
  width:100%;
  height:100%;
  padding:0 0.6rem;
  text-decoration: none;
  background:#44A8C6;
  text-align:center;
  color:#FFFFFF;
  font-size:1rem;
  font-weight:bold;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}
button a span.pc {display:inline-block !important;}
@media screen and (max-width: 700px) {
  button a span.pc {display:none !important;}
}
button a:hover {opacity: 0.7;}

header .head-nav ul li button {
  width: 250px;
  height: 48px;
  line-height: 48px;
}
header .head-nav ul li button a {
  display:block;
  width:90%;
  height:100%;
  padding:0 0.6rem;
  text-decoration: none;
  background:#44A8C6;
  text-align:center;
  color:#FFFFFF;
  font-size:1rem;
  font-weight:bold;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}
header .head-nav ul li button.buy {
  width: 250px;
  line-height: 44px;
}
header .head-nav ul li button.buy a {
  width: 100%;
  background:#FFF;
  color:#44A8C6;
  border:3px solid #44A8C6;
  box-sizing:border-box;
}

@media screen and (max-width: 700px) {
  header {
    height: 60px;
    padding:10px;
  }
  header h1 img {
    width: 80%;
  }
  header .head-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header .head-nav ul li:nth-child(2) {
    margin-left:10px;
  }
  header .head-nav ul li button {
    width: 100px;
    height: 24px;
    line-height: 24px;
  }
  header .head-nav ul li button a {
    display:block;
    width:90%;
    height:100%;
    padding:0 0.6rem;
    text-decoration: none;
    background:#44A8C6;
    text-align:center;
    color:#FFFFFF;
    font-size:1rem;
    font-weight:bold;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
  }
  header .head-nav ul li button.buy {
    width: 100px;
    line-height: 20px;
  }
  header .head-nav ul li button.buy a {
    width: 100%;
    background:#FFF;
    color:#44A8C6;
    border:2px solid #44A8C6;
    box-sizing:border-box;
  }
}

.main-img{
  text-align:center;
  box-sizing: border-box;
  margin-top:90px;
  /*background-image:url(../images/bg_kv.jpg);
  background-repeat:repeat-x;*/
}
.main-img img {margin: 0 auto;}

@media screen and (max-width: 700px) {
  .main-img {padding:0}
  /*.sp-main img {width: 100%; height: auto; margin-top: 40px;}*/
}

section {
  width:100%;
}

@media screen and (max-width: 700px) {
  section {
  width:100%;
  }
}

.img-area div {
  text-align: center;
}
.img-area img {
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .img-area img {
    width: 98%;
  }
}

.cnv { margin-bottom: 80px;}
.cnv div {
  background: url(../images/img_cnv.jpg) 0 0 no-repeat;
  margin:0 auto;
  width: 1040px;
  height: 394px;
}
.cnv div ul {
  padding: 210px 0 0 520px;
}
.cnv div ul li {
  margin-bottom: 1rem;
}
.cnv div ul li button a {
  display:block;
  width:310px;
  height:100%;
  padding:0 0.6rem;
  text-decoration: none;
  background:#FFF;
  text-align:center;
  color:#387dce;
  font-size:1rem;
  font-weight:bold;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}
@media screen and (max-width: 700px) {
  .cnv div {
  background: none;
  width: 100%;
  height: 100%;
}
.cnv div img { height: auto;}
.cnv div ul {
  padding:0;
  text-align: center;
}
.cnv div ul li {
  margin-bottom: 1rem;
}
.cnv div ul li button {
  width: 80%;
  margin: 0 auto;
}
.cnv div ul li button a {
  display:inline-block;
  width:100%;
  height:100%;
  padding:0 0.6rem;
  text-decoration: none;
  background:#387dce;
  text-align:center;
  color:#FFF;
  font-size:1rem;
  font-weight:bold;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}
}

.cont {
  width:1040px;
  margin:0 auto;
}
.cont h2 {
  display: inline-block;
  margin-bottom:20px;
  padding-right: 4rem;
  font-size:1.5rem;
  background: url(../images/bg_h2.jpg) 0 50% repeat-x;
}
.cont p {margin-bottom: 1rem;}

@media screen and (max-width: 700px) {
  .cont {
  width:96%;
  margin:0 auto;
  }
  .cont h2 {
  display: inline-block;
  margin-bottom:20px;
  padding-right: 1rem;
  font-size:1.2rem;
  background: url(../images/bg_h2.jpg) 0 50% repeat-x;
  }
  .cont p {margin-bottom: 1rem;}
}

#youtube .cont {
  width: 1024px;
  padding-top: 40%;
  position: relative;
}

#youtube .cont iframe {
  width:100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 700px) {
  #youtube {padding:0;}
  #youtube .cont {
    position:relative;
    width: 100%;
    padding-top:56.25%;
  }
  #youtube .cont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height:100% !important;
  }
}

.sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
}

.img-l,.img-r {width: 520px;}
.img-l img,.img-r img {width: 100%;}

.txt-r,.txt-l {width: 520px;}
.txt-r {padding-left: 30px;}
.txt-l {padding-right: 30px;}
.txt-r p,.txt-l p {  margin-bottom: 1rem;} 
.cap {
  text-indent: -2.2em;
  padding-left: 2.2em;
  font-size:0.8rem;
}

@media screen and (max-width: 700px) {
  .sec {display: block;}
  .img-l,.img-r {width: 100%;}
  .txt-r,.txt-l {width: 100%;}
  .txt-r {padding-left:0;}
  .txt-l {padding-right:0;}
}

.txt-c {text-align: center;}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  flex-wrap: wrap;
  text-align:center;
  margin-bottom: 20px;
}

.features li {
  width:33%
}
.features li:nth-child(2) { margin-top:2rem;}
.features li:nth-child(3) { margin-top:4rem;}
.features li:nth-child(4) { margin-top:-4rem;}
.features li:nth-child(5) { margin-top:-2rem;}

@media screen and (max-width: 700px) {
  .features li {
  width:50%
  }
  .features li:nth-child(2) { margin-top:0;}
  .features li:nth-child(3) { margin-top:0;}
  .features li:nth-child(4) { margin-top:0;}
  .features li:nth-child(5) { margin-top:0;}
}

.spec tbody tr th {
  width: 30%;
  padding: 12px 10px;
  background-color: #f1f5f5;
  font-weight: bold;
}
.spec tbody tr th,.spec tbody tr td { padding: 12px 10px;}
.spec tbody tr th,.spec tbody tr td { border-bottom: 1px solid #FFF; }

@media screen and (max-width: 700px) {
  .spec tbody tr th {width: 35%;}
  .spec tbody tr th,.spec tbody tr td { padding: 8px 6px;}
}

.conv-area {
  background: url(../images/bg-detail-conv.jpg) 0 center no-repeat;
  padding: 20px 0;
}
.conv-area .sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.conv-area .cont {width: 830px;}
.conv-area .img-l {
  width: 300px;
  line-height: 0;
}
.conv-area .txt-r p span {font-size:70%;}

@media screen and (max-width: 700px) {
  .conv-area .cont {width: 100%; padding:0 2.5%;}
  .conv-area .img-l {width:40%;}
  .conv-area .txt-r {width:50%; padding-left:1rem;}
  .conv-area button {}
}

footer {
  margin-top: 80px;
}

.foot-nav {
  padding: 40px 0;
  background-color: #44A8C6;
}
.foot-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1040px;
  margin:0 auto;
}
.foot-nav ul li {
  font-size: 14px;
  color: #fff;
  margin-left:30px;
}
.foot-nav ul li:first-child {
  margin-left: 0;
}
.foot-nav ul li a {
  color: #fff;
}

.foot-copy {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 40px 0;
  background-color: #333;
}

.foot-bottom {
  padding: 20px 0 10px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  footer {margin-top: 60px;}
  .foot-nav,.foot-copy {padding: 20px 0;}
  .foot-nav ul { display: block; width: 95%; text-align: center;}
  .foot-nav ul li {margin:0;}
  .foot-bottom img { width:auto; height:30px; }
}