@charset "utf-8";
/* reset */

.wrap img {
    vertical-align:bottom;
    width:100%;
    height:auto;
    display:block
}

.wrap {max-width: 750px; margin: 0 auto; overflow: hidden;}
.posi-rela {position: relative;}
.ab-center{position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center;} 

/* utility */
p {font-feature-settings: "palt";}
.ff-min {font-family: 'Noto Serif JP', serif;}
.ff-go { font-family: 'Noto Sans JP', 'Noto Sans Japanese', sans-serif;}
.visually-hidden {clip: rect(0 0 0 0); clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; position: absolute; white-space: nowrap; }
.ut-z {z-index: 999;}


/* 12個のリンク画像を並べている */
.jump-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* ← 折り返しを許可 */
    justify-content: center;
    gap: 25px;
}

/* 12個のリンク画像のサイズを固定 */
.jump-wrap a {
    width: 200px;
    height: 200px;
    display: block;
}

/* 12個のリンク画像の端数画像 */
.placeholder {
    visibility: hidden;
    /* 完全に透明で、スペースだけ確保 */
    width: 200px;
    height: 200px;
}

/*postion absoluteの位置*/
.pos-top{top: 90%;}
.td-btn {bottom: 2%;}
.ofr-btn {bottom: 28%;}
.phn-btn {top: 20%;}

.td-arr {position: absolute; bottom: 13%; width: 15%; left: 5%;}
.ofr-arr {position: absolute; bottom: 17%; width: 15%; left: 5%;}

/* オファーボタン 位置 ※商品について詳しく見る*/
.ggl-rev{
    position: absolute;
    top: 76%;
    width: 100%;
    text-align: center;
    z-index: 99;
    font-size: 2.2rem;}

.floating,
.floating1,
.floating2 {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 750px;
    padding: 10px 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

/*このクラスが付与されると表示する*/
.active {
    opacity: 1;
    visibility: visible;
}

.float-bnr {
    display: block;
    margin: 0 auto;
}

.float-bnr2 {
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 1000;
    width: 200px;
    height: 200px;
}
    
/* フッター電話番号 */
.tel-sub {top: 6%;}
.tel-btn {top: 22%;}
.phn-cp {top: 5%;}

/* 注意書き */
.noteBox {
max-width: 750px;
margin: 0 auto;
margin-top: -50px;
}
.noteBox dt {
font-size: 18px;
font-weight: bold;
margin-bottom: .4em;
}
.noteBox dd {
font-size: 14px;
line-height: 1.5em;
}
.noteBox dl {
padding: 3.75% 5%;
}
.note {
background-color: #EEEEEE;
}
.under_line {
text-decoration: underline;
}
.item {
display: block;
margin-top: 50px;
}
.buybtn {
width: 100%;
margin: 20px auto;
}

.buybtn p {
text-align: center;
font-weight: bold;
font-size: 1.5rem;
}

.buybtn img{
width: 90%;
height: auto;
display: block;
margin: 0 auto 30px;
}

.ItemList {
display: flex;
padding: 0;
margin: 0;
list-style: none;
}

.ItemList li{
width: 100%;
box-sizing: border-box;
text-align: center;
padding: 0;
margin: 0;
}

/* フローティングバナー */
.floating {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
    max-width: 750px;
    padding: 10px 0;
    margin: 0 auto;
    
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    }
    
    /*このクラスが付与されると表示する*/
    .active {
    opacity: 1;
    visibility: visible;
    }
    
    .float-bnr {display: block;  margin: 0 auto;}


@media screen and (min-width: 751px) {
}

@media screen and (max-width:767px) {
/* -------------------- SP -------------------- */
.wrap {max-width: 100%;}
.c06-sub {width: 75%;}
/* 注意書き */
.info {
padding: 5.8% 4.8%;
}
.ggl-rev{
font-size: 1.8rem;}

/* 12個のリンク画像を並べている */
.jump-wrap {
    gap: 15px;
}
.jump-wrap a {
    width: 100px;
    height: 100px;
}

.placeholder {
    width: 100px;
    height: 100px;
}
.float-bnr2 {
    width: 150px;
    height: 150px;
}

}