@charset "UTF-8";



/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .anchor{
    margin-top: 50px;
  }
  .anchor2{
    margin-top: -110px;
  }
  .anchor3{
    margin-top: 0px;
  }
  .anchor4{
    margin-top: -110px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .inner {
    margin-left: 7%;
    margin-right: 7%;
  }

  .anchor{
    margin-top: -30px;
  }
  .anchor2{
    margin-top: -40px;
  }
  .anchor3{
    margin-top: 30px;
  }
  .anchor4{
    margin-top: -80px;
  }
}




/* laroof_mv
***************************************************************/
.laroof_mv{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: 100px 24px 168px;
  box-sizing: border-box;
  background: url(../img/laroof/mv.jpg) center / cover no-repeat;
}

.laroof_ttl {
  position: absolute;
  z-index: 1;
  bottom: 46px;
  left: clamp(70px, 6vw, 130px);
  max-width: 268px;
  width: min(268px, 72vw);
  margin: 0;
}

.laroof_ttl img {
  display: block;
  width: 100%;
  height: auto;
}

.laroof_h2{
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-smoothing: antialiased;
}

@media all and (min-width: 681px) {
  .laroof_mv {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 176px;
  }

  .laroof_h2 {
    transform: translateX(clamp(20px, 4vw, 72px));
  }
}

@media all and (max-width: 680px) {
  .laroof_mv {
    background-image: url(../img/laroof/mv_sp.jpg);
    min-height: 100vh;
    padding-top: 88px;
    padding-bottom: 200px;
  }

  .laroof_ttl {
    /* left: 50%; */
    right: auto;
    /* left: 30px;
    bottom: 75px; */
    left: 20px;
    bottom: 25px;
    text-align: center;
    width: min(171px, 46vw);
  }

  .laroof_h2 {
    transform: none;
    font-size: 30px;
  }
}


.main_contents {
  padding-top: 0;
  padding-bottom: 0;
}

/* .foot{
  margin-top: 0;
} */

@media all and (min-width:681px){
  body main {
    padding-top: 0 !important;
  }

}

@media (max-width: 680px) {
  .main_contents {
    padding-bottom: 0;
  }


}




/* main_contents_stickywrap
***************************************************************/
.main_contents_stickywrap{
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}

.laroof_aside_ttl{
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.laroof_aside_box {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.laroof_aside_box a{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 30px 14px 0;
  border-bottom: 1px solid #CCCCCC;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.laroof_aside_box a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  box-sizing: border-box;
  background: url(../img/laroof/arrow_w.svg) center / contain no-repeat;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.laroof_aside_box a:hover::before{
  background-image: url(../img/laroof/arrow_b.svg);
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .main_contents_stickywrap{
    display: flex;
    align-items: stretch;
    gap: 80px;
    width: 1270px;
    margin-left: auto;
    margin-right: auto;
  }
  .main_contents_stickywrap--aside{
    flex-shrink: 0;
    top: 50px;
    bottom: 50px;
    width: 283px;
    padding: 0 29px 0 18px;
    height: fit-content;
    background-color: #fff;
    position: sticky;
    order: 2;
  }
}


@media all and (max-width:680px){
  .main_contents_stickywrap{
    margin-bottom: 0px;
  }
  .main_contents_stickywrap--aside{
    margin-top: 35px;
  }
  .laroof_aside_ttl{
    font-size: 20px;
  }
  .laroof_aside_box{
    margin-top: 14px;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    position: static;
  }
  .laroof_aside_box a {
    min-height: 55px;
    padding-right: 2em;
    padding-top: 25px;
    padding-bottom: 15px;
    /* font-size: 14px; */
  }
  .laroof_aside_box a::before {
    width: 26px;
    height: 26px;
    transform: translateY(calc(-50% + 0.4em));
  }
  .laroof_aside_box a::after{
    right: 13px;
  }
}








/* main_contents_stickywrap--main
***************************************************************/


.main_contents_stickywrap--main{
  flex: 1;
  min-width: 0;
  /* background-color: #eee;
  min-height: 100vh; */
}
.main_contents_stickywrap--main .inner{
  padding: 0;
  margin: 0;
}
.main_contents_box{
  /* padding: 52px 60px 80px; */
}
.boxsec01_scroll{
  margin: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
}
.boxsec01_scroll span {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-left: 15px;
  background-color: #000;
  position: relative;
}
.boxsec01_scroll span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  left: 0.8px;
  top: -4.6px;
  position: absolute;
}
.boxsec01_txtwrap {
  margin-top: 44px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 58px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge Legacy */
}
.boxsec01_txtwrap::-webkit-scrollbar{
  display: none; /* Chrome/Safari */
}
.main_contents_ttl{
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  text-orientation: upright;
  .mae_tume{
    margin-top: -0.5em;
  }
  .mae_tume2 {
    margin-top: -0.1em;
    letter-spacing: -0.1em;
}
  .ushiro_tume{
    margin-bottom: -0.5em;
  }
  .tume{
    letter-spacing: 0em;
  }
}
.main_contents_txt{
  /* display: flex;
  flex-direction: row-reverse;
  align-items: flex-start; */
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-orientation: upright; 
}
.main_contents_txt p{
  margin: 0;
}
.main_contents_txt p + p{
  margin-right: 2em;
}

@media all and (min-width:681px){

}

@media all and (max-width:680px){
  .main_contents_box {
    padding: 60px 7% 0px;
  }
  .boxsec01_scroll{
    padding-bottom: 14px;
    font-size: 14px;
  }
  .boxsec01_scroll span {
    width: 100%;
    height: 1px;
    margin-left: 12px;
  }
  .boxsec01_txtwrap {
    margin-top: 20px;
    gap: 60px;
  }
  .main_contents_ttl{
    font-size: 33px;
    line-height: 1.3;
  }
  .main_contents_txt {
    gap: 14px;
    font-size: 17px;
    line-height: 2.1;
    letter-spacing: -0.05em;
  }
}






/* about_wrap
***************************************************************/

.about_wrap{
  display: flex;
  gap: 40px;
  margin-top: 110px;
  background-color: #F2F2F2;
  padding: 57px 48px;
}
.about_box01{
  max-width: 375px;
}
.about_txt01{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
.about_txt01::before{
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background-color: #000;
}
.about_box_ttl{
  font-size: 24px;
  line-height: 1.58;
  letter-spacing: -0.025em;
  margin-top: 18px;
}
.about_txt02{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-top: 20px;
  line-height: 2;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .about_wrap {
    gap: 15px;
    margin-top: 60px;
    padding: 50px 7%;
    width: 100vw;
    margin-left: -7vw;
    flex-direction: column;
  }
  .about_txt01 {
    font-size: 16px;
  }
  .about_box_ttl {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .about_txt02 {
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.86;
  }
}





/* main_contents_boxsec03 できること
***************************************************************/

.main_contents_boxsec03{
  margin-top: 120px;
}
.main_contents_ttl02{
  font-size: 38px;
  letter-spacing: -0.05em;
  text-align: center;
    .ushiro_tume{
      margin-right: -0.5em;
    }
}
.main_contents_box--list{
  display: flex;
  gap: 30px 25px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
    li{
      position: relative;
      overflow: visible;
      background-color: #F2F2F2;
      padding: 32px;
    }
}
.main_contents_box--list_ttl01 {
  position: absolute;
  top: 0;
  left: 19px;
  z-index: 1;
  margin: 0;
  padding: 0.62em 0.40em 0.44em;
  background-color: #5CA593;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  writing-mode: vertical-rl;
}
.main_contents_box--list {
  margin-top: 40px;
}
.main_contents_box--list li > picture{
  display: block;
}
.main_contents_box--list li > picture img{
  width: 100%;
  height: auto;
  display: block;
}
.main_contents_box--list_txt{
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: -0.05em;
  text-align: justify;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .main_contents_box--list > li:not(.yokonaga_list){
    flex: 1 1 calc((100% - 25px) / 2);
    min-width: 0;
  }
  .main_contents_box--list > li.yokonaga_list {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    gap: 47px;
}
  .main_contents_box--list > li.yokonaga_list > picture{
    flex: 0 0 48%;
    max-width: 371px;
  }
  .main_contents_box--list > li.yokonaga_list > .main_contents_box--list_txt {
    flex: 1;
    /* margin-top: 72px; */
    /* min-width: 0; */
    margin: 0;
    max-width: 418px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){

  .main_contents_boxsec03{
    margin-top: 60px;
  }
  .main_contents_box--list {
    gap: 20px;
    margin-top: 25px;
  }
  .main_contents_ttl02{
    font-size: 24px;
  }

  .main_contents_box--list > li{
    flex: 1 1 100%;
    padding: 20px 22px 30px;
  }
  .main_contents_box--list_ttl01{
    font-size: 23px;
    padding: 13px 10px 8px;
    left: 10px;
  }

  .main_contents_box--list_txt{
    max-width: 95%;
    margin-top: 15px;;
  }
  /* .main_contents_box--list li > picture{
    margin-top: 60px;
  } */
  .main_contents_box--list > li.yokonaga_list{
    flex-direction: column;
  }
  .main_contents_box--list > li.yokonaga_list > picture{
    max-width: none;
    width: 100%;
  }
  .main_contents_box--list > li.yokonaga_list > .main_contents_box--list_txt{
    margin-top: 15px;
    max-width: 95%;
  }
}




/* main_contents_boxsec04　めざすこと
***************************************************************/


.main_contents_boxsec04{
  margin-top: 120px;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .main_contents_boxsec04{
    margin-top: 60px;
  }
}





/* laroof_slider_wrap
***************************************************************/
.laroof_slider_wrap{
  /* padding: 80px 0; */
  position: relative;
}

/* Slick 初期化前はスライダー行を非表示（未初期化のチラ見え防止） */
.laroof_slider_wrap:not(.laroof_slider--ready) .laroof_slider_rows_pc,
.laroof_slider_wrap:not(.laroof_slider--ready) .laroof_slider_rows_sp{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.laroof_slider_wrap.laroof_slider--ready .laroof_slider_rows_pc,
.laroof_slider_wrap.laroof_slider--ready .laroof_slider_rows_sp{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.35s ease;
}

/* スライダー上の白パネル（absolute） */
.laroof_slider_ttl_wrap{
  position: absolute;
  z-index: 5;
  top: calc(50% - 323px);
  left: clamp(65px, 13vw, 200px);
  /* width: min(100% - 32px, clamp(280px, 34vw, 420px)); */
  pointer-events: none;
  height: 646px;
}
.laroof_slider_panel{
  position: relative;
  pointer-events: auto;
  box-sizing: border-box;
  padding: 60px 55px;
  background-color: #fff;
  height: 100%;
  /* border: 1px solid #c8d8e4; */
  /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06); */
}
.laroof_slider_panel_lead {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.06em;
  color: #333;
}
.laroof_slider_panel_lead::before {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background-color: #000;
  top: -0.25em;
  position: relative;
}
.laroof_slider_panel_ttl{
  margin-top: 35px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.025em;
  color: #000;
}
.laroof_slider_panel_body p{
  margin-top: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.53;
  letter-spacing: -0.025em;
  color: #333;
}
.laroof_slider_panel_logo{
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 137px;
  height: auto;
}
.laroof_slider_panel_logo img{
  display: block;
  width: 100%;
  height: auto;
}
/* .laroof_slider_row{
  margin-top: 10px;
}
.laroof_slider_row + .laroof_slider_row{
  margin-top: 12px;
} */
/* スライド間 7px：左右 3.5px ずつ（Slick は gap 非対応のため margin で確保） */
.laroof_slider_row .slick-slide{
  margin: 0 3.5px;
}
.laroof_slider_item{
  display: block;
  width: 514px !important;
  height: auto !important;
  aspect-ratio: 514 / 336;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.laroof_slider_ttl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 2;
}

.laroof_slider_row + .laroof_slider_row{
  margin-top: 7px;
}
/* ここに各スライドの画像を設定してください */
.laroof_slider_rows_pc{
  .laroof_slider01_01{ background-image: url(../img/laroof/slider01-1.jpg); }
  .laroof_slider01_02{ background-image: url(../img/laroof/slider01-2.jpg); }
  .laroof_slider01_03{ background-image: url(../img/laroof/slider01-3.jpg); }
  .laroof_slider01_04{ background-image: url(../img/laroof/slider01-4.jpg); }

  .laroof_slider02_01{ background-image: url(../img/laroof/slider02-1.jpg); }
  .laroof_slider02_02{ background-image: url(../img/laroof/slider02-2.jpg); }
  .laroof_slider02_03{ background-image: url(../img/laroof/slider02-3.jpg); }
  .laroof_slider02_04{ background-image: url(../img/laroof/slider02-4.jpg); }

  .laroof_slider03_01{ background-image: url(../img/laroof/slider03-1.jpg); }
  .laroof_slider03_02{ background-image: url(../img/laroof/slider03-2.jpg); }
  .laroof_slider03_03{ background-image: url(../img/laroof/slider03-3.jpg); }
  .laroof_slider03_04{ background-image: url(../img/laroof/slider03-4.jpg); }
}
@media all and (min-width:681px){
}
@media all and (max-width:680px){
  .laroof_slider_wrap{
    margin-top: 50px;
  }
  /* SP：4本スライダー用スライド幅（PCの 493px を上書き） */
  .laroof_slider_rows_sp .laroof_slider_item{
    width: 256px !important;
    height: auto !important;
    aspect-ratio: 256 / 168;
  }
  .laroof_slider_ttl{
    font-size: 24px;
    white-space: nowrap;
  }

  .laroof_slider_ttl_wrap {
    position: absolute;
    width: auto;
    /* max-width: 400px; */
    /* min-width: 320px; */
    height: 532px;
    top: calc(50% - 266px);
    /* left: auto; */
    /* right: auto; */
    /* margin-left: auto; */
    width: 86%;
    left: 7%;
  }



  .laroof_slider_panel {
    padding: 30px 20px 30px 30px;
    background-color: rgba(255, 255, 255, 0.87);
    /* width: 86%; */
    /* max-width: 400px; */
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .laroof_slider_panel_lead {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .laroof_slider_panel_ttl{
    margin-top: 20px;
    font-size: 28px;
  }
  .laroof_slider_panel_body p {
      margin-top: 18px;
      font-size: 14px;
      line-height: 2.28;
      letter-spacing: -0.05em;
  }

  .laroof_slider_panel_logo{
    width: 115px;
    right: 50%;
    bottom: 30px;
    transform: translateX(50%);
  }

  .laroof_slider_rows_sp{
    .laroof_slider01_01{ background-image: url(../img/laroof/slider01-1_sp.jpg); }
    .laroof_slider01_02{ background-image: url(../img/laroof/slider01-2_sp.jpg); }
    .laroof_slider01_03{ background-image: url(../img/laroof/slider01-3_sp.jpg); }

    .laroof_slider02_01{ background-image: url(../img/laroof/slider02-1_sp.jpg); }
    .laroof_slider02_02{ background-image: url(../img/laroof/slider02-2_sp.jpg); }
    .laroof_slider02_03{ background-image: url(../img/laroof/slider02-3_sp.jpg); }

    .laroof_slider03_01{ background-image: url(../img/laroof/slider03-1_sp.jpg); }
    .laroof_slider03_02{ background-image: url(../img/laroof/slider03-2_sp.jpg); }
    .laroof_slider03_03{ background-image: url(../img/laroof/slider03-3_sp.jpg); }

    .laroof_slider04_01{ background-image: url(../img/laroof/slider04-1_sp.jpg); }
    .laroof_slider04_02{ background-image: url(../img/laroof/slider04-2_sp.jpg); }
    .laroof_slider04_03{ background-image: url(../img/laroof/slider04-3_sp.jpg); }
  }

}

/* rentalBtn_wrap
***************************************************************/
.tel_btn{
  display: block;
  height: 58px;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.tel_btn .barl{
  font-size: 28px;
  letter-spacing: 0.05em;
}
.tel_btn .noto{
  font-size: 12px;
  letter-spacing: 0;
  margin-left: 5px;
}
.tel_btn .tel_btn--txt1{
  display: flex;
  align-items: center;
}
.tel_btn .tel_btn--txt2{
  font-size: 12px;
  margin-top: 3px;
}

.faq_btn{
  height: 58px;
  background-color: #fff;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 13px;
  margin-top: 15px;
}
.faq_btn::after{
  content: '';
  width: 16px;
  height: 10px;
  background: url(../img/common/arrow_down_b.svg) center / cover no-repeat;
  transition: 0.3s;
}
.cancellation_btn{
  height: 58px;
  background-color: #fff;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 13px;
  margin-top: 15px;
}
.cancellation_btn::after{
  content: '';
  width: 10px;
  height: 16px;
  background: url(../img/common/arrow_right_b.svg) center / contain no-repeat;
  transition: 0.3s;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .rentalBtn_wrap{
    width: 254px;
    position: absolute;
/*    top: 650px;*/
    top: 545px;
    right: 15px;
  }
  .tel_btn{
    pointer-events: none;
  }
  .faq_btn:hover{
    border: 2px solid #E6372D;
    color: #E6372D;
  }
  .faq_btn:hover::after{
    background: url(../img/common/arrow_down_r.svg) center / cover no-repeat;
  }
  .cancellation_btn{
    margin-top: 10px;
  }
  .cancellation_btn:hover{
    border: 2px solid #E6372D;
    color: #E6372D;
  }
  .cancellation_btn:hover::after{
    background: url(../img/common/arrow_right_r.svg) center / contain no-repeat;
  }

/*  250202改修用*/
  .rentalBtn_wrap2{
    position: fixed;
    z-index: 999;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .rentalBtn_wrap{
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 10;
  }
  .tel_btn{
    width: 50%;
    height: 66px;
  }
  .tel_btn .tel_btn--txt1{
    flex-direction: column;
  }
  .tel_btn .barl{
    font-size: 24px;
  }
  .tel_btn .noto{
    margin-left: 0;
  }
  
  .tel_btn .tel_btn--txt2{
    text-align: center;
  }

  .faq_btn{
    width: 50%;
    height: 66px;
    font-size: 16px;
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
  }
  .faq_btn::after{
    width: 18px;
    height: 12px;
    margin-top: 10px;
  }

/*  250202改修用*/
  .rentalBtn_wrap2{
/*    z-index: 1000;*/
    .rentalBtn_wrap2_box{
      width: 50%;
      display: fle,x;
      flex-direction: column;
        .faq_btn {
          width: 100%;
          height: 33px;
          font-size: 14px;
          justify-content: space-between;
          flex-direction: row;
          border-left: none;
          border-right: none;
        }
        .faq_btn::after {
          width: 16px;
          height: 10px;
          margin-top: 1px;
        }
        .cancellation_btn{
          width: 100%;
          height: 33px;
          margin-top: 0;
          border-top: none;
          border-left: none;
          border-right: none;
          font-size: 14px;
        }
    }
  }

/*  以下実装時解禁する*/
 /* .foot {
    padding-bottom: 86px;
  }*/

}

/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
}
