<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #1B4156;
	font-size: 1.6rem;
	line-height: 1.8;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #2081CB;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
section {
	padding: 100px 0;
}
section._last {
	padding-bottom: 150px;
}
#prize {
	background: #79CFFC url("../images/bg_geometric_w.png?date=20221226") repeat center top / 124px auto;
}
#judges {
	background: #CFF2D9 url("../images/bg_geometric_b.png?date=20221226") repeat center top / 124px auto;
}
#terms {
	background: #B3CFD9 url("../images/bg_geometric_w.png?date=20221226") repeat center top / 124px auto;
}
.container {
	width: 92%;
	max-width: 1080px;
	margin: 0 auto;
}
.em {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}
.en {
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.mt0 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.fs_xsmall {font-size: 80%;}
.fs_small {font-size: 90%;}
.fs_large {font-size: 110%;}
.fs_xlarge {font-size: 120%;}
.txt_center {text-align: center;}
.txt_right {text-align: right;}
.list &gt; li {
	position: relative;
	padding-left: 1.3em;
}
.list &gt; li + li {
	margin-top: .3em;
}
.list &gt; li::before,
.list &gt; li &gt; .num {
	position: absolute;
	top: 0;
	left: 0;
}
.list.smldot &gt; li::before {
	content: "・";
}
.list.kome &gt; li::before {
	content: "※";
}
.list.square &gt; li::before {
	content: "■";
}
.list.number {
	counter-reset: itemnum;
}
.list.number &gt; li {
	padding-left: 2em;
	line-height: 1.5;
}
.list.number &gt; li::before {
	counter-increment: itemnum;
	content: counter(itemnum);
	background: #1B4156;
	border-radius: 50%;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5;
}
.list.number &gt; li + li {
	margin-top: .5em;
}
.list.inline,
.list.inline &gt; li {
	display: inline-block;
}
.list.inline &gt; li {
	text-align: left;
}
.flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.kv_box {
	background: url("../images/kv_bg.jpg") no-repeat center center / cover;
	height: 620px;
}
.kv_img {
	width: 670px;
	padding: 30px 0 0 250px;
}
.lead_box {
	background: #C3EFFF;
	color: #18609D;
	padding: 60px;
	text-align: center;
}
.lead_box &gt; .container {
	position: relative;
}
.lead_img li {
	position: absolute;
	width: 210px;
}
.lead_img li:nth-child(1) {
	top: -30px;
	left: -200px;
}
.lead_img li:nth-child(2) {
	bottom: -30px;
	left: -50px;
}
.lead_img li:nth-child(3) {
	top: -30px;
	right: -200px;
}
.lead_img li:nth-child(4) {
	bottom: -30px;
	right: -50px;
}
.lead_copy {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .05em;
}
.lead_date {
	display: inline-block;
	background: linear-gradient(to right, #FF2E71 0%, #9F10FA 30%, #FF5E32 60%, #F9D12D 80%, #FF2E71 100%);
	color: #fff;
	padding: 10px 25px 3px;
	font-size: 2.0rem;
	font-feature-settings: "palt";
	letter-spacing: .05em;
	text-align: center;
	margin-top: 30px;
}
.lead_date .fs_xlarge {
	font-size: 3.0rem;
	line-height: 1;
}
.lead_date .fs_large {
	font-size: 2.5rem;
	line-height: 1;
}
.box {
	background: #fff;
	padding: 60px;
}
.box + .box {
	margin-top: 50px;
}
.box &gt; * + * {
	margin-top: 30px;
}
.sec_tit {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 4.0rem;
	line-height: 50px;
	height: 80px;
	padding-bottom: 30px;
	text-align: center;
	margin-bottom: 1em;
	background: url("../images/bg_sectit01.png") no-repeat bottom center / auto 100%;
}
.sec_tit._02 {
	background-image: url("../images/bg_sectit02.png");
}
.sec_tit._03 {
	background-image: url("../images/bg_sectit03.png");
	margin-bottom: .5em;
}
.sec_tit._04 {
	background-image: url("../images/bg_sectit04.png");
}
.sec_tit._05 {
	background-image: url("../images/bg_sectit05.png");
}
.sec_tit._06 {
	background-image: url("../images/bg_sectit06.png");
}
.sec_tit._07 {
	background-image: url("../images/bg_sectit07.png");
	font-size: 3.4rem;
}
.sec_lead {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	margin-top: 0;
}
.prize_box {
	flex-direction: column;
}
.prize_box &gt; * {
	position: relative;
	border-radius: 15px;
	padding: 50px 20px 20px;
	background: #FFE1F3;
	margin-top: 20px;
}
.prize_02 {
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin-top: 60px;
	background: #FFDDCF;
}
.pre_box {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	text-align: center;
}
.prize_01 .pre_box &gt; * {
	width: 32%;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.prize_02 .pre_box {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.prize_02 .pre_box &gt; .pre_img {
	width: 28%;
}
.prize_02 .pre_box &gt; *:nth-child(2) {
	width: auto;
}
.pre_num {
	display: block;
	width: 1.8em;
	height: 1.8em;
	background: #1B4156;
	border-radius: 50%;
	color: #fff;
	font-size: 3.0rem;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto;
}
.pre_copy {
	font-size: 2.0rem;
	line-height: 1.4;
	margin-bottom: .3em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.prize_01 .pre_copy {
	height: 5em;
	margin-bottom: 0;
}
.pre_copy .fs_xsmall {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: .2em;
}
.prize_02 .pre_copy + p {
	font-size: 1.6rem;
}
.prize_02 .pre_img img {
	width: 80%;
}
.prize_tit {
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	margin: auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 44px;
	text-align: center;
	height: 60px;
	background: url("../images/ribbon01.png") no-repeat center top / auto 100%;
}
.prize_02 .prize_tit {
	background-image: url("../images/ribbon02.png");
	font-size: 2.0rem;
}
.prize_stit {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.4;
	margin: .5em 0 1em;
}
.prize_att {
	margin-top: 15px;
}
.howto_flow .list.number &gt; li {
	border: 3px solid #1B4156;
	border-radius: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.1rem;
	padding: 30px 40px 30px 130px;
}
.howto_flow .list.number &gt; li::before {
	background: linear-gradient(135deg, #18609D 0%, #1B4156 100%);
	font-size: 3.0rem;
	width: 2em;
	height: 2em;
	line-height: 2;
	left: 40px;
	top: 15px;
}
.howto_flow .list.number &gt; li + li {
	margin-top: 20px;
}
.howto_flow .list.number &gt; li &gt; *:not(a) {
	font-size: 1.6rem;
}
.howto_flow .list.number &gt; li &gt; .fs_small {
	font-size: 1.5rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: normal;
	line-height: 1.6;
}
.insta_box {
	text-align: center;
}
.insta_box &gt; .flex {
	display: inline-flex;
	align-items: center;
	text-align: left;
	line-height: 1.6;
}
.insta_logo {
	width: 64px;
	margin-right: 30px;
}
.dl_box {
	text-align: center;
}
.dl_box a {
	display: inline-block;
}
.dl_box a + a {
	margin-left: 1em;
}
.dl_box img {
	height: 50px;
}
.coming_box {
	text-align: center;
}
.judges_box {
	background: linear-gradient(45deg, #BBEABE 0%, #FFFDC0 50%, #C1ECFF 100%);
	border-radius: 15px;
	padding: 40px;
}
.prof_ph {
	width: 30%;
}
.prof_body {
	width: 65%;
	line-height: 2;
}
.prof_name {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: .75em;
	position: relative;
}
.prof_name ._n1 {
	font-size: 2.6rem;
	letter-spacing: .05em;
}
.prof_name ._n2 {
	position: absolute;
	top: -30px;
	right: -20px;
	mix-blend-mode: multiply;
}
.prof_name ._n2 img {
	height: 40px;
}
.prof_name ._n3 {
	font-size: 1.6rem;
	display: block;
}
.charm_box {
	background: #fff;
	padding: 30px 30px 20px;
	margin-top: 20px;
	position: relative;
}
.charm_tit {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	background: linear-gradient(45deg, #44AA5C 30%, #18609D 100%);
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: .2em 1em;
	position: absolute;
	top: -30px;
	left: -10px;
	transform: rotate(-3deg);
}
.charm_tit::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 25px solid #44AA5C;
	border-left: 15px solid transparent;
	border-right: 1px solid transparent;
	position: absolute;
	top: 1.9em;
	left: 4em;
	transform: rotate(-25deg);
}
.btn_box {
	text-align: center;
}
.btn_box._mt {
	margin-top: 60px;
}
.btn_box._first {
	margin-top: 60px;
	margin-bottom: 60px;
}
.btn {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.4;
	text-decoration: none;
	padding: .8em 3em 1em 2em;
	display: inline-block;
	background: linear-gradient(135deg, #18609D 0%, #1B4156 100%);
	color: #fff;
	position: relative;
	transition: .5s;
}
.btn.grad {
	background: linear-gradient(135deg, #44AA5C 30%, #18609D 100%);
}
.btn::before,
.btn::after {
	content: "";
	position: absolute;
	background: #fff;
	transition: .5s;
}
.btn::before {
	height: 1px;
	width: calc(100% - 3em);
	bottom: .8em;
	left: 1.5em;
}
.btn::after {
	height: 1.5px;
	width: 1em;
	bottom: 1.1em;
	right: 1.5em;
	transform: rotate(30deg);
}
.btn:hover {
	opacity: .8;
}
.btn:hover::before {
	width: calc(100% - 2em);
}
.btn:hover::after {
	right: .5em;
}
.btn._back {
	font-size: 1.8rem;
	padding: .8em 2em 1em 3em;
}
.btn._back::before {
	right: 1.5em;
	left: auto;
}
.btn._back::after {
	left: 1.5em;
	transform: rotate(-30deg);
}
.btn._back:hover::after {
	left: .5em;
}
.result_box + .result_box {
	margin-top: 4em;
}
.result_tit {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.8rem;
	text-align: center;
	margin: 0 0 1em;
}
.result_tit &gt; span {
	display: inline-block;
	width: 1.75em;
	height: 1.75em;
	line-height: 1.75;
	position: relative;
	z-index: 1;
}
.result_tit &gt; span + span {
	margin-left: .25em;
}
.result_tit &gt; span::before,
.result_tit &gt; span::after {
	content: "";
	width: 1.75em;
	height: 1.75em;
	line-height: 1.75;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.result_tit &gt; span::before {
	border: 1px solid #1B4156;
}
.result_tit &gt; span::after {
	background: #FF2E71;
	opacity: .5;
	top: 2px;
	left: 3px;
	z-index: -1;
}
.result_tit &gt; span:nth-child(2)::after {
	background: #9F10FA;
}
.result_tit &gt; span:nth-child(3)::after {
	background: #FF5E32;
}
.result_tit &gt; span:nth-child(4)::after {
	background: #F9D12D;
}
._sankasyo .result_tit &gt; span::after {
	background: #F9D12D;
}
._sankasyo .result_tit &gt; span:nth-child(2)::after {
	background: #FF2E71;
}
._sankasyo .result_tit &gt; span:nth-child(3)::after {
	background: #FF5E32;
}
.result_block.flex {
	flex-wrap: wrap;
}
.result_block + .result_block {
	margin-top: 3em;
}
.result_winner {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	line-height: 1.4;
	background: linear-gradient(135deg, #FF2E71 0%, #9F10FA 100%);
	color: #fff;
	padding: .7em 12em .7em 1em;
	margin-bottom: 1em;
	position: relative;
	width: 100%;
}
.result_winner &gt; .fs_xsmall {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: normal;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	padding: .2em .75em;
	border: 1px solid #fff;
	text-align: center;
}
.result_winner_name {
	font-size: 2.0rem;
	line-height: 1;
	display: inline-block;
	margin-right: .25em;
}
.result_comm {
	font-size: 1.5rem;
	line-height: 1.6;
}
/* .result_block._01(94%) */
.result_block._01 .result_photo {
	width: 42%;
}
.result_block._01 .result_data {
	width: 23%;
}
.result_block._01 .result_comm {
	width: 29%;
}
/* .result_block._02 */
.result_block._02 .result_winner {
	background: linear-gradient(135deg, #9F10FA 0%, #FF5E32 100%);
}
.result_block._02 .result_photo {
	width: 35%;
	order: 3;
}
.result_block._02 .result_data {
	width: 23%;
	order: 2;
}
.result_block._02 .result_comm {
	width: 36%;
	order: 1;
}
/* .result_block._03 */
.result_block._03 .result_winner {
	background: linear-gradient(135deg, #FF5E32 0%, #F9D12D 100%);
}
.result_block._03 .result_photo {
	width: 33%;
}
.result_block._03 .result_data {
	width: 23%;
}
.result_block._03 .result_comm {
	width: 38%;
}
/* .result_block._04 */
.result_block._04 .result_winner {
	background: linear-gradient(135deg, #F9D12D 0%, #FF2E71 100%);
}
.result_block._04 .result_photo {
	width: 45%;
	order: 3;
}
.result_block._04 .result_data {
	width: 23%;
	order: 2;
}
.result_block._04 .result_comm {
	width: 26%;
	order: 1;
}
/* .result_block._05 */
.result_block._05 .result_winner {
	background: linear-gradient(135deg, #9F10FA 0%, #FF2E71 100%);
}
.result_block._05 .result_photo {
	width: 33%;
}
.result_block._05 .result_data {
	width: 41%;
}
.result_block._05 .result_comm {
	width: 20%;
}
.result_data table {
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
	font-size: 1.5rem;
	line-height: 1.4;
}
.result_data table caption {
	width: 100%;
	background: #1B4156;
	color: #fff;
	text-align: center;
	padding: .2em .5em;
	font-size: 1.4rem;
}
.result_data table tr &gt; * {
	border: 1px solid #1B4156;
	padding: .3em .5em;
	vertical-align: middle;
}
.result_data table tr &gt; th {
	background: #eee;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
.result_stit {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	display: inline-block;
	padding: .2em .75em;
	margin-bottom: .5em;
	position: relative;
	z-index: 1;
}
.result_stit::before,
.result_stit::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.result_stit::before {
	border: 1px solid #1B4156;
}
.result_stit::after {
	background: #e2f5fe;
	top: 2px;
	left: 3px;
	z-index: -1;
}
.result_body {
	text-align: center;
}
.result_body .sec_lead {
	display: inline-block;
	background: #FBDF6C;
	line-height: 1.4;
	padding: .5em;
	margin-top: .5em;
}
.result_review {
	background: #FDF1C0;
	border-radius: 15px;
	padding: 30px;
	margin-top: 3em;
}
.result_review_tit {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 1em;
}
.result_review_tit &gt; span {
	display: inline-block;
	width: 1.75em;
	height: 1.75em;
	line-height: 1.75;
	position: relative;
	z-index: 1;
}
.result_review_tit &gt; span::before,
.result_review_tit &gt; span::after {
	content: "";
	width: 1.75em;
	height: 1.75em;
	line-height: 1.75;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.result_review_tit &gt; span::before {
	border: 1px solid #1B4156;
}
.result_review_tit &gt; span::after {
	background: #FBDF6C;
	opacity: .5;
	top: 2px;
	left: 3px;
	z-index: -1;
}
.result_review_tit &gt; span + span {
	margin-left: .15em;
}
.result_review &gt; div {
	background: #fff;
	border: 1px solid #1B4156;
	padding: 40px 20px 20px;
	position: relative;
}
.result_review &gt; div + div {
	margin-top: 1.5em;
}
.result_judge {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.4;
	background: linear-gradient(45deg, #44AA5C 0%, #18609D 100%);
	color: #fff;
	padding: .2em 1em;
	position: absolute;
	top: -7px;
	left: -10px;
	transform: rotate(-1deg);
}
footer {
	background: #1B4156;
	color: #fff;
	text-align: center;
	padding: 20px 3%;
}

/* about */
.sub .kv_box {
	background-position: center top;
	height: auto;
	padding: 30px;
	text-align: center;
}
.sub .kv_img {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	padding: 0;
}
.sub_area {
	background: #CFF2D9 url("../images/bg_geometric_b.png?date=20221226") repeat center top / 124px auto;
	padding: 100px 0 150px;
}
.sublead_body {
	width: 58%;
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	line-height: 2;
}
.sublead_img {
	width: 37%;
	background: radial-gradient(#888 40%, transparent 40%) repeat center center / 4px 4px;
}
.sublead_img img {
	transform: rotate(5deg) translateX(5px);
}
.sublead_tit {
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.8;
	padding: 0 .75em 0 2.5em;
	background: linear-gradient(135deg, #44AA5C 0%, #18609D 100%);
	color: #fff;
	margin: 0 0 .75em -85px;
	transform: rotate(-.5deg);
}
.sub_area section {
	padding: 0;
	margin-top: 60px;
}
.subsec_tit {
	text-align: center;
	margin-bottom: 1.5em;
	position: relative;
}
.subsec_tit::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #1B4156;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.subsec_tit &gt; span {
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 2;
	padding: 0 1em;
	border-top: 2px solid #1B4156;
	border-bottom: 2px solid #1B4156;
	background: #fff;
	position: relative;
}
.subsec_tit &gt; span::before,
.subsec_tit &gt; span::after {
	content: "";
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.subsec_tit &gt; span::before {
	border-left: 2px solid #1B4156;
	border-top: 2px solid #1B4156;
	transform: rotate(-45deg);
	left: -.75em;
}
.subsec_tit &gt; span::after {
	border-right: 2px solid #1B4156;
	border-bottom: 2px solid #1B4156;
	transform: rotate(-45deg);
	right: -.7em;
}
.about_body {
	width: 65%;
}
.about_img {
	width: 32%;
	text-align: center;
}
.about_img img {
	width: 80%;
}
.gaiyo_box {
	margin-top: 20px;
}
.gaiyo_tit {
	margin-bottom: .3em;
}
.gaiyo_tit .fs_xsmall {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: normal;
	display: inline-block;
	margin-left: 1em;
}
.gaiyo_detail {
	display: flex;
	flex-flow: row wrap;
	border-top: 1px solid #1B4156;
	border-left: 1px solid #1B4156;
	width: 20em;
}
.gaiyo_detail &gt; * {
	border-right: 1px solid #1B4156;
	border-bottom: 1px solid #1B4156;
	line-height: 1.6;
}
.gaiyo_detail dt {
	font-weight: normal;
	width: 5.5em;
	text-align: center;
	letter-spacing: .5em;
	padding: .3em .3em .3em .8em;
	background: #eee;
}
.gaiyo_detail dd {
	width: calc(100% - 5.5em);
	padding: .3em 1em;
}
.about_box {
	flex-wrap: wrap;
}
.about_foot {
	width: 100%;
	margin-top: 30px;
}
.about_foot_img {
	margin-top: 20px;
}
.about_foot_img &gt; li + li {
	border-left: 5px solid #fff;
}
.type_body {
	width: 50%;
}
.type_img {
	width: 45%;
}
.type_img figure:nth-child(1) {
	width: 51%;
}
.type_img figure:nth-child(2) {
	width: 48%;
}
.type_img figcaption {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: .4em;
}
.favorite_wrap {
	background: linear-gradient(45deg, #BBEABE 0%, #FFFDC0 50%, #C1ECFF 100%);
}
.favorite_tit {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 3em;
	color: #3C7EA9;
}
.favorite_tit img {
	display: inline-block;
	vertical-align: text-bottom;
	height: 45px;
	margin-left: 15px;
}
.favorite_box {
	flex-wrap: wrap;
	background: #fff;
	border-radius: 15px;
	padding: 50px 40px 40px;
	position: relative;
}
.favorite_box + .favorite_box {
	margin-top: 40px;
}
.favorite_stit {
	width: 100%;
}
.favorite_stit &gt; span {
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.8;
	background: linear-gradient(45deg, #44AA5C 0%, #18609D 100%);
	color: #fff;
	padding: 0 .75em 0 2.5em;
	margin: -10px 0 0 -20px;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-.5deg);
}
.favorite_body {
	width: 66%;
	line-height: 2;
}
.favorite_body._cln1 {
	width: 100%;
}
.favorite_body._img_cln2 {
	width: 46%;
}
.favorite_img {
	width: 30%;
}
.favorite_img._img_cln2 {
	width: 50%;
}
.favorite_author {
	font-size: 1.5rem;
	text-align: right;
	margin-top: .5em;
}
.nwtower_wrap {
	background: linear-gradient(45deg, #BBEABE 0%, #FFFDC0 50%, #C1ECFF 100%);
}
.nwtower_tit {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1em;
}
.nwtower_tit &gt; span {
	display: block;
	font-size: 2.0rem;
	padding-bottom: 25px;
	background: url("../images/about/titbg_nwtower.png") no-repeat center bottom / auto 40px;
}
.nwtower_box + .nwtower_box {
	margin-top: 60px;
}
.nwtower_body {
	justify-content: center;
}
.nwtower_box .subsec_tit &gt; span,
.nwtower_box .subsec_tit &gt; span::before,
.nwtower_box .subsec_tit &gt; span::after {
	background: #1B4156;
}
.nwtower_box .subsec_tit &gt; span {
	font-size: 2.0rem;
	color: #fff;
}
.nwtower_block {
	background: #fff;
	padding: 15px;
	width: 40%;
	margin: 0 30px;
	text-align: center;
}
.nwtower_block figcaption {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	margin-top: .3em;
}
.nwtower_txt {
	font-size: 90%;
	line-height: 1.6;
	text-align: left;
}
.nwtower_block .list {
	text-align: left;
}
.const_box {
	border: 3px solid #1B4156;
	padding: 20px 30px;
}
.const_box + .const_box {
	margin-top: 50px;
	position: relative;
}
.const_box + .const_box::before {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-top: 30px solid #ddd;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
}
.const_body {
	width: 66%;
}
.const_tit {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: .5em;
}
.const_img {
	width: 30%;
}
.support_box &gt; a {
	width: 48%;
	text-decoration: none;
	color: inherit;
}
.support_box &gt; a img {
	transition: .5s;
}
.support_box &gt; a:hover img {
	opacity: .7;
}
.support_tit {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.5;
	height: 3.6em;
	padding-bottom: .5em;
	position: relative;
}
.support_tit::before,
.support_tit::after {
	content: "";
	position: absolute;
	background: #1B4156;
	transition: .5s;
}
.support_tit::before {
	height: 1px;
	width: calc(100% - 1.5em);
	bottom: .5em;
	left: 0;
}
.support_tit::after {
	height: 1.5px;
	width: 1em;
	bottom: .7em;
	right: 1.5em;
	transform: rotate(30deg);
}
a:hover .support_tit::before {
	width: 100%;
}
a:hover .support_tit::after {
	right: 0;
}
.support_tit &gt; .fs_xsmall {
	display: block;
}
.support_img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
#giftee .list.square &gt; li + li {
	margin-top: 1em;
}
#giftee .list.square &gt; li::before {
	font-size: 110%;
	color: #18609D;
}
.pagetop a {
	display: block;
	text-decoration: none;
	width: 90px;
	height: 90px;
	background: linear-gradient(135deg, rgba(24,96,157,.9) 0%, rgba(27,65,86,.9) 100%);
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 60px;
	right: 60px;
	font-size: 1.1rem;
	padding-top: 50px;
}
.pagetop a::before,
.pagetop a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.pagetop a::before {
	width: 20px;
	height: 20px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	top: 21px;
}
.pagetop a::after {
	width: 2px;
	height: 25px;
	background: #fff;
	top: 20px;
}
.pagetop a:hover {
	background: linear-gradient(135deg, #18609D 0%, #1B4156 100%);
}
.bnr_box {
	text-align: center;
	margin-top: 40px;
}
.bnr_box .flex {
	justify-content: center;
	align-items: center;
}
.bnr_lineman_copy {
	color: #16132C;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}
.bnr_lineman_copy .arrow {
	display: inline-block;
	font-feature-settings: "palt";
	font-size: 130%;
	line-height: 1;
	vertical-align: middle;
	transform: scaleX(0.6);
}
.bnr_lineman {
	display: inline-block;
	color: #16132C;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 50px;
	letter-spacing: 2px;
	text-decoration: none;
	border: 1px solid #16132C;
	padding: 0 48px 0 50px;
	margin-left: .5em;
	transition: .5s;
}
.bnr_lineman::after {
	content: "";
	display: inline-block;
	vertical-align: 2px;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #16132C;
	border-right: 2px solid #16132C;
	transform: rotate(45deg);
}
.bnr_lineman:hover {
	background: #E5E5E5;
}
.closed {
	color: #FF1338;
	line-height: 1.6;
	letter-spacing: .05em;
	text-align: center;
	margin-top: 30px;
}
.closed_lead {
	display: inline-block;
	background: linear-gradient(45deg, #FF2E71 0%, #9F10FA 30%, #FF5E32 60%, #F9D12D 80%, #FF2E71 100%);
	font-size: 2.4rem;
	line-height: 1.4;
	padding: .5em 1.5em;
	margin-bottom: 15px;
	color: #fff;
}
.closed_lead &gt; span {
	display: inline-block;
}
.closed_copy {
	background: linear-gradient(45deg, #FF2E71 0%, #9F10FA 30%, #FF5E32 60%, #F9D12D 80%, #FF2E71 100%);
	font-size: 1.8rem;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media only screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
	section {
		padding: 50px 0;
	}
	section._last {
		padding-bottom: 75px;
	}
	.pc {display: none;}
	.flex {
		flex-flow: column nowrap;
	}
	
	.kv_box {
		height: 320px;
	}
	.kv_img {
		width: 290px;
		margin: 0 auto;
		padding: 15px 80px 0 0;
	}
	.lead_box {
		padding: 30px 0;
	}
	.lead_img {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.lead_img li {
		position: static;
		width: 30%;
	}
	.lead_img li:nth-child(1) {
		margin: -20px -3% 0;
	}
	.lead_img li:nth-child(2) {
		margin: 0 -3% -10px;
	}
	.lead_img li:nth-child(3) {
		margin: -15px -3% 0;
	}
	.lead_img li:nth-child(4) {
		margin: -5px -3% 0;
	}
	.lead_copy {
		font-size: 1.4rem;
		line-height: 1.7;
		text-align: left;
	}
	.lead_date {
		background: linear-gradient(45deg, #FF2E71 0%, #9F10FA 30%, #FF5E32 60%, #F9D12D 80%, #FF2E71 100%);
		font-size: 1.6rem;
		margin-top: 20px;
		padding: 5px 25px 10px;
	}
	.lead_date .fs_xlarge {
		font-size: 2.6rem;
		line-height: 1;
	}
	.lead_date .fs_large {
		font-size: 2.0rem;
		line-height: 1;
	}
	.box {
		padding: 20px 15px;
	}
	.box + .box {
		margin-top: 25px;
	}
	.box &gt; * + * {
		margin-top: 15px;
	}
	.sec_tit {
		font-size: 2.6rem;
		line-height: 40px;
		height: 60px;
		padding-bottom: 20px;
	}
	.sec_tit._07 {
		font-size: 2.2rem;
	}
	.sec_lead {
		font-size: 1.5rem;
	}
	.prize_box &gt; * {
		width: 100%;
		border-radius: 10px;
		padding: 30px 15px 20px;
	}
	.prize_01 .pre_box &gt; * {
		width: 100%;
	}
	.prize_02 {
		margin-top: 40px;
	}
	.prize_02 .pre_box {
		margin-top: 1em;
	}
	.prize_02 .pre_box &gt; .pre_img {
		width: 100%;
	}
	.prize_01 .pre_box &gt; * + * {
		margin-top: 20px;
	}
	.pre_num {
		font-size: 2.0rem;
	}
	.pre_copy {
		font-size: 1.8rem;
		margin: .5em auto;
	}
	.prize_01 .pre_copy {
		height: auto;
		margin-top: 0; 
	}
	.pre_copy .fs_xsmall {
		font-size: 1.4rem;
	}
	.prize_02 .pre_copy + p {
		font-size: 1.4rem;
		line-height: 1.4;
		margin-top: .5em;
	}
	.prize_02 .pre_img img {
		width: 60%;
	}
	.prize_tit {
		top: -20px;
		font-size: 2.0rem;
		line-height: 38px;
		height: 50px;
	}
	.prize_02 .prize_tit {
		font-size: 1.8rem;
	}
	.prize_stit {
		font-size: 2.1rem;
		margin: .75em 0;
	}
	.prize_att {
		margin-top: 10px;
	}
	.howto_flow .list.number &gt; li {
		border-width: 2px;
		border-radius: 10px;
		font-size: 1.8rem;
		padding: 20px 15px 20px 60px;
	}
	.howto_flow .list.number &gt; li::before {
		font-size: 2.0rem;
		left: 10px;
	}
	.howto_flow .list.number &gt; li + li {
		margin-top: 20px;
	}
	.howto_flow .list.number &gt; li &gt; .list {
		margin-left: -40px;
	}
	.howto_flow .list.number &gt; li &gt; *:not(a) {
		font-size: 1.4rem;
	}
	.howto_flow .list.number &gt; li &gt; .fs_small {
		font-size: 1.2rem;
	}
	.insta_box {
		margin-top: 30px;
	}
	.insta_logo {
		margin: 0 0 10px;
	}
	.dl_box img {
		height: 40px;
	}
	.judges_box {
		border-radius: 10px;
		padding: 20px 15px;
	}
	.prof_ph {
		width: 80%;
		align-self: center;
	}
	.prof_body {
		width: 100%;
		line-height: 1.8;
	}
	.prof_name {
		line-height: 1.5;
		margin: 1em auto .5em;
	}
	.prof_name ._n1 {
		font-size: 2.0rem;
	}
	.prof_name ._n2 {
		top: .2em;
		right: 10px;
	}
	.prof_name ._n2 img {
		height: 20px;
	}
	.prof_name ._n3 {
		font-size: 1.4rem;
	}
	.charm_box {
		padding: 20px 15px 15px;
		margin-top: 40px;
		line-height: 1.6;
	}
	.charm_tit {
		font-size: 1.6rem;
		top: -25px;
	}
	.charm_tit::before {
		border-top-width: 20px;
		border-left-width: 10px;
		top: 1.7em;
	}
	.btn_box._mt {
		margin-top: 30px;
	}
	.btn_box._first {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.btn {
		font-size: 1.6rem;
		padding: .8em 2.5em 1em 1.5em;
		display: block;
	}
	.btn::before,
	.btn::after {
		content: "";
		position: absolute;
		background: #fff;
		transition: .5s;
	}
	.btn::before {
		height: 1px;
		width: calc(100% - 3em);
		bottom: .8em;
		left: 1.5em;
	}
	.btn::after {
		height: 1.5px;
		width: 1em;
		bottom: 1.05em;
		right: 1.5em;
		transform: rotate(30deg);
	}
	.btn._back {
		font-size: 1.5rem;
		padding: .6em 2em 1em 3em;
	}
	.result_tit {
		font-size: 2.1rem;
	}
	.result_winner {
		padding: 1em 7em 1em 1em;
	}
	.result_winner_name {
		font-size: 1.6rem;
	}
	.result_data {
		margin-top: 1em;
	}
	.result_comm {
		font-size: 1.4rem;
		margin-top: 1em;
	}
	.result_block._01 .result_photo,
	.result_block._01 .result_data,
	.result_block._01 .result_comm,
	.result_block._02 .result_photo,
	.result_block._02 .result_data,
	.result_block._02 .result_comm,
	.result_block._03 .result_photo,
	.result_block._03 .result_data,
	.result_block._03 .result_comm,
	.result_block._04 .result_photo,
	.result_block._04 .result_data,
	.result_block._04 .result_comm,
	.result_block._05 .result_photo,
	.result_block._05 .result_data,
	.result_block._05 .result_comm {
		width: 100%;
		order: initial;
	}
	.result_data table {
		font-size: 1.4rem;
	}
	.result_data table caption {
		font-size: 1.3rem;
	}
	.result_data table tr &gt; th {
		font-size: 1.3rem;
	}
	.result_review {
		border-radius: 10px;
		padding: 20px 15px;
	}
	.result_review_tit {
		font-size: 1.8rem;
	}
	.result_review &gt; div {
		padding: 30px 20px 15px;
	}
	.result_judge {
		font-size: 1.6rem;
		top: -5px;
		left: -7px;
	}
	
	/* about */
	.sub .kv_box {
		background-size: auto 320px;
		padding: 15px;
	}
	.sub_area {
		padding: 50px 0 75px;
	}
	.sublead_body {
		width: 100%;
	}
	.sublead_img {
		width: 100%;
		max-width: 320px;
		margin: 25px auto 0;
	}
	.sublead_tit {
		font-size: 2.0rem;
		margin: 0 0 .5em -60px;
	}
	.sub_area section {
		margin-top: 25px;
	}
	.subsec_tit &gt; span {
		font-size: 1.8rem;
	}
	.about_body {
		width: 100%;
	}
	.about_img {
		width: 100%;
		margin-top: 15px;
	}
	.about_img img {
		width: 70%;
	}
	.gaiyo_box {
		margin-top: 10px;
	}
	.gaiyo_detail {
		width: 100%;
	}
	.about_foot {
		margin-top: 15px;
	}
	.about_foot_img {
		flex-flow: row wrap;
		margin-top: 10px;
	}
	.about_foot_img &gt; li:nth-child(1) {
		width: 100%;
	}
	.about_foot_img &gt; li:nth-child(2) {
		width: 68.2%;
		margin-top: 5px;
	}
	.about_foot_img &gt; li:nth-child(3) {
		width: 30.3%;
		margin-top: 5px;
	}
	.about_foot_img &gt; li + li {
		border-left: none;
	}
	.type_body {
		width: 100%;
	}
	.type_img {
		width: 100%;
		margin-top: 15px;
		flex-flow: row nowrap;
	}
	.type_img figcaption {
		font-size: 1.3rem;
	}
	.favorite_tit {
		font-size: 1.4rem;
		margin-bottom: 2.5em;
	}
	.favorite_tit img {
		display: block;
		width: 80%;
		max-width: 280px;
		height: auto;
		margin: .5em auto 0;
	}
	.favorite_box {
		border-radius: 10px;
		padding: 30px 15px 20px;
	}
	.favorite_box + .favorite_box {
		margin-top: 20px;
	}
	.favorite_stit._sp {
		margin-bottom: 25px;
	}
	.favorite_stit &gt; span {
		font-size: 1.7rem;
		line-height: 1.4;
		padding: .3em .75em .3em 1.5em;
		margin: -10px 0 0 -15px;
	}
	.favorite_box &gt; * + * {
		margin-top: 10px;
	}
	.favorite_body {
		width: 100%;
		line-height: 1.8;
		order: 2;
	}
	.favorite_body._img_cln2 {
		width: 100%;
	}
	.favorite_img {
		width: 80%;
		align-self: center;
		order: 1;
	}
	.favorite_img._img_cln2 {
		width: 100%;
	}
	.favorite_author {
		font-size: 1.3rem;
		margin-top: .3em;
	}
	.nwtower_tit {
		font-size: 2.0rem;
	}
	.nwtower_tit &gt; span {
		font-size: 1.6rem;
		padding-bottom: 20px;
		background-size: auto 30px;
	}
	.nwtower_box + .nwtower_box {
		margin-top: 30px;
	}
	.nwtower_body {
		justify-content: center;
	}
	.nwtower_box .subsec_tit &gt; span {
		font-size: 1.6rem;
	}
	.nwtower_block {
		width: 100%;
		margin: 0;
	}
	.nwtower_block + .nwtower_block {
		margin-top: 20px;
	}
	.const_box {
		border-width: 2px;
		padding: 20px 15px;
	}
	.const_box + .const_box {
		margin-top: 35px;
	}
	.const_box + .const_box::before {
		border-width: 20px;
		top: -30px;
	}
	.const_body {
		width: 100%;
	}
	.const_tit {
		font-size: 1.9rem;
		text-align: center;
	}
	.const_img {
		width: 100%;
		margin-top: 10px;
	}
	.support_box &gt; a {
		width: 100%;
	}
	.support_box &gt; a + a {
		margin-top: 30px;
	}
	.support_tit {
		font-size: 1.6rem;
		height: auto;
		padding-bottom: .8em;
		margin-bottom: .3em;
	}
	.support_tit::before {
		width: 100%;
	}
	.support_tit::after {
		right: 0;
	}
	.support_img img {
		height: 180px;
	}
	.pagetop a {
		width: 70px;
		height: 70px;
		bottom: 20px;
		right: 15px;
		font-size: 1.0rem;
		padding-top: 35px;
	}
	.pagetop a::before {
		width: 18px;
		height: 18px;
		top: 15px;
	}
	.pagetop a::after {
		height: 20px;
		top: 13px;
	}
	.bnr_box {
		margin-top: 20px;
	}
	.bnr_lineman_copy {
		margin-bottom: .5em;
	}
	.bnr_lineman_copy .arrow {
		display: block;
		transform: scaleY(0.5) rotate(90deg);
		margin-top: .1em;
	}
	.bnr_lineman {
		display: block;
		font-size: 1.8rem;
		line-height: 44px;
		letter-spacing: 1px;
		padding: 0 14px 0 15px;
		margin-left: 0;
	}
	.bnr_lineman::after {
		border-top-width: 1px;
		border-right-width: 1px;
		width: 8px;
		height: 8px;
	}
	.closed {
		margin-top: 20px;
	}
	.closed_lead {
		font-size: 2.0rem;
	}
	.closed_copy {
		font-size: 1.5rem;
	}
	
	
}
@media only screen and (min-width: 769px) {
	.sp {display: none;}
	
}
@media only screen and (min-width: 1440px) {
	.kv_box {
		height: 670px;
	}
}







</pre></body></html>