#loading {
    -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.8s;
    transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.8s;
    background-color: rgba(255,255,255,0.8);
    width: 100%; 
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}
#loading.move {
    width: 0;
}
#loading .loadingBar {
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2s;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2s;
    background-color: #e4e3e8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1999;
}
#loading .loadingBar.move {
    width: 0;
}
#loading .logo {
    position: absolute;
    top: 50vh;
    left: 50vw;
    -webkit-animation: logo 0.4s ease 0.2s 1 forwards;
    animation: logo 0.4s ease 0.2s 1 forwards;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    transform-origin: center;
}
#loading .logo img {
  width: 200px;
}
@media all and (min-width: 576px) {
  #loading .logo img {
   width: auto;
 }
}

.top-visual {
	width: 100vw;
	height: 100vh;
	background: url("https://img21.shop-pro.jp/PA01460/588/etc/top-header.jpg?cmsp_timestamp=20201210160658") no-repeat center center / cover;
	position: relative;
}
.top-visual .title {	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  	-webkit-transform: translateY(-50%) translateX(-50%);
}
.top img {
	width: 100%;
	height: auto;
}
.top [class^="contents-"] {
	padding: 50px 0;
}
@media all and (min-width: 768px) {
	.top [class^="contents-"] {
		padding: 100px 0;
	}
}
/*  01  */
.top .contents-01 .title-sec {
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: .2em;
}
.top .contents-01 .frame {
	margin-top: 30px;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}
.top .contents-01 .feature-list {
	margin-top: -30px;
	margin-right: -10px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.top .contents-01.is_view .frame {
	transition: all 0.4s ease 0s;
}
.top .contents-01 .feature-list .item {
	display: block;
	width: calc(50% - 10px );
	margin-right: 10px;
	margin-top: 30px;
	background-color: #f4f4f4;
	border: 5px solid  #f4f4f4;
}
.top .contents-01 .feature-list .item.on {
  display: block!important;
}
.top .contents-01 .feature-list .item:nth-child(n + 3){
  	display: none;
}
.top .contents-01 .feature-list .item .title {
	display: block;
	height: auto;
	padding: 20px 5px 0;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: .2em;
}
.top .contents-01 .feature-list .item .text {
	display: block;
	height: auto;
	padding: 10px 5px 20px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.top .contents-01 .view-button {
	margin: 50px auto 0;
}
@media all and (min-width: 576px) {
	.top .contents-01 .feature-list .item .title {
		padding: 20px 20px 0 20px;
	}
	.top .contents-01 .feature-list .item .text {
		padding: 10px 20px 20px 20px;
	}
}
@media all and (min-width: 768px) {
	.top .contents-01 .title-sec {
		font-size: 8rem;
	}
	.top .contents-01 .frame {
		margin-top: 70px;
	}
	.top .contents-01 .feature-list {
		margin-right: -30px;
	}
	.top .contents-01 .feature-list .item {
		display: block;
		width: calc(33.33% - 30px);
		margin-right: 30px;
	}
    .top .contents-01 .feature-list .item:nth-child(n + 3){
      display: block;
    }
    .top .contents-01 .feature-list .item:nth-child(n + 4){
        display: none;
    }
	.top .contents-01 .feature-list .item .title {
		padding: 40px 40px 0 40px;
		font-size: 1.6rem;
	}
	.top .contents-01 .feature-list .item .text {
		padding: 10px 40px 40px 40px;
		font-size: 1.4rem;
		letter-spacing: .1em;
	}
	.top .contents-01 .view-button {
		margin: 100px auto 0;
	}
}
/*  01  02  */
.top .contents-02 {
	margin-top: -30px;
}
.top .contents-02 .frame {
	overflow: hidden;
	transition: all 0.4s ease 0s;
}
.top .contents-02 .list {
  	margin-top: -30px;
	margin-right: -20px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.top .contents-02.is_view .frame {
	transition: all 0.4s ease 0s;
}
.top .contents-02 .list .item {
	display: block;
	width: calc(50% - 10px);
	margin-top: 50px;
	margin-right: 10px;
}
.top .contents-02 .list .item.on {
  display: block!important;
}
.top .contents-02 .list .item:nth-child(n +5) {
  display: none;
}
.top .contents-02 .list .item .title {
	padding: 20px 0;
	font-size: 1.6rem;
	font-weight: 500;
}
.top .contents-02 .list .item .price {
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1;
}
.top .contents-02 .view-button {
	margin: 50px auto 0;
}
@media all and (min-width: 576px) {
	.top .contents-02 .list .item {
		width: calc(33.33% - 30px);
		margin-right: 30px;
	}
  .top .contents-02 .list .item:nth-child(n + 5) {
    display: block;
  }
  .top .contents-02 .list .item:nth-child(n + 7) {
    display: none;
  }
}
@media all and (min-width: 768px) {
	.top .contents-02 .list  {
		margin-right: -30px;
	}
	.top .contents-02 .list .item {
		width: calc(25% - 30px);
		margin-top: 70px;
	}
  .top .contents-02 .list .item:nth-child(n + 7) {
    display: block;
  }
  .top .contents-02 .list .item:nth-child(n + 9) {
    display: none;
  }
	.top .contents-02 .list .item .title {
		padding: 20px 20px;
		font-size: 1.8rem;
      letter-spacing: .1em;
	}
  .top .contents-02 .list .item .price {
      font-size: 1.4rem;
      letter-spacing: .1em;
  }
	.top .contents-02 .view-button {
		margin: 100px auto 0;
	}
}
@media all and (min-width: 1200px) {
	.top .contents-02 .list .item .price {
		padding: 0 20px;
		font-size: 1.erem;
	}
}
/*  02  03  */
.top .contents-03 {
	height: 400px;
	margin: 0 calc(50% - 50vw);
	padding: 0;
	background: url("https://img21.shop-pro.jp/PA01460/588/etc/concept.jpg?cmsp_timestamp=20201210160007") no-repeat center center / cover;
}
.top .contents-03 .inner {
	max-width: 1220px;
	width: 100%;
	margin: 0px auto;
	padding: 40px 10px;
}
.top .contents-03 .title {
	font-size: 4rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .2em;
	text-align: right;
	color: #fff;
}
.top .contents-03 .text {
	margin-top: 80px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: .2em;
	text-align: right;
	color: #fff;
}
.top .contents-03 .view-button {
	margin: 20px 0 0 auto;
	color: #fff;
	border-color: #fff; 
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
}
.top .contents-03 .view-button:hover {
  color: #000;
  background-color:rgba(00, 00, 00, 1);
  opacity: 1;
}

@media all and (min-width: 576px) {
	.top .contents-03 .inner {
		padding: 60px 10px;
	}
}
@media all and (min-width: 768px) {
	.top .contents-03 {
		height: 700px;
	}
	.top .contents-03 .inner {
		padding: 100px 10px;
	}
	.top .contents-03 .title {
		font-size: 8rem;
	}
	.top .contents-03 .text {
		margin-top: 240px;
		font-size: 1.8rem;
	}
	.top .contents-03 .view-button {
		margin: 50px 0 0 auto;
	}
}
/*  03  04  */
.top .contents-04 {
	overflow: hidden;
}
.top .contents-04 .title-sec {
	font-size: 4rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .2em;
}
.top .contents-04 .ranking-list {
	margin-top: 20px;
}
.top .contents-04 .ranking-list a:focus {
	color: #fff;
 	background-color: #fff;
   text-decoration: none;
  	border: none;
	outline: none;
}
.top .contents-04 .ranking-list .item .num {
	display: table;
	margin: 10px 0 10px 15px;
	padding-bottom: 10px;
	font-size: 3em;
	font-weight: 600;
	line-height: 1;
	border-bottom: 1px solid  #000;
}
.top .contents-04 .ranking-list .item .text {
	margin-right: 10px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.top .contents-04 .ranking-list .item .price {
   margin-right: 10px;
	font-size: 1.2rem;
}
.top .contents-04 .ranking-list .slick-prev ,
.top .contents-04 .ranking-list .slick-next {
    width: 30px;
	height: 30px;
   z-index: 1;
	background-image: url('https://img21.shop-pro.jp/PA01460/588/etc/arrow.png?cmsp_timestamp=20201211183250');
	background-size: contain;
}
.top .contents-04 .ranking-list .slick-prev {
  top: 50%;
  margin-top: -50px;
  left: 0;
}
.top .contents-04 .ranking-list .slick-next {
  top: 50%;
  margin-top: -75px;
  right: 0;
 transform: rotateZ(180deg);
}
.top .contents-04 .ranking-list .slick-prev:hover ,
.top .contents-04 .ranking-list .slick-next:hover {
  opacity: 0.6;
}
@media all and (min-width: 576px) {
	.top .contents-04 .title-sec {
		font-size: 8rem;
	}
	.top .contents-04 .ranking-list .item .num {
		margin: 30px;
		padding-bottom: 10px;
		font-size: 6rem;
	}
	.top .contents-04 .ranking-list .item .text {
		margin: 30px;
		margin-right: 10px;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: .1em;
	}
  	.top .contents-04 .ranking-list .item .price {
    	margin: 30px;
    	font-size: 1.4rem;
    	font-weight: 400;
  	}
}
@media all and (min-width: 768px) {
   .top .contents-04 .ranking-list .slick-prev ,
   .top .contents-04 .ranking-list .slick-next {
      width: 50px;
     height: 50px;
   }
  .top .contents-04 .ranking-list .slick-prev {
     margin-left: 30px;
   }
  .top .contents-04 .ranking-list .slick-next {
    margin-right: 30px;
  }
}
/*  04  05  */
.top .contents-05 {
	border-top: 1px solid  #000;
	overflow: hidden;
}
.top .contents-05  .title-sec {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .2em;
}
.top .contents-05 .view-list {
	margin-right: -10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.top .contents-05 .view-list .item {
	display: block;
	width: calc(33.33% - 10px);
  	margin-top: 20px;
	margin-right: 10px;
}
.top .contents-05 .view-list .item img {
	width: 100%;
	height: auto;
}
@media all and (min-width: 768px) {
	.top .contents-05  .title-sec {
		font-size: 4rem;
	}
	.top .contents-05 .view-list {
		margin-right: -30px;
	}
	.top .contents-05 .view-list .item {
		width: calc(25% - 30px);
		margin-right: 30px;
	}
}
@media all and (min-width: 992px) {
	.top .contents-05 .view-list .item {
		width: calc(20% - 30px);
	}
}
/*  05   */
/*  ---  top  ---   */