/*
 * (base)
 */
 html,body{
  width:100%;
  overflow-x:clip;
 }
img{
  width:100%;
  border:0;
}
.u-decoration-none{text-decoration:none;}

/*
 * (project)
 */
.p-reno-soudan{
  --font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.p-reno-soudan a{
  width:fit-content;
  height:fit-content;
  text-decoration:none;
  transition:opacity .3s ease;
}
.p-reno-soudan img{
  user-select:none;
  pointer-events:none;
  vertical-align:top;
}
.p-reno-soudan .c-radio-btns{
  transition:opacity .3s ease;
}
.p-reno-soudan .c-radio-btns input:not(:checked)+div:hover,
.p-reno-soudan a:hover{
  opacity:.7;
 }

/*
 * KV
 */
.p-reno-soudan-kv{
  width:100%;
  max-width:1200px;
  height:700px;
  margin:82px auto 532px;
  position:relative;
  background-image:url(../img/kv.webp);
  background-size:cover;
}
.p-reno-soudan-kv-text{
  width:692px;
  height:504px;
  position:absolute;
  left:221px;
  top:574px;
}
.p-reno-soudan-kv-text__subtitle{
  width:294px;
  position:absolute;
  left:0;
  top:0;
}
.p-reno-soudan-kv-text__title{
  width:407px;
  position:absolute;
  left:0;
  top:90px;
}
.p-reno-soudan-kv-text__desc{
  width:430px;
  position:absolute;
  left:0;
  bottom:0;
}
.p-reno-soudan-kv-text__sub{
  width:257px;
  position:absolute;
  right:0;
  top:200px;
}

/*
 * fixed-side-button
 */
.c-fixed-side-btn{
  position:fixed;
  right:0;
  top:160px;
  height:max-content;
  writing-mode:vertical-rl;
  line-height:100%;
  padding:39px 21px 50px;
  text-decoration: none;
  background:#7F0019;
  color:#fff;
  border-radius:5px 0 0 5px;
  z-index:999;
  font-size:16px;
  font-weight:700;
  font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  transition:opacity .3s ease;
  cursor:pointer;
}
.c-fixed-side-btn:hover {
  opacity:.7;
}
.c-fixed-side-btn span{
  position:relative;
}
.c-fixed-side-btn span:after{
  content:'';
  width:20px;
  height:20px;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19.79' height='19.79' viewBox='0 0 19.79 19.79'><path id='path_378' data-name='path 378' d='M.072,13.921l-.145-.989,11.345-1.659L12.932-.072l.989.145L12.154,12.154Z' transform='translate(9.895 0.102) rotate(45)' fill='%23fff'/></svg>");
  background-repeat:no-repeat;
  background-position:center;
  z-index:2;
}
@media screen and (max-width: 768px) {
  .c-fixed-side-btn{
    position: fixed;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#7F0019;
    width:334.14px;
    height:54.14px;
    padding:0;
    left:50%;
    transform:translateX(-50%);
    top:unset;
    bottom:-60px;
    z-index:99;
    border-radius:6px;
    writing-mode:lr;
    transition:bottom .3s ease;
  }
  .c-fixed-side-btn.is-show{
    bottom:30px;
  }
  .c-fixed-side-btn span:after{
    content:'';
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    width:10px;
    height:10px;
    top:50%;
    left:unset;
    right:-10px;
    position:absolute;
    background-image:unset;
    transform:translateY(-50%) rotate(135deg);
  }
}

/*
 * lead
 */
.p-reno-soudan-lead{
  width:565px;
  margin:153px auto 101px;
}
.p-reno-soudan-lead__title{
  width:360px;
}
.p-reno-soudan-lead__desc{
  margin-top:30px;
  font-size:16px;
  line-height:calc(30/16);
}

/*
 * column
 */
.p-reno-soudan-column{
  width:800px;
  position:relative;
  margin:0 auto;
  padding:50px 0 100px;
}
.p-reno-soudan-catalog:after,
.p-reno-soudan-column:after{
  content:'';
  background-image:linear-gradient(to left,#000,#000 1px,transparent 1px,transparent);
  background-size:3.5px 1px;
  background-position:left bottom;
  background-repeat:repeat-x;
  width:100%;
  height:1px;
  position:absolute;
  left:0;
  top:0;
}
.p-reno-soudan-column__links{
  display:flex;
  width:420px;
  justify-content:space-between;
  margin:57px auto 0;
}
.p-reno-soudan-column__title{
  width:370px;
  font-family:var(--font-family)!important;
  margin:0 auto;
  text-align:center;
  font-size:24px;
  font-weight:700;
}
.p-reno-soudan-column__desc{
  width:304px;
  margin:20px auto 50px;
  text-align:center;
}
.p-reno-soudan-column__messages{
  width:552px;
  margin:36px auto 0;
}

/*
 * merit
 */
.p-reno-soudan-merits__title{
  width:370px;
  margin:0 auto;
  text-align:center;
  font-size:24px;
  font-weight:700;
  font-family:var(--font-family)!important;
}
.p-reno-soudan-merits-list{
  display:flex;
  width:760px;
  margin:50px auto;
  justify-content:space-between;
}
.p-reno-soudan-merits-list-item{
  width:175px;
  height:373px;
  padding:17px 20px 20px;
  background:#F7F7F7;
}
.p-reno-soudan-merits-list-item__img{
  height:100px;
}
.p-reno-soudan-merits-list-item__img img{
  height:100%;
  object-fit:contain;
}
.p-reno-soudan-merits-list-item__title{
  font-family:var(--font-family);
  font-size:14px;
  height:34px;
  font-weight:700;
  line-height:calc(20/14);
  margin:17px 0 15px;
}
.p-reno-soudan-merits-list-item__desc{
  font-size:14px;
  line-height:calc(26/14);
}

/*
 * step
 */
 .p-reno-soudan-step{
  width:565px;
  height:877px;
  position:relative;
  margin:50px auto 0;
 }
.p-reno-soudan-step__item{
  display:flex;
  width:562px;
  height:148px;
  justify-content:space-between;
  align-items:center;
  margin:0 auto 60px;
  position:relative;
 } 
.p-reno-soudan-step__item:after{
  content:'';
  position:absolute;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi4xMTEiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCAxMi4xMTEgNjAiPjxwYXRoIGQ9Ik02LjA1NiwwLDAsNi41MTMsMS4wODMsNy41MjQsNS4zMTYsMi45N1Y2MEg2LjhWMi45NzJsNC4yMzIsNC41NTIsMS4wODMtMS4wMTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi4xMTEgNjApIHJvdGF0ZSgxODApIi8+PC9zdmc+);
  width:12px;
  height:60px;
  left:50%;
  bottom:-60px;
  background-repeat:no-repeat;
  background-size:contain;
}
.p-reno-soudan-step__item.is-final:after{display:none;}
.p-reno-soudan-step__item--img{width:148px;}
.p-reno-soudan-step__item--text{width:367px;}
.p-reno-soudan-step__notes{
  width:197px;
  position:absolute;
  bottom:0;
  right:0;
  font-size:11px;
  line-height:calc(20/11);
}

/*
 * shop
 */
.p-reno-shop-header{
  margin:50px 0 20px
}
.p-reno-shop-header h3{
  font-family:var(--font-family)!important;
  font-size:24px;
  font-weight:700;
  margin:0;
}
.p-reno-shop{
  display:flex;
  justify-content:space-between;
}
.p-reno-shop-data{
  width:325px;
}
.p-reno-shop-data-info{
  width:325px;
  display:flex;
  justify-content:space-between;
}
.p-reno-shop-data-info__address{
  font-size:13px;
}
.p-reno-shop-data-info__address--tel{
  margin-top:16px;
}
.p-reno-shop-data-info__map{
  font-size:11px;
  width:130px;
  height:30px;
  padding:7px;
  color:#3C3C43;
  position:relative;
  border-radius:5px;
  box-shadow:0 0 6px rgba(0,0,0,.16);
}
.p-reno-shop-data-info__map:before,.p-reno-shop-data-info__map:after{
  content:'';
  width:13px;
  height:13px;
  position:absolute;
  right:10px;
  top:10px;
  outline:1px solid #ccc;
  background:#fff;
}
.p-reno-shop-data-info__map:before{
  z-index:1;
}
.p-reno-shop-data-info__map:after{
  z-index:2;
  transform:translate(4px,-4px)
}
.p-reno-shop-data-message{
  position:relative;
  width:315px;
  height:191px;
  margin-top:30px;
}
.p-reno-shop-data-message__img{
  width:148px;
  height:93px;
  position:absolute;
  left:0;
  top:0;
  z-index:2;
}
.p-reno-shop-data-message__text{
  background:#F7F7F7;
  width:241px;
  height:139px;
  font-size:11px;
  line-height:calc(20/11);
  padding:13px 14.5px;
  border-radius:10px;
  position:absolute;
  right:0;
  bottom:0;
  white-space-collapse:preserve-breaks;
}
.p-reno-shop-data-message__text:before,.u-after-space:after{
  content:'';
  padding-left:77px;
}
.p-reno-shop-img{
  width:370px;
}
.js-tab-body{display:none}
.js-tab-body.is-show{display:block}



/*
 * message
 */
.c-message{
  padding:20px;
  width:315px;
  background:#F7F7F7;
  border-radius:20px;
  margin-bottom:37.5px;
  position:relative;
  font-size:14px;
  line-height:calc(26/14);
}
.c-message:last-child{margin-bottom:17.5px;}
.c-message.is-right{margin-left:236px}
.c-message.is-left:after,.c-message.is-right:after{
  content:'';
  position:absolute;
  background:#F7F7F7;
  width:20px;
  height:17.5px;
  bottom:-17.5px;
  clip-path:polygon(0 0,100% 0,50% 100%);
}
.c-message.is-left:after{right:30px}
.c-message.is-right:after{left:30px}
@media screen and (max-width:768px){
  .c-message.is-right,.c-message.is-left{margin:40px 0 0;}
}

/*
 * catalog
 */
.p-reno-soudan-catalog{
  width:100%;
  position:relative;
  padding-top:100px;
}
.p-reno-soudan-catalog__title{
  font-size:24px;
  font-family:var(--font-family)!important;
  font-weight:700;
  width:240px;
  white-space:nowrap;
  margin:0 auto 45px;
  text-align:center;
}
.p-reno-soudan-catalog__desc{
  width:565px;
  margin:0 auto 43px;
  font-size:16px;
  line-height:calc(30/16);
}
.p-reno-soudan-catalog__item{
  width:100%;
  height:354px;
  background:#f7f7f7;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.p-reno-soudan-catalog__item--img{
  width:320px;
}
.p-reno-soudan-catalog__link{
  margin:50px 0 57px;
}

/*
 * Q&A
 */
.c-qanda {
  padding:100px 0 100px;
  border-top:1px solid #ccc;
}
.c-qanda__title{
  font-size:24px;
  font-weight:700;
  font-family:var(--font-family)!important;
  width:168px;
  white-space:nowrap;
  margin:0 auto 45px;
  text-align:center;
}
.c-qanda__box {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  margin: 0 auto 20px auto;
  max-width: 760px;
  box-sizing: border-box;
  padding: 30px 40px;
  border-radius: 5px;
}
.c-qanda__box--title {
  font-weight: bold;
  font-size:18px;
  line-height:100%;
  margin-bottom: 30px;
  display: flex;
  align-items:center;
}
.c-qanda__box--title .qTxt {
  font-size:36px;
  margin-right:20px;
  line-height:100%;
}
.c-qanda__box--txt p {margin-bottom: 20px;}
.c-qanda__box--txt p:last-child { margin-bottom: 0;}
.c-qanda__box--txt p a {text-decoration: underline;}
@media screen and (max-width: 768px) {
  .c-qanda {
    padding:50px 0;
  }
  .c-qanda__title{
    font-size:18px;
  }
  .c-qanda__box {
    font-size:16px;
    width:84%;
    min-width:315px;
  }
  .c-qanda__box--title {
    display: flex;
    font-size: 14px;
    margin-bottom: 30px;
    line-height:calc(20/14);
  }
}

/*
 * link-btn
 */
 .c-link-btn{
  background:#7F0019;
  color:#fff;
  font-size:14px;
  font-weight:700;
  font-family:var(--font-family);
  line-height:calc(18/14);
  position:relative;
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:5px;
  cursor:pointer;
  width:200px;
  height:52px;
 }
 .c-link-btn.is-long{
  width:300px;
  height:40px;
 }
 .c-link-btn__inner{
  width:152px;
  white-space:nowrap;
  margin-left:-15px;
 }
 .c-link-btn.is-long .c-link-btn__inner{
  margin-left:0;
  width:fit-content;
 }
 .c-link-btn:after{
  content:'';
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  width:10px;
  height:10px;
  top:50%;
  right:20px;
  position:absolute;
  transform:translateY(-50%) rotate(135deg);
 }
 .c-link-btn.is-long:after{
  right:95px;
 }

/*
 * radio-btn
 */
.c-radio-btns{
  display:flex;
  justify-content:center;
}
.c-radio-btns button{
  border:0;
  background:transparent;
}
.c-radio-btns div{
  border:1px solid #808080;
  width:155px;
  height:40px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:20px;
  margin-right:5px;
  font-size:14px;
  font-weight:700;
  font-family:var(--font-family);
  color:#808080;
  cursor:pointer;
}
.c-radio-btns .is-checked div{
  background:#808080;
  color:#fff;
}
@media screen and (max-width: 768px) {
  .c-radio-btns{
    width:100%;
    flex-wrap:wrap;
    gap:5px;
  }
  .c-radio-btns label{
    width:155px;
  }
}

 /*
  * (SP)
  */
@media screen and (max-width: 768px) {
  /*
   * KV
   */
  .p-reno-soudan-kv{
    width:100vw;
    height:375px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:33.5%;
    margin:60px auto 486px;
  }
  .p-reno-soudan-kv-text{
    width:315px;
    left:50%;
    top:31px;
    transform:translateX(-50%);
  }
  .p-reno-soudan-kv-text__subtitle{
    width:218px;
    left:0;
    top:0;
  }
  .p-reno-soudan-kv-text__title{
    width:253px;
    left:0;
    top:290px;
  }
  .p-reno-soudan-kv-text__sub{
    width:257px;
    right:0;
    top:400px;
  }
  .p-reno-soudan-kv-text__desc{
    width:315px;
    left:0;
    top:595px;
  }

  /*
   * lead
   */
  .p-reno-soudan-lead{
    width:315px;
    margin-bottom:50px;
  }
  .p-reno-soudan-lead__title{
    width:304px;

  }
  .p-reno-soudan-lead__desc{
    margin-top:51.5px;
  }

  /*
   * merits
   */
  .p-reno-soudan-merits__title{
    width:232px;
    font-size:18px;
  }
  .p-reno-soudan-merits-list{
    width:100%;
    max-width:347px;
    flex-wrap:wrap;
    gap:5px;
    margin:30px auto 50px;
  }
  .p-reno-soudan-merits-list-item{
    width:171px;
    padding:17px 15px 15px;
  }

  /*
   * step
   */
  .p-reno-soudan-step{
    width:315px;
    height:843px;
    margin-top:30px;
  }
  .p-reno-soudan-step__item{
    width:315px;
    height:auto;
    margin-bottom:50px;
  }
  .p-reno-soudan-step__item--img{width:148px;}
  .p-reno-soudan-step__item--text{
    width:148px;
    height:auto;
  }
  .p-reno-soudan-step__item:nth-child(1){
    align-items:start;
    margin-bottom:20px;
    height:198px;
  }
  .p-reno-soudan-step__item:nth-child(3){
    align-items:start;
    height:172px;
    margin-bottom:50px;
  }
  .p-reno-soudan-step__item:nth-child(1):after{bottom:0px;}
  .p-reno-soudan-step__item:nth-child(2):after{bottom:-50px;}
  .p-reno-soudan-step__item:nth-child(3):after{bottom:-40px;}
  .p-reno-soudan-step__item:nth-child(2n+1) .p-reno-soudan-step__item--img{order:2}
  .p-reno-soudan-step__item:nth-child(2n+1) .p-reno-soudan-step__item--text{order:1}
  .p-reno-soudan-step__item:nth-child(2n):after{transform:translateX(-50%) rotate(-45deg);}
  .p-reno-soudan-step__item:nth-child(2n+1):after{transform:translateX(-50%) rotate(45deg);}
  .p-reno-soudan-step__item.is-final{margin-bottom:20px;}
  .p-reno-soudan-step__notes{
    right:unset;
    left:0;
  }
  /*
   * column
   */
  .p-reno-soudan-column{
    width:315px;
    padding-bottom:50px;
  }
  .p-reno-soudan-column__title{
    width:100%;
    font-size:18px;
  }
  .p-reno-soudan-column__messages{
    width:100%;
  }
  .p-reno-soudan-column__links{
    width:200px;
    height:124px;
    flex-direction:column;
    flex-wrap:wrap;
  }
  /*
   * shop
   */
  .p-reno-shop{
    flex-direction:column;
    width:315px;
  }
  .p-reno-shop-header{
    margin:30px 0 16px;
  }
  .p-reno-shop-data{
    width:100%;
    order:2;
    margin-top:20px;
  }
  .p-reno-shop-data-message{
    margin-top:20px;
  }
  .p-reno-shop-data-info{
    width:100%;
  }
  .p-reno-shop-data-info__address{
    font-size:11px;
  }
  .p-reno-shop-img{
    width:100%;
    order:1;
  }
  .p-reno-soudan-column__links{
    margin-top:40px;
  }
  /*
   * catalog
   */
  .p-reno-soudan-catalog{
    padding-top:50px;
  }
  .p-reno-soudan-catalog__title{
    font-size:18px;
    margin:0 auto 30px;
  }
  .p-reno-soudan-catalog__desc{
    width:84%;
    font-size:14px;
    line-height:calc(26/14);
  }
}

/*
 * (<sp)
 */
@media screen and (max-width: 374px) {
  .p-reno-soudan-merits-list{
    width:100%;
    justify-content:center;
    gap:6px;
  }
}