@charset "UTF-8";

html {
	font-size: 62.5%;
}

body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333;
	line-height: 1;
}

img {
	width: auto;
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-size: unset;
	font-weight: normal;
}

p {
	font-size: 1.5rem;
}

a {
	color: #014cff;
}

li {
	list-style-type: none;
}

.flex {
	display: flex;
}

/* header */
header .header-inner {
	display: flex;
	justify-content: center;
}

header .logo {
	display: inline-block;
	height: 100%;
}

header .logo img {
	margin: 0 auto;
}

header .inner {
	display: flex;
	justify-content: center;
}

/* 縦棒 */
/* .v-line {
	position: relative;
}

.v-line:before {
	content: "";
	display: block;
	background: #333;
	position: absolute;
	left: 50%;
	transform: translateY(0) translateX(-50%);
	-webkit- transform: translateY(0) translateX(-50%);
}

#how .v-line:before {
	background: url(../images/common/v_line01.jpg) no-repeat center top transparent;
} */

/* 背景色 */
.bg01 {
	background: #e2f2f3;
}

.bg02 {
	background: #5fc1c7;
}

.bg03 {
	background: #acb3b0;
}

.box-bg01 {
	background: #fff;
}

/* section見出し */
.section-ttl h2 {
	font-weight: 500;
	text-align: center;
}

/* リンクボタン */
.link-btn,
.submit-btn {
	background: #000;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	height: auto;
	margin: 0 auto;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	font-weight: bold;
}

.link-btn:before,
.submit-btn:before {
	content: "";
	display: block;
	background: url(../images/common/arrow01.png) no-repeat right center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
}

.link-btn:hover,
.submit-btn:hover {
	opacity: 0.8;
}

/* リンクボタン 応募終了 */
#contract .entry-btn .link_btn--apply{
	background: #e2e5e8;
	opacity: inherit;
	cursor: auto;
}

/* mv */
#mv {
}




/* footer */
#instax-footer .footer-bottom {
	background: #000;
	color: #fff;
}

#instax-footer .footer-bottom .inner {
	width: 100%;
	max-width: 1024px;
	margin: 0px auto;
	padding: 0;
}

#instax-footer .copyright {
	display: inline-block;
	color: #fff;
}

#instax-footer .footer-bottom a {
	color: #fff;
	text-decoration: none;
}

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

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.section {
		padding: 13vw 0;
	}

	.inner {
		padding: 0 15px;
	}

	/* header */
	header .inner {
		padding: 4px 15px;
	}

	header .logo {
		width: 50px;
	}

	/* 縦棒 */
	/* .v-line:before {
		width: 1px;
		height: 50px;
		top: -26px;
	}

	#how .v-line:before {
		width: 2px;
		height: 50px;
		top: -26px;
	} */

	/* 背景色 */
	.box-bg {
		width: 100%;
	}

	.box-bg01 {
		border-radius: 18px;
	}

	/* section見出し */
	.section-ttl {
		padding-bottom: 15px;
	}

	.section-ttl h2 {
		font-size: 2.4rem;
		letter-spacing: 0.18em;
	}

	/* .section-ttl.border-btm {
		border-bottom: 2px solid #000;
	} */

	/* リンクボタン */
	.link-btn {
		font-size: 4.8vw;
		letter-spacing: 0.14em;
		width: 94.2%;
		padding: 22.5px 0;
	}

	.link-btn:before,
	.submit-btn:before {
		width: 2vw;
		height: 4.25vw;
		right: 6.6vw;
	}

	/* item-box */
	.item-box {
		/* padding: 46px 0 29px; */
	}

	.item-box .item-box-inner {
		justify-content: center;
		flex-direction: column;
	}

	/* footer */
	#instax-footer .copyright {
		padding: 15px;
	}

	#instax-footer .copyright img {
		margin-right: 8px;
	}
}

@media all and (min-width: 769px) {

	.pc {
		display: block !important;
	}

	.sp {
		display: none !important;
	}

/*	section {
		padding: 0 30px;
	}*/

	.section {
		/* margin-top: 100px; */
		padding: 100px 30px;
	}

	.inner {
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}

	/* header */
	header .inner {
		padding: 14px 30px;
	}

	header .logo {
		width: 100px;
	}

	/* 縦棒 */
	/* .v-line:before {
		width: 2px;
		height: 50px;
		top: -26px;
	}

	#how .v-line:before {
		width: 2px;
		height: 50px;
		top: -26px;
	} */

	/* 背景色 */
	.box-bg {
		width: 725px;
	}

	.box-bg01 {
		border-radius: 22px;
	}

	/* section見出し */
	.section-ttl {
		padding-bottom: 30px;
	}

	.section-ttl h2 {
		font-size: 3.6rem;
		letter-spacing: 0.18em;
	}

	/* .section-ttl.border-btm {
		border-bottom: 2px solid #000;
	} */

	/* リンクボタン */
	.link-btn,
	.submit-btn {
		font-size: 1.25vw;
		letter-spacing: 0.14em;
		width: 100%;
		padding: 33px 0;
	}

	.link-btn:before,
	.submit-btn:before {
		width: 10px;
		height: 16px;
		right: 40px;
	}

	/* item-box */
	.item-box {
		/* padding: 38px 0 37px; */
	}

	.item-box .item-box-inner {
		align-items: center;
	}

	/* footer */
	#instax-footer .copyright {
		margin-right: 1em;
		padding: 15px 0;
	}

	#instax-footer .copyright img {
		margin-right: 8px;
	}
}
