html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	line-height: 1;
}

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

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img,
video {
	line-height: 0;
	font-size: 0;
}

figure {
	font-size: 0;
	line-height: 0;
}

@font-face {
	font-family: 'DIN Bold';
	font-style: normal;
	font-weight: 700;
	src: url("/voices/campaign/2020_1/assets/font/DIN-Alternate-Bold.otf") format('opentype');
	font-display: swap;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

@font-face {
	font-family: 'DIN Medium';
	font-style: normal;
	font-weight: 700;
	src: url("/voices/campaign/2020_1/assets/font/DIN-Alternate-Medium.otf") format('opentype');
	font-display: swap;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

html {
	height: 100%;
}

body {
	font-size: 1.3rem;
	height: 100%;
	width: 100%;
}

body.env-ios {
	-webkit-font-feature-settings: "smcp", "swsh" 2;
	font-feature-settings: "smcp", "swsh" 2;
}

picture {
	display: block;
}

.l-main {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-top: 60px;
	letter-spacing: 0.8px;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif !important;
}

.l-main span,
a {
	display: block;
}

.l-main img {
	width: 100%;
	height: auto;
	display: block;
}

body.ie11 .p-howto-deco.is-02 {
	display: none;
}

body.env-edge .p-howto-deco.is-02 {
	display: none;
}

.l-footer {
	background: #ddd;
	text-align: center;
	padding: 1.733333333333333% 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.l-footer__copy {
	font-size: 1rem;
}

.icj-pagetop {
	position: fixed;
	right: 30px;
	bottom: 25px;
	line-height: 0;
	z-index: 99;
}

.icj-pagetop a {
	display: inline-block;
	padding: 16px 11px;
	border-radius: 5px;
	background: #000;
	background: rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 44px;
}

header {
	height: 65px;
	width: 100%;
	position: fixed;
	background-color: #fff;
	z-index: 100;
	border-bottom: 2px solid #6a3906;
}

header a {
	float: left;
	color: #6a3906;
}

header a i {
	font-size: 30px;
	margin-right: 5px;
}

header ul {
	float: right;
}

header ul li {
	float: left;
	margin: 18px 20px;
	line-height: 29px;
}

header ul li a {
	font-size: 20px;
	font-family: 'DIN Medium';
}

header ul li a:hover {
	opacity: 0.7;
}

header>a {
	padding: 5px 0 10px 22px;
	line-height: 29px;
	font-weight: bold;
	font-size: 18px;
	color: #6a3906;
}

header i {
	color: #61442b;
	width: 35px;
}

header img {
	width: 100px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.c-hdg-02 {
	text-align: center;
	margin-top: -60px;
	padding-top: 60px;
}

.c-hdg-02 > h2 {
	font-family: 'DIN Medium';
	font-size: 4rem;
	color: #6a3906;
	letter-spacing: 2.9px;
	line-height: 1;
}

.c-hdg-02 > p {
	color: #fff;
	letter-spacing: 0.8px;
	background: url("/voices/campaign/2020_1/assets/images/hdg_bg.png") no-repeat center;
	background-size: contain;
	width: 50.66666666666667%;
	display: inline-block;
}

.c-btn-area__txt {
	font-family: 'Noto Bold';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.3px;
	font-size: 2.4rem;
	white-space: nowrap;
}

.c-btn-area__txt > span {
	font-size: 1.5rem;
	margin-right: 5px;
}

.c-btn-area__txt > span.green {
	color: #246662;
}

.c-btn-area__txt > span.pink {
	color: #a4000a;
}

.c-btn {
	border-radius: 25px;
	border: 1px solid rgba(255,255,255,0);
	letter-spacing: 0;
}

.c-btn.green {
	background: #4aa56b;
}

.c-btn.green > span:before {
	background: #edf6f0;
}

.c-btn.pink {
	background: #de646b;
}

.c-btn.pink > span:before {
	background: #fcf0f0;
}

.c-btn > span {
	position: relative;
	color: #fff;
	z-index: 1;
	text-align: center;
	font-size: 1.3rem;
	padding: 10px 0;
	border-radius: 25px;
}

[data-animation="fade"] {
	opacity: 0;
}

[data-animation="fade"].js-fade {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 0;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.p-top {
	background: url("/voices/campaign/2020_1/assets/images/bg.jpg") repeat;
	position: relative;
	padding-bottom: 30px;
}

.p-top-bg {
	z-index: 0;
	width: 80%;
	position: absolute;
	top: 17.5%;
}

.p-top-kv {
	margin-bottom: 6.666666666666667%;
	position: relative;
	z-index: 2;
	background: url("/voices/campaign/2020_1/assets/images/kv_bg.png") no-repeat;
}

.p-top-kv__arrow {
	width: 10.533333333333333%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 4%;
}

.p-top-lead {
	text-align: center;
	margin-top: 6%;
}

.p-top-wrap.u-inner {
	background: #fff;
	border-radius: 5px;
	margin-top: 25px;
	padding: 25px 17px;
	z-index: 1;
	position: relative;
}

.p-top-deco {
	position: absolute;
	z-index: 1;
}

.p-top-deco.is-01 {
	top: 350px;
	right: 50px;
	width: 100px;
}

.p-top-deco.is-02 {
	top: 30%;
	left: -18%;
	width: 49%;
}

.p-top-deco.is-03 {
	width: 49%;
	bottom: 2%;
	right: -22%;
}

.p-top-deco.is-04 {
	width: 19%;
	right: -4%;
	top: 53%;
}

.p-top-insta {
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	margin-top: 25px;
}

.p-top-insta:hover img {
	opacity: 0.6;
}

.p-top-theme__inner-wrap {
	margin-top: 30px;
}

.p-top-theme__inner {
	text-align: center;
}

.p-top-theme__inner + .p-top-theme__inner {
	position: relative;
}

.p-top-theme__hdg > picture {
	width: 94px;
}

.p-top-theme__hdg > h3 {
	color: #535353;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.p-top-theme__hdg > span {
	margin: 0 auto;
}

.p-top-theme__hdg > span.evryone {
	width: 30.508474576271187%;
}

.p-top-theme__hdg > span.owner {
	width: 46.101694915254235%;
}

.p-top-theme__img {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-theme__img > span {
	width: 47.45762711864407%;
	margin: 0 auto;
}

.p-top-present {
	margin-top: 7.288135593220339%;
}

.p-top-present__hdg {
	margin-top: -10px;
}

.p-top-present__lead {
	text-align: center;
	margin-top: 16px;
}

.p-top-present__inner {
	margin-top: 19px;
}

.p-top-present__inner:nth-of-type(1) {
	margin-top: 2.34375%;
}

.p-top-present__inner:nth-of-type(3) .p-top-present__inner__txt {
	margin-top: -60px;
}

.p-top-present__inner__txt {
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 1.8rem;
	margin-top: 4px;
}

.p-top-present__inner__txt > span {
	font-size: 1.2rem;
}

.p-top-present__txt {
	text-align: center;
	margin-top: 30px;
}

.p-top-btn {
	margin: 0 auto;
	margin-top: 20px;
}

.p-howto {
	padding: 25px 0 40px;
}

.p-howto__list-wrap {
	margin-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

.p-howto__list:not(:first-child):after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border-top: 17px solid transparent;
	border-right: 17px solid transparent;
	border-bottom: 17px solid transparent;
	top: 0;
	margin: auto;
}

.p-howto__list {
	text-align: center;
	position: relative;
	padding: 30px 0;
}

.p-howto__list.beige {
	background: #eeeae5;
}

.p-howto__list.beige:after {
	border-left: 20px solid #f9f8f6;
}

.p-howto__list.light-beige {
	background: #f9f8f6;
}

.p-howto__list.light-beige:after {
	border-left: 20px solid #eeeae5;
}

.p-howto__list__hdg {
	font-family: 'Noto Bold';
	font-size: 2rem;
}

.p-howto__list__hdg > span {
	margin: 0 auto;
	width: 25.423728813559322%;
}

.p-howto__list__img {
	width: 54.57627118644067%;
	margin: 0 auto;
	margin-top: 25px;
}

.p-howto__list__btn {
	width: 80.33898305084746%;
	margin: 0 auto;
	margin-top: 29px;
}

.p-howto-deco {
	position: absolute;
	z-index: 1;
}

.p-howto-deco.is-01 {
	width: 52%;
	right: -21%;
	bottom: 28%;
}

.p-howto-deco.is-02 {
	width: 34%;
	left: -14%;
	bottom: 26%;
}

.p-application {
	background: #fff;
	padding: 40px 0;
	position: relative;
}

.p-application__deco {
	position: absolute;
}

.p-application__deco.is-01 {
	right: 0;
	width: 15%;
	top: -8%;
}

.p-application__deco.is-02 {
	left: 9%;
	bottom: -13%;
}

.p-application__wrap {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	max-height: 350px;
	color: #000;
}

.p-application__inner ::-webkit-scrollbar {
	width: 8px;
}

.p-application__inner ::-webkit-scrollbar-thumb {
	background-image: url("/voices/campaign/2020_1/assets/images/scroll_img02.jpg");
}

.p-application__inner ::-webkit-scrollbar-track {
	background-image: url("/voices/campaign/2020_1/assets/images/scroll_img01.jpg");
}

.p-application__inner {
	background: #fff;
	width: 89.33333333333333%;
	margin: 0 auto;
	padding: 30px 20px;
	border: 2px solid #ddd;
}

.p-application__ttl {
	color: #000;
	text-align: center;
	font-size: 2.2rem;
	border-bottom: 3px solid #ddd;
	font-weight: 400;
}

.p-application__list-inner {
	border-bottom: 1px solid #ddd;
	margin-top: 13px;
	padding-bottom: 21px;
}

.p-application__list-inner:last-child {
	border-bottom: none;
}

.p-application__hdg {
	font-size: 1.3rem;
	font-weight: 400;
}

.p-application__hdg > span {
	display: inline-block;
	color: #000;
}

.p-application__list {
	font-size: 1rem;
}

.p-bnrArea {
	background: url("/voices/campaign/2020_1/assets/images/bg.jpg") repeat;
	padding: 30px 40px;
}

.p-bnrArea__wrap {
	margin: 0 auto;
}

.p-bnrArea__inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
}

.p-bnrArea__inner__line {
	width: 0.677966101694915%;
}

.p-bnrArea__lead {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}

.p-bnrArea__with {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-bnrArea__with > a {
	width: 47.96610169491525%;
}

.p-bnrArea__with > a:nth-of-type(n+3) {
	margin-top: 15px;
}

.p-bnrArea__with__deco {
	position: absolute;
	z-index: 1;
}

.p-bnrArea__with__deco.is-01 {
	width: 40%;
	left: -15%;
	top: -27%;
}

.u-is-pc {
	display: block !important;
}

.u-is-sp {
	display: none !important;
}

.u-inner {
	margin: 0 auto;
}

.u-underline {
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	color: #000;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.u-hover {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media screen and (min-width: 48em) {

body {
	font-size: 15px;
	line-height: 2;
}

.l-main {
	padding-top: 65px;
}

.l-footer {
	padding: 10px 0;
}

.l-footer__copy {
	font-size: 13px;
}

.icj-pagetop a:hover {
	background-color: #000;
}

.c-hdg-02 {
	margin-top: -65px;
	padding-top: 65px;
}

.c-hdg-02 > h2 {
	font-size: 53px;
}

.c-hdg-02 > p {
	background: url("/voices/campaign/2020_1/assets/images/hdg_bg_pc.png") no-repeat center;
	background-size: contain;
	width: 221px;
	font-size: 16px;
}

.c-btn-area {
	max-width: 874px;
	width: 92.97872340425532%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-btn-area__inner {
	width: 44.05034324942792%;
	text-align: center;
}

.c-btn-area__inner + .c-btn-area__inner .c-btn-area__txt {
	letter-spacing: -1px;
}

.c-btn-area__txt {
	font-size: 3.890160183066361vw;
}

.c-btn-area__txt > span {
	font-size: 2.173913043478261vw;
}

body.ie11 .c-btn-area__inner + .c-btn-area__inner .c-btn-area__txt {
	margin-left: -6.7%;
}

.c-btn {
	overflow: hidden;
	-webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-btn.green:hover {
	border: 1px solid #4aa56b;
}

.c-btn.green:hover > span {
	color: #4aa56b;
}

.c-btn.green:hover > span:before {
	background: #edf6f0;
}

.c-btn.pink:hover {
	border: 1px solid #de646b;
}

.c-btn.pink:hover > span {
	color: #de646b;
}

.c-btn.pink:hover > span:before {
	background: #fcf0f0;
}

.c-btn > span {
	font-size: 1.830663615560641vw;
}

.c-btn > span:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 25px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: -1;
}

.c-btn:hover span:before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.p-top {
	background: url("/voices/campaign/2020_1/assets/images/bg_pc.jpg") no-repeat;
	background-size: cover;
	padding-bottom: 60px;
}

.p-top-bg {
	width: 32.875%;
	max-width: 526px;
	right: -110px;
	top: 16.7%;
}

.p-top-kv {
	margin: 0 auto;
	margin-bottom: -50px;
	max-width: 1600px;
	background: url("/voices/campaign/2020_1/assets/images/kv_bg_pc.png") no-repeat;
	background-position: center top;
}

.p-top-kv__inner {
	width: 518px;
	margin: 0 auto;
	padding-top: 60px;
	-webkit-transform: translateX(-21px);
	transform: translateX(-21px);
}

.p-top-lead {
	margin-top: 16px;
}

.p-top-wrap.u-inner {
	margin-top: 0;
	padding: 25px 20px 52px;
	border-radius: 10px;
}

.p-top-deco.is-02 {
	top: 40.5%;
	left: -90px;
	width: 226px;
}

.p-top-insta {
	width: 390px;
	margin: auto;
	margin-top: 13px;
}

.p-top-theme__inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-theme__inner {
	width: 47.77777777777778%;
}

.p-top-theme__inner + .p-top-theme__inner:before {
	display: inline-block;
	content: '';
	width: 2px;
	height: 100%;
	background: url("/voices/campaign/2020_1/assets/images/deco_line_01_pc.png") repeat;
	position: absolute;
	left: -4.651162790697675%;
}

.p-top-theme__hdg > h3 {
	font-size: 34px;
}

.p-top-theme__hdg > span.evryone {
	width: 110px;
}

.p-top-theme__hdg > span.owner {
	width: 169px;
}

.p-top-theme__txt {
	letter-spacing: -0.8px;
	font-size: 1.48936170212766vw;
	white-space: nowrap;
}

.p-top-theme__img {
	margin-top: 4.651162790697675%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-theme__img > span {
	width: 31.3953488372093%;
}

.p-top-present {
	margin-top: 40px;
}

.p-top-present__hdg {
	margin-top: -15px;
}

.p-top-present__inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 94.08602150537635%;
	max-width: 700px;
	margin: 0 auto;
}

.p-top-present__inner:nth-of-type(1) {
	width: 82.30337078651685%;
	margin: 0 auto;
	margin-top: 26px;
}

.p-top-present__inner:nth-of-type(1) .p-top-present__inner__txt {
	margin-top: -13px;
}

.p-top-present__inner:nth-of-type(2) {
	width: 48.31460674157304%;
}

.p-top-present__inner:nth-of-type(2) .p-top-present__inner__txt {
	margin-top: 30px;
}

.p-top-present__inner:nth-of-type(3) {
	width: 42.13483146067416%;
}

.p-top-present__inner:nth-of-type(3) .p-top-present__inner__txt {
	margin-top: -39px;
}

.p-top-present__inner__txt {
	letter-spacing: -0.9px;
	font-size: 18px;
}

.p-top-present__inner__txt > span {
	font-size: 14px;
}

.p-top-present__txt {
	margin: auto;
	margin-top: 40px;
}

.p-top-btn {
	width: 89.53488372093024%;
	min-width: 340px;
}

.p-howto {
	padding: 45px 0 70px;
}

.p-howto__list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	padding-bottom: 26px;
}

.p-howto__list:not(:first-child):after {
	bottom: 0;
}

.p-howto__list {
	padding: 40px 0;
	width: 33.191489361702125%;
}

.p-howto__list__hdg {
	font-size: 22px;
}

.p-howto__list__hdg > span {
	width: 100px;
}

.p-howto__list__img {
	width: 197px;
	margin-top: 30px;
}

.p-howto__list__btn {
	width: 230px;
	margin-top: 43px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.p-howto__list__btn:hover {
	background: #fff;
}

.p-howto__list__txt {
	font-size: 1.595744680851064vw;
	white-space: nowrap;
}

.p-howto-deco.is-01 {
	width: 21%;
	right: -13%;
	bottom: -13%;
}

.p-howto-deco.is-02 {
	width: 16%;
	left: 3%;
	bottom: -11%;
}

.p-application {
	padding: 70px 0;
}

.p-application__inner ::-webkit-scrollbar {
	width: 12px;
}

.p-application__inner {
	max-width: 744px;
	padding: 34px 58px 60px;
}

.p-application__ttl {
	font-size: 26px;
}

.p-application__list-inner {
	margin-top: 30px;
	padding-bottom: 30px;
}

.p-application__hdg {
	font-size: 16px;
}

.p-application__list {
	font-size: 12px;
}

.p-application__btn {
	margin-top: 32px;
}

.p-bnrArea {
	padding: 70px 0;
	background: url("/voices/campaign/2020_1/assets/images/bg_pc.jpg") repeat;
}

.p-bnrArea__wrap {
	max-width: 940px;
}

.p-bnrArea__inner {
	margin-left: 2.127659574468085%;
}

.p-bnrArea__inner:first-child {
	margin-left: 0;
}

.p-bnrArea__lead {
	font-size: 18px;
	letter-spacing: 0.08em;
	padding-top: 40px;
}

.p-bnrArea__with {
	width: 750px;
	margin: 0 auto;
	margin-top: 20px;
}

.p-bnrArea__with > a {
	width: 48.11827956989247%;
}

.p-bnrArea__with > a:nth-of-type(n+3) {
	margin-top: 30px;
}

.p-bnrArea__with__deco.is-01 {
	width: 23%;
	left: -27%;
	top: 33%;
}

.u-inner {
	max-width: 940px;
}

.u-line:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: url("/voices/campaign/2020_1/assets/images/deco_line_02_pc.png") no-repeat center;
}

.u-underline:hover {
	opacity: 0.6;
}

.u-hover:hover {
	opacity: 0.7;
}

}

@media screen and (min-width: 874px) {

.c-btn-area__txt {
	font-size: 34px;
}

.c-btn-area__txt > span {
	font-size: 19px;
}

.c-btn > span {
	font-size: 16px;
}

}

@media screen and (min-width: 940px) {

.p-top-theme__txt {
	font-size: 14px;
}

.p-howto__list__txt {
	font-size: 15px;
}

}

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

html {
	font-size: 2.666666666666667vw;
}

p {
	line-height: 1.7;
	letter-spacing: 0.8px;
}

body.ie11 .p-top-theme__img--ie {
	margin: 15px 0;
}

.icj-pagetop {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	right: 15px;
	z-index: 99;
}

.icj-pagetop.is-up {
	bottom: calc(25px + 72px);
}

header {
	height: 60px;
}

header>a {
	padding: 15px 0 10px 15px;
	line-height: 29px;
	font-weight: bold;
	font-size: 16px;
	color: #6a3906;
}

header img {
	width: 80px;
	padding-bottom: 15px;
}

#modal-checkbox {
	display: none;
	z-index: 1000;
}

#modal-open {
	cursor: pointer;
	display: inline-block;
	height: 50px;
	position: absolute;
	width: 50px;
	right: 10px;
	top: 10px;
	z-index: 1001;
}

#modal-open span {
	background: #6a3906;
	display: block;
	height: 4%;
	left: 50%;
	margin: -4% 0 0 -42%;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 60%;
	z-index: 1000;
}

#modal-open span::before,
#modal-open span::after {
	-webkit-transform: rotate(0);
	background: #6a3906;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin: -7% 0 0 -50%;
	position: absolute;
	top: 50%;
	transform: rotate(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	z-index: 1000;
}

#modal-open span::before {
	margin-top: -30%;
	z-index: 1000;
}

#modal-open span::after {
	margin-top: 22%;
	z-index: 1000;
}

#modal-checkbox:checked~#modal-open span {
	background: rgba(51,51,51,0);
	z-index: 1000;
}

#modal-checkbox:checked~#modal-open span::before,
#modal-checkbox:checked~#modal-open span::after {
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin: -7% 0 0 -42%;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1000;
}

#modal-checkbox:checked~#modal-open span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1000;
}

#modal-checkbox:checked~#modal-open span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1000;
}

#modal-checkbox {
	display: none;
	z-index: 1000;
}

#modal-content {
	overflow-y: scroll;
	height: 100%;
	position: fixed;
	top: 30%;
	left: 0;
	z-index: 40;
	display: none;
	padding: 20px;
	padding-bottom: 65px;
	text-align: center;
	width: 100%;
	z-index: 1000;
}

#modal-content ul {
	text-align: center;
	width: 100%;
	z-index: 1000;
}

#modal-content ul li {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 1000;
	position: relative;
}

#modal-content ul li:before,
#modal-content ul li:last-child:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background: url("/voices/campaign/2020_1/assets/images/deco_line_menu.png") no-repeat;
	background-size: cover;
}

#modal-content ul li:last-child:after {
	position: absolute;
	bottom: 0;
}

#modal-content ul li a {
	font-size: 4rem;
	font-family: 'DIN Medium';
	text-align: center;
	width: 70%;
	margin: 0 15%;
	font-weight: normal;
	z-index: 1000;
	font-weight: bold;
	padding: 9.066666666666666% 0;
}

#modal-content ul li a span {
	display: inline-block;
	width: 9%;
	margin-left: 2%;
}

#modal-content ul li a span img {
	width: 100%;
	padding: 0 0 20% 0;
}

#modal-checkbox:checked~#modal-content {
	display: block;
	z-index: 1000;
}

#modal-close {
	display: none;
	position: fixed;
	z-index: 39;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	z-index: 1000;
}

#modal-checkbox:checked~#modal-close {
	display: block;
	opacity: 0.97;
	z-index: 1000;
}

.c-hdg-02 > p {
	margin-top: 2.666666666666667%;
}

.c-btn-area__inner + .c-btn-area__inner {
	margin-top: 11px;
}

.c-btn {
	margin-top: 5px;
}

.p-top {
	overflow: hidden;
}

.p-top-bg {
	-webkit-transform: translateX(74%);
	transform: translateX(74%);
}

.p-top-kv {
	background-size: 100% 100%;
	background-position: top;
}

.p-top-kv__inner {
	padding: 8% 0;
}

.p-top-lead {
	letter-spacing: -0.04em;
	white-space: nowrap;
}

.p-top-wrap.u-inner {
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.p-top-theme__inner {
	padding-bottom: 30px;
}

.p-top-theme__inner + .p-top-theme__inner .p-top-theme__hdg {
	margin-top: 25px;
}

.p-top-theme__img {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-top-theme__img > span {
	margin-top: 15px;
}

.p-top-present__hdg > p {
	width: 66.10169491525424%;
}

.p-howto-inner-sp {
	width: 78.66666666666666% !important;
	margin: 0 auto;
}

.p-howto__hdg > p {
	width: 64.91525423728814%;
}

.p-howto__list:not(:first-child):after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 0;
	right: 0;
}

.p-howto__list:nth-of-type(n+2) {
	padding-top: 52px;
}

.p-application__ttl {
	padding-bottom: 8px;
}

.p-application__list {
	line-height: 1.8;
}

.p-application__btn {
	width: 78.66666666666666%;
	margin: 0 auto;
	margin-top: 25px;
}

.p-bnrArea__inner {
	width: 18.64406779661017%;
}

/* .p-bnrArea__inner:first-child {
	width: 33.89830508474576%;
} */

.p-bnrArea__lead {
	padding-bottom: 15px;
}

.u-is-pc {
	display: none !important;
}

.u-is-sp {
	display: block !important;
}

.u-inner {
	width: 90.66666666666666%;
}

.u-line-sp:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: url("/voices/campaign/2020_1/assets/images/deco_line.png") no-repeat center;
	background-size: cover;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

/*追記*/
.link-btn {
	display: block;
	margin: 30px auto 0;
	padding: 8px 0;
	border-radius: 50px;
	width: 90%;
	color: #fff;
}

.link-red {
	background: #de646b;
	border: 1px solid #de646b;
}

.link-green {
	background: #4aa56b;
	border: 1px solid #4aa56b;
}

@media screen and (min-width: 768px) {
	.link-red:hover {
		color: #de646b;
		background: #fcf0f0;
	}
	
	.link-green:hover {
		color: #4aa56b;
		background: #edf6f0;
	}
}

.p-top-deco.is-01 {
	top: 270px;
}


.p-bnrArea {
	/* background: #e6ebed; */
	padding: 30px 40px;
}

.p-bnrArea__wrap {
	margin: 0 auto;
}

.p-bnrArea__inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
	margin-top: 20px;
}

.p-bnrArea__inner__line {
	width: 0.677966101694915%;
}

.p-bnrArea__lead {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}

.p-bnrArea__with {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-bnrArea__with > a {
	width: 47.96610169491525%;
}

.p-bnrArea__with > a:nth-of-type(n+3) {
	margin-top: 15px;
}

.p-bnrArea__ichijo {
	width: 100%;
	margin: auto;
}

.p-bnrArea__campaign_gallery{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}


@media screen and (min-width: 48em) {
	.p-bnrArea {
		padding: 70px 0;
	}
	
	.p-bnrArea__wrap {
		max-width: 940px;
	}
	
	.p-bnrArea__inner-wrap {
		margin-top: 30px;
		padding-bottom: 38px;
	}
	
	.p-bnrArea__inner {
		margin-left: 2.127659574468085%;
	}
	
	.p-bnrArea__inner:first-child {
		margin-left: 0;
	}
	
	.p-bnrArea__lead {
		font-size: 18px;
		letter-spacing: 0.08em;
		padding-top: 40px;
	}
	
	.p-bnrArea__with {
		width: 750px;
		margin: 0 auto;
		margin-top: 20px;
		justify-content: space-around;
	}
	
	.p-bnrArea__with > a {
		width: 48.11827956989247%;
	}
	
	.p-bnrArea__with > a:nth-of-type(n+3) {
		margin-top: 15px;
	}
	
	.p-bnrArea__ichijo {
		width: 70%;
	}


}

@media screen and (max-width: 767px) {
	.p-bnrArea__inner {
		width: 18.64406779661017%;
	}
	
	.p-bnrArea__lead {
		padding-bottom: 15px;
		padding-top: 18px;
	}
}