@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
/* ヘッダー削除 */
.header-info-red img {
    display: none;
}
#yearend-cleaning{
    width:100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    color:#333;
    position: relative;
    background:rgb(91 152 238);
    background:linear-gradient(0deg, rgb(87 201 222) 0%, rgb(91 152 238) 80%);
}
#yearend-cleaning .pc_none{
    display: none !important;
}
#yearend-cleaning img{
    width: 100%
}
#yearend-cleaning a{
    display: block;
    position: relative;
}  
#yearend-cleaning a:hover{
    opacity: 0.9;
    color:#222 !important;
}
/*-----------------------------------------------*/
/*全体*/
/*-----------------------------------------------*/
#yearend-cleaning .contents{
    margin:0 auto;
    padding: 2em 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background: url(/IMAGE/yearend-cleaning/yc24_bg.webp) ;
    background-size: 85%;
    background-repeat: repeat-y;
    background-position:top center;
}
#yearend-cleaning section{
    display: grid;
    margin: 0 auto;
    padding: 1em 0 5em 0;
    box-sizing: border-box;
    max-width: 900px;
    position: relative;
}
#yearend-cleaning section.navi{
    padding: 0 0 2em 0;
    background: rgb(255 255 255 / 95%);
    border-radius: 10px;
    margin: -5% auto 2% auto;
    box-shadow: 0 0 20px #5b98ee;
    position: relative;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#yearend-cleaning h1{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1400px;
}
#yearend-cleaning h2{
    position: relative;
    z-index: 1;
    color:#fff;
    font-size: 1.5em;
    margin-bottom: .8em;
    background: #fc503b;
    padding: .4em 0;
    border-radius: 10px 10px 0 0;
}
#yearend-cleaning h3{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    margin-bottom: .8em;
    border-top: 1px #fff dashed;
    padding-top: .7em;
}
#yearend-cleaning h3 .txt{
    color:#fff;
    margin: 0 1em 0;
    font-size: 1.7em;
    display: flex;
    align-items: center;
}
#yearend-cleaning h3 .txt .cate{
    color: #ffffff;
    font-size: .8em;
    display: inline-block;
    border: 1px solid;
    padding: .2em .2em .3em .3em;
    line-height: 1.1em;
    border-radius: 4px;
    margin-right: .3em;
}
#yearend-cleaning h3 img{
    width: 5%;
    animation: yureru-updown 2s infinite;
}
@keyframes yureru-updown {
	0% {
		transform: translate(0px, 1px);
	}
	5% {
		transform: translate(0px, -1px);
	}
	10% {
		transform: translate(0px, 1px);
	}
	15% {
		transform: translate(0px, -1px);
	}
	20% {
		transform: translate(0px, 1px);
	}
	25% {
		transform: translate(0px, -1px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}
#yearend-cleaning h4{
    color:#34b1db;
    font-size: 1.2em;
}
/*-----------------------------------------------*/
/*ナビ*/
/*-----------------------------------------------*/
#yearend-cleaning .navi__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}
#yearend-cleaning .navi__list.notcoupon {
    display: none;
}
#yearend-cleaning .navi__list a{
    background: #5b98ee;
    border-radius: 8px;
    position: relative;
}
#yearend-cleaning .navi__list a .name{
    font-size: 1.1em;
    padding: .4em 0 .5em 0;
    color: #fff;
}
#yearend-cleaning .navi__list a .name .cate{
    font-size: .9em;
    display: inline-block;
    padding:.2em .3em;
    line-height: 1.1em;
    margin-right: .3em;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #aecdf0;
}
#yearend-cleaning .navi__list img{
    border-radius: 8px 8px 0 0;
}
/* スタンプラリー上テキスト */
#yearend-cleaning .navi__list__text {
    position: relative;
    grid-column: 1/3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#yearend-cleaning .navi__list__text p {
    font-size: 1rem;
}
#yearend-cleaning .navi__list__text .img {
    width: 12%;
}
#yearend-cleaning .navi__list__text .img img {
    border-radius: 0;
}
/* スタンプラリー上クーポンボタン */
#yearend-cleaning .navi__list__coupon {
    grid-column: 1/3;
}
#yearend-cleaning .navi__list__coupon p {
    font-size: 1rem;
}
#yearend-cleaning .navi__list__coupon p span{
    background: linear-gradient(transparent 60%, #ffe4d2 40%);
    font-weight: bold;
    color: #ff3500;
    font-size: 1.1em;
}
#yearend-cleaning .navi__list__coupon .action-cpget {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding: .5em 0;
    box-shadow: 0 4px 0 #0b3481;
    transition: .3s;
}
#yearend-cleaning .navi__list__coupon .action-cpget:hover {
    background-color: #1051c9;
    color: #FFF;
    opacity: .8;
}
#yearend-cleaning .navi__list__coupon .action-cpget .left {
    position: absolute;
    left: 1%;
    width: 10%;
}
#yearend-cleaning .navi__list__coupon .action-cpget .right {
    position: absolute;
    right: 0;
    width: 10%;
}
#yearend-cleaning .action-cpget:before {
    content: '超目玉商品に使える！\A 4,000円OFFクーポンをGETする >';
    white-space: pre;
}
/* 獲得済み */
#yearend-cleaning .action-cpget.status-1,
#yearend-cleaning .action-cpget.disabled {
    box-shadow: 0 4px 0 #858585;
}
#yearend-cleaning .action-cpget.status-1:before,
#yearend-cleaning .action-cpget.disabled:before {
    content: 'クーポンは獲得済みです。\Aお買い物をお楽しみください。';
    white-space: pre;
}
/*-----------------------------------------------*/
/*スタンプラリー制御*/
/*-----------------------------------------------*/
#yearend-cleaning .navi__list .navi-movie{
    position: relative;
}
/*動画の上にスタンプがつく*/
#yearend-cleaning .navi__list .stamp {
    content: "";
    top: 0;
    left: 0;
    width: 35%;
    position: absolute;
    background-position: center;
}
/*-----------------------------------------------*/
/*遊び方*/
/*-----------------------------------------------*/
#yearend-cleaning .syosai-box{
    margin: 2em auto;
    position: relative;
    text-align: left;
    max-width: 700px;
    display: grid;
    background: #f9eeed;
    padding:.5em 1.6em 1.6em 1.6em;
    border-radius: 10px;
    gap: .3em;
}
#yearend-cleaning .syosai-box .title{
    font-size:1.5em;
    color: #fc503b;
    font-weight: bold;
    text-align: center;
}
#yearend-cleaning .syosai-box img{
    margin: 0 auto 1em auto;
    display: flex;
}
#yearend-cleaning .syosai-box h5{
    font-size: 1.1em;
    background:#fc503b;
    padding: .5em 0 .5em 1em;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
#yearend-cleaning .syosai-box h5.top{
    margin-top: 1em;
}
#yearend-cleaning .syosai-box p{
    font-size: .9em;
}
/*-----------------------------------------------*/
/*もっと見る 設定*/
/*-----------------------------------------------*/
#yearend-cleaning .readmore {
    position: relative;
    margin: 0;
    padding: 0 0 4em;
}
#yearend-cleaning .readmore label {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 3%;
    margin: 0 auto;
    width: 30%;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #222;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 6;
}
#yearend-cleaning .readmore label::before{
    content: 'もっと見る';
}
#yearend-cleaning .readmore input[type="checkbox"]:checked ~ label {
    bottom:1.5%;
}
#yearend-cleaning .readmore input[type="checkbox"]:checked ~ label::before {
    content: '元に戻す';
}
#yearend-cleaning .readmore input[type="checkbox"]{
    display: none;
}
#yearend-cleaning .readmore-content {
    position: relative;
    height: 1020px;
    overflow: hidden;
}
#yearend-cleaning .readmore input[type="checkbox"]:checked ~ .readmore-content {
    height: auto;
}
#yearend-cleaning .readmore-content::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:5em;
    background: rgb(0,0,0);
    background:linear-gradient(0deg, rgb(247 250 254) 20%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
    transition: .4s;
}
#yearend-cleaning .readmore input[type="checkbox"]:checked ~ .readmore-content::before{
    opacity: 0;
    visibility: hidden;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
#yearend-cleaning .item-list {
    display:grid;
    gap: 1.5em;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
#yearend-cleaning .col_1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
}
#yearend-cleaning .col_1 li:nth-child(2n) .item-list-img{
    order: 1;
}
#yearend-cleaning .col_2 {
    grid-template-columns: repeat(2, 1fr);
}
#yearend-cleaning .col_3 {
    grid-template-columns: repeat(3, 1fr);
}
#yearend-cleaning .item-list >li {
    border-radius: 10px;
}
#yearend-cleaning .item-list >li >a{
    display: flex;
    align-items: center;
    background:rgb(255 255 255 / 95%);
    border-radius: 10px;
    box-shadow:0 30px 15px -20px rgba(47, 112, 202, 0.5);
    height: 100%;
    align-content: space-between;
}
#yearend-cleaning .item-list.col_2 >li >a,
#yearend-cleaning .item-list.col_3 >li >a{
    flex-wrap: wrap;
    justify-content: center;
}
#yearend-cleaning .item-list >li >a:hover{
    box-shadow: none;
}
/******** 内容 ********/
#yearend-cleaning .col_1 .item-list-content{
    display: flex;
    gap: 1em;
    width: 44%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#yearend-cleaning .col_2 .item-list-content,
#yearend-cleaning .col_3 .item-list-content{
    padding: .7em 0 .8em;
    display: grid;
    gap: .8em;
    width: 90%;
    margin: 0 auto;
}
/******** 画像 ********/
#yearend-cleaning .col_1 .item-list-img img{
    border-radius: 10px 0 0 10px;
}
#yearend-cleaning .col_1 li:nth-child(2n) .item-list-img img{
    border-radius:0 10px 10px 0;
}
#yearend-cleaning .col_2 .item-list-img img,
#yearend-cleaning .col_3 .item-list-img img{
    border-radius: 10px 10px 0 0;
}
/******** 商品名 ********/
#yearend-cleaning .item-list-txt{
    font-size:1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
    width: 100%;
    color:#5b98ee;
    gap: .4em;
    flex-direction: column;
    font-weight: bold;
}
#yearend-cleaning .item-sokyu{
    color: #333;
    height: 25px;
}
#yearend-cleaning .item-hansoku{
    background-color:#e93d3d;
    color: #fff;
    padding:.1em .5em ;
    margin-top: 2px;
    font-size: 1.1em;
}
/******** 掃除場所 ********/
#yearend-cleaning .item-list-area {
    position: relative;
    margin-top: .7em;
}
#yearend-cleaning .item-list-area dt{
    position: absolute;
    top: -.8em;
    left: 0;
    right: 0;
    color: #656c72;
}
#yearend-cleaning .item-list-area dd{
    background: #eee;
    padding:.8em 0 .4em 0;
    border-radius: 100px;
    color: #656c72;
}
/******** 矢印 ********/
#yearend-cleaning .item-list-price {
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#yearend-cleaning .item-list-price::after{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #e93d3d;
    border-right: 2px solid #e93d3d;
    margin-left:.4em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#yearend-cleaning li.motoprice,
#yearend-cleaning span.spesicalprice,
#yearend-cleaning li.intax {
	display: none;
}
#yearend-cleaning li.price,
#yearend-cleaning .item-list-price {
	color:#e93d3d !important;
	font-size: 2.3em;
    font-family: 'Lato';
    font-weight: bold;
    line-height: 1.2em;
}
#yearend-cleaning .col_1 li.price,
#yearend-cleaning .col_1 .item-list-price {
	font-size: 3em;
}
#yearend-cleaning .buy_price>ol,
#yearend-cleaning .buy_price>ul{
    margin: 0 auto
}
/*-----------------------------------------------*/
/*カテゴリ*/
/*-----------------------------------------------*/
#yearend-cleaning .category__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}
#yearend-cleaning .category__list a{
    display: flex;
    align-items: center;
    gap: .4em;
    background: #fff;
    border-radius: 8px;
    position: relative;
}
#yearend-cleaning .category__list a .name{
    font-size: 1.1em;
    text-align: left;
    color: #58bec7;
}
#yearend-cleaning .category__list img{
    width: 32%;
    border-radius: 8px 0 0 8px;;
}
/******** 矢印 ********/
#yearend-cleaning .category__list a::after{
    position: absolute;
    top:50%;
    right: .8em;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #58bec7;
    border-right: 2px solid #58bec7;
    margin-left:.4em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*-----------------------------------------------*/
/*その他こちら*/
/*-----------------------------------------------*/
#yearend-cleaning .btn-black {
	margin:1em auto 0 auto;
	display: flex;
	gap: 1em;
    width: 60%;
}
#yearend-cleaning .btn-black a {
	color:#fff !important;
	position: relative;
	font-size: 1.2em;
	width: 90%;
	padding: 10px 0;
	align-items: center;
    margin: 0 auto;
}
#yearend-cleaning .btn-black a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    top: 42%;
    right: 4%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
/*hover*/
#yearend-cleaning .btn-black a:hover {
	color:#222 !important;
}
#yearend-cleaning .btn-black a:hover::after {
    right: 3%;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
/*-----------------------------------------------*/
/*おすすめ特集*/
/*-----------------------------------------------*/
#yearend-cleaning .feature-box{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap:1em;
    justify-content: center;
}
#yearend-cleaning .feature-box li a{
    border: 1px solid #fff;
    border-radius:10px;
}
#yearend-cleaning .feature-box li a img{
    border-radius:9px;
}
/*-----------------------------------------------*/
/*SNSキャンペーン*/
/*-----------------------------------------------*/
#yearend-cleaning .inner{
    background: rgb(255 255 255 / 95%);
    border-radius:10px;
}

#yearend-cleaning .inner-img img{
    border-radius:10px 10px 0 0;
    width: auto;
}

/* 241219追加 */
#yearend-cleaning .contents_img {
    display: flex;
    flex-wrap: wrap;  
    width: 100%;
}
#yearend-cleaning .contents_img .img_2,
#yearend-cleaning .contents_img .img_3{
    width:calc(100% / 2) ;
}
/* 241219追加 */

#yearend-cleaning .howto{
    text-align: left;
    max-width: 750px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: .6em 0;
}
#yearend-cleaning .howto dt{
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px dashed #ababab;
    padding-bottom: .2em;
    margin-bottom: .2em;
}
#yearend-cleaning .howto dd{
    margin-bottom: 1em;
}
#yearend-cleaning .howto ol li {
    margin-left: 1.5em;
    padding-left: 0.2em;
    list-style:decimal !important;
}
#yearend-cleaning .howto ol li::marker {
    font-size: 1.1em;
}
#yearend-cleaning .howto ol li .tag {
    font-size: 1.1em;
    display: inline-block;
    color: #15b0a4;
    font-weight: bold;
}



/*------------------------------------------*/
/*アプリ限定キャンペーン*/
/*-----------------------------------------------*/
/* #yearend-cleaning .contents_img { 
    display: flex;
    flex-wrap: wrap;  
    width: 100%;
    margin: 3% auto;
}
#yearend-cleaning .contents_img .img_2,
#yearend-cleaning .contents_img .img_3{
    width:calc(100% / 2) ;
}
*/

/*-----------------------------------------------*/
/*1カラムバナー*/
/*-----------------------------------------------*/
#yearend-cleaning .bn img{
    border-radius: 10px;
    width: auto;
}
/*-----------------------------------------------*/
/*リユースサービス*/
/*-----------------------------------------------*/
#yearend-cleaning .reuse-text1 {
    font-size: 1.4rem;
    color: #e50113;
    font-weight: bold;
    margin-bottom: .2em;
}
#yearend-cleaning .reuse-text2 {
    font-size: 1.5rem;
    background: #e50113;
    color: #FFF;
    display: inline-block;
    padding: .1em 1em;
    margin-bottom: .2em;
}
#yearend-cleaning .reuse-text2 span {
    font-size: 1.1em;
}
#yearend-cleaning .reuse-text3 {
    font-size: 1rem;
    padding-bottom: 3%;
}
/*-----------------------------------------------*/
/*おみくじエリア*/
/*-----------------------------------------------*/
#yearend-cleaning .game-start-btn,
#yearend-cleaning .start-btn{
    background: #f7f637;
    width: 40%;
    margin:1em auto 0 auto;
    border-radius: 10px;
    padding: .3em 0 .4em 0;
    font-size: 1.5em;
    color: #fc503b;
    border: 3px solid;
    font-weight: bold;
    cursor:pointer;
    box-shadow: 0 4px 0 #bca880;
    transition: 0.3s all;
}
#yearend-cleaning .game-start-btn.done{
    background: #aaa;
    color: #fff;
    pointer-events: none;
    box-shadow: none;
}
#yearend-cleaning .game-start-btn:hover{
    opacity: .9;
    transform: translateY(2px);
    box-shadow: none;
}
/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
@media screen and (max-width: 1300px){
    #yearend-cleaning .nav_wrap {
        display: none !important; 
    }
}
/* 動画視聴判定 */
#yearend-cleaning .cate_nav_fixed {
    display: block;
}
#yearend-cleaning .cate_nav_fixed.notcoupon {
    display: none;
}
#yearend-cleaning .nav_wrap {
    position:fixed;
    z-index: 11;
	bottom: 0;
	right:3em;
    width: 230px;
    height: 100vh;
}
#yearend-cleaning .nav_wrap.panelactive .nav_inner {
    position: fixed;
    z-index: 11;
    width: 2030px;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*内容*/
#yearend-cleaning .nav_wrap ul {
    position: absolute;
    z-index: 999;
    width:100%;
    top: 30%;
}
/**********▼ PC・SMP共通 数値変更のみ▼**********/
#yearend-cleaning .navigation ul {
    display:grid;
    gap: .5em;
}
#yearend-cleaning .navigation ul li a {
    position: relative;
    padding:1em 0;
    background: #fff;
    line-height: 1.3em;
    text-align: center;
    border-radius:100px;
}
#yearend-cleaning .navigation ul li.pagetop a {
    background:rgb(255 255 255 / 23%);
    border: 1px solid #fff;
}
#yearend-cleaning .navigation ul li img{
    width:20%;
    border-radius: 100px;
}
#yearend-cleaning .navigation ul li .navi-name{
    color: #4189da;
    font-size: 1em;
}
#yearend-cleaning .navigation ul li .navi-name .cate{
    font-size: 1em;
    display: inline-block;
    padding: .3em .2em;
    line-height: 1.1em;
    margin-right: .2em;
    color: #4189da;
    border-radius: 4px;
    border: 1px solid #aecdf0;
}
#yearend-cleaning .navigation ul li.pagetop .navi-name{
    color: #fff;
}
/*hover*/
#yearend-cleaning .navigation ul li a:hover {
    opacity: 0.8;
}
/**********▲ PC・SMP共通 数値変更のみ▲**********/

/*==============================================
モーダル ここから
================================================*/
#yearend-cleaning .video-op-img {
    width: 90%;
    margin: 0 auto 3%;
}

#yearend-cleaning .modal__wrap {
    display: none;
    width: 100%;
}
#yearend-cleaning .modal__wrap.notcoupon {
    display: block;
}
#yearend-cleaning .modal__wrap input {
    display: none;
}

#yearend-cleaning .modal__open-label,
#yearend-cleaning .modal__close-label {
    cursor: pointer;
}
/* お掃除スタートボタン */
#yearend-cleaning .modal__open-label {
    width: 90%;
    max-width: 700px;
    color: #fc503b;
    font-size: 1.2rem;
    border-radius: 10px;
    border: 3px solid;
    box-shadow: 0 4px 0 #bca880;
    display: block;
    margin: 0 auto;
    transition: .3s;
}
#yearend-cleaning .modal__open-label:hover {
    transform:scale(1.02);
    cursor: pointer;
}
#yearend-cleaning .modal__open-label img{
    border-radius: 10px;
}

#yearend-cleaning .modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

#yearend-cleaning .modal__open-input:checked + label + input + .modal {
    display: block;
    animation: modal-animation .6s;
}

#yearend-cleaning .modal__content-wrap {
    position: absolute;
    left: 50%;
    top: calc(50% - -180px);
    transform: translate(-50%, -68%);
    width: 80%;
    max-width: 500px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

#yearend-cleaning .modal__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    position: fixed;
    bottom: 102%;
    right: 0%;
    z-index: 99999;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#yearend-cleaning .modal__content {
    overflow-y: auto;
    padding: 5%;
    display: flex;
    align-items: center;
}
#yearend-cleaning .modal__content .video-wrap {
    width: 100%;
    height: auto;
    position: relative;
}
/* モーダル内テキスト */
#yearend-cleaning .modal__content .video-text {
    font-size: 1rem;
}
#yearend-cleaning .modal__content .video-text.top {
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}
#yearend-cleaning .modal__content .video-text.top .img {
    width: 18%;
}
#yearend-cleaning .modal__content .video-text.top p {
    font-size: 1rem;
}
#yearend-cleaning .modal__content .video-text.bottom {
    margin-top: 1%;
}
#yearend-cleaning .modal__content .video-text .marker {
    font-size: 1em;
    color: #ff3500;
    background: linear-gradient(transparent 60%, #ffe4d2 40%);
}
#yearend-cleaning .modal__content .video{
    width: 100%;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
}
#yearend-cleaning .modal__content .video-btn-wrap {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#yearend-cleaning .modal__content .video-btn-wrap.active {
    display: block;
}
#yearend-cleaning .modal__content .video-btn-wrap .action-cpget {
    background-color: #eb0012;
    color: #FFF;
    border: 2px solid #FFF;
    padding: .5em 2em;
}

#yearend-cleaning .modal__content .video-btn-wrap .video-close-btn {
    display: none;
    background-color: #222;
    color: #FFF;
    border: 2px solid #FFF;
    padding: .5em 2em;
    border-radius: 5px;
    white-space: nowrap;
}
/* OP注意書き */
#yearend-cleaning .video-cap{
    font-size: .9rem;
    color: #3e3e3e;
    margin: 2% 0;
}
#yearend-cleaning .video-cap span{
    font-size: 1em;
    background: linear-gradient(transparent 60%, #ffe4d2 40%);
    font-weight: bold;
    color: #ff3500;
}
#yearend-cleaning .modal__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}
@keyframes modal-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*==============================================
モーダル ここまで
================================================*/


#yearend-cleaning .toggle-section {
    display: block;
}
#yearend-cleaning .toggle-section.notcoupon {
    display: none;
}
#yearend-cleaning .readmore.notcoupon .readmore-content {
    height: 490px;
}
#yearend-cleaning .readmore.notcoupon label {
    width: 50%;
    pointer-events: none;
}
#yearend-cleaning .readmore.notcoupon label::before {
    content: '詳細は「お掃除スタンプラリーSTART」を\Aタップしてから！';
    white-space: pre;
}

.item-list-price {
    display: flex;
    flex-wrap: wrap;
}
.price-icon {
    display: flex;
    justify-content: center;
    margin: 0 1em 0 0;
}
.price-icon p {
    display: inline-block;
    font-size: .9rem;
    background-color: #222;
    padding: .6em 1em 0.6em 1.1em;
    line-height: 1;
}
.price-icon.sale p {
    background-color: #e93d3d;
    color: #FFF;
}
.price-icon.medama p {
    background-color: #f1da3e;
    color: #e93d3d;
}