@charset "utf-8";
@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}
body, html, div, p, ul, ol, dl, section, header, footer, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-before: 0;
	-webkit-padding-after: 0;
	-webkit-padding-start: 0;
	-webkit-padding-end: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
ul, li {
	list-style-type: none;
}
html {
	-webkit-text-size-adjust: 100%;
	/* iOSフォントサイズ対策 */
}
body, html {
	width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
}
body {
	min-height: 100%;
	font-family: 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', 'Osaka', 'MS Gothic', 'Arial', 'Helvetica', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #34495E;
	background: #fff;
}
.zen-kaku-gothic-new-bold {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.bg-left,.bg-right {
	height: 100%;
	width: 15vw;
	position: absolute;
	top: 0;
	z-index: 100;
	background-image: url(https://s3.ap-northeast-1.amazonaws.com/pro.skima-landing/award/202501/pc_bg.svg);
	background-repeat: repeat-y;
	background-size: contain;
}
.bg-right {
	right: 0;
}
@media (max-width:1730px) {
	.bg-left { left: -120px; }
	.bg-right { right: -120px; }
}

/* 見出し */

h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-family: 'Zen Kaku Gothic New';
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
h3 {
	font-family: 'Zen Kaku Gothic New';
	font-size: 1.8em;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}

@media (max-width:768px) { 
	h3 { font-size: 18px;}
}
/* 文字 */

p {
	text-align: left;
}
.small {
	font-size: 60%;
}
/* リンク */

a {
	color: #34495E;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
}
a img {
	zoom: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity .2s ease-in-out;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	filter: blur(0);
	-webkit-filter: blur(0);
	-webkit-backface-visibility: hidden;
	/* ホバーで画像が動かない用に */
}
/* ボタン */

.btn {
	position: relative;
	display: inline-block;
	width: 315px;
	max-width: 90%;
	/* margin: auto; */
	padding: 20px 10px;
	background: #FC9966;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	transition: .2s;
	/* margin-top: auto; */
	/* position: relative;
    left: 50%;
    transform: translateX(-50%); */
}
.blue {
	background: #2FB4CF;
	margin-bottom: 20px;
}
.btn:hover {
	background-color: #FF75A9;
}

@media (max-width:768px) {
	.btn { width: 100%;}
	a.btn { font-size: 14px;}
}

/* レイアウト */

.wrapper {
	/* 巨大画面用 */
	max-width: 2000px;
	margin: 0 auto;
}
.container {
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
	text-align: center;
}
section {
	/* margin: 0 0 2em; */
}
#introduction {
	padding-top: 100px;
}
#introduction:after {
	content: "";
	display: block;
	background: linear-gradient(45deg, #fff 4px, transparent 0%) 0 4px, linear-gradient(-45deg, #fff 4px, #FFFBEC 0%) 0 4px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 14px 14px;
	height: 8px;
}
#introduction, #winners-global, #winners-newcomer, #last {
	background-color: #FFFBEC;
}
.flex-container {
	display: flex;
	justify-content: center;
	/* flex-wrap: wrap; */
}
.blue-box,.yellow-box ,.white-box {
	border-radius: 20px;
	margin-bottom: 50px;
}
.blue-box {
	background-color: #E8F9FF;
}
.yellow-box {
	background-color: #FFFBEC;
}
.white-box {
	background-color: #FFF;
}
.link-top {
	position: fixed;
	z-index: 700;
	bottom: 50px;
	right: 50px;
}
.pc-br { display: block;}
.sp-br { display: contents;}
@media (max-width:1280px) {
    .container {
        max-width: 800px;
    }
}
@media (max-width:768px) {
	#introduction { padding-top: 50px;}
    .container {
        max-width: 90%;
		padding: 10px 0;
    }
    .flex-container {
	display: block;
    }
	.blue-box { margin-bottom: 20px;}
	.link-top { bottom:10px; right: 10px; }
}
@media (max-width:1280px) {
	.pc-br { display: contents;}
	.sp-br { display: block;}
}

/* ナビ */
nav {
	background-color: #2FB4CF;
	display: block;
	position: absolute;
	z-index: 200;
	width: 100%;
}
.nav-content {
	margin: auto;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
}
nav::after {
	content: "";
	display: block;
	background: linear-gradient(45deg, #FFFBEC 4px, transparent 0%) 0 4px, linear-gradient(-45deg, #FFFBEC 4px, #2FB4CF 0%) 0 4px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 14px 14px;
	height: 8px;
}
.nav-content ul li {
	display: inline-block;
	/* margin-left: 15px; */
	letter-spacing: 2px; border-right: solid 1px #fff;
}
.nav-content li:last-child { border: none;}
.nav-content ul li a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 10px;
}
.nav-content img {
	max-height: 40px;
}

@media (max-width:768px) {
	.nav-content { display: block; text-align: center;}
	.nav-content ul { display: none;}
	.logo { text-align: center; width: 100%;}
}

/*イントロ*/

.item.summary {
	width: calc(50% - 40px * 1 / 2);
	padding: 20px;
	margin: 10px;
	background-color: #fff;
	border-radius: 20px;
	border: solid 2px #2FB4CF;
	box-shadow: 8px 8px 0px #B7EEFF;
	display: flex;
	flex-direction: column;
	position: relative;
}

.item.summary p {
	margin-bottom: 20px;
}
.item.summary p a { color:#2FB4CF; font-weight: bold;}
.item.summary .btn {
	margin-top: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
img.titile-image {
    position: relative;
    left: 48%;
    transform: translateX(-50%);
    padding-top: 10px;
}
@media (max-width:768px) {
    .item.summary { width: 100%; right: 10px;}
    .item.summary:first-child { margin-bottom: 20px;}
}

/*受賞者*/

#winners .flex-container {
	text-align: center;
}
#winners h3 {
	padding: 20px;
	line-height: 1.2em;
}
#winners li {
	margin-bottom: 20px;
}
.winner-img {
	cursor: pointer;
	max-width: 120px;
	overflow: hidden;
	width: 100%;
	border-radius: 120px;
	border: solid 2px #8C96A1;
	margin: 0 auto;
}
.winner-img img {
	height: auto;
	transition: transform .3s ease;
	/* ゆっくり変化させる */
}
.winner-img:hover img {
	transform: scale(1.1);
	/* 拡大 */
}
.item.winner {
	width: calc(14% - 40px * 1 / 7);
}
li h4 {
	padding: 10px;
}
.item.three-part {
	width: calc(33% - 40px * 1 / 3);
    margin: 10px;
}
.item.three-part:first-child { margin-left: 0;}
.item.three-part:last-child { margin-right: 0;}

@media (max-width:1280px) {
	#winners .flex-container {
	padding: 0 10px;
	}
	.item.winner { padding: 5px;}
}
@media (max-width:768px) {
    .item.winner {
    	width: calc(50% - 40px * 1 / 2);
    }
    #winners .flex-container {
	display: flex;
    flex-wrap: wrap;
    }
    .item.three-part { width: 100%; margin: 0 0 20px 0;}
}

/*受賞者コメント*/
.comment {
	padding: 20px;
}
.comment .winner-img {
	width: 50px;
	border: solid 1px #8C96A1;
	display: inline-block;
	vertical-align: middle
}
.comment h6 {
	margin: 10px 0;
}
@media (max-width:768px) {
    #winners-comment .flex-container {
	display: flex;
    flex-wrap: wrap;
    }
	.comment {
	padding: 5px;
}
}

#winners-global:after{
	content: "";
	display: block;
	background: linear-gradient(45deg, #fff 4px, transparent 0%) 0 4px, linear-gradient(-45deg, #fff 4px, #FFFBEC 0%) 0 4px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 14px 14px;
	height: 8px;
}
#winners-comment:after,#winners-creator:after{
	content: "";
	display: block;
	background: linear-gradient(45deg, #FFFBEC 4px, transparent 0%) 0 4px, linear-gradient(-45deg, #FFFBEC 4px, #FFF 0%) 0 4px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 14px 14px;
	height: 8px;
}

/*過去のSKIMAアワード*/

.look-back {
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px 30px;
	margin: 50px 0;
	width: 400px;
}
.link {
	padding: 0 10px;
	font-weight: bold;
	border-right: solid 1px #34495E;
}
.link:last-child {
	border: none;
}
.comment h5 {
	display: inline-block;
}
.rank-icon {
	width: 20px;
	vertical-align: sub;
	margin-right: 5px;
	
}

@media (max-width:768px) {
.look-back { max-width: 95%;}
.text-link {font-size: 14px;}
}

/* img.winner-work { max-width: 350px;} */

.comment .item {
	margin: 10px;
}
.comment .item:first-child {
	background-color: #fff;
	text-align: left;
	padding: 20px;
	width: 100%;
}
.white-box .comment .item:first-child {
	background-color: #E8F9FF;
}
.gainen {
    position: absolute;
    max-width: 90px;
    right: -20px;
    bottom: -10px;
}

@media (max-width:768px) {
	.comment .item:first-child {width: initial;}
	.look-back .flex-container, footer .flex-container { display: flex;}
	.look-back li { font-size: 20px;}
}
@media (max-width:340px) {
.look-back .flex-container { display: block; border: none;}
.look-back li {border: none;}
}

/* フッター */

footer {
	text-align: center;
	background-color: #2FB4CF;
	z-index: 150;
}
footer::before {
	content: "";
	display: block;
	background: linear-gradient(45deg, #2FB4CF 4px, transparent 0%) 0 4px, linear-gradient(-45deg, #2FB4CF 4px, #FFFBEC 0%) 0 4px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 14px 14px;
	height: 8px;
}
footer h5 {
	margin: 30px 0 0 0;
	color: #fff;
}
footer .flex-container img {
	margin: 10px;
}
footer .logo {
	margin: 30px 0;
}
footer small {
	text-align: center;
	color: #fff;
	display: block;
}
.helvetica {
	font-family: helvetica
}
/* SNSシェアのとこ */
@keyframes fadeOut {
	from {opacity: 0.7;} to {opacity: 0;}
}
.js__copy-alert {
	display: block; position: fixed;
	padding: 15px;
	background: rgba(54, 63, 72, .9);
	color: #fff;
	text-align: center;
	line-height: 100%;
	bottom: 45px; left: 0; right: 0;
	font-size: 16px;
	width: 500px; max-width: 95%;
	margin: auto;
	animation-delay: 4s;
	animation-name: fadeOut;
	animation-duration: 1s;
	z-index: 2000;
}

@media (max-width:768px) {

}
@media (max-width:1400px) {
    .logo { max-width: 100px;}
    }
}


/* 補足クラス */

.font80 {
	font-size: 80%;
}
.font100 {
	font-size: 100%;
}
.font110 {
	font-size: 110%;
}
.font120 {
	font-size: 120%;
}
.font130 {
	font-size: 130%;
}
.font140 {
	font-size: 140%;
}
.ellipsis {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mb-20 {
	margin-bottom: 20px;
}

.orange {
	color: #FC9966;
}

hr { margin-bottom: 20px;}

/* 文字選択スタイル */

::-moz-selection {
	color: #fff;
	background: #FF75A9;
}
::selection {
	color: #fff;
	background: #FF75A9;
}
/* スクロールバー（一部ブラウザーのみ） */

::-webkit-scrollbar {
	width: 12px;
	height: 100%;
}
::-webkit-scrollbar-thumb {
	background: #FC9966;
}
::-webkit-scrollbar-track {
	background: #2FB4CF;
}