@charset "UTF-8";

/*
.footer__ctaPart__inner:first-child {
  box-sizing: content-box;
}
@media (min-width: 1025px) {
  .footer__ctaPart__inner:first-child {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 1024px) {
  .footer__ctaPart__inner:first-child {
    border-bottom: 1px solid #fff;
  }
}
*/

/* header================================================================================================= */

.header {
  position: sticky;
  top: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.header .logo {
  padding: 0 20px 0 0;
}

.header .logo img {
  max-width: 150px;
  vertical-align: bottom;
}

.header img {
  width: 100%;
  height: auto;
}

/* ================================================================================================= */
/* main================================================================================================= */

.p-top-catalog {
  padding: 50px 0;
  background: #f2f2ed;
}

.catalog {
  padding: 50px 0;
  background: #f2f2ed;
}

.u-wrap {
  max-width: 1366px;
  margin: auto;
  padding: 0 3vw;
}

.p-top-catalog .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-top-catalog .list{gap: 16px;}
}

.list a{text-decoration: none;}

.list>li{max-width: 200px;list-style: none;}
@media (max-width: 768px) {
  .list>li{max-width: 200px; width: 44%;}
}

.thumbnail img{width: 100%;}

.name{text-decoration:none;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  border-bottom: #222 1px solid;
  width: fit-content;
}
.p-top-catalog .comment {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.3;
}



/* ================================================================================================= */
/* footer================================================================================================= */
.l-footer {
  padding: 30px 0 25px;
  background: url(../img/footer_bg.jpg) no-repeat center;
    background-size: auto;
  background-size: cover;
}

.foter-wrap {
  max-width: 960px;
  margin: auto;
  padding: 0 3vw;
}
.l-footer .access {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 25px 0 0;
  color: #fff;
  border-top: 1px solid #FFFFFF;
}

.l-footer .access__title {  font-size: 20px;  font-weight: bold; line-height: 1.4;}
.l-footer .access__text{margin-top: 10px;font-size: 14px;}

@media (max-width: 768px) {
  .access__col{width: 100%;}
  .l-footer .access{flex-wrap: wrap;}
  .l-footer .access__title{font-size: 16px;}
  .l-footer .access__title.no1st{margin-top: 30px;}
  .l-footer .access__text{margin-top: 0px;font-size: 13px;line-height: 1.4;}
}
.l-footer .copy {
	margin-top: 50px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}