@charset "UTF-8";

/*----------------------------
  default
----------------------------*/

@font-face {
  font-family: "SansPro Regular";
  font-weight: 100;
  src: url("../font/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SansPro Bold";
  font-weight: 700;
  src: url("../font/SourceSansPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "SansPro Black";
  font-weight: 700;
  src: url("../font/SourceSansPro-Black.ttf") format("truetype");
}
@font-face {
  font-family: "SansPro Light";
  src: url("../font/SourceSansPro-Light.ttf") format("truetype");
}
/*----------------------------
  reset
----------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
sup {
  font-size: 10px;
  vertical-align: super;
}
div {
  line-height: 0;
}
ul li {
  list-style: none;
}
input, select {
  vertical-align: middle;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
table {
  font-size: 100%;
  border-collapse: collapse;
  width: 100%;
}
main {
  display: block;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
    opacity: 0.7;
  }
}
html,
body,
input,
textarea,
select,
button {
  font-family: SansPro Regular,SansPro Bold,SansPro Black,SansPro Light,'Hiragino Sans';
}
body {
  min-width: 320px;
  min-height: 100vh;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.214;
  color: #262626;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-family: SansPro Regular,SansPro Bold,SansPro Black,SansPro Light,'Hiragino Sans';
}
.source{
  font-family: 'Source Sans 3', sans-serif;
}

/*----------------------------
 responsible-contents
--*/
/*----------------------------
  responsible-contents  only-pc
-- */
@media screen and (min-width: 1025px) {
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}
/*--
End-responsible-contents  only-pc
----------------------------*/
/*----------------------------
  responsible-contents  tablet
--*/
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}
/*--
  End-responsible-contents  tablet
----------------------------*/
/*----------------------------
  responsible-contents  sp
--*/
@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}

/*--
  End-responsible-contents  sp
----------------------------*/
@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
    margin: auto;
  }
}

.fixed-banner {
  position: fixed;
  width: auto;
  height: auto;
  bottom: 280px;
  right: 0;
  transform: translateY(-50%);
  z-index: 10000;
}
.fixed-banner a{
  background: #d5414b;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85px;
  height: 65px;
}
.fixed-banner .image span{
　font-size: 10px;
  color: #fff;
}
.fixed-banner.bnr02{
  bottom: 190px;
}
.fixed-banner.bnr03{
  bottom: 100px;
}
.fixed-banner.bnr01 a{
  border-top-left-radius: 20px;
}
.fixed-banner.bnr03 a{
  border-bottom-left-radius: 20px;
}
.fixed-banner img {
  display: block;
  margin: auto;
}
.fixed-banner .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: -7%;
  right: 1%;
  width: 10%;
}
.fix-img{
  position: relative;
}

@media (max-width: 768px) {
  .fixed-banner {
    width: 33%;
    left: 0;
    bottom: -45px;
    border-top-left-radius: 0;
  }
  .fixed-banner a{
    width: 100%;
    border: 1px solid #fff;
    padding-top: 10px;
  }
  .fixed-banner.bnr01 a{
    border-top-left-radius: 0;
  }
  .fixed-banner.bnr02{
    left: 33%;
    bottom: -45px;
  }
  .fixed-banner.bnr03{
    width: 34%;
    left: 66%;
    bottom: -45px;
  }
  .fixed-banner.bnr03 a{
    border-bottom-left-radius: 0;
  }
}


/*----------------------------
  layout
----------------------------*/
.all-wrap {
  overflow: hidden;
  width: 100%;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.content-wrap{
  position: relative;
  max-width: 1400px;
  width: 96%;
  margin: auto;
}

.slider{
  margin: auto;
  width: 100%;
}
.slider img{
  height: auto;
  width: 100%;
}

.main-visual {
  position: relative;
}
.main-visual img{
  width: 100%;
}

.sections{
  margin-bottom: 40px;
}
.sections .wrap{
  width: 94%;
  margin: auto;
}
.sec01 .fair02{
  margin-top: 10px;
}

.sec02{
  text-align: center;
  background: #efefef;
  padding: 40px 0;
  margin-bottom: 0;
}
.sec02 h3{
  font-size: 46px;
  color: #d80c18;
  font-family: SansPro Black;
  letter-spacing: .12em;
  margin-bottom: 40px;
}
.sec02 li{
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  width: 48%;
  margin-bottom: 40px;
}
.sec02 .logo01{
  max-width: 400px;
  margin: 0 0 20px;
}
.sec02 .logo02{
  max-width: 460px;
  margin: 0 0 20px;
}
.sec02 .text{
  font-size: 22px;
  margin-bottom: 10px;
}
.sec02 .price{
  font-size: 48px;
  margin-bottom: 20px;
}
.sec02 .price span{
  font-size: 68px;
  font-family: 'Source Sans 3', sans-serif;
}
.sec02 .btn{
  max-width: 436px;
  margin-bottom: 20px;
}

.sec03{
  margin-bottom: 80px;
}
.sec03 .bg{
  background: #efefef;
  padding: 40px 0;
}
.sec03 .grade{
  width: 90%;
  margin: 0 auto 60px;
}
.sec03 .highlight .tit{
  font-size: 40px;
  color: #d80c18;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec03 .highlight .tit span{
  letter-spacing: .1em;
}
.sec03 .highlight .text{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 40px;
}
.sec03 .highlight .lists{
  margin-bottom: 10px;
}
.sec03 .highlight .lists li{
  float: left;
  width: 50%;
}
.sec03 .highlight .lists li .txt01{
  position: relative;
  text-align: center;
  font-size: 30px;
  color: #d80c18;
  font-weight: 600;
  margin: 60px auto 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}
.sec03 .highlight .lists li .txt01 img{
  position: absolute;
  width: 32px;
  top: -48px;
  left: 0;
}
.sec03 .highlight .lists li .txt01 img.num02{
  width: 60px;
}
.sec03 .highlight .lists li .txt01 img.num03{
  width: 60px;
}
.sec03 .highlight .lists li .txt02{
  font-size: 20px;
  line-height: 1.5;
  color: #d80c18;
}
.sec03 .highlight .size{
  font-size: 20px;
  color: #d80c18;
  margin-bottom: 10px;
}
.sec03 .highlight .size span{
  font-size: 42px;
  letter-spacing: .1em;
  font-family: SansPro Black;
}
.sec03 .highlight .lead{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sec03 .highlight .list02{
  margin: 60px auto;
}
.sec03 .highlight .list02 li{
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: 4%;
}
.sec03 .highlight .list02 li:last-child{
  width: 45%;
  margin-right: auto;
}
.sec03 .highlight .lists li .txt03{
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec03 .highlight .lists li .txt03 span{
  font-size: 42px;
  color: #d80c18;
}
.sec03 .highlight .lists li .txt04{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.sec03 .highlight .list04 li{
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}
.sec03 .highlight .list04 li:nth-child(2n){
  margin-right: auto;
}
.sec03 .highlight .list04 li .function{
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}
.sec03 .highlight .list04 li .function .red{
  color: #d70818;
  letter-spacing: .1em;
}
.sec03 .highlight .list04 li .function .mini{
  font-size: 20px;
}
.sec03 .highlight .list05{
  margin: 60px auto;
}
.sec03 .slide-tit{
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec03 .slide-tit span{
  font-size: 50px;
  color: #d80c18;
  letter-spacing: .1em;
  font-family: SansPro Black;
}
.sec03 .slider{
  margin-bottom: 60px;
}

.sec04{
  text-align: left;
  background: #efefef;
  padding-bottom: 80px;
}
.sec04 .atto01{
  margin-bottom: 40px;
}
.sec04 .atto02{
  margin-bottom: 60px;
}
.sec04 .tit{
  font-size: 50px;
  color: #d80c18;
  letter-spacing: .1em;
  font-family: SansPro Black;
  margin-bottom: 10px;
}
.sec04 .lead{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sec04 .slider{
  margin-bottom: 60px;
}

.store{
  text-align: center;
}
.store li{
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  width: 48%;
  margin-right: 3%;
  color: #6a6e71;
}
.store li:last-child{
  margin-right: auto;
}
.store .office{
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 200;
}
.store .name{
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}
.store .add{
  font-size: 22px;
  line-height: 1.6;
}
.map {
  position: relative;
  width: 100%;
  padding-top: 40%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btns{
  text-align: center;
  margin: 30px auto;
}
.btns li{
  display: inline-block;
  width: 31%;
  margin-right: 2%;
}
.btns li:last-child{
  margin-right: auto;
}
.store01-02{
  padding: 30px 0 0;
  margin-bottom: 30px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.store01-03{
  margin-bottom: 80px;
}

.store02 li{
  vertical-align: top;
}
.store02 .list02{
  margin: 10px 0 60px;
}
.store02 .list02 li{
  vertical-align: middle;
}
.store02 .btn{
  max-width: 436px;
  margin: auto;
}


@media screen and (max-width:1024px) {
  .sec03 .highlight .lists li .txt01 img{
    position: inherit;
    width: 32px;
    top: 0;
    left: 0;
  }
}


@media screen and (max-width:768px) {
  .all_wrap{
    width: 100%;
  }
  .content-wrap {
    width: 100%;
    margin: auto;
  }

.sec02 h3{
  font-size: 30px;
  margin-bottom: 20px;
}
.sec02 li{
  display: block;
  width: 90%;
  margin: 0 auto 40px;
}
.sec02 .logo01{
  margin: 0 0 20px;
}
.sec02 .logo02{
  margin: 0 0 20px;
}
.sec02 .text{
  font-size: 16px;
  margin-bottom: 10px;
}
.sec02 .price{
  font-size: 32px;
  margin-bottom: 20px;
}
.sec02 .price span{
  font-size: 42px;
}
.sec02 .btn{
  width: 90%;
  margin: 20px auto 0;
}

.sec03{
  margin-bottom: 50px;
}
.sec03 .grade{
  margin: 0 auto 40px;
}
.sec03 .highlight .tit{
  font-size: 26px;
}
.sec03 .highlight .text{
  font-size: 18px;
  margin-bottom: 20px;
}
.sec03 .highlight .lists li{
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.sec03 .highlight .lists li .txt01{
  font-size: 24px;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  line-height: 1.4;
}
.sec03 .highlight .lists li .txt01 img{
  position: absolute;
  width: 24px;
  top: 0;
  left: 0;
}
.sec03 .highlight .lists li .txt01 img.num02{
  width: 42px;
}
.sec03 .highlight .lists li .txt01 img.num03{
  width: 42px;
}
.sec03 .highlight .lists li .txt02{
  font-size: 18px;
}
.sec03 .highlight .size{
  font-size: 18px;
}
.sec03 .highlight .size span{
  font-size: 36px;
}
.sec03 .highlight .lead{
  font-size: 16px;
}
.sec03 .highlight .list02{
  margin: 40px auto;
}
.sec03 .highlight .list02 li{
  display: block;
  width: 100%;
}
.sec03 .highlight .list02 li:last-child{
  width: 100%;
  margin-top: 20px;
}
.sec03 .highlight .lists li .txt03{
  font-size: 22px;
}
.sec03 .highlight .lists li .txt03 span{
  font-size: 36px;
}
.sec03 .highlight .lists li .txt04{
  font-size: 16px;
}
.sec03 .highlight .list04 li{
  display: block;
  width: 100%;
}
.sec03 .highlight .list04 li .function{
  font-size: 20px;
}

.sec03 .highlight .list04 li .function .mini{
  font-size: 15px;
}
.sec03 .highlight .list05{
  margin: 40px auto;
}
.sec03 .slide-tit{
  font-size: 20px;
}
.sec03 .slide-tit span{
  font-size: 30px;
}
.sec03 .slider{
  margin-bottom: 40px;
}
    
    
.slick-prev{
    left: 0 !important;
}
.slick-next{
    left: auto !important;
    right: 0 !important;
}
.slick-prev:before
{
    content: url(../images/top/prev-sp.png) !important;
}
.slick-next:before
{
    content: url(../images/top/next-sp.png)!important;
}

.sec04{
  padding-bottom: 40px;
}
.sec04 .atto01{
  margin-bottom: 40px;
}
.sec04 .atto02{
  margin-bottom: 40px;
}
.sec04 .tit{
  font-size: 30px;
}
.sec04 .lead{
  font-size: 16px;
}
.sec04 .slider{
  margin-bottom: 40px;
}

.store li{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.store .office{
  font-size: 18px;
}
.store .name{
  font-size: 22px;
}
.store .add{
  font-size: 16px;
}
.btns{
  margin: 10px auto 20px;
}
.btns li{
  display: inline-block;
  width: 80%;
  margin: 0 auto 10px;
}
.store01-03{
  margin-bottom: 40px;
}
    
.store02 .list02{
  margin: 10px 0 30px;
}
.store02 .btn{
  width: 80%;
  margin: auto;
}
}

footer {
  width: 100%;
  margin:50px 0;
  text-align: center;
}
footer .image{
  max-width: 484px;
  width: 50%;
  margin: auto;
}

@media screen and (max-width:425px) {

  footer{
    width:90%;
    margin: 0 auto 100px;
  }
  footer .image{
    width: 90%;
    margin: auto;
  }
}




