@charset "Shift_JIS";

/*==============================================
共通 ここから
================================================*/

/* パンくず削除 */
#pankuzu {
    display: none;
}
.header-info-red {
    display: none !important;
}

/* 価格プロ リセット */
.buy_price>ol, .buy_price>ul {
    margin: 0;
}
.buy_price>ol .spesicalprice, .buy_price>ul .spesicalprice,.buy_price>ul .intax {
    display: none;
}

/* 変数指定 */
:root {
    --font-size-text: 3.6cqw;
    --color-main: #488eaa;
}

#kaigo .smp_none {
    display: none;
}
/*==============================================
共通 ここまで
================================================*/

/*==============================================
#kaigo 設定 STR
================================================*/
#kaigo * {
    box-sizing: border-box;
    font-size: var(--font-size-text);
}
#kaigo {
    text-align: center;
    background: #faf1ed;
    color: #333;
    overflow: hidden;
}
#kaigo img {
    width: 100%;
    height: auto;
    display: block;
}
#kaigo a {
    display: block;
}

/*==============================================
#kaigo 設定 END
================================================*/

/*==============================================
#kaigo 大枠  STR
================================================*/
#kaigo .contents{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    container-type: inline-size;
    box-shadow: 0 0 1em #e4d6c8;
}
#kaigo section{
    width: 100%;
    margin: 0 auto;
    padding:1em 1em 1.5em 1em;
}
#kaigo section.top{
    padding:0;
}
#kaigo .inner{
    margin: 0 auto;
}
#kaigo section.top .inner{
    gap:0;
} 
/* カラー設定*/
#kaigo .bg-blue{
    background: #89bcd2;
}
#kaigo .bg-beige {
    background: #fbfaf3;
}
#kaigo .bg-pink {
    background: #f4e1da;
}
#kaigo .bg-column {
    background: #f3f2f0;
    background-image:  linear-gradient(#f0ebe0 1px, transparent 1px), linear-gradient(to right, #f0ebe0 1px, #f3f2f0 1px);
    background-size: 17px 17px;
}
/*==============================================
#kaigo 大枠 END
================================================*/

/*==============================================
#kaigo 見出し  STR
================================================*/
#kaigo h2{
    color: #fff;
    font-size: .9em;
    font-weight: normal;
    background: #eda28d;
    padding: .3em 0;
}
#kaigo .midashi{
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
}
#kaigo .midashi-main{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5em;
    position: relative;
    padding: .5em 0 1em 0;
}
#kaigo .midashi-main h3{
    font-size: 1.7em;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: .6em;
    color:  var(--color-main);
}
#kaigo .midashi-main h3:before,
#kaigo .midashi-main h3:after {
    content: '';
    display: inline-block;
    width: 15%;
    height:.15em;
    border-top: solid 1px var(--color-main);
    border-bottom: solid 1px  var(--color-main);
    opacity: .5;
}
/* 吹き出し 設定 */
#kaigo .deco {
    margin: -.7em auto 0 auto;
    max-width:500px;
}
/* カラー設定*/
#kaigo .bg-blue .midashi-main h3{
    color: #fff;
}
#kaigo .bg-pink .midashi-main h3{
    color: #e87b5f;
}
#kaigo .bg-column .midashi-main h3{
    color: #68614e;
}
#kaigo .bg-blue .midashi-main h3:before,
#kaigo .bg-blue .midashi-main h3:after {
    border-top: solid 1px #fff;
    border-bottom: solid 1px  #fff;
}
#kaigo .bg-pink .midashi-main h3:before,
#kaigo .bg-pink .midashi-main h3:after {
    border-top: solid 1px #e87b5f;
    border-bottom: solid 1px  #e87b5f;
}
#kaigo .bg-column .midashi-main h3:before,
#kaigo .bg-column .midashi-main h3:after {
    border-top: solid 1px #68614e;
    border-bottom: solid 1px  #68614e;
}
/*==============================================
#kaigo 見出し END
================================================*/

/*==============================================
#kaigo アンカー  STR
================================================*/
#kaigo .anchor_inner ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .4em;
}
#kaigo .anchor_inner ul li{
    
}
#kaigo .anchor_inner ul li a{
    color: #fff;
    background: var(--color-main);
    border-radius: .4em;
    padding: .3em 0;
    position: relative;
    box-shadow: 0 3px 0 #2c667d;
}
#kaigo .anchor_inner ul li a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .35em;
    height: .35em;
    border-top: .2em solid #fff;
    border-right: .2em solid #fff;
    margin: auto;
    top: 38%;
    right: 7%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: 0.3s all;
}
/*==============================================
#kaigo アンカー  END
================================================*/

/*==============================================
#kaigo 比較表アンカー  STR
================================================*/
#kaigo .comparison-anchor{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .4em;
    margin-bottom: 1em;
}
#kaigo .comparison-anchor li{
    
}
#kaigo .comparison-anchor li a{
    background: #fff;
    border: 2px solid #488eaa40;
    line-height: 1.4;
    border-radius: .8em;
    overflow: hidden;
    padding:.5em .3em;
    position: relative;
    box-shadow: 0 3px 0 #488eaa40;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
#kaigo .comparison-anchor li a h4{
    color: var(--color-main);
    font-size: .9em;
    font-weight: normal;
    line-height: 1.4;
    flex-grow: 1;
    display: grid;
    align-items: center;
}
#kaigo .comparison-anchor li a img{
    width:5em;
    margin: .2em 0;
}
#kaigo .comparison-anchor li a::after {
    display: inline-block;
    content: "";
    width: .35em;
    height: .35em;
    border-top: .2em solid var(--color-main);
    border-right: .2em solid var(--color-main);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    
}
/*==============================================
#kaigo 比較表アンカー  END
================================================*/

/*==============================================
#kaigo 比較表  STR
================================================*/
#kaigo .scroll{
    overflow-x: auto;
    margin-bottom: 1em;
    padding-bottom: .3em;
}
#kaigo .comparison-title,
#kaigo .comparison-list table thead tr th::before{
    background: var(--color-main) !important;
    color: #fff;
    padding: .4em 0 !important;
    font-size: 1.1em !important;
}
#kaigo .comparison-list table{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    position: relative;
    table-layout: fixed;
    min-width: 100%;
}
#kaigo .comparison-list table tr:nth-child(odd),
#kaigo .comparison-list table table tbody > th:nth-child(odd),
#kaigo .comparison-list table tr:nth-child(odd) .sticky,
#kaigo .comparison-list table tr:last-of-type,
#kaigo .comparison-list table table tbody > th:last-of-type,
#kaigo .comparison-list table tr:last-of-type .sticky{
    background: #fff !important;
}
#kaigo .comparison-list table tr:nth-child(even),
#kaigo .comparison-list table table tbody > th:nth-child(even),
#kaigo .comparison-list table tr:nth-child(even) .sticky{
    background: #eff4f7;
}
#kaigo .comparison-list table th,
#kaigo .comparison-list table td{
    font-size: .8em;
    border: 1px solid #c2d9de;
    text-align: center;
    padding: .4em;
    font-weight: normal;
    white-space: nowrap;
    position: relative;
}
#kaigo .comparison-list table tr th{
    width:5.5rem;
    min-width: 5.5rem;
}
#kaigo .comparison-list table tr td{
    width: 7rem;
    min-width: 7rem;
}
#kaigo .comparison-list table tr td img{
    font-size: .2em;
}
/*画像高さ指定*/
#kaigo .comparison-list table tr.img{
    height: 8rem;
}
/*セット数*/
#kaigo .comparison-list table tr td .txt{
    font-size: .9em;
    color: var(--color-main);
}
/*売価*/
#kaigo .comparison-list table tr td .price{
    margin-bottom: .4em;
    font-size: 1.4em;
}
/*詳細ボタン*/
#kaigo .comparison-list table tr td .item-list-btn{
    font-size: .9em;
    padding: .3em 0 .4em 0;
    margin-bottom: .2em;
}
/*固定*/
#kaigo .comparison-list table .sticky{
    position: sticky;
    left:0;
    top: 0;
    z-index:1;
    color: #fff;
}
#kaigo .comparison-list table .sticky::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px double #c2d9de;
    box-sizing: content-box;
    background: #89bcd2;
}
/* 全額返金アイコン */
#kaigo .comparison-list table td .icon {
    position: absolute;
    top: .2em;
    left: .2em;
    width: 4.5em;
    border-radius: .3em;
    overflow: hidden;
}
/*==============================================
#kaigo 比較表  END
================================================*/

/*==============================================
#kaigo 商品枠  STR
================================================*/
#kaigo .item-list{
    display:flex;
    gap: .8em;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
#kaigo .item-list li{
    width: calc(96.5% / 2);
}
#kaigo .item-list li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.3s;
    position: relative;
    height: 100%;
    padding: .3em;
    border-radius:.7em;
    background: #fff;
    overflow: hidden;
    border: 2px solid rgb(137 188 210 / 23%);
}
#kaigo .item-list .flex_l,
#kaigo .item-list .flex_r{
    width: 100%;
}
#kaigo .item-list .flex_r{
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: .6em;
    margin: .3em 0;
}
#kaigo .item-list .thum{
    overflow: hidden;
    background: #fff;
    border-radius: .5em;
}
/*売価*/
#kaigo .price{
    color:#eb0012;
    font-size: 1.3em;
    font-family: "Lato";
    font-weight:bold;
    line-height: 1.2;
}
/*商品名*/
#kaigo .item-list h5{
    font-size: .8em;
    font-weight: lighter;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #faf1ed;
    padding:0 .3em;
    border-radius: .5em;
    height: 3.7em;
}
/*商品詳細はこちら 通常*/
#kaigo .item-list-btn{
    font-size: .75em;
    padding: .4em 0 .5em 0;
    background: var(--color-main);
    width: 100%;
    border-radius: 100vw;
    color: #fff;
    position: relative;
    margin: 0 auto;
    transition: 0.3s all;
}
#kaigo .item-list-btn::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4em;
    height: .4em;
    border-top: .2em solid #fff;
    border-right: .2em solid #fff;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 7%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s all;
}
/*==============================================
#kaigo 商品枠 END
================================================*/

/*==============================================
#kaigo もっとみる STR
================================================*/
#kaigo .btn-more {
    background: var(--color-main);
    color: #fff;
    font-size: 1em;
    padding: .7em 0;
    border-radius: .7em;
    margin: 1.2em auto 0 auto;
    position: relative;
}
#kaigo .btn-more::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4em;
    height: .4em;
    border-top: .2em solid #fff;
    border-right: .2em solid #fff;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 7%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s all;
}

/*==============================================
#kaigo もっとみる END
================================================*/


/*==============================================
#kaigo 防水シート用 STR
================================================*/
#kaigo .item-list-box{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding:.5em 1em 1em 1em;
    border-radius: .7em;
    background: #fff;
    overflow: hidden;
    border: 2px solid rgb(137 188 210 / 23%);
}
#kaigo .item-list-box .title{
    font-size: 1.2em;
    color: var(--color-main);
    margin-bottom: .5em;
}
#kaigo .item-list-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5em;
}
#kaigo .item-list-box ul li{
    border-radius: .4em;
    overflow: hidden;
}
#kaigo .item-list-box ul li:nth-child(1){
    background: #00b2bb;
}
#kaigo .item-list-box ul li:nth-child(2){
    background: #6a678a;
}
#kaigo .item-list-box ul li:nth-child(3){
    background: #f0843d;
}
#kaigo .item-list-box ul li a{
    background: #fff;
    margin:0 .5em .5em .5em;
    border-radius: .4em;
    position: relative;
    padding: .2em .5em .3em 0;
}
#kaigo .item-list-box ul li .list{
    font-size: .9em;
}
#kaigo .item-list-box p{
    font-size: .85em;
    color: #999;
    margin-top: .3em;
}
#kaigo .item-list-box ul li a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4em;
    height: .4em;
    margin: auto;
    bottom: 0;
    top:0;
    right: 5%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s all;
}
#kaigo .item-list-box ul li:nth-child(1) a::after {
    border-top: .2em solid #00b2bb;
    border-right: .2em solid #00b2bb;
}
#kaigo .item-list-box ul li:nth-child(2) a::after {
    border-top: .2em solid #6a678a;
    border-right: .2em solid #6a678a;
}
#kaigo .item-list-box ul li:nth-child(3) a::after {
    border-top: .2em solid #f0843d;
    border-right: .2em solid #f0843d;
}
/*==============================================
#kaigo 防水シート用 END
================================================*/

/*==============================================
#kaigo コラム  STR
================================================*/
#kaigo .column-list{
    display: grid;
    gap:.5em;
}
#kaigo .column-list li{
    background: #fff;
    text-align: left;
    padding: .9em;
    border: .1em solid rgb(170 151 93 / 30%);
    list-style: decimal;
    list-style-position: inside;
}
#kaigo .column-list li .column-list-title{
    font-size: 1.2em;
    color: #a69155;
    margin-bottom: .4em;
    display: inline-block;
    align-items: baseline;
    margin-left: .4em;
}
#kaigo .column-list li::marker{
    font-size: 1.5em;
    font-family: 'Lato';
    font-weight: bold;
    color: rgb(170 151 93 / 50%);
}
#kaigo .column-list li .column-list-txt{
    font-size: .85em;
    line-height: 1.6;
    color: #69624f;
}
#kaigo .column-list li .column-list-txt a{
    color: #d73541;
    font-size: 1em;
    text-decoration: underline;
    display:inline-block;
}
/*==============================================
#kaigo コラム  END
================================================*/

/*==============================================
#kaigo バナー  STR
================================================*/
#kaigo .feature-title{
    font-size: 1.1em;
    color: #fff;
}
#kaigo .feature-list{
    display: flex;
    flex-wrap: wrap;
    gap: .4em;
}
#kaigo .feature-list.col_1 li{
    width: 100%;
}
#kaigo .feature-list.col_2 li{
    width: calc(calc(100% - 4%) / 2);
}
#kaigo .feature-list.col_3 li{
    width: calc(calc(100% - 4%) / 3);
}
/*==============================================
#kaigo バナー END
================================================*/

/*==============================================
#kaigo ライトナビ  STR
================================================*/
#kaigo .nav_wrap {
    position:fixed;
    z-index: 50;
	bottom: 0;
	right:-200%;
    width: 53%;
    height: 100vh;
    transition: 0.5s all;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background:#fbfaf3;
    box-shadow: -1em 0 1em rgb(91 107 115 / 11%);
}
#kaigo .nav_wrap .zaburou {
    position: absolute;
    width: 8em;
    transform: translate(4.8em, -12em);
}
#kaigo .nav_wrap::-webkit-scrollbar{display:none;}

#kaigo .nav_wrap.panelactive {
	right: 0;
}
#kaigo .nav_wrap.panelactive .nav_inner {
    position: fixed;
    z-index: 999;
    width: 53%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 2em;

}
/*内容*/
#kaigo .nav_wrap ul {
    position: absolute;
    z-index: 999;
    width:94%;
}
#kaigo .nav_wrap ul li:last-of-type a{
    border-bottom:none;
}
/**********▼ PC・SMP共通 数値変更のみ▼**********/
#kaigo .nav_wrap ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding:1em;
    color:  var(--color-main);
    border-bottom:1px dashed #bcc0c3;
    line-height: 1.3em;
    text-align: left;
    justify-content: flex-start;
    transition: all 0.3s;
}
/**********▲ PC・SMP共通 数値変更のみ▲**********/
/*丸ボタン*/
#kaigo .cate_nav_fixed {
    position: fixed;
    bottom: 16vw;
    right: 4vw;
    display: flex;
    border-radius: 1em;
    height: 15vw;
    width: 15vw;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: #eda28d;
    border:.2em solid rgb(255 255 255 / 70%);
}
#kaigo .navigation{
    width: 100%;
    height: 100%;
}
#kaigo .toggle {
	position: relative;
	z-index: 9999;
	top: 0;
	right: 0;
    width: 100%;
    height: 100%;
	cursor: pointer;
	display: block;
}
#kaigo .toggle span,
#kaigo .toggle span:before,
#kaigo .toggle span:after {
    content: '';
    display: block;
    height: .6vw;
    width: 6.5vw;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    transition: 0.5s all;
}
#kaigo .toggle span{
    top: 2.5em;
    left: calc(50% - 22%);
}
#kaigo .toggle span:before {bottom: 7px;}
#kaigo .toggle span::after {top: 7px;}
#kaigo .toggle.active span {background: rgba(255, 255, 255, 0);}
#kaigo .toggle.active span:before{
    bottom: 0;
    transform: rotate(45deg);
}
#kaigo .toggle.active span:after{
    top: 0;
    transform: rotate(-45deg);
}
#kaigo .navigation .txt{
    font-size:.8em;
    color:#fff;
    top: .5em;
    position: absolute;
    left: 0;
    right: 0;
}
/*==============================================
#kaigo ライトナビ  END
================================================*/