@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
body {
    margin: 0;
    padding: 0;
    font-feature-settings: "palt";
    font-size: 18px;
    font-family: "Noto Sans Japanese", 游ゴシック, "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.75;
    font-weight: 400;
}
dl, dt, dd, ul, li, p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    text-align: left;
}
sup {
    font-size: xx-small;
}
hr {
    height: 1px;
    background-color: #999;
    width: 90%;
    border: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    opacity: 0.8;
    transform: 5s;
}
img {
    width: 100%;
    margin: 0 auto;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.ptb40 {
    padding: 4rem 0;
}
.mtb40 {
    margin: 4rem auto;
}
.mtb20 {
    margin: 2rem auto;
}
.pb10 {
    padding-bottom: 1rem;
}
.notes {
    font-size: 0.65em;
}
.fbox {
    display: flex;
    justify-content: center;
}
.alC {
    text-align: center;
}
.bg_w {
    background: #fff;
}
.bg_b {
    background: #bbd3f2;
}
.top {
    text-align: center;
    color: #23508b;
    z-index: 1;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1%;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.35em;
    background: #fff;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.3);
}
.top span {
    color: #d56969;
}
.wrapper {
    display: flex;
    height: 100%;
    color: #333;
}
/* 左側サイドバー */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: calc((100% - 50rem) / 2);
    background-color: #a0bfe7;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 14vw;
}
/* 左側サイドバー */
.left {
    left: 0;
}
/* 右側サイドバー */
.right {
    right: 0;
}
/* メインコンテンツ */
.content {
    margin: 0 auto;
    width: 50rem;
    text-align: center;
    box-sizing: border-box;
    background: #bbd3f2;
    padding-top: 8vw;
    z-index: 0;
}
h1 {
    font-size: 3rem;
    font-weight: 600;
    font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0.09em;
}
h1 span {
    display: block;
    padding-top: 0.5em;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.09em;
}
.sidebar h1 {
    font-size: 2rem;
}
.content .fv {
    padding: 0 2rem 4rem;
}
.content .fv p {
    width: 560px;
    padding-top: 4rem;
    margin: 0 auto;
}
.content .fv dl {
    margin: 6rem auto 0;
    color: #23508b;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    font-family: "Kosugi Maru", sans-serif;
    font-style: normal;
}
.content .fv dt {
    font-size: 2.8rem;
}
.content .fv dd {
    letter-spacing: -0.02em;
    font-size: 1.2rem;
}
.content .fv dd:first-of-type {
    font-size: 1.4rem;
    line-height: 1.5;
}

.content .fv dd span {
    display: block;
}
.content .menu-area {
    padding: 4rem 0;
    background: #fff;
}
.content .menu-area h2 {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0.01em;
}
.content .menu-area ul {
    width: 560px;
    margin: 0 auto;
}
.content .menu-area ul li {
    padding-bottom: 1rem;
    line-height: 1;
}
.content .menu-area ul li:last-child {
    padding-bottom: 0;
}
.content .menu-area ul a {
    color: #23508b;
    position: relative;
    display: inline-block;
}
.content .menu-area ul a::before {
    content: "";
    background: url("../img/icon-ttl01.png")no-repeat;
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    background-size: contain;
    top: 0;
}
.content .menu-area ul li:nth-child(2) a::before {
    content: "";
    background: url("../img/icon-ttl02.png")no-repeat;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    top: 0;
}
.content .menu-area ul li:nth-child(3) a::before {
    content: "";
    background: url("../img/icon-ttl03.png")no-repeat;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    top: 0;
}
.content .menu-area ul a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 3px #23508b;
    border-right: solid 3px #23508b;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 5px;
    margin: auto;
}
.content .menu-area ul a img {
    padding-left: 50px;
}
.sidebar .menu-area {
    padding: 0;
    background: #a0bfe7;
    width: 100%;
}
.sidebar .menu-area ul a::after {
    border-bottom: solid 2px #23508b;
    border-right: solid 2px #23508b;
    width: 5px;
    height: 5px;
    right: 2rem;
}
.sidebar .menu-area ul a::before, .sidebar .menu-area ul li:nth-child(2) a::before, .sidebar .menu-area ul li:nth-child(3) a::before {
    width: 25px;
    height: 25px;
}
.sidebar .menu-area ul a img {
    padding-left: 22px;
}
.sidebar .menu-area ul {
    width: 100%;
}
/* sec01 */
#sec01 h2, #sec02 h2, #sec03 h2 {
    width: 90%;
    margin: 2rem auto 0;
}
#sec01 .fbox img {
    width: 210px;
    height: 210px;
    object-fit: contain;
    margin: 0;
}
#sec01 .fbox .slide_content_text {
    width: calc(100% - 210px - 2em);
    text-align: left;
}
#sec01 .fbox .slide_content_text h4 {
    font-size: 1.4rem;
    letter-spacing: -0.009em;
}
#sec01 .fbox .slide_content_text h4 span {
    display: block;
    font-size: 1rem;
}
.offer {
    width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    display: inline;
}
.offer .price strong{
    font-size: 1.8rem;
}
.offer .special {
    text-align: left;
    color: #23255d;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.offer .special .fbox {
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.offer .special .kakoi {
    background: #23255d;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
    font-size: 1rem;
}
.offer .special strong {
    font-size: 1.8rem;
}
.offer button {
    background: #fcffb3;
    border-radius: 50px;
    padding: 4%;
    display: inline-block;
    width: 90%;
    box-sizing: border-box;
    border: none;
}
.offer button img {
    background: none;
    border-radius: 0;
    width: 98px;
    vertical-align: middle;
}
.catch_copy {
    padding: 10px 0 20px;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 600;
}
.cart_btn {
    background: #23255d;
    color: #fff;
    border-radius: 50px;
    padding: 3% 2%;
    width: 368px;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.09em;
    line-height: 1.35;
    box-sizing: border-box;
    border: none;
    font-weight: 500;
    margin: 1rem auto 0;
    display: block;
}
/*スライド*/
.swiper-wrapper {
    width: 100%;
    height: 300px;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    line-height: 1.8;
}
.slide h4 {
    font-size: 1.2rem;
    line-height: 1.35;
}
.slide img {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
}
.swiper-container {
    padding-left: 125px;
}
.swiper-button-next {
    color: #999;
    right: 0.8rem;
}
.swiper-button-prev {
    color: #999;
    left: 0.8rem;
}
/* モーダル */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal.hidden {
    display: none;
}
.modal-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
.modal-content {
    position: relative;
    background: #fff;
    padding: 4rem 2rem 4rem 3rem;
    width: 980px;
    z-index: 10000;
    border-radius: 20px;
    overflow: auto;
    max-height: 80vh;
    box-sizing: border-box;
}
.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
}
.modal-content .fbox {
    width: 90%;
    margin: 0 auto;
}
.modal-content .fbox img {
    width: 235px;
    height: 235px;
    margin: 0;
}
.modal-content .fbox .off-10, .modal-content .fbox .off-15 {
    position: relative;
    margin: 0;
    justify-content: flex-start;
}
.modal-content .fbox .off-10::after {
    content: "";
    background: url("../img/icon-10off.png")no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    position: absolute;
    top: -3rem;
    right:3rem;
}
.modal-content .fbox .off-15::after {
    content: "";
    background: url("../img/icon-15off.png")no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    position: absolute;
    top: -3rem;
    right: 3rem;
}

.modal-content .fbox .off-10.icon_r::after {
    right: 10rem;
    
}
.modal-content .fbox .modal_content_fbox-text {
    padding-top: 1rem;
    width: 480px;
    margin-left: 1rem;
}
.modal-content .fbox .modal_content_fbox-text h4 {
    font-size: 1.4rem;
}
.modal-content .fbox .modal_content_fbox-text .spec {
    font-size: 0.9em;
    padding-bottom: 5px;
}
.modal-content .fbox .modal_content_fbox-text .spec2 {
    border: 1px solid;
    padding: 5%;
    box-sizing: border-box;
    margin: 0.5rem auto;
}
.modal-content .fbox .modal_content_fbox-text .spec2 .border {
    border-bottom: 2px solid;
}
.modal-content .fbox .modal_content_fbox-text .tag {
    gap: 1em;
    justify-content: flex-start;
    margin: 0;
}
/* sec04 */
#sec04 {
    margin: 6rem 0;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#sec04 div .link_btn {
    display: block;
    background: #ffccd6;
    width: 386px;
    margin: 0 auto;
    border-radius: 50px;
    padding: 2%;
}
#sec04 div:nth-child(2) .link_btn {
    background: #23508b;
}
#sec04 div:nth-child(3) .link_btn {
    background: #f5f4ef;
}
#sec04 div .link_btn img {
    vertical-align: middle;
}
/* footer */
.footer p {
    font-size: 0.9em;
    letter-spacing: 0.09em;
    color: #333;
}
/* おすすめ　*/
.recommend {
    margin: 3rem auto;
}
.recommend h3 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    letter-spacing: 0.09em;
    text-align: center;
}
.recommend img {
    width: 480px;
    margin: 0 auto;
    display: block;
}
/* お客様のお声*/
.voice {
    margin: 1rem auto 0;
    width: 80%;
}
.voice h3 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    letter-spacing: 0.09em;
    text-align: center;
}
.sb-box {
    position: relative;
    overflow: hidden;
}
.icon-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 80px;
    height: 80px;
}
.icon-img-left {
    left: 0;
}
.icon-img-right {
    right: 0;
}
.icon-name {
    position: absolute;
    width: 80px;
    text-align: center;
    top: 83px;
}
.icon-name-left {
    left: 0;
}
.icon-name-right {
    right: 0;
}
.sb-side {
    position: relative;
    float: left;
    margin: 0 6rem 40px 6rem;
}
.sb-side-right {
    float: right;
}
.sb-txt {
    position: relative;
    border-radius: 6px;
    background: #ffe2e2;
    color: #333;
    line-height: 1.7;
    padding: 18px;
    text-align: left;
}
.sb-txt > p:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}
.sb-txt:before {
    content: "";
    position: absolute;
    border-style: solid;
    top: 16px;
    z-index: 3;
}
.sb-txt-left:before {
    left: -7px;
    border-width: 7px 10px 7px 0;
    border-color: transparent #ffe2e2 transparent transparent;
}
.sb-txt-right:before {
    right: -7px;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #ffe2e2;
}
.text-link {
    text-decoration: underline;
    letter-spacing: 0.09em;
    text-align: center;
    display: block;
}
/* 767px（iPad）以下 */
@media (max-width: 767px) {
    /* アイコン画像 */
    .icon-img {
        width: 60px; /* 画像の幅を-20px */
        height: 60px; /* 画像の高さを-20px */
    }
    /* アイコンネーム */
    .icon-name {
        width: 60px; /* 画像の幅に合わせて-20px */
        top: 62px; /* ネームの位置を上から62に */
        font-size: 0.7em;
    }
    /* 吹き出し（左） */
    .sb-side-left {
        margin: 0 0 20px 78px; /* 吹き出し（左）の上下左右の余白を狭く */
    }
    /* 吹き出し（右） */
    .sb-side-right {
        margin: 0 78px 20px 0; /* 吹き出し（右）の上下左右の余白を狭く */
    }
    /* 吹き出し内のテキスト */
    .sb-txt {
        padding: 12px;
        font-size: 1rem;
        line-height: 1.5;
    }
}
@media (max-width: 749.9px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .sidebar {
        display: none;
    }
    .top {
        font-size: 1.2rem;
        padding: 3%;
        letter-spacing: 0.09em;
    }
    .content {
        width: 100%;
        padding-top: 24vw;
    }
    .content .fv {
        padding: 0 1rem 3rem;
    }
    .content .fv dl {
        font-size: 1.2rem;
        margin: 4rem auto 0;
    }
    .content .fv dt {
        font-size: 1.8rem;
    }
    .content .fv dd {
        letter-spacing: -0.009em;
        font-size: 1rem;
        line-height: 1.5;
        
    }
    .content .fv dd:first-of-type {
        font-size: 1.2rem;
        padding-bottom: 8px;
    }
    .content .fv dd span{
        display: inline-block;
    }
    .content .fv p {
        width: 100%;
    }
    .content .menu-area {
        padding: 2rem 0;
    }
    .content .menu-area ul {
        width: 80%;
        box-sizing: border-box;
        padding: 0;
    }
    .content .menu-area ul a img {
        padding-left: 25px;
    }
    .content .menu-area ul a::after {
        width: 6px;
        height: 6px;
        right: 1rem;
    }
    .content .menu-area ul a::before, .content .menu-area ul li:nth-child(2) a::before, .content .menu-area ul li:nth-child(3) a::before {
        width: 30px;
        height: 30px;
    }
    #sec01 h2, #sec02 h2, #sec03 h2 {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
        margin-top: 4rem;
    }
    #sec01 .inner {
        padding: 2rem 0;
    }
    .slide > .fbox {
        flex-direction: column;
    }
    #sec01 .fbox img {
        margin: 0 auto;
    }
    #sec01 .fbox .slide_content_text {
        width: 100%;
        padding: 0;
    }
    #sec01 .fbox .slide_content_text h4 {
        line-height: 1.5;
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    #sec04 div .link_btn {
        width: 85%;
        box-sizing: border-box;
    }
    .offer {
        width: 100%;
    }
    .offer button {
        width: 90%;
    }
    .offer .price strong{
    font-size: 1.6rem;
}
    .offer .special {
        font-size: 0.9rem;
    }
    .offer .special strong {
        font-size: 1.6rem;
    }
    .offer .special .kakoi {
        margin-right: 8px;
        font-size: 0.8rem;
    }
    .recommend h3, .voice h3 {
        font-size: 1.5rem;
    }
    .voice {
        margin: 2rem auto;
        width: 100%;
    }
    .modal-content {
        padding: 2rem 1.5rem;
        width: 94%;
    }
    .modal-content .fbox {
        flex-direction: column;
        width:100%;
    }
    .modal-content .fbox img {
        margin: 0 auto;
    }
    .modal-content .fbox .modal_content_fbox-text {
        width: 100%;
        margin: 0;
    }
    .modal-content .fbox .modal_content_fbox-text h4 {
        line-height: 1.5;
    }
    .modal-content .fbox .modal_content_fbox-text .tag {
        gap: 10px;
        flex-direction: row;
        margin: 0;
        font-size: 1rem;
    }
    .modal-content .special.fbox {
        flex-direction: row;
        margin: 0;
    }
    .modal-content .fbox .off-10::after {
        top: -3rem;
        right: 0;
        width: 56px;
        height: 56px;
    }
    .modal-content .fbox .off-15::after {
        top: -3rem;
        right: 0;
        width: 56px;
        height: 56px;
    }
    .modal-content .fbox .off-10.icon_r::after{
        right: 3rem;
    top: -1.8rem;
    }    
    .cart_btn {
        width: 100%;
        padding: 5%;
    }
    .recommend img {
        width: 100%;
    }
    
    /* footer */
.footer p {
    font-size: 0.75em;}
}