<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* BASE RESET*/
body {
  color: #333;
}
#container {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
.column2R #main {
  float: none;
  width: auto;
}
.breadCrumb {
  width: 970px;
  margin: 0 auto 12px;
}
.pagetop {
  width: 970px;
  margin: 0 auto;
}
/* BASE */
.pc {
  display: block;
}
.sp {
  display: none;
}
/* PARTS */
._bgSky {
  background: #00a0e9;
}
._txtWht {
  color: #fff !important;
}
._txtWht:before, ._txtWht:after {
  background: #fff !important;
}
._fade {
  opacity: 0;
  transition: all 1.5s;
}
._on {
  opacity: 1;
}
._yen {
  font-size: 0.6em;
  line-height: 0.8em;
}
._reverse {
  flex-direction: row-reverse;
}
/* mainVisual */
.mainVisual {
  width: 100%;
  background: #fbfbf9;
  height: 600px;
  margin: 0 auto;
  background-image: url(./img/kakakucom_ar5/main_visual_bg.jpg);
  background-size: cover;
  background-position: center;
}
.mainVisualInner {
  position: relative;
  width: 970px;
  margin: 0px auto;
  height: 600px;
  box-sizing: border-box;
}
.mainVisualBox {
  display: block;
  width: 380px;
  height: 315px;
  background: #03A9F4;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 40px;
  left: 80px;
  opacity: 0.85;
  text-align: center;
  background: linear-gradient(45deg, #06afea 50%, #3193ea);
}
.mainVisualTtl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.mainVisualTtl span {
  font-size: 42px;
  display: block;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.25;
}
.mainVisualImg {
  display: block;
  margin: 0 auto 30px;
  margin-bottom: 20px;
}
.mainVisualTxt {
  font-size: 14px;
}
.mainVisualModel {
  position: absolute;
  right: 0;
  bottom: 0;
}
.mainVisualPrice {
  position: absolute;
  bottom: 110px;
  left: 75px;
  font-size: 24px;
  font-weight: 600;
}
.mainVisualPrice span {
  font-size: 65px;
  color: #dd0000;
  line-height: 1.2;
}
.mainVisualPrice span._yen {
  font-size: 35px;
}
.mainVisualPrice span#deliveryMVP {
  font-size: 24px;
  color: #0300a3;
  display: block;
  margin-left: 120px;
}
.mainVisualBtn {
  width: 225px;
  background: #d00;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 6px 0;
  border-radius: 24px;
  position: absolute;
  bottom: 45px;
  left: 155px;
  backface-visibility: hidden;
}
.mainVisualBtn:hover {
  transform: scale(0.95);
  transition: 0.3s;
  box-shadow: 0 0;
}
.areaInner {
  text-align: center;
  padding: 50px 0;
}
.areaTtl {
  position: relative;
  display: inline-block;
  padding: 0px 130px;
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 100px;
}
.areaTtl:before {
  left: 0;
}
.areaTtl:before, .areaTtl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 120px;
  height: 2px;
  background: #333;
}
.areaTtlMain {
  padding: 20px;
}
.areaTtlSub {
  position: absolute;
  top: 55px;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 18px;
}
.lineupArea {
  background-image: url(./img/kakakucom_ar5/lineup_bg.jpg);
  background-size: cover;
  background-position: center;
}
.lineupSlider {
  display: flex !important;
  width: 970px;
  margin: 0 auto;
  justify-content: space-between;
}
.slick-track &gt; div:not(.slick-current) {
  transform: scale(0.8);
  transition: 0.3s;
}
.lineupModel {
display: flex;
justify-content: space-between;
align-items: center;
    width: 1050px;
    background: #fff;
    padding: 0 40px 20px;
    position: relative;
    border: 1px solid #aaa;
    overflow: hidden;
}
.lineupModel .a_01{
margin: 30px 0 0;
width: 50%;
}
.lineupModel .a_02{
 width: 50%;
}
.lineupModelLink:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.lineupModelName {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.lineupModelSpec {
    text-align: left;
    font-size: 16px;
    margin-top: 30px;
}
.lineupModelPrice {
  font-size: 26px;
  color: #d00;
  font-weight: 600;
	line-height: 1.4;
}
.lineupModelPrice .deliveryLM {
  font-size: 18px;
  color: #0300a3;
  display: block;
}
.lineupModelBtn {
  width: 150px;
  background: #d00;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 3px 0;
  border-radius: 24px;
  bottom: 45px;
  left: 155px;
  backface-visibility: hidden;
  margin: 10px auto;
}
.lineupModelBtn:hover {
  transform: scale(0.95);
  transition: 0.3s;
  box-shadow: 0 0;
}
.featureBg03 {
  background-image: url(./img/kakakucom_ar5/feture_03_bg.jpg);
  background-size: cover;
  background-position: center;
}
.featureCont {
  display: flex;
  width: 970px;
  margin: 0 auto;
  padding: 40px 0;
}
.featureLeft, .featureRight {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-content: center;
}
.featureTtl {
  font-size: 30px;
}
.featureTtl:first-letter {
  font-size: 75px;
  color: #00c0f7;
  padding-right: 5px;
}
.featureTxt {
  font-size: 18px;
}
.areaTtl2 {
  font-size: 24px;
  margin: 0 0 30px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.areaTtl2:before, .areaTtl2:after {
  font-size: 40px;
  font-weight: 300;
  padding: 0 10px;
}
.areaTtl2:before {
  content: "[";
}
.areaTtl2:after {
  content: "]";
}
.feature2Area {
  background-image: url(./img/kakakucom_ar5/feature2_bg.jpg);
  background-size: cover;
  background-position: center;
}
.featureList {
  display: flex;
  width: 970px;
  margin: 0 auto 80px;
}
.featureList li {
  width: calc(100% / 3);
  text-align: left;
}
.featureListImg {
  width: 260px;
  margin: 0 auto 30px;
  display: block;
}
.featureListTtl {
  font-size: 22px;
  font-weight: 500;
  width: 260px;
  margin: 0 auto 10px;
}
.featureListTxt {
  font-size: 14px;
  width: 260px;
  margin: 0 auto;
}
.featureListNote {
  font-size: 12px;
  display: block;
}
.featureIfList {
  display: flex;
  width: 970px;
  margin: 0 auto;
}
.serviceList {
  display: flex;
  width: 970px;
  margin: 0 auto 80px;
  justify-content: space-around;
}
.serviceList li {
  width: calc(100% / 3);
  background: #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px #005c87;
  position: relative;
}
.serviceList li:after {
  content: "";
  border-top: 20px solid #00a0e9;
  border-right: 20px solid #00a0e9;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
  transform: rotate(90deg);
}
.serviceList li:hover {
  transform: scale(0.98);
  transition: 0.3s;
  box-shadow: 0 0;
}
.serviceList li a {
  text-decoration: none;
  padding: 25px;
  display: block;
}
.serviceListImg {
  margin-bottom: 20px;
}
.serviceListTtl {
  font-size: 28px;
  color: #00a0e9;
  margin-bottom: 30px;
}
.serviceListTxt {
  text-align: left;
  font-size: 16px;
  color: #333;
}
.prev, .next {
  display: flex;
  align-items: center;
  background: #d7d7d77d;
}
.prev:hover, .next:hover {
  cursor: pointer;
}
.cvBtn {
  position: fixed;
  bottom: 60px;
  right: 5%;
  border-radius: 10px;
  text-align: center;
  box-shadow: 3px 3px 3px #b5b5b5;
  transition: 0.5s;
  background: #00c0f7;
  opacity: 0;
  width: 48px;
  height: 184px;
}
.cvBtn a {
  font-size: 22px;
  display: block;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.showBtn {
  opacity: 1;
}
@media screen and (max-width: 479px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .mainVisual {
    width: 100%;
    height: auto;
  }
  .mainVisualInner {
    width: 100%;
    height: 130vw;
  }
  .mainVisualBox {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 3vw;
    position: static;
  }
  .mainVisualImg {
    width: 70%;
  }
  .mainVisualTtl {
    font-size: 5vw;
    margin-bottom: 15px;
  }
  .mainVisualTtl span {
    font-size: 10vw;
    margin-top: 0;
  }
  .mainVisualTxt {
    font-size: 3.5vw;
  }
  .mainVisualPrice {
    left: 4vw;
    font-size: 5vw;
  }
  .mainVisualPrice span {
    font-size: 10vw;
    line-height: 10vw;
  }
  .mainVisualPrice span._yen {
    font-size: 5vw;
  }
  .mainVisualPrice span#deliveryMVP {
    font-size: 5vw;
    margin-left: 0;
  }
  .mainVisualModel {
    right: -6vw;
    width: 43vw;
  }
  .mainVisualBtn {
    width: 50vw;
    font-size: 5vw;
    left: 3vw;
    padding: 1vw;
  }
  .areaInner {
    padding: 50px 1.5vw;
  }
  .areaTtl {
    padding: 0 5vw;
    font-size: 8vw;
    margin: 0 0 20vw;
  }
  .areaTtl:before, .areaTtl:after {
    width: 8vw;
    height: 1px;
  }
  .areaTtlMain {
    padding: 2vw 4vw;
  }
  .areaTtlSub {
    top: 10vw;
    font-size: 4vw;
  }
  .feature2Area {
    background-size: auto;
  }
  .featureCont {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 20vw;
  }
  .featureLeft, .featureRight {
    width: 85%;
    margin-bottom: 3vw;
    margin: 0 auto 3vw;
  }
  .featureLeft img {
    width: 100%;
  }
  .featureTtl {
    font-size: 6vw;
  }
  .featureTtl:first-letter {
    font-size: 9vw;
  }
  .featureTxt {
    font-size: 4vw;
  }
  .featureBox .featureBg:last-of-type .featureCont {
    margin: 0 auto;
  }
  .areaTtl2 {
    font-size: 6vw;
  }
  .areaTtl2:before, .areaTtl2:after {
    font-size: 8vw;
  }
  .featureList {
    display: block;
    width: auto;
  }
  .featureList li {
    width: 80%;
    margin: 0 auto 10vw;
  }
  .featureListImg {
    margin: 0 auto 2vw;
    display: block;
    width: 100%;
  }
  .featureListTtl {
    margin-bottom: 0;
  }
  .featureIfList {
    display: block;
    width: 100%;
  }
  .featureIfList img {
    width: 60%;
  }
  .serviceList {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .serviceList li {
    width: 85%;
    margin: 0 auto 5vw;
  }
  .serviceList li a {
    padding: 3.5vw;
  }
  .serviceListImg {
    width: 15vw;
    margin-bottom: 2vw;
  }
  .serviceListTtl {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  .serviceListTxt {
    font-size: 3.5vw;
  }
  .prev, .next {
    position: absolute;
    display: block !important;
    background: transparent;
    top: 20%;
    z-index: 1;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .showBtn {
    opacity: 0;
  }
  /* modelList add*/
  .lineupSlider {
    width: 100%;
    display: block !important;
  }
  .lineupModel {
 width: 100% !important;
    box-sizing: border-box;
    display: block;
  }
  .lineupSlider .lineupModel:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .lineupModelImg {
    position: absolute;
    top: -7vw;
    right: 8vw;
    width: 85%;
  }
  .lineupModelName {
    margin: 56vw 0 2vw;
    text-align: center;
  }
  .lineupModelSpec {
    margin-bottom: 2vw;
    text-align: center;
  }
    .lineupModel .a_01 {
      width: 100%;
    }
  .lineupModel .a_02 {
    margin: 0 20px 0 0;
    width: 100%;
  }
}
</pre></body></html>