@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Lato&display=swap");
@import '/css/all.min.css';


.BreadCrumbList {
  margin:  4%;
  padding: 0.6em 2%;
  background-color: #f5f5f5;
  color: #1a1a1a;
}

.BreadCrumbList .List {
  line-height: 1.6;
}

.BreadCrumbList .List-Item {
  display: inline;
  font-size: 14px;
}
.BreadCrumbList .List-Item::after {
  content: '/';
  padding: 0 12px;
}
.BreadCrumbList .List02 .List-Item::after {
  content: '＞';
}
.BreadCrumbList .List-Item:last-child::after {
  content: '';
}
.BreadCrumbList .List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: all .2s;
}

.BreadCrumbList .List-Item-Link:hover {
  opacity: .6;
}

.page-ttl {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 5rem;
  padding: 0px 80px 20px;
}

#contents .article-ttl {
  font-size: 3rem;
}


/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */

/* .link-to-top {
  margin-top: 20px;
} */

.link-to-top a{
  display: block;
  position: relative;
  text-align: center;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  width: 100%;
  padding: 20px;
  transition: all .2s;
}

.link-to-top a::before {
  content: '';
  display: block;
  left: 0;
  top: 12px;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-to-top a:hover{
  background: #dfdfdf;
}

footer {
  box-sizing: border-box;
  padding: 60px 4%;
  font-size: 1.2rem;
  background: #f7f7f7;
}

.footer-top {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  text-align: left;
  padding: 20px 0;
}

.footer-bottom .footer-icon {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  text-align: right;
  padding: 20px 0;
}

.footer-top .footer-link li,
.footer-bottom .footer-icon li {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 1rem;
}

footer .copyright {
  text-align: right;
}

.footer-top .footer-link li:not(:last-child) {
  margin-right: 20px;
}

.footer-bottom .footer-icon li:not(:last-child) {
  margin-right: 16px;
}

/* -------------------------------------------------- */
/* common */
/* -------------------------------------------------- */
#contents {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0 0 60px;
}

/* container */
.container {
  max-width: 1640px;
  padding: 30px 5%;
  margin: auto;
  position: relative;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.nowrap {
  white-space: nowrap !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.d-flex > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.v-sp {
  display: none !important;
}

.v-tablet {
  display: none !important;
}

.v-pc {
  display: block !important;
}

/* margin */
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

/* padding */
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

/* btn */
.common-btn01 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid #1a1a1a;
  line-height: 1.2;
  padding: 16px 30px;
  width: 300px;
  max-width: 80%;
  position: relative;
}

.common-btn01::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  right: -10px;
  top: 50%;
  z-index: -1;
  -webkit-transition: right .2s .3s,width .2s .3s,height .3s,top .3s;
  transition: right .2s .3s,width .2s .3s,height .3s,top .3s;
}

.common-btn01:hover {
  color: #fff;
  -webkit-transition: color .3s .2s;
  transition: color .3s .2s;
}

.common-btn01:hover::before {
  right: 0;
  height: 100%;
  width: 100%;
  top: 0%;
  -webkit-transition: top .3s .2s,right .2s,width .2s,height .3s .2s;
  transition: top .3s .2s,right .2s,width .2s,height .3s .2s;
}

.common-btn02 {
  display: inline-block;
  background: #1a1a1a;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 12px 30px;
  width: 300px;
  max-width: 80%;
  position: relative;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-btn02:hover {
  color: #fff;
  opacity: 0.75;
}

/* ttl */
.common-ttl01 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.3;
}

.common-ttl02 {
  font-size: 4.6rem;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 1.3;
}

.common-ttl02 span {
  display: inline-block;
  border-bottom: 1px solid #1a1a1a;
}

/* topics */
.common-topics01 .wrap-topics {
  position: relative;
  margin-top: 0;
}

.common-topics01 .main-ttl {
  font-size: 4.6rem;
  line-height: 1;
}

.common-topics01 .main-ttl a {
  position: relative;
  z-index: 1;
}

/* .common-topics01 .main-ttl a::after {
  content: "";
  display: inline-block;
  background: url(/img/arrow.png) no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 32px;
  margin-left: 30px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-topics01 .main-ttl a:hover::after {
  margin-left: 35px;
} */

.common-topics01 .list-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 6%;
}

.common-topics01 .list-topics li {
  width: 24%;
  margin-left: 3%;
}

.common-topics01 .list-topics li a {
  display: block;
  width: 100%;
  height: 100%;
}

.common-topics01 .list-topics li .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: 100%;
  padding-bottom: 100%; */
  object-fit: contain;
  margin-bottom: 15px;
}

.common-topics01 .list-topics li .img .soldOut {
  position: absolute;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.common-topics01 .list-topics li .img .soldOut span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size: 2.2rem;
  white-space: nowrap;
  color: #fff;
  line-height: 1;
}


.common-topics01 .list-topics li .img img {
  display: block;
  width: 100%;
  height: 100%;
  /* position: absolute;
  left: 0;
  top: 0; */
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain";
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-topics01 .list-topics li a:hover .img img {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.common-topics01 .list-topics li .brand, .common-topics01 .list-topics li .date {
  font-size: 1.3rem;
  margin-top: 8px;
}

.common-topics01 .list-topics li .brand, .common-topics01 .list-topics li .date::after {
  content: '/';
  font-size: 1.3rem;
  /* padding-left: 4px; */
}

.common-topics01 .list-topics li .brand, .common-topics01 .list-topics li .location {
  font-size: 1.3rem;
  margin-top: 8px;
}

.common-topics01 .list-topics li .tag-list span {
  font-size: 1.3rem;
  display: inline-block;
  border: 1px solid #1a1a1a;
  margin: 0 8px 5px 0;
  line-height: 1;
  white-space: nowrap;
  padding: 3px 15px;
}

.common-topics01 .list-topics li .number {
  line-height: 1.3;
}

.common-topics01 .list-topics li .number span {
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.common-topics01 .list-topics li .ttl {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 8px;
}

.common-topics01.reverse .main-ttl {
  left: 0;
}

/* .common-topics01.reverse .list-topics li:last-child{width:28%;margin-top:0;} */
.common-topics01.reverse .list-topics::before {
  left: -31%;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #e1e0e2), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #e1e0e2 60%, rgba(255, 255, 255, 0) 100%);
}

.common-topics02 .wrap-topics {
  position: relative;
  /* margin-top: 40px; */
}

.common-topics02 .main-ttl {
  font-size: 5rem;
  line-height: 1;
}

.common-topics02 .main-ttl a {
  position: relative;
  z-index: 1;
}

/* .common-topics02 .main-ttl a::after {
  content: "";
  display: inline-block;
  background: url(/img/arrow.png) no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 32px;
  margin-left: 30px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-topics02 .main-ttl a:hover::after {
  margin-left: 35px;
} */

.common-topics02 .list-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 100%;
  position: relative;
  margin-top: 7%;
}

.common-topics02 .list-topics li {
  width: 46%;
  margin-left: 3%;
}

.common-topics02 .list-topics li:nth-child(n+3) {
  margin-top: 2%;
}

.common-topics02 .list-topics li a {
  display: block;
  width: 100%;
  height: 100%;
}

.common-topics02 .list-topics li .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  margin-bottom: 15px;
}

.common-topics02 .list-topics li .img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-topics02 .list-topics li a:hover .img img {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.common-topics02 .list-topics li .brand, .common-topics02 .list-topics li .date {
  font-size: 1.3rem;
  margin-top: 8px;
}

.common-topics02 .list-topics li .brand, .common-topics02 .list-topics li .date::after {
  content: '/';
  font-size: 1.3rem;
  padding-left: 4px;
}

.common-topics02 .list-topics li .brand, .common-topics02 .list-topics li .location {
  font-size: 1.3rem;
  margin-top: 8px;
}

.common-topics02 .list-topics li .tag-list span {
  font-size: 1.3rem;
  display: inline-block;
  border: 1px solid #1a1a1a;
  margin: 0 8px 5px 0;
  line-height: 1;
  white-space: nowrap;
  padding: 3px 15px;
}

.common-topics02 .list-topics li .number span {
  font-size: 1.3rem;
  display: inline-block;
  border: 1px solid #1a1a1a;
  margin: 0 8px 5px 0;
  line-height: 1;
  white-space: nowrap;
  padding: 3px 15px;
}

.common-topics02 .list-topics li .ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 10px;
}

.common-topics02.reverse .main-ttl {
  left: 0;
}

/* .common-topics02.reverse .list-topics li:last-child{width:28%;margin-top:0;} */
.common-topics02.reverse .list-topics::before {
  left: -31%;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #e1e0e2), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #e1e0e2 60%, rgba(255, 255, 255, 0) 100%);
}



/* topics */
.common-topics03 .wrap-topics {
  position: relative;
  margin-top: 0;
}

.common-topics03 .main-ttl {
  font-size: 4.6rem;
  line-height: 1;
}

.common-topics03 .main-ttl a {
  position: relative;
  z-index: 1;
}

/* .common-topics03 .main-ttl a::after {
  content: "";
  display: inline-block;
  background: url(/img/arrow.png) no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 32px;
  margin-left: 30px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-topics03 .main-ttl a:hover::after {
  margin-left: 35px;
} */

/* .common-topics03 .list-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 6%;
}

.common-topics03 .list-topics li {
  width: 24%;
  margin-left: 3%;
}

.common-topics03 .list-topics li a {
  display: block;
  width: 100%;
  height: 100%;
}

.common-topics03 .list-topics li .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 15px;
}

.common-topics03 .list-topics li .img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  -webkit-transition: .4s ease;
  transition: .4s ease;
} */

.common-topics03 .list-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 6%;
}

.common-topics03 .list-topics li .img {
  /* position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 15px; */

  position: relative;
  overflow: hidden;
  width: 100%;
  object-fit: contain;
  margin-bottom: 15px;
}

.common-topics03 .list-topics li .img img {
  /* display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  -webkit-transition: .4s ease;
  transition: .4s ease; */

  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain";
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-topics03 .list-topics li {
  margin: 0 12px;
}

.common-topics03 .list-topics li a figure {
  position: relative;
}

.common-topics03 .list-topics li a figure .mask {
	width: 100%;
	height:	100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  color: #000;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.5;
  align-items: center;
  text-align: center;
  padding: 2rem;
}
.common-topics03 .list-topics li a figure:hover .mask {
	opacity:1;
  transition: all 0.6s ease;
}

.common-topics03 .list-topics li a:hover .img img {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.common-topics03 .list-topics li .brand, .common-topics03 .list-topics li .date {
  font-size: 1.3rem;
  margin-top: 8px;
}

.common-topics03 .list-topics li .brand, .common-topics03 .list-topics li .date::after {
  content: '/';
  font-size: 1.3rem;
  padding-left: 4px;
}

.common-topics03 .list-topics li .brand, .common-topics03 .list-topics li .location {
  font-size: 1.3rem;
  margin-top: 8px;
}

.common-topics03 .list-topics li .tag-list span {
  font-size: 1.3rem;
  display: inline-block;
  border: 1px solid #1a1a1a;
  margin: 0 8px 5px 0;
  line-height: 1;
  white-space: nowrap;
  padding: 3px 15px;
}

.common-topics03 .list-topics li .number {
  line-height: 1;
}

.common-topics03 .list-topics li .number span {
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.common-topics03 .list-topics li .ttl {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 8px;
}

.common-topics03.reverse .main-ttl {
  left: 0;
}

/* .common-topics03.reverse .list-topics li:last-child{width:28%;margin-top:0;} */
.common-topics03.reverse .list-topics::before {
  left: -31%;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #e1e0e2), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #e1e0e2 60%, rgba(255, 255, 255, 0) 100%);
}

.slick-arrow {
  position: absolute;
  top: -12px;
  bottom: 0;
  margin: auto;
}
.slick-arrow:hover {
  cursor: pointer;
}
.prev-arrow {
  left: -30px;
  height: 32px;
  width: 16px;
  z-index: 10;
  transition: all .2s;
}
.next-arrow {
  right: -30px;
  height: 32px;
  width: 16px;
  z-index: 10;
  transition: all .2s;
}

.prev-arrow:hover,
.next-arrow:hover {
  opacity: .5 !important;
}


/* list */
.common-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -4%;
}

.common-list01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 4%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-list01 > li:nth-child(4n) {
  margin-right: 0;
}

.common-list01 > li .img {
  width: 40.395%;
  min-width: 40.395%;
  height: 0;
  padding-bottom: 40.395%;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  margin-right: 6%;
}

.common-list01 > li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-list01 > li .img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  overflow: hidden;
}

.common-list01 > li .img a:hover img {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.common-list01 > li .inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-word;
}

.common-list01 > li .brand {
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0;
}

.common-list01 > li .sub {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 8px;
}

.common-list01 > li .sns {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
}

.common-list01 > li .sns a::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -1px;
  left: 0;
  opacity: 0.7;
}

.common-list01 > li .sns.instagram a::before {
  background-image: url(/img/icon_instagram.png);
}

.common-list01 > li .sns.twitter a::before {
  background-image: url(/img/icon_twitter.png);
}

.common-list01 > li .sns.facebook a::before {
  background-image: url(/img/icon_facebook.png);
}

.common-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -3%;
}

.common-list02 > li {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.common-list02 > li:nth-child(4n) {
  margin-right: 0;
}

.common-list02 > li a .now {
  border-bottom: 1px solid #1a1a1a;
  padding: 10px 10px 10px 0;
  line-height: 1.2;
  font-size: 1.8rem;
}

.common-list02 > li .img {
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  overflow: hidden;
  position: relative;
}

.common-list02 > li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-list02 > li a:hover .img img {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.common-list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: -3%;
}

.common-list03 li {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 3%;
}

.common-list03 li:nth-child(6n) {
  margin-right: 0;
}

.common-list03 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.common-list03 li .img {
  position: relative;
  overflow: hidden;
  /* width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 10px; */
  width: 100%;
  /* height: 100%;
  padding-bottom: 100%; */
  object-fit: contain;
}

.common-list03 li .img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-list03 li a:hover .img img {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.common-list03 li .date {
  font-size: 1.3rem;
  margin-bottom: 2px;
}

.common-list03 li .ttl {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 5px;
}

.common-list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: -4%;
}

.common-list04 li {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 4%;
}

.common-list04 li:nth-child(4n) {
  margin-right: 0;
}

.common-list04 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.common-list04 li .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 15px;
}

.common-list04 li .img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-list04 li a:hover .img img {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.common-list04 li .brand, .common-list04 li .date {
  font-size: 1.3rem;
  margin-bottom: 2px;
}

.common-list04 li .tag-list span {
  font-size: 1.3rem;
  display: inline-block;
  border: 1px solid #1a1a1a;
  margin: 0 8px 5px 0;
  line-height: 1;
  white-space: nowrap;
  padding: 3px 15px;
}

.common-list04 li .number span {
  font-size: 1.3rem;
  display: inline-block;
  border: 1px solid #1a1a1a;
  margin: 0 8px 5px 0;
  line-height: 1;
  white-space: nowrap;
  padding: 3px 15px;
}

.common-topics01 .list-topics li .color-list span {
  display: inline-block;
  width:16px; height:16px;
  margin: 0 auto;
  margin-top: 12px;
}

.common-list04 li .ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 10px;
}

/* profile */
.common-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-profile .img {
  width: 240px;
  height: 0;
  padding-bottom: 240px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  margin-right: 4%;
}

.common-profile .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.common-profile .img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  overflow: hidden;
}

.common-profile .img a:hover img {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.common-profile .inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-word;
}

.common-profile .brand {
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0;
}

.common-profile .sub {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 12px;
  margin-bottom: 15px;
}

.common-profile .sns {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 12px;
  padding-left: 25px;
  position: relative;
}

.common-profile .sns a::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -1px;
  left: 0;
  opacity: 0.7;
}

.common-profile .sns.instagram a::before {
  background-image: url(/img/icon_instagram.png);
}

.common-profile .sns.twitter a::before {
  background-image: url(/img/icon_twitter.png);
}

.common-profile .sns.facebook a::before {
  background-image: url(/img/icon_facebook.png);
}

.common-comment > li {
  padding: 20px;
  word-break: break-word;
  border-bottom: 1px solid #ccc;
}

.common-comment > li .bottom {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 15px;
}

.common-comment > li .bottom .brand {
  margin-right: 20px;
  font-weight: bold;
}

.common-comment > li .bottom > * {
  display: inline-block;
  white-space: nowrap;
}

/* -------------------------------------------------- */
/* animation */
/* -------------------------------------------------- */
.animation {
  visibility: hidden;
}

.animation.animated {
  visibility: visible;
}

.opacity {
  opacity: 1 !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeup {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0.01;
}

.fadeup.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
}

.anim-list > * {
  opacity: 0.01;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.anim-list > *.animated {
  opacity: 1;
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
  -webkit-transform: none;
  transform: none;
}

/* -------------------------------------------------- */
/* form */
/* -------------------------------------------------- */
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="date"], input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"], input[type="url"], input[type="search"], select, textarea {
  border: 1px solid #1a1a1a;
  padding: 15px;
  font-size: 1.8rem;
  font-family: inherit;
  background: #fff;
}

input.active, select.active {
  background: #fff;
}

textarea {
  width: 100%;
  resize: vertical;
}




/* ======================================================================================================================= */
/* for tablet */
/* ======================================================================================================================= */
@media screen and (min-width: 1px) and (max-width: 1279px) {
  html {
    font-size: 56%;
  }
  header .btn-cart a {
    padding-top: 18px;
  }
  /* -------------------------------------------------- */
  /* common */
  /* -------------------------------------------------- */

  /* #contents {
    padding: 40px 0;
  } */
  
  .container {
    padding: 30px 5%;
  }
}

@media screen and (min-width: 1px) and (max-width: 999px) {
  body {
    padding-top: 80px;
  }
  /* -------------------------------------------------- */
  /* header */
  /* -------------------------------------------------- */
  header .logo {
    padding-left: 140px;
    padding-right: 140px;
  }
  header.active .logo a {
    color: #000;
  }
  header #gnav {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: left 0s .5s ease;
    transition: left 0s .5s ease;
  }
  header #gnav .gnav-inner {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease;
    transition: opacity .5s ease,transform .5s ease,-webkit-transform .5s ease;
    overflow-y: auto;
  }
  header #gnav .gnav-inner > ul {
    display: block;
    padding-top: 120px;
    font-size: 2.4rem;
    padding-left: 0;
    padding-right: 0;
  }
  header #gnav .gnav-inner > ul > li > a::before {
    background: #000;
  }
  header #gnav a {
    color: #000;
  }
  header #gnav a:hover {
    color: #000;
  }
  header.active #gnav {
    left: 0;
    -webkit-transition: 0s;
    transition: 0s;
  }
  header.active #gnav .gnav-inner {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 1000 !important;
  }
  header .text {
    position: static;
    border: 1px solid #000;
    display: inline-block;
    padding: 0;
    margin-top: 30px;
    font-size: 1.8rem;
  }
  header .nav-util {
    position: static;
    display: inline-block;
    padding: 0;
    margin-top: 30px;
    font-size: 1.8rem;
  }
  header .login,
  header .wishlist {
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-left: 5px;
  }
  header .text a, header .login a, header .wishlist a {
    padding: 10px 20px;
    display: inline-block;
  }
  header.active .btn-cart a::before {
    background-image: url(/img/icon_cart02.png);
  }
  header #sp-btn {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  header #sp-btn span {
    display: block;
    background: #1a1a1a;
    width: 24px;
    height: 1px;
    position: absolute;
    top: 30px;
    left: 18px;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
  }
  header #sp-btn span:nth-of-type(1) {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  header #sp-btn span:nth-of-type(2) {
    opacity: 1;
  }
  header #sp-btn span:nth-of-type(3) {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  header #sp-btn.active span {
    background: #000;
  }
  header #sp-btn.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .5s forwards;
  }
  header #sp-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #sp-btn.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar02 .75s forwards;
    animation: active-menu-bar02 .5s forwards;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(-8px) rotate(0);
      transform: translateY(-8px) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0px) rotate(45deg);
      transform: translateY(0px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(-8px) rotate(0);
      transform: translateY(-8px) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0px) rotate(45deg);
      transform: translateY(0px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar02 {
    0% {
      -webkit-transform: translateY(8px) rotate(0);
      transform: translateY(8px) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0px) rotate(-45deg);
      transform: translateY(0px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar02 {
    0% {
      -webkit-transform: translateY(8px) rotate(0);
      transform: translateY(8px) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0px) rotate(-45deg);
      transform: translateY(0px) rotate(-45deg);
    }
  }
  body.load #gnav .gnav-inner {
    -webkit-transition: none !important;
    transition: none !important;
  }
  body.header-fixed header {
    height: 60px;
  }
  body.header-fixed header .logo {
    display: block;
    font-size: 3rem;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  body.header-fixed header .logo a {
    color: #000;
  }
  body.header-fixed header .logo img {
    max-width: 110px;
    width: 100%;
    margin: 0 auto;
  }
  body.header-fixed header.active {
    background: transparent;
  }
  body.header-fixed header.active .logo a {
    background: transparent;
  }
  body.header-menu header {
    -webkit-transition: background .5s ease,top 1s ease,opacity .4s ease;
    transition: background .5s ease,top 1s ease,opacity .4s ease;
  }
  body.header-fixed header #sp-btn span {
    background: #000;
  }
  body.header-fixed header #gnav .gnav-inner > ul {
    padding-left: 0;
    padding-right: 0;
  }
  
  /* -------------------------------------------------- */
  /* common */
  /* -------------------------------------------------- */
  .v-pc {
    display: none !important;
  }
  .v-tablet {
    display: block !important;
  }

  /* -------------------------------------------------- */
  /* BreadCrumbList */
  /* -------------------------------------------------- */
  .BreadCrumbList {
    margin:  60px 4% 4%;
    padding: 1em 4%;
    background-color: #f5f5f5;
    color: #1a1a1a;
  }

  /* topics */
  .common-topics01 > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .common-topics01 .wrap-topics {
    margin-top: 20px;
    overflow: hidden;
  }
  .common-topics01 .main-ttl {
    font-size: 6rem;
    position: static;
    text-align: center;
    margin-bottom: 8%;
  }
  .common-topics01 .main-ttl a::after {
    width: 18px;
    height: 31px;
    margin-left: 15px;
    margin-right: -25px;
  }
  .common-topics01 .main-ttl a:hover::after {
    margin-left: 15px;
  }
  .common-topics01 .list-topics {
    max-width: 750px;
    margin: auto;
  }
  .common-topics01 .list-topics > * {
    visibility: visible;
    opacity: 1;
  }
  .common-topics01 .list-topics > * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0.01;
  }
  .common-topics01 .list-topics.animated > * {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-transition: .6s ease-out;
    transition: .6s ease-out;
  }
  .common-topics01 .list-topics::before {
    top: -15%;
  }
  .common-topics01 .list-topics li {
    padding: 0 15px;
    margin: 0;
  }
  .common-topics01.reverse .list-topics li:first-child {
    margin: 0;
  }



  .common-topics02 > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .common-topics02 .wrap-topics {
    margin-top: 20px;
    overflow: hidden;
  }
  .common-topics02 .main-ttl {
    font-size: 6rem;
    position: static;
    text-align: center;
    margin-bottom: 6%;
  }
  .common-topics02 .main-ttl a::after {
    width: 18px;
    height: 31px;
    margin-left: 15px;
    margin-right: -25px;
  }
  .common-topics02 .main-ttl a:hover::after {
    margin-left: 15px;
  }
  .common-topics02 .list-topics {
    max-width: 750px;
    margin: auto;
  }
  
  .common-topics02 .list-topics > * {
    visibility: visible;
    opacity: 1;
  }
  .common-topics02 .list-topics > div {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0.01;
  }
  .common-topics02 .list-topics.animated > div {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-transition: .6s ease-out;
    transition: .6s ease-out;
  }

  .common-topics02 .list-topics::before {
    top: -8%;
  }
  .common-topics02 .list-topics li {
    max-width: 600px;
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  .common-topics02.reverse .list-topics li:first-child {
    margin: 0;
  }



  .common-topics03 > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .common-topics03 .wrap-topics {
    margin-top: 20px;
    overflow: hidden;
  }
  .common-topics03 .main-ttl {
    font-size: 6rem;
    position: static;
    text-align: center;
    margin-bottom: 8%;
  }
  .common-topics03 .main-ttl a::after {
    width: 18px;
    height: 31px;
    margin-left: 15px;
    margin-right: -25px;
  }
  .common-topics03 .main-ttl a:hover::after {
    margin-left: 15px;
  }
  .common-topics03 .list-topics {
    max-width: 750px;
    margin: auto;
  }
  .common-topics03 .list-topics > * {
    visibility: visible;
    opacity: 1;
  }
  .common-topics03 .list-topics > li {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0.01;
  }
  .common-topics03 .list-topics.animated > * {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-transition: .6s ease-out;
    transition: .6s ease-out;
  }
  .common-topics03 .list-topics::before {
    top: -15%;
  }
  .common-topics03 .list-topics li {
    padding: 0 15px;
    margin: 0;
  }
  .common-topics03.reverse .list-topics li:first-child {
    margin: 0;
  }

  /* list */
  .common-list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -4%;
  }
  .common-list01 > li {
    width: 47%;
  }
  .common-list01 > li:nth-child(4n) {
    margin-right: 3%;
  }
  .common-list01 > li:nth-child(even) {
    margin-right: 0;
  }
  .common-list01 > li .img {
    width: 100px;
    padding-bottom: 100px;
    min-width: 1px;
  }
  .common-list03 {
    margin-bottom: -4%;
  }
  .common-list03 li {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 4%;
  }
  .common-list03 li:nth-child(3n) {
    margin-right: 0;
  }
  .common-list04 {
    margin-bottom: -4%;
  }
  .common-list04 li {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 4%;
  }
  .common-list04 li:nth-child(4n) {
    margin-right: 3%;
  }
  .common-list04 li:nth-child(3n) {
    margin-right: 0;
  }
}

/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width: 1px) and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  body {
    padding-top: 50px;
  }
  p + p {
    margin-top: 15px;
  }
  /* -------------------------------------------------- */
  /* header */
  /* -------------------------------------------------- */
  header #gnav .gnav-inner > ul {
    padding-top: 100px;
  }
  header .logo {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    font-size: 3rem;
  }
  body.header-fixed header .logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* -------------------------------------------------- */
  /* footer */
  /* -------------------------------------------------- */
  footer {
    padding: 40px 4%;
    font-size: 1.3rem;
  }
  /* -------------------------------------------------- */
  /* common */
  /* -------------------------------------------------- */

  hr {
    margin: 1em 4%;
  }

  .page-ttl {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 5rem;
    padding: 0px 4%;
  }

  #contents {
    padding: 20px 0;
  }
  .wrapper > .container,
  .container > .section {
    padding: 0 2% 40px;
  }
  .v-tablet {
    display: none !important;
  }
  .v-sp {
    display: block !important;
  }
  /* margin */
  .m-0 {
    margin: 0 !important;
  }
  .m-1 {
    margin: 0.5rem !important;
  }
  .m-2 {
    margin: 1rem !important;
  }
  .m-3 {
    margin: 1.5rem !important;
  }
  .m-4 {
    margin: 2rem !important;
  }
  .m-5 {
    margin: 2.5rem !important;
  }
  .m-6 {
    margin: 3rem !important;
  }
  .m-7 {
    margin: 3.5rem !important;
  }
  .m-8 {
    margin: 4rem !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mt-1 {
    margin-top: 0.5rem !important;
  }
  .mt-2 {
    margin-top: 1rem !important;
  }
  .mt-3 {
    margin-top: 1.5rem !important;
  }
  .mt-4 {
    margin-top: 2rem !important;
  }
  .mt-5 {
    margin-top: 2.5rem !important;
  }
  .mt-6 {
    margin-top: 3rem !important;
  }
  .mt-7 {
    margin-top: 3.5rem !important;
  }
  .mt-8 {
    margin-top: 4rem !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-2 {
    margin-bottom: 1rem !important;
  }
  .mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-4 {
    margin-bottom: 2rem !important;
  }
  .mb-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-6 {
    margin-bottom: 3rem !important;
  }
  .mb-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-8 {
    margin-bottom: 4rem !important;
  }
  .mr-0 {
    margin-right: 0 !important;
  }
  .mr-1 {
    margin-right: 0.5rem !important;
  }
  .mr-2 {
    margin-right: 1rem !important;
  }
  .mr-3 {
    margin-right: 1.5rem !important;
  }
  .mr-4 {
    margin-right: 2rem !important;
  }
  .mr-5 {
    margin-right: 2.5rem !important;
  }
  .mr-6 {
    margin-right: 3rem !important;
  }
  .mr-7 {
    margin-right: 3.5rem !important;
  }
  .mr-8 {
    margin-right: 4rem !important;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  .ml-1 {
    margin-left: 0.5rem !important;
  }
  .ml-2 {
    margin-left: 1rem !important;
  }
  .ml-3 {
    margin-left: 1.5rem !important;
  }
  .ml-4 {
    margin-left: 2rem !important;
  }
  .ml-5 {
    margin-left: 2.5rem !important;
  }
  .ml-6 {
    margin-left: 3rem !important;
  }
  .ml-7 {
    margin-left: 3.5rem !important;
  }
  .ml-8 {
    margin-left: 4rem !important;
  }
  /* padding */
  .p-0 {
    padding: 0 !important;
  }
  .p-1 {
    padding: 0.5rem !important;
  }
  .p-2 {
    padding: 1rem !important;
  }
  .p-3 {
    padding: 1.5rem !important;
  }
  .p-4 {
    padding: 2rem !important;
  }
  .p-5 {
    padding: 2.5rem !important;
  }
  .p-6 {
    padding: 3rem !important;
  }
  .p-7 {
    padding: 3.5rem !important;
  }
  .p-8 {
    padding: 4rem !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pt-1 {
    padding-top: 0.5rem !important;
  }
  .pt-2 {
    padding-top: 1rem !important;
  }
  .pt-3 {
    padding-top: 1.5rem !important;
  }
  .pt-4 {
    padding-top: 2rem !important;
  }
  .pt-5 {
    padding-top: 2.5rem !important;
  }
  .pt-6 {
    padding-top: 3rem !important;
  }
  .pt-7 {
    padding-top: 3.5rem !important;
  }
  .pt-8 {
    padding-top: 4rem !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-2 {
    padding-bottom: 1rem !important;
  }
  .pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-4 {
    padding-bottom: 2rem !important;
  }
  .pb-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-6 {
    padding-bottom: 3rem !important;
  }
  .pb-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-8 {
    padding-bottom: 4rem !important;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  .pr-1 {
    padding-right: 0.5rem !important;
  }
  .pr-2 {
    padding-right: 1rem !important;
  }
  .pr-3 {
    padding-right: 1.5rem !important;
  }
  .pr-4 {
    padding-right: 2rem !important;
  }
  .pr-5 {
    padding-right: 2.5rem !important;
  }
  .pr-6 {
    padding-right: 3rem !important;
  }
  .pr-7 {
    padding-right: 3.5rem !important;
  }
  .pr-8 {
    padding-right: 4rem !important;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  .pl-1 {
    padding-left: 0.5rem !important;
  }
  .pl-2 {
    padding-left: 1rem !important;
  }
  .pl-3 {
    padding-left: 1.5rem !important;
  }
  .pl-4 {
    padding-left: 2rem !important;
  }
  .pl-5 {
    padding-left: 2.5rem !important;
  }
  .pl-6 {
    padding-left: 3rem !important;
  }
  .pl-7 {
    padding-left: 3.5rem !important;
  }
  .pl-8 {
    padding-left: 4rem !important;
  }
  /* ttl */
  .common-ttl01 {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  .common-ttl02 {
    font-size: 3.6rem;
    margin-bottom: 30px;
    text-align: center;
  }
  /* topics */
  .common-topics01 .main-ttl {
    font-size: 5rem;
  }
  .common-topics01 .main-ttl a::after {
    width: 14px;
    height: 24px;
  }
  .common-topics01 .list-topics::before {
    height: 3.5rem;
    top: -13%;
  }
  .common-topics01 .list-topics li {
    padding: 0 10px;
  }
  .common-topics01 .list-topics li .img {
    margin-bottom: 10px;
  }
  .common-topics01 .list-topics li .brand, .common-topics01 .list-topics li .date {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .common-topics01 .list-topics li .tag-list span {
    font-size: 1.4rem;
    padding: 2px 12px;
    margin-right: 5px;
  }
  .common-topics01 .list-topics li .number span {
    font-size: 1.4rem;
    /* padding: 2px 12px; */
    margin-right: 5px;
  }
  .common-topics01 .list-topics li .color-list span {
    display: inline-block;
    width:20px; height:20px;
  }
  .common-topics01 .list-topics li .ttl {
    margin-top: 5px;
  }

  
  .common-topics02 .main-ttl {
    font-size: 5rem;
  }
  .common-topics02 .main-ttl a::after {
    width: 14px;
    height: 24px;
  }
  .common-topics02 .list-topics::before {
    height: 3.5rem;
    top: -40%;
  }
  .common-topics02 .list-topics li {
    padding: 0 4%;
  }
  .common-topics02 .list-topics li .img {
    margin-bottom: 10px;
  }
  .common-topics02 .list-topics li .brand, .common-topics02 .list-topics li .date {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .common-topics02 .list-topics li .tag-list span {
    font-size: 1.4rem;
    padding: 2px 12px;
    margin-right: 5px;
  }
  .common-topics02 .list-topics li .number span {
    font-size: 1.4rem;
    padding: 2px 12px;
    margin-right: 5px;
  }
  .common-topics02 .list-topics li .ttl {
    margin-top: 5px;
  }


  .common-topics03 .main-ttl {
    font-size: 5rem;
  }
  .common-topics03 .main-ttl a::after {
    width: 14px;
    height: 24px;
  }
  .common-topics03 .list-topics::before {
    height: 3.5rem;
    top: -13%;
  }
  .common-topics03 .list-topics li {
    padding: 0 10px;
  }
  .common-topics03 .list-topics li .img {
    margin-bottom: 10px;
  }
  .common-topics03 .list-topics li .brand, .common-topics03 .list-topics li .date {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .common-topics03 .list-topics li .tag-list span {
    font-size: 1.4rem;
    padding: 2px 12px;
    margin-right: 5px;
  }
  .common-topics03 .list-topics li .number span {
    font-size: 1.4rem;
    /* padding: 2px 12px; */
    margin-right: 5px;
  }
  .common-topics03 .list-topics li .color-list span {
    display: inline-block;
    width:20px; height:20px;
  }
  .common-topics03 .list-topics li .ttl {
    margin-top: 5px;
  }
  /* list */
  .common-list01 > li {
    display: block;
    text-align: center;
  }
  .common-list01 > li .img {
    width: 60%;
    padding-bottom: 60%;
    margin: 0 auto 10px;
  }
  .common-list01 > li .brand {
    font-size: 2.2rem;
  }
  .common-list01 > li .sns-wrap {
    display: inline-block;
    text-align: left;
  }
  .common-list01 > li .sns {
    font-size: 1.1rem;
    letter-spacing: 0;
    padding-left: 16px;
  }
  .common-list01 > li .sns a::before {
    width: 14px;
    height: 14px;
    top: 0;
  }
  .common-list03 {
    margin-bottom: -6%;
  }
  .common-list03 li {
    width: 48.5%;
    margin-bottom: 6%;
  }
  .common-list03 li:nth-child(3n) {
    margin-right: 3%;
  }
  .common-list03 li:nth-child(even) {
    margin-right: 0;
  }
  .common-list04 {
    margin-bottom: -6%;
  }
  .common-list04 li {
    width: 48.5%;
    margin-bottom: 6%;
  }
  .common-list04 li:nth-child(3n) {
    margin-right: 3%;
  }
  .common-list04 li:nth-child(even) {
    margin-right: 0;
  }
  .common-list04 li .img {
    margin-bottom: 10px;
  }
  .common-list04 li .brand, .common-list04 li .date {
    margin-bottom: 0;
  }
  .common-list04 li .tag-list span {
    padding: 2px 12px;
    margin-right: 5px;
  }
  .common-list04 li .number span {
    padding: 2px 12px;
    margin-right: 5px;
  }
  .common-list04 li .ttl {
    font-size: 2rem;
    margin-top: 5px;
  }
  /* profile */
  .common-profile {
    display: block;
  }
  .common-profile .inner {
    max-width: 80%;
    margin: auto;
  }
  .common-profile .img {
    width: 180px;
    padding-bottom: 180px;
    margin: 0 auto 15px;
  }
  .common-profile .brand {
    text-align: center;
  }
  /* comment */
  .common-comment > li {
    padding: 15px 0;
    font-size: 1.6rem;
  }
  .common-comment > li .bottom {
    margin-top: 10px;
  }
}

/* ======================================================================================================================= */
/* for IE */
/* ======================================================================================================================= */
@media screen\0 {
  .common-list01 > li .inner,
  .common-profile .inner,
  .common-comment > li {
    word-break: break-all;
  }
}
/*# sourceMappingURL=style.css.map */