@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');

.section-2 .input-area> .btn-serch,
.section-3 .category-list> .category-item,
.section-4 .title-area> .btn-news {
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
}

.section-2 .input-area> .btn-serch:hover,
.section-3 .category-list> .category-item:hover,
.section-4 .title-area> .btn-news:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
	opacity: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.section-2 .input-area> .btn-serch:hover a,
.section-3 .category-list> .category-item:hover a,
.section-4 .title-area> .btn-news:hover a {
	opacity: 1;
}

.section-2 .input-area,
.section-3 .category-list,
.section-4> .inner,
.bnr-area> .bnr-list {
	zoom: 1;
}

.section-2 .input-area:before,
.section-3 .category-list:before,
.section-4> .inner:before,
.bnr-area> .bnr-list:before,
.section-2 .input-area:after,
.section-3 .category-list:after,
.section-4> .inner:after,
.bnr-area> .bnr-list:after {
	content: '';
	display: table;
}

.section-2 .input-area:after,
.section-3 .category-list:after,
.section-4> .inner:after,
.bnr-area> .bnr-list:after {
	clear: both;
}

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* border-box */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Reset input */

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* cmn
---------------------------------------- */

.sp-hide {
	display: inline-block !important;
}

.pc-hide {
	display: none !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.weight-bold {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.inner {
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

.inner:before,
.inner:after {
	content: '';
	display: table;
}

.inner:after {
	clear: both;
}

/* section-area
---------------------------------------- */

.section-area {
	width: 100%;
	padding: 80px 0;
}

.section-area.less-padding {
	padding: 40px 0;
}

.section-area .section-title {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 34px;
	text-align: center;
}

/* section-1
---------------------------------------- */

.section-1 {
	background: url('../images/cmn/bg_main.jpg') center center no-repeat;
	background-size: cover;
}

.section-1 .section-title {
	color: #5e97d9;
}

.section-1 .campaign-list {
	background: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
}

.section-1 .campaign-list .campaign-item {
	width: 400px;
	padding: 20px;
	background: #fff;
	border-right: #aaaab4 1px solid;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 0 rgba(0, 0, 0, .25);
	z-index: 1;
}

.section-1 .campaign-list .campaign-item:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	z-index: 1000;
}

.section-1 .campaign-list .campaign-item:hover a {
	opacity: 1;
}

.section-1 .campaign-list .campaign-item .campaign-item-term {
	color: #bcbcbd;
	font-weight: bold;
}

.section-1 .campaign-list .campaign-item .campaign-item-title {
	color: #5e97d9;
	font-weight: 500;
	font-size: 20px;
}

.section-1 .campaign-list .campaign-item .campaign-item-maker {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section-1 .btn-campaign {
	display: block;
	position: relative;
	width: 200px;
	height: 50px;
	margin: 40px auto 0 auto;
	color: #5e97d9;
	font-weight: 500;
	font-size: 14px;
	line-height: 3.571428571;
	text-align: center;
	border: #5e97d9 2px solid;
	border-radius: 4px;
}

.section-1 .btn-campaign:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border-right: #5e97d9 1px solid;
	border-bottom: #5e97d9 1px solid;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

/* section-2
---------------------------------------- */

.section-2 {
	background: #f5f5f5;
}

.section-2 .input-area> .input-keywords {
	float: left;
	width: 1070px;
	height: 70px;
	padding: 20px;
	font-size: 14px;
}

.section-2 .input-area> .btn-serch {
	float: right;
	width: 120px;
	height: 70px;
	background: #5e97d9;
}

.section-2 .input-area> .btn-serch> .text {
	padding-left: 1.4em;
	color: #fff;
	font-size: 20px;
	background: url('../images/cmn/icn_search.png') left center no-repeat;
	background-size: 1em auto;
}

.section-2 .sort-options {
	position: relative;
	margin-top: 10px;
	text-align: center;
	background: rgba(255, 255, 255, .75);
}

.section-2 .sort-options:before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: 20px;
	width: 12px;
	height: 10px;
	border-right: transparent 6px solid;
	border-bottom: rgba(255, 255, 255, .75) 10px solid;
	border-left: transparent 6px solid;
}

.section-2 .sort-options> .sort-item {
	display: inline-block;
	padding: 10px;
}

.section-2 .sort-options> .sort-item> * {
	vertical-align: middle;
}

.section-2 .sort-options> .sort-item> .text {
	padding: 0 .5em;
	font-size: 14px;
}

.section-2 .sort-options> .sort-item .input-price {
	height: 42px;
}

/* section-3
---------------------------------------- */

.section-3 {
	padding-top: 0;
	background: #f5f5f5;
}

.section-3 .category-list> .category-item {
	position: relative;
	float: left;
	width: 285px;
	margin: 15px 0 0 15px;
	padding: 15px 20px;
	background: #fff;
}

.section-3 .category-list> .category-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border-right: #46464b 1px solid;
	border-bottom: #46464b 1px solid;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.section-3 .category-list> .category-item> a {
	display: block;
	width: 100%;
	height: 100%;
}

.section-3 .category-list> .category-item> a> .category-name {
	color: #5e97d9;
	font-weight: 500;
	font-size: 18px;
}

.section-3 .category-list> .category-item> a> .category-num {
	font-size: 16px;
}

.section-3 .category-list> .category-item> a> .category-num:after {
	content: '件';
}

/* section-4
---------------------------------------- */

.section-4> .inner {
	position: relative;
}

.section-4 .title-area {
	position: absolute;
	top: 50%;
	left: 0;
	width: 285px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-4 .title-area> .btn-news {
	position: relative;
	width: 100%;
	height: 50px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 3.571428571;
	text-align: center;
	background: #5e97d9;
}

.section-4 .title-area> .btn-news:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border-right: #a9c8eb 1px solid;
	border-bottom: #a9c8eb 1px solid;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.section-4 .news-box {
	float: right;
}

.section-4 .news-box> .news-list {
	width: 895px;
	border-right: #aaaab4 1px solid;
	border-bottom: #aaaab4 1px solid;
	border-left: #aaaab4 1px solid;
}

.section-4 .news-box> .news-list> .news-item {
	padding: 20px;
	border-top: #aaaab4 1px solid;
}

.section-4 .news-box> .news-list> .news-item> a {
	display: block;
	width: 100%;
	height: 100%;
}

.section-4 .news-box> .news-list> .news-item .news-head> span {
	vertical-align: middle;
}

.section-4 .news-box> .news-list> .news-item .news-head> .date {
	color: #bcbcbd;
	font-weight: bold;
}

.section-4 .news-box> .news-list> .news-item .news-head> .tag {
	display: inline-block;
	margin-left: .8em;
	padding: .25em 1em;
	color: #fff;
	font-size: 12px;
	background: #5e97d9;
}

.section-4 .news-box> .news-list> .news-item .news-maker {
	margin-top: .25em;
	font-size: 14px;
}

.section-4 .news-box> .news-list> .news-item .news-title {
	margin-top: .25em;
	font-weight: 500;
	font-size: 18px;
}

.section-4 .news-box> .news-list> .news-item .news-summary {
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}

/* section-5
---------------------------------------- */

.section-5 {
	padding: 60px 0;
	background: #f5f5f5;
}

.section-5 .section-title {
	font-size: 28px;
}

.section-5 .newItem-list {
	display: none;
	padding: 0 20px;
	background-color: #fff;
}

.section-5 .newItem-list.slick-initialized {
	display: block;
}

.section-5 .newItem-item {
	margin: 20px;
}

.section-5 .slick-slide {
	padding: 20px;
}

.section-5 .newItem-thumbnail {
	aspect-ratio: 1;
}

.section-5 .newItem-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

.section-5 .newItem-name {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    height: calc(1.5em * 2);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.section-5 .newItem-maker {
	margin-top: 5px;
	color: #bcbcbd;
	font-size: 14px;
}

/* bnr-area
---------------------------------------- */

.bnr-area {
	width: 100%;
	padding: 20px 0;
	background: #f5f5f5;
}

.bnr-area> .bnr-list {
	text-align: center;
}

.bnr-area> .bnr-list> .bnr-item {
	display: inline-block;
	width: 285px;
	margin-left: 15px;
	border-radius: 0;
}

.bnr-area> .bnr-list> .bnr-item:nth-of-type(1) {
	margin-left: 0;
}

.bnr-area> .bnr-list> .bnr-item> a {
	display: block;
	width: 100%;
	height: 100%;
}

.bnr-area> .bnr-list> .bnr-item> a:hover {
	opacity: 1;
}

.bnr-area> .bnr-list> .bnr-item> a:hover> img {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.bnr-area> .bnr-list> .bnr-item> a> img {
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
}

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

.sp-hide {
	display: none !important;
}

.pc-hide {
	display: inline-block !important;
}

.section-area {
	padding: 10.66667vw 4vw;
}

.section-area .section-title {
	margin-bottom: 5.33333vw;
	font-size: 6.66667vw;
}

.section-1 {
	background: url('../images/cmn/sp_bg_main.jpg') center center no-repeat;
	background-size: cover;
}

.section-1 .campaign-list {
	width: 92vw;
	margin: 0 auto;
	-webkit-box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
	box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
}

.section-1 .campaign-list .campaign-item {
	width: 44.66667vw;
	padding: 2.66667vw;
	border-right: #aaaab4 .26667vw solid;
}

.section-1 .campaign-list .campaign-item .campaign-item-tmaker {
	font-size: 2.93333vw;
}

.section-1 .campaign-list .campaign-item .campaign-item-title {
	font-size: 4vw;
}

.section-1 .btn-campaign {
	width: 92vw;
	height: 13.33333vw;
	margin: 5.33333vw auto 0 auto;
	font-size: 3.73333vw;
	line-height: 3.571428571;
	border: #5e97d9 .26667vw solid;
	border-radius: .8vw;
}

.section-1 .btn-campaign:after {
	right: 2.66667vw;
	width: 2.4vw;
	height: 2.4vw;
	border-right: #5e97d9 .26667vw solid;
	border-bottom: #5e97d9 .26667vw solid;
}

.section-2 .input-area> .input-keywords {
	width: 77.33333vw;
	height: 13.33333vw;
	padding: 2.66667vw;
	font-size: 2.66667vw;
}

.section-2 .input-area> .btn-serch {
	width: 13.33333vw;
	height: 13.33333vw;
	border-radius: .8vw;
	-webkit-box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
	box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
}

.section-2 .input-area> .btn-serch> .text {
	width: 13.33333vw;
	height: 13.33333vw;
	padding-left: 0;
	color: transparent;
	background: url('../images/cmn/icn_search.png') center center no-repeat;
	background-size: 6.4vw auto;
}

.section-2 .sort-options {
	margin-top: 2vw;
	padding: 1.33333vw;
}

.section-2 .sort-options:before {
	content: '';
	position: absolute;
	top: -2vw;
	left: 2.66667vw;
	width: 2.66667vw;
	height: 2vw;
	border-right: transparent 1.33333vw solid;
	border-bottom: rgba(255, 255, 255, .75) 2vw solid;
	border-left: transparent 1.33333vw solid;
}

.section-2 .sort-options> .sort-item {
	display: block;
	padding: 1.33333vw 2.66667vw 1.33333vw 1.33333vw;
	text-align: left;
}

.section-2 .sort-options> .sort-item> * {
	vertical-align: middle;
	text-align: left;
}

.section-2 .sort-options> .sort-item> .text {
	padding: 0 .25em;
	font-size: 2.66667vw;
}

.section-2 .sort-options> .sort-item .input-price {
	width: 30.66667vw;
	height: 10.66667vw;
}

.section-3 {
	padding-top: 0;
}

.section-3 .category-list> .category-item {
	width: 44.66667vw;
	margin: 2.66667vw 0 0 0;
	padding: 2.66667vw;
	border-radius: .8vw;
	-webkit-box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
	box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
}

.section-3 .category-list> .category-item:nth-child(even) {
	margin-left: 2.66667vw;
}

.section-3 .category-list> .category-item:after {
	right: 1.33333vw;
	width: 1.86667vw;
	height: 1.86667vw;
	border-right: #46464b .26667vw solid;
	border-bottom: #46464b .26667vw solid;
}

.section-3 .category-list> .category-item> a> .category-name {
	font-size: 3.2vw;
}

.section-3 .category-list> .category-item> a> .category-num {
	font-size: 2.66667vw;
}

.section-4 .title-area {
	position: relative;
	top: auto;
	top: initial;
	left: auto;
	left: initial;
	width: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.section-4 .news-box {
	float: none;
}

.section-4 .news-box> .news-list {
	width: 100%;
	border-right: #aaaab4 .26667vw solid;
	border-bottom: #aaaab4 .26667vw solid;
	border-left: #aaaab4 .26667vw solid;
}

.section-4 .news-box> .news-list> .news-item {
	padding: 2.66667vw;
	border-top: #aaaab4 .26667vw solid;
}

.section-4 .news-box> .news-list> .news-item .news-head> .tag {
	font-size: 2.66667vw;
}

.section-4 .news-box> .news-list> .news-item .news-maker {
	font-size: 2.66667vw;
}

.section-4 .news-box> .news-list> .news-item .news-title {
	font-size: 3.46667vw;
}

.section-4 .news-box> .news-list> .news-item .news-summary {
	font-size: 2.66667vw;
}

.section-4 .btn-news {
	position: relative;
	width: 100%;
	height: 13.33333vw;
	margin-top: 5.33333vw;
	color: #fff;
	font-weight: 500;
	font-size: 3.73333vw;
	line-height: 3.571428571;
	text-align: center;
	background: #5e97d9;
	border-radius: .8vw;
	-webkit-box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
	box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
}

.section-4 .btn-news:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 2.66667vw;
	width: 2.4vw;
	height: 2.4vw;
	border-right: #a9c8eb .26667vw solid;
	border-bottom: #a9c8eb .26667vw solid;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.section-5 .newItem-list {
	padding: 0 2.66667vw;
}

.section-5 .newItem-list .slick-arrow {
	width: 8.66667vw;
}

.section-5 .newItem-item {
	margin: 2.66667vw;
}
.section-5 .slick-slide {
	padding: 2.66667vw;
}

.section-5 .newItem-name {
	margin-top: 2.6666vw;
	font-size: 3.2vw;
}

.section-5 .newItem-maker {
	margin-top: 1.3333vw;
	font-size: 2.66667vw;
}

.bnr-area {
	padding: 2.66667vw 4vw;
}

.bnr-area> .bnr-list> .bnr-item {
	float: left;
	width: 44.66667vw;
	margin-top: 2.4vw;
	margin-left: 2.4vw;
}

.bnr-area> .bnr-list> .bnr-item:nth-of-type(1) {
	margin-left: 0;
}

.bnr-area> .bnr-list> .bnr-item:nth-of-type(odd) {
	margin-left: 0;
}

.bnr-area> .bnr-list> .bnr-item> a> img {
	-webkit-box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
	box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
}

}

