@charset "UTF-8";

body{
    color: #675551;
}
header{
    position: relative;
    display: flex;
    font-size: 1em;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}
header a{
    position: absolute;
    top: 20px;
    left: 10px;
}
.fv{
    background: url(img/fv-bg2.jpg)no-repeat center center;
    background-size: cover;
    width: 100%;
}

.subtitle01{
    position: relative;
    z-index: 1;
    font-size: 1.4em;
    font-weight: 700;
    display: inline-block;
    letter-spacing: .1em;
  }
.subtitle02{
    position: relative;
    z-index: 1;
    font-size: 1.5em;
    font-weight: 700;
    display: inline-block;
  }
.subtitle02::before{
    content: "";
    width: 100%;
    height: 30%;
    background: #E7FF80;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
section{
    padding: 50px 10px;
    text-align: center;
}
section.reason{
    background: #EDE9E8;
}

section .container{
    display: flex;
    justify-content: center;
}

section.strength{
    background: #EDE9E8;
}

.strength h2 {
    margin: 20px;
    font-weight: bold;
    font-size: 2rem;
    display: block;
    text-align: left;
}



.boxes{
    width: 100%;
    max-width: 800px;
    margin:0 auto;

}

.cat-slider{
    width: 95%;
    max-width:1000px;
    margin: auto;
  }
  .custom-box{
    display:block;
    object-fit:contain;
    text-align:center;
    box-shadow: 2px 2px 3px gray;
    margin: 15px;
  }
  .cat-slider2 .custom-box{
    box-shadow: none;
  }
  .slick-prev, .slick-next{
    position: absolute;
    line-height: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50px;
    background: #ffffffb3;
    z-index: 1;
  }
  .slick-slider{
    user-select: none;
  }
  .slick-next{
    right: -30px;
  }
  .slick-prev{
    left: -30px;
  }
  .slick-next:before{
    content: '\0bb';
    font-size: 2em;
    font-weight: 100;
    padding-left: 16px;
    color: #675551;
  }
  .slick-prev:before{
    content: '\0ab';
    font-size: 2em;
    font-weight: 100;
    padding-left: 16px;
    color: #675551;
  }



html {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  
  html, html a, body {
    -webkit-font-smoothing: antialiased;
  }
  
  html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
  }
  
  body {
    width: 100%;
    font-size: 1rem;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    color: #675551;
    line-height: 1.6;
    background-color: #fff;
    overflow-x: hidden;
    margin: auto;
    font-weight: 700;
    /*max-width: 1280px*/
  }
  
  /* Typography */
  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    color: #675551;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  h3{
    font-size:2rem;
  }

.title01{
    font-size: 2em;
    font-weight: bold;
    text-decoration: underline;
}
.title02{
    font-size: 1.5em;
    font-weight: bold;
}
.title03{
    font-size: 1.5rem;
    font-weight: bold;
    color: #f07372;
    display: flex;
    margin-bottom: -20px;
}

.title03b{
    font-size: 2.5rem;
    font-weight: bold;
    color: #f07372;
    display: flex;
    margin-bottom: -13px;
}

.title04{
    font-size: 1.5em;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 1.5em;
}

#text01{
    font-size: 3.5rem;
    font-weight: 500;
}

#text02{
    font-size: 1.3em;
    font-weight: 700;
}

#text03{
    font-size: 3rem;
}

#text04{
    font-size: 1.8rem;
}

#text05{
}

#text06{
    font-size:1.2em;
    font-weight: 700;
    margin-left:5px;
}

#text07{
    font-size:1.8em;
    font-weight:700;
    color: #f07372;
}

.ruby{
    padding-left: 9%;
    margin-bottom: -20px;
    font-size: .8em;
    letter-spacing: .5em;
}

.box{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 3em;
}

.fv .box img{
    width: 100%;
    max-width: 300px;
}
.box02{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: -200px;
    margin-right:10%;
    align-content: flex-end;
    align-items: center;
}

.box02 img{
    height: auto;
    width: 50%;
}

.box03{
   margin-top:2%;
}

/*ボタン*/

.btn01 {
    display: block;
    width: 100%;
    max-width: 250px;
    margin-inline: auto;
    margin-top: 25px;
    height: 60px;
}
.btn01__link {
    line-height: 30px;
}

.btn01__link:hover {
    text-decoration: none;
    background: linear-gradient(to right, #847852 0%, #615d3a 50%, #393c1d 100%);
}



.btn02 {
    display: block;
    width: 100%;
    max-width: 250px;
    margin-inline: auto;
    text-align: center;
}
.btn02__link {
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.6;
    padding: 1.2em 0.5em;
    color: #fff;
    background: linear-gradient(to top, #b22418 0%, #e83c2e 30%, #ff7063 70%, #ff9c94 100%);
    border-radius: 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    
    /* 立体感をさらに強化 */
    box-shadow: 0 8px 14px rgba(232, 60, 46, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.4);
    position: relative;
    transform: translateY(0);
    border: none;
    cursor: pointer;
  }
  
  /* 下部の境界線を擬似要素として追加 */
  .btn02__link::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 0 0 40px 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* 右矢印を追加 */
  .btn02__link::after {
    content: "➜";
    display: inline-block;
    margin-left: 8px;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    transition: transform 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  
  /* ホバー時の矢印のアニメーション */
  .btn02__link:hover::after {
    transform: translateX(5px);
  }
  
  /* ホバー時のエフェクト強化 */
  .btn02__link:hover {
    box-shadow: 0 6px 12px rgba(232, 60, 46, 0.4), 0 3px 6px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.5);
    transform: translateY(2px);
    background: linear-gradient(to top, #991f14 0%, #d33628 30%, #ff6058 70%, #ffb1a8 100%);
  }
  
  /* ホバー時の下部ボーダーの変更 */
  .btn02__link:hover::before {
    height: 3px;
    bottom: -3px;
  }
  
  /* クリック時のエフェクト強化 */
  .btn02__link:active {
    box-shadow: 0 3px 6px rgba(232, 60, 46, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
    transform: translateY(4px);
    transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* クリック時の下部ボーダー */
  .btn02__link:active::before {
    height: 0;
    bottom: 0;
  }

.btn03 {
    display: inline-block;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 50px;
    width: 100%;
    max-width: 250px;
    height: 50px;
    font-weight: 100;
    transition: 0.3s;
    background-image: linear-gradient(0deg, rgba(49, 56, 19, 1), rgba(141, 124, 82, 1));
    margin: 10px 0px 10px 30px;
  }
  
  .btn03:hover {
    opacity: .7;
  }
  .btn04 {
    width: 100%;
    max-width: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.6;
    padding: 1.6em 0.5em;
    color: #fff;
    background: linear-gradient(to top, #393c1d 0%, #615d3a 30%, #847852 70%, #a0966c 100%);
    border-radius: 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    margin: 0 auto;
    /* 立体感をさらに強化 */
    box-shadow: 0 8px 14px rgba(57, 60, 29, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.4);
    position: relative;
    transform: translateY(0);
    border: none;
    cursor: pointer;
  }
  
  /* 下部の境界線を擬似要素として追加 */
  .btn04::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 0 0 40px 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* ホバー時のエフェクト強化 */
  .btn04:hover {
    box-shadow: 0 6px 12px rgba(57, 60, 29, 0.4), 0 3px 6px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.5);
    transform: translateY(2px);
    background: linear-gradient(to top, #2f3217 0%, #575332 30%, #796e48 70%, #b5a880 100%);
  }
  
  /* ホバー時の下部ボーダーの変更 */
  .btn04link:hover::before {
    height: 3px;
    bottom: -3px;
  }
  
  /* クリック時のエフェクト強化 */
  .btn04link:active {
    box-shadow: 0 3px 6px rgba(57, 60, 29, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
    transform: translateY(4px);
    transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* クリック時の下部ボーダー */
  .btn04link:active::before {
    height: 0;
    bottom: 0;
  }
  .btn06 {
    display: block;
    width: 100%;
    max-width: 250px;
    margin-inline: auto;
    text-align: center;
    margin: 40px auto;
}
.btn06__link {
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.6;
    padding: 1.2em 0.5em;
    color: #fff;
    background: linear-gradient(to top, #b22418 0%, #e83c2e 30%, #ff7063 70%, #ff9c94 100%);
    border-radius: 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    
    /* 立体感をさらに強化 */
    box-shadow: 0 8px 14px rgba(232, 60, 46, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.4);
    position: relative;
    transform: translateY(0);
    border: none;
    cursor: pointer;
  }
  
  /* 下部の境界線を擬似要素として追加 */
  .btn06__link::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 0 0 40px 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* 右矢印を追加 */
  .btn06__link::after {
    content: "➜";
    display: inline-block;
    margin-left: 8px;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    transition: transform 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  
  /* ホバー時の矢印のアニメーション */
  .btn06__link:hover::after {
    transform: translateX(5px);
  }
  
  /* ホバー時のエフェクト強化 */
  .btn06__link:hover {
    box-shadow: 0 6px 12px rgba(232, 60, 46, 0.4), 0 3px 6px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.5);
    transform: translateY(2px);
    background: linear-gradient(to top, #991f14 0%, #d33628 30%, #ff6058 70%, #ffb1a8 100%);
  }
  
  /* ホバー時の下部ボーダーの変更 */
  .btn06__link:hover::before {
    height: 3px;
    bottom: -3px;
  }
  
  /* クリック時のエフェクト強化 */
  .btn06__link:active {
    box-shadow: 0 3px 6px rgba(232, 60, 46, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
    transform: translateY(4px);
    transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* クリック時の下部ボーダー */
  .btn06__link:active::before {
    height: 0;
    bottom: 0;
  }
.wrapper {
  max-width: 600px;
  margin: 10px auto;
  display: flex;
}

.reason{
    width: 100%;
    position: relative;
    padding-bottom: 0%;

}
.reason1{
    max-width: 840px;
    height: 60px;
    margin:0 auto;
}

.reason1 img{
    margin-top: -10%;
    display: inline;
    max-width: 60%;
}

.reason1 h2{
    font-size:2rem;
    margin-top:-10%;
}

.reason2{
    margin-top:60px;
    max-width: 840px;
    margin:0 auto;
    position: relative;
}
.reason2_img01 {
    position: absolute;
    width: 350px;
    right: -250px;
    top: -80px;
}
.reason2_img02{
    position: absolute;
    width: 300px;
    left: -200px;
    top: 70px;
}
.reason2_img03{
    position: absolute;
    width: 250px;
    right: -180px;
    top: 400px;
}
.worries-box{
    display: flex;
    justify-content: space-evenly;
    align-items: end;
}
.worries1, .worries2, .worries3{
    position: relative;
    font-weight: 700;
}

.worries1 img{
    margin-top: 3%;
    width: 100%;
    max-width: 350px;
}

.worries1 p{
    left:9%;
    top:30%;
    position: absolute;
}

.worries2{

}

.worries2 img{
    margin-top: 3%;
    width: 100%;
    max-width: 230px;
}

.worries2 p{
    max-width:300px;
    left:10%;
    top:35%;
    position: absolute;
}

.worries3{
    display: flex;
    justify-content: center;
}

.worries3 img{
    margin-top: 3%;
    width: 100%;
    max-width: 230px;
}

.worries3 p{
    max-width:300px;
    top:50%;
    position: absolute;
}

.arrow2, .arrow1{
    width: 100px;
    margin: 2% auto 4%;
}

.arrowbg img{
    margin: auto;
    margin-top: -100px;
    width: 18%;
}
.arrow4{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.arrow4 img{
    position: absolute;
    width: 80px;
    top: -25px;
}
/*
.reason2 h4{
    line-height: 2.5rem;
    font-size: 1.8rem;
}
*/
#result{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#result img{
    position: relative;
    margin-bottom:10px;
    width: 100%;
    max-width: 700px;
}

#result p{
    font-weight: bold !important;
    line-height: 1.8rem;
    position: relative;
    right: 10px;
}

.reason-text1{
    width: 100%;
    flex: 1;
}

.reason-txt-1{
    color: #e28080;
    font-size: 1.3em;
}

.reason-text2{
    width: 100%;
    flex: 1;
}

.reason-txt-2{
    color: #dd80a7;
    font-size: 1.3em;
}

.reason-text3{
    width: 100%;
    flex: 1;
}
.reason-txt-3{
    color: #dda357;
    font-size: 1.3em;
}

.result-box .reason-result1{
    color:#fff;
    font-weight: bold;
    font-size: 1.3rem;
    width: 100%;
    flex: 1;
}

.result-box .reason-result2{
    color:#fff;
    font-weight: bold;
    font-size: 1.3rem;
    width: 100%;
    flex: 1;
}

.result-box .reason-result3{
    color:#fff;
    font-weight: bold;
    font-size: 1.3rem;
    width: 100%;
    flex: 1;
}


.reason-box01, .reason-box02, .reason-box03{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-top:-7%;
    top: -30px;
}

section.support{
    padding: 50px 0 0;
}

.container{
    background: #EDE9E8;
    padding: 30px;

}

.container2{
    background: #fff;
    padding: 30px;
    max-width: 840px;

}


.support-base{
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}

.support .boxes{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.box_1 .title{

}

.box_1{
    width: 600px;
}

.box_2{
    width: 280px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.support h2, .wecan h2{
    margin:20px;
    font-weight: bold;
    font-size: 2rem;
    display: block;
    text-align: left;
}

.number{
    font-size:4rem;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.col1 {
    color: #e28080;
}

.col2 {
    color: #dd80a7;
}

.col3 {
    color: #dda357;
}

.strength-txt1, .strength-txt2, .strength-txt3{
    font-size: 1.3rem;
    text-align: left;
    line-height: 2em;
    font-weight: bold;
    padding:10px 20px;
    color: #675551;
}

.strength-txt1{
    text-decoration:underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #e28080;
    text-decoration-skip-ink: none;
    -webkit-text-decoration: underline 5px #e28080;
    }

.strength-txt2{
    text-decoration:underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #dd80a7;
    text-decoration-skip-ink: none;
    -webkit-text-decoration: underline 5px #dd80a7;
    }

.strength-txt3{
    text-decoration:underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #dda357;
    text-decoration-skip-ink: none;
    -webkit-text-decoration: underline 5px #dda357;
    }

.strength-txt3 span{
    font-size: 1.5em;
    }

.cbox{
    display: flex;
    width: 100%;
    background: #FCEBDB;
    height: 110px;
    margin: 20px 0px;
    justify-content: space-evenly;
    align-items: flex-end;
    padding: 20px 20px 0px;
}

.cbox img{
    width: 300px;
}
.cbox_1{
    display: flex;
    width: 100%;
    background: #FCEBDB;
    height: 110px;
    margin: 20px 0px;
    justify-content: space-evenly;
    align-items: flex-end;
    padding: 20px 20px 0px;
}

.cbox_1 img{
    width: 300px;
}

.cbox_1 p{
    text-align: left;
    position: relative;
    bottom: 27px;
}



.cbox .img2{
    position: relative;
    top: 35px;
}
.cbox .img3{
    width: 200px;
}
.cbox p{
    width: 450px;
    font-size: 1em;
    padding-bottom: 15px;
    text-align: left;
    letter-spacing: -0.1em;
}
    

.pre-conainer{
    background: #EDE9E8;
    border-radius: 20px;
    position: relative;
    margin:0 auto 20px auto;
}

.pre-conainer .container{
    margin-bottom: 0;
}

.container, .container2{
    border-radius: 20px;
    position: relative;
    padding:10px 30px;
    text-align: center;
    margin:0 auto 20px auto;
    max-width: 900px;
}

.title{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

.desc{
    text-align: left;
    margin-top:10px;
    font-size: 1em;
    padding-bottom: 15px;
}

.box_2 img{
    width: 100%;
    max-width: 90%;
    margin: 10px 0 0 30px;
}

.box_2 .img02{
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.box_3{
    width: 100%;
    height:auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

section.label{
    background: #80746E;
    color: #fff;
    padding: 5px 0 0px;
    letter-spacing: .1em;
}
section.label span{
    font-size: 1.7em;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

section.always{
    background: url(img/always_bg.png)no-repeat left top;
    background-size: 50%;
    margin: 50px 0 0;
}

.text-line1{
    width: 100%;
    max-width: 800px;
    height: 30px;
    color: #fff;
    background-color:#e28080 ;
}

.text-line2{
    width: 100%;
    max-width: 800px;
    height: 30px;
    background-color:#E4E0DF ;
    margin-bottom:30px;
    font-size: .8em;
    line-height: 30px;
    letter-spacing: .1em;
}

#txt-bold{
    font-size:1.2rem;
    font-weight: bolder;
}


.support-txt-1{
    color: #e28080;
    font-weight: bold;
    font-size: 1.2em;
}

.support-txt-2{
    color: #dd80a7;
    font-weight: bold;
    font-size: 1.2em;
}

.support-txt-3{
    color: #dda357;
    font-weight: bold;
    font-size: 1.2em;
}

.boxes2{
    display: flex;
    align-items: center;
    margin:0 auto;
    max-width: 840px;
}

.box2 img{
    width: 100%;
    margin:0 auto;
}

.box2{
    width: 100%;
    margin-left:2rem;
}

.box2-txt1{
    font-size: 1.7rem;
    text-align: left;
    line-height: 2.5rem;
}

.box2-txt1-2{
    text-decoration:underline 10px #E7FF80;
    text-underline-offset: 0px;
    }

.box2-txt2{
    font-size: 1.2rem;
    margin-top: 2rem;
    text-align: left;
}

.boxes3{
    display: flex;
    align-items: center;
}

.wecan{
    background: #EDE9E8;
}
.wecan-txt-1,.wecan-txt-2{
    color: #fff;
    background-color: #675551;
    max-width: 250px;
    padding: 0 10px;
}

.wecan-txt-2 p{
    font-size: 1rem !important;
}

.wecan-txt-2:before{
    display: inline-block;
    content: "";
    background: url(img/like.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 23px;
    vertical-align: middle;
}

.wecan-box1{
    display: flex;
    flex-wrap: nowrap;
    width: 450px;
    justify-content: space-between;
}

.arrow3 img{
    max-width: 80%;
    height: auto;
}

.box_4{
    width: 200px;
}

.arrow3{
    width: 100%;
    max-width: 50px;
}

.box_5{
    width: 590px;
    background: #EDE9E8;
}

.wecan-txt2{
    display:flex;
    align-items: center;
}

.wecan-txt2 img{
    width: 40%;
    padding: 10px;
}

.wecan-txt2-p{
    text-align: left;
    font-size: 1em;
    padding: 10px 10px 20px;
}

@media screen and (max-width: 100px) {
  .wrapper {
    margin-right: 5%;
    margin-left: 5%;
  }
}
.products_container {
    width: 100%;
    max-width: 900px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, 220px);
    justify-content: center;
}

.products_box{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    width: 220px;
    height: 280px;
    text-align: left;
    padding: 5px 20px;
    text-decoration: none;
    color: #675551;
    font-size: .85em;
    margin-bottom: 30px;
}
.products__thumb--img img{
    width: 220px;
    height: 180px;
    object-fit: contain;
    padding: 10px;
}

.modal-container {
    width: 100%;
}

.modal-container .modal-btn {
    display: block;
    margin: 5px auto 15px;
    width: 220px;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s ease-in;
}

.modal-container .modal-btn img {
    width: 220px;
    border: 1px solid #E2DCD8;
}

.modal-container .modal-content img {
    width: 100%;
}

.modal-btn img:hover {
    opacity: 1;
    transition: 1.0s;
}

.modal-container .modal-content,
.modal-container .modal-backdrop {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.2s ease-in;
}

.modal-container .modal-close {
    color: #fff;
    position: absolute;
    right: 30px;
    padding-top: 3px;
    font-size: 40px;
    width: 25px;
    height: 25px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.modal-container .modal-close:hover {
    color: #333;
}

.modal-container #modal-toggle {
    display: none;
}

.modal-container #modal-toggle.active~.modal-backdrop,
.modal-container #modal-toggle:checked~.modal-backdrop {
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in;
}

.modal-container #modal-toggle.active~.modal-content,
.modal-container #modal-toggle:checked~.modal-content {
    opacity: 1;
    background-color: #fff;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 9998;
    pointer-events: auto;
    cursor: auto;
    visibility: visible;
}

.product-title{
    display: block;
    width: 100%;
    height: 45px;
}
.price-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

section.label02{
    background: #DDA357;
    color: #fff;
    padding: 5px 0;
    letter-spacing: .1em;
    font-size: 1.3em;
}

.product h2{
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 840px;
    font-weight: 700;
    font-size: 1.3em;
    margin: 0;
}

.deal{
    background: #EDE9E8;
    padding-bottom: 27px;
}

.deal h2{
    font-size: 1.3em;
    font-weight: 700;
}

footer{
    background: #80746E;
    text-align: center;
    padding: 50px 20px;
}

footer .title01{
    color: #fff;
    padding: 0;
    font-weight: 100;
    line-height: 1.5em;
    font-size: 1em;
    text-decoration: none;
}

footer .title01 .title02{
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.btn05 {
    display: inline-block;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    text-decoration: none;
    color: #675551;
    border-radius: 50px;
    width: 100%;
    max-width: 200px;
    height: 50px;
    font-weight: 100;
    transition: 0.3s;
    background: #fff;
    font-weight: 700;
    margin: 10px auto;
  }
  
  .btn05:hover {
    opacity: .7;
  }

  .head-border {
    display: flex;
    align-items: center;
    font-size: 1.3em;
    font-weight: 700;
}
 
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.head-border:before {
    margin-right: 1rem;
}
 
.head-border:after {
    margin-left: 1rem;
}
.maker{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
}
.maker ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px 110px;
}
.maker ul li{
    width: 100%;
    max-width: 320px;
    text-align: left;
}
.sp{
    display: none;
}

.pc{
    display: block;
}

@media screen and (max-width:480px) { 
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .products_container {
        width: 100%;
        max-width: 900px;
        list-style: none;
        margin: 0 auto;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, 170px);
    }
    .products_box{
        width: 170px;
        height: 250px;
        text-align: left;
        padding: 5px;
        text-decoration: none;
        color: #675551;
        font-size: .75em;
    }
    .products__thumb--img {
        height: 175px;
    }
    .products__thumb--img img{
        width: 190px;
        height: 170px;
        object-fit: contain;
        padding: 10px;
    }
    .modal-container .modal-btn {
        display: block;
        margin: 15px auto;
        width: 170px;
        cursor: pointer;
        text-align: center;
        transition: background 0.3s ease-in;
    }
    
    .modal-container .modal-btn img {
        width: 170px;
    }
    
    .modal-container #modal-toggle.active~.modal-content,
    .modal-container #modal-toggle:checked~.modal-content {
        max-width: 300px;
        max-height: 300px;
 }

}
nav {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 840px;
    font-weight: 700;
    font-size: 1em;
    margin: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 20px;
  }
  .breadcrumb a{
    color: #675551;
  }

  .breadcrumb li:not(:last-of-type)::after {
    content: "»";
    margin: 0 .6em; /* 記号の左右の余白 */
    color: #777; /* 記号の色 */
  }
  .tab-wrap {
    background: White;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 0 20px;
}

.tab-label {
    color: Gray;
    cursor: pointer;
    flex: 1;
    font-weight: bold;
    order: -1;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
    background: rgba(0, 191, 255,.1);
}

.tab-switch:checked + .tab-label {
    color: DeepSkyBlue;
}

.tab-label::after {
    background: DeepSkyBlue;
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(100%);
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
    width: 100%;
    z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
    transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
    opacity: 1;
    transform: translateX(0);
}

.tab-content {
    height:0;
    opacity:0;
    padding: 0 20px;
    pointer-events:none;
    transform: translateX(-30%);
    transition: transform .3s 80ms, opacity .3s 80ms;
    width: 100%;
}

.tab-switch:checked ~ .tab-content {
    transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    opacity: 1;
    order: 1;
    pointer-events:auto;
    transform: translateX(0);
}

.tab-wrap::after {
    content: '';
    height: 20px;
    order: -1;
    width: 100%;
}

.tab-switch {
    display: none;
}
  @media screen and (max-width: 600px) {
    header{
        padding-left: 10px;
    }
    .fv{
        background: url(img/fv-bg_sp.jpg)no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 700px;
    }

    .fv .boxes{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .fv .boxes .box{
        width: 100%;
        max-width: 840px;
        margin: 20px auto;
        align-items: center;
        line-height: 2.5em;
        text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF,  0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
    }
    .fv .boxes .box .title01{
        font-size: 1.8em;
    }
    .fv .boxes .box .title02{
        font-size: 1.3em;
    }
    .fv .box img{
        max-width: 250px;
    }
    .fv .boxes .box02{
        margin: 0;
        align-content: center;
        display: block;
    }
    .fv .boxes .box02 .title03{
        font-size: 1.1em;
        margin: 0;
        display: inline-block;
    }
    .fv .boxes .box02 .title03b{
        font-size: 1.7em;
        margin: 0;
        display: inline-block;
    }
    .fv .boxes .box02 img{
        width: 80%;
        margin: 0 auto;
    }
    .fv .boxes .box03{
        display: flex;
        justify-content: center;
        flex-wrap: inherit;
    }
    .fv .boxes .title04{
        font-size: 1.3em;
        margin: 0 auto;
    }
    .fv .boxes #text05{

    }
    .fv .boxes #text07{
        font-size: 1.2em;
        padding-top: 0;
    }
    .fv .boxes #text06{
        font-size: 1em;
    }

    .fv .wrapper{
        flex-wrap: wrap;
    }

    .sp .wrapper {
        margin: 0;
      }

    .btn01{
        max-width: 350px;
        margin: 10px auto;
    }
    .btn01__link{
       font-size: 1em;
       height: 76.79px;
    line-height: 40px;
    }

    .btn02{
        max-width: 350px;
        margin: 10px auto;
    }
    .btn02__link{
        font-size: 1.2em;
     }

    .reason1 {
        position: relative;
        top: -30px;
    }
    .reason1 img{
        margin-top: -10%;
        max-width: 95%;
    }
    .sp .worries-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .sp .worries-box .worries{
        display: flex;
        width: 100%;
        max-width: 480px;
        height: 80px;
        position: relative;
        justify-content: center;
        margin: 10px auto;
        background: url(img/linesquare.png) no-repeat center center;
        background-size: 100% 100%;
        align-items: center;
    }
    .sp .worries-box .worries p{
    
    }

    .subtitle01 {
        font-size: 1em;
        margin-bottom: 30px;
    }
    #result p {
        font-size: 1em;
        line-height: 1.3em;
        right: 0;
    }
    .result-box {
        position: relative;
    }
    .reason-box01, .reason-box03{
        position: absolute;
        top: 11px;
        margin-top: 0;
        left: -5px;
    }
    .reason-box02{
        position: absolute;
        top: 30px;
        margin-top: 0;
        left: -5px;
}
    .result-box .reason-txt-1 {
        font-size: 1em;
    }
    .result-box .reason-txt-2 {
        font-size: 1em;
        position: relative;
        left: -5px;
    }
    .result-box .reason-txt-3 {
        font-size: 1em;
    }
    #result img {
        margin-bottom: 10px;
        height: 100px;
    }
    .reason-result1 {
        font-size: 1em;
    }
    .reason-result2 {
        font-size: 1em;
    }
    .reason-result3 {
        font-size: 1em;
    }
    .arrowbg img{
        margin: auto;
        margin-top: -100px;
        width: 150px;
    }
    .support .boxes {
        flex-wrap: wrap;
        justify-content: center;
    }
    .support h2, .wecan{
        padding: 10px;
    }
    .support h2{
        margin: 10px auto 20px;
        font-weight: bold;
        font-size: 1.2rem;
        text-align: center;
    }

    .wecan h2 {
        margin: 20px auto 20px;
        font-weight: bold;
        font-size: 1.2rem;
        text-align: center;
    }
    .number{
        line-height: 1.3em;
    }
    .box_1 {
        width: 100%;
        max-width: 500px;
    }
    .box_1 .title {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    .box_2 img {
        width: 100%;
        max-width: 100%;
        margin: 0 0 0 20px;
    }
    .support .box_1 .desc00{
        padding-bottom: 0;
    }
    .box_2  {
        justify-content: center;
    }
    .text-line1 {
        font-size: 1em;
        height: 60px;
        line-height: 1.4em;
        padding: 9px;
    }
    .text-line2 {
        height: 80px ;
        background-color: #E4E0DF;
        margin-bottom: 30px;
        font-size: 1em;
        line-height: 20px;
        padding-top: 10px;
        text-align: center;
    }
    section.always{
        background-size: cover;
        background-position: center;
        margin-top: 0;
    }
    .always .boxes2{
        flex-wrap: wrap-reverse;
        margin: 0 auto;
    }
    .always .box2{
        margin: 0 20px;
    }
    .box2-txt1 {
        font-size: 1.4em;
        text-align: left;
        line-height: 1.4em;
    }
    .box2-txt2 {
        font-size: 1em;
        margin: 0;
    }
    .wecan .title{
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .wecan .container2{
        padding-bottom: 20px;
    }
    .wecan-box1{
        margin: 10px 0 0;
    }
    .wecan .boxes3{
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .strength-txt1, .strength-txt2, .strength-txt3 {
        font-size: 1.3em;
        padding: 0 0 10px;
        line-height: 1.5em;
    }
    .support .container{
        padding-bottom: 30px;
    }
    .box_4{
        width: 100%;
        max-width: 300px;
        padding: 10px 50px 0;
    }
    section.label {
        padding: 25px 0 20px;
        line-height: 1.6em;
    }
    .arrow3{
        max-width: 150px;
        display: flex;
        justify-content: center;
        padding: 10px;
    }
    
    .box_5{
        width: 100%;
        max-width: 400px;
    }
    .wecan-txt-1, .wecan-txt-2 {
        max-width: 400px;
    }
    .wecan-txt2 {
        flex-wrap: wrap;
    }
    .wecan-txt2 img {
        width: 100%;
        height: auto;
    }
    .wecan-txt2-p {
        font-size: 1em;
    }
    .cbox {
        display: flex;
        width: 100%;
        background: #FCEBDB;
        height: 150px;
        margin: 60px 0px 20px;
        justify-content: space-evenly;
        align-items: flex-end;
        padding: 20px 20px 0px;
        flex-wrap: wrap;
        position: relative
    }
    .cbox_1{
        display: block;
        margin-top: 100px;
    }
    .cbox_1 img{
        position: relative;
        bottom: 130px;
    }
    .cbox_1 p{
        position: relative;
        bottom: 130px;
    }
    .cbox img {
        width: 200px;
        position: absolute;
        top: -50px;
    }
    .cbox .img2 {
        width: 180px;
        position: absolute;
        top: -60px;
    }
    .cbox .img3 {
        width: 150px;
        position: absolute;
        top: -60px;
    }
    .cbox p {
        width: 100%;
        font-size: 1em;
        padding-bottom: 15px;
        text-align: left;
        letter-spacing: -0.1em;
    }
    section.label02 {
        padding: 16px 0 10px;
        line-height: 1.2em;
    }

    .product h2 {
        text-align: center;
    }
    .maker ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        padding: 10px 20px;
    }
    .maker ul li {
        width: 100%;
        max-width: 300px;
        text-align: left;
        margin: 0 auto;
    }
    .btn02_2 {
        display: block;
        width: 100%;
        font-size: 1em;
        max-width: 600px;
        margin-inline: auto;
        text-align: center;
        margin-bottom: 0px;
        position: fixed;
        bottom: 0px;
        background: #fff;
        font-weight: 700;
        z-index: 100;
        padding-top: 10px;
        box-shadow: 0 -4px 15px #DDD;
    }
    .arrow2{
        width: 100px;
        margin: 10px auto;
    }
    
    .arrow1{
        width: 100px;
        margin: 30px auto;
    }
    footer {
        padding: 50px 10px 150px;
    }
    .slick-next{
        right: 0px;
      }
      .slick-prev{
        left: 0px;
      }
#cta{
    display: none;
}
}