.home__container a .news-link {
  bottom: 12vw;
  right: 4vw;
}
.shop-link {
  position: fixed;
    z-index: 7;
    bottom: 3vw;
    right: 3vw;
    width: 300px;
    margin: 30px 0 30px;


  @include sp {
    transform: scale(0.5);
    transform-origin: bottom right;
  }
}

.home__container a.x-highseason img {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 165px;
	top: 50px;
	display: block;
	z-index: 7;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .05s ease-in;
	transition: all .05s ease-in;
}
.gray-part a.x-highseason img {
	display: block;
	margin: -18px auto;
	width: 36px;
	height: 36px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .05s ease-in;
	transition: all .05s ease-in;
}
a.x-highseason:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

div.help img {
      max-width: 1000px!important;
}
div.gray-part div.contact-form {
    margin-right: 0vw;
}

@media screen and (min-width: 1400px) {
 div.service-content {
	 padding-right: 5vw;
	}
}

@media screen and (max-width: 1024px) {
  div.main-content {
    width: 85vw;
    margin-left: 0vw;
    padding-left: 7vw;
  }
 div.help img {
      left: -12vw;
      width: 80vw!important;
      height: auto;
	     margin-top: 100px;
 }
	
	.shop-link {
		transform: scale(0.7);
    transform-origin: bottom right;
	}
	.home__container a .news-link {
		bottom: 14vw;
	}
	
	.home__container div.hamburger-menu ul {
		padding-left: 32px;
	}
	.home__container div.hamburger-menu ul li a span {
    margin-left: 42px;
	}
	
	.home__container a.x-highseason img {
		width: 30px;
		height: 30px;
		right: 120px;
	}
}

@media screen and (max-width: 650px) {
  div.main-content {
    width: 97vw;
    margin-left: 0vw;
    padding-left: 3vw;
  }
	div.main-content h2 {
       font-size: 21px;
  }
 div.help img {
      left: -4vw;
      width: 92vw!important;
	     margin-top: 30px;
 }
	
	.shop-link {
		transform: scale(0.5);
    transform-origin: bottom right;
	}
	.home__container a .news-link {
		bottom: 18vw;
	}
	
	.home__container div.hamburger-menu ul {
		padding: 50px 0 50px 50px;
	}
	.home__container div.hamburger-menu ul li a span {
    margin-left: 0;
	}
	
	.home__container a.x-highseason img {
		width: 24px;
		height: 24px;
		right: 90px;
		top: 44px;
	}
	
}

.archive__categoryBox_n {
	text-align: center;	
	    margin-bottom: 50px;
}
.archive__categoryTitle_n {
	
}
.archive__categoryTitle_n img {
    height: 35px;
}
.archive__categoryList_n {
	display: inline-flex;
}

.archive__list_n {

}
.archive__item_n {
	    border: #d4d5d5 solid 2px;
    text-align: left;
    border-radius: 7px;
    margin: 20px auto;
    max-width: 700px;
			padding: 25px;
}
.archive__txtBox_n {
	display: flex;
}
.archive__itemDate_n {
    width: 120px;
		  line-height: 1.5;
    font-weight: bold;
	   font-size: 16px;
}
.subContentTitle_n {
    width: auto;
		  line-height: 1.5;
    font-weight: bold;
	   font-size: 16px;
}

@media (max-width: 64em) {
	.archive__txtBox_n {
    display: block;
  }
}