<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* fancyboxstyle---------ここから------------------------------------------------------------
------------------------------------------------------------------------------------------ 
------------------------------------------------------------------------------------------ */
.slick-slider {
	position: relative;

	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:after,
.slick-track:before {
	display: table;

	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgb(30, 30, 30);
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}


/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}


.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}


/* Caption */

.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {
	.fancybox-caption {
	padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}


/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}


.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(.25, .46, .45, .94);
	transition: all 0.2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}


/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
	.fancybox-slide {
	padding-left: 6px;
	padding-right: 6px;
	}

	.fancybox-slide--image {
	padding: 6px 0;
	}

	.fancybox-close-small {
	right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
	background: #4e4e4e;
	color: #f2f4f6;
	height: 36px;
	opacity: 1;
	padding: 6px;
	right: 0;
	top: 0;
	width: 36px;
	}

	.fancybox-caption {
	padding-left: 12px;
	padding-right: 12px;
	}

	@supports (padding: max(0px)) {
	.fancybox-caption {
		padding-left: max(12px, env(safe-area-inset-left));
		padding-right: max(12px, env(safe-area-inset-right));
	}
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
	width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
	right: 110px;
	}

	.fancybox-thumbs__list a {
	max-width: calc(100% - 10px);
	}
}

/* fancyboxstyle---------ここまで------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */

/* Slider ---------ここから------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */

.collabo03 .slide-btn-box1 {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	width: 620px;
	position: relative;
	top: 280px;
	left: 624px;
}

.collabo03 .slide-btn-box1 li {
	margin: 0 3px 3px 0;

}

.collabo03 .slide-btn-box1 li:nth-child(1) a {
	background: url("../../resources/img/v1_slider1_btn1.png") no-repeat center top;
	width: 120px;
	height: calc(240px / 2);
}
.collabo03 .slide-btn-box1 li:nth-child(1).current a {
	background-position: 0 bottom;
}

.collabo03 .slide-btn-box1 li:nth-child(2) a {
	background: url("../../resources/img/v1_slider1_btn2.png") no-repeat center top;
	width: 120px;
	height: calc(240px / 2);
}
.collabo03 .slide-btn-box1 li:nth-child(2).current a {
	background-position: 0 bottom;
}

.collabo03 .slide-btn-box1 li:nth-child(3) a {
	background: url("../../resources/img/v1_slider1_btn3.png") no-repeat center top;
	width: 120px;
	height: calc(240px / 2);
}
.collabo03 .slide-btn-box1 li:nth-child(3).current a {
	background-position: 0 bottom;
}

.collabo03 .slide-btn-box1 li:nth-child(4) a {
	background: url("../../resources/img/v1_slider1_btn4.png") no-repeat center top;
	width: 120px;
	height: calc(240px / 2);
}
.collabo03 .slide-btn-box1 li:nth-child(4).current a {
	background-position: 0 bottom;
}
.collabo03 .slide-btn-box1 li:nth-child(5) a {
	background: url("../../resources/img/v1_slider1_btn5.png") no-repeat center top;
	width: 120px;
	height: calc(240px / 2);
}
.collabo03 .slide-btn-box1 li:nth-child(5).current a {
	background-position: 0 bottom;
}

.collabo03 .slide-btn-box1 li:nth-child(6) a {
	background: url("../../resources/img/v1_slider1_btn6.png") no-repeat center top;
	width: 120px;
	height: calc(240px / 2);
}

.collabo03 .slide-btn-box1 li:nth-child(6).current a {
	background-position: 0 bottom;
}
.collabo03 .slide-btn-box1 li:nth-child(7) a {
	background: url("../../resources/img/v1_slider1_btn7.png") no-repeat center top;
	width: 120px;
	height: calc(240px / 2);
}
.collabo03 .slide-btn-box1 li:nth-child(7).current a {
	background-position: 0 bottom;
}
.collabo03 .slide-btn-box1 li:nth-child(8) a {
	background: url("../../resources/img/v1_slider1_btn8.png") no-repeat center top;
	width: 120px;
	height: calc(240px / 2);
}
.collabo03 .slide-btn-box1 li:nth-child(8).current a {
	background-position: 0 bottom;
}

.collabo03 .slide-btn-box1 li:nth-child(9) a {
	background: url("../../resources/img/v1_slider1_btn9.png") no-repeat center top;
	width: 120px;
	height: calc(240px / 2);
}
.collabo03 .slide-btn-box1 li:nth-child(9).current a {
	background-position: 0 bottom;
}

.collabo03 .slider1 {
	width: 590px;
	height: 742px;
	position: relative;
	top: -70px;
	left: 0;
}



/* Slider ---------ここまで------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */




html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

html {
	min-height: 100%;
	overflow-y: visible !important;
}

body {
	min-height: 100%;
	overflow-x: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4	ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

a {
	display: inline-block;
}

.wrapper {
	width: 640px;
	position: relative;
	margin: auto;
}

.disp-none {
	display: none;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 0;
	display: inline-block;
	font-size: 0;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

main {
	display: block;
	position: relative;
	overflow: hidden;
}

.fancybox-container .fancybox-slide--video .fancybox-content {
	max-width: 800px !important;
	max-height: 450px !important;
	overflow: visible !important;
	}

.fancybox-container .fancybox-slide--image .fancybox-close-small {
	background: transparent;
	top: -44px !important;
	right: -12px !important;
	}

section {
	position: relative;
}

section h2 {
	position: absolute;

 }

section h2:before {
	top: 29px;
	left: -1999px;
	}

section h2:after {
	top: 29px;
	right: -1999px;
	}

/* --------------------------------fv-------------------------------------------- */

.fv {
}

.fv .wrapper {
	background:url(../../resources/img/bg_fv.png) left top no-repeat;
	width: 1600px;
	margin: 0 auto;
	height:800px;
	position: relative;
 }
.fvbg {
background:url(../../resources/img/line_fv.png) center top repeat-x,url(../../resources/img/line_fv.png) center bottom repeat-x;
	height: 798px;
	zoom:0.8;
}
.fv h1 {
	position: absolute;
	left: 900px;
	top:-10px;
 }
.fv .video{
	position: absolute;
}
.fv .date {
	margin-bottom: 20px;
	position: absolute;
	left:990px;
	top:490px;
}


.fv .campaign-btn {
	background: url(../../resources/img/fv_cpn.png) no-repeat center top;
	width: 600px;
	height:196px;
	position: absolute;
	left:930px;
	top:550px;
 }
/* --------------------------------fv-------------------------------------------- */
/* --------------------------------v1-------------------------------------------- */

.v1 h2 {
	background-color: #000000;
	height: 104px;
	position: relative;
	text-align: center;
	padding-top: 24px;
}




 .v1 .abouttxt{
	margin: 35px 0;
}
.v1 .abouttxt_s{
	margin: 45px 0;
}
.moviebox{
	text-align: center;
	height: 6px;
	width: 100%;
	background: -moz-linear-gradient(left, #2d2c2c 50%, #ff2dc1 51%);
	background: -webkit-linear-gradient(left, #2d2c2c 50%, #ff2dc1	51%);
	background: linear-gradient(to right, #2d2c2c 50%, #ff2dc1	51%);
	}
 /*--------------collabo01----------*/

.v1 .collabo01{
	background:url(../../resources/img/line_fv.png) center top repeat-x,url(../../resources/img/line_fv.png) center bottom repeat-x;
	display: block;
	text-align: center;
	padding: 46px 0 60px;
	margin: 0 auto;
	zoom:0.8;
}
.v1 .collabo01 h3{
	position: relative;
	margin-bottom:30px;
}
.v1 .collabo01 .movie{
	background:url(../../resources/img/thumb_play.png) center top no-repeat;
	position: absolute;
	top:400px;
	left: 630px;
	width: 580px;
	height: 339px;

}
.v1 .collabo01 .img{
	background:url(../../resources/img/img_collabo01_01.png) center top no-repeat;
	height: 737px;
	width: 1228px;
	margin: 61px auto;
	position: relative;
}
.v1 .collabo01 .img2{
	background:url(../../resources/img/img_collabo01_02.png) center top no-repeat;
	height: 440px;
	width: 930px;
	margin: 61px auto;
	position: relative;
}

 /*--------------collabo02----------*/
 .v1 .collabo02{
	background-color:#ff4151 ;
	zoom:0.8;
}
.v1 .collabo02 .txt{
	background:url(../../resources/img/img_collabo02_01.png) center top no-repeat;
	position: absolute;
	top:260px;
	left: -20px;
	width: 607px;
	height: 265px;
}
.v1 .collabo02 .img{
	background:url(../../resources/img/img_collabo02_02.png) center top no-repeat;
	position: absolute;
	top:60px;
	left: 630px;
	width: 551px;
	height: 750px;
}
 .v1 .collabo02 .box{
 margin: 0 auto;
	width: 1228px;
	height: 890px;
	position: relative;
}


 /*--------------collabo02----------*/
 /*--------------collabo03----------*/
 .v1 .collabo03{
	background:url(../../resources/img/line_fv.png) center top repeat-x,url(../../resources/img/line_fv.png) center bottom repeat-x;
	padding: 40px 0 110px;
	margin: 0 auto;
	zoom:0.8;
	position: relative;
}
 .v1 .collabo03 .bg{
	background:linear-gradient(90deg,#FFFFFF 0%,#FFFFFF 30%,#ff4151 30%,#ff4151 100%);
	width: 100%;
	height: 312px;
	position: absolute;
	top: 290px;

}
 .v1 .collabo03 .title{
	background:url(../../resources/img/img_collabo03_01.png) center top no-repeat;
	position: absolute;
	top:70px;
	left: 0px;
	width: 376px;
	height: 50px;
}
 .v1 .collabo03 .txt{
	background:url(../../resources/img/img_collabo03_02.png) center top no-repeat;
	position: absolute;
	top:110px;
	left: 620px;
	width: 595px;
	height: 85px;
}
 .v1 .collabo03 .img{
	background:url(../../resources/img/img_collabo03_03.png) center top no-repeat;
	position: absolute;
	top:613px;
	left: 650px;
	width: 511px;
	height: 694px;
}
 .v1 .collabo03 .box1{
	text-align: center;
	margin: 0 auto;
	width: 1290px;
	height: 1320px;
	position: relative;
}
 .v1 .collabo03 .box1 .movie{
	background:url(../../resources/img/thumb_skill.png) center top no-repeat;
	width:580px;
	height: 340px;
	position: absolute;
	top :970px;
	right:712px;
}

 /*--------------collabo03----------*/
	/*--------------collabo04----------*/
 .v1 .collabo04{
	background: url(../../resources/img/line_fv.png) center bottom repeat-x ,#ff4151;
	zoom:0.8;
}
 .v1 .collabo04 .box1{
 text-align: center;
 padding-top: 40px;
	margin: 0 auto;
	width: 1290px;
	height: 1130px;
	position: relative;
}
 .v1 .collabo04 .txt{
	background:url(../../resources/img/img_collabo04_01.png) center top no-repeat;
	width: 1032px;
	height: 181px;
}
.v1 .collabo04 .img{
	background:url(../../resources/img/img_collabo04_02.png) center top no-repeat;
	position: absolute;
	top:300px;
	left: 0px;
	width: 593px;
	height: 757px;
}
 .v1 .collabo04 .img2{
	background:url(../../resources/img/img_collabo04_03.png) center top no-repeat;
	position: absolute;
	top:300px;
	left: 606px;
	width: 582px;
	height: 758px;
}
 /*--------------collabo04----------*/
/* --------------------------------v2-------------------------------------------- */
.v2 {
	zoom:0.8;
}
.v2 h2 {
 background-color: #000000;
height: 90px;
 position: relative;
text-align: center;
 padding-top: 24px;
 }
.v2 .cpn01ttl	{
 background-color:#ff4151;
 position: relative;
text-align: center;
 padding: 16px 0;
 }
	.v2 .cpn02ttl {
 background-color:#af4edc;
 position: relative;
text-align: center;
 padding: 16px 0;
 }
.v2 .about-box {
	background-color: #000000;
	text-align: center;

 }

/* --------------------------------cpn01-------------------------------------------- */
.v2 .cpn01 {
	background:url(../../resources/img/line_cpn.png) center top repeat-x,url(../../resources/img/line_cpn.png) center bottom repeat-x;
	position: relative;
	margin: 5px 0;
	padding: 20px 0;
}
.v2 .cpn01 p{
	display: none;
}
.v2 .cpn01 h4{
	background: url(../../resources/img/bg_cpn_sttl.png);
	padding: 12px 0;
	text-align: center;
}
.v2 .cpn01 .img{
background: url(../../resources/img/img_cpn01.png) center top no-repeat;
width: 1203px;
height: 442px;
margin: 60px auto 5px;

}
.v2 .cpn01 .comp{
background: url(../../resources/img/img_cpn01_comp.png) center top no-repeat;
width: 272px;
height: 117px;
margin: 40px auto;

}
.v2 .follow-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
.v2 .cpn-box1 .follow-btn a {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.v2 .follow-btn .tw-ptd-btn {
	background: url(../../resources/img/btn_follow.png) no-repeat;
	width: 490px;
	height: 102px;
}
.v2	.tweet-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.v2	.tweet {
	width: 400px;
	margin:15px 8px 40px;
}
.v2 .cpn01 .txt{
	/*background: url(../../resources/img/txt_cpn01.png) no-repeat;*/
	width: 603px;
	height: 31px;
	margin: 30px auto;
}
.v2	.tw-tag-btn {
	background: url(../../resources/img/btn_tweet.png) no-repeat;
	width: 527px;
	height: 135px;
	margin: 15px 0 50px;
}
.v2	.cpnend{
	background: url(../../resources/img/text_cpend.png) no-repeat;
	width: 655px;
	height: 45px;
	margin: 35px auto 40px;
}
/* --------------------------------cpn02-------------------------------------------- */
.v2 .cpn02 {
	background:url(../../resources/img/line_cpn.png) center top repeat-x,url(../../resources/img/line_cpn.png) center bottom repeat-x;
	margin: 5px 0;
	padding: 20px 0 135px;
}
.v2 .cpn02 p{
	display: none;
}
.v2 .cpn02 h4{
	background: url(../../resources/img/bg_cpn_sttl.png) no-repeat;
	padding: 12px 0;
	text-align: center;
}
.v2 .cpn02 .img{
background: url(../../resources/img/img_cpn02.png)no-repeat;
width: 1099px;
height: 487px;
margin: 60px auto 5px;

}
.v2 .cpn02 .txt{
	/*background: url(../../resources/img/txt_cpn01.png) no-repeat;*/
	width: 603px;
	height: 31px;
	margin: 30px auto;
}

/* --------------------------------flow-------------------------------------------- */

.v2 .flow {
	position: relative;
	text-align: center;
}
.v2 .flow h3 {
	text-align: center;
	background-color: #000000;
	border-bottom: solid 2px #ff2dc1;
	border-top: solid 2px #ff2dc1;
	padding: 12px 0;
}
.v2 .flow h4 {
	width: 576px;
	margin: 25px auto;
}

.v2 .about-box2 {
	background: url(../../resources/img/bg_present02.png) no-repeat top 200px center, #FFF;
	border: #fe5e8f solid 4px;
	border-radius: 20px;
	display: block;
	width: 884px;
	margin: 20px auto 60px;
	position: relative;
	text-align: center;
	top: 200px;
	padding-bottom: 20px;
 }

 .v2 .abouttxt{
	margin: 25px 0;
}
	.v2 .abouttxt_s{
	margin: 45px 0;
}

.v2 .about-box h4 {
	text-align: center;
}

.v2 .about-box .txt {
 margin-top: 30px;
}
.v2 .about-box .txtdone {
 margin-top: 20px;
 z-index: 100;
}
.v2 .about-box .flowbox {
 text-align: center;	
 position: relative;
 padding: 15px 20px;
}
.v2 .about-box .flowbox2 {
 text-align: center;	
 position: relative;
 padding: 15px 20px 20px;
}
.v2 .about-box .flowbox2 .step {
	margin-top: 50px;

}
.v2 .about-box .flowbox {
 text-align: center;	
 position: relative;
 padding: 15px 0 0;
}
.v2 .about-box .flowbox .step {
}
.v2 .about-box .flowbox .img {
	position: relative;
	top:15px;
	margin-bottom: 20px;
}
.v2 .about-box	.txt {
}
.v2 .about-box	.txt2 {
	margin: 15px 0;
}

.v2 .about-box .cpn01sttl{
	background-color: #ff2dc1;
	margin-top: 30px;
	padding: 15px 0;
}
.v2 .about-box	.cpn01stt2{
	background-color: #9052d6;
	margin-top: 30px;
	padding: 15px 0;
}
.v2 .about-box	.tweet-box02 {
	background-color: #f4eaff;
	padding: 16px 20px;
}

.v2 .tw-rt-btn {
background: url(../../resources/img/btn_RT.png) no-repeat;
	width: 490px;
	height: 102px;
	margin-top: 40px;
}
.v2 .about-box .flowbox .txt3 {
	position: absolute;
	right: 40px;
	top:100px;
}
.v2 .flow .detail02 {
	position: relative;
}

.v2 .detail02 {
	width: 800px;
	margin:0 auto 0;
	position: relative;
}

.v2 .detail02 .txt {
 margin-top: 30px;
}
.v2 .detail02.img {
 margin-top: 30px;
}
.v2 .detail02 .flow {
 background-image: url(../../resources/img/bg_ptn5.png);
 text-align: center;
}
.v2 .detail02 .step {
	margin-top:56px;
}
.v2 .detail02 .flowbox .img {
}
.v2 .detail02 .txt {
	margin-top:30px;
}


.dl-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px 0 10px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}

.dl-btn a {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	pointer-events:none;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	opacity: .3;
	}

.dl-btn .app-btn {
	background: url(../../resources/img/v5_app_btn_864be6f3531087cbfe897641f675b0b1.png) no-repeat;
	width: 282px;
	height: 83px;
	zoom:0.9;

	margin-right: 22px;
	}
.dl-btn .google-btn {
	background: url(../../resources/img/v5_google_btn_04aadb4a00aa4e0d700726b440ad7968.png) no-repeat;
	width: 282px;
	height: 83px;
	zoom:0.9;
	}
.v2 .about-box	a {
		-webkit-transition: 0.2s;
		transition: 0.2s;
		font-size: 22px;

		color: #1b77d6;
		text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
	}

/* --------------------------------info-------------------------------------------- */	
.v2 .cpn-info{
	padding-top: 50px;
	border-top: 4px #ff4151 solid;

}
.v2 .cpn-info h3{
	text-align: center;
}
.v2 .cpn-info .wp{
	background-color: #000;
	border: 1px #fff solid;
	position: relative;
	width: 1210px;
	margin: 30px	auto 40px;
zoom:0.8;
}
.v2 .cpn-info .notes {
	height: 300px;
}
.v2 .cpn-info .notes p {
	text-align: left;
	color: #fff;
	font-size: 19px;
	line-height: 1.6;
	height: 260px;
	margin: auto;
	overflow-y: scroll;
	padding: 10px;
	}
.v2 .cpn-info h3{
	text-align: center;

	padding: 12px 0;
	margin-top:0px !important;
 }
.v2 .Impress{
	background-color: #603675;
height: 176px;
 position: relative;
text-align: center;
 padding: 40px 0 36px;
margin-top: 40px;
}
.v2 .Impress .txt{
	background: url(../../resources/img/txt_impession.png) no-repeat;
	height: 28px;
	width: 575px;
	margin: 0 auto 30px;
}
.v2 .Impress .tweetcp{
	background: url(../../resources/img/btn_tweet.png) no-repeat;
	width: 490px;
	height: 102px;

}
	/* --------------------------------v2-------------------------------------------- */
/* --------------------------------v3-------------------------------------------- */
.v3 {
	background: url(../../resources/img/bg_about.png) center top fixed ,#000;
}
.v3 h2 {
	background-color: #000000;
height: 104px;
 position: relative;
text-align: center;
 padding-top: 24px;
}

.v3 .about-box {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
 }

	.v3 .revuestarlight{
	background: url(../../resources/img/img_about_starlight.png) center top 88px no-repeat;
	display: block;
	position: relative;
	text-align: center;
	height: 2450px;
	margin: 0 auto;
	zoom:0.8;
 }
	.v3 .revuestarlight h3{
	background-color: #ff4151;
	height: 70px;
	padding-top: 20px;
	text-align: center;
 }
	.v3 .revuestarlight .box{
	width: 840px;
	position: relative;
	margin:0 auto;
 }
	.v3 .revuestarlight .txt{
	background: url(../../resources/img/txt_about_starlight.png) center top no-repeat;
	width: 630px;
	height: 590px;
	right: 100px;
	top: 1200px;
	position: absolute;
 }
.v3 .revuestarlight .bnr{
	background: url(../../resources/img/bnr_starlight01.png) center top no-repeat;
	width: 800px;
	height: 242px;
	right: 20px;
	top: 1840px;
	position: absolute;
 }
.v3 .revuestarlight .bnr2{
	background: url(../../resources/img/bnr_starlight02.png) center top no-repeat;
	width: 800px;
	height: 242px;
	right: 20px;
	top: 2110px;
	position: absolute;
 }
	.v3 .abouttxt p {
	margin: 40px 0;

 }
	.v3 .dolls{
	background: url(../../resources/img/img_about_ptd.png) center top 90px no-repeat;
	display: block;
	position: relative;
	text-align: center;
	height: 1126px;
	margin: 40px 0 0 ;
	zoom:0.8;
 }
	.v3 .dolls .box{
	width: 840px;
	position: relative;
	margin:0 auto;
 }
	.v3 .dolls h3{
	background-color: #8917aa;
	height: 70px;
	padding-top: 20px;
	text-align: center;
 }
	.v3 .dolls .txt{
	background: url(../../resources/img/txt_about_ptd.png) center top no-repeat;
	width: 593px;
	height: 274px;
	right: 130px;
	top: -310px;
	position: absolute;
 }
 .v3 .dolls .dl-btn{
	width: 514px;
	right: 160px;
	top: 10px;
	position: absolute;
 }
 .v3 .dolls	.ptdsite{
	margin-top: 952px;
}
.to-top-btn {
	background: url(../../resources/img/btn_pagetop.png) no-repeat;
	width: 206px;
	height: 101px;
	-webkit-transition: 0.2s;
	transition: 0.2s;

	margin: 60px auto 0;
	display: block;
 }
.copy-right {
	background: #fff;
	border-top: 1px solid #b88d69;
	font-size: 12px;
	text-align: center;
	padding: 29px 0;
}

.copy-right p:nth-child(1) {
	margin-bottom: 22px;
	}

.copy-right p:nth-child(2) {
	margin-bottom: 12px;
	}

@media screen and (min-width: 641px) {
		.fv .campaign-btn:hover {
				opacity: 0.7;
	}
		.to-top-btn :hover {
				opacity: 0.7;
	}
		.dl-btn a:hover {
				opacity: 0.7;
	}
		.v2 .about-box a:hover {
				opacity: 0.7;
	}
		.v3 .about-box a:hover {
				opacity: 0.7;
	}
		.fv .pv a:hover {
				opacity: 0.7;

	}
}

.notice{
	font-size: 12px;
	text-align: center;
	padding: 130px 0 40px;
	line-height: 1.6;
	color: #fff;
}
.notice span{display: inline-block;}


@media screen and (max-width: 640px) {

	.notice{font-size: 18px;}

	.fv {
	position: relative;
	}

	.fv .wrapper {
	position: relative;
	height: 1294px;
	zoom: 1;
	background: url("../../resources/img/line_fv.png") center bottom repeat-x;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.fvbg {
	background: url("../../resources/img/bg_fv_sp.png") center top no-repeat;
	height: 1294px;
	zoom: 1;
	}
	.fv h1 {
	position: absolute;
	left: -0px;
	top: 500px;
	}
	.fv .video {
	position: absolute;
	}
	.fv .date {
	margin-bottom: 20px;
	position: absolute;
	left: 80px;
	top: 990px;
	}

	.fv .campaign-btn {
	background: url("../../resources/img/fv_cpn.png") no-repeat center top;
	width: 597px;
	height: 195px;
	position: relative;
	left: -470px;
	top: 1046px;
	}
	/* --------------------------------fv-------------------------------------------- */

	/*--------------collabo01----------*/

	.v1 .collabo01 {
	background: url("../../resources/img/line_fv.png") center top repeat-x,url(../../resources/img/line_fv.png) center bottom repeat-x;
	display: block;
	text-align: center;
	padding: 46px 0 60px;
	margin: 0 auto;
	zoom: 1;
	height: 1990px;
	}

	.v1 .collabo01 h3 {
	position: relative;
	margin-bottom: 30px;
	}
	.v1 .collabo01 .movie {
	background: url("../../resources/img/thumb_play.png") center top no-repeat;
	position: absolute;
	top: 1034px;
	left: 38px;
	width: 580px;
	height: 339px;

	}
	.v1 .collabo01 .img {
	background: url("../../resources/img/img_collabo01_01_sp.png") center top no-repeat;
	height: 1014px;
	width: 640px;
	margin: 61px auto;
	position: relative;
	}
	.v1 .collabo01 .img2 {
	background: url("../../resources/img/img_collabo01_02_sp.png") center top no-repeat;
	height: 470px;
	width: 580px;
	top: 327px;
	left: 4px;
	position: relative;
	}

	/*--------------collabo02----------*/
	.v1 .collabo02 {
	background-color: #ff4151;
	zoom: 1;
	height: 1160px;
	}
	.v1 .collabo02 .txt {
	background: url("../../resources/img/img_collabo02_01_sp.png") center top no-repeat;
	position: absolute;
	top: 80px;
	left: 10px;
	}
	.v1 .collabo02 .img {
	background: url("../../resources/img/img_collabo02_02.png") center top no-repeat;
	position: absolute;
	top: 338px;
	left: 45px;
	width: 551px;
	height: 750px;
	}
	.v1 .collabo02 .box {
	margin: 0 auto;
	width: 1228px;
	height: 890px;
	position: relative;
	}

	/*--------------collabo02----------*/
	/*--------------collabo03----------*/
	.v1 .collabo03 {
	background: url("../../resources/img/line_fv.png") center top repeat-x,url(../../resources/img/line_fv.png) center bottom repeat-x;
	padding: 40px 0 110px;
	margin: 0 auto;
	zoom: 1;
	position: relative;
	height: 2360px;
	}
	.v1 .collabo03 .bg {
	background: #ff4151;
	width: 100%;
	height: 282px;
	position: absolute;
	top: 300px;

	}
	.v1 .collabo03 .title {
	background: url("../../resources/img/img_collabo03_01.png") center top no-repeat;
	position: absolute;
	top: 70px;
	left: 30px;
	width: 376px;
	height: 50px;
	}
	.v1 .collabo03 .txt {
	background: url("../../resources/img/img_collabo03_02.png") center top no-repeat;
	position: absolute;
	top: 140px;
	left: 20px;
	width: 595px;
	height: 85px;
	}
	.collabo03 .slide-btn-box1 {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	width: 620px;
	position: relative;
	top: 280px;
	left: 18px;
	}
	.collabo03 .slider1 {
	width: 590px;
	height: 742px;
	position: relative;
	top: 300px;
	left: 36px;
	}
	.v1 .collabo03 .img {
	background: url("../../resources/img/img_collabo03_03.png") center top no-repeat;
	position: absolute;
	top: 1672px;
	left: 70px;
	width: 511px;
	height: 694px;
	}
	.v1 .collabo03 .box1 {
	text-align: center;
	margin: 0 auto;
	width: 1290px;
	height: 1320px;
	position: relative;
	}
	.v1 .collabo03 .box1 .movie {
	background: url("../../resources/img/thumb_skill.png") center top no-repeat;
	width: 580px;
	height: 340px;
	position: absolute;
	top: 1296px;
	right: 680px;
	}

	/*--------------collabo03----------*/
	/*--------------collabo04----------*/
	.v1 .collabo04 {
	background: url("../../resources/img/line_fv.png") center bottom repeat-x ,#ff4151;
	zoom: 1;
	height: 1950px;
	}
	.v1 .collabo04 .box1 {
	text-align: center;
	padding-top: 40px;
	margin: 0 auto;
	width: 1290px;
	height: 1130px;
	position: relative;
	}
	.v1 .collabo04 .txt {
	background: url("../../resources/img/img_collabo04_01_sp.png") center top no-repeat;
	width: 592px;
	height: 181px;
	}
	.v1 .collabo04 .img {
	background: url("../../resources/img/img_collabo04_02.png") center top no-repeat;
	position: absolute;
	top: 300px;
	left: 30px;
	width: 593px;
	height: 757px;
	}
	.v1 .collabo04 .img2 {
	background: url("../../resources/img/img_collabo04_03.png") center top no-repeat;
	position: absolute;
	top: 1070px;
	left: 32px;
	width: 582px;
	height: 758px;

	}

	/*--------------collabo04----------*/
	/* --------------------------------v2-------------------------------------------- */
	.v2 {
	zoom: 1;
	}
	.v2 h2 {
	background-color: #000000;
	height: 90px;
	position: relative;
	text-align: center;
	padding-top: 24px;
	}
	.v2 .cpn01ttl {
	background-color: #ff4151;
	position: relative;
	text-align: center;
	padding: 16px 0;
	}
	.v2 .cpn02ttl {
	background-color: #af4edc;
	position: relative;
	text-align: center;
	padding: 16px 0;
	}
	.v2 .about-box {
	background-color: #000000;
	text-align: center;

	}

	/* --------------------------------cpn01-------------------------------------------- */
	.v2 .cpn01 {
	background: url("../../resources/img/line_cpn_sp.png") center top repeat-x,url(../../resources/img/line_cpn_sp.png) center bottom repeat-x;
	position: relative;
	margin: 5px 0;
	padding: 20px 0;
	}
	.v2 .cpn01 p {
	display: none;
	}
	.v2 .cpn01 h4 {
	background: url("../../resources/img/bg_cpn_sttl.png");
	padding: 12px 0;
	text-align: center;
	}
	.v2 .cpn01 .img {
	background: url("../../resources/img/img_cpn01_sp.png") center top no-repeat;
	width: 584px;
	height: 422px;
	margin: 60px auto 5px;

	}
	.v2 .cpn01 .comp {
	background: url("../../resources/img/img_cpn01_comp.png") center top no-repeat;
	width: 272px;
	height: 117px;
	margin: 40px auto;

	}
	.v2 .follow-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.v2 .cpn-box1 .follow-btn a {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	}

	.v2 .follow-btn .tw-ptd-btn {
	background: url("../../resources/img/btn_follow.png") no-repeat;
	width: 490px;
	height: 102px;
	}
	.v2 .tweet-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.v2 .tweet {
	width: 400px;
	margin: 15px 8px 40px;
	}
	.v2 .cpn01 .txt {
	/*background: url("../../resources/img/txt_cpn01.png") no-repeat;*/
	width: 603px;
	height: 31px;
	margin: 30px auto;
	}
	.v2 .tw-tag-btn {
	background: url("../../resources/img/btn_tweet.png") no-repeat;
	width: 527px;
	height: 135px;
	margin: 15px 0 50px;
	}
	.v2 .cpnend {
	background: url("../../resources/img/text_cpend.png") no-repeat;
	width: 655px;
	height: 45px;
	margin: 35px auto 40px;
	}

	/* --------------------------------cpn02-------------------------------------------- */
	.v2 .cpn02 {
	background:url(../../resources/img/line_cpn_sp.png) center top repeat-x,url(../../resources/img/line_cpn_sp.png) center bottom repeat-x;margin: 5px 0;
	padding: 20px 0 135px;
	}
	.v2 .cpn02 p {
	display: none;
	}
	.v2 .cpn02 h4 {
	background: url("../../resources/img/bg_cpn_sttl.png") no-repeat;
	padding: 12px 0;
	text-align: center;
	}
	.v2 .cpn02 .img {
	background: url(../../resources/img/img_cpn02_sp.png)no-repeat;
	width: 605px;
	height: 581px;
	margin: 60px auto 5px;

	}
	.v2 .cpn02 .txt {
	/*background: url("../../resources/img/txt_cpn01.png") no-repeat;*/
	width: 603px;
	height: 31px;
	margin: 30px auto;
	}

	/* --------------------------------flow-------------------------------------------- */

	.v2 .flow {
	position: relative;
	text-align: center;
	}
	.v2 .flow h3 {
	text-align: center;
	background-color: #000000;
	border-bottom: solid 2px #ff2dc1;
	border-top: solid 2px #ff2dc1;
	padding: 12px 0;
	}
	.v2 .flow h4 {
	width: 576px;
	margin: 25px auto;
	}

	.v2 .about-box2 {
	background: url("../../resources/img/bg_present02.png") no-repeat top 200px center, #FFF;
	border: #fe5e8f solid 4px;
	border-radius: 20px;
	display: block;
	width: 884px;
	margin: 20px auto 60px;
	position: relative;
	text-align: center;
	top: 200px;
	padding-bottom: 20px;
	}

	.v2 .abouttxt {
	margin: 25px 0;
	}
	.v2 .abouttxt_s {
	margin: 45px 0;
	}

	.v2 .about-box h4 {
	text-align: center;
	}

	.v2 .about-box .txt {
	margin-top: 30px;
	}
	.v2 .about-box .txtdone {
	margin-top: 20px;
	z-index: 100;
	}
	.v2 .about-box .flowbox {
	text-align: center;
	position: relative;
	padding: 15px 20px;
	}
	.v2 .about-box .flowbox2 {
	text-align: center;
	position: relative;
	padding: 15px 20px 20px;
	}
	.v2 .about-box .flowbox2 .step {
	margin-top: 50px;

	}
	.v2 .about-box .flowbox {
	text-align: center;
	position: relative;
	padding: 15px 0 0;
	}
	.v2 .about-box .flowbox .step {}
	.v2 .about-box .flowbox .img {
	position: relative;
	top: 15px;
	margin-bottom: 20px;
	}
	.v2 .about-box .txt {}
	.v2 .about-box .txt2 {
	margin: 15px 0;
	}

	.v2 .about-box .cpn01sttl {
	background-color: #ff2dc1;
	margin-top: 30px;
	padding: 15px 0;
	}
	.v2 .about-box .cpn01stt2 {
	background-color: #9052d6;
	margin-top: 30px;
	padding: 15px 0;
	}
	.v2 .about-box .tweet-box02 {
	background-color: #f4eaff;
	padding: 16px 20px;
	}

	.v2 .tw-rt-btn {
	background: url("../../resources/img/btn_RT.png") no-repeat;
	width: 490px;
	height: 102px;
	margin-top: 40px;
	}
	.v2 .about-box .flowbox .txt3 {
	position: absolute;
	right: 40px;
	top: 100px;
	}
	.v2 .flow .detail02 {
	position: relative;
	}

	.v2 .detail02 {
	width: 640px;
	margin: 0 auto;
	position: relative;
	}

	.v2 .detail02 .txt {
	margin-top: 30px;
	}
	.v2 .detail02.img {
	margin-top: 30px;
	}
	.v2 .detail02 .flow {
	background-image: url("../../resources/img/bg_ptn5.png");
	text-align: center;
	}
	.v2 .detail02 .step {
	margin-top: 56px;
	}
	.v2 .detail02 .flowbox .img {}
	.v2 .detail02 .txt {
	margin-top: 30px;
	}

	.dl-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px 0 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}

	.dl-btn a {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	pointer-events: none;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	opacity: 0.5;
	}
	.dl-btn a:hover {
	opacity: 1;
	}

	.dl-btn .app-btn {
	background: url("../../resources/img/v5_app_btn_864be6f3531087cbfe897641f675b0b1.png") no-repeat;
	width: 282px;
	height: 83px;
	zoom: 0.9;

	margin-right: 22px;
	}
	.dl-btn .google-btn {
	background: url("../../resources/img/v5_google_btn_04aadb4a00aa4e0d700726b440ad7968.png") no-repeat;
	width: 282px;
	height: 83px;
	zoom: 0.9;
	}
	.v2 .about-box a {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	font-size: 22px;

	color: #1b77d6;
	text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
	}

	/* --------------------------------info-------------------------------------------- */
	.v2 .cpn-info {
	padding-top: 50px;
	border-top: 4px #ff4151 solid;

	}
	.v2 .cpn-info h3 {
	text-align: center;
	}
	.v2 .cpn-info .wp {
	background-color: #000;
	border: 1px #fff solid;
	position: relative;
	width: 580px;
	margin: 30px auto 40px;
	zoom: 1;
	}
	.v2 .cpn-info .notes {
	height: 300px;
	}
	.v2 .cpn-info .notes p {
	text-align: left;
	color: #fff;
	font-size: 19px;
	line-height: 1.6;
	height: 260px;
	margin: auto;
	overflow-y: scroll;
	padding: 10px;
	}
	.v2 .cpn-info h3 {
	text-align: center;

	padding: 12px 0;
	margin-top: 0 !important;
	}
	.v2 .Impress {
	background-color: #603675;
	height: 176px;
	position: relative;
	text-align: center;
	padding: 40px 0 76px;
	margin-top: 40px;
	}
	.v2 .Impress .tweetcp {
	background: url("../../resources/img/btn_tweet.png") no-repeat;
	width: 490px;
	height: 102px;
	}

	/* --------------------------------v2-------------------------------------------- */
	/* --------------------------------v3-------------------------------------------- */
	.v3 {
	background: url("../../resources/img/bg_about.png") center top fixed ,#000;
	}
	.v3 h2 {
	background-color: #000000;
	height: 104px;
	position: relative;
	text-align: center;
	padding-top: 24px;
	}

	.v3 .about-box {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	}

	.v3 .revuestarlight {
	background: url("../../resources/img/img_about_starlight_sp.png") center top 88px no-repeat;
	display: block;
	position: relative;
	text-align: center;
	height: 2090px;
	margin: 0 auto;
	zoom: 1;
	}
	.v3 .revuestarlight .box {
	width: 640px;
	position: relative;
	margin: 0 auto;
	}
	.v3 .revuestarlight h3 {
	background-color: #ff4151;
	height: 70px;
	padding-top: 20px;
	text-align: center;
	}
	.v3 .revuestarlight .txt {
	background: url("../../resources/img/txt_about_starlight_sp.png") center top no-repeat;
	width: 564px;
	height: 577px;
	right: 36px;
	top: 970px;
	position: absolute;
	}
	.v3 .revuestarlight .bnr {
	background: url("../../resources/img/bnr_starlight01_sp.png") center top no-repeat;
	width: 580px;
	height: 174px;
	right: 30px;
	top: 1600px;
	position: absolute;
	}
	.v3 .revuestarlight .bnr2 {
	background: url("../../resources/img/bnr_starlight02_sp.png") center top no-repeat;
	width: 580px;
	height: 174px;
	right: 30px;
	top: 1800px;
	position: absolute;
	}
	.v3 .abouttxt p {
	margin: 40px 0;

	}
	.v3 .dolls {
	background: url("../../resources/img/img_about_ptd_sp.png") center top 90px no-repeat;
	display: block;
	position: relative;
	text-align: center;
	height: 1126px;
	margin: 40px 0 0;
	zoom: 1;
	}
	.v3 .dolls .box {
	width: 640px;
	position: relative;
	margin: 0 auto;
	}
	.v3 .dolls h3 {
	background-color: #8917aa;
	height: 70px;
	padding-top: 20px;
	text-align: center;
	}
	.v3 .dolls .txt {
	background: url("../../resources/img/txt_about_ptd.png") center top no-repeat;
	width: 593px;
	height: 274px;
	right: 30px;
	top: -340px;
	position: absolute;
	}
	.v3 .dolls .dl-btn {
	width: 514px;
	right: 60px;
	top: 14px;
	position: absolute;
	}
	.v3 .dolls .ptdsite {
	margin-top: 933px;
	}

}
</pre></body></html>