html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.4;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

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

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #efa336;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input,
textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

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

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
	max-width: 100%;
}

article>*+* {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 45px;
	line-height: 0px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	display: none !important;
}

.slick-prev:hover,
.slick-next:hover {
	color: transparent;
	opacity: 0.6;
	outline: none;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	content: none;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
}

.slick-prev {
	background: url(../img/arrow_prev@2x.png) no-repeat center/contain;
	height: 30px;
	left: 0px;
	width: 30px;
	z-index: 1;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 25px;
}

[dir="rtl"] .slick-prev:before {
	content: "?";
}

.slider__num {
	font-size: 24px;
}

.slick-next {
	background: url(../img/arrow_next@2x.png) no-repeat center/contain;
	height: 30px;
	right: 0px;
	width: 30px;
}

[dir="rtl"] .slick-next {
	left: 25px;
	right: auto;
}

[dir="rtl"] .slick-next:before {
	content: "?";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 5px;
	width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	content: "?";
	font-family: "slick";
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* Slider */

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

#footer {
	background: #000;
	color: #fff;
}

.l-footer__wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 15px 20px;
	width: 1200px;
}

.l-footer__wrap {
	display: flex;
	justify-content: space-between;
}

.l-footer__text {
	font-size: 10px;
	line-height: 2.5;
}

.l-footer__nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-footer__nav li {
	line-height: 1;
}

.l-footer__nav li:not(:last-child) {
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
}

.l-footer__nav li:not(:last-child):after {
	background: #fff;
	content: "";
	height: 90%;
	position: absolute;
	right: 0;
	top: 3px;
	width: 1px;
}

.l-footer__nav a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	transition: .3s;
}

.l-footer__nav a:hover {
	opacity: .7;
}

.l-footer__copy {
	font-size: 11px;
	margin-top: 30px;
	text-align: center;
}

.l-footer-bnr {
	background: #DEF3FF;
	padding: 70px 15px;
}

.l-footer-bnr img {
	margin: auto;
}

#header {
	color: #fff;
	height: 80px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 20;
}

.l-header__wrapper {
	align-items: center;
	display: flex;
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	position: relative;
	width: 1200px;
}

.header-content {
	align-items: center;
	display: flex;
}

.l-header__logo {
	margin-right: 50px;
}

.l-header__logo a {
	transition: all 0.3s ease 0s;
}

.l-header__logo a:hover {
	opacity: 0.6;
}

.l-header__logo2 {
	margin-right: auto;
}

.l-header__btn {
	background: #0F80C3;
	border-radius: 40px;
	color: #fff;
	display: block;
	font-size: 12px;
	letter-spacing: .5em;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	width: 205px;
}
.login-btn {
	-webkit-appearance: none;
	background-color: #0F80C3;
	background-image: none;
	/* border-radius: 40px; */
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	height: 54px;
	letter-spacing: 0.2em;
	line-height: 54px;
	margin: 0;
	max-width: 100%;
	position: relative;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: .3s;
	vertical-align: middle;
	width: 500px;
	margin-top: 15px;
}


.login-btn:hover {
	opacity: .7;
}

.login-btn:not(:disabled) {
	cursor: pointer;
}

.login-btn:hover,
.login-btn:focus {
	outline: none;
}

.login-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.c-btn {
	-webkit-appearance: none;
	background-color: #0F80C3;
	background-image: none;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	height: 40px;
	letter-spacing: 0.2em;
	line-height: 40px;
	margin: 0;
	max-width: 100%;
	position: relative;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: .3s;
	vertical-align: middle;
	width: 200px;
}

.c-btn::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: '';
	height: 10px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
	width: 10px;
}

.c-btn:hover {
	opacity: .7;
}

.c-btn:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
	outline: none;
}

.c-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.c-fix {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10000;
}

.c-gnav {
	background: #000;
	border-radius: 5px;
	box-shadow: 2.83px 2.83px 2.83px rgba(0, 0, 0, 0.2);
	display: none;
	padding: 25px 25px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 345px;
}

.c-gnav li {
	padding: 10px 0 13px;
	position: relative;
}

.c-gnav li::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 7px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: 66% 66%;
	width: 7px;
}

.c-gnav li:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.c-gnav a {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .3em;
	line-height: 1;
	text-decoration: none;
	transition: .3s;
}

.c-gnav a:hover {
	opacity: .6;
}

.c-mv {
	/*background: url(./search/img/mv_bg.png) repeat center top;*/
	/* max-height: calc(100vh - 80px);*/ 
	min-height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-mv__wrap {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: auto;
	max-width: 100%;
	padding: 20px;
	width: 1150px;
}

.c-mv__fukuri {
	margin-bottom: 0px;
}

.c-mv__title {
	color: #ffea00;
	font-size: 38px;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}

.c-mv__text {
	color: #fff;
	font-size: 15px;
	line-height: 1.67;
}

.c-mv__img .pc {
	/*width: 61%;*/
              display: block !important; 
}
.c-mv__img .sp {
       display: none !important; 
}


.p-cat-lead {
	background: #def3ff;
	color: #0f80c3;
	font-weight: 500;
	letter-spacing: 0.3em;
	padding: 20px;
	text-align: center;
}

.p-cat__headline {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.4em;
	/* margin-bottom: 50px; */
	padding-bottom: 5px;
	padding-left: 0.4em;
	position: relative;
	text-align: center;
}

.p-cat__headline_sec1{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.4em;
    /* margin-bottom: 50px; */
    padding-bottom: 5px;
    padding-left: 0.4em;
    position: relative;
    text-align: center;
}

.p-cat__headline>span {
	color: #99c9e6;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 55px;
	font-weight: 900;
	letter-spacing: 0.3em;
	line-height: 1;
	margin-bottom: -20px;
	margin-right: -0.3em;
}

.p-cat__headline::after {
	/* background: #0f80c3; */
	/* bottom: 0; */
	/* content: ""; */
	height: 4px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 46px;
}

.p-cat__headline--2>span {
	font-size: 41px;
}

.p-cat-sec1 {
	background: url(./search/img/dot.png) repeat center top;
	padding: 100px 20px 0;
}

.p-cat-sec1__bnr {
	margin-bottom: -170px;
}

.p-cat-sec1__bnr img {
	margin: auto;
}

.p-cat-sec2 {
	/* background: #def3ff; */
	background: url(./search/img/dot.png) repeat center top;
	overflow-x: hidden;
	padding: 300px 0 80px;
}

.p-cat-sec2__lead {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	text-align: center;
}

.p-cat-sec2__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	margin-bottom: 50px;
	max-width: 100%;
	padding: 0 20px;
	width: 956px;
}

.p-cat-sec2__item {
	margin-bottom: 20px;
	position: relative;
	transition: 0.3s;
	width: 32%;
	text-align: center;
}

.p-cat-sec2__item:not(:nth-of-type(3n)) {
	margin-right: 2%;
}

.p-cat-sec2__item:hover {
	opacity: 0.7;
}

.p-cat-sec2__content {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

.p-cat-sec2__title {
	/* background: #0F80C3; */
	/* color: #fff; */
	display: inline-block;
	font-feature-settings: "palt";
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 15px 7px;
}

.p-cat-sec2__title>span {
	font-size: 13px;
}

.p-cat-sec2__text {
	/* color: #fff; */
	font-size: 14px;
	/* font-weight: bold; */
	padding: 30px 18px;
}

.p-cat-sec2__btn {
	text-align: center;
}

.p-cat-sec2__btn .c-btn {
	background: #000;
}

.p-cat-sec3 {
	background: url(../img/dot.png) repeat center top;
	padding: 80px 0 80px;
}

.p-cat-sec3__wrap {
	margin: auto;
	max-width: 100%;
	padding: 0 15px;
	width: 930px;
}

.p-cat-sec3__lead {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}

.p-cat-sec3__slider {
	margin-bottom: 40px;
}

.p-cat-sec3__item {
	color: inherit;
	text-align: center;
	text-decoration: none;
}

.p-cat-sec3__name {
	font-weight: 500;
	margin-top: 20px;
}

.p-cat-sec3__btn {
	text-align: center;
}

.p-cat-sec4 {
	background: #eaf6fd;
	padding: 80px 0 80px;
}

.p-cat-sec4__wrap {
	margin: auto;
	max-width: 100%;
	padding: 0 15px;
	width: 930px;
}

.p-cat-sec4__unit:not(:last-child) {
	margin-bottom: 80px;
}

.p-cat-sec4__slider {
	margin-bottom: 30px;
}

.p-cat-sec4__slider .slick-list {
	padding: 20px 0;
}

.p-cat-sec4__slider .slick-track {
	display: flex;
}

.p-cat-sec4__slider .slick-slide {
	height: auto !important;
}

.p-cat-sec4__slider .slick-prev {
	left: -10px;
}

.p-cat-sec4__slider .slick-next {
	right: -10px;
}

.p-cat-sec4__item {
	background: #fff;
	border-radius: 5px;
	box-shadow: 2.83px 2.83px 5.67px rgba(0, 0, 0, 0.2);
	color: inherit;
	margin: 0 7px;
	padding: 15px;
	text-decoration: none;
}

.p-cat-sec4__img {
	height: 130px;
	margin-bottom: 10px;
}

.p-cat-sec4__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-cat-sec4__name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.p-cat-sec4__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	font-size: 12px;
	overflow: hidden;
}

.p-cat-sec4__text strong {
	color: #BC0D23;
}

.p-cat-sec4__btn {
	text-align: center;
}

.p-cat-sec4__empty {
	font-size: 20px;
	margin-bottom: -20px;
	margin-top: 30px;
	text-align: center;
}

.p-cat-sec5 {
	padding: 80px 0 80px;
}

.p-cat-sec5__wrap {
	margin: auto;
	max-width: 100%;
	padding: 0 15px;
	width: 860px;
}


.u-mbl {
	margin-bottom: 5em;
}

.u-mbm {
	margin-bottom: 3em;
}

.u-mbs {
	margin-bottom: 1em;
}


/* 20231202?PICKUP?????2????*/

.p-cat-sec3__item{
margin:0 15px;
}


/* 20231202????????????????*/

.l-footer__text {
    font-size: 12px;
}




@media (prefers-reduced-motion: reduce) {

	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

}

@media (min-width: 768px) {

	.u-sp-only {
		display: none !important;
	}

/* 20231202????????????*/

.p-cat-sec1 {
     padding: 0 0 0;
}

.p-cat-sec1__bnr {
    margin-bottom: 0;
}
	

	.p-cat-sec2{
padding: 40px 0;
		
	}
	

.c-mv {
margin-bottom:0;
}

.p-cat-sec1__bnr img {
    padding: 15px 0;
}


/* 20231202?????????????2??????????????????1px???*/

.p-cat-sec2__title {
      font-size: 16px;
  
}




}

@media (max-width: 1199px) {

	.l-footer__wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.l-header__wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media (max-width: 767px) {

	.slick-prev {
		height: 30px;
		width: 30px;
	}

	.slider__num {
		font-size: 14px;
	}

	.slick-next {
		height: 30px;
		width: 30px;
	}

	#footer {
		margin-bottom: 112px;
	}

	.l-footer__wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.l-footer__wrapper {
		padding: 40px 15px 20px;
	}

	.l-footer__wrap {
		flex-direction: column;
	}

	.l-footer__text {
		line-height: 1.8;
		margin-bottom: 20px;
		text-align: center;
	}

	.l-footer__nav ul {
		justify-content: center;
	}

	.l-footer__nav li:not(:last-child) {
		margin-right: 15px;
		padding-right: 15px;
	}

	.l-footer__nav a {
		font-size: 12px;
	}

	.l-footer__copy {
		font-size: 11px;
		margin-top: 20px;
		text-align: center;
	}

	#header {
		height: 60px;
	}

	.l-header__wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.l-header__logo {
		margin-right: auto;
		width: 123px;
	}

	.l-header__logo2 {
		margin-right: initial;
	}

	.l-header__logo2 img {
		width: 96px;
	}
	.login-btn  {
        font-size: 13px;
        width: 300px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }


	.c-btn {
		/*width: 100%;*/
	}

	.c-fix {
		background: #fff;
		bottom: 0;
		left: 0;
		margin: auto;
		padding-top: 20px;
		top: auto;
		transform: initial;
	}

	.c-fix-btn {
		margin-bottom: 20px;
		text-align: center;
	}

	.c-fix-btn .c-btn {
		height: 40px;
		line-height: 40px;
		width: 290px;
	}

	.c-fix-sns {
		display: flex;
		justify-content: center;
	}

	.c-gnav {
		border-radius: 0px;
		bottom: 100%;
		box-shadow: none;
		left: 0;
		padding: 30px 40px;
		position: absolute;
		top: auto;
		width: 100%;
	}

	.c-gnav li {
		padding: 10px 0 13px;
		position: relative;
	}

	.c-gnav li::after {
		border-right: 2px solid #fff;
		border-top: 2px solid #fff;
		content: "";
		height: 7px;
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		transform-origin: 66% 66%;
		width: 7px;
	}

	.c-gnav li:not(:last-child) {
		border-bottom: 1px solid #fff;
	}

	.c-gnav a {
		color: #fff;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: .3em;
		line-height: 1;
		text-decoration: none;
		transition: .3s;
	}

	.c-gnav a:hover {
		opacity: .6;
	}

	.c-mv__wrap {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 20px;
	}

	.c-mv__fukuri img {
		margin: auto;
	}

	.c-mv__title {
		font-size: 33px;
		margin-bottom: 20px;
		text-align: center;
	}

	.c-mv__text {
		font-size: 14px;
	}

	.c-mv__img {
		margin-bottom: 20px;
		width: 100%;
	}
	.c-mv__img .pc {
		display: none !important;
		
	}

	.c-mv__img .sp {
		display: block !important;	
               }


	.p-cat-lead {
		font-size: 14px;
		padding: 20px;
	}

	.p-cat__headline {
		font-size: 15px;
		/* margin-bottom: 40px; */
		padding-bottom: 15px;
		padding-bottom: 15px;
	}

	.p-cat__headline>span {
		font-size: 40px;
		margin-bottom: -13px;
	}

	.p-cat__headline--2>span {
		font-size: 28px;
	}

	.p-cat-sec1 {
		padding: 20px 20px 0;
	}

        .p-cat__headline_sec1 {
		font-size: 15px;
		padding-bottom: 15px;
		padding-bottom: 15px;
	}

	.p-cat-sec1__bnr {
		margin-bottom: 0px;
	}

	.p-cat-sec1__bnr img {
		padding: 10px 0;
	}

	.p-cat-sec2 {
		padding: 15px 15px 20px;
	}

	.p-cat-sec2__lead {
		letter-spacing: 0.0em;
		margin-bottom: 30px;
	}

	.p-cat-sec2__wrap {
		display: flex;
		flex-wrap: wrap;
		margin: auto;
		margin-bottom: 20px;
		max-width: 100%;
		padding: 0 0px;
		width: 956px;
	}

	.p-cat-sec2__item {
		margin-bottom: 20px;
		transition: 0.3s;
		width: 100%;
	}

	.p-cat-sec2__item img {
		width: 100%;
	}

	.p-cat-sec2__item:not(:nth-of-type(3n)) {
		margin-right: 0%;
	}

	.p-cat-sec2__title {
		font-size: 19px;
		padding: 10px 7px;
	}

	.p-cat-sec2__title>span {
		font-size: 15px;
	}

	.p-cat-sec2__text {
		font-size: 14px;
		padding: 13px 18px;
	}

	.p-cat-sec2__btn {
		text-align: center;
	}

	.p-cat-sec2__btn .c-btn {
		background: #000;
	}

	.p-cat-sec3 {
		background: url(../img/dot.png) repeat center top;
		padding: 40px 0 40px;
	}

	.p-cat-sec3__wrap {
		margin: auto;
		max-width: 100%;
		padding: 0 15px;
		width: 930px;
	}

	.p-cat-sec3__lead {
		margin-bottom: 20px;
		text-align: left;
	}

	.p-cat-sec3__slider {
		margin-bottom: 30px;
	}

	.p-cat-sec3__name {
		font-size: 13px;
		margin-top: 20px;
	}

	.p-cat-sec4 {
		padding: 40px 0 40px;
	}

	.p-cat-sec4__unit:not(:last-child) {
		margin-bottom: 50px;
	}

	.p-cat-sec4__slider {
		margin-bottom: 20px;
	}

	.p-cat-sec4__slider .slick-list {
		padding: 20px 0;
	}

	.p-cat-sec4__item {
		border-radius: 4px;
		box-shadow: 2.06px 2.06px 4.11px rgba(0, 0, 0, 0.2);
		margin: 0 7px;
		padding: 10px;
	}

	.p-cat-sec4__img {
		height: 95px;
		margin-bottom: 5px;
	}

	.p-cat-sec4__name {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.p-cat-sec4__text {
		font-size: 10px;
	}

	.p-cat-sec4__empty {
		font-size: 16px;
	}

	.p-cat-sec5 {
		padding: 40px 0 40px;
	}

	
	
	.u-pc-only {
		display: none !important;
	}

}