/*** 汎用 ***/
.column2R #main {
	float: none;
	width: auto;
}
.breadCrumb {
  margin: 0 auto !important;
}
.pagetop {
  margin: 0 auto;
  width: 1050px;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
figure {
	margin: 0;
}
img {
	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	backface-visibility: hidden;
}
.sp {
	display: none;
}
#s_container {
	font-family: "Noto Sans JP";
    width: 100%;
    margin: 10px auto;
}
#contentWrap {
	width: 100%;
	font-size: 16px;
}
#contentWrap img {
	max-width: 100%;
}

/*** コンテンツ ***/
#contentWrap {
	background: #000;
	line-height: 2;
}

/*** fade ***/
.fadeDpwnUp {
  opacity: 0;
  transition: all 1s;
  transform: translatey(100px);
}
.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

/** MV **/
.contentMv {
	position: relative;
}
.contentMv img {
	width: 100%;
}
/* タイプライター */
.contentMv p {
	font-family: pirulen;
	font-weight: 200;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 35px;
	font-size: 23px;
	left: 0;
	right: 0;
}
.ityped-cursor {
	font-size: 1em;
	opacity: 0;
	-webkit-animation: blink 3.8s;
	animation: blink 3.8s;
}
@keyframes blink {
	0%,10%,20%,30%,40%,50%,60%,70%,80%,90%,100% {
		opacity: 0;
	}
	5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
		opacity: 1;
	}
}
@-webkit-keyframes blink {
	0%,10%,20%,30%,40%,50%,60%,70%,80%,90%,100% {
		opacity: 0;
	}
	5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
		opacity: 1;
	}
}

/** SPECIAL DESIGN **/
#specialdesign {
	position: relative;
}
#specialdesign:before {
	content: "";
	display: block;
	width: 1px;
	height: 125px;
	background: #F15A24;
	margin: 0 auto 30px;
}
/* 背景左右ループ */
.specialdesign::before {
    background: url("/5info/img/collab_shibuyaharu/specialdesign_bg.png") repeat-x;
    content: "";
    height: 135px;
    width: 100%;
    display: block;
    position: absolute;
    top: calc(50% - -30px);
    z-index: 10;
	-webkit-animation: bgroop 50s linear infinite;
    animation: bgroop 50s linear infinite;
}
@-webkit-keyframes bgroop {
	0% {
		background-position: 0  0;
	}
	100% {
		background-position: -2100px 0;
	}
}
@keyframes bgroop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2100px 0;
	}
}

.specialdesignWrap {
	display: flex;
	position: relative;
	width: 900px;
	min-height: 600px;
	margin: 0 auto;
	flex-direction: column;
	z-index: 100;
}
.specialdesignWrap>* {
	width: 500px;
	text-align: center;
}
.specialdesignWrap h2 {
	font-size: 40px;
	font-family: 'pirulen';
	letter-spacing: .05em;
	font-weight: 400;
	margin-top: 100px;
	line-height: 1;
}
.specialdesignWrap h2 span {
	display: inline-block;
}
.specialdesignWrap h2 span::first-letter {
	color: #F15A24;
}
.specialdesignWrap h2::after {
	content: "";
	display: block;
	width: 75px;
	height: 1px;
	background: #F15A24;
	margin: 16px auto;
}
.specialdesignWrap h2+p {
	font-size: 18px;
}
.specialdesignWrap figure {
	width: auto;
	position: absolute;
	right: -503px;
}
.specialdesignWrap figure+p {
	margin-top: auto;
	margin-bottom: 100px;
	font-size: 16px;
}


/** ナビゲーション **/
.release nav {
	display: none;
}
.release nav .navList {
	position: fixed;
	right: 0;
	top: 20vh;
	writing-mode: vertical-lr;
	display: flex;
	height: 825px;
	font-family: 'pirulen';
	z-index: 100;
	margin-right: 1em;
}
.release nav .navList li {
	margin-bottom: 2em;
}
.release nav .navList li:last-child {
	margin-bottom: 0;
}
.release nav .navList li a {
	text-decoration: none;
	position: relative;
	overflow: hidden;
	display: block;
}
.release nav .navList li a::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #F15A24;
	top: -100%;
	transition: all .5s;
}
.release nav .navList li a:hover::first-letter,
.release nav .navList li a.current::first-letter {
	color: #F15A24;
}
.release nav .navList li a:hover::after,
.release nav .navList li a.current::after {
	top: 0;
}


/** POINT **/
.pointWrap {
	position: relative;
	background: url("/5info/img/collab_shibuyaharu/point_bg.png") repeat-y;
	background-position: left calc(1300px + 5vw + 5vw) top;
	margin-top: 130px;
	padding-top: 70px;
}
.pointInner {
	background: url("/5info/img/collab_shibuyaharu/point_inner_bg.jpg");
	background-size: cover;
	width: 1300px;
	margin-left: 5vw;
	display: flex;
}
.pointInner h3 {
	margin: 2em 0 2em 1.5em;
	font-family: 'pirulen';
	writing-mode: vertical-lr;
	border-right: 1px solid #F15A24;
	padding: 1em .5em 0 0;
	font-size: 30px;
	letter-spacing: .05em;
}
.pointInner h3::first-letter {
	color: #F15A24;
}
.pointInner .pointList {
	margin: 130px 0 130px 130px;
}
.pointInner .pointList li {
	display: flex;
	margin-bottom: 100px;
}
.pointInner .pointList li:last-child {
	margin-bottom: 0;
}
.pointInner .pointList li figure {
	position: relative;
}
.pointInner .pointList li figure::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #F15A24;
	bottom: 50px;
	right: -10px;
}
.pointInner .pointList li:nth-child(2) figure::after {
	right: auto;
	left: -10px;
}
.pointInner .pointList li:nth-child(3) figure::after {
	bottom: 150px;
}
.pointInner .pointList li:nth-child(4) figure::after {
	right: auto;
	left: -10px;
	bottom: 100px;
}
.pointInner .pointList li>div {
	width: 500px;
}
.pointInner .pointList li h4 {
	display: flex;
	align-items: center;
	font-family: 'pirulen';
	font-size: 25px;
	letter-spacing: .1em;
}
.pointInner .pointList li h4 span::first-letter {
	color: #F15A24;
}
.pointInner .pointList li h4::before {
	content: "";
	height: 1px;
	width: 100px;
	display: block;
	background: #F15A24;
	margin-right: 1em;
}
.pointInner .pointList li p {
	margin-top: .5em;
	margin-left: calc(100px + 37px);
	border-left: 1px solid #F15A24;
	padding: 25px 0 40px 40px;
	position: relative;
	font-weight: 300;
}
.pointInner .pointList li p .dashLine {
	display: block;
	width: 70%;
	height: 1px;
	background-size: 20px 1px;
	background-image: linear-gradient(to right, #F15A24, #F15A24 10px, transparent 10px, transparent 20px);
	position: absolute;
	bottom: 0;
}
.pointInner .pointList li p a {
	position: absolute;
	font-family: 'pirulen';
	bottom: -1em;
	text-decoration: none;
	right: -20%;
	display: flex;
	align-items: center;
	transition: all .5s;
	overflow: hidden;
	color: #fff;
}
.pointInner .pointList li p a .viewBtn {
	transition: all .5s;
	position: relative;
	letter-spacing: .1em;
}
.pointInner .pointList li p a .viewBtn::first-letter {
	transition: all .5s;
	color: #fff;
}
.pointInner .pointList li p a:hover .viewBtn::first-letter {
	color: #F15A24;
}
.pointInner .pointList li p a .viewBtn::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #F15A24;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: all .5s;
}
.pointInner .pointList li p a:hover .viewBtn::after {
	left: 0;
}
.pointInner .pointList li p a .circleBtn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: radial-gradient(circle, #F15A24, #F15A24 3px, transparent 3px, transparent 18px, #F15A24 20px, #F15A24);
	display: inline-block;
	margin-left: 1em;
	/*-webkit-animation: circleBtnroop 5s linear infinite;
    animation: circleBtnroop 5s linear infinite;*/
}
/*@-webkit-keyframes circleBtnroop {
	from {
		background: radial-gradient(circle, #F15A24, #F15A24 3px, transparent 3px, transparent 18px, #F15A24 20px, #F15A24);
	}
	to {
		background: radial-gradient(circle, #F15A24, #F15A24 20px, transparent 3px, transparent 18px, #F15A24 20px, #F15A24);
	}
}
@keyframes circleBtnroop {
	from {
		background: radial-gradient(circle, #F15A24, #F15A24 3px, transparent 3px, transparent 18px, #F15A24 20px, #F15A24);
	}
	to {
		background: radial-gradient(circle, #F15A24, #F15A24 20px, transparent 3px, transparent 18px, #F15A24 20px, #F15A24);
	}
}*/

/* Gallery */
.caseGallery {
	display: flex;
	background: url("/5info/img/collab_shibuyaharu/gallery_bg.jpg");
	background-size: cover;
	margin-top: 130px;
	height: 570px;
	flex-direction: column;
	justify-content: center;
}
.caseGallery .galleryInner {
	position: relative;
	display: flex;
	width: 100vw;
	overflow: hidden;
	box-sizing: border-box;
}
.caseGallery .galleryInner ul:first-child {
	-webkit-animation: galleryloop 100s -50s linear infinite;
	animation: galleryloop 100s -50s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.caseGallery .galleryInner ul+ul {
	-webkit-animation: galleryloop2 100s linear infinite;
	animation: galleryloop2 100s linear infinite;
}
.caseGallery .galleryInner:hover ul {
	animation-play-state: paused;
}
@-webkit-keyframes galleryloop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes galleryloop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@-webkit-keyframes galleryloop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

@keyframes galleryloop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}
.caseGallery ul {
	display: flex;
	box-sizing: border-box;
}
.caseGallery ul li {
	margin-right: 40px;
	min-width: 220px;
}
.caseGallery h3 {
	font-family: 'pirulen';
	letter-spacing: .1em;
	text-align: center;
	display: flex;
	align-items: center;
	margin-top: 60px;
	font-size: 20px;
}
.caseGallery h3::before,
.caseGallery h3::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #F15A24;
}
.caseGallery h3::before {
    margin-right: 1em;
}
.caseGallery h3::after {
    margin-left: 1em;
}


/** BENEFITS **/
.benefitsWrap {
	background: url("/5info/img/collab_shibuyaharu/benefits_bg.png") repeat-y;
	margin: 50px 0;
	padding: 120px 0;
	background-position: right calc(1690px + 5vw + 5vw) top;
}
.benefitsInner {
	background: url("/5info/img/collab_shibuyaharu/benefits_inner_bg.jpg");
	width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.benefitsInner h3 {
	margin: 2em 1.5em 2em 0;
	font-family: 'pirulen';
	writing-mode: vertical-lr;
	border-left: 1px solid #F15A24;
	padding: 1em 0 0 .5em;
	font-size: 30px;
	letter-spacing: .05em;
}
.benefitsInner h3::first-letter {
	color: #F15A24;
}
.benefitsInner .benefitsList {
	margin: 180px 0;
}
.benefitsInner .benefitsList li {
	display: flex;
	align-items: center;
}
.benefitsInner .benefitsList li:nth-child(2) {
	margin-top: 150px;
}
.benefitsInner .benefitsList li::before {
	content: "";
	display: block;
	height: 1px;
	width: 100px;
	background: #F15A24;
	margin-right: 40px;
}
.benefitsInner .benefitsList li h4 {
	font-size: 30px;
	font-family: 'pirulen';
	letter-spacing: .1em;
	line-height: 1.5;
	width: 320px;
	margin-right: 30px;
}
.benefitsInner .benefitsList li h4 span {
	font-family: "Noto Sans JP";
	display: block;
	font-size: 18px;
	font-weight: 400;
}
.benefitsInner .benefitsList li figure {
	text-align: center;
	margin: 0 auto;
}
.benefitsInner .benefitsList li.wallpaper figure img {
	padding: 15px;
	border: 1px solid #F15A24;
	pointer-events: none;
	width: 600px;
	transition: all .5s;
}
.benefitsInner .benefitsList li.wallpaper figure:hover img {
	transform: scale(1.05);
	border: 1px solid transparent;
}
.benefitsInner .benefitsList li.wallpaper figure figcaption {
	margin-top: 35px;
}
.benefitsInner .benefitsList li.specialbox figure {
	position: relative;
	width: 524px;
	height: 377px;
	overflow: hidden;
	transition: all .5s ease-in-out;
	background: url("/5info/img/collab_shibuyaharu/specialbox_close.png");
}
.benefitsInner .benefitsList li.specialbox figure:hover {
	background: url("/5info/img/collab_shibuyaharu/specialbox_open.png");
}
.benefitsInner .benefitsList li.specialbox figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 130px;
	text-shadow: 4px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}


/** LINEUP **/
.lineupWrap {
	background: url("/5info/img/collab_shibuyaharu/lineup_bg.png");
	background-size: cover;
}
.lineupWrap h3 {
	padding-top: 105px;
	font-family: 'pirulen';
	font-size: 30px;
	letter-spacing: .05em;
	text-align: center;
}
.lineupWrap h3::first-letter {
	color: #F15A24;
}
.lineupInner {
	display: flex;
	justify-content: center;
	margin: 100px auto 0;
	padding-bottom: 150px;
	padding-right: 30px;
	width: 1200px;
	box-sizing: border-box;
}
.lineupInner .lineupList li {
/*	border: 1px solid #F15A24;
	border-radius: 10px;
	padding: 25px;
	box-sizing: border-box;
	display: flex;
	align-items: center;*/
	margin-top: 20px;
	/*background: #000;*/
	position: relative;
}
.lineupInner .lineupList li a {
	border: 1px solid #F15A24;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 25px;
	box-sizing: border-box;
	background: #000;
	transition: all .5s;
	text-decoration: none;
	justify-content: space-between;
	width: 750px;
	height: 116px;
}
.lineupInner .lineupList li a:hover {
	border-radius: 0;
}
.lineupInner .lineupList li .lineupDetail {
	font-weight: 300;
	width: 400px;
	margin-right: 25px;
}
.lineupInner .lineupList li .lineupDetail h4 {
	font-weight: 300;
}
.lineupInner .lineupList li .lineupPrice {
	margin-right: 30px;
	font-size: 18px;
	font-weight: 300;
}
.lineupInner .lineupList li .lineupPrice .tax {
	font-size: 14px;
}
.lineupInner .lineupList li .lineupLinkBtn span {
	text-decoration: none;
	color: #F15A24;
	position:relative;
    padding-bottom: 5px;
	display:inline-block;
    outline: none;
}
/* リンク矢印ループ */
.lineupInner .lineupList li .lineupLinkBtn span::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% + 8px);
    height: 1px;
	left: 0;
    background: #F15A24;
	transition: all .5s;
}
.lineupInner .lineupList li .lineupLinkBtn span::after {
    content: "";
    position: absolute;
    bottom:-4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #F15A24;
    border-right: 1px solid #F15A24;
    transform: rotate(45deg);
	transition: all .5s;
}
.lineupInner .lineupList li a:hover .lineupLinkBtn span::before {
    animation: arrowline 3s ease infinite;
}
.lineupInner .lineupList li a:hover .lineupLinkBtn span::after {
    animation: arrow 3s ease infinite;
}
@keyframes arrowline {
	0% {
		width: 0;
		opacity: 0;
	}
    20% {
		width: 0;
		opacity: 1;
	}
    80% {
		width: 105%;
		opacity: 1;
	}
    100% {
		width: 105%;
		opacity: 0;
	}
}
@keyframes arrow {
	0% {
		left: -8px;
		opacity: 0;
	}
    20% {
		left: -8px;
		opacity: 1;
	}
    80% {
		left: calc(100% - 8px);
		opacity: 1;
	}
    100% {
		left: calc(100% - 8px);
		opacity:0;
	}
}

/* リンクライン */
.lineupInner .lineupList li .line {
	position: absolute;
	transition: all .5s;
	background: #000;
}
.lineupInner .lineupList li .line.lineTop {
	width: 0;
	top: 0;
	left: 0;
	height: 1px;
}
.lineupInner .lineupList li .line.lineBottom {
	width: 0;
	bottom: 0;
	right: 0;
	height: 1px;
}
.lineupInner .lineupList li .line.lineLeft {
	width: 1px;
	bottom: 0;
	left: 0;
	height: 0;
}
.lineupInner .lineupList li .line.lineRight {
	width: 1px;
	top: 0;
	right: 0;
	height: 0;
}
.lineupInner .lineupList li a:hover ~ .lineTop {
    animation: lineTop 1s ease;
}
@keyframes lineTop {
	0% {
		width: 0;
	}
    50% {
		width: 100%;
	}
    100% {
		width: 0;
	}
}
.lineupInner .lineupList li a:hover ~ .lineBottom {
    animation: lineBottom 1s ease;
}
@keyframes lineBottom {
	0% {
		width: 0;
	}
    50% {
		width: 100%;
	}
    100% {
		width: 0;
	}
}
.lineupInner .lineupList li a:hover ~ .lineLeft {
    animation: lineLeft 1s ease;
}
@keyframes lineLeft {
	0% {
		height: 0;
	}
    50% {
		height: 100%;
	}
    100% {
		height: 0;
	}
}
.lineupInner .lineupList li a:hover ~ .lineRight {
    animation: lineRight 1s ease;
}
@keyframes lineRight {
	0% {
		height: 0;
	}
    50% {
		height: 100%;
	}
    100% {
		height: 0;
	}
}


/** ABOUT **/
.aboutWrap {
	border: 1px solid #F15A24;
	width: 1100px;
	padding: 15px;
	box-sizing: border-box;
	margin: 150px auto 0;
}
.aboutInner {
	background: url("/5info/img/collab_shibuyaharu/about_bg.png");
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 100px 0 70px;
	min-height: 600px;
}
.aboutInner .aboutDetail {
	flex-basis: 50%;
}
.aboutInner .aboutDetail h3 {
	font-size: 50px;
	line-height: 1.5;
}
.aboutInner .aboutDetail h3 span {
	display: block;
	font-family: 'pirulen';
	font-size: 16px;
	letter-spacing: .2em;
	font-weight: 400;
}
.aboutInner .aboutDetail p {
	margin-top: 1em;
	font-size: 14px;
}
.aboutInner .aboutDetail ul {
	display: flex;
	margin-top: 1em;
}
.aboutInner .aboutDetail ul li {
	margin-right: 25px;
	position: relative;
	overflow: hidden;
}
.aboutInner .aboutDetail ul li:last-child {
	margin-right: 0;
}
.aboutInner .aboutDetail ul li:first-child {
	width: 37px;
	height: 26px;
}
.aboutInner .aboutDetail ul li:nth-child(2) {
	width: 31px;
	height: 26px;
}
.aboutInner .aboutDetail ul li:nth-child(3) {
	width: 25px;
	height: 29px;
}
.aboutInner .aboutDetail ul li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.aboutInner .aboutDetail ul li img:first-child {
	opacity: 0;
}
.aboutInner .aboutDetail ul li:hover img:first-child {
	opacity: 1;
}
.aboutInner .aboutDetail ul li:hover img:nth-child(2) {
	opacity: 0;
}


/** LOGO **/
.logoWrap {

	background: url("/5info/img/collab_shibuyaharu/logo_bg.png");
	background-size: cover;
	background-position: center;
	margin-top: 50px;
	display: flex;
	align-items: center;
	min-height: 700px;
}
.logoWrap .logoList {
	display: flex;
	align-items: center;
	width: 1000px;
	justify-content: space-between;
	margin: 0 auto;
}



/*** モバイル ***/
@media screen and (max-width: 479px) {
	/** 汎用 **/
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}

	
	/** ナビゲーション **/
	.release nav {
		display: none !important;
	}


	/** MV **/
	/* タイプライター */
	.contentMv p {
		display: none;
	}
	

	/** SPECIAL DESIGN **/
	#specialdesign:before {
		height: 10vh;
	}
	.specialdesignWrap {
		width: 100%;
		display: block;
		min-height: inherit;
	}
	.specialdesignWrap>* {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.specialdesignWrap h2 {
		margin-top: 5vw;
		font-size: 7vw;
	}
	.specialdesignWrap h2::after {
		width: 20vw;
		margin: 10vw auto;
	}
	.specialdesignWrap h2+p {
		font-size: 4.5vw;
	}
	.specialdesignWrap figure {
		margin-top: 8vw;
		position: relative;
		right: 0%;
		width: 100%;
	}
	.specialdesignWrap figure+p {
		font-size: 4.5vw;
		margin-bottom: 0;
	}

	/** POINT **/
	.pointWrap {
		margin-top: 15vw;
		padding: 7vw 0 0;
		background-position: right top;
		background-size: 20%;
	}
	.pointInner {
		width: 100%;
		margin: 0 auto;
	}
	.pointInner h3 {
		margin: 0;
		border-right: none;
		padding-right: 0;
		font-size: 7vw;
	}
	.pointInner .pointList {
		margin: 17vw 0;
	}
	.pointInner .pointList li {
		display: block;
		position: relative;
		margin-bottom: 20vw;
	}
	.pointInner .pointList li figure {
		width: 55%;
		display: flex;
		align-items: flex-end;
	}
	.pointInner .pointList li figure::after {
		width: 3vw;
		height: 3vw;
		bottom: 7vw;
		right: -1.5vw;
	}
	.pointInner .pointList li:nth-child(2) figure::after {
		left: -1.5vw;
	}
	.pointInner .pointList li:nth-child(3) figure::after {
		bottom: 50%;
	}
	.pointInner .pointList li:nth-child(4) figure::after {
		left: -1.5vw;
		bottom: 30%;
	}
	.pointInner .pointList li figure img {
		margin-right: 4vw;
	}
	.pointInner .pointList li figure figcaption {
		font-family: 'pirulen';
		font-size: 3.5vw;
		letter-spacing: .1em;
		line-height: 1.2;
	}
	.pointInner .pointList li figure figcaption::first-letter {
		color: #F15A24;
	}
	.pointInner .pointList li>div {
		width: 100%;
	}
	.pointInner .pointList li p {
		margin-top: 1.5em;
		margin-left: 0;
		font-size: 3vw;
		padding: 3vw 0 3vw 5vw;
		line-height: 1.5;
	}
	.pointInner .pointList li p .dashLine {
		bottom: -1.5em;
		left: 0;
		width: 55%;
	}
	.pointInner .pointList li p a {
		right: 3em;
		bottom: -2.5em;
	}
	.pointInner .pointList li p a .viewBtn {
		font-size: 3.5vw;
	}
	.pointInner .pointList li p a .circleBtn {				width: 25px;
		height: 25px;
		background: radial-gradient(circle, #F15A24, #F15A24 2px, transparent 2px, transparent 10px, #F15A24 12.5px, #F15A24);
	}
	.caseGallery {
		margin-top: 20vw;
		height: 300px;
	}
	.caseGallery h3 {
		font-size: 3.5vw;
		font-weight: 400;
	}
	.caseGallery ul li {
		margin-right: 7vw;
		min-width: 35vw;
	}


	/** BENEFITS **/
	.benefitsWrap {
		background-position: left top;
		background-size: 20%;
		padding: 15vw 0;
		margin: 7vw 0 0;
	}
	.benefitsInner {
		width: 100%;
	}
	.benefitsInner h3 {
		margin: 0;
		font-size: 7vw;
		border-left: none;
	}
	.benefitsInner .benefitsList {
		margin: 17vw 0;
	}
	.benefitsInner .benefitsList li {
		flex-direction: column-reverse;
	}
	.benefitsInner .benefitsList li:nth-child(2) {
		margin-top: 15vw;
	}
	.benefitsInner .benefitsList li::before {
		content: none;
	}
	.benefitsInner .benefitsList li h4 {
		font-size: 4.5vw;
		font-weight: 400;
		position: relative;
		left: 20%;
		margin-right: auto;
		margin-top: 5vw;
		width: auto;
	}
	.benefitsInner .benefitsList li h4::before {
		content: "";
		display: block;
		height: 1px;
		width: 15vw;
		background: #F15A24;
		position: relative;
		left: -20vw;
		top: 3.5vw;
	}
	.benefitsInner .benefitsList li h4 span {
		font-size: 3.5vw;
		font-weight: 300;
	}
	.benefitsInner .benefitsList li figure,
	.benefitsInner .benefitsList li.specialbox figure {
		width: 80%;
		margin-right: 0;
	}
	.benefitsInner .benefitsList li.specialbox figure {
		height: 49vw;
		background: url("/5info/img/collab_shibuyaharu/specialbox_open.png");
		background-size: cover;
	}
	.benefitsInner .benefitsList li.wallpaper figure figcaption {
		margin-top: 3vw;
		font-size: 3.5vw;
	}
	.benefitsInner .benefitsList li.specialbox figure figcaption {
		bottom: 20vw;
		font-size: 3.5vw;
	}


	/** LINE UP **/
	.lineupWrap h3 {
		padding-top: 15vw;
		font-size: 7vw;
	}
	.lineupInner {
		width: 100%;
		display: block;
		padding-right: 0;
		padding-bottom: 15vw;
		margin-top: 7vw;
	}
	.lineupInner figure {
		width: 80%;
		margin: 0 auto 7vw;
	}
	.lineupInner .lineupList li {
		width: 90%;
		margin: 0 auto;
	}
	.lineupInner .lineupList li a {
		flex-wrap: wrap;
		justify-content: space-between;
		width: auto;
		height: auto;
	}
	.lineupInner .lineupList li+li {
		margin-top: 5vw;
	}
	.lineupInner .lineupList li .lineupDetail {
		width: 100%;
		margin-right: 0;
		font-size: 4vw;
	}


	/** ABOUT **/
	.aboutWrap {
		width: 95%;
		margin-top: 20vw;
		padding: 3vw;
	}
	.aboutInner {
		display: block;
		padding: 5vw 5vw 10vw;
	}
	.aboutInner .aboutDetail h3 {
		font-size: 9vw;
	}
	.aboutInner .aboutDetail h3 span {
		display: inline-block;
		font-size: 3vw;
		margin-left: 1em;
	}


	/** LOGO **/
	.logoWrap {
		min-height: 350px;
		margin-top: 10vw;
	}
	.logoWrap .logoList {
		width: 60%;
		flex-direction: column;
	}
	.logoWrap .logoList li+li {
		margin-top: 70px;
	}
}

/* 背景左右ループ モバイル */
@media screen and (max-width: 479px) {
	.specialdesign::before {
		background: url("/5info/img/collab_shibuyaharu/specialdesign_bg_sp.png") repeat-x;
		height: 125px;
		-webkit-animation: bgroopsp 25s linear infinite;
		animation: bgroopsp 25s linear infinite;
	}
}
@-webkit-keyframes bgroopsp {
	0% {
		background-position: 0  0;
	}
	100% {
		background-position: -520px 0;
	}
}
@keyframes bgroopsp {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -520px 0;
	}
}


/* lightbox */
#lightbox .lb-outerContainer {
	background-color: transparent;
}
#lightbox .lb-nav a.lb-prev,
#lightbox .lb-nav a.lb-next {
	position: relative;
	opacity: 1;
}
#lightbox .lb-nav a.lb-prev {
	left: -5vw;
}
#lightbox .lb-nav a.lb-next {
	right: -5vw
}
@media screen and (max-width: 479px) {
	#lightbox .lb-nav a.lb-prev {
		left: -1vw;
	}
	#lightbox .lb-nav a.lb-next {
		right: -1vw
	}
}



