@charset "utf-8";
.imgfull img {
  width: 100%;
}

.combtn {
  text-align: center;
}

.combtn a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #150507;
  padding: 7px 10px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
}

.combtn a span {
  display: inline-block;
}

.combtn a b {
  display: none;
  font-weight: normal;
}

@media screen and (max-width: 1080px) {
  .combtn a span {
    display: none;
  }
  .combtn a b {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .combtn a {
    font-size: 18px;
    width: 70% !important;
  }
}

.bnr {
  padding: 50px 0;
  text-align: center;
}

.bnrin {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .bnr {
    padding: 20px 20px 50px;
  }
  .bnr .hdl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .bnrin {
    margin-top: 20px;
  }
}

.hdl {
  font-weight: bold;
  margin-bottom: 20px;
}

.blockfour .hdl {
  padding: 25px 20px;
}

@media screen and (max-width: 768px) {
  .blockfour .hdl {
    padding: 15px 20px;
  }
}

.blockfour .combtn {
  position: absolute;
  left: 65%;
  top: 70%;
  z-index: 2;
}

.blockfour .combtn a {
  width: 340px;
}

.blockfour .fourbox {
  position: relative;
}

.blockfour .fourimg {
  display: block;
}

.blockfour .fourimg img {
  width: 100%;
}

.blockfour .fourtit {
  position: absolute;
  top: 25%;
  left: 65%;
  z-index: 2;
  font-size: 24px;
}

.blockfour .fourtit span {
  display: block;
  font-size: 20px;
  line-height: 1.3;
}

.blockfour .fourcont {
  position: absolute;
  top: 45%;
  left: 65%;
  z-index: 2;
  font-size: 30px;
}

@media screen and (max-width: 1080px) {
  .blockfour .combtn {
    position: inherit;
    left: inherit;
    top: inherit;
    padding: 15px 0 25px;
  }
  .fourbg01,
  .fourbg02,
  .fourbg03 {
    position: relative;
  }
  .blockfour .fourtit {
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .blockfour .fourcont {
    top: 50%;
    left: inherit;
    right: 10px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .blockfour .fourimg {
    display: none;
  }
  .blockfour .fourbg01 {
    height: 500px;
    background: url(../img/bg_blockfour01_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .blockfour .fourbg02 {
    height: 500px;
    background: url(../img/bg_blockfour02_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .blockfour .fourbg03 {
    height: 500px;
    background: url(../img/bg_blockfour03_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .blockfour .fourtit {
    font-size: 16px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
  }
  .blockfour .fourtit span {
    font-size: 15px;
  }
  .blockfour .fourcont {
    font-size: 16px;
    font-weight: 600;
  }
}

@media screen and (max-width: 640px) {
  .blockfour .fourbg01 {
    height: 400px;
  }
  .blockfour .fourbg02 {
    height: 400px;
  }
  .blockfour .fourbg03 {
    height: 400px;
  }
}

.blockthree {
  background: #e8e8ec;
  padding: 45px 20px 65px;
}

.blockthree .threein {
  max-width: 1000px;
  margin: 0 auto;
}

.blockthree .hdl {
  margin-bottom: 10px;
}

.blockthree .detail {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}

.blockthree .threeimg {
  text-align: center;
  margin-bottom: 40px;
}

.blockthree .threebox {
  overflow: hidden;
  max-width: 810px;
  margin: 0 auto 50px;
}

.blockthree .threeboxin {
  display: table;
  width: 100%;
}

.blockthree .threeleft {
  display: table-cell;
  vertical-align: top;
  width: 300px;
}

.blockthree .threecont {
  display: table-cell;
  padding-left: 60px;
  font-size: 18px;
  vertical-align: middle;
}

.blockthree .dctit {
  font-size: 20px;
  margin-bottom: 20px;
}

.blockthree .combtn a {
  width: 560px;
}

@media screen and (max-width: 768px) {
  .blockthree {
    padding: 30px 20px;
  }
  .blockthree .detail {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .blockthree .threeimg {
    margin-bottom: 20px;
  }
  .blockthree .threebox {
    margin: 0 auto 30px;
  }
  .blockthree .threeleft {
    width: 32%;
  }
  .blockthree .threecont {
    padding-left: 10px;
    font-size: 14px;
  }
  .blockthree .dctit {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.blocktwo {
  padding: 50px 0 80px;
}

.blocktwo .hdl {
  margin-bottom: 50px;
}

.blocktwo .twobox + .twobox {
  margin-top: 60px;
}

.blocktwo .twoin {
  max-width: 1000px;
  margin: 0 auto;
}

.blocktwo .cleaner {
  overflow: hidden;
  margin: -60px 0 0 -40px;
}

.blocktwo .cleaner li {
  float: left;
  width: 50%;
  padding-left: 40px;
  margin-top: 60px;
}

.blocktwo .cleanerbox {
  display: table;
  width: 100%;
}

.blocktwo .cleanerimg {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
}

.blocktwo .cleanercont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 18px;
}

.blocktwo .cleanertit {
  font-size: 20px;
  border-bottom: 1px #3f3f46 solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.blocktwo .cleanerlink {
  margin-top: 5px;
}

.blocktwo .cleanerlink a {
  background: url(../img/plus.png) right center no-repeat;
  display: inline-block;
  padding-right: 27px;
  color: #000;
}

#inline {
  display: none;
  text-align: center;
}

#inline .inlinebox {
  display: inline-block;
}

#inline .inlinebox li + li {
  margin-top: 5px;
}

#inline .inlinebox li {
  font-size: 24px;
  text-align: left;
}

#inline .inlinebox li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #inline .inlinebox li {
    font-size: 16px;
  }
  #inline .inlinebox li img {
    width: 18px;
  }
}

@media screen and (max-width: 768px) {
  .blocktwo {
    padding: 30px 20px 40px;
  }
  .blocktwo .hdl {
    margin-bottom: 30px;
  }
  .blocktwo .twobox + .twobox {
    margin-top: 30px;
  }
  .blocktwo .cleaner {
    margin: -20px 0 0 0;
  }
  .blocktwo .cleaner li {
    float: none;
    width: auto;
    padding-left: 0;
    margin-top: 20px;
  }
  .blocktwo .cleanerimg {
    width: 130px;
  }
  .blocktwo .cleanercont {
    padding-left: 10px;
    font-size: 14px;
  }
  .blocktwo .cleanertit {
    font-size: 16px;
  }
  .blocktwo .cleanerlink a {
    background-size: 16px 16px;
    padding-right: 22px;
  }
}

.maintainslider {
}

.maintain {
  width: 280px;
}

.maintain01 {
  margin: 0 auto;
}

.maintain02 {
  float: right;
}

.maintain .maintainimg {
  text-align: center;
}

.maintain .maintaincont {
  padding-top: 20px;
}

.maintain .maintaintit {
  font-size: 20px;
  margin-bottom: 10px;
}

.maintain .maintaintxt {
  font-size: 18px;
}

.maintain .maintaintxt span {
  font-size: 14px;
}

.blocktwo .combtn {
  margin-top: 60px;
}

.blocktwo .combtn a {
  width: 560px;
}

@media screen and (max-width: 1080px) {
  .maintain {
    margin: 0 auto;
  }
  .maintain02 {
    float: none;
  }
  .maintainslider .slick-dots {
    text-align: center;
    margin-top: 20px;
  }
  .maintainslider .slick-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .maintainslider .slick-dots button {
    text-indent: -9999px;
    border: none;
    background: #ccc;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    outline: none;
  }
  .maintainslider .slick-active button {
    background: #7f7f7f;
  }
}

@media screen and (max-width: 768px) {
  .maintain .maintaintit {
    font-size: 16px;
  }
  .maintain .maintaintxt {
    font-size: 14px;
  }
  .maintain .maintaintxt span {
    font-size: 12px;
  }
}

.blockone {
  background: #e8e8ec;
  padding: 50px 0 60px;
}

.blockone .hdl {
  margin-bottom: 50px;
}

.blockone .onebox + .onebox {
  margin-top: 70px;
}

.blockone .onein {
  max-width: 1000px;
  margin: 0 auto;
}

.blockone .combtn {
  margin-top: 50px;
}

.blockone .combtn a {
  width: 560px;
}

@media screen and (max-width: 768px) {
  .blockone {
    padding: 30px 20px;
  }
  .blockone .hdl {
    margin-bottom: 30px;
  }
  .blockone .onebox + .onebox {
    margin-top: 30px;
  }
  .blockone .combtn {
    margin-top: 30px;
  }
}

.pointslider {
}

.point {
  width: 280px;
}

.point01 {
  margin: 0 auto;
}

.point02 {
  float: right;
}

.point .pointimg {
  text-align: center;
}

.point .pointcont {
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.point .pointtit {
  font-size: 20px;
  margin-bottom: 15px;
}

.point .pointtxt {
  font-size: 18px;
}

.point .pointnote {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}

@media screen and (max-width: 1080px) {
  .point {
    margin: 0 auto;
  }
  .point02 {
    float: none;
  }
  .pointslider .slick-dots {
    text-align: center;
    margin-top: 20px;
  }
  .pointslider .slick-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .pointslider .slick-dots button {
    text-indent: -9999px;
    border: none;
    background: #ccc;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    outline: none;
  }
  .pointslider .slick-active button {
    background: #7f7f7f;
  }
}

@media screen and (max-width: 768px) {
  .point .pointtit {
    font-size: 16px;
  }
  .point .pointtxt {
    font-size: 14px;
  }
  .point .pointnote {
    font-size: 12px;
  }
}

.mainslider .slick-dots {
  position: absolute;
  right: 1%;
  bottom: 35px;
}

.mainslider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.mainslider .slick-dots button {
  text-indent: -9999px;
  border: none;
  background: #898989;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}

.mainslider .slick-active button {
  background: #2e2e2e;
}

@media screen and (max-width: 768px) {
  .mainslider .slick-arrow {
    position: absolute;
    width: 30px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border: none;
    text-indent: -9999px;
    outline: none;
  }
  .mainslider .slick-prev {
    background: url(../img/prev_main.png) 0 0 no-repeat;
    background-size: 15px 24px;
    left: 20px;
  }
  .mainslider .slick-next {
    background: url(../img/next_main.png) 0 0 no-repeat;
    background-size: 15px 24px;
    right: 6px;
  }
}

.price {
  background: #e8e8ec;
  padding: 15px 0;
}

.pricein {
  max-width: 1000px;
  margin: 0 auto;
}

.pricebox {
  display: flex;
  align-items: center;
  gap:70px;
}

@media screen and (min-width:1440px){
  .pricebox{
    justify-content: space-between;
  }
}

.pricebox .pricename {
  font-size: 18px;
}

.pricebox .pricename span {
  display: block;
  font-size: 22px;
}

.pricebox .combtn a {
  padding:7px 50px;
}

.pricebox img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.pricebox .pricenum {
  font-size: 24px;
  margin-left: 30px;
}

@media screen and (max-width: 1080px) {
  .price {
    padding: 15px 20px;
  }
  .pricebox {
    display: block;
  }
  .pricebox li {
    text-align: center;
  }
  .pricebox .pricename {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pricebox .pricename span {
    text-align: center;
    font-size: 16px;
  }
  .pricebox img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
  .pricebox .pricenum {
    font-size: 18px;
    margin-left: 20px;
  }
  .pricebox .combtn {
    margin-top: 20px;
  }
}

.moviearea {
  background: url(../img/area_movie.png) center center repeat-x;
}

.movie {
  background: url(../img/bg_movie.jpg) right 0 no-repeat;
  height: 600px;
  padding: 40px 20px 0;
}

.movie .hdl {
  margin-bottom: 30px;
}

.movie .moviein {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.movie .moviebox {
  max-width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .moviearea {
    background: url(../img/area_movie_sp.png) center center repeat-x;
    background-size: auto 350px;
  }
  .movie {
    background: url(../img/bg_movie_sp.jpg) right 0 no-repeat;
    background-size: auto 350px;
    height: 350px;
  }
  .movie .hdl {
    margin-bottom: 20px;
  }
  .movie .moviebox {
    max-width: 300px;
  }
  .movie .moviebox iframe {
    width: 100%;
    height: 100%;
    background-color: #000;
  }
}

@media screen and (max-width: 1080px) {
  .responsive-table,
  .table-responsive {
    overflow-x: auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  .responsive-table th,
  .responsive-table td,
  .table-responsive th,
  .table-responsive td {
    whitespace-nowrap: nowrap;
  }
}

.table-scroll {
  font-size: 12px;
  margin: 5px 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
}

.block {
  padding: 60px 10px;
}

.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 5px; */
  align-items: center;
}

.com-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.com-table tr td:nth-of-type(1),
.com-table thead {
  background: #f1f1f1;
  font-weight: bold;
  text-align: center;
}

.bg-none {
  width: max-content;
}

.bg-none tr td:nth-of-type(1) {
  background: transparent;
  font-weight: normal;
  background: white;
}

.com-table td,
.com-table th {
  border: 1px #ddd solid;
  padding: 5px 0;
  background: white;
  /* font-size:14px; */
  /* font-weight:600; */
  text-align: center;
  height: 65px;
}

div.combtn a {
  font-size: 16px;
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.no1,
.no2 {
  font-weight: bold;
  vertical-align: middle;
}

.flex {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.gap-30 {
  gap: 30px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* gap: 5px; */
  align-items: stretch;
}

@media screen and (max-width: 1080px) {
  .responsive-table,
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  .responsive-table th,
  .responsive-table td,
  .table-responsive th,
  .table-responsive td {
    whitespace-nowrap: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .bg-none {
    width: 100%;
  }

  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }
  .grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 5px; */
    align-items: center;
  }
}

.table-scroll {
  font-size: 10px;
  margin: 5px 0;
  text-align: center;
}

.flex2 {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 5px; */
    align-items: center;
  }

  .flex2 {
    display: block;
    align-items: center;
    gap: 5px;
    justify-content: center;
  }
}

tr.score {
  font-size: 24px;
  /* background: #f1f1f1; */
  font-weight: bold;
}

tr.link-btn td {
  background: #f1f1f1;
}

/* td.no1 {
    background: yellow;
  }
  
  td.no2 {
    background: #ccc;
  } */

.add-text {
  width: max-content;
  margin: 20px auto;
  text-align: center;
  max-width: 100%;
}

.add-text ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px auto;
  font-size: 16px;
  text-align: left;
  width: max-content;
}

.w-max {
  width: max-content;
  max-width: 100%;
}

.bg-white {
  background: white;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 10px;
}

ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px auto;
  font-size: 16px;
  text-align: left;
}

li.combtn,
.pricename {
  list-style: none;
}

/* .pc-none {
  display: none;
} */

@media screen and (max-width: 768px) {
  .bg-none {
    width: 100%;
  }

  /* .pc-none {
    display: block;
  } */

  .sp-none {
    display: none !important;
  }

  img.main-slide {
    width: 100%;
    display: inline-block;
    /* height: 400px; */
    object-position: center;
    object-fit: cover;
  }
}

@media screen and (min-width: 769px) {
  img.main-slide {
    width: 100%;
    display: inline-block;
    /* aspect-ratio: 19 / 6; */
    /* height: 650px; */
    object-position: center;
    object-fit: cover;
  }

  .pc-none {
    display: none!important;
  }
}

.aspect-video{
  aspect-ratio:16 / 9;
  width:100%;
  height:100%;
  object-position:center;
  object-fit: cover;
}

/* colorbox */
#cboxOverlay {
  background: #000000;
  opacity: 1 !important;
}
#cboxClose {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 2em;
  height: 0.15em;
  background: currentColor;
  border-radius: 0.1em;
  transform: rotate(45deg);
}
#cboxClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
#cboxClose:hover {
  opacity: .6;
}
#cboxClose:focus {
  outline: none;
}

.video{
  width:100%;
  height:100%;
  overflow:hidden;
}


@media screen and (min-width: 769px) {
  .g-design{
    margin:80px auto 10px;
    display:flex;
    gap:20px;
    align-items:center;
  }
}

@media screen and (max-width: 768px) {
  .g-design {
    margin:80px 20px 0px;
  }

  .g-design img{
    margin :20px auto;
    display:block;
  }
}

.g-design p{
  font-weight:500;
}