@charset "utf-8";

.splide__slide img {
	transition: 8s ease-out;
}
.splide__slide.is-active img {
	transform: scale(1.05);
	transition-delay: 0.3s;
}
/* スライドのサイズ調整 */
.splide__slide img {
	height: auto;
	width: 100%;
}

.min_inner {
	width:80%;
	margin:50px auto;
}

@media all and (max-width: 960px) {
.min_inner {
	width:94%;
}
}

/* SLIDE */
#top_slide {
	margin:100px 0 250px 0;
}

#top_slide .slide_flex {
	display:flex;
	flex-wrap:wrap;
}

#top_slide .slide_flex p {
	position:relative;
	margin-top:15px;
	margin-left:20px;
}


@media all and (max-width: 1200px) {
#top_slide {
	margin:100px auto;
}
}
@media all and (max-width: 1000px) {
#top_slide .slide_flex {
	display:block;
}
#top_slide h2 {
	margin-bottom: 15px !important;
}

#top_slide .slide_flex p {
	margin:0 0 25px 0;
}

}
@media all and (max-width: 900px) {
#top_slide {
	margin:50px auto;
}
}


/* ABOUT US */
#top_about_us {
	background-color:#edeef0;
	padding:130px 0;
	position:relative;
}

.about_us_img {
	position:absolute;
	right:0;
	top:-180px;
	text-align:right;
}

@media all and (min-width: 1450px) {
	#top_about_us br {
		display:none;
	}
}
@media all and (max-width: 1200px) {
.about_us_img {
	top:-65px;
}
.about_us_img img {
	width:80%;
	height:auto;
}
}
@media all and (max-width: 1100px) {
#top_about_us {
  padding: 80px 0;
}
.about_us_img img {
	width:70%;
}
}
@media all and (max-width: 900px) {
#top_about_us {
  padding: 55px 0;
}
.about_us_img img {
	width:60%;
}
}
@media all and (max-width: 800px) {
#top_about_us {
  padding:0 0 35px 0;
}
.about_us_img {
	position:static;
	text-align:center;
}
	#top_about_us br {
		display:none;
	}
.about_us_img img {
	width:100%;
}
}


/* NEWS */
#top_news {
	display:flex;
	justify-content: space-between;
	margin-top:100px;
}

#top_news h2 {
	padding-top:7px;
}

.min_inner div {
	width:25%;
}

#top_news dl {
	width:70%;
	display:flex;
	flex-wrap:wrap;
}

#top_news dl dt,
#top_news dl dd {
	border-bottom:solid 1px #ccc;
	padding:15px 0;
}
#top_news dl dt {
	width:25%;
}
#top_news dl dd {
	border-bottom:solid 1px #ccc;
	width:75%;
}

#top_news .date {
	margin-right:25px;
	font-size:12px;
	font-weight:400;
}

#top_news .cate {
	font-size:11px;
	padding:1px 5px;
	text-align:center;
	background-color:#fff;
	border: solid 1px #5a5a5a;
}

@media all and (max-width: 769px) {
	#top_news {
		display:block;
	}
	#top_news dl {
		display:block;
		width: 100%;
		margin-top: 35px;
	}
	#top_news dl dt,
	#top_news dl dd {
	  width: 100%;
	}
	#top_news dl dt {
		border-bottom:none;
		padding:15px 0 0 0;
	}
	#top_news dl dd {
		padding:0 0 15px 0;
	}
}


/* ABOUT */
#top_about {
	background:url(img/top/about.jpg) no-repeat right bottom;
	background-size:94%;
	padding:80px 0 350px 0;
}

#top_about div {
}

#top_about ul {
	width:360px;
	display:flex;
	flex-wrap:wrap;
}

#top_about ul li {
	margin:5px;
	width:170px;
	height:170px;
	text-align:center;
	font-size:15px;

    --x-gradient: linear-gradient(90deg, #999 0 10px, transparent 0 calc(100% - 10px), #999 calc(100% - 10px));
    --y-gradient: linear-gradient(#999 0 10px, transparent 0 calc(100% - 10px), #999 calc(100% - 10px));
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
}
#top_about ul li:nth-child(1),
#top_about ul li:nth-child(4) {
	background-color:#e3e3e5;
}
#top_about ul li:nth-child(2),
#top_about ul li:nth-child(3) {
	background-color:#eeeff1;
}
#top_about ul li a {
	width:170px;
	height:170px;
	display:block;
}
#top_about ul li:nth-child(1) a:hover,
#top_about ul li:nth-child(4) a:hover {
	background-color:#eeeff1;
}
#top_about ul li:nth-child(2) a:hover,
#top_about ul li:nth-child(3) a:hover {
	background-color:#e3e3e5;
}

#top_about ul li span {
	top:45%;
	position:relative;
}
#top_about ul li:first-child span {
	top:35%;
}

@media all and (max-width: 1200px) {
#top_about {
  background-size: 100%;
  padding: 35px 0 300px 0;
}
}
@media all and (max-width: 769px) {
#top_about {
  padding: 35px 0 200px 0;
}
}
@media all and (max-width: 650px) {
#top_about {
  background-size: 110%;
  padding: 35px 0 350px 0;
}
#top_about ul {
  margin: 0 auto;
}
}
@media all and (max-width: 560px) {
#top_about {
  padding: 35px 0 300px 0;
}
}
@media all and (max-width: 400px) {
#top_about {
  padding: 0 0 230px 0;
}
#top_about ul {
    width: 90%;
	justify-content: center;
  }
#top_about ul li,
#top_about ul li a {
	width:145px;
	height:145px;
}
}

/* ONLINE SHOP */
#top_online {
	display:flex;
	justify-content: space-between;
}

#top_online p {
	width:52%;
}

#top_online p img {
	width:100%;
	height:550px;
	object-fit:cover;
}

#top_online div {
	width:40%;
}

#top_online div h2 {
	padding-top:35px;
}

#top_online dl {
	display:flex;
	flex-wrap:wrap;
	margin-top:15px;
}

#top_online dl dt {
	width:45%;
}

#top_online dl dd {
	width:55%;
}

#top_online dl dd ul li {
	margin-bottom:7px;
}
#top_online dl dd ul li:before {
    content: "\e315";
    position: relative;
	font-family: 'Material Icons';
	margin-right:5px;
	bottom:-1px;
	font-size:12px;
}
#top_online dl dd ul li a:hover {
	opacity:0.8;
}

@media all and (max-width: 1600px) {
#top_online p img {
	height:450px;
}

}
@media all and (max-width: 1200px) {
#top_online div {
  width: 44%;
}
}
@media all and (max-width: 1000px) {
#top_online p {
	width:65%;
}
#top_online div {
	width:30%;
}
#top_online dl {
	display:block;
	margin-bottom:35px;
}

#top_online dl dt {
	width:100%;
	margin-bottom:15px;
}

#top_online dl dd {
	width:100%;
}
}
@media all and (max-width: 769px) {
#top_online {
	display:block;
}
#top_online p {
	width:100%;
}
#top_online div {
	width:94%;
	margin:0 auto;
}
#top_online dl {
	display:flex;
	flex-wrap:wrap;
	margin-top:15px;
}
#top_online dl dt {
	width:45%;
}
#top_online dl dd {
	width:55%;
}
}
@media all and (max-width: 550px) {
#top_online p img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
}
}
@media all and (max-width: 500px) {
#top_online dl {
	display:block;
	margin-bottom:35px;
}
#top_online dl dt {
	width:100%;
	margin-bottom:15px;
}
#top_online dl dd {
	width:100%;
}
}
