/*
 01.Font
 02.Base
 03.header
 04.actions
 05.ng
 06.suigai
 07.thought
 08.consultation
 09.beforeafter
 10.message
 11.features
 12.leather_sapuri
 13.service
 14.request
 15.footer
 16.donation
 17.report
*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;600;700&display=swap');
/*====================================
  01.Font
====================================*/
html{
  font-size: 62.5%;
}
body, textarea, input, select, label{
  color: #111;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
}
@-moz-document url-prefix(){
    body{
        font-weight: 500;
    }
}
.min{
  font-family: 'Shippori Mincho B1', serif;
}
ul, p{
  margin: 0;
  padding: 0;
  list-style: none;
}
.marker {
  background: linear-gradient(transparent 50%, rgba(249,223,166,0.6) 50%);
}

/*====================================
  02.Base
====================================*/
body{
  background: #fff;
}
a, div, p, ul, li{
  box-sizing: border-box;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
img{
  max-width: 100%;
  vertical-align: middle;
}
.sp{
  display: none !important;
}
.tb {
  display: none !important;
}
.pc{
  display: block !important;
}
.wrap{
  max-width: 960px;
  margin: auto;
}
/*btn*/
.btn a{
  display: block;
  position: relative;
  text-align: center;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2);
}
@media (hover: hover) and (pointer: fine) {
    .btn a{
        transition: all .4s;
    }
    .btn a:hover,
    .donation_btn a:hover,
    .actions li .btn+a:hover{
        position: relative;
        top: .1em;
        box-shadow: none;
    }
}
.btn_red a{
  color: #fff;
  background: #de0018;
}
.btn a{
  width: 100%;
  height: 100px;
  line-height: 1.4;
  padding-top: 20px;
  font-size: 2.5rem;
  margin-bottom: .8rem;
  border: 1px solid #000;
}
.btn a span{
  display: block;
  font-size: 1.6rem;
}
.btn_item a::after{
  position: absolute;
  right: 3rem;
  top: -2rem;
  content: "";
  display: block;
  width: 35px;
  height: 101px;
  background: url(../img/item.png);
  background-size: cover;
}
.btn_red a{
  border: 1px solid #de0018;
}

/*====================================
  03.header
====================================*/
header{
  color: #fff;
  text-align: center;
  height: 850px;
  padding: 0 80px;
  background: url(../img/fv_bg.jpg?20210611) no-repeat center top #000;
  background-size: cover;
}
header .title{
  padding-top: 60px;
}
header h1{
  padding: 50px 0 0;
  margin: 0;
}
header h1 img{
  margin: auto;
}
header .kome{
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 2rem 0 5rem;
}
header p.fv_messages{
  line-height: 2;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.85);
}

/*====================================
  04.actions
====================================*/
.actions{
  text-align: center;
  padding: 3.5rem 0 5rem;
  background: #F9DFA6;
}
.actions h2{
  color: #000;
  margin: 0 0 2rem;
  font-size: 3.4rem;
}
.actions h2 span{
  font-size: 4.5rem;
}
.actions ul{
  max-width: 830px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.actions li{
  position: relative;
  width: 48%;
  font-weight: 600;
}
.actions li .btn{
  margin-top: 1rem;
}
.actions li .btn+a{
  position: relative;
  width: 80%;
  margin: auto;
  padding: 1.2rem 0;
  line-height: 1;
  display: block;
  background: #fff;
  border-radius: 20px;
  margin-top: 2rem;
  font-weight: 600;
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
}
.actions li .btn+a::after{
  position: absolute;
  left: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #aaa;
}

/*====================================
  05.ng
====================================*/
.ng {
  text-align: center;
  padding: 8rem 0 12rem;
}
.ng h3{
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  font-size: 2.8rem;
  margin: 0 0 4rem;
}
.ng h3 strong{
  font-size: 4.6rem;
}
.ng h3 strong span{
  color: #de0018;
  font-size: 5.6rem;
}
.ng h3::after{
  position: absolute;
  bottom: 1rem;
  left: -3.5rem;
  content: "";
  display: block;
  width: 48px;
  height: 64px;
  background: url(../img/ng_tit.gif);
}
.ng ul{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.ng li{
  width: 49%;
  padding: 2rem 0;
  background: #e9e9e9;
}
.ng .ok_box li{
  background: #fff;
  border: 4px solid #F9DFA6;
}
.ng li .tit{
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.ng ul::after{
  content: "";
  position: absolute;
  right: 0;
  width: 140px;
  height: 150px;
  top: -150px;
  background-size: cover;
}
.ng ul.ng_box::after{
  background: url(../img/man_1.gif);
}
.ng ul.ok_box::after{
  background: url(../img/man_2.gif);
}
.ng ul .tit::before{
  font-size: 2.4rem;
  color: #fff;
  padding: 0 1rem;
  margin-right: 1rem;
  background: #de0018;
  border-radius: 5px;
}
.ng ul.ng_box .tit::before{
  content: "NG";
}
.ng ul.ok_box .tit::before{
  content: "OK";
  color: #000;
  background: #F9DFA6;
}
.ng .comment{
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 3rem 0 9rem;
}
.ng .comment::after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 110px 0 110px;
  border-color: #F9DFA6 transparent transparent transparent;
}
/*====================================
  06.suigai
====================================*/
.suigai{
  padding: 6rem 0 10rem;
  background: url(../img/suigai_bg.png) no-repeat bottom;
  background-size: cover;
  text-align: center;
}
.suigai h2{
  color: #fff;
  margin: 0 0 4rem;
  font-size: 3.3rem;
}
.suigai h2 strong{
  color: #ffe500;
  display: inline-block;
  border-bottom: 1px solid #ffe500;
}
.suigai h2 strong span{
  font-size: 4.4rem;
}
.suigai ul{
  display: flex;
  justify-content: space-between;
}
.suigai ul li{
  width: 25%;
}
.suigai ul li img{
  width: 100%;
}
.suigai ul+p{
  color: #fff;
  font-size: 1.4rem;
  text-align: right;
  padding: 1rem 1rem 0 0;
}
.suigai .suigai_story{
  position: relative;
  padding: 1rem 3rem;
  margin-top: 4rem;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: left;
}
.suigai .suigai_story:before,
.suigai .suigai_story:after{
  width: calc(100% - 20px);
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
}
.suigai .suigai_story:before{
  border-bottom: solid 20px #fff;
  border-left: solid 20px transparent;
  bottom: 100%;
}
.suigai .suigai_story:after{
  border-top: solid 20px #fff;
  border-right: solid 20px transparent;
  top: 100%;
}
.suigai .suigai_story p{
  padding-left: 2rem;
}
.suigai .suigai_txt{
  margin-top: 5rem;
  color: #fff;
  font-size: 2.8rem;
}

/*====================================
  07.thought
====================================*/
.thought{
  text-align: center;
  padding: 6rem 0 40rem;
  background: url(../img/thought_img.jpg) no-repeat center bottom;
  background-size: cover;
}
.thought h2{
  margin: 0;
  font-size: 4rem;
  letter-spacing: -.2rem;
}
.thought h2 strong{
  font-size: 5rem;
}
.thought h2 strong span{
  color: #de0018;
}

/*====================================
  08.consultation
====================================*/
.consultation .tit{
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 3rem 0 3.5rem;
  background: #F9DFA6;
}
.consultation .tit p{
  font-size: 3rem;
  margin-bottom: 0;
}
.consultation .tit h2{
  margin: 0;
  font-size: 4rem;
  line-height: 1;
}
.consultation .tit h2 strong{
  font-size: 5rem;
}
.consultation .tit:before {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #F9DFA6 transparent transparent transparent;
}
.consultation_box{
  padding: 6rem 0;
  background: url(../img/consultation_bg.jpg) center;
  background-size: cover;
}
.consultation_box ul{
  position: relative;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 4rem 0;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.3);
}
.consultation_box ul::before{
  position: absolute;
  top: -4rem;
  left: -4rem;
  right: 0;
  content: "例えば";
  display: block;
  height: 11rem;
  width: 11rem;
  border-radius: 11rem;
  line-height: 11rem;
  font-size: 2.5rem;
  text-align: center;
  font-family: 'Shippori Mincho B1', serif;
  background: #F9DFA6;
}
.consultation_box li{
  text-align: center;
  max-width: 224px;
  margin: 0 2.5%;
}
.consultation_box li p{
  margin-top: 2rem;
}
.consultation_box ul+p{
  text-align: center;
  font-size: 2rem;
  margin-top: 4rem;
}


/*====================================
  09.beforeafter
====================================*/
.beforeafter{
  padding: 6rem 0 10rem;
  text-align: center;
}
.beforeafter .tit{
  text-align: center;
  font-size: 4.5rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}
.beforeafter .tit p{
  font-size: 6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beforeafter .tit p::before,
.beforeafter .tit p::after {
  content: '';
  flex-grow: 0.08;
  height: 2px;
  background: #000;
}
.beforeafter .tit p::before {
  margin-right: 2rem;
}
.beforeafter .tit p::after {
  margin-left: 20px;
}
.beforeafter .slider{
  margin: auto;
  max-width: 960px;
}
.beforeafter .slider p{
  margin-top: 2rem;
}
.beforeafter .slider .sp_img{
  display: none;
}
.beforeafter .slider .slide-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 100;
}
.beforeafter .slider .prev-arrow{
  left: -5rem;
}
.beforeafter .slider .next-arrow{
  right: -5rem;
}
.beforeafter .slider .slick-dots{
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.beforeafter .slider .slick-dots li button{
  font-size: 0;
  border: 0;
  margin: 0 .5rem;
  background: #000;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.beforeafter .slider .slick-dots li.slick-active button{
  background: #F9DFA6;
}

/*====================================
  10.message
====================================*/
.message{
  position: relative;
  background: url(../img/message_bg1.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 9rem;
}
.message .tit img{
  position: relative;
  top: -5rem;
}
.message p{
  position: absolute;
  bottom: -5rem;
  right: 0;
  font-size: 3.7rem;
  height: 15rem;
  line-height: 15rem;
  padding: 0 6rem;
  background: rgba(249,223,166,0.9);
}
.message2{
  padding: 18rem 0;
  background: url(../img/message_bg2_v2.jpg) no-repeat center top;
  background-size: cover;
}
/*====================================
  11.features
====================================*/
.features{
  text-align: center;
  padding: 6rem 0 8rem;
  background: #fff5e0;
}
.features .tit img{
  margin: auto;
}
.features ul{
  background: #fff;
  margin-top: 5rem;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.3);
}
.features li{
  display: flex;
  align-items: center;
}
.features li h3{
  margin: 0 0 2rem;
  font-size: 3rem;
  line-height: 1.4;
}
.features li h3 strong{
  font-size: 3.6rem;
}
.features li .thumb{
  width: 50%;
}
.features li .txt{
  padding: 4rem;
  width: 50%;
  position: relative;
}
.features li .txt .catch{
  position: absolute;
  top: -4rem;
  right: -2.2rem;
}
.features li .txt .catch img{
  filter: drop-shadow(3px 3px 4px #fff);
}
.features li .txt .badge{
  position: absolute;
  top: -4rem;
  left: 2rem;
}
.features li .txt p{
  text-align: left;
  padding: 0 3.5rem;
}
.features .block2 li .thumb{
  order: 2;
}
.features .block2 li .txt{
  order: 1;
}

/*====================================
  12.leather_sapuri
====================================*/
.leather_sapuri{
  text-align: center;
  padding: 1rem 0 7rem;
  background: url(../img/ls_bg2.jpg) center;
  background-size: cover;
}
.leather_sapuri h2{
  font-size: 4.5rem;
  margin: 0 0 2rem;
}
.leather_sapuri h2 span{
  display: inline-block;
  font-size: 2rem;
  padding: 0 1rem 2.5rem;
  background: url(../img/fuki.png) no-repeat center bottom;
  background-size: 100%;
}
.leather_sapuri .youtube{
  margin: 3rem 0;
}
.leather_sapuri .sapuri_item{
  text-align: left;
  max-width: 600px;
  padding: 3rem;
  display: flex;
  align-items: center;
  border: 1px solid #333;
  background: #fff;
}
.leather_sapuri .sapuri_item .item{
  width: 30%;
  text-align: center;
}
.leather_sapuri .sapuri_item .txt {
  width: 60%;
  padding-left: 2em;
}
.leather_sapuri .sapuri_item .txt h3{
  margin: 0;
}
.leather_sapuri .sapuri_item .txt .price {
  margin-bottom: 1rem;
}
.leather_sapuri .sapuri_item .txt .price span{
  font-size: 2.5rem;
}
.leather_sapuri .sapuri_item .txt .price span.shipping{
  color: #fc253b;
  font-size: inherit;
  display: inline-block;
  margin-left: .5rem;
}
.leather_sapuri .sapuri_item .txt .price+p{
  font-size: 1.4rem;
}
.leather_sapuri .sapuri_item .sapuri_link{
  height: 5rem;
  margin-top: 2rem;
}
.leather_sapuri .sapuri_item .sapuri_link a{
  text-align: center;
  display: inline-block;
  border-radius: 15rem;
  border: 1px solid #000;
  width: 20rem;
  height: 5rem;
  line-height: 5rem;
}



/*====================================
  13.service
====================================*/
.service{
  padding: 8rem 0;
}
.service_inner{
  position: relative;
  text-align: center;
  border: solid 4px #F9DFA6;
}
.service_inner::before {
  height: 0;
  display: block;
  position: absolute;
  left: -5px;
  content: "";
  border-top: solid 50px #fff;
  border-right: solid 50px transparent;
  top: -5px;
  z-index: 2;
}
.service_inner::after {
  height: 0;
  display: block;
  position: absolute;
  left: -2px;
  content: "";
  border-top: solid 50px #F9DFA6;
  border-right: solid 50px transparent;
  top: -2px;
}
.service_inner .inner::before{
  height: 0;
  display: block;
  position: absolute;
  right: -5px;
  content: "";
  border-bottom: solid 50px #fff;
  border-left: solid 50px transparent;
  bottom: -5px;
  z-index: 2;
}
.service_inner .inner::after {
  height: 0;
  display: block;
  position: absolute;
  right: -2px;
  content: "";
  border-bottom: solid 50px #F9DFA6;
  border-left: solid 50px transparent;
  bottom: -2px;
}

.service_inner h2{
  font-size: 4.5rem;
  margin: 0;
  padding: 4rem 0 1rem;
}
.service_inner .kome{
  display: inline-block;
  line-height: 1;
  border-radius: 40px;
  background: #F9DFA6;
  padding: .8rem 2rem;
  margin-bottom: 2rem;
}
.service_inner h2+p+p{
  padding-bottom: 5rem;
}
.service_inner img{
  position: absolute;
  top: -5rem;
  right: 1rem;
}

/*====================================
  14.request
====================================*/
.request{
  background: url(../img/request_bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.request_inner{
  padding: 8rem 0;
  display: flex;
  justify-content: space-between;
}
.request_inner .box{
  width: 48%;
  padding: 4rem 4rem;
  text-align: center;
  background: #fff;
  border: 4px solid #F9DFA6;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.3);
}
.request_inner .box .item{
    height: 220px;
    background: #efefef;
}
.request_inner .box .item img{
    height: 100%;
    object-fit: cover;
}
.request_inner .box p{
  margin: 1.5rem 0;
}
.request_inner .box .btn_item::after{
  display: none;
}


/*====================================
  15.footer
====================================*/
footer{
  padding: 5rem 0;
  font-size: 1.5rem;
  text-align: center;
}
footer ul{
  display: flex;
  justify-content: center;
}
footer li{
  margin: 0 1rem;
}
footer .logo{
  display: block;
  margin: 2rem auto;
}
footer .copy{
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer_menu{
    display: none!important;
  }
}

/*====================================
  16.donation
====================================*/
.donation{
    padding: 8rem 0 3rem;
}
.donation::after{
    margin: auto;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 100px 0 100px;
    border-color: #a1cdc1 transparent transparent transparent;
}
.donation_inner{
  position: relative;
  text-align: center;
  border: solid 4px #a1cdc1;
}
.donation_inner::before {
  height: 0;
  display: block;
  position: absolute;
  left: -5px;
  content: "";
  border-top: solid 50px #fff;
  border-right: solid 50px transparent;
  top: -5px;
  z-index: 2;
}
.donation_inner::after {
  height: 0;
  display: block;
  position: absolute;
  left: -2px;
  content: "";
  border-top: solid 50px #a1cdc1;
  border-right: solid 50px transparent;
  top: -2px;
}
.donation_inner .inner::before{
  height: 0;
  display: block;
  position: absolute;
  right: -5px;
  content: "";
  border-bottom: solid 50px #fff;
  border-left: solid 50px transparent;
  bottom: -5px;
  z-index: 2;
}
.donation_inner .inner::after {
  height: 0;
  display: block;
  position: absolute;
  right: -2px;
  content: "";
  border-bottom: solid 50px #a1cdc1;
  border-left: solid 50px transparent;
  bottom: -2px;
}
.donation_inner .min{
  color: #158164;
  font-size: 3.5rem;
  padding: 1.5% 0 0;
}
.donation_info{
  text-align: left;
  margin: 0 6% 4%;
  padding: 1% 2.5%;
  background: #d9eee8;
}
.donation_info dl{
  padding: 2.2% 5% 2% 2%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 8%);
}
.donation_info dt{
  color: #158164;
  font-weight: 600;
  min-width: 180px;
  text-align: center;
}
.donation_info dd{
  margin: 0;
  padding: 0;
  flex: 1;
}
.donation_box{
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 0 6% 5%;
}
.donation_text{
  width: 60%;
}
.donation_img{
  width: 37%;
}
.donation_btn{
  max-width: 350px;
  margin: 2rem auto 0;
  text-align: center;
}
.donation_btn a{
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  background: #158164;
  padding: 20px 0;
  display: block;
  border-radius: 50px;
  box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 30%);
}
.donation_btn+p{
  text-align: center;
  font-size: .8em;
  text-align: center;
  margin-top: 1rem;
}

/*====================================
  17.report
====================================*/
.report{
    padding: 1rem 0 3rem
}
.report_inner{
    position: relative;
    text-align: center;
    background: #e6f2ee;
    padding: 8% 6%;
}
.report_inner:before{
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-top: solid 50px #fff;
    border-right: solid 50px transparent;
    z-index: 2;
    background: #e6f2ee;
}
.report_inner .inner{
    max-width: 720px;
    margin: auto;
}
.report_inner .inner::before {
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    border-bottom: solid 50px #fff;
    border-left: solid 50px transparent;
    z-index: 2;
    background: #e6f2ee;
}
.report_inner h2{
    color: #158164;
    margin: 0 0 .5em;
    font-size: 3.5rem;
}
.report_message{
    margin: 1em 0 2em;
    line-height: 2.2;
    letter-spacing: 1px;
}
.report_message span{
    padding-bottom: 3px;
    border-bottom: 1px solid #7faea1;
}
.report_box{
    padding: 2.5rem 5rem 3rem;
    background: #fff;
    margin-bottom: 2em;
}
.report_box table{
    width: 100%;
    border-collapse: collapse;
}
.report_box caption{
    position: relative;
    color: #158164;
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}
.report_box caption .update{
    color: #333;
    position: absolute;
    top: .2em;
    right: 0;
    color: unset;
    font-size: .8em;
    font-weight: normal;
}
.report_box table th,
.report_box table td{
    padding: .5em;
    font-size: .9em;
    border-bottom: 1px solid #ddd;
}
.report_box table th{
    width: 30%;
}
.report_box table td{
    text-align: left;
}
.report_btn{
    margin: 2em auto 0;
}
.report_btn a{
    position: relative;
    color: #158164;
    text-decoration: underline;
    height: auto;
    padding: 1em;
    font-size: 1em;
    border-color: #158164;
}
.report_btn a::before{
    position: absolute;
    left: 2em;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #158164;
}
.report_detail{
    margin: 2em 0 0;
}
.report_detail table{
    width: 100%;
    font-size: .9em;
    margin-top: 2em;
    border-collapse: collapse;
    border: 1px solid #666;
}
.report_detail table th,
.report_detail table td{
    padding: .3em 1em;
    background: #fff;
}
.report_detail table thead th{
    font-size: 1em;
    padding: .6em 1em;
    background: #ededed;
}
.report_detail table th{
    border: 1px solid #666;
}
.report_detail table tr td:nth-of-type(2){
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}
.report_detail table tr td:nth-of-type(3){
    text-align: left;
}

@media screen and (max-width: 1000px) {
  body, textarea, input, select, label{
    font-size: 1.7rem;
  }
  .pc{
    display: none !important;
  }
  .tb{
    display: block !important;
  }
  /*====================================
    03.header
  ====================================*/
  header{
    height: 780px;
  }
  header h1{
    padding: 7% 0 0;
    margin: auto;
    max-width: 620px;
  }
  header p.kome{
    font-size: 1.8vw;
  }
  header p.fv_messages{
    font-size: 2vw;
  }

  /*====================================
    04.actions
  ====================================*/
  .actions{
    padding: 4rem 2.5rem;
  }
  .actions h2{
    font-size: 3.5vw;
  }
  .actions h2 span{
    font-size: 4.5vw;
  }
  .actions li{
    width: 48.5%;
  }
  /*====================================
    05.ng
  ====================================*/
  .ng h3{
    font-size: 3.2vw;
  }
  .ng h3 strong {
    font-size: 5vw;
  }
  .ng h3 strong span{
    font-size: 6vw;
  }
  .ng {
    text-align: center;
    padding: 6rem 2.5rem;
  }
  .ng ul::after{
    width: 100px;
    height: 107px;
    top: -107px;
    background-size: cover!important;
  }
  .ng li .tit{
    font-size: 3vw;
  }
  .ng ul .tit::before{
    font-size: 2.5vw;
  }
  .ng .comment{
    font-size: 3.5vw;
  }

  /*====================================
   06.suigai
  ====================================*/
  .suigai h2{
    font-size: 3.4vw;
  }
  .suigai h2 strong span{
    font-size: 4vw;
  }
  .suigai .suigai_story{
    margin: 4rem 2.5rem 0;
  }
  /*====================================
    08.consultation
  ====================================*/
  .consultation_box{
    padding: 6rem 2.5rem;
  }
  .consultation_box ul::before{
    left: -1rem;
  }
  /*====================================
    09.beforeafter
  ====================================*/
  .beforeafter{
    padding: 6rem 2.5rem 8rem;
  }
  .beforeafter .tit{
    font-size: 5vw;
  }
  .beforeafter .tit p{
    font-size: 6vw;
  }
  .beforeafter .slider{
    width: 90%;
  }
  .beforeafter .slider .slide-arrow{
    width: 20px;
  }
  .beforeafter .slider .prev-arrow {
    left: -3rem;
  }
  .beforeafter .slider .next-arrow {
    right: -3rem;
  }
  /*====================================
    10.message
  ====================================*/
  .message .tit img{
    width: 18vw;
    left: 2rem;
  }
  /*====================================
    11.features
  ====================================*/
  .features{
    overflow: hidden;
    padding: 6rem 4rem 8rem;
  }
  @media screen and (min-width:768px) and ( max-width:1000px) {
    .btn a{
      font-size: 2.2rem;
    }
    .features li{
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .features li .thumb{
      width: 45%;
    }
    .features li .thumb img{
      width: 100%;
      height: 40vw;
      object-fit: cover;
    }
    .features li .txt{
      padding: 0 3%;
      width: 55%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
    .features li .txt p{
      min-height: 120px;
    }
    .features li .txt .badge{
      width: 90px;
      left: 0;
      right: 0;
      top: -45%;
      margin: auto;
    }
  }
  /*====================================
    12.service
  ====================================*/
  .service{
    padding: 8rem 2.5rem;
  }
  .service_inner img{
    width: 15vw;
  }
  /*====================================
    13.request
  ====================================*/
  .request_inner{
    padding: 8rem 2.5rem;
  }
  .request_inner .box{
    padding: 3rem;
  }

  /*====================================
    16.donation
  ====================================*/
  .donation{
    padding: 8rem 2.5rem 3rem;
  }
  /*====================================
    17.report
  ====================================*/
  .report{
    padding: 0 2.5rem 3rem;
  }

}



/* SP */
@media screen and (max-width: 767px) {
  /*
   01.Font
   02.Base
   03.header
   04.actions
   05.ng
  */

   /*====================================
    01.Font
  ====================================*/
  body, textarea, input, select, label{
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
  }

  /*====================================
    02.Base
  ====================================*/
  body{
    padding-bottom: 30vw;
  }
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;
  }

  .btn a{
    font-size: 1.8rem;
    height: 70px;
    line-height: 1.4;
    padding-top: 11px;
    margin-bottom: .4rem;
  }
  .btn a span{
    font-weight: 500;
  }
  .btn_item a::after{
    top: -1.2rem;
    width: 25px;
    height: 72px;
  }
  .btn a span{
    font-size: 1.3rem;
  }

  /*====================================
    03.header
  ====================================*/
  header{
    height: auto;
    padding: 22% 25px;
  }
  header .title{
    padding-top: 0;
    max-width: 100px;
    margin: auto;
  }
  header h1{
    max-width: inherit;
    margin: auto;
    padding: 10% 0 0;
  }
  header p.kome{
    font-size: 2.8vw;
  }
  header p.fv_messages{
    text-align: left;
    font-size: 3.6vw;
    line-height: 1.7;
    letter-spacing: normal;
    max-width: inherit;
    padding: 0 4.5%;
    font-weight: 500;
    margin: auto;
  }
  header p br{
    display: none;
  }
  /*====================================
    04.actions
  ====================================*/
  .actions{
    padding: 3rem 2.5rem 4rem;
  }
  .actions h2{
    font-size: 5.8vw;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  .actions h2 span{
    font-size: 6.8vw;
  }
  .actions ul{
    display: block;
  }
  .actions ul li{
    width: 100%;
    font-weight: 600;
    font-size: 1.3rem;
  }
  .actions li+li{
    margin-top: 2rem;
  }
  .actions li .btn{
    margin-top: .5rem;
  }
  .actions li .btn + a{
    padding: 1rem 0;
    margin-top: 1rem;
  }

  /*====================================
    05.ng
  ====================================*/
  .ng {
    padding: 4rem 2rem;
  }
  .ng h3 {
    font-size: 3.5vw;
    margin: 0 0 2rem;
  }
  .ng h3 strong {
    font-size: 5.5vw;
  }
  .ng h3::after{
    width: 20px;
    height: 32px;
    background-size: cover;
  }
  .ng ul::after {
    width: 60px;
    height: 64px;
    top: -64px;
    right: -1rem;
    z-index: -1;
  }
  .ng ul li{
    position: relative;
    padding: 2rem 1rem 1.8rem;
    font-size: 1.3rem;
  }
  .ng .ok_box li {
    border: 2px solid #F9DFA6;
  }
  .ng li .tit {
    font-size: 1.8rem;
    margin-bottom: .5rem;
  }
  .ng ul .tit::before{
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    width: 3rem;
    height: 2rem;
    line-height: 1.8rem;
    margin: auto;
    font-size: 1.4rem;
  }
  .ng ul .tit+p{
    text-align: left;
  }
  .ng ul li br{
    display: none;
  }
  .ng .comment {
    font-size: 4vw;
    margin: 3rem 0 7rem;
  }
  .ng .comment::after{
    bottom: -50px;
    border-width: 30px 80px 0 80px;
  }
  /*====================================
   06.suigai
  ====================================*/
  .suigai{
    padding: 4rem 0 7rem;
  }
  .suigai h2{
    font-size: 4.2vw;
    line-height: 1.7;
    letter-spacing: -1px;
  }
  .suigai h2 strong span{
    font-size: 4.6vw;
  }
  .suigai ul{
    flex-wrap: wrap;
  }
  .suigai ul li{
    width: 50%;
  }
  .suigai ul + p{
    font-size: 1.2rem;
  }
  .suigai .suigai_story{
    display: block;
    margin: 4rem 1.5rem 0;
    padding: 1rem 2rem;
  }
  .suigai .suigai_story img{
    width: 100%;
  }
  .suigai .suigai_story p{
    padding: 1.5rem 0 0;
  }
  .suigai .suigai_txt{
    font-size:  4.5vw;
    font-weight: bold;
  }

  /*====================================
    07.thought
  ====================================*/
  .thought{
    padding: 10% 0 65%;
  }
  .consultation .tit{
    padding: 2.2rem 0 3rem;
  }
  .thought h2{
    font-size: 6vw;
    font-weight: bold;
  }
  .thought h2 strong {
    font-size: 7vw;
  }

  /*====================================
    08.consultation
  ====================================*/
  .consultation .tit p {
    font-size: 4.5vw;
    margin-bottom: .5rem;
  }
  .consultation .tit h2{
    font-size: 5vw;
  }
  .consultation .tit h2 strong{
    font-size: 6vw;
  }
  .consultation_box{
    padding: 6rem 2.5rem;
  }
  .consultation_box ul{
    display: block;
    padding: 1rem 2rem;
  }
  .consultation_box ul::before{
    left: -2rem;
    font-size: 2rem;
    height: 8rem;
    width: 8rem;
    line-height: 8rem;
  }
  .consultation_box li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: 1rem 0;
  }
  .consultation_box li img{
    width: 36%;
  }
  .consultation_box li p{
    width: 55%;
    margin-top: 0;
    font-size: 3.5vw;
  }
  .consultation_box li p br{
    display: none;
  }
  .consultation_box ul + p{
    font-size: 3.9vw;
    line-height: 1.6;
    text-align: left;
  }
  .consultation_box ul + p br{
    display: none;
  }

  /*====================================
    09.beforeafter
  ====================================*/
  .beforeafter{
    padding: 4rem 0;
  }
  .beforeafter .tit{
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .beforeafter .slider .slide-arrow {
    display: none !important;
  }
  .beforeafter .tit p{
    font-size: 8vw;
  }
  .beforeafter .slider .sp_img {
    display: block;
  }
  .beforeafter .slider .pc_img {
    display: none;
  }

  /*====================================
    10.message
  ====================================*/
  .message .tit img{
    width: 22%;
    top: -2rem;
    left: 2rem;
  }
  .message p{
    font-size: 5vw;
    font-weight: bold;
    height: 7rem;
    line-height: 7rem;
    padding: 0 3rem;
  }
  .message2{
    background: url(../img/message_bg2_sp_v2.jpg);
    background-position: 60% bottom;
    background-size: cover;
  }
  /*====================================
   11.features
  ====================================*/
  .features{
    padding: 5rem 2.5rem 8rem;
  }
  .features ul{
    margin-top: 3rem;
  }
  .features li{
    display: block;
  }
  .features li .thumb{
    width: 100%;
  }
  .features li .thumb img{
    width: 100%;
    height: 40vw;
    object-fit: cover;
  }
  .features li .txt{
    width: 100%;
    padding: 3rem 3rem 3rem;
  }
  .features li .txt .badge{
    width: 60px;
    top: -3rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .features li .txt .catch{
    width: 6vw;
    right: -1rem;
    top: .8rem;
  }
  .features li h3{
    font-size: 5vw;
    margin: 0 0 1rem;
  }
  .features li h3 strong{
    font-size: 7vw;
  }
  .features li .txt p{
    padding: 0;
  }

  /*====================================
      12.leather_sapuri
  ====================================*/
    .leather_sapuri{
      background: url(../img/ls_bg_sp2.jpg) no-repeat center;
      background-size: cover;
      padding: 2rem 2.5rem 7rem;
    }
    .leather_sapuri h2{
      font-size: 6.5vw;
    }
    .leather_sapuri h2 span{
      font-size: 3.8vw;
    }
    .leather_sapuri p{
      text-align: left;
    }
    .leather_sapuri p br{
      display: none;
    }
    .youtube {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
    }
    .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
    }
    .leather_sapuri .sapuri_item{
      display: block;
      padding: 2em;
    }
    .leather_sapuri .sapuri_item .item{
      width: 100%;
      background: #efefef;
    }
    .leather_sapuri .sapuri_item .item img{
      width: 160px;
    }
    .leather_sapuri .sapuri_item .txt{
      width: 100%;
      padding: 1.5em 0 0;
    }
    .leather_sapuri .sapuri_item .txt .price span{
      font-size: 5vw;
    }
    .leather_sapuri .sapuri_item .txt .price + p{
      font-size: 1.3rem;
    }
    .leather_sapuri .sapuri_item .sapuri_link{
      margin-top: 5%;
      font-weight: 700;
      font-size: 1.1em;
    }
    .leather_sapuri .sapuri_item .sapuri_link a{
      width: 100%;
    }
  /*====================================
    12.service
  ====================================*/
  .service{
    padding: 6rem 2rem;
  }
  .service_inner h2{
    font-size: 6.5vw;
  }
  .service_inner .kome{
    font-size: 3.5vw;
    padding: .8rem 4%;
  }
  .service_inner h2 + p + p{
    padding: 0 3rem 4rem;
    text-align: left;
  }
  .service_inner h2 + p + p br{
    display: none;
  }
  .request_inner .box .item{
    height: 180px;  
  }
  .request_inner .box:nth-of-type(2) .item img{
    width: 100%;
  }

  /*====================================
    13.request
  ====================================*/
  .request{
    padding: 0 2.5rem;
  }
  .request_inner{
    display: block;
    padding: 3rem 0 6rem;
  }
  .request_inner .box{
    width: 100%;
    padding: 3rem 2.5rem;
  }
  .request_inner .box p{
    margin: 1rem 0;
  }
  .request_inner .box+.box{
    margin-top: 2rem;
  }
  /*====================================
    14.footer
  ====================================*/
  footer{
    font-size: 1.3rem;
    padding: 4rem 0;
  }
  footer ul{
    display: block;
    margin-bottom: 3rem;
  }
  footer li{
    display: block;
    width: 100%;
    text-align: center;
    margin: 1rem 0;
  }
  footer .logo{
    max-width: 150px;
    margin: 0 auto 2rem;
  }

  .footer_menu {
    display: none;
    width: 100%;
    text-align: center;
    background: #F9DFA6;
    position: fixed;
    bottom: 0;
    z-index: 2;
    font-weight: bold;
    font-size: 3.2vw;
    padding: 1rem 0;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.18);
  }
  .footer_menu ul{
    display: flex;
    justify-content: space-between;
    padding: 1rem 3vw 0;
  }
  .footer_menu li{
    width: 49%;
    position: relative;
  }
  .footer_menu li a{
    font-size: 3.6vw;
    height: 14vw;
    line-height: 1.2;
    padding-top: 3.2vw;
  }
  .footer_menu li.btn_item a::after{
    left: 2vw;
    width: 5vw;
    height: 16.5vw;
    background-size: cover;
  }
  .footer_menu li.btn a span{
    font-size: 2.8vw;
    font-weight: 500;
  }

  /*====================================
    16.donation
  ====================================*/
  .donation {
    padding: 5rem 2rem 0;
    margin-bottom: 2rem;
  }
  .donation::after{
    border-width: 40px 60px 0 60px;  
  }
  .donation_box{
    display: block;
    padding: 0;
  }
  .donation_inner{
    padding: 4rem 1.6rem 3rem;
  }
  .donation_inner::before{
    border-top: solid 30px #fff;
    border-right: solid 30px transparent;
  }
  .donation_inner::after{
    border-top: solid 30px #a1cdc1;
    border-right: solid 30px transparent;
  }
  .donation_inner .inner::before{
    border-bottom: solid 30px #fff;
    border-left: solid 30px transparent;
  }
  .donation_inner .inner::after{
    border-bottom: solid 30px #a1cdc1;
    border-left: solid 30px transparent;
  }
  .donation_text{
    width: 100%;
  }
  .donation_inner .min{
    font-size: 5vw;
    line-height: 130%;
    padding:0;
    margin: 0 0 1rem;
  }
  .donation_info{
    padding: 1rem 1.5rem;
    margin: 1.5rem 0 3rem;
    margin-bottom: 2rem;
  }
  .donation_info dl{
    display: block;
    border-radius: 10px;
    padding: 1.2rem 1.5rem 1.4rem;
  }
  .donation_info dt{
    padding: 0 0 .4rem;
    font-size: 1.1em;
    font-weight: bold;
  }
  .donation_info dd{
    text-align: center;
    font-size: 1.3rem;
  }
  .donation_info dd span{
    display: inline-block;
    text-align: left;
  }
  .donation_text img{
    width: 100%;
    margin: 2rem auto;
  }
  .donation_btn{
    margin: auto;
    max-width: inherit;
    width: 100%;
  }
  .donation_btn a{
    font-size: 1.8rem;
    padding: 16px 0;
  }
  .donation_btn+p{
    text-align: center;
    font-size: 1em;
    margin-top: 1rem;
  }

  /*====================================
    17.report
  ====================================*/
  .report {
    padding: 0 2rem;
  }
  .report_inner{
    padding: 10% 5% 4em;
  }
  .report_inner:before{
    border-top: solid 30px #fff;
    border-right: solid 30px transparent;
  }
  .report_inner .inner::before{
    border-bottom: solid 30px #fff;
    border-left: solid 30px transparent;
  }
  .report_inner h2{
    font-size: 5vw;  
  }
  .report_inner h2+img{
    width: 80px;
  }
  .report_message{
    line-height: 1.9;
    letter-spacing: normal;
  }
  .report_box{
    padding: 2rem 2rem 2.5rem;
    margin-bottom: 1.5em;
  }
  .report_box caption{
    font-weight: 600;
  }
  .report_box caption .update{
    position: static;
    display: block;
  }
  .report_box table th{
    width: 40%;
  }
  .report_btn a{
    height: auto;
    text-align: left;
    padding: .8em 1em .8em 2.5em;
    font-size: 1em;
  }
  .report_btn a::before{
    left: 1em;
  }
  .report_detail table{
    margin-top: 1em;
  }
  .report_detail table td{
    border-bottom: 1px solid #666;
  }
}







/* SP */
@media screen and (max-width: 330px) {
  header{
    height: 550px;
  }
}