@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.sc-container h2 span {
    line-height: inherit!important;
}

.sc-container img {
	border: 0;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container dl {
	font-size: 0;
}

button {
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	appearance: none;
}


/* ====================
***
==================== */
.sc-container {
	width: 100%;
    margin: 0 auto;
    padding: 48px 0 0;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    line-height: 2.125;
    overflow: hidden;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
}

.sc-container a:hover,
.sc-container a:active {
	opacity: 1;
	text-decoration: none;
}

#page-top a {
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/btn_pagetop.png) left top;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}


/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
    width: 1000px;
    margin: 0 auto;
}

.sc-container .keyv {
    position: relative;
    margin: 0 0 80px;
}

.sc-container .text-area {
    margin: 0 auto 58px;
}

/* luckyday-areaÚŽÎ */
.sc-container .luckyday-area + .text-area {
    margin-top: 80px;
}

.sc-container .keyv-title {
    position: relative;
    width: 700px;
    margin: 0 auto 24px;
    padding: 14px 0 11px;
    border-top: solid 2px #cb4646;
    border-bottom: solid 2px #cb4646;
    color: #cb4646;
    text-align: center;
}

.sc-container .keyv-title::before {
	display: block;
    position: absolute;
    width: 52px;
    height: 23px;
    top: -18px;
    left: calc(50% - 26px);
    background: url(../img/icon_ribbon_pc.png?20230314) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .keyv-title span {
    display: block;
	opacity: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
}

.sc-container .keyv-text {
    width: 700px;
    margin: 0 auto;
}

.sc-container .date-text {
    margin-top: 6px;
    color: #7a7a7a;
    font-size: 14px;
    text-align: center;
}

.sc-container .day-note {
    margin-top: 10px;
    color: #7a7a7a;
    font-size: 14px;
}


/* ====================
superluckyday-area
==================== */
.sc-container .superluckyday-area {
    width: 960px;
    margin: 0 auto 90px;
}

.sc-container .superluckyday-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    height: 119px;
    margin: 0 0 24px;
    padding: 4px 0;
    background: #cb4646;
    color: #ffffff;
    text-align: center;
}

.sc-container .superluckyday-title::before {
    display: block;
    position: absolute;
    top: -29px;
    left: calc(50% - 26px);
    z-index: 1;
    width: 53px;
    height: 44px;
    background: url(../img/icon_ribbon_02_pc.png) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .superluckyday-title-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: 100%;
    border-top: solid 4px #ffffff;
    border-bottom: solid 4px #ffffff;
    height: 111px;
}

.sc-container .superluckyday-title-inner::before,
.sc-container .superluckyday-title-inner::after {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/icon_lattice.png) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .superluckyday-title-inner::before {
	top: 0;
    right: 0;
}

.sc-container .superluckyday-title-inner::after {
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}

.sc-container .superluckyday-title-anime01 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    opacity: 0;
}

.sc-container .superluckyday-title-anime01 span {
	display: block;
    font-size: 24px;
    font-weight: 700;
}

.sc-container .superluckyday-text {
    width: 900px;
    margin: 0 auto;
}

.sc-container .superluckyday-text .attention {
	font-size: 18px;
    font-weight: 700;
    margin: 0 7px 0 0;
    padding: 2px 4px 3px 9px;
}


/* ====================
nav-area
==================== */
.sc-container .nav-area {
    position: relative;
    width: 540px;
    margin: 90px auto 0;
    padding: 40px 70px 3px;
    border: solid 1px #222222;
    border-radius: 10px;
    background: url(../img/bg_nav.gif?20230314_3) repeat;
    background-size: 35px 35px;
    background-position: 5px 0;
    text-align: center;
}

.sc-container .nav-title {
    display: block;
    position: absolute;
    top: -17px;
    left: calc(50% - 50px);
    width: 100px;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.12em;
    background: linear-gradient(180deg,#ffffff 0%,#ffffff 17px,transparent 17px,transparent 100%);
    line-height: 1;
}

.sc-container .nav-list-item {
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: solid 1px #222222;
    letter-spacing: 0.08em;
    font-size: 18px;
}

.sc-container .nav-list-item a {
	display: block;
    color: #222222;
}

.sc-container .nav-list-item:last-child {
	border-bottom: none;
}

.sc-container .nav-list-item span {
    display: block;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}

.sc-container .nav-list-item.last span {
	letter-spacing: -0.01rem;
}

.sc-container .nav-list-item span::after {
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 18px;
    border-top: 9px solid #222222;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    -webkit-transition: .2s;
    transition: .2s;
}

.sc-container .nav-list-item a:hover span {
	color: #cb4646;
}

.sc-container .nav-list-item a:hover span::after {
    border-top: 9px solid #cb4646;
}


/* ====================
section
==================== */
.sc-container .section {
    position: relative;
    margin: 90px 0 95px;
    padding: 80px 0 118px;
    background: url(../img/bg_green.jpg?20230314) repeat 140px 0/1240px 989px;
}

.sc-container .section::after {
    display: none;
    position: absolute;
    bottom: -35px;
    right: calc(50% - 26px);
    width: 52px;
    height: 35px;
    background: url(../img/icn_arrow_pc.jpg) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .sec-box~.sec-box {
    margin: 140px 0 0;
}

.sc-container .intro-area {
    margin: 0 0 40px;
}

.sc-container .intro-title {
    position: relative;
    width: 760px;
    margin: 0 auto 20px;
    background: url(../img/bg_tit_pc.png?20230314) no-repeat;
    background-size: contain;
    height: 120px;
    line-height: calc(120px - -17px)!important;
}

.sc-container .intro-title::after {
    display: block;
    position: absolute;
    top: 60px;
    right: -80px;
    width: 150px;
    height: 146px;
    background: url(../img/icn_deco_01_pc.png) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .sub-title {
	display: block;
    position: absolute;
    top: 10px;
    left: 44px;
    color: #fbf7eb;
    font-size: 18px;
    font-family: 'Amita', cursive;
    line-height: 1!important;
}

.sc-container .main-title {
    display: block;
    padding-left: 8px;
    color: #cb4646;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.12em;
    text-align: center;
}

.sc-container .intro-text {
    width: 700px;
    margin: 0 auto;
}

.sc-container .intro-text + .intro-text {
    margin: 15px auto 0;
}

.sc-container .intro-area .btn {
    width: 440px;
    height: 80px;
    margin: 40px auto 80px;
    background: #ffffff;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc-container .underline {
	font-weight: 700;
	padding-bottom: 0.15em;
	background: -webkit-linear-gradient(rgba(252, 228, 140, 1), rgba(252, 228, 140, 1)) 0 100%/0 40% no-repeat;
	background: linear-gradient(rgba(252, 228, 140, 1), rgba(252, 228, 140, 1)) 0 100%/0 40% no-repeat;
}

.sc-container .underline.scrollin {
	background-size: 100% 40%;
}

.sc-container .day-area {
    position: relative;
    width: 700px;
    margin: 0 auto;
}

.sc-container .day-area ~ .day-area {
	margin: 50px auto 0;
}

.sc-container .day-area::after {
	display: block;
    position: absolute;
    bottom: -75px;
    right: -55px;
    z-index: 0;
    width: 225px;
    height: 217px;
    background: url(../img/icn_deco_03_pc.png) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .day-title {
    position: relative;
    z-index: 2;
    height: 71px;
    padding-left: 8px;
    border-radius: 10px 10px 0 0;
    background: #cb4646;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 71px;
    letter-spacing: 0.12em;
    text-align: center;
}

.sc-container .day-title::before {
    display: block;
    position: absolute;
    top: -35px;
    left: -68px;
    width: 147px;
    height: 143px;
    background: url(../img/icn_deco_02_pc.png) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .day-def-wrap {
    position: relative;
    z-index: 1;
    padding: 44px 90px 44px;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
}

.sc-container #whatday02 .day-def-wrap {
    padding: 40px 90px 45px;
}

.sc-container .day-def {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 0 13.5px;
    padding: 0 0 14px;
    border-bottom: solid 1px #e1e1e1;
    line-height: 1.786;
}

.sc-container .day-def:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.sc-container .day-def-title {
    width: 88px;
    font-size: 16px;
}

.sc-container .day-def-data {
    width: 435px;
    font-size: 16px;
}

.sc-container .luckyday01 {
    color: #e0a026;
    font-weight: 700;
}

.sc-container .luckyday02 {
    color: #cb4646;
    font-weight: 700;
}


/* ====================
luckyday-area
==================== */
.sc-container .luckyday-area {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 62px 65px 42px 70px;
    border: solid 2px #cb4646;
    border-radius: 20px;
}

.sc-container .luckyday-area::before,
.sc-container .luckyday-area::after {
    display: block;
    position: absolute;
    width: 960px;
    height: 6px;
    left: -2px;
    background: url(../img/bg_line_pc.png?20230314) no-repeat;
    background-size: auto;
    content: "";
}

.sc-container .luckyday-area::before {
    top: 4px;
	transform: scale(1, -1);
}

.sc-container .luckyday-area::after {
    bottom: 4px;
}

.sc-container .luckyday-inner {
    position: relative;
}

.sc-container .luckyday-inner::before {
    display: block;
    position: absolute;
    top: -93px;
    left: calc(50% - 41.5px);
    width: 83px;
    height: 80px;
    background: url(../img/icn_knot_pc.png?20230314) repeat-x;
    background-size: contain;
    content: "";
    opacity: 0;
}

.sc-container .luckyday-title {
    margin: 0 auto 4px;
    color: #cb4646;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.12em;
}

.sc-container .luckyday-text {
    margin: 0 auto 10px;
    font-size: 18px;
    line-height: 2;
}

.sc-container .luckyday-text span {
    font-weight: 700;
}

.sc-container .attention {
    display: inline-block;
    margin: 0 10px 0 7px;
    padding: 2px 9px 3px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    vertical-align: -2px;
    background: -webkit-linear-gradient(rgba(203, 70, 70, 1), rgba(203, 70, 70, 1)) 0 100%/0 100% no-repeat;
    background: linear-gradient(rgba(203, 70, 70, 1), rgba(203, 70, 70, 1)) 0 100%/0 100% no-repeat;
}

.sc-container .attention.scrollin {
	background-size: 100% 100%;
}

.sc-container .luckyday-list {
    margin: 25px auto 40px;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
    justify-content: space-between;
}

.sc-container .luckyday-list-item {
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 400px;
    height: 156px;
    padding: 0 58px 2px;
    background: #fff7d7;
    border-radius: 20px;
}

.sc-container .luckyday-list-item:first-child {
    background: #ffd6d6;
}

.sc-container .luckyday-list-item-title {
    margin: 0 0 22px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

.sc-container .luckyday-list-item-text {
    font-size: 18px;
    line-height: 1;
}

.sc-container .luckyday-list-item-text ~ .luckyday-list-item-text {
    margin: 20px 0 0;
}

.sc-container .step-list {
    margin: 20px auto;
}

.sc-container .step-list-item {
    position: relative;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    padding-left: 1em;
}

.sc-container .step-list-item::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "E";
}


/* ====================
luckyitems
==================== */
.sc-container .luckyitems {
    /* luckyday-areaÚŽÎ */
    /* margin: 95px auto 115px; */
    margin: 95px auto 0;
}

.sc-container .luckyitems-title {
    margin: 0 auto 23px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.56;
	text-align: center;
}

.sc-container .luckyitems-title .attention {
    margin: 0 5px 0 -3px;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 24px;
    vertical-align: 0;
    background: -webkit-linear-gradient(rgba(244, 183, 66, 1), rgba(244, 183, 66, 1)) 0 100%/0 100% no-repeat;
    background: linear-gradient(rgba(244, 183, 66, 1), rgba(244, 183, 66, 1)) 0 100%/0 100% no-repeat;
}

.sc-container .luckyitems-title .attention.scrollin {
	background-size: 100% 100%;
}

/* slick-slider */
.sc-container .luckyitems-desc {
    margin: 0 auto 32px;
}

.sc-container .luckyitems-list {
    width: 960px;
    height: 283px;
    margin: 0 auto;
    padding: 30px 40px 32px 25px;
	background: url(../img/bg_yellow_pc.jpg) repeat -60px 0/1240px 989px;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.sc-container .luckyitems-list.slick-initialized {
    opacity: 1;
}

.sc-container .luckyitems-list-item a {
	display: block;
    margin-right: 15px;
    margin-left: 15px;
}

.sc-container .slick-prev,
.sc-container .slick-next {
    display: block;
    width: 0;
    height: 100%;
    margin-top: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% + 3px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.slick-prev {
    right: calc(100% - (50% - 500px));
}
.slick-next {
    left: calc(100% - (50% - 500px));
}
.slick-prev::before {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: center center / contain no-repeat url(/component/img/arrow_prev.png);
}
.slick-next::before {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: center center / contain no-repeat url(/component/img/arrow_next.png);
}

.sc-container .slick-next::before {
    width: 50px;
    height: 50px;
    left: -45px;
    background: center center / auto no-repeat url(../img/arrow_next.png);
}

.sc-container .slick-prev::before {
    width: 50px;
    height: 50px;
    right: -45px;
    background: center center / auto no-repeat url(../img/arrow_prev.png);
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .sc-container .slick-arrow { overflow: visible } /* IE11 */
}

.sc-container .item-image {
    display: block;
    margin: 0 0 13px;
}

.sc-container .item-brand {
    display: block;
    margin: 0 0 9px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}

.sc-container .item-price {
    display: block;
    font-size: 17px;
    line-height: 1;
}

.sc-container .item-price span {
    font-size: 17px;
}

/* new */
.sc-container .new {
    margin: 65px auto 20px;
}
.sc-container .new .luckyitems-title .attention {
    background: -webkit-linear-gradient(rgba(203, 70, 70, 1), rgba(203, 70, 70, 1)) 0 100%/0 100% no-repeat;
    background: linear-gradient(rgba(203, 70, 70, 1), rgba(203, 70, 70, 1)) 0 100%/0 100% no-repeat;
}
.sc-container .new .luckyitems-title .attention.scrollin {
    background-size: 100% 100%;
}
.sc-container .new .luckyitems-list {
    background: url(../img/bg_green.jpg) repeat 140px 0/1240px 989px;
}
.sc-container .new .slick-next:before {
    background: center center / auto no-repeat url(../img/arrow_next_new.png?20230314);
}

.sc-container .new .slick-prev:before {
    background: center center / auto no-repeat url(../img/arrow_prev_new.png?20230314);
}

/* ====================
bnr-area
==================== */
.sc-container .bnr-area {
    width: 900px;
    margin: 0 auto 100px;
}

.sc-container .bnr-title {
    margin: 0 0 30px;
    color: #333333;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

.sc-container .bnr-image a:hover {
	opacity: 0.8;
}


/* ====================
last-area
==================== */
.sc-container .btn {
	display: block;
    position: relative;
    width: 400px;
    height: 60px;
    margin: 0 auto 20px;
    border: solid 1px #222222;
    box-sizing: border-box;
	color: #222222;
    line-height: calc(60px - 4px);
    text-align: center;
    transition: .4s;
    padding: 0;
}

.sc-container .btn::after {
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 27px;
    border-top: 9px solid #222222;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    -webkit-transform: rotate( -90deg );
    transform: rotate( -90deg );
    transition: .4s;
}

.sc-container .btn:hover {
	background: #222222;
	color: #ffffff;
}

.sc-container .btn:hover::after {
    border-top: 9px solid #ffffff;
}

.sc-container .last-list {
	width: 900px;
    margin: 0 auto;
}

.sc-container .last-item {
    text-indent: -1.25em;
    padding-left: 1.25em;
    text-align: center;
}


/* ====================
XN[
==================== */
.attention.fadein,
.underline.fadein {opacity:1;transform:translateY(0)}
.attention.fadein.scrollin,
.underline.fadein.scrollin {transition:.8s .4s ease;}

/* ťĚę */
.luckyday-inner.fadein::before {opacity:0;}

/* şŠç */
.superluckyday-title-anime01.fadein,
.keyv-title-anime01.fadein,
.keyv-title-anime02.fadein,
.nav-list-item.fadein a,
.main-title.fadein,
.day-def.fadein,
.day-def-text.fadein,
.luckyday-list-item-title.fadein,
.luckyday-list-item-text.fadein,
.bnr-image.fadein {opacity:0;transform:translateY(40px)}

.superluckyday-title-anime01.fadein.scrollin,
.keyv-title-anime01.fadein.scrollin,
.keyv-title-anime02.fadein.scrollin,
.nav-list-item.fadein.scrollin a,
.main-title.fadein.scrollin,
.day-def.fadein.scrollin,
.day-def-text.fadein.scrollin,
.luckyday-inner.fadein.scrollin::before,
.luckyday-list-item-title.fadein.scrollin,
.luckyday-list-item-text.fadein.scrollin,
.bnr-image.fadein.scrollin {opacity:1;transition:.6s .2s ease;transform:none}