@charset "Shift_JIS";


/*===========================
基本CSS
==============================*/

/* ポップアップ@ここから
========================= */

.modal_open{
    position: relative;
    cursor: pointer;
}

.modal{/*ポップアップの全体*/
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0vh;
    width: 100%;
    z-index: 999999;
    text-align: right;
    padding: 0 0;
}

.modal img{/*ポップアップの全体*/
    margin-bottom: 8px;
}

.modal__bg{/*ポップアップの後ろ*/
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{/*ポップアップの中身*/
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 69vh;
}

.js-modal-close{/*ポップアップの中身*/
    color: #000;
}


#contents{
	width:1192px;
	max-width:1192px;
}
.pc_none{
    display: none!important;
}
#newyear_2023{
	background-image:url(/IMAGE/newyear_2023/haikei.jpg);
	background-size: contain;
    padding-bottom: 20px;
}
#newyear_2023 img{width: 100%;}
#newyear_2023 a{text-decoration: none; display: block; color: inherit;}
#newyear_2023 a:hover{color: inherit !important;}
#newyear_2023 dd{margin-inline-start: 0 !important;}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
#newyear_2023 .scroll_up {
    transition: 0.5s ease-in-out;
	animation-name:zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
    opacity: 0;
    transform: scale(0.8);
    transform-origin: top center;/*ADD*/
  }
  #newyear_2023 .scroll_up.on {
    opacity: 1.0;
    transform: scale(1);
  }
  #newyear_2023 .scroll_up.on {
    opacity: 1.0;
    transform: scale(1);
  }




/*===========================
ナビ
==============================*/
#newyear_2023 nav{
    max-width: 800px;
    margin: 0 auto;
	text-align:center;
}
#newyear_2023 nav h3{
	margin-top: 15px;
    font-size: 30px;
    color: #ba0808;
}
#newyear_2023 nav h3 span{
    color: #fff;
    font-size: xx-large;
    font-weight: bold;
    text-shadow: -1px -1px 0 #ba0808, -1px 0 0 #ba0808, -1px 1px 0 #ba0808,
                 0 -1px 0 #ba0808,                  0 1px 0 #ba0808,
                 1px -1px 0 #ba0808,  1px 0 0 #ba0808,  1px 1px 0 #ba0808;
}
#newyear_2023 nav .col_2{
    width: 100%;
    margin: 10px auto 0;
}
#newyear_2023 nav .col_2 > li{
    width: calc((100% - 16px)/2);
    display: inline-block;
    background-color: #ba0808;
    color: #fff;
    text-align: center;
    margin: 0 3px 10px;
    border-radius: 5px;
    position: relative;
}
#newyear_2023 nav .col_2 > li a{
    font-size: 24px;
    color: #fff;
    padding: 5px 0;
}
#newyear_2023 nav .col_2 > li::after{
    position: absolute;
    top: 48%;
    right: 10%;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    margin-top: -3px;
    transition: 0.2s all;
    z-index: 1;
}

/*釣り日記*/
#newyear_2023 nav a,
#newyear_2023 .fixednav li a{
	position: relative;
}
#newyear_2023 nav a img.sakana{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8%;
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
}

#newyear_2023 .fixednav li a img.sakana{
	position: absolute;	
    top: 24%;
    /* bottom: 0; */
    margin: auto;
    left: 36%;
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}



/* 追従ナビゲーション
================================ */

#newyear_2023 #fs_nav {
	position: fixed;
    top: 15%;
    top:calc(1% + 140px);
	right: 0;
	z-index: 1000;
}
#newyear_2023 #fs_nav .gnav,
#newyear_2023 #fs_nav .gnav .gnav_wrap,
#newyear_2023 #fs_nav .gnav .gnav_wrap .gnav_inner {
	margin: 0;
	padding: 0;
}
#newyear_2023 #fs_nav .fixednav {
	width: 220px;
	border-top: 1px solid #df4442;
    border-bottom: 1px solid #df4442;
}
#newyear_2023 #fs_nav .fixednav li {
	border-bottom: dotted 1px #df4442;
	
}
#newyear_2023 #fs_nav .fixednav li a {
	display: block;
    padding: 1em 0em 1em 0.75em;
    background-color: rgba(255,255,255,0.7);
    text-align: left;	
}
#newyear_2023 #fs_nav .fixednav li a:hover {
    color: #fff!important;
    background-color: #df4442de;
}
#newyear_2023 #fs_nav .fixednav img {
	width: 25px;
	height: auto;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#newyear_2023 #fs_nav .fixednav li.nav_l { border: none;  }
#newyear_2023 #fs_nav .fixednav li.sp_pagetop {display: none; }
#newyear_2023 #fs_nav .fixednav img.pc_show { display: inline-block; }
#newyear_2023 #fs_nav .fixednav img.sp_show { display: none; }
#newyear_2023 #fs_nav .nav_l_btn,
#newyear_2023 #fs_nav .sp_pagetop{ display: none; }


/*===========================
コンテンツ
============================*/
#newyear_2023 .content{
    max-width: 800px;
    margin: 0 auto;
}
#newyear_2023 .content h3{
    width: 40%;
    margin: 30px auto;
}
#newyear_2023 .content h3.turi{
    width: 50%;
    margin: 30px auto;
}
#newyear_2023 .content h4 img{
    border-radius: 10px;
}
#newyear_2023 .content .shosai{
    display: inline-flex;
    align-items: center;
    margin: 15px auto 0;
}
#newyear_2023 .content .shosai .prices{
    margin-right: 15px;
}
/*価格デザイン*/
#newyear_2023 .content .prices li{
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
#newyear_2023 .content .price{
    font-size: 40px;
    color: #fff !important;
}
#newyear_2023 .content .intax{
    font-size: 20px;
    color: #fff !important;
}
#newyear_2023 .content .prices .spesicalprice{
    display: none;
}
/*詳細ボタン*/
#newyear_2023 .content .btn{
    font-size: 20px;
    color: #ba0808;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    display: inline;
    padding: 2px 60px 4px;
}
#newyear_2023 .content .btn::after{
    position: absolute;
    top: 48%;
    right: 10%;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #ba0808;
    border-right: solid 2px #ba0808;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: 0.2s all;
    z-index: 1;
}
/*アイコン*/
#newyear_2023 .content li .icon{
    display: inline-flex;
    margin: 10px 10px 10px 0;
}
#newyear_2023 .content li .icon .icon_1,
#newyear_2023 .content li .icon .icon_2{
    background: #d3a44a !important;
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    margin-right: 10px;
}
#newyear_2023 .content .sonota_btn{
    background-color: #ba0808;
    border: solid 2px #fff;
    border-radius: 5px;
    position: relative;
    width: 70%;
    margin: 0 auto;
}
#newyear_2023 .content .sonota_btn a{
    font-size: 24px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
}
#newyear_2023 .content .sonota_btn::after{
    position: absolute;
    top: 48%;
    right: 10%;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: 0.2s all;
    z-index: 1;
}


/*===========================
三が日限定セール
============================*/
#newyear_2023 .content .threeday{
    width: 100%;
    margin: 0 auto 20px;
}

#newyear_2023 .content .threeday .col_1 li{
    width: 100%;
    margin: 0 auto 20px;
    background-color: #ba0808;
    text-align: center;
    padding-bottom: 20px;
}
#newyear_2023 .content .threeday .col_2 li{
    width: calc((100% - 24px)/2);
    display: inline-block;
    background-color: #ba0808;
    text-align: center;
    margin: 0 5px 20px;
    padding-bottom: 20px;
}
#newyear_2023 .content .threeday .col_3 li{
    width: calc((100% - 38px)/3);
    display: inline-block;
    background-color: #ba0808;
    text-align: center;
    margin: 0 5px 20px;
    padding-bottom: 20px;
}

/*===========================
福袋
============================*/
#newyear_2023 .content .luckybag{
    width: 100%;
    margin: 0 auto 20px;
    padding: 5% 0 0;
}
#newyear_2023 .content .luckybag .col_1 li{
    width: 100%;
    margin: 0 auto 20px;
    background-color: #d3a44a;
    text-align: center;
    padding-bottom: 20px;
}
#newyear_2023 .content .luckybag .col_2 li{
    width: calc((100% - 24px)/2);
    display: inline-block;
    background-color: #d3a44a;
    text-align: center;
    margin: 0 5px 20px;
    padding-bottom: 20px;
}
#newyear_2023 .content .luckybag li .icon .icon_1,
#newyear_2023 .content .luckybag li .icon .icon_2{
    background: #ba0808 !important;
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    margin-right: 10px;
}
#newyear_2023 .content .luckybag .price{
    font-size: 40px;
    color: #222 !important;
}
#newyear_2023 .content .luckybag .intax{
    font-size: 20px;
    color: #222 !important;
}
#newyear_2023 .content .luckybag .btn{
    color: #d3a44a !important;
    background-color: #222 !important;
}
#newyear_2023 .content .luckybag .btn::after{
    border-top: solid 2px #d3a44a !important;
    border-right: solid 2px #d3a44a !important;
}
#newyear_2023 .content .luckybag .sonota_btn{
    background-color: #fff !important;
    border: solid 2px #d3a44a !important;
}
#newyear_2023 .content .luckybag .sonota_btn a{
    color: #d3a44a !important;
}
#newyear_2023 .content .luckybag .sonota_btn::after{
    border-top: solid 2px #d3a44a !important;
    border-right: solid 2px #d3a44a !important;
}


/*===========================
インスタ
============================*/
#top-instagram{
    max-width: 800px;
    margin: 50px auto 0;
}
.ownlyUgc{
	background: #fff;
    border-radius: 20px;
    padding-top: 30px;
}
/*===========================
おすすめ特集
============================*/
#newyear_2023 .other_furniture{
    max-width: 800px;
    margin: 0 auto 20px;
}
#newyear_2023 .other_furniture h4{
    text-align: center;
    color: #222;
    font-size: 25px;
    margin: 5px 0;
}
#newyear_2023 .other_furniture .col_2 li{
    width: calc((100% - 25px)/2);
    display: inline-block;
    margin: 0 5px 10px;
}


/*ページトップ
======================*/
#newyear_2023 .pagetop {
    position: fixed;
    bottom: 20px;
    right: 1%;
    font-weight: bold;
    z-index: 1;
    border-radius: 180px;
}
#newyear_2023 .pagetop a {
	display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
    text-align: center;
    padding: 14px 18px;
    background: #de3b3e;
    color: #fff;
    border: 2px solid #de3b3e;
    opacity: 0.9;
}
#newyear_2023 .pagetop a:hover {
    transition: all 0.3s ease 0s;
    background: #fff;
    color: #de3b3e;
    transform: initial;
}

