@charset "UTF-8";

html {
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}

h1,
h2,
h3,
h4,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}
.s5-returnToTop {
	margin: 0;
}
.s5-returnToTop__inner2 {
	max-width: 1400px;
}
.c5-hr {
	padding: 0;
	border: 0;
	border-top: solid 1px #efefef;
	margin-bottom: 10%;
}
#feature {
	font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
	position: relative;
	overflow: hidden;
	line-height: 1.6;
	color: #2f353d;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	font-size: .875rem;
	img {
		vertical-align: top;
		max-width: 100%;
	}
}

.s-hide {
	display: none
}

.sp {
	display: none
}

.zoom {
	/*background: #000;*/
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.zoom:after {
	content: '';
	background: url(../img/ico-zoom.png);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	opacity: 0;
	margin: -30px 0 0 -30px;
	transition: all .3s;
	top: 70%;
}

.zoom img {
	transition: opacity .3s;
	max-height: 1000px;
}

.zoom:hover img {
	opacity: .5;
}

.zoom:hover:after {
	top: 50%;
	opacity: 1;
}

.ftr-p {
	line-height: 1.9;
}

#popup .fit-image {
	max-width: 100%;
	max-height: 1000px;
	width: auto;
	margin: 0 auto;
}

.fit-image-high {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.ftr-hr {
	padding: 0;
	margin: 0;
	border: none;
	border-top: solid 2px #efefef;
}

.ico {
	font-family: icon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-right:before {
	content: "\f0da";
	margin: 0 .2em 0 0;
}

.ico-down:before {
	content: "\f0d7";
}

.ico-close:before {
	content: "\f00d";
}

.ico-border {
	position: absolute;
	left: 0;
	display: block;
	width: 1em;
	height: 1px;
	border-top: solid 1px #000;
	top: .75em;
}

.product-h {
	padding: 95px 0
}

.product-title {
	text-align: center;
	font-weight: 700;
	margin-bottom: 4.16667%;
	font-size: 157.14286%
}

#popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	display: none;
	img {
		max-width: 100%;
		vertical-align: bottom;
	}
}

.ftr-popup-main {
	position: relative;
	width: 70%;
	z-index: 10;
	margin: 0 auto;
	max-width: 1200px
}


#popup-image {
	border: solid 1px #ccc;
	display: block
}

#popup-image.fit-image-high {
	width: 60%
}

#popup-info {
	width: 83%;
	color: #fff;
	margin: 2em auto;
	display: grid;
	gap: 30px;
	grid-template-columns: 30% auto;
	&:has(> .no-thumb) {
		gap: 30px 0;
		grid-template-columns: auto;
		.popup-info-block1 {
			grid-column: auto;
		}
	}
}

.popup-info-block1 {
	grid-column: span 2;
}

.popup-info-thumb.no-thumb {
	display: none;
}

.l-popup-title {
	line-height: 1.5;
}

.popup-title {
	font-size: 22px;
	font-size: 1.375rem
}

.popup-name {
	padding-left: 1em;
	font-size: 16px;
	font-size: 1rem
}


.no-thumb .popup-thumb {
	display: none !important;
}

.popup-info-list {
	margin-bottom: 1.7em;
	font-size: 92%
}

.popup-info-title {
	padding-bottom: .5em
}

.popup-info-data {
	font-size: 96%;
	border-left: solid 1px #ccc;
	padding-left: 1em
}

#ftr-popup-subtitle {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 1em;
	font-weight: 700;
	display: block;
	line-height: 1.5;
}

.popup-info-data a {
	text-decoration: underline
}

.popup-info-data a:hover {
	color: #fff;
	text-decoration: none
}

.popup-info-comment__data {
	line-height: 1.6;
	margin-bottom: 2em;
}

.popup-bg {
	width: 100%;
	height: 100%;
	display: block;
	opacity: .9;
	background: #000;
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0
}
.popup-award {
	font-weight: normal;
	font-size: 100%;
}
.pop-link {
	color: #fff;
	text-decoration: underline;
}

.pop-link:hover {
	color: #fff;
	text-decoration: none;
}

.l-popup-close {
	padding-top: 2em;
	text-align: center;
}

#ftr-popup-close {
	color: #333;
	background: #fff;
	border: solid 1px #fff;
	line-height: 1;
	position: relative;
	padding: 1em 3em;
	transition: all .3s;
	display: inline-block;
}

#ftr-popup-close .ico {
	margin-right: .5em;
}

#ftr-popup-close:hover {
	text-decoration: none;
	color: #fff;
	background: #000;
}

.ftr-line {
	border-width: 0;
	border-top: 2px solid #8c8b8b;
	padding: 0;
	width: 100%;
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
}


.l-navi {
	position: relative;
	z-index: 1000;
	@media screen and (max-width:768px) {
		display: none;
	}
}

#ftr-navi {
	width: 15px;
	position: absolute;
	right: -15px;
}

.ftr-navi-list {
	margin-bottom: 1px;
	position: relative;
}

.ftr-navi-list:before,
.ftr-navi-list:after {
	content: "";
	display: table;
}

.ftr-navi-list:after {
	clear: both;
}

.ftr-navi-list.hide {
	display: none;
}

.ftr-navi-list span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: -.75em;
	letter-spacing: 0;
	font-family: "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "ＭＳ ゴシック", sans-serif
}

.ftr-navi-list .ftr-navi-over {
	position: absolute;
	width: 320px;
	right: -320px;
	top: 0;
	text-align: left;
	height: 60px;
	display: table;
	font-size: 13px;
	font-size: .8125rem;
	background: #799ef7;
	transition: all .5s;
}

.ftr-navi-list .ftr-navi-over p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 2em;
	position: relative;
}

.ftr-navi-list .ftr-navi-over .ico {
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -.5em;
}

.ftr-navi-btn {
	text-align: center;
	background: #9c9ca6;
	color: #fff;
	padding: 0;
	display: block;
	transition: all .3s;
	height: 60px;
	width: 15px;
	position: relative;
	overflow: hidden;
	float: right;
}

.ftr-navi-btn:hover,
.ftr-navi-btn.current {
	color: #fff;
	background: #799ef7;
	transition: all .3s;
	text-decoration: none;
}

.ftr-navi-btn.current {
	cursor: default;
}

.ftr-navi-btn.open {
	width: 320px;
}

.ftr-navi-btn.open span {
	display: none;
}

.ftr-navi-btn.open .ftr-navi-over {
	opacity: 1;
	right: 0;
}


@media screen and (max-width:767px) {
	#feature {
		font-size: 13px;
		font-size: .8125rem;
	}
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.zoom {
		overflow: visible;
		display: block;
		width: 75.35714%;
		margin-right: auto;
		margin-left: auto;
	}

	.zoom:after {
		content: '';
		background: url(../img/ico-zoom-sp.png);
		display: block;
		position: absolute;
		top: 100%;
		left: 100%;
		width: 20px;
		height: 20px;
		opacity: 1;
		margin: 0;
		top: auto;
		left: auto;
		bottom: 10px;
		right: 10px;
		background-size: 20px 20px;
	}

	.zoom:hover img {
		opacity: .5;
	}

	.zoom:hover:after {
		top: auto;
	}

	.zoom-gp {
		width: 100%;
		padding-bottom: 22px;
		background: #fff;
	}

	.zoom-gp:after {
		content: '';
		background: url(../img/ico-zoom-sp-gp.png);
		display: block;
		position: absolute;
		top: 100%;
		left: 100%;
		width: 43px;
		height: 18px;
		background-size: 43px 18px;
		bottom: 0;
		top: auto;
		left: auto;
		right: 7px;
	}

	.product-h {
		padding: 46px 0;
	}

	.product-title {
		font-size: 16px;
		font-size: 1rem;
		margin-bottom: 5.35714%;
	}

	.ftr-popup-main {
		width: 100%
	}

	#popup-image {
		border: none;
	}

	#popup-info {
		grid-template-columns: auto 33%;
	}

	.popup-info-block1 {
		grid-column: auto;
	}
	.popup-info-thumb {
		text-align: right;
	}
	.popup-info-block2 {
		grid-column: span 2;
	}
	.popup-title {
		font-size: 18px;
		font-size: 1.125rem
	}

	.popup-name {
		font-size: 13px;
		font-size: .8125rem;
		display: block;
		padding: 0;
	}

	.popup-info-title {
		border-bottom: solid 1px #ccc;
	}

	.popup-info-data {
		padding-top: .3em;
		margin-left: auto
	}

	.popup-info-data div {
		border: none;
		padding: 0
	}
}

.c5-mv {
	img {
		width: 100%;
	}
}

.c5-section {
	margin-bottom: 100px;
	@media screen and (max-width:768px) {
		margin-bottom: 70px;
	}
}

.c5-section-head {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	@media screen and (max-width:768px) {
		height: auto;
		aspect-ratio: 32 / 15;
	}
	+* {
		margin-top: 90px;
		@media screen and (max-width:768px) {
			margin-top: 8%;
		}
	}

	&.c1 {
		background: url(../img/c1_image.jpg) no-repeat center;
		background-size: cover;
		@media screen and (max-width:768px) {
			background-image: url(../img/c1_image_sp.jpg);
		}
	}

	&.c2 {
		background: url(../img/c2_image.jpg) no-repeat center;
		background-size: cover;
		@media screen and (max-width:768px) {
			background-image: url(../img/c2_image_sp.jpg);
		}
	}

	&.c3 {
		background: url(../img/c3_image.jpg) no-repeat center;
		background-size: cover;
		@media screen and (max-width:768px) {
			background-image: url(../img/c3_image_sp.jpg);
		}
	}

	&.c4 {
		background: url(../img/c4_image.jpg) no-repeat center;
		background-size: cover;
		@media screen and (max-width:768px) {
			background-image: url(../img/c4_image_sp.jpg);
		}
	}

	&.c5 {
		background: url(../img/c5_image.jpg) no-repeat center;
		background-size: cover;
		@media screen and (max-width:768px) {
			background-image: url(../img/c5_image_sp.jpg);
		}
	}

	&.c6 {
		background: url(../img/c6_image.jpg) no-repeat center;
		background-size: cover;
		@media screen and (max-width:768px) {
			background-image: url(../img/c6_image_sp.jpg);
		}
	}

	.c5-title-top {
		color: #fff;
		margin-bottom: 0;
	}
}

.c5-contents {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	width: 94%;
	@media screen and (max-width:768px) {
		width: auto;
		padding: 0 20px;
	}
	p {
		margin: 0 0 2em;
		@media screen and (max-width:768px) {
			margin-bottom: 1.3em;
		}
		&:last-child {
			margin-bottom: 0;
		}
	}
}

.c5-contents-inr {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.c5-title-top {
	font-family: "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "ＭＳ ゴシック", sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	text-align: center;
	margin-bottom: 5%;
	font-weight: normal;
	@media screen and (max-width: 768px) {
		font-size: 4.5vw;
	}
}

.c5-award-title-sub {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	margin: 9% 0 3%;
	text-align: center;
}

.c5-click-info {
	text-align: center;
	padding: 1%;
	margin-bottom: 7%;
	border: solid 1px #333;
}

.c5-top-copy {
	padding: 10% 0;
}

.c5-topnavi-area {
	background: #f1f1f1;
	padding: 4% 0;
	@media screen and (max-width:768px) {
		padding: 20px 0;
	}
}

.c5-topnavi {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	@media screen and (max-width:768px) {
		display: block;
	}
	li {
		flex: 0 1 calc(50% - 10px);
		@media screen and (max-width:768px) {
			margin-bottom: .3em;
			&:last-child {
				margin-bottom: 0;
			}
		}
	}

	a {
		text-align: center;
		position: relative;
		display: flex;
		height: 130px;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		font-size: 1rem;
		background-color: #fff;
		border-bottom: solid 2px #bdbdbd;
		transition: color .5s ease, background-color .5s ease;
		@media screen and (max-width:768px) {
			display: block;
			height: auto;
			font-size: 90%;
			padding: .5em 0 .5em 30px;
			text-align: left;
		}
		&:hover {
			color: #fff;
			background: #333;
			text-decoration: none;
			transition: color .5s ease, background-color .5s ease;

			&::before {
				border-color: #fff transparent transparent transparent;
			}
		}

		&::before {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			bottom: 5px;
			margin: auto;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 6px 5px 0 5px;
			border-color: #222 transparent transparent transparent;
			@media screen and (max-width:768px) {
				top: 50%;
				left: 10px;
				right: auto;
				transform: translateY(-50%);
				bottom: auto;
			}
		}
	}
}

.c5-gp {
	text-align: center;
    margin: 80px 0 40px;
	@media screen and (max-width:768px) {
		margin: 40px 0 20px;
	}
	.c5-awardlist-spec {
		margin-bottom: 0;
	}
}
.c5-gp-title {
	font-size: 32px;
    font-size: 2rem;
	line-height: 1;
	@media screen and (max-width:768px) {
		font-size: 18px;
        font-size: 1.125rem;
	}
}
.c5-gp-name {
	margin: 1em 0;
    font-size: 20px;
    font-size: 1.25rem;
	@media screen and (max-width:768px) {
		font-size: 100%;
	}
}
.c5-note-photo {
	text-align: center;
	margin: 1em 0 0 0;
    font-size: 86%;
	@media screen and (max-width:768px) {
		text-align: left;
	}
	.inline,
	ul,
	li {
		display: inline;
	}
	li {
		&:not(:last-child) {
			&::after {
				content: ' | ';
			}
		}
	}
}
.c5-winner {
	margin-top: 6%;
	position: relative;
	&::before,
	&::after {
		content: '';
		position: absolute;
		width: 40px;
		height: 40px;
		display: block;
	}
	&::before {
		top: 0;
		left: 0;
		border-top: solid 1px #AAAFB5;
		border-left: solid 1px #AAAFB5;
	}
	&::after {
		top: 0;
		right: 0;
		border-top: solid 1px #AAAFB5;
		border-right: solid 1px #AAAFB5;
	}
}
.c5-winner-inner {
	position: relative;
	padding: 4.5%;
	@media screen and (max-width:768px) {
		padding: 40px 20px;
		display: flex;
		flex-direction: column;
	}
	&::before,
	&::after {
		content: '';
		position: absolute;
		width: 40px;
		height: 40px;
		display: block;
	}
	&::before {
		bottom: 0;
		left: 0;
		border-bottom: solid 1px #AAAFB5;
		border-left: solid 1px #AAAFB5;
	}
	&::after {
		bottom: 0;
		right: 0;
		border-bottom: solid 1px #AAAFB5;
		border-right: solid 1px #AAAFB5;
	}
}
.c5-winner-title {
	text-align: center;
    font-size: 26px;
    font-size: 1.625rem;
	font-weight: normal;
	margin-bottom: 4%;
	@media screen and (max-width:768px) {
		font-size: 15px;
		font-size: .9375rem;
	}
}
.c5-winner-photo {
	width: 34%;
	margin-bottom: 5.5%;
	text-align: center;
	@media screen and (max-width:768px) {
		width: auto;
		order: 3;
		margin: 20px 0 0 0;
		img {
			width: 68%;
		}
	}
	&.left {
		float: left;
		margin-right: 5.5%;
		@media screen and (max-width:768px) {
			float: none;
			margin-right: 0;
		}
	}
}
.c5-winner-name {
	font-weight: normal;
	margin-top: 1em;
	font-size: 110%;
}
.c5-judge-comment {
	background-color: #e4e4e4;
	padding: 7%;
	margin-top: 6%;
	@media screen and (max-width:768px) {
		padding: 20px;
	}
}

.c5-judge-comment-title {
	font-size: 150%;
	font-weight: 700;
	padding-bottom: .4em;
	text-align: center;
	@media screen and (max-width:768px) {
		font-size: 14px;
        font-size: .875rem;
	}
}

.c5-list-awards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px 22px;
	margin-bottom: 60px;
	@media screen and (max-width:768px) {
		display: block;
		max-width: 380px;
		margin: 0 auto 60px;
	}
	>li {
		text-align: center;
		flex: 0 1 calc(100% / 3 - 15px);
		@media screen and (max-width:768px) {
			margin-bottom: 4em;
		}
	}
}

.c5-awardlist-award {
	background: #F3F3F5;
	width: 130px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	margin: 0 auto .5em auto;
	position: relative;
	@media screen and (max-width:768px) {
		&::after {
			content: '';
			display: block;
			width: 75%;
			height: 1px;
			bottom: 0;
			background: #333;
			left: 0;
			right: 0;
			margin: auto;
			position: absolute;
		}
	}
}

.c5-awardlist-title {
	font-size: 22px;
	font-size: 1.375rem;
	padding: .3em 0;
	@media screen and (max-width:768px) {
		font-size: 18px;
        font-size: 1.125rem;
	}
}

.c5-awardlist-name {
	line-height: 1;
	padding-bottom: 1em;
}

.c5-awardlist-spec {
	font-size: 12px;
	line-height: 2.2;
	margin-bottom: 2rem;
	a {
		text-decoration: underline;
	}

	>span {
		display: inline-block;
		padding: 0 3.5em;
		border: solid 1px #949091;
		position: relative;

		&::before,
		&::after {
			content: '';
			position: absolute;
			height: 1px;
			width: calc(100% - 8px);
			left: 0;
			right: 0;
			margin: auto;
			background-color: #fff;
		}

		&::before {
			top: -1px;
		}

		&::after {
			bottom: -1px;
		}
	}
}

.c5-awardlist-thumb {
	a {
		display: block;
		position: relative;
	}
}

.c5-awardlist-comment {
	position: relative;
	margin-top: 1.5em;

	.js-pop-thumb {
		display: none;
	}

	&::before {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		display: block;
		border-right: solid 1px #000;
		border-bottom: solid 1px #000;
		bottom: 0;
		right: 0;
	}

	&::after {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		display: block;
		border-top: solid 1px #000;
		border-left: solid 1px #000;
		top: 0;
		left: 0;
	}
}

.c5-awardlist-comment-main {
	padding: 4%;
}

.c5-awardlist-judge {
    margin-top: 5%;
    background-color: #e4e4e4;
    padding: 3%;
}

.c5-awardlist-judge-title {
	margin-bottom: 3%;
}

.c5-awardlist-judge-main {
	text-align: left;
    font-size: .8rem;
}

.c5-flex-block {
	display: flex;
	@media screen and (max-width:768px) {
		display: block;
	}

	+* {
		margin-top: 6%;
	}

	+p {
		margin-top: 2em;
		@media screen and (max-width:768px) {
			margin-top: 1.3em;
		}
	}

	&.rv {
		flex-direction: row-reverse;

		.c5-flex-block-txt {
			margin-right: 0;
			margin-left: 6%;
			@media screen and (max-width:768px) {
				margin-left: 0;
			}
		}
	}
}

.c5-flex-block-txt {
	flex: 1;
	margin-right: 6%;
	@media screen and (max-width:768px) {
		margin: 0 0 1.3em;
	}
}

.c5-flex-block-img {
	flex: 0 1 50%;
	text-align: center;
}

.c5-exhibit-shop {
	margin-top: 9%;
	p {
		text-align: center;
		@media screen and (max-width:768px) {
			text-align: left;
		}
	}
}
.c5-exhibit-info {
	margin-top: 60px;
}
.c5-exhibit-info-title {
    font-weight: 700;
    margin-bottom: .3em;
}
.c5-exhibit-info-list {
	li {
		line-height: 1.2;
		margin: 0 0 .3em 2em;
		font-size: 90%;
		list-style: disc;
	}
}
.c5-heading {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 26px;
    font-weight: 700;
	@media screen and (max-width:768px) {
		font-size: 16px;
        font-size: 1rem;
        margin-bottom: 1.2em;
	}
}
.c5-btn-black {
	background: #000;
	color: #fff;
	width: 50%;
	padding: 1.5em 0;
	display: block;
	transition: all .3s;
	border: solid 1px #000;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	@media screen and (max-width:768px) {
		width: auto;
	}
}
.c5-btn-black:after {
	background: #fff;
	content: '';
	transform: scale(0);
	transition: all .3s;
	z-index: -1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.c5-btn-black:hover {
	color: #000;
	text-decoration: none
}

.c5-btn-black:hover:after {
	transform: scale(1);
	opacity: 1;
}

.c5-btn-black .s5-iconInline {
	position: absolute;
	top: .5em;
	right: .2em
}