/* ==========================================================================
  Foundation
  ========================================================================== */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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 {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* change colours to suit your needs */

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

/* change colours to suit your needs */

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;
}

/* change border colour to suit your needs */

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

input,
select {
	vertical-align: middle;
}

/* フォームの初期化を追加 */

/* テキスト */

input[type="text"],
input[type="email"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/* テキストエリア */

textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	height: 100px;
	width: 100%;
}

textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/* セレクト */

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: white;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
}

select::-ms-expand {
	display: none;
}

select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}

textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	height: 100px;
	padding: 0.4em 0.8em;
	width: 100%;
}

textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="submit"] {
	-webkit-appearance: none;
	background-image: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

/* base */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}

*,
::before,
::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	line-height: 1.4;
}

.wrapper {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: bottom;
	width: 100%;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 300;
}

a:focus {
	outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: none;
}

/* components */

.txt--xs {
	font-size: 2.2rem;
	line-height: 1.72;
}

.txt--sm {
	font-size: 2.4rem;
	line-height: 1.41;
}

.txt--md {
	font-size: 2.6rem;
	line-height: 1.61;
}

.txt--lg {
	font-size: 2.8rem;
	line-height: 1.71;
}

.txt--xlg {
	font-size: 3.2rem;
	line-height: 1.43;
}

.txt--bold {
	font-weight: bold;
}

.txt--primary {
	color: #e00012;
}

.inner {
	margin: 0 auto;
	max-width: calc(1200px + 5% * 2);
	padding: 0 5%;
	width: 100%;
}

.show--sp {
	display: none;
}

.show--smallerSp {
	display: none;
}

.section {
	margin-top: -70px;
	padding-top: 70px;
}

.section__ttl {
	color: #e00012;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 0.48em;
	margin-bottom: 75px;
	position: relative;
	text-align: center;
}

.section__ttl::after {
	-webkit-transform: translateX(-50%);
	background: url(../images/line.png) no-repeat center center/258px 21px;
	bottom: -38px;
	content: "";
	height: 21px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 258px;
}

.btn {
	background: -webkit-gradient(linear, right top, left top, from(#d053af), to(#e47657));
	background: -webkit-linear-gradient(right, #d053af, #e47657);
	background: linear-gradient(to left, #d053af, #e47657);
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-size: 2.1rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 3px;
	position: relative;
	text-align: center;
}

.btn--internal {
	color: #fff;
}

.btn--internal:hover {
	color: #e00012;
}

.btn--internal:hover .btn__inner {
	background: #fff;
}

.btn--external {
	color: #e00012;
}

.btn--external .btn__inner {
	background: #fff;
}

.btn--external::before {
	-webkit-transform: translateY(-50%);
	-webkit-transition: .3s;
	background: url(../images/link-icon.svg) no-repeat center center/23px 20px;
	content: "";
	height: 20px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	width: 23px;
	z-index: 3;
}

.btn--external.btn--download::before {
	background: url(../images/download-icon.svg) no-repeat center center/24px 24px;
	height: 24px;
	width: 24px;
}

.btn--external:hover {
	color: white;
}

.btn--external:hover::before {
	background: url(../images/link-icon-white.svg) no-repeat center center/23px 20px;
}

.btn--external:hover.btn--download::before {
	background: url(../images/download-icon-white.svg) no-repeat center center/24px 24px;
}

.btn--external:hover .btn__inner {
	background: transparent;
}

.btn .btn__inner {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-transition: 0.3s;
	align-items: center;
	border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	transition: 0.3s;
	width: 100%;
}

.btn__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.btn--lg {
	height: 80px;
	max-width: 452px;
	width: 100%;
}

.arrow--opposite {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion__ttl {
	-webkit-transition: 0.3s;
	background: #cfd8dc;
	border-radius: 10px;
	cursor: pointer;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding: 6px;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.accordion__ttl::after {
	-webkit-transform: translateY(-50%);
	background: url(../images/open-icon.svg) no-repeat center center/32px 32px;
	content: "";
	height: 32px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
}

.accordion__ttl.open::after {
	background: url(../images/close-icon.svg) no-repeat center center/32px 32px;
}

.accordion__contents {
	display: none;
	padding-top: 30px;
}

/* ==========================================================================
  Block
  ========================================================================== */

/* about */

.about {
	margin-bottom: 92px;
}

.about .desc__ttl.txt--xlg {
	font-size: 3.1rem;
}

/* action */

.action__subttl {
	margin-bottom: 50px;
	text-align: center;
}

.action__txt {
	margin-bottom: 100px;
	text-align: center;
}

.action__desc {
	margin: 60px 0 20px;
}

.action__posts {
	border: 1px solid #b0bec5;
	border-radius: 8px;
	height: 520px;
	overflow: auto;
	padding: 8px;
	padding: 12px; /*スクロールバーの横幅指定*/ /*スクロールバーの背景色・角丸指定*/ /*スクロールバーの色・角丸指定*/
}

.action__posts::-webkit-scrollbar {
	width: 15px;
}

.action__posts::-webkit-scrollbar-track {
	background: #f2f2f2;
	border-radius: 10px;
}

.action__posts::-webkit-scrollbar-thumb {
	background: #757575;
	border-radius: 10px;
}

/* about */

.banner__img--lg {
	display: none;
}

.banner__img--sm {
	display: none;
}

/* company */

.company {
	margin-top: 80px;
}

.company__ttl {
	letter-spacing: 0.1em;
	margin-bottom: 18px;
	text-align: center;
}

.company__list {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border: 1px solid #b0bec5;
	border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.company--special .company__item {
	width: calc(100% / 3);
}

.company--special .company__txt {
	font-size: 1.8rem;
	font-weight: bold;
}

.company--special .company__img {
	max-width: 210px;
	width: 90%;
}

.company--special .company__img--lg {
	max-width: 225px !important;
}

.company--special .company__img--xlg {
	max-width: 265px !important;
}

.company__item {
	border-bottom: 2px dashed #b0bec5;
	padding: 50px 1.8% 20px;
	position: relative;
	width: 25%;
}

.company__item::before {
	content: "";
	display: block;
	height: 0;
	padding-top: 72%;
}

.company__link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.company__link:hover .company__img {
	opacity: 0.6;
}

.company__img {
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	left: 50%;
	margin: 0 auto 50px;
	max-width: 152px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	width: 60%;
}

.company__img.company__img--lg {
	max-width: 190px;
	width: 80%;
}

.company__img.company__img--xlg {
	max-width: 240px;
	width: 85%;
}

.company__img.company__img--xs {
	max-width: 100px;
	width: 55%;
}

.company__img.company__img--xs img {
	position: relative;
	top: -20px;
}

.company__img.company__img--sm {
	max-width: 120px;
	width: 55%;
}

.company__img.company__img--xs {
	max-width: 100px;
	width: 55%;
}

.company__txt {
	-webkit-transform: translateX(-50%);
	bottom: 10%;
	font-size: 1.4rem;
	left: 50%;
	line-height: 1.28;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	white-space: nowrap;
}

.company__txt--adjust {
	bottom: 4%;
}

/* corporation */

.corporation {
	margin-top: 104px;
}

.corporation__ttl {
	margin-bottom: 20px;
	text-align: center;
}

.corporation__list {
	border: 1px solid #b0bec5;
	border-radius: 20px;
	padding: 30px 2% 49px;
	text-align: center;
}

.corporation__item:not(:last-child) {
	margin-bottom: 9px;
}

.corporation__item a {
	-webkit-transition: .3s;
	transition: .3s;
}

.corporation__item a:hover {
	opacity: .6;
}

/* desc */

.desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.desc__wrap {
	position: relative;
}

.desc__wrap--img .desc__copyright {
	bottom: -30px;
	color: #000;
	font-size: 1.6rem;
	line-height: 2.18;
	position: absolute;
	right: 0;
}

.desc__ttl {
	margin-bottom: 25px;
}

.desc__img {
	-webkit-transition: 0.3s;
	cursor: pointer;
	transition: 0.3s;
}

.desc__img:hover {
	opacity: 0.6;
}

.desc__caption {
	margin-top: 20px;
	text-align: center;
}

.desc__txt + .desc__txt {
	margin-top: 40px;
}

/* example */

.example {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.example__item {
	background: #f1e9d4;
	border-radius: 10px;
	padding: 143px 3% 66px;
	position: relative;
}

.example__ttl {
	-webkit-transform: translateX(-50%);
	left: 50%;
	max-width: 297px;
	position: absolute;
	top: -80px;
	transform: translateX(-50%);
	width: 80%;
}

.example__txt {
	margin-top: 3px;
}

.example__content + .example__content {
	margin-top: 54px;
}

/* footer */

.footer {
	position: relative;
}

.footer__inner {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer a {
	-webkit-transition: .3s;
	transition: .3s;
}

.footer a:hover {
	opacity: .6;
}

.footer__sns {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
}

.footer__wfp--pc {
	margin-right: 3%;
	position: relative;
	top: -19px;
	width: 244px;
}

.footer__wfp--sp {
	display: none;
	margin: 0 auto 10px;
	width: 185px;
}

.footer__snsItem {
	padding: 0 4px;
}

.footer__snsItem > a {
	display: block;
}

.footer__snsItem img {
	height: 44px;
	width: 43px;
}

.footer__snsItem--youtube img {
	height: 36px;
	width: 52px;
}

.footer__links {
	margin-bottom: -3px;
}

.footer__link {
	display: inline-block;
	padding: 0 6px 4px;
}

.footer__link > a {
	font-size: 1.3rem;
	line-height: 1.84;
}

.footer__wrap {
	-ms-flex-item-align: start;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.footer__telNo {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 4.7rem;
	line-height: 1.2;
	white-space: nowrap;
}

.footer__telNo::before {
	background: url(../images/tel-icon.svg) no-repeat center center/36px 36px;
	content: "";
	height: 36px;
	margin-right: 18px;
	position: relative;
	top: 3px;
	width: 36px;
}

.footer__note {
	font-size: 1.3rem;
	line-height: 2.3;
}

.footer__copyright {
	font-size: 1.3rem;
	line-height: 2.3;
}

.footer__copyright--sp {
	display: none;
}

.toTop {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	background: -webkit-gradient(linear, right top, left top, from(#d053af), to(#e47657));
	background: -webkit-linear-gradient(right, #d053af, #e47657);
	background: linear-gradient(to left, #d053af, #e47657);
	border-radius: 50%;
	bottom: 1.5%;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	justify-content: center;
	opacity: 0;
	position: fixed;
	right: 5%;
	visibility: hidden;
	width: 80px;
	z-index: 9998;
}

.toTop__arrow {
	-webkit-transform: rotate(-45deg);
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	height: 25px;
	position: relative;
	top: 4px;
	transform: rotate(-45deg);
	width: 25px;
}

.toTop.is-show {
	opacity: 1;
	visibility: visible;
}

.toTop:hover {
	opacity: .7;
}

/* guest */

.guest__ttl {
	margin: 0 auto 18px;
	max-width: 677px;
	width: 100%;
}

.guest__desc {
	margin-bottom: 50px;
	text-align: center;
}

.guest__list {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.guest__item {
	background: #fff;
	border: 1px solid #b0bec5;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px 2%;
}

.guest__img {
	margin: 0 auto 10px;
	width: 100%;
}

.guest__txt {
	margin-bottom: 15px;
	text-align: center;
}

.guest__txt.txt--lg {
	font-size: 2.3rem;
	line-height: 1.6;
}

.guest__txt span {
	font-size: 1.8rem;
}

.guest__sns {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.guest__snsItem {
	-webkit-transition: 0.3s;
	height: 44px;
	margin: 0 6px;
	transition: 0.3s;
	width: 44px;
}

.guest__snsItem:hover {
	opacity: 0.6;
}

.guest__snsItem-youtube {
	height: 36px;
	width: 52px;
}

.guest__blur {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(70%, white));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, white 70%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, white 70%);
	padding-top: 30px;
	position: relative;
	top: -76px;
	width: 100%;
}

.guest__additional {
	display: none;
}

.guest__note {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 13px;
}

.guest__note--adjust {
	font-size: 73%;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
}

/* header */

.header {
	background: #fff;
	width: 100%;
}

.header__upper {
	height: 110px;
}

.header__upper .inner {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.header__ttl {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header__ttl a {
	display: block;
}

.header__ttl img {
	margin-right: 25px;
	width: 220px;
}

.header__icons {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header__below {
	background: #fff;
	width: 100%;
}

.header__below .inner {
	height: 100%;
}

.header__below .header__icons {
	display: none;
}

.header__logo {
	cursor: pointer;
	display: none;
	margin-right: auto;
	padding-top: 6px;
	width: 140px;
}

.header__logo a {
	display: block;
}

.header__logo.active {
	display: block;
}

.header__menuItem > a {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.87;
	line-height: 70px;
}

.header__sns {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header__snsItem {
	height: 44px;
	margin: 0 2px;
	width: 44px;
}

.header__snsItem--youtube {
	height: 36px;
	width: 52px;
}

/* info */

.info {
	margin-top: 61px;
}

.info__contents {
	padding-top: 30px;
}

.info__desc {
	margin-bottom: 11px;
}

.info__txt {
	font-size: 1.6rem;
	line-height: 1.5;
}

.info__txt:not(:last-child) {
	margin-bottom: 40px;
}

.info__txt ul > li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 1rem;
}

.info__txt a {
	text-decoration: underline;
}

.info dl + dl {
	margin-top: 25px;
}

/*  intro */

.intro__result {
	background: #e6e0ce;
	margin-bottom: 70px;
	padding: 90px 20px 106px;
}

.intro__result .btn {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	font-size: 2.4rem;
}

.intro__result .btn--lg {
	height: 104px;
	max-width: 454px;
}

.intro__result .btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#d053af), to(#e47657));
	background: -webkit-linear-gradient(right, #d053af, #e47657);
	background: linear-gradient(to left, #d053af, #e47657);
}

.intro__result .btn__inner {
	background: -webkit-gradient(linear, right top, left top, from(#d053af), to(#e47657));
	background: -webkit-linear-gradient(right, #d053af, #e47657);
	background: linear-gradient(to left, #d053af, #e47657);
}

.intro__result p {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 45px;
	text-align: center;
}

.intro__imgs {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 70px;
}

.intro .desc {
	margin-bottom: 58px;
}

.intro__figure {
	margin: 0 auto 94px;
	max-width: 810px;
	width: 100%;
}

.fixedIntro {
	-webkit-box-shadow: 0px 0px 5px 8px rgba(0, 0, 0, 0.2);
	background: #e2dac5;
	bottom: 0;
	box-shadow: 0px 0px 5px 8px rgba(0, 0, 0, 0.2);
	display: none;
	font-size: 1.8rem;
	left: 0;
	padding: 25px 25px 35px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9997;
}

.fixedIntro p {
	font-weight: bold;
	margin-bottom: 20px;
}

.fixedIntro .btn {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	font-size: 1.8rem;
}

.fixedIntro .btn--lg {
	height: 68px;
	max-width: 318px;
}

.fixedIntro .btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#d053af), to(#e47657));
	background: -webkit-linear-gradient(right, #d053af, #e47657);
	background: linear-gradient(to left, #d053af, #e47657);
}

.fixedIntro .btn__inner {
	background: -webkit-gradient(linear, right top, left top, from(#d053af), to(#e47657));
	background: -webkit-linear-gradient(right, #d053af, #e47657);
	background: linear-gradient(to left, #d053af, #e47657);
	border-radius: 10px;
}

/* join */

.join {
	margin-bottom: 77px;
}

.join .section__ttl {
	margin-bottom: 80px;
}

.join1 {
	margin-bottom: 105px;
}

.join1__ttl {
	margin: 0 auto 111px;
	max-width: 915px;
	width: 100%;
}

.join1__note {
	margin: 8px 0 57px;
}

.join1 .btn__wrap {
	margin: 0 auto;
	max-width: 940px;
	width: 100%;
}

.join2 {
	margin-bottom: 100px;
}

.join2__ttl {
	margin: 0 auto 33px;
	max-width: 340px;
	width: 100%;
}

.join2__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.join2__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.join2__item {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	padding: 20px 3% 23px;
	width: calc(50% - 4% / 2);
}

.join2__item:not(:nth-child(2n)) {
	margin-right: 4%;
}

.join2__img {
	margin-bottom: 7px;
}

.join2__desc {
	-ms-flex: 1 1 0%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
}

.join2 .btn {
	margin-top: 60px;
}

.join3 {
	margin-bottom: 62px;
}

.join3__ttl {
	margin: 0 auto 137px;
	max-width: 575px;
	width: 100%;
}

.join3__box {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	-webkit-transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.8);
	border: 2px solid #f57f17;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	color: #e00012;
	font-size: 3.8rem;
	left: 50%;
	line-height: 1.13;
	margin: 0 auto;
	max-width: 688px;
	padding: 20px 2%;
	position: absolute;
	top: -110px;
	transform: translateX(-50%);
	width: 100%;
}

.join3__desc {
	margin-bottom: 20px;
	text-align: center;
}

.join3__desc--lg {
	font-size: 7.5rem;
	font-weight: normal;
	line-height: 0.2;
	position: relative;
	top: 3px;
}

.join3__icon {
	margin: 0 auto;
	width: 144px;
}

.join3__bg {
	background: url(../images/join3-pic1.jpg) center center/cover;
	height: 690px;
	margin: 0 calc(50% - 50vw) 5px;
	position: relative;
	width: 100vw;
}

.join3__copyright {
	color: #000;
	font-size: 1.6rem;
	line-height: 2.18;
	margin-bottom: 50px;
	text-align: right;
}

.join3__subttl {
	margin-bottom: 45px;
	text-align: center;
}

.join3__txt {
	text-align: center;
}

.join3__txt + .join3__txt {
	margin-top: 40px;
}

.join3 .btn {
	margin-top: 45px;
}

/* mv */

.mv {
	background: url(../images/mv-pic1.jpg) no-repeat center center;
	background-size: cover;
	height: 680px;
	width: 100%;
}

.mv .inner {
	height: 100%;
	position: relative;
}

.mv__contents {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	-webkit-transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.9);
	border-radius: 30px;
	bottom: 176px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	left: 50%;
	max-width: 862px;
	padding: 40px 4% 80px;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.mv__ttl {
	max-width: 735px;
	width: 100%;
}

.mv__box {
	-webkit-transform: translateX(-50%);
	background: #cb9c12;
	border-radius: 20px;
	bottom: -118px;
	left: 50%;
	margin: 0 auto 10px;
	max-width: 600px;
	padding: 16px 12px 12px;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.mv__txt {
	color: #fff;
	display: block;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	letter-spacing: 0.2em;
	line-height: 0.75;
}

.mv__txt:not(:last-of-type) {
	margin-bottom: 17px;
}

.mv__txt--accent {
	color: #0a6eb4;
}

.mv__note {
	color: #0a6eb4;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.mv__copyright {
	bottom: 0;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.18;
	position: absolute;
	right: 5%;
}

/* posts */

.posts {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.post {
	-webkit-transition: .3s;
	border: 1px solid #b0bec5;
	border-radius: 8px;
	font-size: 1.4rem;
	margin-bottom: 15px;
	transition: .3s;
}

.post:hover {
	opacity: .8;
}

.post__link {
	display: block;
}

.post__img {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.post__img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.post__img img {
	-o-object-fit: cover;
	-o-object-position: center center;
	font-family: "object-fit:cover";
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0;
	width: 100%;
}

.post__user {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
	margin-right: 5px;
}

.post__icon {
	margin-right: 16px;
	width: 43px;
}

.post__icon > img {
	border-radius: 50%;
}

.post__time {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	color: #999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 3px;
}

.post__name {
	font-weight: bold;
	word-break: break-all;
}

.post__body {
	padding: 14px 7.5% 0px;
}

.post__body p {
	line-height: 1.75;
}

.post__blur {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(70%, white));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, white 70%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, white 70%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-top: 30px;
	position: relative;
	top: -30px;
}

.post__cta {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
}

.post__cta--instagram {
	color: #ce2d94;
}

.post__cta--instagram {
	color: #ce2d94;
}

.post__cta--twitter {
	color: #3296d4;
}

.post__cta--facebook {
	color: #226db6;
}

.post__cta--youtube {
	color: #e70000;
}

.post__cta > span {
	margin: 0 6px;
}

.post__sns {
	height: 42px;
	width: 42px;
}

.post__arrow {
	height: 16px;
	width: 20px;
}

/* present */

.present {
	background: #fce8ef;
	margin: 0 calc(50% - 50vw);
	padding: 70px 11% 40px;
	width: 100vw;
}

.present__ttl {
	margin: 0 auto 37px;
	max-width: 720px;
	width: 100%;
}

.present__txt {
	margin-bottom: 52px;
	text-align: center;
}

.prize {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.prize__item {
	background: #fff;
	margin-bottom: 30px;
	padding-bottom: 26px;
	position: relative;
}

.prize__img {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.prize__img::before {
	content: "";
	display: block;
	padding-top: 76%;
}

.prize__img img {
	-o-object-fit: cover;
	-o-object-position: center center;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0;
	width: 100%;
}

.prize__img--border {
	border: 1px solid #b0bec5;
}

.prize__ttl {
	color: #e20012;
	margin-bottom: 16px;
	text-align: center;
}

.prize__ttl.txt--lg {
	font-size: 2.5rem;
	line-height: 1.84;
}

.prize__subttl {
	margin-bottom: 22px;
}

.prize__contents {
	padding: 0 5%;
}

.prize__note {
	font-size: 1.8rem;
	line-height: 1.88;
}

.prize__txt {
	margin-bottom: 27px;
}

.prize__txt.txt--xs {
	line-height: 1.5;
}

.prize__detail {
	margin-top: 30px;
}

/* prizeModal */

.prizeModal {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	display: none;
	left: 0;
	min-height: 100vh;
	padding-top: 8vh;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

.prizeModal__inner {
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
}

.prizeModal__contents {
	background: #fff;
	height: 80vh;
	overflow-y: scroll;
	padding: 40px;
	position: relative;
}

.prizeModal__ttl--pc {
	color: #e00012;
	font-size: 3rem;
	line-height: 1.6;
	margin-bottom: 15px;
}

.prizeModal__ttl--sp {
	color: #e00012;
	font-size: 2.8rem;
	line-height: 1.6;
	margin-bottom: 10px;
}

.prizeModal__txt:not(:last-child) {
	margin-bottom: 30px;
}

.prizeModal__note {
	font-size: 1.8rem;
	line-height: 1.88;
}

.prizeModal__wrap {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.prizeModal__img--border {
	border: 1px solid #b0bec5;
}

.prizeModal__box {
	background: #fce8ef;
	margin-bottom: 33px;
	padding: 20px 20px 30px;
}

.prizeModal__subttl {
	font-size: 1.8rem;
	margin-bottom: 12px;
}

.prizeModal__subttl span {
	color: #e00012;
	font-size: 2.4rem;
	font-style: italic;
}

.prizeModal__msg {
	font-size: 2rem;
	line-height: 1.45;
}

.prizeModal__msg:not(:last-child) {
	margin-bottom: 20px;
}

.prizeModal__msg a {
	-webkit-transition: .3s;
	text-decoration: underline;
	transition: .3s;
	word-wrap: break-word;
}

.prizeModal__msg a:hover {
	color: #e00012;
}

.prizeModal .close__btn {
	position: absolute;
	right: 0;
	top: -20px;
}

.prizeModal__members {
	margin-bottom: 20px;
}

/* result */

.result__mv {
	position: relative;
}

.result__ttl {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.result__ttl.show--pc {
	max-width: 800px;
	width: 80%;
}

.result__ttl.show--sp {
	max-width: 500px;
	width: 98%;
}

#js-result {
	background-image: url(../images/result/result-mv.jpg);
	background-repeat: repeat-x;
	background-size: cover;
	height: 482px;
	width: 100%;
}

/* announce */

.announce {
	padding: 82px 0 95px;
}

.announce .section__ttl {
	margin-bottom: 90px;
}

.announce__list {
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.announce__item {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	background: #fff;
	border: 2px solid #f57f17;
	border-radius: 20px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	padding: 37px 2% 40px;
	text-align: center;
}

.announce__icon img {
	width: auto;
}

.announce__note {
	color: #e20012;
	font-size: 2.2rem;
	font-weight: bold;
}

.announce__number {
	color: #e20012;
	font-size: 7.5rem;
	line-height: 1;
	margin-bottom: 9px;
	white-space: nowrap;
}

.announce__number > span {
	font-size: 4.2rem;
	font-weight: 500;
}

.announce__subttl {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.announce__txt {
	font-size: 2.2rem;
	line-height: 1.8;
	margin-top: 50px;
	text-align: center;
}

/* contest */

.contest {
	background: #fce8ef;
	padding: 100px 0 130px;
}

.contest .section__ttl {
	margin-bottom: 90px;
}

.contest__link {
	-webkit-transition: .3s;
	display: block;
	transition: .3s;
}

.contest__link:hover {
	opacity: .7;
}

.contest__txt {
	font-size: 2.6rem;
	margin-bottom: 96px;
	text-align: center;
}

.contest__list {
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contest__item {
	background: #fff;
	border-radius: 10px;
	padding: 110px 2.5% 37px;
	position: relative;
	text-align: center;
}

.contest__ttl {
	-webkit-transform: translateX(-50%);
	left: 50%;
	position: absolute;
	top: -23px;
	transform: translateX(-50%);
	width: 87%;
}

.contest__name {
	color: #ef6c00;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 45px;
}

.contest__name > span {
	font-size: 1.8rem;
	position: relative;
}

.contest__name--note > span::before {
	color: #e20012;
	content: "※";
	font-size: 1.8rem;
	font-weight: bold;
	position: absolute;
	right: -16px;
	top: -10px;
}

.contest__mainImg {
	-webkit-box-shadow: 4px 3px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 3px 10px 1px rgba(0, 0, 0, 0.3);
	margin-bottom: 36px;
}

.contest__wrap {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 47px;
}

.contest__img {
	margin-right: 9%;
	width: 36%;
}

.contest__img--border {
	border: 1px solid #b0bec5;
}

.contest__contents {
	-ms-flex: 1 1 0%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
	font-size: 1.8rem;
	text-align: left;
}

.contest__contents--adjust {
	font-size: 1.7rem;
	margin-right: -3%;
}

.contest__box {
	background: #fff;
	border: 3px dashed #e2dac5;
	border-radius: 10px;
	padding: 11px 2% 21px;
}

.contest__boxTtl {
	color: #e20012;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.contest__boxTxt {
	font-size: 1.7rem;
}

.contest__note {
	background: #fff;
	border-radius: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
	margin: 42px 0 83px;
	padding: 30px 4% 25px;
}

.contest__note > p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contest__note > p::before {
	color: #e00012;
	content: "※";
	font-weight: bold;
	margin-right: 3px;
}

/* next */

.next {
	padding: 90px 0 150px;
	text-align: center;
}

.next__txt {
	font-size: 2.2rem;
	margin-bottom: 40px;
	padding: 0 10px;
}

.next .btn:not(:last-of-type) {
	margin-bottom: 22px;
}

/* toggle */

.toggle {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
	cursor: pointer;
	display: none;
	height: 44px;
	position: relative;
	width: 42px;
	z-index: 3;
}

.toggle.active {
	left: -8px;
}

.toggle span {
	-webkit-transition: 0.35s ease-in-out;
	border-bottom: solid 2px #000;
	display: block;
	left: 7px;
	position: absolute;
	transition: 0.35s ease-in-out;
	width: 35px;
}

.toggle span:nth-child(1) {
	top: 7px;
}

.toggle span:nth-child(2) {
	top: 17px;
}

.toggle span:nth-child(3) {
	top: 27px;
}

.toggle.active span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	left: 7px;
	top: 16px;
	transform: rotate(-45deg);
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	top: 16px;
	transform: rotate(45deg);
}

.toggle__txt {
	-webkit-transform: translateX(-50%);
	bottom: -3px;
	font-size: 1rem;
	left: 59%;
	position: absolute;
	transform: translateX(-50%);
}

/* try */

.try {
	margin-top: 80px;
}

.try__ttl {
	margin: 0 auto 27px;
	max-width: 272px;
	width: 100%;
}

.try__txt {
	margin-bottom: 50px;
	text-align: center;
}

.try__box {
	border-bottom: 1px solid #b0bec5;
	border-top: 1px solid #b0bec5;
	margin: 0 auto;
	max-width: 480px;
	padding-bottom: 20px;
	width: 100%;
}

.try__boxTtl {
	margin-bottom: 12px;
	text-align: center;
}

.try__links {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.try__link {
	padding: 0 3%;
}

.try__link > a {
	-webkit-transition: 0.3s;
	display: block;
	transition: 0.3s;
}

.try__link > a:hover {
	opacity: 0.6;
}

.try .btn.btn--lg {
	margin-bottom: 40px;
	width: 477px;
}

/* videoModal */

.videoModal {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

.videoModal__iframe {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	max-width: 950px;
	position: absolute;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.videoModal__iframe::before {
	content: "";
	display: block;
	height: 0;
	padding-top: 60%;
}

.videoModal__iframe iframe {
	border: 0px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.videoModal .close__btn {
	position: absolute;
	right: 0;
	top: -67px;
}

.close__btn {
	cursor: pointer;
	display: inline-block;
	height: 70px;
	width: 70px;
}

.close__btn span::before,
.close__btn span::after {
	background: #fff;
	content: "";
	display: block;
	height: 6%;
	left: 50%;
	margin: -8% 0 0 -42%;
	position: absolute;
	top: 50%;
	width: 84%;
}

.close__btn span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close__btn span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* wfp */

.wfp {
	margin-top: 100px;
	padding-bottom: 395px;
}

.wfp .section__ttl {
	margin-bottom: 84px;
}

.wfp__bg {
	background: url(../images/wfp-pic1.jpg) center center/cover;
	height: 690px;
	margin: 0 calc(50% - 50vw) 55px;
	position: relative;
	width: 100vw;
}

.wfp__box {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	-webkit-transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.9);
	border-radius: 30px;
	bottom: -260px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	left: 50%;
	margin: 0 auto;
	max-width: 860px;
	padding: 36px 2%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.wfp__txt {
	margin-bottom: 40px;
}

.wfp .btn:not(:last-child) {
	margin-bottom: 18px;
}

@media (min-width: 768px) {

.banner__img--lg {
	display: block;
}

}

@media (min-width: 961px) {

a[href*="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.btn--sm {
	height: 80px;
	max-width: 246px;
	width: 80%;
}

.about .btn {
	margin-top: 100px;
}

.company--special .company__item {
	border-bottom: none;
}

.company--special .company__item:nth-child(3n) {
	border-right: none;
}

.company__item:not(:nth-child(4n)) {
	border-right: 2px dashed #b0bec5;
}

.company__item--adjustPc {
	border-bottom: none;
}

.desc__wrap {
	width: calc(50% - 2% / 2);
}

.desc__wrap:not(:nth-child(2n)) {
	margin-right: 2%;
}

.desc__wrap--img {
	-ms-flex-item-align: start;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.example__item {
	width: calc(100% / 3 - 3% / 2);
}

.example__item:not(:nth-child(3n)) {
	margin-right: 3%;
}

.footer__wrap {
	margin-right: 12%;
}

.guest__item {
	width: calc(100% / 4 - 1.5% * 3 / 4);
}

.guest__item:not(:nth-child(4n)) {
	margin-right: 1.5%;
}

.intro__img:not(:last-child) {
	margin-right: 3%;
}

.join1 .btn {
	width: calc(50% - 3% / 2);
}

.join1 .btn:not(:nth-child(2n)) {
	margin-right: 3%;
}

.join2__list {
	margin-right: 3%;
	width: 57%;
}

.prize {
	margin: 0 auto;
	max-width: 1193px;
}

.prize__item {
	width: calc(100% / 3 - 3% * 2 / 3 - 0.01px);
}

.prize__item:not(:nth-child(3n)) {
	margin-right: 3%;
}

.prize__subttl.txt--sm {
	font-size: 2.3rem;
}

.prizeModal__inner {
	max-width: 900px;
	width: 80%;
}

.prizeModal__desc {
	margin-right: 7%;
	width: 47%;
}

.prizeModal__img {
	-ms-flex: 1 1 0%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
}

.announce__item {
	width: calc(100% / 3 - 1.5% * 2 / 3);
}

.announce__item:not(:nth-child(3n)) {
	margin-right: 1.5%;
}

.announce__icon {
	margin-bottom: 10px;
}

.contest__item {
	width: calc(100% / 3 - 2% * 2 / 3);
}

.contest__item:not(:nth-child(3n)) {
	margin-right: 2%;
}

.try__link--youtube {
	position: relative;
	top: 5px;
}

}

@media (min-width: 1101px) {

.post {
	min-height: 501px;
	width: calc(100% / 4 - 1.2% * 3 / 4 - 0.01px);
}

.post:not(:nth-child(4n)) {
	margin-right: 1.2%;
}

}

@media (min-width: 1231px) {

.header__ttl {
	pointer-events: none;
}

.header__below .inner {
	-ms-flex-line-pack: center;
	-ms-flex-pack: end;
	-webkit-align-content: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	align-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

.header__below {
	height: 70px;
}

.header__below.fixed {
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.77);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__menuList {
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-right: 53px;
}

.header__menuItem:not(:last-child) {
	margin-right: 30px;
}

}

@media (max-width: 1230px) {

.banner {
	margin-top: 60px;
}

.header__upper {
	background: #fff;
	border-bottom: 1px solid #d6d6d6;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.header__ttl {
	cursor: pointer;
}

.header__ttl img {
	margin-right: 14px;
	width: 110px;
}

.header__ttl + .header__icons img {
	width: 35px;
}

.header__below .inner {
	max-width: initial;
	padding: 0;
	width: 100%;
}

.header__below {
	border-bottom: 1px solid #d6d6d6;
	display: none;
	position: fixed;
	top: 60px;
	width: 100%;
	z-index: 9999;
}

.header__below .header__icons {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding: 14px;
}

.header__below .header__icon {
	width: 60px;
}

.header__logo.active {
	display: none;
}

.header__menuList {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
}

.header__menuItem > a {
	font-size: 1.8rem;
	line-height: 60px;
	padding: 0 5%;
}

.header__menuItem + .header__menuItem {
	border-top: 1px solid #d6d6d6;
}

.header__sns {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	border-bottom: 1px solid #d6d6d6;
	justify-content: center;
	padding: 14px;
}

.header__snsItem {
	height: 50px;
	margin: 0 5px;
	width: 50px;
}

.header__snsItem--youtube {
	height: 43px;
	position: relative;
	top: 1px;
	width: 61px;
}

.toggle {
	display: block;
	margin-left: auto;
}

}

@media (max-width: 1100px) {

.action__posts::-webkit-scrollbar {
	width: 10px;
}

.header__menuItem > a {
	font-size: 1.4rem;
}

.post {
	font-size: 1.1rem;
	width: calc(100% / 2 - 1.2% * 1 / 2 - 0.01px);
}

.post:not(:nth-child(2n)) {
	margin-right: 1.2%;
}

.post__img {
	margin-bottom: 9px;
}

.post__user {
	margin-bottom: -4px;
}

.post__icon {
	margin-right: 5px;
	width: 36px;
}

.post__body {
	padding: 9px 11px 0px;
}

.post__body p {
	font-size: 1.2rem;
	line-height: 1.4;
}

.post__cta {
	font-size: 1.2rem;
}

.post__cta > span {
	margin: 0 2px;
}

.post__sns {
	height: 16px;
	width: 16px;
}

.post__arrow {
	height: 9px;
	width: 12px;
}

}

@media (max-width: 960px) {

body {
	font-size: 1.8rem;
	line-height: 1.66;
}

.txt--xs {
	font-size: 1.8rem;
	line-height: 1.66;
}

.txt--md {
	font-size: 2rem;
	line-height: 2.1;
}

.txt--xlg {
	font-size: 2.4rem;
	line-height: 1.41;
}

.inner {
	max-width: calc(600px + 10px * 2);
	padding: 0 10px;
}

.show--pc {
	display: none;
}

.show--sp {
	display: block;
}

.section__ttl {
	font-size: 2.6rem;
	line-height: 1.23;
	margin-bottom: 54px;
}

.section__ttl::after {
	background: url(../images/line.png) no-repeat center center/129px 10px;
	bottom: -20px;
	height: 10px;
	width: 129px;
}

.btn--adjust .btn__inner {
	font-size: 1.4rem;
}

.btn {
	font-size: 1.6rem;
}

.btn__wrap {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.btn--lg {
	height: 70px;
}

.btn--sm {
	height: 70px;
	width: 206px;
}

.accordion__ttl {
	font-size: 2.4rem;
	padding: 14px;
}

.accordion__ttl::after {
	background: url(../images/open-icon.svg) no-repeat center center/30px 30px;
	height: 30px;
	width: 30px;
}

.accordion__ttl.open::after {
	background: url(../images/close-icon.svg) no-repeat center center/30px 30px;
}

.accordion__contents {
	padding-top: 26px;
}

.about {
	margin-bottom: 55px;
}

.about .desc {
	margin-bottom: -8px;
}

.about .desc__wrap:not(:nth-child(2n)) {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	margin-top: 70px;
	order: 1;
}

.about .desc__ttl.txt--xlg {
	font-size: 2.4rem;
	line-height: 1.41;
}

.action__subttl {
	margin-bottom: 10px;
}

.action__txt {
	margin-bottom: 56px;
}

.action__txt.txt--md {
	font-size: 1.8rem;
	line-height: 1.66;
}

.action__desc {
	margin: 29px 0 13px;
}

.action__desc.txt--sm {
	font-size: 2rem;
	line-height: 1.3;
}

.company__ttl {
	font-size: 2.6rem;
	line-height: 1.23;
	margin-bottom: 23px;
}

.company--special .company__item {
	width: 100%;
}

.company--special .company__item::before {
	padding-top: 45%;
}

.company--special .company__item:not(:nth-child(2n)) {
	border-right: none;
}

.company--special .company__txt {
	bottom: 10%;
}

.company__item::before {
	padding-top: 55%;
}

.company__item {
	width: 50%;
}

.company__item:not(:nth-child(2n)) {
	border-right: 2px dashed #b0bec5;
}

.company__item--adjustSp {
	border-bottom: none;
}

.company__img {
	max-width: 100px;
	width: 80%;
}

.company__img.company__img--lg {
	max-width: 120px;
	width: 80%;
}

.company__img.company__img--xlg {
	max-width: 140px;
	width: 90%;
}

.company__img.company__img--xs {
	max-width: 60px;
	width: 80%;
}

.company__img {
	margin: 0 auto 14px;
}

.company__txt {
	bottom: 5%;
}

.corporation {
	margin-top: 54px;
}

.corporation__ttl {
	font-size: 2.6rem;
	line-height: 1.23;
}

.corporation__list {
	padding: 41px 2% 42px;
}

.corporation__item:not(:last-child) {
	margin-bottom: 15px;
}

.corporation__item {
	font-size: 2rem;
	line-height: 1.2;
}

.desc {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.desc__wrap {
	width: 100%;
}

.desc__wrap:not(:nth-child(2n)) {
	margin-bottom: 37px;
}

.desc__wrap--img .desc__copyright {
	font-size: 1.2rem;
	line-height: 2.91;
}

.desc__ttl {
	margin-bottom: 9px;
	text-align: center;
}

.desc__caption {
	margin-top: 6px;
}

.desc__txt + .desc__txt {
	margin-top: 30px;
}

.example {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.example__item {
	width: 100%;
}

.example__item:not(:last-child) {
	margin-bottom: 96px;
}

.example__item {
	padding: 121px 9% 50px;
}

.example__ttl {
	max-width: 300px;
	top: -58px;
	width: 100%;
}

.example__txt {
	font-size: 1.6rem;
	line-height: 1.75;
}

.example__content + .example__content {
	margin-top: 37px;
}

.footer__inner {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-bottom: 8px;
}

.footer__sns {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 14px;
}

.footer__wfp--pc {
	display: none;
}

.footer__wfp--sp {
	display: block;
}

.footer__snsItem--youtube {
	position: relative;
	top: 1px;
}

.footer__links {
	margin: 0 auto;
	margin-bottom: 7px;
	max-width: 270px;
	text-align: center;
	width: 100%;
}

.footer__link {
	padding: 0 6px 0;
}

.footer__wrap {
	width: 100%;
}

.footer__telNo {
	font-size: 3.8rem;
}

.footer__telNo::before {
	background: url(../images/tel-icon.svg) no-repeat center center/28px 28px;
	height: 28px;
	margin-right: 12px;
	position: relative;
	top: 0px;
	width: 28px;
}

.footer__note {
	font-size: 1rem;
	line-height: 1.6;
}

.footer__copyright--pc {
	display: none;
}

.footer__copyright--sp {
	display: block;
	text-align: center;
}

.toTop__arrow {
	height: 18px;
	width: 18px;
}

.toTop {
	height: 46px;
	right: 2%;
	width: 46px;
}

.guest__ttl {
	max-width: 234px;
}

.guest__desc {
	margin-bottom: 41px;
}

.guest__desc.txt--xlg {
	font-size: 2.2rem;
	line-height: 1.54;
}

.guest__item {
	margin-bottom: 19px;
	padding: 21px 2% 23px;
	width: calc(100% / 2 - 2% * 1 / 2);
}

.guest__item:not(:nth-child(2n)) {
	margin-right: 2%;
}

.guest__img {
	margin: 0 auto 19px;
}

.guest__txt span {
	font-size: 1.4rem;
}

.guest__txt.txt--lg {
	font-size: 1.8rem;
	line-height: 1.6;
}

.guest__snsItem {
	height: 30px;
	width: 30px;
}

.guest__snsItem-youtube {
	height: 20px;
	position: relative;
	top: -3px;
	width: 36px;
}

.guest__snsItem-youtube img {
	vertical-align: top;
}

.guest__note {
	font-size: 1.4rem;
	line-height: 1.71;
}

.info {
	margin-top: 57px;
}

.info__desc {
	font-size: 1.8rem;
	line-height: 2.22;
	margin-bottom: 6px;
}

.info__txt {
	font-size: 1.4rem;
	line-height: 1.71;
}

.info__txt:not(:last-child) {
	margin-bottom: 20px;
}

.info__txt ul {
	padding-left: 5px;
}

.info dl + dl {
	margin-top: 15px;
}

.intro__result {
	margin-bottom: 50px;
	padding: 30px 10px 35px;
}

.intro__result .btn {
	font-size: 2rem;
}

.intro__result .btn--lg {
	height: 84px;
}

.intro__result p {
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 32px;
}

.intro__imgs {
	margin-top: 30px;
}

.intro__img:not(:nth-child(4n)) {
	margin-right: 9%;
}

.intro {
	padding-top: 317px;
}

.intro .desc {
	margin-bottom: 43px;
}

.intro__figure {
	margin: 0 auto 57px;
}

.fixedIntro {
	font-size: 1.2rem;
	padding: 25px 10px 50px;
}

.fixedIntro p {
	margin-bottom: 18px;
}

.fixedIntro .btn {
	font-size: 1.6rem;
}

.fixedIntro .btn--lg {
	height: 60px;
	max-width: 288px;
}

.join .section__ttl {
	margin-bottom: 61px;
}

.join1 {
	margin-bottom: 60px;
}

.join1__ttl {
	margin: 0 auto 97px;
	max-width: 220px;
}

.join1__note {
	font-size: 1.6rem;
	line-height: 1.75;
	margin: 8px 0 24px;
}

.join1 .btn:not(:last-child) {
	margin-bottom: 20px;
}

.join2 {
	margin-bottom: 60px;
}

.join2__ttl {
	margin: 0 auto 40px;
	max-width: 142px;
}

.join2__wrap {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.join2__list {
	margin-bottom: 40px;
}

.join2__item {
	padding: 10px 3% 13px;
}

.join2__img {
	margin-bottom: 5px;
}

.join2__txt {
	font-size: 1rem;
	line-height: 1.4;
}

.join2__subttl {
	margin-bottom: 11px;
}

.join2 .btn {
	margin-top: 37px;
}

.join3__ttl {
	margin: 0 auto 137px;
	max-width: 237px;
}

.join3__box {
	font-size: 2rem;
	line-height: 1.25;
	max-width: 366px;
	padding: 10px 2%;
	top: -96px;
	width: 92%;
}

.join3__desc {
	margin-bottom: 7px;
}

.join3__desc--lg {
	font-size: 4rem;
}

.join3__icon {
	width: 75px;
}

.join3__bg {
	height: 180px;
	margin: 0 calc(50% - 50vw) 10px;
}

.join3__copyright {
	font-size: 1.2rem;
	line-height: 2.91;
}

.join3__subttl {
	margin-bottom: 30px;
}

.join3__txt + .join3__txt {
	margin-top: 32px;
}

.join3__txt.txt--md {
	font-size: 1.8rem;
	line-height: 1.66;
}

.join3 .btn {
	margin-top: 40px;
}

.mv {
	background: url(../images/mv-pic1-sp.jpg) no-repeat center center;
	background-size: cover;
	height: 360px;
}

.mv__contents {
	border-radius: 10px;
	bottom: -164px;
	max-width: 440px;
	padding: 25px 10px 70px;
}

.mv__ttl {
	margin: 0 auto;
	max-width: 304px;
	width: 90%;
}

.mv__box {
	border-radius: 10px;
	bottom: -86px;
	margin: 0 auto 5px;
	max-width: 335px;
	padding: 12px;
}

.mv__txt {
	font-size: 2.4rem;
	letter-spacing: 0.16em;
	line-height: 0.75;
}

.mv__txt:not(:last-of-type) {
	margin-bottom: 12px;
}

.mv__note {
	font-size: 1.6rem;
	line-height: 1.37;
}

.mv__copyright {
	bottom: -283px;
	color: #000;
	font-size: 1.2rem;
	line-height: 2.91;
}

.present {
	margin-bottom: 53px;
	padding: 28px 3% 20px;
}

.present__ttl {
	margin: 0 auto 24px;
	max-width: 270px;
}

.present__txt {
	font-size: 2.2rem;
	line-height: 1.54;
	margin-bottom: 24px;
}

.prize {
	margin: 0 auto;
	max-width: calc(600px + 10px * 2);
	padding: 0 10px;
	padding: 0 10px;
}

.prize__item {
	margin-bottom: 46px;
	padding-bottom: 23px;
	width: 100%;
}

.prize__img {
	margin-bottom: 26px;
}

.prize__subttl.txt--sm {
	font-size: 2.2rem;
	line-height: 1.45;
}

.prize__contents {
	padding: 0 4%;
}

.prize__txt.txt--xs {
	font-size: 2rem;
	line-height: 1.6;
}

.prizeModal {
	padding: 0 10px;
}

.prizeModal__inner {
	max-width: 600px;
	padding-top: 70px;
	width: 100%;
}

.prizeModal__contents {
	padding: 52px 10px;
}

.prizeModal__txt.txt--md {
	line-height: 1.6;
}

.prizeModal__wrap {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
}

.prizeModal__desc {
	margin-bottom: 30px;
	width: 100%;
}

.prizeModal__img {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	margin-bottom: 25px;
	order: -1;
}

.prizeModal__box {
	padding: 20px 12px 30px;
}

.prizeModal__box {
	margin-bottom: 23px;
}

.prizeModal__subttl span {
	font-size: 2rem;
}

.prizeModal__subttl {
	margin-bottom: 8px;
}

.prizeModal__subttl.txt--sm {
	font-size: 2rem;
}

.prizeModal__msg {
	font-size: 1.8rem;
	line-height: 1.55;
}

.prizeModal .close__btn {
	top: 20px;
}

.prizeModal__members {
	font-size: 1.6rem;
	line-height: 1.55;
}

.result__mv {
	margin-top: 59px;
}

#js-result {
	height: 400px;
}

.announce {
	padding: 38px 0 63px;
}

.announce .section__ttl {
	margin-bottom: 55px;
}

.announce__list {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 400px;
}

.announce__item {
	padding: 25px 2% 27px;
	width: 100%;
}

.announce__item:not(:last-child) {
	margin-bottom: 25px;
}

.announce__icon--action img {
	width: 140px;
}

.announce__icon--post img {
	margin-bottom: 5px;
	position: relative;
	top: -5px;
	width: 29px;
}

.announce__icon--people img {
	margin-bottom: -3px;
	position: relative;
	top: -9px;
	width: 108px;
}

.announce__note {
	font-size: 1.6rem;
}

.announce__number {
	font-size: 6rem;
	margin-bottom: 5px;
}

.announce__number > span {
	font-size: 3.6rem;
}

.announce__subttl {
	font-size: 2.2rem;
	margin-bottom: -1px;
}

.announce__txt {
	font-size: 1.8rem;
	line-height: 1.7;
	margin-top: 25px;
}

.contest {
	padding: 74px 0 76px;
}

.contest .section__ttl {
	line-height: 1.3;
	margin-bottom: 56px;
}

.contest__txt {
	font-size: 1.8rem;
	margin-bottom: 86px;
}

.contest__list {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 6px;
}

.contest__list:first-of-type {
	margin-bottom: 92px;
}

.contest__item {
	padding: 105px 7.5% 31px;
	width: 100%;
}

.contest__item:not(:last-of-type) {
	margin-bottom: 40px;
}

.contest__ttl {
	max-width: 400px;
	top: -45px;
	width: 87%;
}

.contest__name {
	font-size: 2.6rem;
}

.contest__name > span {
	font-size: 2rem;
}

.contest__mainImg {
	margin-bottom: 28px;
}

.contest__wrap {
	margin-bottom: 40px;
}

.contest__img {
	margin-right: 5.5%;
}

.contest__contents--adjust {
	font-size: 1.5rem;
}

.contest__contents {
	font-size: 1.6rem;
	line-height: 1.4;
}

.contest__box {
	padding: 8px 2% 18px;
}

.contest__boxTtl {
	font-size: 1.4rem;
}

.contest__boxTxt {
	font-size: 1.4rem;
}

.contest__note {
	font-size: 1.6rem;
	font-weight: bold;
	margin: -28px 0 105px;
	padding: 30px 9% 25px;
}

.next {
	padding: 58px 0 150px;
}

.next__txt {
	font-size: 1.7rem;
	margin-bottom: 24px;
}

.next .btn {
	max-width: 330px;
}

.try__ttl {
	margin: 0 auto 17px;
	max-width: 162px;
}

.try__txt {
	margin-bottom: 37px;
}

.try__txt.txt--md {
	font-size: 2.2rem;
	line-height: 1.54;
}

.try__box {
	padding-top: 3px;
}

.try__boxTtl {
	margin-bottom: 9px;
}

.try__link {
	padding: 0 3.5%;
}

.try__link--youtube {
	position: relative;
	top: 5px;
}

.try .btn.btn--lg {
	margin-bottom: 53px;
	width: 100%;
}

.close__btn {
	height: 50px;
	top: -48px;
	width: 50px;
}

.wfp {
	margin-top: 55px;
	padding-bottom: 452px;
}

.wfp .section__ttl {
	margin-bottom: 60px;
}

.wfp__bg {
	height: 180px;
}

.wfp__box {
	border-radius: 10px;
	bottom: -401px;
	padding: 12px 3.5% 40px;
	width: 90%;
}

.wfp__txt {
	margin-bottom: 26px;
}

.wfp__txt.txt--xs {
	font-size: 1.6rem;
	line-height: 1.62;
}

}

@media (max-width: 960px) and (max-width: 960px) {

.contest__item:not(:last-of-type) {
	margin-bottom: 52px;
}

}

@media (max-width: 960px) and (max-width: 600px) {

.contest__item:not(:last-of-type):first-of-type {
	margin-bottom: 62px;
}

}

@media screen and (max-width: 960px) and (orientation: landscape) {

.videoModal__iframe::before {
	padding-top: 40%;
}

}

@media (max-width: 767px) {

.banner__img--sm {
	display: block;
}

}

@media (max-width: 600px) {

.mv {
	height: 200px;
}

.mv__contents {
	max-width: 345px;
}

.result__ttl.show--sp {
	max-width: 380px;
}

#js-result {
	height: 250px;
}

.contest__txt {
	margin-bottom: 46px;
}

.contest__list:first-of-type {
	margin-bottom: 62px;
}

.contest__ttl {
	max-width: 298px;
	top: -22px;
}

.contest__note {
	margin: -28px 0 75px;
}

}

@media (max-width: 500px) {

.show--smallerSp {
	display: block;
}

.action__posts {
	height: 362px;
}

.company__txt {
	font-size: 3.2vw;
}

}

@media (max-width: 350px) {

.mv__contents {
	max-width: 300px;
}

.mv__box {
	max-width: 280px;
}

.mv__txt {
	font-size: 2rem;
}

}

@media (max-width: 320px) {

.btn--adjust .btn__inner {
	font-size: 1.2rem;
}

.post__cta > span {
	font-size: 1rem;
	margin: 0 4px;
	white-space: nowrap;
}

.post__sns {
	height: 12px;
	width: 12px;
}

}

