@charset "UTF-8";
/* ------------------------------------

(C) 2018 NPC. All rights reserved.

------------------------------------ */

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-family:'Hiragino Kaku Gothic ProN',Verdana, Arial,'Lucida Grande', Meiryo, sans-serif;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
body:not(.sphone) {
	font-size: .92em;
}
.sphone {
	font-size: 14px;
}
header,article,footer {
	background-color: #FFFFFF;
}
a {
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:focus,a:visited {
	outline: none;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
iframe {
	display: block;
}


/* ------------------------------------
	other
------------------------------------ */
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
body:not(.sphone) .margin05 {
	margin-top: .5rem;
}
body:not(.sphone) .margin1 {
	margin-top: 1rem;
}
body:not(.sphone) .margin2 {
	margin-top: 2rem;
}
.sphone .margin05 {
	margin-top: 1.5%;
}
.sphone .margin1 {
	margin-top: 3%;
}
.sphone .margin2 {
	margin-top: 6%;
}


/* ------------------------------------------------------------------------
	キャンペーントップページ index.php
------------------------------------------------------------------------ */

/* ------------------------------------------------
	header
------------------------------------------------ */
header.main {
	position: relative;
}
header.main::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,.5);*/
}
.main h1,.main h2,.main h3 {
	overflow: hidden;
}
.main img {
	width: 100%;
	height: auto;
}
/* ------------------------------------------ */
body:not(.sphone) header.main {
	overflow: hidden;
	box-sizing: border-box;
	height: 105.88%;
	letter-spacing: -.40em;
}
body:not(.sphone) header.main>* {
	width: 50%;
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
/* ------------------------------------------ */
.sphone .main .header-right {
}


/* ------------------------------------------------
	nav
------------------------------------------------ */
nav {
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
	letter-spacing: -.40em;
	background-color: #fff;
}
nav.fixed {
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	height: 60px;
}
nav p {
	box-sizing: border-box;
	position: relative;
	width: 24%;
	height: 60px;
	margin-right: 2px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
	transition: all 220ms 0s ease-out;
}
nav p:hover,nav p:focus {
	opacity: .4;
}
nav p::before {
	content: '';
	position: absolute;
	margin: auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
nav p:not(:last-of-type)::after {
	content: '';
	position: absolute;
	z-index: 2;
	right: -1px;
	top: 0;
	bottom: 0;
	display: block;
	width: 1px;
	height: 85%;
	margin: auto;
	background-color: #000000;
}
nav p.now {
	background-color: #fff;
}
nav p.content1::before {
	background-image: url("../items/icon1.png");
}
nav p.content2::before {
	background-image: url("../items/icon2.png");
}
nav p.content3::before {
	background-image: url("../items/icon3.png");
}
nav p.content4::before {
	background-image: url("../items/icon4.png");
}
/* ------------------------------------------ */
body:not(.sphone) nav p {
	line-height: 60px;
}
body:not(.sphone) nav p::before {
	left: 4%;
	top: 0;
	bottom: 0;
	width: 1.6rem;
	height: 1.6rem;
}
/* ------------------------------------------ */
body.tablet nav p {
	font-size: 90%;
}
/* ------------------------------------------ */
body.sphone nav {
	margin-left: .1%;
}
body.sphone nav p {
	width: 24%;
	height: 50px;
	padding-top: 2.4em;
	line-height: 1rm;
	font-size: 70%;
}
body.sphone nav p::before {
	left: 0;
	right: 0;
	top: 5%;
	width: 5vw;
	height: 5vw;
}


/* ------------------------------------
	section
------------------------------------ */
article section.change-cont {
	display: none;
	padding-bottom: .5rem;
}
article h2 {
	margin-top: 2rem;
	text-align: center;
}
article h2 span {
	padding: 8px 3em;
	line-height: 1em;
	font-size: .9em;
	border-width: 1px;
	border-style: solid;
	border-radius: 21px;
}
article .change-cont h3 {
	position: relative;
	margin-bottom: .3em;
	text-align: center;
	font-size: 1.3em;
}
article .change-cont h3::before {
	content: '|';
	display: inline-block;
	margin-right: .5em;
	font-weight: normal;
	transform: rotate(-30deg);
}
article .change-cont h3::after {
	content: '|';
	display: inline-block;
	margin-left: .5em;
	font-weight: normal;
	transform: rotate(30deg);
}
/* ------------------------------------------ */
body:not(.sphone) section.fixed {
	padding-top: 60px;
}
/* ------------------------------------------ */
.sphone section.fixed {
	padding-top: 4em;
}
.sphone article h2 span {
	font-size: .7em;
}


/* ------------------------------------
	footer
------------------------------------ */
footer {
	padding: 4% 0 2%;
}
footer .copy {
	text-align: center;
}
footer ul {
	margin-top: 3%;
	text-align: center;
	letter-spacing: -.40em;
}
footer li {
	position: relative;
	font-size: .9em;
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
footer li:not(:last-of-type) {
	margin-right: 2em;
	padding-right: 2em;
}
footer li:not(:last-of-type)::after {
	content: '|';
	position: absolute;
	right: 0;
}
footer li a {
	text-decoration: none;
}
footer li a:hover,footer li a:focus {
	text-decoration: underline;
}
footer address {
	height: 50px;
	margin-top: 2%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
/* ------------------------------------------ */
.tablet footer li:not(:last-of-type) {
	margin-right: 1.5em;
	padding-right: 1.5em;
}
/* ------------------------------------------ */
.sphone footer {
	padding: 10% 0 4%;
}
.sphone footer li {
	font-size: 80%;
}
.sphone footer li:not(:last-of-type) {
	margin-right: 2%;
	padding-right: 2%;
}
.sphone footer address {
	height: 35px;
}


/* ------------------------------------
	みんなの投稿
------------------------------------ */
#Content1 {
	margin: auto 1%;
}
#boommy-parts {
	margin-top: 5%;
	text-align: center;
	letter-spacing: -.40em;
}
#boommy-count-num {
	font-size: 5.2em;
	font-weight: bold;
	line-height: 1em;
}
#boommy-count-people {
	font-size: 1.5em;
	font-weight: bold;
}
#boommy-star-item i {
	margin-right: .07em;
	font-size: 4em;
}
#boommy-star-num {
	font-weight: bold;
	font-size: 4.5em;
}
/* ------------------------------------------ */
body:not(.sphone) #boommy-parts li {
	width: 50%;
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
/* ------------------------------------------ */
body:not(.tablet) #boommy-star p {
	line-height: 1em;
}
/* ------------------------------------------ */
.tablet #boommy-count-num {
	font-size: 4.4em;
}
.tablet #boommy-star p {
	line-height: 4.4em;
}
.tablet #boommy-star-item i {
	font-size: 3em;
}
/* ------------------------------------------ */
.sphone #boommy-parts {
	letter-spacing: normal;
}
.sphone #boommy-parts li {
	width: 100%;
}
.sphone #boommy-parts li:nth-child(2) {
	margin-top: 3%;
}
.sphone #boommy-count-num {
	font-size: 4em;
}
.sphone #boommy-star-item i {
	font-size: 2.5em;
}
.sphone #boommy-star-num {
	font-size: 3.5em;
}

/* --- コメントパーツ --- */
#allpost-parts {
	margin-top: 1.5rem;
	overflow: hidden;
}
#allpost-parts .cont {
	float: left;
	width: 24.7%;
	margin-right: .3%;
	margin-bottom: .5rem;
	padding-bottom: 1rem;
	border-radius: 5px;
}

#allpost-parts .cont iframe {
	width: 96%;
	height: auto;
	margin: auto;
}
#allpost-parts .cont .cont-img {
	text-align: center;
}
#allpost-parts .cont .cont-img img {
	max-width: 96%;
	height: auto;
}
#allpost-parts .cont .cont-people {
	padding: .5rem;
	letter-spacing: -.40em;
}
#allpost-parts .cont .cont-people>* {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
#allpost-parts .cont .cont-people-img {
	width: 50px;
	height: 50px;
	margin-right: .5rem;
}
#allpost-parts .cont .cont-people-img img {
	width: 100%;
	height: auto;
	border-radius: 25px;
}
#allpost-parts .cont .cont-people-txt span {
	display: block;
	line-height: 1.3em;
}
#allpost-parts .cont .cont-people-txt .aff {
	font-size: .86em;
}
#allpost-parts .cont .cont-people-txt span.star {
	font-size: 1.2em;
}
#allpost-parts .cont .cont-people-txt span.star i {
	margin-right: .1em;
}
#allpost-parts .cont .cont-txt {
	margin: .5rem;
}
#allpost-parts .cont .cont-txt.netabare {
	position: relative;
}
#allpost-parts .cont .cont-txt.netabare .comm {
	position: absolute;
	z-index: 10;
	text-align: center;
}
#allpost-parts .cont .cont-txt.netabare span {
	display: inline-block;
}
#allpost-parts .cont .cont-txt.netabare .btn {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	cursor: pointer;
	line-height: 2em;
	border: #fff 1px solid;
}
#allpost-parts .cont .cont-txt.netabare .txthide {
	opacity: 0;
	min-height: 4em;
}

#allpost-parts .cont .sns {
	text-align: right;
	letter-spacing: -.40em;
}
#allpost-parts .cont .sns li {
	width: 30px;
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
#allpost-parts .cont .sns li:nth-child(2) {
	margin-left: 2%;
	margin-right: 2%;
}
#allpost-parts .cont .sns li a {
	display: block;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100% auto;
}
#allpost-parts .cont .sns li.tw a {
	background-image: url(../items/sns-twitter.png);
}
#allpost-parts .cont .sns li.fb a {
	background-image: url(../items/sns-facebook.png);
}
#allpost-parts .cont .sns li.line a {
	background-image: url(../items/sns-line.png);
}
/* ------------------------------------------ */
body:not(.sphone) #allpost-parts .cont {
	padding-top: .4em;
}
body:not(.sphone) #allpost-parts .cont .cont-img {
	margin-bottom: .4em;
}
body:not(.sphone) #allpost-parts .cont .cont-people-txt {
	width: 76%;
}
body:not(.sphone) #allpost-parts .cont .sns {
	margin-right: .7rem;
}
/* ------------------------------------------ */
.tablet #allpost-parts .cont {
	width: 32.7%;
}
/* ------------------------------------------ */
.sphone #allpost-parts .cont {
	width: 49%;
	margin-bottom: 4%;
	font-size: 80%;
	line-height: 1.3em;
}
.sphone #allpost-parts .cont:nth-of-type(odd) {
	margin-right: 1%;
}
.sphone #allpost-parts .cont {
	padding-top: 1.5vw;
}
.sphone #allpost-parts .cont .cont-img {
	margin-bottom: 1.5vw;
}
.sphone #allpost-parts .cont .cont-people-img {
	width: 40px;
	height: 40px;
}
.sphone #allpost-parts .cont .cont-people-txt {
	width: 70%;
}
.sphone #allpost-parts .cont .sns {
	text-align: center;
}


/* もっと見る */
#allpost-more {
	margin-top: 2rem;
	text-align: center;
}
#allpost-more span {
	padding: 8px 3em;
	cursor: pointer;
	line-height: 1em;
	font-size: 18px;
	border-radius: 20px;
}
#allpost-more span::after {
	content: '　';
	width: 1em;
	height: 1em;
	margin-left: .2em;
	background-image: url("../items/arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/* ------------------------------------
	投稿する
------------------------------------ */
#Content2 {
	margin: auto 1.5rem;
}
#Content2 h3 {
	margin-top: 2rem;
}
.step {
	height: 0;
	padding-top: 8%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.step1 {
	margin-top: 3%;
	background-image: url(../items/step_1.png);
}
.step2 {
	background-image: url(../items/step_2.png);
}
.step3 {
	background-image: url(../items/step_3.png);
}
.step4 {
	background-image: url(../items/step_4.png);
}

#Content2 h4 {
	margin-top: 6%;
	margin-bottom: .5rem;
	padding-bottom: .2em;
	letter-spacing: .1em;
	font-size: 1.1em;
	border-bottom: #000 1px dotted;
}
#Content2 .catch {
	margin-top: 1rem;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
#Content2 .up {
	margin-top: .2rem;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #ff002c;
}
#Content2 #content2-link {
	margin-top: 2%;
	text-align: center;
	letter-spacing: -.40em;
}
#Content2 #content2-link li {
	width: 25.7%;
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
#Content2 #content2-link li a {
	display: block;
	height: 4.4em;
	line-height: 4.4em;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
	transition: all 220ms 0s ease-out;
}
#Content2 #content2-link li a:hover,#Content2 #content2-link li a:focus {
	opacity: .5;
}
#Content2 #content2-link li.tw a {
	background-color: #6bb1e0;
}
#Content2 #content2-link li.fb a {
	background-color: #3b579d;
}
#Content2 .att {
	margin-top: 1rem;
	text-align: center;
	font-size: .9em;
}
#Content2 #content2-attention {
	font-size: .9em;
}
#Content2 #content2-attention dt {
	position: relative;
	margin-top: 1em;
	padding-left: 1em;
}
#Content2 #content2-attention dt::before {
	position: absolute;
	content: '■';
	left: 0;
}
#Content2 #content2-attention li {
	position: relative;
	padding-left: 1em;
}
#Content2 #content2-attention li::before {
	position: absolute;
	content: '・';
	left: 0;
}
/* ------------------------------------------ */
body:not(.sphone) #Content2 #content2-link li:not(:last-child) {
	margin-right: 2%;
}
/* ------------------------------------------ */
body:not(.pc) .step {
	padding-top: 8.5%;
}
/* ------------------------------------------ */
.pc .step {
	margin-left: 4.8%;
	margin-right: 4.8%;
}
/* ------------------------------------------ */
.tablet #Content2 #content2-link li {
	width: 30%;
}
/* ------------------------------------------ */
.sphone #Content2 {
	margin: auto 3%;
}
.sphone #Content2 #content2-link {
	letter-spacing: normal;
}
.sphone #Content2 #content2-link li {
	width: 80%;
	margin-top: 2%;
}


/* ------------------------------------
	プレゼント商品
------------------------------------ */
#Content3 {
	margin: auto 1.5rem;
}
#Content3 h3 {
	margin-top: 2rem;
}
#Content3 #content3-item img {
	width: 100%;
	height: auto;
}
#Content3 .att {
	width: 82.21%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
	font-size: .8em;
}
/* ------------------------------------------ */
body:not(.sphone) #Content3 #content3-item {
	width: 82.21%;
	margin: 2rem auto 0;
}
/* ------------------------------------------ */
.tablet #Content3 #content3-item,.tablet #Content3 .att {
	width: 92%;
}
/* ------------------------------------------ */
.sphone #Content3 {
	margin: auto 3%;
}
.sphone #Content3 #content3-item {
	width: 100%;
	margin-top: 6%;
}
.sphone #Content3 .att {
	width: 100%;
}


/* ------------------------------------
	動画
------------------------------------ */
#Content4 {
	margin: auto 1.5rem;
}
#Content4 h3 {
	margin-top: 2rem;
}
#content4-pv {
	box-sizing:border-box;
	position: relative;
	width: 700px;
	margin: 2rem auto 0;
	padding-top: 394px;
	background: url("../items/loading.gif") center center no-repeat;
}
#content4-pv iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#content4-list {
	box-sizing: border-box;
	width: 700px;
	margin: auto;
	letter-spacing: -.4em;
}
#content4-list li {
	position: relative;
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
	transition: all 220ms 0s ease-out;
}
#content4-list li:hover,#content4-list li:focus {
	opacity: .4;
}
#content4-list li img {
	width: 100%;
}
#content4-list li.now::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	border-width: 5px;
	border-style: solid;
	border-color: #ff002c;
}

/* ------------------------------------------ */
body:not(.sphone) #content4-list {
	margin-top: .5rem;
}
body:not(.sphone) #content4-list li {
	width: 25%;
}
/* ------------------------------------------ */
.tablet #content4-pv {
	width: 92%;
	padding-top: 56.25%;
}
.tablet #content4-list {
	width: 92%;
}
/* ------------------------------------------ */
.sphone #Content4 {
	margin: auto 3%;
}
.sphone #content4-pv {
	width: 100%;
	padding-top: 56.25%;
}
.sphone #content4-list {
	width: 100%;
	margin-top: 2%;
}
.sphone #content4-list li {
	width: 50%;
}



/* ------------------------------------------------------------------------
	投稿ページ entry/index.php
------------------------------------------------------------------------ */
.post h1 {
	position: relative;
	height: 0;
	padding-top: 11.9%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.post h1::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 5px;
	width: 100px;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
article.post-area {
	box-sizing: border-box;
	padding: 2% 4% 0;
}
.post-area h4 {
	margin-top: 2rem;
	margin-bottom: .5rem;
	padding-bottom: .2em;
	letter-spacing: .1em;
	font-size: 1.1em;
	border-bottom: #000 1px dotted;
}
/* ------------------------------------------ */
.sphone .post h1::before {
	width: 50px;
}
.sphone .post-area {
	padding: .5rem 3% 0;
}


/* ------------------------------------
	コメントを書く
------------------------------------ */
#Postcont1 .postcont1-tw span {
	color: #fff;
	background-color: #6bb1e0;
	border: none;
}
#Postcont1 .postcont1-fb span {
	color: #fff;
	background-color: #3b579d;
	border: none;
}
#Postcont1 .requir {
	font-size: 13px;
	color: #ff002c;
}
#Postcont1 #form-inputarea .miniTxt {
	line-height: 1.3em;
	font-size: .8em;
}
body:not(.sphone) #form-inputarea .requir,body:not(.sphone) #Postcont1 #form-inputarea .pcBlock {
	display: block;
}

/* --- 画像選択Ver --- */
#form-chooseitem {
	position: relative;
}
#form-chooseitem .form-main {
	width: 48%;
}
#form-chooseitem .form-choose {
	overflow: hidden;
	width: 50%;
	margin-left: 2%;
}
#form-chooseitem .form-choose li {
	float: left;
	box-sizing: border-box;
	position: relative;
	/*width: 24%;*/
	width: 32%;
	margin-left: 1%;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 220ms 0s ease-out;
}
#form-chooseitem .form-choose li:hover,#form-chooseitem .form-choose li:focus {
	opacity: .4;
}
#form-chooseitem .form-choose li.now::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	border-width: 5px;
	border-style: solid;
	border-color: #ff002c;
}
#form-chooseitem .form-main img,#form-chooseitem .form-choose li img {
	width: 100%;
	height: auto;
}
#form-chooseitem .form-choose li label {
	display: inline-block;
	cursor: pointer;
}
#form-chooseitem .form-choose li label img {
	pointer-events: none;
}
#form-chooseitem .form-choose li label input[type="radio"] {
	display: none;
}
/* ------------------------------------------ */
body:not(.sphone) #form-chooseitem {
	letter-spacing: -.40em;
}
body:not(.sphone) #form-chooseitem>* {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
/* ------------------------------------------ */
body.sphone #form-chooseitem .form-main {
	width: 100%;
}
body.sphone #form-chooseitem .form-choose {
	width: 100%;
	margin-top: 2%;
	margin-left: 0;
}

/* --- 動画選択Ver --- */
#form-choosepv {
	position: relative;
}
#form-choosepv .form-mainpv {
	width: 50%;
}
#form-choosepv .form-mainpv>div {
	box-sizing:border-box;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: url(../items/loading.gif) center center no-repeat;
}
#form-choosepv .form-mainpv>div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#form-choosepv .form-choosethum {
	overflow: hidden;
	width: 48%;
	margin-left: 2%;
}
#form-choosepv .form-choosethum li {
	float: left;
	position: relative;
	width: 49%;
	margin-left: 1%;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 220ms 0s ease-out;
}
#form-choosepv .form-choosethum li:hover,#form-choosepv .form-choosethum li:focus {
	opacity: .4;
}
#form-choosepv .form-choosethum li.now::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	border-width: 5px;
	border-style: solid;
	border-color: #ff002c;
}
#form-choosepv .form-choosethum li img {
	width: 100%;
	height: auto;
}
#form-choosepv .form-choosethum li label {
	cursor: pointer;
}
#form-choosepv .form-choosethum li label input[type="radio"] {
	display: none;
}
/* ------------------------------------------ */
body:not(.sphone) #form-choosepv {
	letter-spacing: -.40em;
}
body:not(.sphone) #form-choosepv>* {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
/* ------------------------------------------ */
body.sphone #form-choosepv .form-mainpv {
	width: 100%;
}
body.sphone #form-choosepv .form-choosethum {
	width: 100%;
	margin-top: 2%;
	margin-left: 0;
}
body.sphone #form-choosepv .form-choosethum li {
	width: 32%;
}


/* --- 画像投稿Ver --- */
#form-uploaditem {
	position: relative;
}
#form-uploaditem .uploadfile {
	padding: .4em 1.5em;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #333;
	border-radius: 6px;
}
#choose-uploadfile {
	display: none;
}
#form-uploaditem .form-thumbnail {
	margin-top: .5rem;
}
input:not([type="file"]), textarea, select {
	font-size: 1em;
	border: #000000 1px solid;
	border-radius: 6px;
}
#form-inputarea textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 7em;
	padding: .8em .5em;
	line-height: 1.3em;
}
#form-inputarea textarea+p,#form-inputarea input+p {
	margin-top: -.3em;
}
#form-inputarea dd p {
	font-size: .84em;
}
#form-inputarea input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: .5em;
	padding: .8em .5em;
}
#form-inputarea select {
	width: 70%;
	padding: .5em .5em;
}
.sphone #form-inputarea select {
	width: 100%;
}
/* ------------------------------------------ */
body:not(.pc) #form-uploaditem .form-thumbnail img {
	max-width: 100%;
}
/* ------------------------------------------ */
body:not(.sphone) #form-inputarea {
	width: 70%;
	margin: auto;
	letter-spacing: -.40em;
}
body:not(.sphone) #form-inputarea>* {
	position: relative;
	margin-top: 2rem;
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
body:not(.sphone) #form-inputarea dt {
	width: 24%;
	margin-right: 2%;
	text-align: right;
	font-weight: bold;
}
body:not(.sphone) #form-inputarea dd {
	width: 74%;
	font-size: 1em;
}
/* ------------------------------------------ */
body.pc #form-uploaditem .form-thumbnail img {
	max-width: 640px;
}
body.pc #form-inputarea dt:nth-of-type(-n+3) span {/* サンリオピーカ用 */
	display: block;
}
/* ------------------------------------------ */
body.sphone #form-uploaditem .form-thumbnail {
	margin-top: 2%;
}
body.sphone #Postcont1 #form-inputarea dt {
	margin-top: 6%;
	margin-bottom: 1%;
	font-weight: bold;
}
body.sphone #Postcont1 #form-inputarea dd {
	position: relative;
}


/* 入力エラー */
#form-post .err {
	position: absolute;
	z-index: 100;
	top: -2.4rem;
	right: 0;
	display: inline-block;
	box-sizing: border-box;
	margin: .5em 0;
	padding: .6em .5em;
	min-width: 200px;
	max-width: 350px;
	color: #fff;
	line-height: 1.3em;
	font-size: .76em;
	background: #ff002c;
	border-radius: 4px;
}
#form-post .err::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #ff002c;
}
#form-post .att {
	margin-top: 3rem;
	text-align: center;
}
.post-area .post-sendbtn {
	display: block;
	width: 270px;
	height: 70px;
	margin: 1rem auto 0;
	cursor: pointer;
	line-height: 70px;
	text-align: center;
	font-weight: bold;
	border: none;
	-webkit-appearance: none;
	transition: all 220ms 0s ease-out;
}
.post-area .btn {
	width: 270px;
	margin: 1rem auto 0;
}
.post-area .btn a {
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background-color: #dadada;
	border-radius: 6px;
	transition: all 220ms 0s ease-out;
}
.post-area .post-sendbtn:hover,.post-area .post-sendbtn:focus,.post-area .btn a:hover,.post-area .btn a:focus {
	opacity: .5;
}
/* ------------------------------------------ */
body.sphone #form-post .err {
	max-width: 80%;
}



/* ------------------------------------------------------------------------
	確認ページ entry/over.php
------------------------------------------------------------------------ */
#Postcont2 .att {
	margin-top: 1rem;
	text-align: center;
	font-weight: bold;
	color: #ff002c;
}
body:not(.sphone) #Postcont2 #select-img,body:not(.sphone) #Postcont2 #select-pv {
	margin-left: 2%;
}
body:not(.sphone) #Postcont2 #select-pv>div {
	width: 500px;
	padding-top: 290px;
}
#Postcont2 #select-pv>div {
	box-sizing:border-box;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#Postcont2 #select-pv>div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#Postcont2 #form-confirmarea {
	width: 100%;
}
#Postcont2 #form-confirmarea th {
	width: 200px;
	font-weight: normal;
	text-align: left;
}
#Postcont2 #form-confirmarea td {
	border-bottom: #dadada 1px dotted;
	padding: .6rem 0 .6rem 1em;
}
#Postcont2 .btn-area {
	text-align: center;
}
#Postcont2 .btn-area>* {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
/* ------------------------------------------ */
body:not(.pc) #Postcont2 #select-img img {
	max-width: 100%;
}
/* ------------------------------------------ */
body:not(.sphone) #Postcont2 #form-confirmarea tr {
	border-bottom: #dadada 1px dotted; 
}
body:not(.sphone) #Postcont2 #form-confirmarea th {
	border-bottom: #dadada 1px dotted;
	padding: .6rem 0;
}
body:not(.sphone) #Postcont2 #select-img img {
	width: 500px;
}
body:not(.sphone) #Postcont2 .btn-area :first-of-type {
	margin-right: .5rem;
}
body.pc #Postcont2 #select-img img {
	max-width: 640px;
}
/* ------------------------------------------ */
body.sphone #Postcont2 #form-confirmarea th,body.sphone #Postcont2 #form-confirmarea td {
	display: block;
	width: 96%;
}
body.sphone #Postcont2 #form-confirmarea th {
	padding-top: 2%;
}
body.sphone #Postcont2 #form-confirmarea td {
	padding-left: 1em;
}



/* ------------------------------------------------------------------------
	完了ページ entry/thanks.php
------------------------------------------------------------------------ */
#Postcont3 h2:not(:first-of-type) {
	margin-top: 4rem;
}
#Postcont3 .camtop {
	width: 270px;
	margin: 2rem auto 0;
}
#Postcont3 #postcont-link {
	margin-top: 2rem;
	text-align: center;
	letter-spacing: -.40em;
}
#Postcont3 #postcont-link li {
	width: 270px;
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
#Postcont3 .camtop a, #Postcont3 #postcont-link li a {
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
	transition: all 220ms 0s ease-out;
}
#Postcont3 .camtop a:hover, #Postcont3 #postcont-link li a:hover,#Postcont3 .camtop a:focus, #Postcont3 #postcont-link li a:focus {
	opacity: .5;
}
#Postcont3 #postcont-link li.tw a {
	background-color: #6bb1e0;
}
#Postcont3 #postcont-link li.fb a {
	background-color: #3b579d;
}
/* ------------------------------------------ */
body:not(.sphone) #Postcont3 #postcont-link li:not(:last-child) {
	margin-right: 1rem;

}
/* ------------------------------------------ */
body.tablet #Postcont3 #postcont-link li {
	width: 30%;
}
body.sphone #Postcont3 #postcont-link li {
	width: 80%;
	margin-top: 2%;
}




/* min-width 1070px */
/* -------------------------------------------------------------------------- */
@media screen and (min-width:1070px){
	header,article,footer,nav {
		width: 1070px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* min-width 930px */
/* -------------------------------------------------------------------------- */
@media screen and (max-width:930px){
	body.pc {
		width: 930px;
	}
}