@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap');
.c-footer {
	position: relative!important;
	z-index: 10!important;
}
@media screen and (max-width: 800px) {
	.c-header {
		position: relative!important;
	}
}
header, #breadcrumb, footer {
	position: relative;
	z-index: 20;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
/*common*/
#gundamdubai {
	position: relative;
	width: 100%;
	max-width: 2560px;
	margin: 0 auto;
	padding: 0;
	color: #080808;
	font-family: serif;
	background-color: #fff;
	background-image: url("../images/bgPattern.png");
	box-sizing: border-box;
}
.dispWide {
	display: block;
}
.dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) {
	.dispWide {
		display: none;
	}
	.dispNarrow {
		display: block;
	}
}
img.cover {
	width: 100%;
	height: auto;
}
img.cover + span {
	display: block;
}
.widthWrapper {
	position: relative;
	width: 94.8vw;
	margin-left: auto;
	margin-right: auto;
}
.widthWrapperNarrow {
	position: relative;
	width: 94.8%;
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
}
.insideWrapper {
	position: relative;
	width: 88.732394%;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 800px) {
	.widthWrapper,
	.widthWrapperNarrow {
		width: 96%;
		max-width: inherit;
	}
	.insideWrapper {
		width: 92%;
		max-width: inherit;
	}
}
/*YouTube*/
.movieWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.movieWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movieWrapper span,
.movieWrapper span img,
.movieWrapper span span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movieWrapper span {
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.movieWrapper.hover span {
	background-color: rgba(0,0,0,0.2);
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.movieWrapper span span {
	display: block;
	background-image: url("../images/_00svg/btnPlay.svg");
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12.6% auto;
	cursor: pointer!important;
}
.movieWrapper.hover span span {
	background-size: 14% auto;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	cursor: pointer!important;
}
@media screen and (max-width: 800px) {
	.movieWrapper {
		width: 100%;
		padding-top: 56.25%;
	}
	.movieWrapper span span {
		background-size: 24% auto;
	}
}
/*flex*/
.flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
.flexBlockColumn {
	flex-direction: column;
}
.flexBlockStart {
	justify-content: flex-start;
}
.flexBlockEnd {
	justify-content: flex-end;
}
.flexBlockAround {
	justify-content: space-around;
}
.flexBlockCenter {
	justify-content: center;
}
.flexAlignCenter {
	align-items: center;
}
.flexBlock .flexSplit {
	width: 50%;
}
@media screen and (max-width: 800px) {
	.flexBlock .flexSplit {
		width: 80%;
	}
}
a {
	position: relative;
	display: inline-block;
	color: #1daafa;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.hover {
	color: #1daafa;
	text-decoration: none;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
a.hoverImage {
	opacity: 1;
}
a.hover.hoverImage {
	opacity: 0.8;
}
.btn > a {
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
	text-decoration: none!important;
	background-color: #db1a3e;
	background: linear-gradient(90deg, #ad1d36 0%, #db1a3e 25%, #ad1d36 50%, #db1a3e 75%, #ad1d36 100%);
	background-position: right center;
	background-size: 200% auto;
	overflow: hidden;
}
.btn > a.hover {
	background-position: left 33.333333% center;
}
.btn > a > span {
	display: block;
	position: relative;
	width: 100%;
	/*
	height: 100%;
	*/
	padding: 1em;
	box-sizing: border-box;
}
.btn > a > span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	width: 1em;
	height: 1em;
	background-image: url("../images/_00svg/arrowWhite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn > a.hover > span::after {
	right: 0.5em;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.goToTop {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 4vw;
	max-width: 60px;
	height: 4vw;
	max-height: 60px;
}
.goToTop > a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #d51a3d;
	background-image: url("../images/_00svg/arrowWhite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% auto;
	transform: rotate(-90deg);
}
@media screen and (max-width: 800px) {
	.btn > a {
		width: 100%;
	}
	.goToTop {
		width: 10vw;
		height: 10vw;
	}
}
.bgBlack {
	background-color: #000;
}
.bgGray {
	background-color: #ededed;
}
.bgGradient {
	background-color: #db1a3e;
	background: linear-gradient(90deg, #ad1d36 0%, #db1a3e 50%, #ad1d36 100%);
}
.bgGradientClip {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #db1a3e;
	background: linear-gradient(90deg, #ad1d36 0%, #db1a3e 50%, #ad1d36 100%);
	z-index: 1;
}
.bgGradientBlack {
	background-color: #db1a3e;
	background: linear-gradient(0deg, #191919 0%, #0a0a0a 100%);
}
/*default*/
.textDarkGray {
	color: #080808;
}
.textWhite {
	color: #fff;
}
.textBlack {
	color: #000;
}
.textRed {
	color: #de0d34;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.fontEn {
	font-family: 'Teko', sans-serif;
}
.text200 {
	font-size: 200px;
}
.text120 {
	font-size: 120px;
}
.text100 {
	font-size: 100px;
}
.text80 {
	font-size: 80px;
}
.text58 {
	font-size: 58px;
}
.text40 {
	font-size: 40px;
}
.text24 {
	font-size: 24px;
}
.text20 {
	font-size: 20px;
}
.text15 {
	font-size: 15px;
}
.text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.text200 {
		font-size: 13.333333vw;
	}
	.text120 {
		font-size: 8vw;
	}
	.text100 {
		font-size: 6.666666vw;
	}
	.text80 {
		font-size: 5.333333vw;
	}
	.text58 {
		font-size: 3.866666vw;
	}
	.text40 {
		font-size: 2.666666vw;
	}
	.text24 {
		font-size: 1.6vw;
	}
	.text20 {
		font-size: 1.333333vw;
	}
	.text15 {
		font-size: 1vw;
	}
}
@media screen and (max-width: 800px) {
	.text200 {
		font-size: 14vw;
	}
	.text120 {
		font-size: 18vw;
	}
	.toggleBtn .text120 {
		font-size: 12vw;
	}
	.text100 {
		font-size: 12vw;
	}
	.text80 {
		font-size: 5vw;
	}
	.text58 {
		font-size: 4.5vw;
	}
	.text40 {
		font-size: 3.8vw;
	}
	.text24 {
		font-size: 3.38vw;
	}
	.text20 {
		font-size: 3vw;
	}
	.text15 {
		font-size: 2.5vw;
	}
}
.marginTopHalf {
	margin-top: 0.5em!important;
}
.marginTop1 {
	margin-top: 1em!important;
}
.marginTop2 {
	margin-top: 2em!important;
}
.marginTop3 {
	margin-top: 3em!important;
}
.marginTop4 {
	margin-top: 4em!important;
}
.marginTop5 {
	margin-top: 5em!important;
}
.marginTop6 {
	margin-top: 6em!important;
}
.paddingVertical1 {
	padding-top: 1em!important;
	padding-bottom: 1em!important;
}
.paddingVertical2 {
	padding-top: 2em!important;
	padding-bottom: 2em!important;
}
.lineHeight100 {
	line-height: 1;
}
.lineHeight110 {
	line-height: 1.1;
}
.lineHeight150 {
	line-height: 1.5;
}
.lineHeight185 {
	line-height: 1.85;
}
.lineHeight200 {
	line-height: 2;
}
.sectionTitle {
	position: relative;
}
.sectionTitle::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
}
.sectionTitle.textRed::before {
	background-color: #de0d34;
}
.sectionTitle.textWhite::before {
	background-color: #fff;
}
.alignRight .sectionTitle::before {
	left: inherit;
	right: 0;
}
/*layout*/
.contents {
	position: relative;
	width: 100vw;
	z-index: 10;
}
/*kv*/
#kv {
	position: relative;
	width: 100%;
	padding-top: 43.203125%;
	background-image: url("../images/_01kvWide/kvBg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#kv > h2,
#kv > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#kv > .catch01 {
	background-image: url("../images/_01kvWide/catch01.png");
}
#kv > .catch02 {
	background-image: url("../images/_01kvWide/catch02.png");
}
#kv > .catch01 {
	background-image: url("../images/_01kvWide/catch01.png");
}
#kv > .gundamBack {
	background-image: url("../images/_01kvWide/gundamBack.png");
}
#kv > .gundamFront {
	background-image: url("../images/_01kvWide/gundamFront.png");
}
#kv > .icons {
	background-image: url("../images/_01kvWide/icons.png");
}
#kv > .name01 {
	background-image: url("../images/_01kvWide/name01.png");
}
#kv > .name02 {
	background-image: url("../images/_01kvWide/name02.png");
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#kv {
		background-image: url("../images/_01kvMiddle/kvBg.jpg");
	}
	#kv > .catch01 {
		background-image: url("../images/_01kvMiddle/catch01.png");
	}
	#kv > .catch02 {
		background-image: url("../images/_01kvMiddle/catch02.png");
	}
	#kv > .catch01 {
		background-image: url("../images/_01kvMiddle/catch01.png");
	}
	#kv > .gundamBack {
		background-image: url("../images/_01kvMiddle/gundamBack.png");
	}
	#kv > .gundamFront {
		background-image: url("../images/_01kvMiddle/gundamFront.png");
	}
	#kv > .icons {
		background-image: url("../images/_01kvMiddle/icons.png");
	}
	#kv > .name01 {
		background-image: url("../images/_01kvMiddle/name01.png");
	}
	#kv > .name02 {
		background-image: url("../images/_01kvMiddle/name02.png");
	}
}
@media screen and (max-width: 800px) {
	#kv {
		padding-top: 190%;
		background-image: url("../images/_01kvNarrow/kvBg.jpg");
	}
	#kv > .catch01 {
		background-image: url("../images/_01kvNarrow/catch01.png");
	}
	#kv > .catch02 {
		background-image: url("../images/_01kvNarrow/catch02.png");
	}
	#kv > .catch01 {
		background-image: url("../images/_01kvNarrow/catch01.png");
	}
	#kv > .gundamBack {
		background-image: url("../images/_01kvNarrow/gundamBack.png");
	}
	#kv > .gundamFront {
		background-image: url("../images/_01kvNarrow/gundamFront.png");
	}
	#kv > .icons {
		background-image: url("../images/_01kvNarrow/icons.png");
	}
	#kv > .name01 {
		background-image: url("../images/_01kvNarrow/name01.png");
	}
	#kv > .name02 {
		background-image: url("../images/_01kvNarrow/name02.png");
	}
}

/*about*/
#about {
	padding: 3.5em 0 0;
	overflow: hidden;
}
#about .sectionTitle {
	position: absolute;
	top: 0;
	left: 0;
}
#about .bgGradientClip {
	bottom: -20%;
	padding-top: 40%;
	transform: skewY(-4deg);
}
#about .bgGundam {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: url("../images/_02about/photo.png");
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 2;
}
#about .contentsWrapper {
	position: relative;
	width: 60.32%;
	z-index: 5;
}
#about .widthWrapper + div {
	position: relative;
	padding-bottom: 10em;
	background-image: url("../images/_02about/illust.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 38% auto;
	z-index: 4;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#about .bgGundam {
		background-size: 166.666666% auto;
	}
}
@media screen and (max-width: 800px) {
	#about .sectionTitle {
		position: relative;
	}
	#about .bgGradientClip {
		bottom: -5%;
		padding-top: 60%;
		transform: skewY(-4deg);
	}
	#about .bgGundam {
		position: absolute;
		top: 0;
		left: inherit;
		right: 0;
		width: 100%;
		background-size: 130% auto;
		background-position: right -6.5em top -4em;
	}
	#about .contentsWrapper {
		width: 100%;
		margin-top: 19em;
	}
	#about .widthWrapper + div {
		position: relative;
		padding-bottom: 30em;
		background-image: url("../images/_02about/illust.png");
		background-position: left bottom -5em;
		background-repeat: no-repeat;
		background-size: 100% auto;
		z-index: 4;
	}
	#about .widthWrapper + div .insideWrapper {
		margin-top: 0.25em!important;
	}
	#about .widthWrapper + div .contentsWrapper {
		margin-top: 0;
	}
}
/*toggleBtn*/
.toggleBtn {
	position: relative;
	height: 40vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	cursor: pointer;
}
.toggleBtn .insideWrapper {
	height: 40vw;
}
.toggleBtn .insideWrapper .catch {
	width: 63.5%;
	margin-left: auto;
}
.btnIcon > span {
	position: relative;
	display: inline-block;
	padding-bottom: 2.5em;
}
.btnIcon.btnIconClose > span {
	cursor: pointer;
}
.btnIcon > span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2em;
	background-image: url("../images/_00svg/arrowBlack.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(90deg);
}
.btnIcon.textWhite > span::before {
	background-image: url("../images/_00svg/arrowWhite.svg");
}
.btnIcon.btnIconClose > span::before {
	transform: rotate(-90deg);
}
.toggleContents {
	display: none;
	position: relative;
}
@media screen and (max-width: 800px) {
	.toggleBtn,
	.toggleBtn .insideWrapper {
		height: 70vw;
	}
	.toggleBtn .insideWrapper .catch {
		width: 100%;
	}
}
/*history*/
#history .toggleBtn {
	background-image: url("../images/_03history/kvWide.jpg");
}
#history .toggleBtn .bgGradientClip {
	bottom: -18%;
	padding-top: 10%;
	transform: skewY(3deg);
}
#history .historyContents {
	position: relative;
	padding-bottom: 4em;
	overflow: hidden;
}
#history .historyContents + .historyContents {
	margin-top: 1em;
}
#history .historyContents::before {
	content: "";
	position: absolute;
	top: 3em;
	right: 1.5em;
	width: 4px;
	height: 100%;
	background-color: #fff;
}
#history .historyContents::after {
	content: "";
	position: absolute;
	top: 3em;
	right: 0.9em;
	width: 1.5em;
	height: 1.5em;
	background-color: #fff;
	border-radius: 3em;
}
#history #timeline2021.historyContents::before {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 87.5%);
}
#history .historyContents.alignRight::before {
	left: 1.5em;
	right: inherit;
}
#history .historyContents.alignRight::after {
	left: 0.9em;
	right: inherit;
}
#history .historyContents .timeLine h4 {
	width: 22%;
}
#history .historyContents .timeLine h5 {
	width: 67%;
	padding: 0 1em;
}
#history .historyContents.alignRight .timeLine h4 {
	order: 2;
}
#history .historyContents.alignRight .timeLine h5 {
	order: 1;
}
#history .historyContents .flexHistory li {
	width: auto;
	height: 26.666666vw;
	max-height: 400px;
}
#history .historyContents .flexHistory li:not(:nth-child(4n + 1)) {
	margin-left: 40px;
}
#history .historyContents .flexHistory li img {
	width: auto;
	height: 100%;
}
#history #timeline2021.historyContents .catch {
	width: 57.14%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#history .toggleBtn {
		background-image: url("../images/_03history/kvMiddle.jpg");
	}
	#history .historyContents .flexHistory li:not(:nth-child(4n + 1)) {
		margin-left: 2.666666vw;
	}
}
@media screen and (max-width: 800px) {
	#history .toggleBtn {
		background-image: url("../images/_03history/kvNarrow.jpg");
	}
	#history .toggleBtn .bgGradientClip {
		bottom: -23%;
		padding-top: 20%;
	}
	#history .historyContents {
		padding-bottom: 2em;
	}
	#history .historyContents::before {
		top: 2em;
		right: 0.6em;
		width: 3px;
	}
	#history .historyContents::after {
		top: 2em;
		right: 0;
	}
	#history .historyContents.alignRight::before {
		left: 0.6em;
		right: inherit;
	}
	#history .historyContents.alignRight::after {
		left: 0;
		right: inherit;
	}
	#history .historyContents .flexHistory {
		margin-top: 2em!important;
	}
	#history .historyContents .flexHistory li {
		width: auto;
		height: 48vw;
		max-height: inherit;
		margin: 1em 1vw 0;
	}
	#history .historyContents .flexHistory li:not(:nth-child(4n + 1)) {
		margin-left: 1vw;
	}
	#history .historyContents .timeLine h4 {
		width: 23.2%;
	}
	#history .historyContents .timeLine h5 {
		width: 73.7%;
		padding: 0 1em;
		box-sizing: border-box;
	}
	#history #timeline2021.historyContents .catch {
		width: 80%;
	}
}
/*interview*/
#interview .toggleBtn {
	background-image: url("../images/_04interview/kvWide.jpg");
}
#interview .toggleBtn .bgGradientClip {
	top: -18%;
	padding-top: 10%;
	transform: skewY(3deg);
}
#interview .flexInterviewPhoto {
	width: 96%;
	max-width: 1440px;
}
#interview .flexInterviewPhoto.flexBlockEnd {
	margin-left: auto;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#interview .toggleBtn {
		background-image: url("../images/_04interview/kvMiddle.jpg");
	}
}
@media screen and (max-width: 800px) {
	#interview .toggleBtn {
		background-image: url("../images/_04interview/kvNarrow.jpg");
	}
	#interview .toggleBtn .bgGradientClip {
		top: -23%;
		padding-top: 20%;
	}
	#interview .flexInterviewPhoto .flexSplit {
		width: 50%;
	}
}
/*point*/
#point {
	padding: 3.5em 0 0;
	overflow: hidden;
}
#point .sectionTitle {
	position: absolute;
	top: 0;
	left: 0;
}
#point .articleTitle > span {
	display: block;
}
#point .widthWrapper,
#point .widthWrapper .insideWrapper {
	height: 100%;
}
#point .secColor {
	height: 81.2vw;
	max-height: 1218px;
	background-image: url("../images/_05point/01color.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
#point .secColor .articleTitle {
	background-image: url("../images/_05point/title.svg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 20% auto;
}
#point .secColor p {
	position: absolute;
	right: 0;
	bottom: 1em;
	width: 34%;
}
#point .secAction {
	height: 73.333333vw;
	max-height: 1100px;
	background-image: url("../images/_05point/02action.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
#point .secAction p {
	position: absolute;
	right: 0;
	bottom: 1em;
	/*
	width: 52%;
	*/
	width: 53%;
}
#point .secPackage .flexBlock {
	height: 28.6vw;
	max-height: 360px;
}
#point .secPackage .flexBlock li,
#point .secPackage .flexBlock li img {
	width: auto;
	height: 28.6vw;
	max-height: 360px;
}
#point .secPackage .flexBlock li + li {
	margin-left: 2em;
}
#point .secSticker {
	position: relative;
}
#point .secSticker .articleTitle {
	position: absolute;
	top: 0;
	left: 0;
}
#point .secSticker .photo {
	width: 50%;
	max-width: 630px;
	margin-left: auto;
}
#point .secSticker p {
	width: 50%;
	max-width: 775px;
	margin-left: auto;
}
#point .secLeaflet .flexBlock li {
	width: 40%;
	max-width: 500px;
}
#point .secLeaflet .flexBlock li + li {
	margin-left: 2em;
}
@media screen and (max-width: 800px) {
	#point .secColor {
		height: 120vw;
		background-position: center top 7em;
	}
	#point .secColor .articleTitle {
		background-size: 26% auto;
	}
	#point .secColor p {
		bottom: 2em;
		width: 100%;
	}
	#point .secAction {
		height: 96vw;
		background-position: center top;
	}
	#point .secAction p {
		bottom: 2em;
		width: 100%;
	}
	#point .secPackage .flexBlock {
		height: 34vw;
		max-height: inherit;
		margin-top: 1em;
	}
	#point .secPackage .flexBlock li,
	#point .secPackage .flexBlock li img {
		height: 34vw;
		max-height: inherit;
	}
	#point .secPackage .flexBlock li + li {
		margin-left: 2vw;
	}
	#point .secSticker .articleTitle {
		position: relative;
	}
	#point .secSticker .photo {
		width: 80%;
		max-width: inherit;
		margin-top: 1em;
		margin-left: auto;
		margin-right: auto;
	}
	#point .secSticker p {
		width: 100%;
		max-width: inherit;
		margin-left: auto;
	}
	#point .secLeaflet .flexBlock li {
		width: 49%;
		max-width: inherit;
	}
	#point .secLeaflet .flexBlock li + li {
		margin-left: 2%;
	}
}
/* gallery */
#gallery .title > span {
	display: inline-block;
}
#gallery .title > span + span {
	position: relative;
	padding-left: 1em;
}
#gallery .title > span + span::before {
	content: "";
	position: absolute;
	left: 0.5em;
	top: 50%;
	width: 4px;
	height: 1em;
	background-color: #de0d34;
	transform: translateY(-50%);
}
#gallery .gallerySlider,
#gallery .gallerySlider,
#gallery .gallerySlider .slick-list .slide {
	width: 100%;
	height: 55vw;
	max-height: 1200px;
	overflow: hidden;
}
#gallery .gallerySlider .slick-list .slide {
	width: 55vw;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#gallery .gallerySlider .slick-list .slide.slick-active,
#gallery .gallerySlider .slick-list .slide.slick-current {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (max-width: 800px) {
	#gallery .gallerySlider,
	#gallery .gallerySlider,
	#gallery .gallerySlider .slick-list .slide {
		height: 100vw;
	}
}
.slick-list {
	z-index: 1;
}
/*dots*/
.slick-dots {
	position: absolute;
	top: 1em;
	left: 50%;
	display: block;
	width: 100vw;
	height: 4px;
	padding: 0;
	line-height: 0;
	list-style: none;
	text-align: center;
	pointer-events: none;
	transform: translateX(-50%);
	z-index: 100;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 4.8vw;
	height: 4px;
	margin: 0 0.2vw!important;
	padding: 0;
	opacity: 1!important;
	background-color: transparent!important;
	pointer-events: auto;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 4px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	outline: none;
	background-color: #515151;
	border: none;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background-color: #de0d34;
}
@media screen and (max-width: 800px) {
	.slick-dots {
		width: 92vw;
	}
	.slick-dots li {
		width: 5.2vw;
		height: 3px;
		max-width: inherit;
		margin: 0 0.5vw!important;
	}
	.slick-dots li button {
		height: 3px;
	}
}
/*pb*/
#pb .bgGradientBlack .insideWrapper {
	padding: 6em 0;
	background-image: url("../images/_07pb/bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 800px) {
	#pb .bgGradientBlack .insideWrapper {
		padding: 4em 0;
		background-size: 160% auto;
	}
}
/* sns */
.snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 1em auto;
	padding: 8px 0;
	overflow: visible;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
.snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px 0 0;
	line-height: 100%;
	display: block;
}