@charset "UTF-8";
body {
    color: #675551;
}
a:hover {
    opacity: 0.5;
    transition: 0.2s;
}
header {
    position: relative;
    display: flex;
    font-size: 1em;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
}
header a {
    position: absolute;
    top: 20px;
    left: 10px;
}
.fv {
    background: url(img/fv-bg2_i.png)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;
    margin: 0 auto;
}
.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;
}

.slick-dots {
    text-align: center;
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 8px; /* ドット間の隙間 */
    list-style: none;
  }
  
  /* ドットを丸く表示＆数字非表示 */
  .slick-dots li {
    display: inline-block;
  }
  
  .slick-dots li button {
    font-size: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
  }
  
  /* 丸いドットのスタイル */
  .slick-dots li button:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s ease;
  }
  
  /* アクティブなドット */
  .slick-dots li.slick-active button:before {
    background: #333;
  }

html {
    /*overflow-x: hidden;*/
    scroll-behavior: auto;
    scroll-padding-top: 30px;
}
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;
}
h1 {
    font-size: 16px;
}
h3 {
    font-size: 1.2em;
    color: #cc9933;
    font-weight: 700;
}
.title01 {
    font-size: 2em;
    font-weight: bold;
}
.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: 10px;
    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: #ba2636;
}
.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;
}
.btn01__link {
    display: block;
    font-size: 15px;
    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, #393c1d 0%, #615d3a 50%, #847852 100%);
    border-radius: 40px;
    transition: background 0.5s ease-in-out;
}
.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: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.6;
    padding: 0.8em 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(231, 31, 25, 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%);
    opacity: 1;
  }
  
  /* ホバー時の下部ボーダーの変更 */
  .btn02__link:hover::before {
    height: 3px;
    bottom: -3px;
  }
  
  /* クリック時のエフェクト強化 */
  .btn02__link:active {
    box-shadow: 0 3px 6px rgba(231, 31, 25, 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: 700;
    transition: 0.3s;
    background: linear-gradient(180deg, #99ab4e, #69821b);
    margin: 10px 0px 10px 30px;
}
.btn04:hover {
    opacity: .7;
}
.btn06 {
    display: block;
    width: 100%;
    max-width: 250px;
    margin-inline: auto;
    text-align: center;
    margin: 40px auto;
}
.btn06__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.6;
    padding: 0.8em 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(231, 31, 25, 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%);
    opacity: 1;
  }
  
  /* ホバー時の下部ボーダーの変更 */
  .btn06__link:hover::before {
    height: 3px;
    bottom: -3px;
  }
  
  /* クリック時のエフェクト強化 */
  .btn06__link:active {
    box-shadow: 0 3px 6px rgba(231, 31, 25, 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;
  }
.js-btn-more {
    display: inline-block;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 50px;
    width: 100%;
    max-width: 300px;
    height: 50px;
    font-weight: 100;
    transition: 0.3s;
    background: linear-gradient(0deg, #664032, #8d6449);
    margin: 0px auto 30px;
    cursor: pointer;
}
.js-btn-more:hover {
    opacity: 0.5;
    transition: 0.2s;
}
.wrapper {
    max-width: 600px;
    margin: 10px auto;
    display: flex;
}
body {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
}
* {
    box-sizing: border-box;
}
nav ul {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    max-width: 1210px;
}
nav ul li {
    display: inline-block;
}
nav ul li img {
    width: 30px;
    margin-right: 5px;
}
nav ul li:not(:first-child) {
    margin-left: 25px;
}
nav ul li a {
    display: flex;
    align-items: center;
    outline: none;
    color: #1f2227;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.04em;
}
nav ul li a:hover {
    color: #808080;
    text-decoration: none;
}
@media screen and (max-width: 560px) {
    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: url(img/bg-washi.webp) no-repeat center center;
        background-size: cover;
        opacity: 0;
        pointer-events: none;
        /* デフォルトはクリック不可 */
    }
    .nav-container ul {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        width: 100%;
        display: block;
    }
    .nav-container ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: right;
        border-bottom: 2px solid #e7b263;
    }
    .nav-container ul li:first-child {
        border-top: 2px solid #e7b263;
    }
    .nav-container ul li:not(:first-child) {
        margin-left: 0;
    }
    .nav-container ul li a {
        padding: 10px 25px;
        opacity: 0;
        color: #000;
        font-size: 1.2em;
        font-weight: 600;
        transform: translateY(-20px);
        transition: all 0.2s ease;
    }
    .nav-open {
        position: fixed;
        right: 10px;
        top: 10px;
        display: block;
        width: 48px;
        height: 48px;
        cursor: pointer;
        z-index: 9999;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #1F2227;
    }
    .nav-open i {
        display: block;
        width: 20px;
        height: 2px;
        background: #1f2227;
        border-radius: 2px;
        margin-left: 14px;
    }
    .nav-open i:nth-child(1) {
        margin-top: 16px;
    }
    .nav-open i:nth-child(2) {
        margin-top: 4px;
        opacity: 1;
    }
    .nav-open i:nth-child(3) {
        margin-top: 4px;
    }
}
#nav:checked+.nav-open {
    transform: rotate(45deg);
}
#nav:checked+.nav-open i {
    background: #000;
    transition: transform 0.2s ease;
}
#nav:checked+.nav-open i:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
}
#nav:checked+.nav-open i:nth-child(2) {
    opacity: 0;
}
#nav:checked+.nav-open i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
}
#nav:checked~.nav-container {
    z-index: 9990;
    opacity: 1;
    pointer-events: auto;
}
#nav:checked~.nav-container ul li a {
    opacity: 1;
    transform: translateY(0);
}
.hidden {
    display: none;
}
.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 {
    display: none;
    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: 25px 10px;
}
.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;
    margin-left: 30px;
}
.support h2, .wecan h2 {}
.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 0px;
    color: #675551;
}
.strength-txt1 {
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #ba2636;
    text-decoration-skip-ink: none;
    -webkit-text-decoration: underline 5px #e28080;
}
.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;
    border: 4px solid #ba2636;
    background: url(img/bg-washi.png) no-repeat center center;
    background-size: cover;
}
.title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}
.desc {
    text-align: left;
    margin-top: 10px;
    font-size: 1em;
    padding-bottom: 15px;
    letter-spacing: .15em;
}
.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 {
    margin: 50px 0 0;
}
.text-line1 {
    width: 100%;
    max-width: 800px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #ba2636;
}
.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: 1em;
    font-weight: bolder;
}
.support-txt-1 {
    color: #ba2636;
    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: center;
    line-height: 2.5rem;
}
.box2-txt1-2 {
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #ba2636;
    text-decoration-skip-ink: none;
    -webkit-text-decoration: underline 5px #e28080;
}
.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;
    margin-bottom: -3%;
}
.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%;
    }
}
h2 {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    letter-spacing: .2em;
    font-weight: 700;
    padding: 10px;
    margin: 50px 0 10px;
    position: relative;
    z-index: 0;
}
h2::before {
    content: '';
    background-color: #cc9933;
    background-image:
        linear-gradient(45deg, #ac783e 25%, transparent 25%, transparent 75%, #ac783e 75%), linear-gradient(45deg, #ac783e 25%, transparent 25%, transparent 75%, #ac783e 75%);
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
    z-index: -1;
}
h1 {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    letter-spacing: .2em;
    font-weight: 700;
    padding: 10px;
    margin: 50px 0 10px;
    position: relative;
    z-index: 0;
}
h1::before {
    content: '';
    background-color: #cc9933;
    background-image:
        linear-gradient(45deg, #ac783e 25%, transparent 25%, transparent 75%, #ac783e 75%), linear-gradient(45deg, #ac783e 25%, transparent 25%, transparent 75%, #ac783e 75%);
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
    z-index: -1;
}
div#hd-contents {
    /*margin-top:60px;*/
}
.t-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    position: relative;
    /* 必須 */
    display: flex;
    /* 必要なら調整 */
    align-items: flex-start;
    /* 必要なら調整 */
    overflow: visible;
    /* Stickyが動作するように */
    min-height: 100vh;
    /* 十分な高さを確保 */
    margin-top: 10px;
}
#side {
    width: 100%;
    max-width: 250px;
    padding: 10px;
    overflow-y: auto;
    max-height: 100%;
    position: sticky;
    /* Stickyの設定 */
    top: 60px;
    /* 固定開始位置 */
    align-self: flex-start;
    /* 必要なら調整 */
}
.product {
    padding-top: 10px;
}
.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;
    font-weight: 700;
}
.products__thumb--img img{
    width: 220px;
    height: 180px;
    object-fit: contain;
    padding: 10px;
}

.products__thumb--img {
    border: 1px solid #ccc; /* 任意のボーダー */
    overflow: hidden;       /* はみ出しを防ぐ */
    display: block;
    position: relative;
  }
  
  .products__thumb--img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 0.3s ease; /* 通常はゆっくり戻る用 */
  }
  
  .products__thumb--img:hover img {
    transform: scale(1.2);
    transition: transform 0.3s ease-in; /* ホバー時だけ速くズーム */
    opacity: 1;
  }

.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;
}
.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-content a:hover {
    opacity: inherit;
    transition: none;
}
.products_box:hover {
    opacity: inherit;
    transition: none;
}
.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;
    word-break: break-all;
}
.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;
    width: 100%;
    max-width: 840px;
    font-weight: 700;
    font-size: 1.3em;
    margin: 0;
}
.product h1 {
    display: inline-block;
    width: 100%;
    max-width: 840px;
    font-weight: 700;
    font-size: 1.3em;
    margin: 0;
}
.product p{
    font-weight: 500;
    font-size: .8em;
    margin: 10px auto;
    line-height: 1.2em;
    text-align: left;
    width: 100%;
    max-width: 840px;
}
.deal {
    padding-bottom: 27px;
    overflow: hidden;
}
.deal h2 {
    font-size: 1.3em;
    font-weight: 700;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 10px;
}
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;
}
footer .title01 .title02 {
    font-size: 2em;
    color: #fff;
    font-weight: 700;
}
.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;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    font-weight: 700;
}
.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);
    }
    .t-container {
        display: inherit;
        position: relative;
    }
    .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 {
    height: inherit;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    width: 100%;
    font-weight: 700;
    font-size: 1em;
    margin: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 0px 4px 1px;
}
div.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    width: 100%;
    max-width: 1150px;
    margin: 10px auto 0;
    padding-left: 10px;
}
.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) {
    h3 {
        font-size: .9em;
    }
    header {
        padding-left: 10px;
    }
    .fv {
        background: url(img/fv-bg_sp_t.webp)no-repeat center center;
        background-size: cover;
        width: 100%;
        height: auto;
    }
    .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.6em;
    }
    .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: 1.2em;
    }
    .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 {}
    ul.nav_sp {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav_sp li {
        display: inline-block;
        width: 100%;
        max-width: 170px;
        border: solid #cc9933 1px;
    }
    .nav_sp li a {
        color: #000;
        font-size: .9em;
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        position: relative;
    }
    .nav_sp li a img {
        width: 22px;
        display: inline-block;
        position: absolute;
        left: -20px;
    }
    .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;
    }
    .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-size: 1.3em;
        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;
        margin-left: 0;
    }
    .text-line1 {
        font-size: 1em;
        height: 40px;
        line-height: 25px;
        padding: 9px;
    }
    .text-line2 {
        height: 60px;
        background-color: #E4E0DF;
        margin-bottom: 30px;
        font-size: .9em;
        line-height: 20px;
        padding-top: 10px;
        text-align: center;
    }
    section.always {
        background-size: cover;
        background-position: center;
        margin-top: 0;
        padding: 0;
    }
    .always .boxes2 {
        flex-wrap: wrap-reverse;
        margin: 0 auto;
    }
    .always .box2 {
        margin: 0 20px;
    }
    .box2-txt1 {
        font-size: 1.4em;
        text-align: center;
        line-height: 1.4em;
        margin-bottom: 0px;
    }
    .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;
    }
}