/* 検索窓削除 */
header .header-main .header-search {
    border: none;
}
header .header-main .header-search .input-box {
    display: none;
}

main, 
main#wrapper {
    padding: 0;
    max-width: none;
    background-image: linear-gradient(100deg, rgba(255, 165, 214, 1), rgba(79, 196, 244, 1) 50%, rgba(138, 255, 221, 1));
}

/* ヘッダー画像削除 */
.header-info img,
.header-info-red img {  
    display: none;
}

/* フッター余白削除 */
footer .bottom {
    margin-top: 0;
}
article#contents {
    padding-bottom: 0;
}

#guide-kaden-subscription {
    max-width: 750px;
    width: 100%;
    padding: 1% 0;
    margin: 0 auto;
    box-shadow: 0px 6px 12px 8px rgba(255, 255, 255, 0.35);
    overflow: hidden;
    font-weight: bold;
}
#guide-kaden-subscription img {
    width: 100%;
    height: auto;
    display: block;
}
#guide-kaden-subscription a {
    display: block;
}
#guide-kaden-subscription section {
    text-align: center;
}
#guide-kaden-subscription h2.midashi {
    font-size: 32px;
    color: #fff;
    padding: 2% 0 3%;
    text-align: center;
    line-height: 20px;
}
#guide-kaden-subscription h2.midashi-normal {
    font-size: 32px;
    color: #222;
    padding: 2% 0 3%;
    text-align: center;
    line-height: 46px;
}
#guide-kaden-subscription h2.midashi span {
    font-size: 40px;
    color: #f9ff5b;
}
#guide-kaden-subscription .col_1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 3% 5% 5%;
}
#guide-kaden-subscription .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 3% 5% 5%;
}
/* 注釈文 */
#guide-kaden-subscription section .annotation-text p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 100;
    text-align: left;
    padding: 2% 0;
}

/* 看板 */
#guide-kaden-subscription section.kanban {
    position: relative;
    padding: 0 3% 5%;
}
#guide-kaden-subscription section.kanban .slider {
    position: absolute;
    width: 2300px;
    top: 48%;
    display: flex;
}
#guide-kaden-subscription section.kanban .slider-item {
    animation: slider 35s linear infinite;	
}
#guide-kaden-subscription section.kanban .slider-item.reverse {
    animation: slider 35s linear infinite;	
}
@keyframes slider {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@keyframes slider-reverse {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* 概要 */
#guide-kaden-subscription section.overview {
    padding: 4% 3% 5%;
    position: relative;
}
#guide-kaden-subscription section.overview .plazaburo {
    position: absolute;
    width: 25%;
    right: 0;
    bottom: -15%;
    transform: rotate(15deg);
}

/* ポイント */
#guide-kaden-subscription section.point {
    padding: 0 3% 5%;
}
#guide-kaden-subscription section.point .col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
#guide-kaden-subscription section.point .title-text {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 3% 0;
}
#guide-kaden-subscription section.point .title-text span {
    color: #f9ff5b;
    font-size: 18px;
    line-height: 26px;
    margin: 3% 0;
}
#guide-kaden-subscription section.point .shosai-text {
    position: relative;
    background-color: #fff;
    padding: 4% 0;
    margin: 6% 0;
    border-radius: 10px;
}
#guide-kaden-subscription section.point .shosai-text p {
    background: linear-gradient(100deg, rgb(254 100 255), rgba(79, 196, 244, 1) 50%, rgb(57 227 178));
    background-clip: text;
    color: transparent;   
    font-size: 14px;
    line-height: 20px;
}
#guide-kaden-subscription section.point .shosai-text:before {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -13px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}

/* こんな方におすすめ */
#guide-kaden-subscription section.recommend {
    padding: 0 3% 5%;
    position: relative;
}
#guide-kaden-subscription section.recommend .col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background-color: #fff;
    padding: 4%;
    margin: 1% 0 0;
    border-radius: 10px;
}
#guide-kaden-subscription section.recommend .shosai-text p {
    background: linear-gradient(100deg, rgb(254 100 255), rgba(79, 196, 244, 1) 50%, rgb(57 227 178));
    background-clip: text;
    color: transparent;   
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    margin: 3% 0 0;
}
#guide-kaden-subscription section.recommend .plazaburo {
    position: absolute;
    width: 25%;
    right: 0;
    bottom: -3%;
    transform: rotate(10deg);
    z-index: 2;
}

/* 申し込みの流れ */
#guide-kaden-subscription section.flow {
    display: table;
    width: 100%;
    height: auto;
    background-color: #f9ff5b;
    transform: skewY(-6deg);
    padding-bottom: 3%;
    position: relative;
}
#guide-kaden-subscription section.flow .inner-area {
    margin: 8% 0;
    padding: 0 3% 0;
}
#guide-kaden-subscription section.flow > * {
    transform: skewY(6deg);
}
#guide-kaden-subscription section.flow h2.midashi {
    background: linear-gradient(100deg, rgba(255, 165, 214, 1), rgba(79, 196, 244, 1) 50%, rgba(138, 255, 221, 1));
    background-clip: text;
    color: transparent;   
}
#guide-kaden-subscription section.flow .inner-area .text-box-col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-left: 3%;
    gap: 10px;
}
#guide-kaden-subscription section.flow .inner-area .text-box-col li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3% 2% 3% 6%;
}
#guide-kaden-subscription section.flow .inner-area .text-box-col li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 12px;
    background: linear-gradient(100deg, rgba(255, 165, 214, 1), rgba(79, 196, 244, 1) 50%, rgba(138, 255, 221, 1));
}
#guide-kaden-subscription section.flow .inner-area .text-box-col li::after {
    content: "";
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    z-index: -1; 
    border-radius: 7px;
    background-color: #fff;
}
#guide-kaden-subscription section.flow .inner-area .text-box-col li .number-icon {
    position: absolute;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(100deg, rgba(255, 165, 214, 1), rgba(79, 196, 244, 1) 50%, rgba(138, 255, 221, 1));
    border-radius: 50px;
    padding: 0 2.5%;
    left: -3.5%;
}
#guide-kaden-subscription section.flow .inner-area .text-box-col li .text-box {
    font-size: 30px;
    text-align: left;
    line-height: 38px;
    color: #222;
}
#guide-kaden-subscription section.flow .inner-area .text-box-col li .text-box .annotation-text p {
    color: #222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
    text-align: left;
    padding: 2% 0 0;
}
#guide-kaden-subscription section.flow .plazaburo {
    position: absolute;
    width: 25%;
    right: 3%;
    bottom: 62%;
    z-index: 2;
}


/* 選べる契約期間 */
#guide-kaden-subscription section.flow .inner-area .table-midashi {
    font-size: 24px;
    background: linear-gradient(100deg, rgba(255, 165, 214, 1), rgba(79, 196, 244, 1) 50%, rgba(138, 255, 221, 1));
    color: #fff;
    padding: 2% 0;
}
#guide-kaden-subscription section.flow .inner-area .table-area {
    border-collapse: collapse;
    width: 100%;
    color: #222;
    background-color: #f4f4f4;
}
#guide-kaden-subscription section.flow .inner-area .table-area tr:nth-child(odd) {
    background-color: #fff;
}
#guide-kaden-subscription section.flow .inner-area .table-area th {
    font-weight: 500;
    width: 25%;
    font-size: 16px;
    line-height: 20px;
    border-right: 2px solid #222;
    padding: 2%;
}
#guide-kaden-subscription section.flow .inner-area .table-area th p {
    font-size: 16px;
}
#guide-kaden-subscription section.flow .inner-area .table-area td {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    border-right: 2px solid #222;
    padding: 2%;
}
#guide-kaden-subscription section.flow .inner-area .table-area td p {
    font-size: 16px;
    line-height: 28px;
}
#guide-kaden-subscription section.flow .inner-area .table-area td:last-child {
    border: none;
}
#guide-kaden-subscription section.flow .inner-area .annotation-text p {
    color: #222;
    padding-bottom: 8%;
}

/* 対象商品はこちら */
#guide-kaden-subscription section.product {
    position: relative;
}
#guide-kaden-subscription section.product .inner-area .item-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding-bottom: 3%;
}
/* #guide-kaden-subscription section.product .inner-area .item-col li {
    position: relative;
}
#guide-kaden-subscription section.product .inner-area .item-col li::before {
    position: absolute; 
    content: "";        
    width: 100%;        
    height: 100%;       
    display: block;     
    background-color: #4d4d4d80;
    top: 0;
    left: 0;
}
#guide-kaden-subscription section.product .inner-area .item-col li::after {
    position: absolute; 
    content: "Coming soon";      
    font-size: 22px;  
    width: 100%;        
    height: 100%;       
    display: block;     
    color: #fff;
    top: 50%;
    left: 0;
} */
#guide-kaden-subscription section.product {
    display: table;
    width: 100%;
    height: auto;
    background-color: #fff;
    transform: skewY(-6deg);
    margin: 1.5% 0 3%;
    padding-bottom: 5%;
}
#guide-kaden-subscription section.product .inner-area {
    margin: 6% 0;
    padding: 0 3% 0;
}
#guide-kaden-subscription section.product > * {
    transform: skewY(6deg);
}
#guide-kaden-subscription section.product .inner-area .more-btn a {
    width: 70%;
    font-size: 20px;
    margin: 0 auto 5%;
    padding: 2% 0;
    display: block;
    color: #fff;
    background-color: #222;
    border: 2px solid #222;
    border-radius: 50px;
}
#guide-kaden-subscription section.product .inner-area .btn a {
    width: 85%;
    font-size: 20px;
    margin: 0 auto 5%;
    padding: 2% 0;
    display: block;
    color: #fff;
    background-color: #222;
    border: 2px solid #222;
    border-radius: 5px;
}
#guide-kaden-subscription section.product .inner-area .more-btn a:hover,
#guide-kaden-subscription section.product .inner-area .btn a:hover {
    color: #222!important;
    background-color: #fff;
}
#guide-kaden-subscription section.product .plazaburo {
    position: absolute;
    width: 23%;
    right: 2%;
    top: -5%;
    z-index: 2;
}


/* TOPに戻るボタン */
#guide-kaden-subscription #page_top {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 5%;
    bottom: 5%;
    background: #fff;
    border-radius: 50%;
}
#guide-kaden-subscription #page_top a:hover {
    transition:.3s;
    opacity: 0.7;;
}
#guide-kaden-subscription #page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 35px;
    background: linear-gradient(100deg, rgba(255, 165, 214, 1), rgba(79, 196, 244, 1) 50%, rgba(138, 255, 221, 1));
    background-clip: text;
    color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
