@charset "UTF-8";

/* 年末年始SALE */
#newyearsale {
	font-family: "YakuHanJP_Noto", "Roboto", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	color:#000;
}
#newyearsale a{
	text-decoration: none;
}
#newyearsale * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#newyearsale .sec_mv {
	width: auto;
}

#newyearsale .sec_mv_catch img {
	display: block;
	width: auto;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

#newyearsale .sec_product {
	width: 1024px;
	margin: 0 auto ;
	padding-top: 93px;
	padding-bottom: 70px;
	background: #fffbe8;

}

#newyearsale .sec_product_inner {
	margin: 0 auto;
	width: 755px;
}

#newyearsale .sec_product_ttl {
	text-align: center;
	font-size: 24px;
	font-weight: bold;

	letter-spacing: 1px;
	line-height: 1.5;
}

#newyearsale .sec_product_ttl:before {
	content: '';
	padding-right: 40px;
	display: inline-block;
	width: 39px;
	height: 22px;
	background: url(/special/newyearsale/img/matsu.png) no-repeat center center;
	vertical-align: revert;
}

#newyearsale .sec_product_ttl:after {
	content: '';
	padding-left: 40px;
	display: inline-block;
	width: 39px;
	height: 22px;
	background: url(/special/newyearsale/img/matsu.png) no-repeat center center;
	vertical-align: revert;
}

#newyearsale .sec_product_ttl_text {
	color: #000;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
}

#newyearsale .sec_product_anchor_item {
	padding: 0 22px;
}

#newyearsale .sec_product_anchor_btn {
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	width: 240px;
	height: 78px;
	border-radius: 10px;
	background-color: #faa;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

#newyearsale .sec_product_anchor_btn:hover {
	opacity: 0.7;
}

#newyearsale .sec_product_anchor_btn.is_color01 {
	background-color: #6eb2e7;
}

#newyearsale .sec_product_anchor_btn.is_color02 {
	background-color: #f8be40;
}

#newyearsale .btn01 {
	width: 520px;
	height: 75px;
	margin: 60px auto 0;
}

#newyearsale .btn01_btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 20px;
	text-decoration: none;
	padding: 0 40px;
	background-color: #f86d6d;
	color: #fff;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	padding-top: 3px;
}

#newyearsale .btn01_btn:hover {
	opacity: 0.7;
}

#newyearsale .btn01_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	right: 23px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#newyearsale .btn_subtxt01 {
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
	color: #222222;
}

#newyearsale .btn01+.btn01 {
	margin-top: 30px;
}

#newyearsale .btn01.type02 .btn01_btn {
	border: 3px solid #fff;
}

#newyearsale .btn01.type02 .btn01_btn:after {
	right: 20px;
}

#newyearsale .btn01.type03 .btn01_btn {
	border: 3px solid #592313;
	font-size: 18px;
	background-color: #fff;
	color: #592313;
	font-weight: bold;
}

#newyearsale .btn01.type03 .btn01_btn:after {
	border-color: #592313;
	right: 20px;
}

#newyearsale .btn01+.cate_box {
	margin-top: 80px !important;
}

#newyearsale .cate_box {
	display: block;
	margin: 58px auto 30px;
}

#newyearsale .cate_title {
	color: #ffffff;
	padding: 16px 0 12px;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.1em;
}

#newyearsale #anc_cate01 .cate_title {
	background: #6eb2e7;
}

#newyearsale #anc_cate02 .cate_title {
	background: #f8be40;
}

#newyearsale #anc_cate03 .cate_title {
	background: #93c642;
}

#newyearsale #anc_cate04 .cate_title {
	background: #f86d6d;
}

#newyearsale .itembox_row {
	margin: 20px 0;
}

#newyearsale .itembox_row:after {
	content: "";
	clear: both;
	display: block;
}

#newyearsale .itembox {
	display: block;
	float: left;
	width: 365px;
	padding: 30px 32px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	-webkit-transition: -webkit-box-shadow .3s ease-in;
	transition: -webkit-box-shadow .3s ease-in;
	transition: box-shadow .3s ease-in;
	transition: box-shadow .3s ease-in, -webkit-box-shadow .3s ease-in;
}

#newyearsale .itembox {
	color: #444444;
	-webkit-box-shadow: 8px 9px 8px -4px rgba(10, 10, 10, 0.1);
	box-shadow: 8px 9px 8px -4px rgba(10, 10, 10, 0.1);
}

#newyearsale .itembox:first-child {
	margin-right: 20px;
}

#newyearsale .itembox .logo {
	margin-bottom: 30px;
}

#newyearsale .itembox .logo img {
	height: 30px;
	width: auto;
}

#newyearsale .itembox .name {
	margin-bottom: 20px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

#newyearsale .itembox .photo {
	margin-bottom: 20px;
}

#newyearsale .itembox .photo img {
	max-width: 100%;
}

#newyearsale .itembox .price {
	font-weight: bold;
	font-size: 23px;
	line-height: 1;
}

#newyearsale .itembox .price small{
	font-weight: bold;
	font-size: 23px;
	line-height: 1;
}

#newyearsale .itembox .price span {
	margin-left: 5px;
	color: #cd5547;
	font-size: 36px;
}

#newyearsale .itembox .price_1box {
	margin-top: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	line-height: 1;
}

#newyearsale .sm_btnbox {
	margin: 20px auto 0;
	position: relative;
	cursor: pointer;
	width: 300px;
}

#newyearsale .sm_btnbox .sm_btn {
	display: block;
	padding: 10px 0 ;
	border-radius: .25em;
	background: #ffe776;
	color: #000;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
}

/* #newyearsale .sm_btnbox .sm_btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 10%;
	right: 34px;
	width: 1px;
	height: 80%;
	border-left: 1px solid #fff;
} */

#newyearsale .sm_btnbox .sm_btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	right: 14px;
	width: 0;
	height: 0;
	margin-top: -9px;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	-webkit-transform: rotate(-120deg);
		transform: rotate(-120deg);
	border-color: transparent transparent transparent #000;
	-webkit-transition: all .3s;
		transition: all .3s;
}

#newyearsale .sm_btnbox:hover .sm_btn {
	background: #ffe776;
}

#newyearsale .sm_btnbox:hover span.sm_btn:after {
	margin-top: -9px;
	border-width: 6px 0 6px 10px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	-webkit-transition: all .3s;
	transition: all .3s;
}

#newyearsale .sm_list {
	display: none;
	position: absolute;
	z-index: 5;
	width: 96%;
	margin: 0 2%;
	background: #fff0aa;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px 1px rgba(51, 51, 51, 0.3);
	box-shadow: 0 1px 3px 1px rgba(51, 51, 51, 0.3);
}

#newyearsale .itembox:hover .sm_list {
	display: block;
}

#newyearsale .sm_list li {
	margin: 8px 10px;
	padding: 8px 0;
	border: 2px solid #fff0aa;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#newyearsale .sm_list li:hover {
	background: #fefbd7;
}

#newyearsale .sm_list li a {
	display: table;
	width: 100%;
	border-collapse: collapse;
	text-decoration: none;
}

#newyearsale .sm_list li .sm_cellbox {
	display: table-cell;
	vertical-align: middle;
	padding: 2px 10px;
	font-weight: bold;
	color: #000;
}

#newyearsale .sm_list li .sm_cellbox:first-child {
	width: 90px;
	padding: 2px 8px;
	border-right: 1px solid #fff0aa;
	text-align: center;
}

#newyearsale .sm_list li .sm_cellbox .sm_box_name {
	font-size: 13px;
}

#newyearsale .sm_list li .sm_cellbox .sm_price {
	font-size: 13px;
}

#newyearsale .sm_list li .sm_cellbox .sm_devide {
	display: block;
	color: #bb3626;
	font-size: 13px;
}

/* cmnパーツ調整 */
#footer {
	margin-top: 0 !important;
}

#plist {
	overflow-y: hidden;
}

.js_clipboard_msgbox {
	z-index: 200010 !important;
}

/*ios safariのモーダル展開のオーバーレイ崩れ防止*/
html.mfp-bg-fix {
	height: 100vh;
}

body.mfp-bg-fix {
	position: fixed;
	width: 100%;
	height: 100vh;
}

.type_area{
	width: 1024px;
	margin:  0 auto;
}

.type_area_title{
	background: #da191a;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 12px 0;
}

.type_btn_wrap{
	display: flex;
	justify-content: space-between;
	width: 570px;
	margin: 60px auto;
}
.type_btn_wrap a {
	color: #fff;
	display: block;
	width: 260px;
	padding: 2.5px 0;
	text-align: center;
	font-size: 25px;
	text-decoration: none;
	font-family: roboto;
	font-weight: 500;
	letter-spacing: .1em;
	border-radius: 7px;
	transition: all .3s;
}
.type_btn_wrap a:hover {
	color: #fff;
	opacity: .6;
}
.type_btn_wrap a:nth-child(1){
	background: #4ea1c8;
}
.type_btn_wrap a:nth-child(2) {
	background: #3d8c51;
}
