@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  background-color: #fff;
  color: #2f353d;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 18px;
  font-size: 1.125rem;
}

ol, ul {
  list-style: none;
}

/*
blockquote, q {
  quotes: none;
}

blockquote {
  &:before, &:after {
    content: '';
    content: none;
  }
}

q {
  &:before, &:after {
    content: '';
    content: none;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  font-size: smaller;
  vertical-align: super;
  font-weight: normal;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.cf {
  &:before {
    content: "";
    display: table;
  }

  &:after {
    content: "";
    display: table;
    clear: both;
  }
  *zoom: 1;
}
*/
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
}
a {
  color: #2f353d;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: top;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
}

#header {
  width: 100%;
  height: 70px;
  z-index: 8000;
  background-color: #000;
  position: relative;
}

.margin-top10 {
  margin-top: 10px !important;
}

.margin-top20 {
  margin-top: 20px !important;
}

.margin-top30 {
  margin-top: 30px !important;
}

.margin-top40 {
  margin-top: 40px !important;
}

.margin-top50 {
  margin-top: 50px !important;
}

.margin-top55 {
  margin-top: 55px !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-top70 {
  margin-top: 70px !important;
}

.margin-top80 {
  margin-top: 80px !important;
}
.padding-top25 {
  padding-top: 25px !important;
}
#header .header-main {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
}
#header .header-id {
  padding-left: 10px;
  padding-top: 25px;
}
#header .header-title {
  position: absolute;
  top: 30px;
  right: 10px;
}
#page-header {
  position: fixed;
  top: -60px;
  z-index: 100;
  transition: all 0.3s ease 0s;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
#page-header.show {
  top: 0;
}
.content-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
}
.content-wrap img {
  width: 100%;
}

.mv-wrap {
  width: 100%;
  background: #F06464;
  overflow: hidden;
  position: relative;
}

.mv-inner {
  width: 1685px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.contents-read {
  width: 100%;
  text-align: center;
  padding: 70px 0 10px 0;
  font-size: 23px !important;
  font-weight: bold !important;
}
.contents-read span {
  display: inline-block;
}
.contents-read sub {
  font-size: 12px !important;
  vertical-align: top;
}

.contents-read-alert {
  font-size: 16px !important;
  text-align: left;
  font-weight: normal !important;
  margin: 20px auto 60px;
  padding: 20px 30px;
  border: 1px solid #E2E2E2;
  width: 100%;
  max-width: 750px;
  line-height: 1.9;
  position: relative;
  overflow: hidden;
}
.contents-read-alert a {
  text-decoration: underline;
  color: #3865e0;
  transition: 0.5s;
}
.contents-read-alert a:hover {
  opacity: 0.6;
}
.contents-read-alert span {
  display: inline-block;
}
.contents-read-alert .alert-title {
  font-weight: bold;
  color: #FF0004;
  font-size: 18px;
}
.contents-read-alert .alert-list {
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
.contents-read-alert .alert-list::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 6px solid transparent;
  box-sizing: border-box;
  border-left-color: #3865e0;
  top: 8px;
  left: 0;
}

.contents-read-ann {
  font-size: 12px !important;
  font-weight: normal !important;
  margin-bottom: 60px;
}
.contents-inner {
  width: 93%;
  max-width: 850px;
  margin: 0 auto;
}

.contents-inner2 {
  width: 93%;
  max-width: 1000px;
  margin: 0 auto;
}

.contents-inner3 {
  width: 93%;
  max-width: 850px;
  margin: 0 auto;
}
.contents-flex {
  display: flex;
  justify-content: space-between;
}

.contents-txt {
  width: 53%;
}

.contents-img {
  width: 44%;
}
.contents-title01 {
  max-width: 420px;
  margin-right: auto;
}

.contents-title02 {
  max-width: 472px;
  margin-right: auto;
}

.contents-title03 {
  max-width: 352px;
  margin-right: auto;
}

.contents-title04 {
  max-width: 329px;
  margin-right: auto;
}

.contents-title05 {
  max-width: 375px;
  margin-right: auto;
}
.contents-text {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 110px;
  padding-top: 40px;
}
.sub-list {
  border: solid 1px #E2E2E2;
  margin: 30px 50px 0 110px;
  padding: 15px 25px;
}

.sub-list2 {
  margin: 15px 50px 0 110px;
}
.sub-list-ttl {
  font-weight: bold;
  font-size: 16px !important;
  text-align: center;
  margin-bottom: 10px;
}

.sub-list2-ttl {
  font-weight: bold;
  font-size: 16px !important;
  margin-bottom: 8px;
  text-align: left;
}
.sub-list2-ttl span {
  color: #F06464;
}
.sub-list-table {
  width: 100%;
  border-top: solid 1px #E2E2E2;
}

.sub-list-space {
  height: 15px;
}

.sub-list-first {
  font-weight: bold;
  text-align: left;
  padding-right: 20px;
  font-size: 16px !important;
}
.sub-list-first span {
  color: #F06464;
}

.sub-list-last {
  border-left: solid 1px #E2E2E2;
  padding-left: 20px;
  text-align: left;
  font-size: 16px !important;
}
.sub-list2-3cont {
  display: flex;
  overflow: hidden;
  position: relative;
}
.sub-list2-3cont li {
  border: solid 1px #E2E2E2;
  margin-right: 1.5%;
  overflow: hidden;
  position: relative;
  padding: 15px;
}
.sub-list2-3cont li:last-child {
  margin-right: 0;
}
.sub-list2-cont-ttl {
  font-size: 15px !important;
  text-align: center;
}

.sub-list2-cont-txt {
  font-weight: bold;
  font-size: 16px !important;
  color: #5272b0;
  margin-top: 10px;
  text-align: center;
}

.sub-list2-cont-ttl span, .sub-list2-cont-txt span {
  display: inline-block;
}

.sub-list-txt {
  font-size: 15px;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}
.contents-ann {
  font-size: 12px;
  text-align: left;
  font-weight: normal !important;
  line-height: 1.5 !important;
}

.contents-ann-leftmg {
  font-size: 12px;
  text-align: left;
  font-weight: normal !important;
  padding: 10px 0 0 110px;
  word-break: break-all;
}

.contents-ann-leftmg-full {
  font-size: 12px;
  text-align: left;
  font-weight: normal !important;
  padding: 10px 50px 0 110px;
}

.contents-ann a, .contents02-calum-ann-left a, .contents-ann-leftmg a, .contents-ann-leftmg-full a {
  color: #0000FF;
  text-decoration: underline;
}

.install {
  position: relative;
  padding-left: 15px;
  display: block;
}
.install a {
  color: #0000FF;
  text-decoration: underline;
}
.install::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 6px solid transparent;
  box-sizing: border-box;
  border-left-color: #000;
  top: 8px;
  left: 0;
}
.product-img {
  max-width: 685px;
  margin: 0 auto;
  width: 93%;
}

.contents-product-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.contents-product-info {
  width: 48%;
  /*
    background-color: #6088EC;
    padding: 5px 0;
  */
  margin-right: 2%;
  transition: 0.3s;
  cursor: pointer;
}

.contents-product-buy {
  width: 48%;
  /*
    background-color: #E47048;
    padding: 5px 0;
  */
  margin-left: 2%;
  transition: 0.3s;
  cursor: pointer;
}
.contents-product-info a, .contents-product-buy a {
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 1.6;
}

.contents-product-info:hover, .contents-product-buy:hover {
  opacity: 0.5;
}

.contents-product-info a:hover, .contents-product-buy a:hover {
  text-decoration: none;
}

/*
.arrow {
  position: relative;
  padding-left: 18px;

  &::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 8px #fff;
    top: 50%;
    left: 0;
    margin-top: -5px;
  }
}
*/
.footer-ribbon-wrap {
  width: 100%;
  background-color: #F06464;
  text-align: center;
  padding: 70px 0;
}

.footer-ribbon {
  font-size: 23px !important;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
}
.footer-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.6;
}

.footer-bnr {
  display: flex;
  width: 100%;
}

.footer-bnr-left {
  width: 48%;
  margin-right: 2%;
}

.footer-bnr-right {
  width: 48%;
  margin-left: 2%;
}
/* ご意見をお聞かせください
----------------------------------------*/
.enquete {
  height: 358px;
  padding: 63px 0;
  background: url(../images/enquete_bg.png) no-repeat 0 63px;
}
.enquete .pen {
  position: absolute;
  top: 9px;
  left: 0;
  width: 39px;
}
.enquete .board {
  position: absolute;
  top: 8px;
  right: 0;
  width: 45px;
}
.enquete .ttl {
  font-size: 21px;
  font-weight: bold;
  padding-top: 41px;
  text-align: center;
}
.enquete .bdr {
  height: 2px;
  margin: 18px 13px 12px;
  background: #e4e7ec;
}
.enquete .txt {
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  width: 568px;
  margin: 33px auto 0;
  letter-spacing: -0.02em;
  color: #1f2024;
}
.enquete .btn {
  line-height: 45px;
  position: relative;
  display: block;
  width: 233px;
  height: 46px;
  margin: 16px auto 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #3865e0;
}
.enquete .btn:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  content: "";
  background: url(../images/icon_enquete_arw.png) no-repeat 0 0;
}
.sp-only {
  position: fixed;
  top: -100%;
  left: -100%;
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.sp-display {
  display: none;
}
.hover {
  transition: opacity 0.5s;
}
.hover:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1500px) {
  .mv-inner {
    width: 112%;
  }
}
@media screen and (max-width: 900px) {
  .contents-flex {
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .enquete {
    height: auto;
    padding: 32px 0 28px;
    background: transparent;
  }
  .enquete .enquete_inner {
    position: relative;
    padding: 15px 0;
    background: url(../images/enquete_bg_sp.png) no-repeat 0 0;
    background-size: cover;
  }
  .enquete .txt_box {
    margin: 0 12px;
    padding-bottom: 14px;
    background: #fff;
  }
  .enquete .ttl {
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding-top: 19px;
  }
  .enquete .ttl:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    display: block;
    width: 216px;
    height: 8px;
    margin-left: -108px;
    content: "";
    background: url(../images/enquete_paint.png) no-repeat 0 0;
    background-size: cover;
  }
  .enquete .txt {
    font-size: 13px;
    line-height: 1.62;
    width: auto;
    margin: 0 21px;
  }
  .enquete .btn {
    font-size: 16px;
    width: auto;
    margin: 8px 32px 0;
  }
  .sp-only {
    position: static;
    top: auto;
    left: auto;
    display: block;
    visibility: visible;
    width: auto;
    height: auto;
    opacity: 1;
  }
  .sp-display {
    display: block;
  }
  .pc-display {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .margin-top80 {
    margin-top: 15% !important;
  }
  #header {
    height: 50px;
  }
  #header .header-id {
    padding-top: 20px;
  }
  #header .header-id img {
    width: 70px;
  }
  #page-header {
    top: -100px;
  }
  #header .header-title {
    top: 25px;
  }
  #header .header-title img {
    width: 80px;
  }
  .mv-inner {
    width: 100%;
  }
  .contents-read {
    padding: 8% 0 2% 0;
    font-size: 4.8vw !important;
    line-height: 1.5;
  }
  .contents-read-ann {
    margin-bottom: 8%;
  }
  .contents-read-alert {
    margin: 2% 3% 8%;
    padding: 3%;
    font-size: 3.8vw !important;
    width: 88%;
  }
  .contents-read-alert span {
    display: contents;
  }
  .contents-read-alert .alert-title {
    font-size: 4.3vw !important;
  }
  .contents-inner3 {
    width: 100%;
  }
  .contents-flex {
    display: block;
  }
  .contents-txt {
    width: 100%;
  }
  .contents-img {
    width: 100%;
    margin-top: 2%;
  }
  .contents-title01 {
    width: 81%;
  }
  .contents-title02 {
    width: 92%;
  }
  .contents-title03 {
    width: 66%;
  }
  .contents-title04 {
    width: 62%;
  }
  .contents-title05 {
    width: 72%;
  }
  .contents-text {
    padding-left: 0;
    padding-top: 5%;
    font-size: 3.8vw !important;
  }
  .sub-list {
    margin: 10% 0 0 0;
    padding: 2% 3% 3% 3%;
  }
  .sub-list2 {
    margin: 10% 10% 0;
  }
  .sub-list-ttl, .sub-list2-ttl {
    font-size: 3.5vw !important;
    margin-bottom: 2%;
  }
  .sub-list-space {
    height: 5px;
  }
  .sub-list-first {
    width: 100%;
    display: block;
    font-size: 3.5vw !important;
  }
  .sub-list-last {
    width: 100%;
    display: block;
    border-left: none;
    padding-left: 0;
    font-size: 3.4vw !important;
    line-height: 1.6;
  }
  .sub-list2-3cont {
    display: block;
  }
  .sub-list2-3cont li {
    margin-right: 0;
    margin-bottom: 5%;
    padding: 5% 10%;
  }
  .sub-list2-cont-ttl {
    font-size: 3.3vw !important;
  }
  .sub-list2-cont-txt {
    font-size: 3.2vw !important;
  }
  .sub-list-txt {
    font-size: 3vw !important;
  }
  .contents-ann {
    line-height: 1.6;
  }
  .contents-ann-leftmg, .contents-ann-leftmg-full {
    line-height: 1.6;
    padding: 3vw 0 0 0;
  }
  .install::before {
    top: 1vw;
  }
  .contents-product-btn {
    display: block;
    overflow: hidden;
  }
  .contents-product-info {
    width: 100%;
    margin: 0;
  }
  .contents-product-buy {
    width: 100%;
    margin-top: 4%;
    margin-left: 0;
  }
  .footer-ribbon-wrap {
    padding: 8% 0;
  }
  .footer-ribbon {
    font-size: 5.5vw !important;
  }
  .footer-title {
    font-size: 4.3vw;
  }
  .footer-bnr {
    display: block;
    margin-top: 5vw !important;
  }
  .footer-bnr-left {
    width: 100%;
    margin-right: 0;
  }
  .footer-bnr-right {
    width: 100%;
    margin-left: 0;
    margin-top: 5vw !important;
  }
}
@media print {
  html {
    min-width: 1024px !important;
  }
  body {
    min-width: 1024px !important;
  }
}
/*# sourceMappingURL=index.css.map */