@charset "shift_jis";
/* CSS Document */
/* ==================================================
   基本設定
================================================== */

#rainyseason2023  {
    width: 100%;
}
#rainyseason2023 .pc_none ,#rainyseason2023 .smp{
    display: none !important;
    }
    
#rainyseason2023 img{
    width: 100%
    }
#rainyseason2023 a{
    display:block;
    }
#rainyseason2023 a:hover{
    opacity: 0.9;
    color:#222 !important;
    }

/* 1 ~ 4 カラムレイアウト
================================================== */
#rainyseason2023  ul[class^="col_"] {
    width: 100%;
  	display: flex;
  	flex-wrap: wrap;
    justify-content: flex-start;
}
#rainyseason2023  ul[class^="col_"] > li {
    position: relative;
}
#rainyseason2023  ul[class^="col_"] > li > a {
    display: block;
}
#rainyseason2023  ul[class^="col_"] > li > a > img {
    width: 100%;
    height: auto;
}

#rainyseason2023  ul[class^="col_"] > li > a:hover {
   background: #ffffffd1;
}



/* 1カラム */
#rainyseason2023  ul.col_1 > li { width: 100%; }
#rainyseason2023  ul.col_1 > li:nth-child(n+2) { margin-top: 20px; }

/* 2カラム */
#rainyseason2023  ul.col_2 > li {
    width: calc((100% - 20px*1)/2);
    margin-right: 20px;
}
#rainyseason2023  ul.col_2 > li:nth-child(2n) { margin-right: 0; }
#rainyseason2023  ul.col_2 > li:nth-child(n+3) { margin-top: 20px; }

/* 3カラム */
#rainyseason2023  ul.col_3 > li {
    width: calc((100% - 27px*2)/3)!important;
    margin:10px 10px 10px 0;
    border-right: 1px dashed #d9e3eb;
    padding:0 10px 10px 0;
}
#rainyseason2023  ul.col_3 > li:nth-child(3n) { 
    margin-right: 0;
    border-right:none;
    padding-bottom:0;
    }

/* 4カラム */
#rainyseason2023  ul.col_4{
    margin: 0 auto;
    background:#fff;
    justify-content: center;
}
#rainyseason2023  ul.col_4 > li {
    width: calc((100% - 19px*3)/4)!important;
    background: #fff;
    margin-right: 1%;
}
#rainyseason2023  ul.col_4 > li a{
    padding: 1%;
}
#rainyseason2023  ul.col_4 > li:nth-child(4n) { margin-right: 0; }


#rainyseason2023  ul.col_4 > li a .spec dt{
   font-size:14px;
}





/* 調整用
================================================== 
@media screen and (max-width: 1024px) {
    #rainyseason2023  #other ul[class^="col_"] > li {
        width: 90%;
    }
}*/

/* =================================================
   看板
================================================== */
#rainyseason2023  .main_title {
    position: relative;
    width: 100%;
    height: 26vw;/*520px*/
    text-align: center;
}

#rainyseason2023  .main_title h1 {
    display: inline-block;
    width: 26vw;/*520px*/
    height: 26vw;
    position: absolute;
    top: 0;
    left: calc(50% - 13vw);/*260px*/
    z-index: 100;
}
#rainyseason2023  .main_title h1 img {
    width: 100%;
    height: auto;
}


/*230501_梅雨対策特集追加*/
#rainyseason2023  .main_title02{
    width:100%;
    
    background-size: cover;
    background-position: center 0px;
    background-repeat: no-repeat;
}
#rainyseason2023  .main_title02 h1 .rainy_title{
    width:50%;
    max-height:549px;
    display: block;
    margin: auto;
}

/*230615_梅雨対策バナー追加*/
#rainyseason2023 .bn{
    margin: 20px auto !important;
}
#rainyseason2023 .bn img{
    width: 100%;
}

/* ==================================================
   リードテキスト
================================================== */
#rainyseason2023  dl.read {
    width: 100%;
    margin: 2% auto ;
    text-align: center;
}
#rainyseason2023  dl.read dt {
    position: relative;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
}
#rainyseason2023  dl.read dt span {
    position: relative;
    padding: 0 0.5em;
}
#rainyseason2023  dl.read dt span::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #f7ff00;
}
#rainyseason2023  dl.read dd {
    font-size: 16px;
    color: #666;
}

/* ==================================================
   ナビゲーション
================================================== */
#rainyseason2023 .navi {
    margin:4% auto;
    max-width: 1000px;
    
}

#rainyseason2023 .navi ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    }

#rainyseason2023 .navi ul li a{
    display:block;
    padding:13px 0;
    color:#fff;
    position: relative;
    font-size: 17px;
    border-radius: 7px;
     background: #7292c1;
    
}

#rainyseason2023 .navi ul li.navi_kaden a{
    background: #89b8d4;
    
}

#rainyseason2023 .navi ul li{
    text-align: center;
    width: calc((100% - 3% )/ 3);
    margin: 0 1.5% 1% 0;
    box-sizing: border-box;
   
}

#rainyseason2023 .navi ul li a:hover{
    color:#fff !important;
    background: #82c4ca;
}
#rainyseason2023 .navi ul li:nth-child(3n){margin-right:0;}


#rainyseason2023 .navi ul li a:after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    bottom:26%;
    right:3%;
    color: #fff;
}


#rainyseason2023 .navi ul a:hover:after{
    color:#fff;
    bottom:23%;
}


/*ナビゲーション2 */
#rainyseason2023  .nav2 {
    width: 100%;
}
#rainyseason2023  .nav2 ul {
    width: 910px;
  	display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    padding-bottom:20px;
}
#rainyseason2023  .nav2 ul li {
    width: 240px;
}
#rainyseason2023  .nav2 ul li a {
    position: relative;
    display: block;
    text-align: center;
}

#rainyseason2023  .nav2 ul li a dl {
    position: relative;
    width: 100%;
  	display: flex;
  	flex-direction: column;
}
#rainyseason2023  .nav2 ul li a dl dt {
    position: relative;
    order: 2;
    width: 80%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: -1.5em auto 0;
    background-color: #fff;
    padding: 0.75em 0;
    border-radius: 2px;
}
#rainyseason2023  .nav2 ul li a dl dt::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 8%;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(45deg);
}

#rainyseason2023  .nav2 ul li a dl dd img {
    border-radius: 50%;
    border: solid 8px #fff;
}


/* サブナビ　*/
#rainyseason2023  .nav_fixed {
    /*display: none!important;*/
    position: fixed;
    right: 0;
    top: 11vw;
    z-index: 200;
    background-color: #ffffffd6;
}
#rainyseason2023  .nav_fixed ul {
    width: 200px;
    display: flex;
    flex-direction: column;
}
#rainyseason2023  .nav_fixed ul li {
 border-top: dotted 1px #ccc;   
}
#rainyseason2023  .nav_fixed ul li:last-child {
 border-bottom: dotted 1px #ccc;   
}
#rainyseason2023  .nav_fixed ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 25px 0;
    transition: all 0.3s;
    
}
#rainyseason2023  .nav_fixed ul li a img {
    display: none;
}

#rainyseason2023  .nav_fixed ul li a:hover {
    background-color: #e6edf629;
    color: #7292c1 !important;
}

#rainyseason2023 .nav_fixed ul li.others a{
    background: #eaf8f8;
    color: #2d7e8e;
    position: relative;
    
}
#rainyseason2023 .nav_fixed ul li.others a::after{
    position: absolute;
    top: calc(50% - 4px);
    right: 6%;
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-right: solid 2px #2d7e8e;
    border-bottom: solid 2px #2d7e8e;
    transform: rotate(-45deg);/**/
     transition: all 0.3s;
}

#rainyseason2023 .nav_fixed ul li.others a:hover{
    background: #78c1c1;
    color: #fff !important;
}


#rainyseason2023 .nav_fixed ul li.others a:hover::after{
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    right: 4%;
}




/* ==================================================
   コンテンツエリア
================================================== */
/* 共通
================================================== */
#rainyseason2023  .section {
    position: relative;
    width: 100%;
    padding: 0 0 8% 0;
}
/*
#rainyseason2023  .section#section01 { background-color: #f5f9fa; }
#rainyseason2023  .section#section02 { background-color: #f1f5ff; }
#rainyseason2023  .section#section03 { background-color: #ecfdff; }
*/




#rainyseason2023  .section .inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/* 合わせ買い
================================================== */
#rainyseason2023  .awase {
    border: 20px solid #f5f8fb;
}


/* 見出し
================================================== */
/* 見出しレベル1 */
#rainyseason2023  .title_l01 {
    position: relative;
    width: 100%;
    font-size: 40px;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 20px;
    color:#515358;
    
}

#rainyseason2023  .title_l01 span {
    display: block;
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.25em;
    margin: 0 auto 10px;
}
#rainyseason2023  .title_underline{
    display: block;
    margin:  10px auto;
    width:160px;
}
/* 見出しレベル2 */
#rainyseason2023 .title_l02 {
    position: relative;
    font-size: 25px;
    text-align: center;
    margin:0;
    padding: 0;
    color: #7292c1;
    font-weight: unset;
    letter-spacing: 3px;
    background: #fff;
    padding:1% 0;
}
/*
#rainyseason2023 .title_l02::after {
    position: absolute;
    bottom: 13%;
    left: 49.5%;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: solid 2px #7292c1;
    border-bottom: solid 2px #7292c1;
    transform: rotate(45deg);
}*/


#rainyseason2023 .title_l02 span{
    font-size: 35px;
    margin: 0 0.5%;
    color: #d8a92e;

}
#rainyseason2023  .tabContent .title_l02 {
    padding: 0 0 40px;
}

/*
#rainyseason2023 .title_l02:before,
#rainyseason2023 .title_l02:after {
    position: absolute;
    top: 48%;
    width:280px;
    border-top: 1px dashed;
    content: '';
}

#rainyseason2023 .title_l02:before {
    left: 4rem;
}

#rainyseason2023 .title_l02:after {
    right:4rem;
}*/

/* 見出しレベル3 */
#rainyseason2023  .title_l03 {
    position: relative;
    width: 100%;
    font-size: 32px;
    letter-spacing: 0.15em;
    text-align: center;
    padding: 40px 0 40px;
}
#rainyseason2023  .attend{
    color: #3c73c5;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em;
}

/* ==================================================
   商品紹介
================================================== */
/* PICK UP商品
================================================== */

#rainyseason2023  .item_box {
    width: 100%;
  	display: flex;
	align-items: center;
    margin-bottom: 40px;
}

/* アイコン */
#rainyseason2023  .thumb .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -11px;
    left: -5px;
    width: 90px;
    height: 90px;
    background-color: #d5b735;
    border-radius: 120px;
    z-index: 500;

}
#rainyseason2023  .thumb .icon span {
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
}

#rainyseason2023  .thumb .icon_small {
    display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70px;
  height: 70px;
  background-color: #d5b735;
  border-radius: 120px;
  z-index: 500;

}
#rainyseason2023  .thumb .icon_small span {
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
}

#rainyseason2023  .bg-white{
    background-color: #a2bbdf1c;
    padding: 1% 2%;
}


/* 商品紹介　4カラム
================================================== */
/*#rainyseason2023  .list_other > li { background-color: #fff; }*/
#rainyseason2023  .list_other li a {
    position: relative;
    display: block;
    padding-bottom: 0;
}
/*#rainyseason2023  .list_other li:nth-child(n+4) { margin-top: 20px;}*/

/* タブ
================================================== */

#rainyseason2023  .tabMenu {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin-top: 40px;
}
#rainyseason2023  .tabMenu::after {
	position: absolute;
	top: 100%;
	left: 0;
	display: inline-block;
	content: "";
	width: 100%;
	height: 2px;
	border-radius: 4px;
}

#rainyseason2023  .tabMenu li {
	color: #fff;
	font-size: 25px;
	background-color: #bebdbd;
	padding: 0;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
    text-align: center;
    outline-offset: -2px;
    height: 2.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}
#rainyseason2023  .tabMenu li span{
	font-size: 17px;
    font-weight: normal;
}



#rainyseason2023  .tabMenu.tab2clm li { width: calc((100% - 10px*1)/2); }
#rainyseason2023  .tabMenu.tab3clm li { width: calc((100% - 10px*2)/3); }

#rainyseason2023  .tabMenu li:first-child { border-left: none; }
#rainyseason2023  .tabMenu li.active {
    color: #fff;
	font-weight: 700;
}
#rainyseason2023  .tabMenu li.active { background-color: #7292c1; height: 3.5em;margin-top: -0.7em;}

#rainyseason2023  .tabContents{
    background-color: #a2bbdf1c;
    border-top: 7px solid #7292c1;
    padding: 0 21px
}


#rainyseason2023  .tabContent {
	display: none;
	padding: 40px 0 0;
}
#rainyseason2023  .tabContent.active {
	display: block;
}

/* 1カラム
================================================== */
#rainyseason2023 .col_1 li a{
	display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 3%;
}

#rainyseason2023 .col_1 li .thumb{
    width: 115%;
}

#rainyseason2023 .col_1 li .spec dt{
    font-size:26px;
}

#rainyseason2023 .col_1 li .spec dt span{
    font-size:18px;
}

/* 共通
================================================== */
#rainyseason2023 .thumb {
    position: relative;
    width: 98.5%;
    overflow: hidden;
    border: 2px solid #fff;
}

#rainyseason2023 .col_4 .thumb {
    width: 100%;
    border: none;
}

#rainyseason2023  .item_box .thumb { width: 560px; overflow: visible; }
#rainyseason2023  .item_other .thumb { width: 220px; }
#rainyseason2023  .thumb img {
    width: 100%;
    height: auto;
}

#rainyseason2023 .icon{
    content: "";
    width: 150px;
    height: 117px;
    position: absolute;
    top: -14px;
    right: -18px;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    background-color: #7292c1;
    border-radius: 50%;
    padding-top: 32px;
}

#rainyseason2023 .icon span{
    color: #ff0;
    font-size: 20px;
}

/*
#rainyseason2023  .list_other a:hover .thumb img,
#rainyseason2023  .item_other a:hover .thumb img {
    transform: scale(1.0);
    transition: 0.2s all;
}*/

/* 商品説明 */
#rainyseason2023  .item_box .spec {
    width: 440px;
    padding-left: 40px;
    text-align: center;
}
#rainyseason2023  .list_other .spec {
    width: 100%;
    padding:0;
    text-align:center;
}

/* 商品名 */
#rainyseason2023 .spec dt {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
}

#rainyseason2023 .item_box .spec dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#rainyseason2023 .spec dt {
    font-size: 16px;
    margin: 12px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #515358;
}

#rainyseason2023 .spec dt span {/*型番*/
    font-size: 13px;
    font-weight: normal;
}
/*1カラム商品名*/
#rainyseason2023 .item_box .spec dt {
    font-size: 23px; 
}
/*4カラム商品名*/
#rainyseason2023 .col_4 .spec dt {
    font-size: 15px;
    height: 60px;
}



/* 訴求アイコン */
#rainyseason2023  .point {
    width: 100%;
    letter-spacing: -.40em;
    margin-top: 15px;
}
#rainyseason2023  .list_other .point,
#rainyseason2023  .item_other .point {
    margin-top: 5px;
}
#rainyseason2023  .point.pc_h2em { height: 2.7em; }
#rainyseason2023  .point li {
    display: inline-block;
    color: #fff;
    background-color: #7292c1;
    font-size: 16px;
    margin: 0 5px 5px 0;
    padding: 2px 10px;
    border-radius: 2px;
}

#rainyseason2023 .point li {
    font-size: 13px;
    margin: 0;
    padding: 1px 8px 1px 8px;
}

/* 価格プロ */
#rainyseason2023  .wrap_price {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

#rainyseason2023  .wrap_price::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 32%;
    right: 16%;
    border-top: solid 1px #676767;
    border-right: solid 1px #676767;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: all 0.3s;
}
#rainyseason2023  a:hover .wrap_price::after {
    right: 14%;
}


#rainyseason2023  .list_other .wrap_price,
#rainyseason2023  .item_other .wrap_price {
    margin: 10px 0;
}
#rainyseason2023  .wrap_price li.price {
    font-size:25px;
    color:#515358 !important;
}


#rainyseason2023 li.motoprice,
#rainyseason2023 li.intax,
#rainyseason2023 span.spesicalprice {
	display: none;
}


/* 購入ボタン */
#rainyseason2023  .flex-column{
    display: flex;
    flex-direction: column;
}
#rainyseason2023  .btn {/*非表示*/
    display:none;
    width: 85%;
    margin:0 auto;
}

#rainyseason2023  .btn span {
    position: relative;
    display: block;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    padding: 2% 0;
    border-radius: 50px;
    color: #676767;
    border-radius: 50px;
    border: 1px solid #c4c4c47a;
    transition: all 0.3s;
}



#rainyseason2023 .btn span::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 8%;
    border-top: solid 2px #676767;
    border-right: solid 2px #676767;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: all 0.3s;
}

/* hover */
#rainyseason2023 .btn a:hover span,
#rainyseason2023 a:hover .btn span {
    color: #fff !important;
    background-color: #b8bac1;
    border: 1px solid #c4c4c47a;
}


#rainyseason2023 .btn span:hover::after,
#rainyseason2023 a:hover .btn span::after  {
    right: 6%;
    border-color: #fff;
}

#rainyseason2023  .img_box {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

/* おすすめ特集
================================================== */
#rainyseason2023 h4 {
   color: #5b5656;
    margin: 0 0 1% 0;
    text-align: center;
    font-size: 27px;
    position: relative;
}

#rainyseason2023 .bn {
   width:75%;
   margin:0 auto;
}
#rainyseason2023 .bn a{
   margin:0 0 2% 0;
}

#rainyseason2023 h4:before , #rainyseason2023 h4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #5b5656;
    width: 25%;
    height: 1%;
}

#rainyseason2023 h4:before {
    left: 12.5%;
}

#rainyseason2023 h4:after {
    right: 12.5%;
}

/* 梅雨対策
================================================== */
#rainyseason2023 .event a{
    background: #fff;
    text-align: center;
    font-size: 20px;
    padding: 1% 0;
    border: 2px solid;
    color: #7292c1;
    border-radius: 7px;
    margin: 3% auto;
    position: relative;
    max-width: 1000px;

}
#rainyseason2023 .event a::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(-90deg);
    bottom:18%;
    right:38%;
    color: #7292c1;
}

#rainyseason2023 .event a:hover{
    color: #7292c1 !important;
}
#rainyseason2023 .event a:hover::after{
    right:37%;
}

/*-----------------------------------------------*/
/*クーポン*/
/*-----------------------------------------------*/
#rainyseason2023 .coupon {
    background-color: #fff;
    padding: 3% 0;
}


#rainyseason2023 .coupon a{
	border-radius: 50px;
    width: 50%;
    margin: 0 auto;
    color: #41b4d3;
    font-size: 24px;
    background: #fde567;
    padding: 10px 0;
    position: relative;
    border: 2px solid #FFF;
    box-shadow: 0 5px 0 #c4c7ca;
    text-align: center;
    
}
#rainyseason2023 .coupon a:hover{
    color: #5ba39f !important;
    opacity: 0.8;
}


#rainyseason2023 .coupon a::after{
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom: 0;
    top:0;
    right:-3%;
    color: #41b4d3;
    transition: all 0.3s;
}

#rainyseason2023 .coupon a:hover::after{
    right: -5%;
}

/*クーポン 3カラム用*/
#rainyseason2023 .coupon ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#rainyseason2023 .coupon ul li{
    width: calc((100% - 17% )/ 3);
    margin:0 1%;
}

#rainyseason2023 .coupon ul li a{
    font-size: 20px;
     width: 100%;
}
#rainyseason2023 .coupon ul li a span{
    font-size: 30px;
    font-family: 'Lato';
    font-weight: 700;
}


/*-----------------------------------------------*/
/*目玉商品*/
/*-----------------------------------------------*/

#rainyseason2023 .medama {
    background: #edf9fe;
    width: 58%;
    margin: 3% auto 5% auto;
    padding: 2% 13%;
    
}


#rainyseason2023 .medama h2 {
    font-size: 30px;
    text-align: center;
    color: #7292c1;
    margin: 0 0 3% 0;
}

#rainyseason2023 ul[class^="col_"] li a .point_icon {
    background-color: #fde567;
    background-size: contain;
    color: #41b4d3;
    display: flex;
    font-weight: 700;
    width: 80px;
    height: 80px;
    pointer-events: none;
    position: absolute;
    left: -1%;
    text-align: center;
    top: -2%;
    transform-origin: right top;
    border-radius: 50%;
    z-index: 10;
    flex-wrap: wrap;
    font-size:19px;
    justify-content: center;
    align-items: baseline;
    align-content: center;
    line-height: 1em;
    text-shadow: 1px 1px 0 #fff;
}
#rainyseason2023 ul[class^="col_"] li a .point_icon span {
    font-size: 29px;
    font-family: 'Lato';
    line-height: 1em;

}
#rainyseason2023 ul[class^="col_"] li a .point_icon div {
    line-height: 1.2em;
    font-size: 12px;

}


/*クーポン利用 二重価格*/
#rainyseason2023 .medama li a dd.wrap_price .buy_price {
    display: inline;
    margin: 0 6px;

}
#rainyseason2023 .medama li a {
    background: #fde567;
    background: #fff;

}

#rainyseason2023 .medama li a dd.wrap_price{
    color: #666;
    margin: 5px 0;

}

#rainyseason2023 .medama li a dd.coupon {
    background: #fde567;
    color: #41b4d3;
    border-radius: 50px;
    font-size: 15px;
    padding: 2px 0;
    width: 76%;
    margin: 5px auto;
    position: relative;

}

#rainyseason2023 .medama li a dd.coupon span{
    font-size: 20px;

}

#rainyseason2023 .medama li a dd.coupon::before {
    content: "";
    position: absolute;
    top: 96%;
    left: 48%;
    border: 9px solid transparent;
    border-top: 9px solid #fde567;

}

#rainyseason2023 .medama li a dd.coupon_price{
    font-size: 30px;
    color: #eb4e4e;
    font-family: 'Lato';

}

#rainyseason2023 .medama li a dd.coupon_price{
    font-size: 30px;
    color: #eb4e4e;
    font-family: 'Lato';

}

#rainyseason2023 .medama li a dd.wrap_price::after {
   display: none !important;
}

#rainyseason2023 .medama li.price {
   font-size:28px;
}


/* リードテキスト
================================================== */

#rainyseason2023  .read_line {
    opacity: 0;
}
#rainyseason2023  .read_line::after {
    opacity: 0;
    width: 0%;
}
#rainyseason2023  .read_line.is-animated {
    animation: read_Line 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s 1 normal forwards;
}
#rainyseason2023  .read_line.is-animated::after {
    animation: read_Line 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s 1 normal forwards;
}
@keyframes read_Line {
    0% {
        opacity: 0;
        width: 0%;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}

#rainyseason2023  .read_fadein {
    opacity: 0;
}
#rainyseason2023  .read_fadein.is-animated {
    animation: read_fadeIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s 1 normal forwards;
}
@keyframes read_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* ナビゲーション
================================================== */
#rainyseason2023  .nav_fadein {
    opacity: 0;
}
#rainyseason2023  .nav_fadein.is-animated {
    animation: nav_fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1s 1 normal forwards;
}
@keyframes nav_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* フェードイン
================================================== */

#rainyseason2023  .fadein {
    opacity: 0;
}
#rainyseason2023  .fadein.is-animated {
    animation: fadeIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 normal forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* 上方向にスライドイン
================================================== */

#rainyseason2023  .slidein {
    opacity: 0;
}
#rainyseason2023  .slidein.is-animated {
    animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1 normal forwards;
}
@keyframes slideIn {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/*-----------------------------------------------*/
/*アニメーション*/
/*-----------------------------------------------*/
#rainyseason2023 * a,
#rainyseason2023 * a:hover,
#rainyseason2023 * :hover,
#rainyseason2023 * a img,
#rainyseason2023 * a:hover img,
#rainyseason2023 * a::before,
#rainyseason2023 * a:hover::before,
#rainyseason2023 * a::after,
#rainyseason2023 * a:hover::after {
    transition: all 0.3s;
}


#rainyseason2023 .smp{display: none;}
