@charset "UTF-8";

/* ============================================
top
============================================ */

.page_top { /* =================== mv =================== */ /* =================== info =================== */ /* =================== what =================== */ /* =================== brand =================== */ /* =================== pickup =================== */ /* =================== special =================== */
}

.page_top_block {
	width: 100%;
	height: 80px;
}

.page_top_mv {
	width: 100%; /* height: 800px; */
	height: 720px;
	position: relative;
}

.page_top_mv_scroll {
	position: absolute;
	z-index: 300;
	left: 0;
	right: 0;
	bottom: 28px;
	margin: auto;
}

.page_top_mv_scroll a {
	display: block;
	width: 36px;
	height: 52px;
	margin: 0 auto;
	border-radius: 36px;
	border: 2px solid #fff;
}

.page_top_mv_scroll a span {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: top_sc 1.5s infinite;
	animation: top_sc 1.5s infinite;
}

.page_top_mv_first {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #fff;
}

.page_top_mv_first .item .txt,
.page_top_mv_first .item .bg {
	display: none;
}

.page_top_mv .item {
	width: 100%; /* height: 800px; */
	height: 720px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.page_top_mv .item a {
	display: block;
	width: 100%;
	height: 100%;
}

.page_top_mv .item a:hover img {
	opacity: 1;
}

.page_top_mv .item .txt {
	position: relative;
	z-index: 2;
	text-align: center;
}

.page_top_mv .item .bg {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
}

.page_top_mv_bento.u_pc {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 200;
}

.page_top_mv_bento.u_pc a {
	display: inline-block;
	width: 195px;
}

.page_top_mv_bento.u_pc a + a {
	margin-left: 5px;
}

.page_top_mv_bento.u_pc a:only-child {
	width: 220px;
}

.page_top_mv_bento.u_sp {
	margin: 0 auto;
}

.page_top_info {
	padding-top: 80px;
	margin-top: -80px;
}

.page_top_info .bg {
	padding: 60px 0;
	background: -webkit-gradient(linear, left bottom, right top, from(#DA0705), color-stop(30%, #F41201), color-stop(90%, #FFBB00));
	background: -webkit-linear-gradient(bottom left, #DA0705 0%, #F41201 30%, #FFBB00 90%);
	background: linear-gradient(to top right, #DA0705 0%, #F41201 30%, #FFBB00 90%);
	color: #fff;
	position: relative;
	z-index: 1;
}

.page_top_info .bg:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/top/news_bg.png) no-repeat 330% 47%;
	position: absolute;
	background-size: 95%;
	z-index: -1;
	left: 0;
	top: 0;
	opacity: 0.3;
}

.page_top_info .c_hl01 .c_alp {
	color: #fff;
}

.page_top_info .c_hl01 .bar:before {
	background: -webkit-gradient(linear, left bottom, right top, from(#F74001), color-stop(90%, #F96000));
	background: -webkit-linear-gradient(bottom left, #F74001 0%, #F96000 90%);
	background: linear-gradient(to top right, #F74001 0%, #F96000 90%);
}

.page_top_info .c_hl01 .bar:after {
	background: #fff;
}

.page_top_info .btn {
	margin: -28px 0 40px;
}

.page_top_info .btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	width: 140px;
	height: 40px;
	font-size: 14px;
	margin-left: auto;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));
	background-image: -webkit-linear-gradient(left, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
	background-image: linear-gradient(to right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
	background-size: 200% auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page_top_what {
	margin-bottom: 95px;
}

.page_top_what .c_hl01 .marker {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffde00));
	background: -webkit-linear-gradient(transparent 60%, #ffde00 60%);
	background: linear-gradient(transparent 60%, #ffde00 60%);
	padding-right: 10px;
	margin-right: -10px;
}

.page_top_what .bg {
	width: 100%;
	height: 680px;
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/top/what_bg01.jpg);
}

.page_top_what .item {
	background: #fff;
	width: 100%;
	max-width: 620px;
	margin-top: -180px;
	margin-left: auto;
	position: relative;
	z-index: 2;
	padding: 60px 20px 60px 60px;
}

.page_top_what .item .cap {
	margin-top: 50px;
	line-height: 1.84;
	letter-spacing: 1.5px;
}

.page_top_brand {
	margin-bottom: 95px;
}

.page_top_brand .c_btn01 {
	margin-left: auto;
	margin-right: auto;
}

.page_top_brand_main {
	margin-bottom: 122px;
	position: relative;
}

.page_top_brand_main .box {
	width: 31%;
}

.page_top_brand_main .box .cap {
	margin-top: 50px;
	margin-bottom: 45px;
	line-height: 1.84;
	letter-spacing: 1.5px;
}

.page_top_brand_sub {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page_top_brand_sub .item {
	width: 50%;
	text-align: center;
}

.page_top_brand_sub .item .head_hl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px;
}

.page_top_brand_sub .item .head_hl .image {
	width: 28%;
}

.page_top_brand_sub .item .head_hl .txt .c_alp {
	font-size: 16px;
	color: #FFBB00;
	letter-spacing: 1.5px;
	display: block;
	margin-bottom: 7px;
}

.page_top_brand_sub .item .head_hl .txt .ja {
	font-size: 24px;
	line-height: 1.5;
}

.page_top_brand_sub .item .cap {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.page_top_brand_sub .item .box {
	background: #fff;
	padding: 25px 40px;
	max-width: 580px;
	margin: -110px auto 0;
	width: 96%;
	position: relative;
	z-index: 2;
}

.page_top_brand_sub .item .bg {
	width: 100%;
	height: 460px;
	position: relative;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
}

.page_top_brand_sub .item .bg .txt {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.page_top_brand_sub .item.n01 .bg {
	background-image: url(../img/top/brand_bg01.jpg);
}

.page_top_brand_sub .item.n01 .bg .txt {
	margin-right: -67px;
}

.page_top_brand_sub .item.n02 .bg {
	background-image: url(../img/top/brand_bg02.jpg);
}

.page_top_brand_sub .item.n02 .bg .txt {
	top: 120px;
}

.page_top_brand_slide .slide_item a {
	display: block;
	width: 100%;
	max-width: 230px;
	height: 310px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page_top_brand_slide .slide_item .title {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 10px 15px 0;
}

.page_top_brand_slide .slide_item .title span {
	display: block;
	font-size: 12px;
	position: absolute;
	right: 45px;
	color: #FFBB00;
	bottom: 10px;
}

.page_top_brand_slide .slide_item .title .logo { /*
                        width: 70%;
						*/
	width: 73%;
	margin: 0 auto; /*
                        &.ex{
                            margin-left: -30px;
                        }
						&.ex02{
							margin-top: 10px;
						}
						*/
}

.page_top_brand_slide .slide_item .title .icon {
	position: absolute;
	right: 15px;
	bottom: 5px;
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page_top_brand_slide .slide_item .title .icon svg {
	fill: #FFBB00;
}

.page_top_brand_slide .swiper-button-prev,
.page_top_brand_slide .swiper-button-next {
	width: 40px;
}

.page_top_brand_slide .swiper-button-prev .icon,
.page_top_brand_slide .swiper-button-next .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -5px;
}

.page_top_brand_slide .swiper-button-prev {
	top: auto;
	bottom: -5px;
	left: 5px;
	background: #122;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.page_top_brand_slide .swiper-button-next {
	top: auto;
	bottom: -5px;
	left: 55px;
	background: #122;
}

.page_top_pickup {
	position: relative;
	z-index: 2;
	margin-bottom: 120px;
}

.page_top_pickup .c_hl01 {
	text-align: center;
	margin-bottom: 72px;
}

.page_top_pickup .slide {
	width: 100%;
	height: 410px;
	position: relative;
	z-index: 1;
}

.page_top_pickup .slide:before {
	content: "";
	width: 100%;
	height: 300px;
	background: url(../img/top/pickup_bg.png) no-repeat center top;
	background-size: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	opacity: 0.3;
}

.page_top_pickup .slide:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, from(#DA0705), color-stop(80%, #FFBB00));
	background: -webkit-linear-gradient(left, #DA0705 0%, #FFBB00 80%);
	background: linear-gradient(to right, #DA0705 0%, #FFBB00 80%);
}

.page_top_pickup .slide .slide_item {
	width: 100%;
	max-width: 320px;
	height: 280px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page_top_pickup .slide .slide_item a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); /*
                    transition: $baseSec;
                    */
}

.page_top_pickup .slide .slide_item .title {
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	position: relative;
}

.page_top_pickup .slide .slide_item .title .txt {
	position: relative;
	z-index: 2;
}

.page_top_pickup .slide .slide_item .title .txt .icon {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
}

.page_top_pickup .slide .slide_item .title .bar {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: -13px;
	width: 55px;
	height: 70px;
	opacity: 0.7;
	background: -webkit-linear-gradient(#ffde00 0%, #ffb100 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#ffb100));
	background: linear-gradient(#ffde00 0%, #ffb100 100%);
}

.page_top_pickup .pager {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 55px;
	margin: auto;
	width: 260px;
	height: 40px;
}

.page_top_pickup .swiper-container {
	height: 100%;
}

.page_top_pickup .swiper-button-prev .icon,
.page_top_pickup .swiper-button-next .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
}

.page_top_pickup .swiper-button-prev {
	left: 0;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.page_top_pickup .swiper-button-next {
	right: 0;
}

.page_top_pickup .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -10px auto 0;
	text-align: center;
	z-index: 4;
	display: block;
}

.page_top_pickup .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 7px;
	background: #fff;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	opacity: 1 !important;
}

.page_top_pickup .swiper-pagination-bullet-active {
	width: 20px !important;
	height: 20px !important;
	margin: 0 14px !important;
}

.page_top_pickup .swiper-pagination-bullet-active:after {
	content: "";
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	position: absolute;
	left: -6px;
	top: -6px;
	border-radius: 100px;
}

.page_top_special {
	margin-bottom: 110px;
}

.page_top_special .c_hl01 {
	text-align: center;
	margin-bottom: 72px;
}

.page_top_special .c_inner {
	height: 100%;
}

.page_top_special .item {
	position: relative;
	width: 100%;
	height: 480px;
}

.page_top_special .item.n01 {
	margin-bottom: 150px;
}

.page_top_special .item.n01 .box {
	right: 0;
}

.page_top_special .item.n01 .bg {
	margin-right: -500px;
	right: 50%;
	background-image: url(../img/top/special_bg01.jpg);
}

.page_top_special .item.n01 .bg .bar {
	left: 0;
}

.page_top_special .item.n01 .bg.show .bar:before {
	-webkit-animation: top_special01a 1s forwards;
	animation: top_special01a 1s forwards;
}

.page_top_special .item.n01 .bg.show .bar:after {
	-webkit-animation: top_special01b 1s forwards;
	animation: top_special01b 1s forwards;
}

.page_top_special .item.n02 .box {
	padding-left: 0;
}

.page_top_special .item.n02 .bg {
	margin-left: -500px;
	left: 50%;
	background-image: url(../img/top/special_bg02.jpg);
}

.page_top_special .item.n02 .bg .bar {
	right: 0;
}

.page_top_special .item.n02 .bg.show .bar:before {
	-webkit-animation: top_special02a 1.2s ease forwards;
	animation: top_special02a 1.2s ease forwards;
}

.page_top_special .item.n02 .bg.show .bar:after {
	-webkit-animation: top_special02b 1.2s ease forwards;
	animation: top_special02b 1.2s ease forwards;
}

.page_top_special .item .bg {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: absolute;
	top: 0;
	opacity: 1 !important;
}

.page_top_special .item .bg .bar {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page_top_special .item .bg .bar:before,
.page_top_special .item .bg .bar:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	-webkit-animation: none;
	animation: none;
}

.page_top_special .item .bg .bar:before {
	width: 100%;
	z-index: 1;
	background: #fff;
}

.page_top_special .item .bg .bar:after {
	width: 0;
	z-index: 2;
	background: #ffde00;
}

.page_top_special .item .box {
	width: 520px;
	background: #fff;
	position: absolute;
	bottom: -90px;
	z-index: 10;
	padding: 50px 40px 0;
}

.page_top_special .item .box .hl01 {
	margin-bottom: 39px;
}

.page_top_special .item .box .hl01 .ja {
	display: block;
	font-size: 30px;
	letter-spacing: 3px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.page_top_special .item .box .hl01 .c_alp {
	font-size: 16px;
	color: #FFBB00;
	display: block;
	letter-spacing: 1.6px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	bottom: 0;
	width: 40px;
	height: 40px;
	z-index: 100;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none !important;
}

.page_top_mv .item { /*
			&.n06{
				& .bg{
					background: #d4000f;
				}
			}
			&.n07{
				& .bg{
					background: #e6eaeb;
				}
			}
			&.n08{
				& .bg{
					background: #60ce5e;
				}
			}
			&.n09{
				& .bg{
					background: #e7bc87;
				}
			}
			*/
}

.page_top_mv .item.n04 {
	background: #fff;
}

.page_top_mv .item.n05 .bg {
	background: #e9e5e2;
}

.page_top_mv .item.y202101_ehomaki {
	background: #d19137;
}

.page_top_mv .item.y202101_bento {
	background: #da2021;
}

.page_top_mv .item.y202101_shop {
	background: #fcfaed;
}

@media screen and (min-width: 751px) {

.page_top_mv .item.n01 .bg {
	top: -80px;
	height: calc(100% + 80px);
	background-image: url(../img/top/slide/mv_bg01_pc.jpg);
	background-position: top center;
}

.page_top_mv .item.n01 .txt {
	margin-left: -200px;
	margin-top: -80px;
}

.page_top_mv .item.n02 .bg {
	top: -80px;
	height: calc(100% + 80px);
	background-image: url(../img/top/slide/mv_bg02_pc.jpg);
}

.page_top_mv .item.n02 .txt {
	margin-top: -80px;
	margin-left: -110px;
}

.page_top_mv .item.n03 .bg {
	top: -80px;
	height: calc(100% + 80px);
	background-image: url(../img/top/slide/mv_bg03_pc.jpg);
}

.page_top_mv .item.n03 .txt {
	margin-top: -80px;
	margin-left: -88px;
}

.page_top_info .btn a {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.page_top_info .btn a:hover {
	color: #FFBB00;
	background-position: right center;
}

.page_top_what .item .cap {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.page_top_brand_main .box .cap {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.page_top_brand_sub .item .head_hl .txt {
	width: 65%;
	text-align: left;
}

.page_top_brand_sub .item .cap {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.page_top_brand_slide {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	max-width: 955px;
	height: 100%;
	margin-left: -155px;
}

.page_top_brand_slide .slide_item a:hover {
	-webkit-box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.2);
}

.page_top_brand_slide .slide_item a:hover img {
	opacity: 1;
}

.page_top_brand_slide .slide_item a:hover .title .icon {
	right: 8px;
}

.page_top_brand_slide .slide_item .title span {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.page_top_brand_slide .swiper-container {
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.page_top_pickup .slide.show:after {
	-webkit-animation: top_pickup_pc 1s forwards;
	animation: top_pickup_pc 1s forwards;
}

.page_top_pickup .slide .slide_item a:hover {
	-webkit-box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.4);
}

.page_top_pickup .slide .slide_item a:hover img {
	opacity: 1;
}

.page_top_pickup .slide .slide_item:not(.scale) {
	right: -40px;
}

.page_top_pickup .slide .slide_item:not(.scale) a {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.page_top_pickup .slide .slide_item.swiper-slide-next + .slide_item:not(.scale) {
	right: auto;
	left: -40px;
}

.page_top_pickup .slide .slide_item .title .txt {
	-webkit-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

}

@media screen and (max-width: 750px) {

.page_top_block {
	height: 60px;
}

.page_top_mv {
	height: auto; /* height: 540px; */
}

.page_top_mv_scroll {
	bottom: 40px;
}

.page_top_mv_first .item {
	height: 100% !important;
}

.page_top_mv .item {
	height: auto; /* height: 540px; */
}

.page_top_mv .item.n01 .bg {
	background-image: url(../img/top/slide/mv_bg01_sp.jpg);
}

.page_top_mv .item.n01 .txt {
	margin-top: -15%;
	max-width: 317px;
}

.page_top_mv .item.n02 .bg {
	top: -60px;
	height: calc(100% + 60px);
	background-image: url(../img/top/slide/mv_bg02_sp.jpg);
}

.page_top_mv .item.n02 .txt {
	margin-top: -115px;
	margin-left: -40px;
	max-width: 317px;
}

.page_top_mv .item.n03 .bg {
	top: -60px;
	height: calc(100% + 60px);
	background-image: url(../img/top/slide/mv_bg03_sp.jpg);
}

.page_top_mv .item.n03 .txt {
	margin-top: -105px;
	margin-left: -20px;
	max-width: 317px;
}

.page_top_info {
	padding-top: 60px;
	margin-top: -60px;
}

.page_top_info .bg {
	overflow: hidden;
	padding: 62px 0 54px;
}

.page_top_info .bg:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/top/news_bg02.png) no-repeat left bottom;
	position: absolute;
	background-size: 100%;
	z-index: -1;
	left: 0;
	bottom: -50px;
	opacity: 0.6;
}

.page_top_info .bg:after {
	background: url(../img/top/news_bg.png) no-repeat left -100px;
	background-size: 600px;
}

.page_top_info .c_hl01 .bar:before {
	background: -webkit-gradient(linear, left bottom, right top, from(#F63501), color-stop(90%, #F85500));
	background: -webkit-linear-gradient(bottom left, #F63501 0%, #F85500 90%);
	background: linear-gradient(to top right, #F63501 0%, #F85500 90%);
}

.page_top_info .btn {
	margin: -35px 0 20px;
}

.page_top_what {
	margin-bottom: 28px;
}

.page_top_what .c_hl01 .marker {
	padding-right: 5px;
	margin-right: -5px;
}

.page_top_what .bg {
	height: 250px;
}

.page_top_what .item {
	margin-top: -30px;
	padding: 30px 10px 37px;
}

.page_top_what .item .cap {
	margin-top: 25px;
	font-size: 14px;
}

.page_top_brand {
	margin-bottom: 0;
}

.page_top_brand_main {
	margin-bottom: 58px;
}

.page_top_brand_main .box {
	width: 100%;
}

.page_top_brand_main .box .c_hl01 {
	text-align: center;
}

.page_top_brand_main .box .cap {
	margin-top: 25px;
	font-size: 14px;
	margin-bottom: 33px;
	padding: 0 10px;
}

.page_top_brand_sub {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -5px;
}

.page_top_brand_sub .item {
	width: 100%;
}

.page_top_brand_sub .item .head_hl {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 25px;
}

.page_top_brand_sub .item .head_hl .image {
	width: 48%;
	margin-bottom: 17px;
}

.page_top_brand_sub .item .head_hl .txt {
	margin-top: 14px;
	margin-left: -10px;
	margin-right: -10px;
}

.page_top_brand_sub .item .head_hl .txt .c_alp {
	font-size: 14px;
}

.page_top_brand_sub .item .head_hl .txt .ja {
	font-size: 16px;
	display: block;
	margin: 0 -20px;
}

.page_top_brand_sub .item .cap {
	font-size: 12px;
	letter-spacing: 1.5px;
}

.page_top_brand_sub .item .box {
	margin-top: -45px;
	max-width: 330px;
	width: 90%;
	padding: 25px 0 60px;
}

.page_top_brand_sub .item .bg {
	height: 300px;
}

.page_top_brand_sub .item.n01 .bg .txt {
	max-width: 72px;
	margin: 0 auto;
	left: 14px;
}

.page_top_brand_sub .item.n02 .bg .txt {
	max-width: 190px;
	margin: 0 auto;
}

.page_top_brand_slide .slide_item {
	padding: 0 4px 5px;
}

.page_top_brand_slide .slide_item a {
	margin: 0 auto;
}

.page_top_brand_slide .swiper-container {
	max-width: 375px;
	overflow: visible;
	margin: 0 auto 32px;
}

.page_top_brand_slide .swiper-button-prev,
.page_top_brand_slide .swiper-button-next {
	height: 40px;
}

.page_top_brand_slide .swiper-button-prev .icon,
.page_top_brand_slide .swiper-button-next .icon {
	width: 15px;
	height: 15px;
	margin-top: 0;
}

.page_top_brand_slide .swiper-button-prev {
	bottom: auto;
	top: 50%;
	left: 20px;
}

.page_top_brand_slide .swiper-button-next {
	bottom: auto;
	top: 50%;
	left: auto;
	right: 20px;
}

.page_top_pickup {
	margin-bottom: 60px;
}

.page_top_pickup .c_hl01 {
	margin-bottom: 32px;
}

.page_top_pickup .slide {
	height: 400px;
}

.page_top_pickup .slide.show:after {
	-webkit-animation: top_pickup_sp 1s forwards;
	animation: top_pickup_sp 1s forwards;
}

.page_top_pickup .slide:before {
	background-position: center center;
	height: 250px;
	opacity: 0.5;
}

.page_top_pickup .slide .slide_item {
	max-width: 100%;
}

.page_top_pickup .slide .slide_item a {
	height: 305px;
	max-width: 94%;
}

.page_top_pickup .slide .slide_item .title .txt {
	font-size: 18px;
	letter-spacing: 1px;
}

.page_top_pickup .slide .slide_item .title .bar {
	width: 60px;
	height: 80px;
	top: -20px;
}

.page_top_pickup .pager {
	bottom: 30px;
	width: 190px;
}

.page_top_pickup .swiper-container {
	max-width: 365px;
	overflow: hidden;
}

.page_top_pickup .swiper-button-prev .icon,
.page_top_pickup .swiper-button-next .icon {
	width: 14px;
	height: 14px;
}

.page_top_pickup .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
}

.page_top_special {
	margin-bottom: 155px;
}

.page_top_special .c_hl01 {
	margin-bottom: 32px;
}

.page_top_special .item {
	height: auto;
	padding-top: 150px;
}

.page_top_special .item .c_btn01 {
	margin-left: auto;
	margin-right: auto;
	max-width: 240px;
}

.page_top_special .item.n01 {
	margin-bottom: 134px;
}

.page_top_special .item.n01 .box {
	left: 0;
	margin: auto;
}

.page_top_special .item.n01 .bg {
	margin-right: 0;
	right: 0;
}

.page_top_special .item.n02 .box {
	right: 0;
	left: 0;
	margin: auto;
}

.page_top_special .item.n02 .bg {
	left: 0;
	margin-left: 0;
}

.page_top_special .item .bg {
	min-width: 0;
	height: 300px;
}

.page_top_special .item .box {
	width: 100%;
	bottom: -95px;
	max-width: 100%;
	position: relative;
	padding: 34px 10px 0;
}

.page_top_special .item .box .hl01 {
	text-align: center;
	margin-bottom: 30px;
}

.page_top_special .item .box .hl01 .ja {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

.page_top_special .item .box .hl01 .c_alp {
	font-size: 14px;
	letter-spacing: 1px;
}

}

@-webkit-keyframes top_pickup_pc {

0% {
	height: 0;
}

100% {
	height: 300px;
}

}

@keyframes top_pickup_pc {

0% {
	height: 0;
}

100% {
	height: 300px;
}

}

@-webkit-keyframes top_pickup_sp {

0% {
	height: 0;
}

100% {
	height: 250px;
}

}

@keyframes top_pickup_sp {

0% {
	height: 0;
}

100% {
	height: 250px;
}

}

@-webkit-keyframes top_special01a {

0% {
	width: 100%;
}

50% {
	width: 100%;
}

51% {
	width: 0%;
}

100% {
	width: 0%;
}

}

@keyframes top_special01a {

0% {
	width: 100%;
}

50% {
	width: 100%;
}

51% {
	width: 0%;
}

100% {
	width: 0%;
}

}

@-webkit-keyframes top_special01b {

0% {
	width: 0;
	left: 0;
}

50% {
	width: 100%;
	left: 0;
}

65% {
	width: 100%;
	left: 0;
}

100% {
	width: 0%;
	left: 100%;
}

}

@keyframes top_special01b {

0% {
	width: 0;
	left: 0;
}

50% {
	width: 100%;
	left: 0;
}

65% {
	width: 100%;
	left: 0;
}

100% {
	width: 0%;
	left: 100%;
}

}

@-webkit-keyframes top_special02a {

0% {
	width: 100%;
}

50% {
	width: 100%;
}

51% {
	width: 0%;
}

100% {
	width: 0%;
}

}

@keyframes top_special02a {

0% {
	width: 100%;
}

50% {
	width: 100%;
}

51% {
	width: 0%;
}

100% {
	width: 0%;
}

}

@-webkit-keyframes top_special02b {

0% {
	width: 0;
	right: 0;
}

50% {
	width: 100%;
	right: 0;
}

65% {
	width: 100%;
	right: 0;
}

100% {
	width: 0%;
	right: 100%;
}

}

@keyframes top_special02b {

0% {
	width: 0;
	right: 0;
}

50% {
	width: 100%;
	right: 0;
}

65% {
	width: 100%;
	right: 0;
}

100% {
	width: 0%;
	right: 100%;
}

}

@-webkit-keyframes top_sc {

0% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
	opacity: 0;
}

50% {
	opacity: 1;
}

100% {
	-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	opacity: 0;
}

}

@keyframes top_sc {

0% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
	transform: rotate(-45deg) translate(0, 0);
	opacity: 0;
}

50% {
	opacity: 1;
}

100% {
	-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	transform: rotate(-45deg) translate(-10px, 10px);
	opacity: 0;
}

}

