@charset "Shift_JIS";



/*-----------------------------------------------*/
/*PCベース*/
/*-----------------------------------------------*/


#thankyou2023{
    width: 1200px !important;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    padding:0 0 2vw 0;
    background: #ffebf0;
    overflow-x: hidden !important;
    }
    
#thankyou2023 .pc_none{
    display: none !important;
    }
    
#thankyou2023 img{
    width: 100%;
    }
#thankyou2023 a{
	text-decoration:none;
	display:block;
    color: inherit;
}
#thankyou2023 a:hover {
        opacity: 0.8;
    }
#thankyou2023 ul li{
	list-style: none;
}

#thankyou2023 h2 , #thankyou2023 ul , #thankyou2023 dd{
	margin: 0;
    padding:0;
}

/*-- PC版表示CSS  --*/
#thankyou2023 .pc_area{
    display:block;
  }
 #thankyou2023 .phone_area{
    display:none;
  }


/*-----------------------------------------------*/
/*CSSのみで桜散らす*/
/*-----------------------------------------------*/
#thankyou2023 .sakura {
    /* position: absolute; */
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden !important;
  
  }
  
  #thankyou2023 .sakura h1 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 5rem;
    color: #fff;
  }
  
  #thankyou2023 .sakura li{
    position: absolute;
    list-style: none;
    top: -50px;
    background: #ffdbed;
    border-radius: 0% 70%;  
    animation: fall 4s linear infinite, sway 2s ease-in-out infinite;
  }
  
  
  @keyframes fall {
    to {
      top: 120%;
    }
  }
  
  @keyframes sway1 {
    from {
      transform: translateX(0px) rotate(0deg);
    }
    to {
      transform: translateX(200px) rotate(-45deg);
    }
  }
  
  @keyframes sway2 {
    from {
      transform: translateX(200px) rotate(-45deg);
    }
    to {
      transform: translateX(0px) rotate(0deg);
    }
  }
  
  
  #thankyou2023 .sakura li:nth-child(1){
    left: 0%;
    width: 24px;
    height: 15px;
    animation: fall 25s linear infinite,
               sway1 3s ease-in-out infinite alternate;
    animation-delay: 0s;
  }
  
  #thankyou2023 .sakura li:nth-child(2){
    left: 5%;
    width: 17px;
    height: 13px;
    animation: fall 35s linear infinite,
               sway1 2s ease-in-out infinite alternate;
    animation-delay: 7s;
  }
  
  #thankyou2023 .sakura li:nth-child(3){
    left: 15%;
    width: 20px;
    height: 14px;
    animation: fall 25s linear infinite,
               sway1 3.5s ease-in-out infinite alternate;
    animation-delay: 10s;
  }
  
  #thankyou2023 .sakura li:nth-child(4){
    left: 30%;
    width: 16px;
    height: 10px;
    animation: fall 35s linear infinite,
               sway2 4s ease-in-out infinite alternate;
    animation-delay: 6s;
  }
  #thankyou2023 .sakura li:nth-child(5){
    left: 40%;
    width: 16px;
    height: 10px;
    animation: fall 35s linear infinite,
               sway1 4s ease-in-out infinite alternate;
    animation-delay: 0s;
  }
  #thankyou2023 .sakura li:nth-child(6){
    left: 55%;
    width: 24px;
    height: 15px;
    animation: fall 35s linear infinite,
               sway2 3s ease-in-out infinite alternate;
    animation-delay: 3s;
  }
  #thankyou2023 .sakura li:nth-child(7){
    left: 65%;
    width: 16px;
    height: 10px;
    animation: fall 35s linear infinite,
               sway2 3.5s ease-in-out infinite alternate;
    animation-delay: 6s;
  }
  #thankyou2023 .sakura li:nth-child(8){
    left: 50%;
    width: 13px;
    height: 9px;
    animation: fall 25s linear infinite,
               sway1 3s ease-in-out infinite alternate;
    animation-delay: 2s;
  }
  #thankyou2023 .sakura li:nth-child(9){
    left: 80%;
    width: 16px;
    height: 10px;
    animation: fall 35s linear infinite,
               sway2 4s ease-in-out infinite alternate;
    animation-delay: 3s;
  }
  

/*イベント アンカー
====================================*/
#thankyou2023 .event{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0;
}
#thankyou2023 .event h2{
    position: relative;
    font-size: 36px;
    color: #ee5270;
    margin: 0px auto 30px;
}
#thankyou2023 .event h2::before{
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: '';
    width: 15%;
    border-bottom: 5px solid #fb879e;
    transform: translate(-50%);
}
#thankyou2023 .event .col_4{
    width: 100%;
    margin: 0 auto;
}
#thankyou2023 .event .col_4 li{
    position: relative;
    width: calc((90% - 130px)/4);
    display: inline-block;
    margin-right: 15px;
}
#thankyou2023 .event .col_4 li:nth-child(4n){
    margin-right: 0;
}
#thankyou2023 .event .col_5{
    width: 100%;
    margin: 0 auto;
}
#thankyou2023 .event .col_5 li{
    position: relative;
    width: calc((90% - 0px)/5);
    display: inline-block;
    margin-right: 15px;
}
#thankyou2023 .event .col_5 li:nth-child(5n){
    margin-right: 0;
}


/*クーポン
====================================*/
#thankyou2023 .coupon{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 20px;
}
#thankyou2023 .coupon h2{
    font-size: 36px;
    color: #ee5270;
    margin: 0px auto 30px;
}
#thankyou2023 .coupon h2 span{
    font-size: 24px;
}
#thankyou2023 .coupon h3{
    font-size: 20px;
    color: #797979;
}
#thankyou2023 .coupon .col_3{
    width: 100%;
    margin: 0 auto 20px;
}
#thankyou2023 .coupon .col_3 li{
    position: relative;
    width: calc((90% - 140px)/3);
    display: inline-block;
    margin-right: 35px;
}
#thankyou2023 .coupon .col_3 li:nth-child(3n){
    margin-right: 0;
}
#thankyou2023 .coupon .btn{
    position: relative;
    width: 50%;
    margin: 15px auto;
}
#thankyou2023 .coupon .btn a{
    padding-bottom: 4px;
    font-size: 24px;
    color: #fff;
    background-color: #ee5270;
    border: solid 2px #ee5270;
    border-radius: 10px;
}
#thankyou2023 .coupon .btn::after{
    position: absolute;
    content: "";
    top: 38%;
    right: 10%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#thankyou2023 .coupon .btn a:hover{
    color: #ee5270;
    background-color: #fff;
    border: solid 2px #ee5270;
}
#thankyou2023 .coupon .btn:hover::after{
    border-top: 2px solid #ee5270;
    border-right: 2px solid #ee5270;
}
#thankyou2023 .coupon .teikibin{
    margin-top: 40px;
}
#thankyou2023 .coupon .teikibin h3{
    font-size: 24px;
    color: #f18b15;
}
#thankyou2023 .coupon .teikibin .btn{
    position: relative;
    width: 50%;
    margin: 15px auto;
}
#thankyou2023 .coupon .teikibin .btn a{
    padding-bottom: 4px;
    font-size: 24px;
    color: #fff;
    background-color: #f18b15;
    border: solid 2px #f18b15;
    border-radius: 10px;
}
#thankyou2023 .coupon .teikibin .btn::after{
    position: absolute;
    content: "";
    top: 38%;
    right: 10%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#thankyou2023 .coupon .teikibin .btn a:hover{
    color: #f18b15 !important;
    background-color: #fff;
    border: solid 2px #f18b15;
}
#thankyou2023 .coupon .teikibin .btn:hover::after{
    border-top: 2px solid #f18b15;
    border-right: 2px solid #f18b15;
}


/*アイテムリスト
====================================*/
#thankyou2023 #item{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 80px;
}
#thankyou2023 #item h2{
    font-size: 36px;
    color: #ee5270;
    margin: 0px auto;
}
#thankyou2023 #item h3{
    font-size: 30px;
    color: #da677e;
    margin: 0px auto 15px;
}
#thankyou2023 #item ul,
#thankyou2023 #item .col_2,
#thankyou2023 #item .col_3{
    width: 100%;
    margin: 0 auto 30px;
}
#thankyou2023 #item ul li{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
#thankyou2023 #item .col_2 li{
    position: relative;
    width: calc((100% - 20px)/2);
    margin-right: 10px;
    display: inline-block;
}
#thankyou2023 #item .col_2 li:nth-child(2n){
    margin-right: 0;
}
#thankyou2023 #item .col_3 li{
    position: relative;
    width: calc((100% - 40px)/3);
    margin-right: 10px;
    display: inline-block;
}
#thankyou2023 #item .col_3 li:nth-child(3n){
    margin-right: 0;
}

/* 1カラム用 */
#thankyou2023 #item ul li .shosai{
    padding: 10px 35px;
    background-color: #fff;
    text-align: left;
}
#thankyou2023 #item ul li .shosai h4{
    font-size: 20px;
    font-weight: 500;
    color: #444549;
}
#thankyou2023 #item ul li .shosai h4 span{
    font-size: 16px;
    color: #fff;
    padding: 2px 10px;
    margin: 0 5px 0 3px;
    background-color: #f67890;
}
#thankyou2023 #item ul li .kakaku{
    position: absolute;
    top: 89%;
    right: 26%;
}
#thankyou2023 #item ul li .kakaku .spesicalprice{
    display: none;
}
#thankyou2023 #item ul li .kakaku .price{
    font-size: 30px;
    color: #ee5270;
}
#thankyou2023 #item ul li .kakaku .intax{
    color: #ee5270;
}
#thankyou2023 #item ul li .btn{
    position: absolute;
    top: 88%;
    right: 4%;
    font-size: 20px;
    color: #fff;
    padding: 0 35px;
    background-color: #f67890;
    border-radius: 50px;
}

/* 2カラム用 */
#thankyou2023 #item .col_2 li .shosai{
    padding: 10px 0 55px 0px;
    background-color: #fff;
    text-align: center;
}
#thankyou2023 #item .col_2 li .shosai h4{
    font-size: 20px;
    font-weight: 500;
    color: #444549;
}
#thankyou2023 #item .col_2 li .shosai h4 span{
    font-size: 16px;
    color: #fff;
    padding: 2px 10px;
    margin: 0 5px 0 3px;
    background-color: #f67890;
}
#thankyou2023 #item .col_2 li .kakaku{
    position: absolute;
    top: 89%;
    right: 54%;

}
#thankyou2023 #item .col_2 li .kakaku .spesicalprice{
    display: none;
}
#thankyou2023 #item .col_2 li .kakaku .price{
    font-size: 30px;
    color: #ee5270;
    width: 67%;
}
#thankyou2023 #item .col_2 li .kakaku .intax{
    color: #ee5270;
}
#thankyou2023 #item .col_2 li .btn{
    position: absolute;
    top: 89%;
    right: 8%;
    font-size: 20px;
    color: #fff;
    padding: 0 35px;
    background-color: #f67890;
    border-radius: 50px;
}

/* 3カラム用 */
#thankyou2023 #item .col_3 li .shosai{
    padding: 10px 0 100px;
    background-color: #fff;
    text-align: center;
}
#thankyou2023 #item .col_3 li .shosai h4{
    font-size: 20px;
    font-weight: 500;
    color: #444549;
}
#thankyou2023 #item .col_3 li .shosai h4 span{
    font-size: 16px;
    color: #fff;
    padding: 2px 10px;
    margin: 0 5px 0 3px;
    background-color: #f67890;
}
#thankyou2023 #item .col_3 li .kakaku{
    position: absolute;
    top: 80%;
    right: 21%;
}
#thankyou2023 #item .col_3 li .kakaku .spesicalprice{
    display: none;
}
#thankyou2023 #item .col_3 li .kakaku .price{
    font-size: 30px;
    color: #ee5270;
    width: 67%;
}
#thankyou2023 #item .col_3 li .kakaku .intax{
    color: #ee5270;
}
#thankyou2023 #item .col_3 li .btn{
    position: absolute;
    top: 89%;
    right: 19%;
    font-size: 20px;
    color: #fff;
    padding: 0 35px;
    background-color: #f67890;
    border-radius: 50px;
}
#thankyou2023 #item .sonota_btn{
    width: 60%;
    margin: 0 auto;
    background-color: #da677e;
    border: solid 2px #da677e;
    border-radius: 10px;
}
#thankyou2023 #item .sonota_btn a{
    font-size: 24px;
    color: #fff;
    padding: 5px 0;
}
#thankyou2023 #item .sonota_btn:hover{
    background-color: #fff;
}
#thankyou2023 #item .sonota_btn a:hover{
    color: #da677e;
}


/*買い回り
====================================*/
#thankyou2023 .point{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 0;
}
#thankyou2023 .point .user-kaimawari-point{
    margin: 15px auto;
    padding: 10px 0 15px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}
#thankyou2023 .point .user-kaimawari-point span{
    font-size: 20px;
}
#thankyou2023 .point .user-kaimawari-point .get-point{
    background-color: #fef898;
}


/*カテゴリナビ
=======================*/
#thankyou2023 #item .categori {
    margin: 0 auto 60px;
    width: 100%;
}
#thankyou2023 #item .categori ul{
    margin-top: 20px;
}
#thankyou2023 #item .categori ul li{
    background-color: #fff;
    border: solid 2px #ee5270;
    border-radius: 10px;
}
#thankyou2023 #item .categori ul li a{
    font-size: 20px;
    color: #ee5270;
    padding: 10px 0;
}
#thankyou2023 #item .categori ul li:hover{
    background-color: #ee5270;
}
#thankyou2023 #item .categori ul li a:hover{
    color: #fff !important;
}

/*釣り日記・LINE
=======================*/
#thankyou2023 .fishing,
#thankyou2023 .line{
    max-width: 900px;
    margin: 0 auto 20px;
}


/*twitter
=======================*/
#thankyou2023 .twitter{
    max-width: 900px;
    margin: 45px auto 0 !important;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}
#thankyou2023 .none{
    background-color: #d5d5d5 !important;
    pointer-events: none;
    z-index: 100;
}
#thankyou2023 .none img{
    opacity: 0.5;
}
#thankyou2023 .none::after{
    content: "終了致しました";
    position: absolute;
    top: 47%;
    left: 35%;
    font-size: 36px;
    color: #f00;
    font-weight: bold;
}
#thankyou2023 .twitter h3{
    margin: 0 !important;
}
#thankyou2023 .twitter .black{
    color: #383838 !important;
}
#thankyou2023 .twitter h4{
    font-size: 18px;
    color: #da677e;
    margin-bottom: 15px;
}
#thankyou2023 .twitter .gazou{
    max-width: 800px;
    margin: 10px auto !important;
}
#thankyou2023 .twitter .shosai{
    padding: 0 0 0 165px;
    display: flex;
    margin: 0 auto 5px;
}
#thankyou2023 .twitter .shosai h5{
    color: #383838;
    width: 60%;
    text-align: left;
}
#thankyou2023 .twitter .shosai .koumoku{
    background-color: #383838;
    color: #fff;
    width: 20%;
    text-align: center;
    margin-right: 10px;
}


/*おすすめ特集
=======================*/
#thankyou2023 .event{
    max-width: 900px;
    margin: 0 auto;
}
#thankyou2023 .event h2{
    margin-bottom: 40px !important;
}


/*ページトップ
====================================*/
#thankyou2023 .pagetop{
    position: fixed;
    bottom: 20px;
    right: 42px;
    z-index: 9999;
    transition: 0.3s;
}
#thankyou2023 .pagetop a{
    display: table;
    width: 85px;
    height: 85px;
    transition: 0.3s;
}
#thankyou2023 .pagetop a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    background-color: #e1d3cc;
    border-radius: 80px;
    transition: 0.3s;
}

/*-----------------------------------------------*/
/*アニメーション*/
/*-----------------------------------------------*/

#thankyou2023 * a,
#thankyou2023 * a:active,
#thankyou2023 * a img,
#thankyou2023 * a:active img,
#thankyou2023 * a::before,
#thankyou2023 * a:active::before,
#thankyou2023 * a::after,
#thankyou2023 * a:active::after {
    transition: all 0.3s;
}



/*クーポンランク制御　STA*/
#thankyou2023 .coupon li.disabled{
    position: relative;
}
#thankyou2023 .coupon li.disabled:after{
    content: "";
    display: block;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
/*クーポンランク制御　END*/
