@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


body *{
	box-sizing: border-box;
}
.u-inner{
	width: 100%;
	max-width: 1160px;
	padding: 0 20px;
}
.pageFooter_inner {
	z-index: 0;
}
.hide-sp{
	display: block;
}
.vis-sp{
	display: none;
}
.popup {
  display: none;
  height: 100vh;
  width: 100%;
  background-color:rgba(0,0,0,0.8);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}
.content {
  background: #fff;
  padding: 30px;
  width: 50%;
  font-size:13px;
  max-height: 700px;
  overflow: hidden;
  overflow-y: scroll;
  /*position: relative;*/
}
.show {
  display: flex;
  justify-content: center;
  align-items: center;
}


.special {
	clear: both;
	text-align: center;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 0px;
}

.special_text {
	font-size: 24px;
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 10px;
}

.special_text strong {
	font-size: 35px;
	display: inline-block;
	position: relative;
}

.special_text strong:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #FFE758;
}

.special_char {
	display: inline-block;
	vertical-align: middle;
}

.pageWrapper {
	position: relative;
	z-index: 1;
}

.pageHeader {
	height: 900px;
	margin: 0px 0 70px;
}

.pageHeader_inner {
	max-width: 400px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.pageHeader_period {
	margin-bottom: 30px;
	line-height: 1;
	font-size: 12px;
	font-weight: 500;
}

.pageHeader_period b {
	color: #00A6DB;
	font-size: 160%;
	font-weight: bold;
}

.pageHeader_leadText {
	margin-bottom: 30px;
	text-align: center;
}

.pageHeader_leadText>img {}

.pageHeader_title {
	margin-bottom: 30px;
	line-height: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 0;
}

.pageHeader_title>img.-resp {
	display: none;
}

.areaPhotos {}

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

.pageHeader_sublogo {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pageHeader_sublogo>img {
	max-width: 100%;
	height: auto;
	display: none;
}
.pageFooter{
	padding: 50px;
}
.pageFooter small{
	display: block;
}
.pageFooter_logo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pageFooter_logo img.-logo {
	margin-right: 20px;
}

.areaPhotos_list {
	list-style: none;
	line-height: 0;
	font-size: 0;
}

.areaPhotos_item {
	margin: 0;
	width: 210px;
	height: 210px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	visibility: hidden;
}

.areaPhotos_item.-large {
	width: 440px;
	height: 440px;
}

.areaPhotos_item img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.areaPhotos_item .-current {
	z-index: 1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.areaPhotos_item .-next {
	left: -100%;
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.areaPhotos_item_counter {}

.areaPhotos_item.-item01 {
	top: 0;
	left: -440px;
}

.areaPhotos_item.-item02 {
	right: -440px;
	top: 460px;
}

.areaPhotos_item.-item03 {
	left: -210px;
	top: 460px;
}

.areaPhotos_item.-item04 {
	left: -440px;
	top: 460px;
}

.areaPhotos_item.-item05 {
	left: -210px;
	top: 690px;
}

.areaPhotos_item.-item06 {
	left: -440px;
	top: 690px;
}

.areaPhotos_item.-item07 {
	top: 0;
	right: -210px;
}

.areaPhotos_item.-item08 {
	top: 0;
	right: -440px;
}

.areaPhotos_item.-item09 {
	top: 230px;
	right: -210px;
}

.areaPhotos_item.-item10 {
	top: 230px;
	right: -440px;
}

.areaPhotos_item.-item11 {
	top: 0;
	left: -670px;
}

.areaPhotos_item.-item12 {
	left: -670px;
	top: 230px;
}

.areaPhotos_item.-item13 {
	left: -670px;
	top: 460px;
}

.areaPhotos_item.-item14 {
	left: -670px;
	top: 690px;
}

.areaPhotos_item.-item15 {
	right: -670px;
	top: 0;
}

.areaPhotos_item.-item16 {
	right: -670px;
	top: 230px;
}

.areaPhotos_item.-item17 {
	right: -670px;
	top: 460px;
}

.areaPhotos_item.-item18 {
	right: -670px;
	top: 690px;
}

.areaPhotos_dummyImage {
	display: none;
}

.seeList {
	margin: 40px auto 0;
	max-width: 400px;
	width: 100%;
}

.seeList.-btn1 {
	margin-top: 20px;
}

.seeList>a {
	margin: 0 auto 20px;
	max-width: 320px;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	line-height: 1;
	padding-right: 20px;
	background-color: #B399FF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 1;
	user-select: none;
	-webkit-transition: opacity 0.3s, text-shadow 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, text-shadow 0.3s, transform 0.3s;
}

.seeList>a:last-child {
	margin-bottom: 0;
}

.seeList>a.-result {
	background-color: #fd6862;
}

.seeList>a:hover {
	opacity: 0.7;
	text-shadow: 0 0 5px #fff;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.seeList>a::before,
.seeList>a::after {
	font-family: 'icomoon';
	font-size: 26px;
}

.seeList>a::after {
	content: "\e606";
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	transform: translateY(-50%);
}

.seeList>a.-smile::before {
	content: "\e605";
	margin-right: 15px;
	font-size: 38px;
}

.seeList>a .icon-smile {}

.pageBody {}

.pageBody_inner {}

.sIntro {}

.sIntro_inner {}

.sIntro_leftCol {
	width: 430px;
	float: left;
	padding: 0px 0 0;
}

.sIntro_headline {
	font-size: 32px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	/* left: -22px; */
	margin: 0 0 18px;
	text-align: center;
}

.sIntro_headline strong {
	font-size: 125%;
	margin-right: 0px;
}

.sIntro_headline strong.-alpen {
	color: #00A6DB;
}

.sIntro_headline strong.-smile {
	color: #FF675E;
}

.sIntro_text {
	text-align: center;
}

.sIntro_rightCol {
	width: 560px;
	float: right;
	padding: 13px 0 0;
}

.rankList {
	list-style: none;
}

.rankList>li {
	background-position: 0 bottom;
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
	padding: 0px 0 13px 54px;
	font-size: 20px;
	margin: 0 0 34px;
}

.rankList>li.-no1 {
	background-image: url(../img/bg-rank-item-no1.png);
}

.rankList>li.-no2 {
	background-image: url(../img/bg-rank-item-no2.png);
}

.rankList>li.-no3 {
	background-image: url(../img/bg-rank-item-no3.png);
	margin-bottom: 0;
}

.rankList>li .icon {
	position: absolute;
	z-index: 1;
	line-height: 1;
	font-size: 38px;
	left: 6px;
	top: 50%;
	margin-top: -31px;
}

.rankList_title {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}

.rankList_number {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	width: 50px;
	text-align: right;
}

.rankList_text {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 39px;
}

.rankList>li .-no1 {
	color: #FFE758;
}

.rankList>li .-no2 {
	color: #B399FF;
}

.rankList>li .-no3 {
	color: #00B259;
}

.sButtons {
	margin: 49px 0;
}

.sButtons_inner {
	background: url(../img/bg-buttons.png) repeat;
	padding: 10px;
}

.sButtons_border {
	background: #fff;
}

.sButtons_title {
	background: url(../img/bg-ttl-buttons.png) 0 0 no-repeat;
	width: 151px;
	height: 112px;
	color: #FF675E;
	font-size: 22px;
	line-height: 1.3;
	text-align: center;
	padding: 59px 21px 0 0;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 182px;
	margin-top: -86px;
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
}

.sButtons_title-isHover {
	left: 212px;
}

@-webkit-keyframes rotate {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(15deg);
	}

	75% {
		-webkit-transform: rotate(-15deg);
	}
}

@keyframes rotate {

	0%,
	100% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(15deg);
	}

	75% {
		transform: rotate(-15deg);
	}
}

.sButtons_list {
	padding: 60px 170px 60px 430px;
	list-style: none;
}

.sButtons_list>li {
	margin: 23px 0 0;
}

.sButtons_list>li:first-child {
	margin-top: 0;
}

.requirements {
	position: relative;
	z-index: 1;
}

.requirements:after {
	width: 100%;
	content: "";
	display: none;
	height: 362px;
	background: url(../img/bg-deco.png) center top no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 79px;
}

.requirements_inner {}

.requirments_sect {}

.requirments_sect-thema {
	padding: 0 0 34px;
	margin: 0 0 26px;
	background: url(../img/bg-border.png) 0 bottom repeat-x;
}

.requirments_link {
	margin: 20px auto 0;
}

.requirments_sect-vote {
	padding: 0 0 40px;
	margin: 0;
	background: url(../img/bg-border.png) 0 bottom repeat-x;
}

.requirments_sect_title {
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
	color: #00A3D9;
}

.requirments_sect_title-thema {}

.requirments_sect_title-thema>img {
	position: relative;
	z-index: 1;
	top: -10px;
	margin: 0 0 0 10px;
}

.requirments_list {
	margin: 8px auto 0;
	list-style: none;
	padding: 0 0 0 130px;
}

.requirments_list>li {
	padding-left: 1.3em;
}

.requirments_list>li::before {
	content: "\e601";
	margin-left: -1.3em;
	margin-right: 0.3em;
	color: #FFE758;
	font-family: 'icomoon';
}

.sEntry {
	background: url(../img/bg-entry.png) repeat;
	margin: 51px 0 0;
	padding: 35px 0 35px;
}

.sEntry_inner {}

.sEntry_title {
	color: #00A3D9;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 20px;
}

.sEntry_box {}

.sEntry_leftCol {
	width: 490px;
	float: left;
}

.sEntry_sect {
	border: 3px solid #000;
	background-color: #fff;
	padding: 25px 30px;
	/*min-height: 520px;*/
}

.sEntry_sect-notFB {
	border-color: #00B259;
}

.sEntry_sect_title {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 14px;
}

.sEntry_sect_title-notFB {
	color: #00B259;
}

.sEntry_list {
	list-style: none;
}

.sEntry_list>li {
	border-bottom: 1px solid #000;
	padding: 0 0 15px 45px;
	margin: 0 0 24px;
	position: relative;
	z-index: 1;
}

.sEntry_list>li.-last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sEntry_list>li.-last:after {
	display: none;
}

.sEntry_list>li:after {
	content: "";
	display: block;
	border: 16px solid #000;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
	margin-bottom: -32px;
}

.sEntry_list>li .icon {
	display: block;
	font-size: 33px;
	margin: 0 0 6px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.sEntry_list-notFB>li>.icon {
	color: #00B259;
}

.sEntry_list-notFB>li {
	border-bottom: 1px solid #00B259;
}

.sEntry_list-notFB>li:after {
	border-top-color: #00B259;
}

.sEntry_list-notFB>li>b {
	color: #00B259;
}

.sEntry_list>li>small {
	display: block;
	margin: 5px 0 0;
}

.sEntry_rightCol {
	/*width: 490px;
	float: right;*/
}

.sEntry_sect-FB {
	border-color: #F76F33;
}

.sEntry_sect_title-FB {
	color: #F76F33;
}

.sEntry_list-FB {}

.sEntry_list-FB>li {
	border-bottom-color: #F76F33;
}

.sEntry_list-FB>li .icon {
	color: #F76F33;
}

.sEntry_list-FB>li:after {
	border-top-color: #F76F33;
}

.sEntry_list-FB>li>b {
	color: #F76F33;
	font-weight: bold;
}

.sEntry_list-FB>li>.btns {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sEntry_list-FB>li>.btns a {
	width: 49%;
	max-width: 190px;
	color: #fff;
	background: linear-gradient(45deg, #ED35A6, #F5A000);
	border-radius: 4px;
	box-shadow: 0 2px 0 #A3A3A3;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	transition: box-shadow 0.3s, transform 0.3s;
	box-sizing: border-box;
}

.sEntry_list-FB>li>.btns a.-tw {
	background: #16ADE3;
	margin-left: 2%;
}

.sEntry_list-FB>li>.btns a:hover {
	box-shadow: 0 0 0 #A3A3A3;
	transform: translateY(2px);
}

.areaCaution {
	margin: 50px 0;
}

.areaCaution_inner {}

.sCaution {
	padding: 0 83px;
	margin: 0 0 27px;
}

.sCaution_title {
	font-size: 18px;
	border-left: 6px solid #3FBAE2;
	line-height: 1.3;
	padding: 0 0 0 14px;
	margin: 0 0 8px;
}

.sCaution_text {}

.sCaution_list {
	padding: 0 0 0 1.5em;
}

.sCaution_list>li {}

.sContact {}

.sContact_inner {
	background: url(../img/bg-border.png) left top repeat-x;
	padding-top: 43px;
	text-align: center;
}

.sContact_title {
	font-size: 26px;
	color: #00A3D8;
	font-weight: normal;
	text-align: center;
	margin: 0 0 15px;
}

.sContact_leftCol {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 0;
}

.sContact_telLink {
	color: #FF836C;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.sContact_telLink>a {
	font-size: 24px;
	margin: 0 0 0 5px;
}

.sContact_text {
	display: inline-block;
	vertical-align: middle;
}

.sContact_rightCol {
	width: 370px;
	display: inline-block;
	vertical-align: middle;
}

.deco {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	user-select: none;
	pointer-events: none;
}

.deco_item {
	display: inline-block;
	animation-duration: 4s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 4s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	position: absolute;
}

.deco_item.-no1 {
	top: -0.6%;
	left: 36%;
	animation-name: deco1;
	-webkit-animation-name: deco1;
}

.deco_item.-no2 {
	top: 0.3%;
	left: 29%;
	animation-name: deco2;
	-webkit-animation-name: deco2;
}

.deco_item.-no3 {
	top: 18.8%;
	left: 51%;
	animation-name: deco1;
	-webkit-animation-name: deco1;
}

.deco_item.-no4 {
	top: 20%;
	left: 41%;
	animation-name: deco2;
	-webkit-animation-name: deco2;
}

.deco_item.-no5 {
	top: 23.2%;
	left: 6%;
	animation-name: deco3;
	-webkit-animation-name: deco3;
}

.deco_item.-no6 {
	top: 26.5%;
	left: -5%;
	animation-name: deco2;
	-webkit-animation-name: deco2;
}

.deco_item.-no7 {
	top: 27.1%;
	left: 81.5%;
	animation-name: deco3;
	-webkit-animation-name: deco2;
}

.deco_item.-no8 {
	top: 24%;
	left: 91%;
	animation-name: deco2;
	-webkit-animation-name: deco3;
}

.deco_item.-no9 {
	top: 41.2%;
	left: 4%;
	animation-name: deco3;
	-webkit-animation-name: deco3;
}

.deco_item.-no10 {
	top: 42.5%;
	left: -2%;
	animation-name: deco2;
	-webkit-animation-name: deco2;
}

.deco_item.-no11 {
	top: 45.2%;
	left: 71%;
	animation-name: deco3;
	-webkit-animation-name: deco3;
}

.deco_item.-no12 {
	top: 47.5%;
	left: 79%;
	animation-name: deco2;
	-webkit-animation-name: deco2;
}

@keyframes deco1 {

	0%,
	100% {
		transform: rotate(-10deg);
	}

	70% {
		transform: rotate(20deg) translateY(10px);
	}

}

@-webkit-keyframes deco1 {

	0%,
	100% {
		-webkit-transform: rotate(-10deg);
	}

	70% {
		-webkit-transform: rotate(20deg) translateY(10px);
	}

}

@keyframes deco2 {

	0%,
	100% {
		transform: rotate(17deg);
	}

	50% {
		transform: rotate(-35deg) translateY(10px);
	}

}

@-webkit-keyframes deco2 {

	0%,
	100% {
		-webkit-transform: rotate(17deg);
	}

	50% {
		-webkit-transform: rotate(-35deg) translateY(10px);
	}

}

@keyframes deco3 {

	0%,
	100% {
		transform: rotate(17deg);
	}

	50% {
		transform: rotate(-20deg) translateY(40px);
	}

}

@-webkit-keyframes deco3 {

	0%,
	100% {
		-webkit-transform: rotate(17deg);
	}

	50% {
		-webkit-transform: rotate(-20deg) translateY(40px);
	}

}

.items {
	margin: 49px 0 0;
	padding-bottom: 40px;
}

.items:after {
	content: "";
	display: block;
	clear: both;
}

.item {
	margin-right: 13px;
	width: 324px;
	height: 280px;
	float: left;
	background-position: 0 0;
	background-repeat: repeat;
	position: relative;
	z-index: 1;
}

.item.-no1 {
	margin-right: 0;
	margin-bottom: 40px;
	width: 100%;
	background-image: url(../img/bg-item01.png);
}

.item.-no1:after {
	content: "";
	display: block;
	width: 55px;
	height: 31px;
	background: url(../img/bg-item01-deco.png) 0 0 no-repeat;
	position: absolute;
	z-index: 1;
	left: -25px;
	top: -40px;
}

.item.-no2 {
	background-image: url(../img/bg-item03.png);
	margin-right: 0;
	margin-bottom: 40px;
	width: 48%;
	height: 320px;
}

.item.-no3 {
	background-image: url(../img/bg-item04.png);
	margin-right: 1%;
	/* margin-bottom: 40px; */
	height: 340px;
}

.item.-no4 {
	background-image: url(../img/bg-item-red.png);
	height: 320px;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 40px;
}

.item.-no5 {
	background-image: url(../img/bg-item06.png);
	margin-right: 1%;
	height: 340px;
}

.item.-no6 {
	background-image: url(../img/bg-item05.png);
	margin-right: 0;
	height: 340px;
}

.item_title small {
	font-weight: normal;
}

.item_title {
	line-height: 1.2;
	background-color: #999;
	border-radius: 9px;
	text-align: center;
	font-size: 17px;
	position: relative;
	z-index: 2;
	left: 0;
	top: -20px;
	margin-bottom: 0px;
	padding: 13px 0;
}

.item.-no1 .item_title {
	background-color: #FFE758;
	width: 400px;
	line-height: 1.6;
	font-size: 23px;
	/* top: -40px; */
}

.item.-no2 .item_title {
	background-color: #3FBCE4;
}

.item.-no3 .item_title {
	background-color: #00B158;
}

.item.-no4 .item_title {
	background-color: #FF6869;
}

.item.-no5 .item_title {
	background-color: #FFA31F;
}

.item.-no6 .item_title {
	background-color: #B399FF;
}

.item_title::after {
	content: "";
	display: block;
	border: 15px solid #999;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
}

.item.-no1 .item_title::after {
	border-top-color: #FFE758;
}

.item.-no2 .item_title::after {
	border-top-color: #3FBCE4;
}

.item.-no3 .item_title::after {
	border-top-color: #00B158;
}

.item.-no4 .item_title::after {
	border-top-color: #FF6869;
}

.item.-no5 .item_title::after {
	border-top-color: #FFA31F;
}

.item.-no6 .item_title::after {
	border-top-color: #B399FF;
}

.item_name {
	line-height: 1.5;
	padding: 10px 0 5px;
	text-align: center;
	font-size: 14px;
	font-feature-settings: "palt";

}

.item.-no1 .item_name {
	text-align: left;
	font-size: 26px;
	padding: 20px 0 0 59px;
}

.item.-no1 .item_name small {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.item_name-no3 {}

.item_name>small {
	display: block;
}

.item_image {
	min-height: 225px;
	line-height: 1;
	padding: 0 20px;
	font-size: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.item.-no1 .item_image {
	padding: 0;
	position: absolute;
	z-index: 1;
	right: 31px;
	top: 18px;
}

.item_image>img {
	max-width: 100%;
	height: auto;
}

.item.-no3 .item_image {
	padding: 0 20px;
}

.item_name-no4 {}

.item_name-no5 {}

.item.-no5 .description {
	text-align: center;
	margin-top: 10px;
}

.item.-no5 .description p {
	display: inline-block;
	text-align: left;
}

.item_name-no6 {}

.items_text {
	text-align: center;
	padding: 14px 0 40px;
	clear: both;
}

.item_desc {
	margin-top: 20px;
	padding: 0 20px;
	font-size: 12px;
	text-align: justify;
}

.item_desc.-tac {
	text-align: center;
}

.item_desc.-tar {
	text-align: right;
}
.catch_txt{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}
.resultLink {
	margin: 40px auto 0;
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.resultLink>a {
	width: 100%;
	height: 60px;
	line-height: 1;
	background: #3FBAE2;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity 0.3s, text-shadow 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, text-shadow 0.3s, transform 0.3s;
}

.resultLink>a:hover {
	opacity: 0.7;
	text-shadow: 0 0 5px #fff;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.resultLink>a:before {
	content: "";
	margin-right: 12px;
	width: 45px;
	height: 45px;
	background-image: url("/photocon/img/logo.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.resultLink>a:after {
	margin-left: 15px;
    content: "\e606";
    font-family: 'icomoon';
    font-size: 26px;
}


/* 2024 */
.-zenmaru{
	font-family: "Zen Maru Gothic", serif;
}
.hero{
	margin-bottom: 50px;
}
.hero_slide{
	border: 30px solid #fff;
	position: relative;
}
.hero_slide_list{}
.hero_slide_list li span.sp_copy{
	display: none;
}
.hero_slide_list li img{
	width: 100%;
	height: auto;
}
.hero_ttl_wrap{
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.hero_ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex: none;
}
.hero_ttl img{
	flex: none;
}
.hero_ttl_wrap .ttl_thema{
	flex: none;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	margin-top: -15px;
	margin-right: -150px;
}
.hero_ttl_wrap .ttl_name{
	flex: none;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: -15px;
	margin-left: -130px;
}
.result{
	margin-top: 80px;
}
.res_ttl{
	font-weight: bold;
	font-size: 35px;
	color: #867013;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	z-index: 1;
}
.res_ttl:before{
	content: "";
	display: inline-block;
	background-image: url(/photocon/img/img_2024/txtーcongratulations.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -23px;
	left: 39%;
	translate: -50% -50%;
	transform: rotate(-5deg);
	width: 166px;
	height: 38px;
}
.res_ttl::after{
	content: "";
	display: inline-block;
	background-image: url(/photocon/img/img_2024/img-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	/* transform: rotate(-5deg); */
	width: 354px;
	height: 74px;
	z-index: -1;
}
/* .res_grand{
	color: #867013;
	font-weight: bold;
	font-size: 35px;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	z-index: 1;
}
.res_grand:before{
	content: "";
	display: inline-block;
	background-image: url(/photocon/img/img_2024/img-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 354px;
	height: 74px;
	z-index: -1;
} */
.res_slide{}
.res_slide_list{}
.res_sld_cnt{
	display: flex !important;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	padding: 25px 20px;
}
.res_sld_box{
	position: relative;
}
.res_bg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	width: 110% !important;
    height: 110% !important;
}
.res_sld_box{
	max-width: 100%;
	max-height: 100%;
	/* padding: 0 13px; */
}
.res_sld_box img{
	width: 100%;
	height: auto;
}

.res_sld_txt{
	background-color: #1DA6DB;
	color: #FFF;
	max-width: 350px;
	width: 100%;
	height: 74px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	font-size: 23px;
	font-weight: bold;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 42%;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 100;
}
.slick-prev{
	left: 5%;
}
.slick-next {
    right: 5%;
}
.slick-next:before, .slick-prev:before {
    content: "";
    display: inline-block;
    background-image: url(/photocon/img/img_2024/arr.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
} 
.slick-prev:before {
	background-image: url(/photocon/img/img_2024/arr_l.png);
}
.slick-track {
	display: flex;
	align-items: center;
  }
  .slick-slide {
	height: auto !important;
  }
  .slick-initialized .slick-slide{
	padding: 12px;
  }
.res_log_ttl {
    width: 100%;
    height: 60px;
    line-height: 1;
    background: #3FBAE2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.3s, text-shadow 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, text-shadow 0.3s, transform 0.3s;
	margin-top: 10px;
	border-radius: 5px;
}


.res_log_ttl:before {
    content: "";
    margin-right: 12px;
    width: 45px;
    height: 45px;
    background-image: url(/photocon/img/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.res_log{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px 20px;
	margin: 20px auto;
}
.res_log > a{
	background: #3FBAE2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	color: #fff;
    font-size: 15px;
	font-weight: 500;
    text-align: center;
    text-decoration: none;
	border-radius: 5px;
	padding: 5px 25px;
	height: 60px;
	transition: all 0.3s;
}

.res_log > a::after{
	margin-left: 15px;
    content: "\e606";
    font-family: 'icomoon';
    font-size: 15px;
}
.res_log>a:hover {
    opacity: 0.7;
    text-shadow: 0 0 5px #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 0.3s;
}
.outline{
	margin-top: 200px;
	padding: 100px 0;
	background:url(/photocon/img/img_2024/img-bg_bosyu.png);
	background-repeat: repeat;
	background-size: auto;
	position: relative;
	color: #fff;
}
.out_catch{}
.out_cat_cnt_wrap{
	position: absolute;
	transform: translateX(-50%);
	top: -183px;
	left: 50%;
}
.out_cat_cnt{
	position: relative;
}
.out_cat_cap_wrap{
	position: absolute;
	left: -4%;
	top: 40%;
	transform: translateY(-50%);
	z-index: 10;
}
.out_cat_cap{
	color: #1DA6DB;
	font-size: 19px;
	font-weight: 500;
	position: relative;
	rotate: -5deg;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.out_cat_cap img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}


.out_cat_box{
    position:relative;
    width:960px;
    height:158px;
    background:#FFFFFF;
    padding:10px;
    text-align:center;
    border:2px solid #1DA6DB;
    color:#1DA6DB;
    font-size:22px;
    font-weight:bold;
    border-radius:100px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.out_cat_box:after,.out_cat_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.out_cat_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:34px;
    border-bottom-width:34px;
    border-left-width:35px;
    border-right-width:35px;
    margin-left: -35px;
    border-top-color:#FFFFFF;
}
.out_cat_box:before{
    border-color: rgba(29, 166, 219, 0);
    border-top-width:35px;
    border-bottom-width:35px;
    border-left-width:37px;
    border-right-width:37px;
    margin-left: -37px;
    margin-top: 2px;
    border-top-color:#1DA6DB;
}

.-uline{
	text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 242, 72, 0.8); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
}
.bosyu_txt{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.bosyu_txt span{
	color: #fff;
	font-size: 25px;
	padding: 5px 35px;
	background: linear-gradient(270deg, #FDBE39, #F61E19, #C30993);
	border-radius: 5px;
	margin-right: 5px;
	display: inline-block;
}
.outline_cnt{
	margin-top: 70px;
	padding-top: 70px;
	border-top: 2px dotted #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
.outline_cnt h2{
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 10px;
}

.out_tab{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	width: 100%;
}
.out_tab dt{
	background-color: #fff;
	border-radius: 5px;
	color: #1DA6DB;
	width: 160px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	height: auto;
}

.out_tab dt,.out_tab dd{
	padding: 5px 20px;
	font-size: 16px;
	font-weight: bold;
	/* height: 48px; */
}
.out_tab:first-child dd{
	display: flex;
	align-items: center;
	gap: 10px;
}
.out_tab dd > span:after{
	content: "";
	display: inline-block;
	background-color: #fff;
	width: 2em;
	height: 1px;
	/* position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -20px;
	margin-right: 20px; */
	
}
.out_tab dd > span{
	position: relative;
}
.out_tab dd em{
	font-size: 32px;
	font-style: normal;
}
.out_tab dd > div > span{
	background-color: #fff;
	border-radius: 50px;
	width: 22px;
	height: 22px;
	color: #1DA6DB;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}
.out_tab_txt{
	font-size: 20px;
	font-weight: 500;
	overflow-wrap: break-word;
}
.out_tab_cap{
	font-size: 16px;
	font-weight: 500;
	overflow-wrap: break-word;
}
.out_tab_cap a{
	color: #fff;
}
.out_tab_cap.-note{
	font-size: 16px;
	background-color: rgba(255, 242, 72, 1);
	color: #1DA6DB;
	padding: 2px 5px;
	border-radius: 5px;
	font-weight: bold;
}

.howto{
	padding: 100px 0;
}
.howto h2{
	font-weight: bold;
	color: #065F81;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.howto .popup h2{
	font-size: 20px;
	margin: 25px auto 10px;
}
.howto .popup h1{
	text-align: center;
	margin-bottom: 30px;
}
.howto h2::before{
	content: "HOW TO";
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 150px;
	font-weight: bold;
	color: #E0F6FF;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	z-index: -1;
}
.howto_cnt_wrap{
	border: 2px solid #1DA6DB;
	border-radius: 5px;
	padding: 80px 80px 43px;
	position: relative;
}
.howto_cnt_wrap.-web{
	margin-top: 80px;
}
.howto_cnt_wrap::before{
	position: absolute;
	left: -18px;
	top: -43px;
	content: "Instagramからの応募";
	background: url(/photocon/img/img_2024/img-howto_corner.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 96px;
	width: 315px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
}
.howto_cnt_wrap.-web::before{
	content: "WEBからの応募";
}
.howto_cnt{
	display: flex;
	justify-content: center;
	gap: 100px;
}
.howto_box{
	flex: none;
	position: relative;
}
.howto_box::after{
	content: "";
	background: url(/photocon/img/img_2024/arr-howto.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 77px;
	width: 56px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -80px;
}
.howto_box:last-child:after{
	content: none;
	background: none;
}
.howto_img{
	position: relative;
}
.howto_num{
	background: #1DA6DB;
	color: #Fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: absolute;
	left: -20px;
	top: -20px;	
	font-size: 25px;
	font-weight: 500;
}
.howto_txt{
	text-align: center;
	padding-top: 10px;
	font-weight: 500;
}
.form_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: #1DA6DB;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	max-width: 240px;
	width: 100%;
	height: 60px;
	margin: 20px auto 15px;
	font-size: 20px;
	font-weight: 500;
	border-radius: 5px;
}

.kiyaku{
	background: #3FBAE2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 25px;
	width: 100%;
	max-width: 424px;
    height: 60px;
    transition: all 0.3s;
	margin: 30px auto;
}
.kiyaku::after {
    margin-left: 15px;
    content: "\e606";
    font-family: 'icomoon';
    font-size: 15px;
}
.kiyaku_cap{
	list-style: none;
	margin-bottom: 30px;
}

.prize{
	margin-top: 10px;
    padding: 100px 0;
    background: url(/photocon/img/img_2024/img-bg_prize.png);
    background-repeat: repeat;
    background-size: auto;
    position: relative;
    color: #fff;
	z-index: 0;
}
.prize h2{
	color: #065F81;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.honki{
	background-color: #fff;
	padding: 40px 50px;
	margin-bottom: 50px;
	border-radius: 10px;
	position: relative;
}
.prize_1st{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.prize figcaption > div.prize_name{
	background-color: #1DA6DB;
	padding: 7px 30px;
	display: inline-block;
	border-radius: 50px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}
.prize_1st_cap{
	color: #333;
	margin-top: 20px;
	font-weight: 500;
}
.prize_1st_cap > span{
	font-weight: bold;
	font-size: 20px;
	display: flex;
	justify-content: center;
}
.prize_1st_cap > div{
	font-weight: bold;
}
.prize figcaption > div.prize_name > span{
	font-size: 16px;
}
.prize figcaption > p{
	color: #333;
	font-weight: bold;
	font-size: 30px;
}

.prize .prize_cnt figcaption > div{
	font-size: 16px;
	margin-bottom: 10px;
}
.prize .prize_cnt figcaption > p{
	font-size: 22px;
}
.prize .prize_cnt figcaption > p >span{
	font-size: 14px;
	font-weight: 500;
}
.prize_cnt_wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px 30px;
	padding: 30px 50px;
}
.prize_cnt{
	background-color: #fff;
	padding: 30px 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.prize_box{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	text-align: center;
}
.prize_num{
	position: absolute;
	left: -10px;
	top: -100px;
	background-image: url(/photocon/img/img_2024/img-goods.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 120px;
	height: 140px;
	text-align: center;
	color: #917208;
	font-size: 23px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prize_cnt .prize_num{
	width: 88px;
	height: 101px;
	font-size: 16px;
	left: 0;
	top: -50px;
}
.prize_num span{
	margin-top: -20px;
}
.prize_num span{
	margin-top: -20px;
}

.photo_spot{
	padding: 100px 0;
	position: relative;
	z-index: 0;
}
.photo_spot h2{
	font-weight: bold;
	color: #065F81;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.photo_spot h2::before{
	content: "PHOTO SPOT";
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 150px;
	font-weight: bold;
	color: #E0F6FF;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	z-index: -1;
}
.spot_guide{
	margin: 0 auto;
	width: 100%;
	/* padding: 0 20%; */
	/* overflow: scroll; */
}
.spot_guide img{
	width: 100%;
	/* min-width: 800px; */
	height: auto;
}

.logs_ttl_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.logs_ttl_wrap::before,
.logs_ttl_wrap::after{
	content: "";
	border-top: 2px dotted #1DA6DB;
	width: 100%;
	flex-grow: 1;
}
.logs_ttl{
	color: #1DA6DB;
	font-size: 20px;
	font-weight: 500;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	flex: none;
}
.logs_ttl::before{
	content: "";
	background-image: url(../img/logo-footer.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
.inst_side{
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 10;
}

.inst_side a.side_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap: 8px;
    width: 63px;
    padding: 40px 10px;
    border: 1px solid #fff;
	border-radius: 5px 0 0 5px;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
	
}
.inst_side a.side_item:hover {
    opacity: 0.8;
    transition: all 0.3s;
}
.inst_side a.side_item span {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    writing-mode: vertical-rl;
	font-weight: normal;
    /* text-orientation: upright; */
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.pageWrapper {
		background: url(../img/bg-wrapper.png) center top no-repeat;
		background-size: 158% auto;
	}

	.pageHeader {
		overflow: visible;
		height: auto;
		margin: 0 0 50px;
	}

	.pageHeader_inner {
		padding-top: 15px;
		max-width: none;
	}

	.pageHeader_period {
		position: static;
		margin: 0 0 5px;
	}

	.pageHeader_leadText {}

	.pageHeader_leadText>img {}

	.pageHeader_title {
		margin: 15px 0 0;
	}

	.pageHeader_title>img {}

	.pageHeader_title>img.-resp {
		margin-left: 20px;
		display: block;
	}

	.pageFooter_logo {
		display: block;
		z-index: 1;
	}

	.areaPhotos {
		position: relative;
		z-index: 1;
		max-width: 670px;
		margin: 20px auto 0;
		min-height: 614px;
	}

	.pageHeader_mainlogo {
		display: none;
	}

	.pageHeader_sublogo {
		max-width: 32%;
		height: 32%;
		position: absolute;
		top: 34%;
		left: 34%;
	}

	.pageHeader_logo>img {
		vertical-align: middle;
		width: 100%;
	}

	.areaPhotos_list {}

	.areaPhotos_item,
	.areaPhotos_item.-large {
		width: 32%;
		height: 32%;
	}

	.areaPhotos_item:nth-child(n + 9) {
		display: none;
	}

	.areaPhotos_item>img {}

	.areaPhotos_item>img.-current {}

	.areaPhotos_item>img.-next {}

	.areaPhotos_item_counter {}

	.areaPhotos_item.-item01 {
		top: 0;
		left: 0;
	}

	.areaPhotos_item.-item02 {
		top: 0;
		left: 34%;
	}

	.areaPhotos_item.-item03 {
		left: 68%;
		top: 0;
	}

	.areaPhotos_item.-item04 {
		left: 0;
		top: 34%;
	}

	.areaPhotos_item.-item05 {
		top: 34%;
		left: 68%;
	}

	.areaPhotos_item.-item06 {
		top: 68%;
		left: 0;
	}

	.areaPhotos_item.-item07 {
		top: 68%;
		left: 34%;
	}

	.areaPhotos_item.-item08 {
		top: 68%;
		left: 68%;
	}

	.areaPhotos_item.-item09 {}

	.areaPhotos_item.-item10 {}

	.areaPhotos_item.-item11 {}

	.areaPhotos_item.-item12 {}

	.areaPhotos_item.-item13 {}

	.areaPhotos_item.-item14 {}

	.areaPhotos_item.-item15 {}

	.areaPhotos_item.-item16 {}

	.areaPhotos_item.-item17 {}

	.areaPhotos_item.-item18 {}

	.areaPhotos_dummyImage {
		display: block;
	}

	.seeList {
		margin-top: 35px;
		max-width: none;
	}

	.seeList>a {
		font-size: 18px;
		line-height: 50px;
	}

	.seeList>a .icon-smile {}

	.seeList>a:hover {}

	.seeList>a .icon-arrowRight {}

	.pageBody {}

	.pageBody_inner {}

	.sIntro {}

	.sIntro_inner {}

	.sIntro_leftCol {
		width: 100%;
		float: none;
		max-width: 670px;
		margin: 0 auto 30px;
	}

	.sIntro_headline {
		font-size: 26px;
	}

	.sIntro_headline strong {}

	.sIntro_headline strong.-alpen {}

	.sIntro_headline strong.-smile {}

	.sIntro_text {}

	.sIntro_rightCol {
		width: 100%;
		max-width: 670px;
		margin: 0 auto;
		float: none;
	}

	.rankList {}

	.rankList>li {
		background-size: auto 4px;
		padding-bottom: 7px;
	}

	.rankList>li.-no1 {}

	.rankList>li.-no2 {}

	.rankList>li.-no3 {}

	.rankList>li .icon {}

	.rankList_title {}

	.rankList_number {}

	.rankList_text {}

	.rankList>li .-no1 {}

	.rankList>li .-no2 {}

	.rankList>li .-no3 {}

	.sButtons {
		padding: 0 2%;
		margin: 35px 0;
	}

	.sButtons_inner {
		padding: 8px;
	}

	.sButtons_border {
		padding: 30px 20px;
	}

	.sButtons_title {
		background-position: 100% 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: 200% 100%;
		text-align: center;
		padding: 30px 0 0;
		width: 120px;
		height: 120px;
		font-size: 17px;
		position: static;
		margin: 0 auto 20px;
		-webkit-animation: bounce 3s ease-in-out infinite;
		animation: bounce 3s ease-in-out infinite;
	}

	@-webkit-keyframes bounce {

		0%,
		100% {
			-webkit-transform: translateY(0px);
		}

		5% {
			-webkit-transform: translateY(10px);
		}

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

		15% {
			-webkit-transform: translateY(10px);
		}

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

	@keyframes bounce {

		0%,
		100% {
			transform: translateY(0px);
		}

		5% {
			transform: translateY(10px);
		}

		10% {
			transform: translateY(0px);
		}

		15% {
			transform: translateY(10px);
		}

		20% {
			transform: translateY(0px);
		}
	}

	.sButtons_list {
		padding: 0;
		text-align: center;
	}

	.sButtons_list:after {
		content: "";
		display: block;
		clear: both;
	}

	.sButtons_list>li {
		float: right;
		width: 49%;
		margin: 0;
	}

	.sButtons_list>li:first-child {
		float: none;
		display: inline-block;
	}

	.requirements {}

	.requirements:after {
		display: none;
	}

	.requirements_inner {}

	.requirments_sect {}

	.requirments_sect-thema {}

	.requirments_sect_title {
		font-size: 22;
	}

	.requirments_sect_title-thema {}

	.requirments_sect_title-thema>img {}

	.requirments_list {
		padding: 0;
	}

	.requirments_list>li {}

	.requirments_list>li .icon {}

	.sEntry {
		margin: 35px 0 0;
	}

	.sEntry_inner {}

	.sEntry_title {
		font-size: 22px;
	}

	.sEntry_box {}

	.sEntry_leftCol {
		width: 100%;
		float: none;
		max-width: 670px;
		margin: 0 auto;
	}

	.sEntry_sect {
		min-height: 0;
	}

	.sEntry_sect-notFB {}

	.sEntry_sect_title {
		font-size: 20px;
	}

	.sEntry_sect_title-notFB {}

	.sEntry_list {}

	.sEntry_list>li {}

	.sEntry_list>li.-last {}

	.sEntry_list>li.-last:after {}

	.sEntry_list>li:after {}

	.sEntry_list>li .icon {}

	.sEntry_list-notFB>li>.icon {
		font-size: 28px;
	}

	.sEntry_list-notFB>li {}

	.sEntry_list-notFB>li:after {}

	.sEntry_list-notFB>li>b {}

	.sEntry_list>li>small {}

	.sEntry_rightCol {
		width: 100%;
		float: none;
		max-width: 670px;
		margin: 30px auto 0;
	}

	.sEntry_sect-FB {}

	.sEntry_sect_title-FB {}

	.sEntry_list-FB {}

	.sEntry_list-FB>li {}

	.sEntry_list-FB>li .icon {}

	.sEntry_list-FB>li:after {}

	.sEntry_list-FB>li>b {}

	.areaCaution {
		margin: 40px 0;
	}

	.areaCaution_inner {
		margin: 0 auto;
	}

	.sCaution {
		padding: 0;
	}

	.sCaution_title {
		font-size: 17px;
	}

	.sCaution_text {}

	.sCaution_list {}

	.sCaution_list>li {}

	.sContact {}

	.sContact_inner {
		text-align: center;
		padding-top: 35px;
	}

	.sContact_title {
		font-size: 22px;
	}

	.sContact_leftCol {
		float: none;
		padding: 0;
	}

	.sContact_telLink {}

	.sContact_telLink>a {}

	.sContact_text {}

	.sContact_rightCol {
		width: auto;
		float: none;
		padding: 0;
		max-width: 360px;
		margin: 20px auto 0;
	}

	.deco {
		display: none;
	}

	.items {
		max-width: 746px;
		margin: 60px auto 0;
	}

	.items:after {}

	.item {
		width: 49%;
		margin: 0 2% 35px 0;
		min-height: 320px;
		height: auto;
	}

	.item.-no1 {
		width: 100%;
		float: none;
	}

	.item.-no1:after {
		display: none;
	}

	.item_title {
		font-size: 14px;
		white-space: nowrap;
		border-radius: 5px;
	}

	.item_title:after {}

	.item.-no1 .item_title {
		width: auto;
		font-size: 18px;
	}

	.item_title-no01:after {}

	.item_name {
		font-size: 14px;
	}

	.item.-no1 .item_name {
		font-size: 20px;
		padding: 0 0 0 14px;
	}

	.item_name>small {}

	.item_image {}

	.item.-no1 .item_image {
		top: 80px;
		width: 320px;
		right: 0;
	}

	.item_image>img {
		max-width: 93%;
	}

	.item.-no1 .item_image img {
		width: 320px;
	}

	.item.-no2 {
		margin-right: 0;
	}

	.item_title-no02 {}

	.item_title-no02:after {}

	.item.-no3 {
		margin-right: 2%;
	}

	.item_title-no03 {}

	.item_title-no03:after {}

	.item.-no4 {
		margin-right: 2%;
	}

	.item_title-no04 {}

	.item_title-no04:after {}

	.item.-no5 {
		margin-right: 0;
	}

	.item_title-no05 {
		margin-right: 0;
	}

	.item_title-no05:after {}

	.item.-no6 {
		margin-bottom: 0;
		margin-right: 0;
	}

	.item_title-no06 {}

	.item_title-no06:after {}

	.items_text {}

	.resultLink {}

	.resultLink>a {}

	.resultLink>a:hover {}

	.resultLink>a:before {}

	.resultLink>a:after {}

	.res_main{
		padding: 0px 10px;
	}
}

@media screen and (max-width:639px) {
	.hide-sp{
		display: none;
	}
	.vis-sp{
		display: block;
	}


.popup {

}
.content {
  
  width: 80%;
  max-height: 500px;
  font-size:10px;
}
.show {

}


	.special {
		padding-top: 0px;
	}

	.special_text {
		font-size: 16px;
		display: block;
		margin-right: 0;
	}

	.special_text strong {
		font-size: 22px;
	}

	.special_text strong:before {
		height: 10px;
	}

	.special_char {
		display: block;
		margin-top: 20px;
	}

	.pageWrapper {}

	.pageHeader {
		margin: 0 0 25px;
	}

	.pageHeader_period {
		font-size: 10px;
		line-height: 1.1;
		margin: 0;
	}

	.pageHeader_inner {}

	.pageHeader_leadText {}

	.pageHeader_leadText>img {
		width: 170px;
	}

	.pageHeader_title {}

	.pageHeader_title>img {
		width: auto;
		height: 75px;
	}

	.areaPhotos {
		min-height: 307px;
	}

	.pageHeader_logo {}

	.pageHeader_logo>img {}

	.areaPhotos_list {}

	.areaPhotos_item {
		overflow: hidden;
	}

	.areaPhotos_item.-large {}

	.areaPhotos_item>img {}

	.areaPhotos_item>img.-current {}

	.areaPhotos_item>img.-next {}

	.areaPhotos_item_counter {}

	.areaPhotos_item-item01 {}

	.areaPhotos_item-item02 {}

	.areaPhotos_item-item03 {}

	.areaPhotos_item-item04 {}

	.areaPhotos_item-item05 {}

	.areaPhotos_item-item06 {}

	.areaPhotos_item-item07 {}

	.areaPhotos_item-item08 {}

	.areaPhotos_item-item09 {}

	.areaPhotos_item-item10 {}

	.areaPhotos_item-item11 {}

	.areaPhotos_item-item12 {}

	.areaPhotos_item-item13 {}

	.areaPhotos_item-item14 {}

	.areaPhotos_item-item15 {}

	.areaPhotos_item-item16 {}

	.areaPhotos_item-item17 {}

	.areaPhotos_item-item18 {}

	.areaPhotos_dummyImage {}

	.counter {
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: right bottom;
		transform: scale(0.5);
		transform-origin: right bottom;
	}

	.counter-small {}

	.counter-middle {}

	.counter-large {
		margin: 0 -5px -6px 0;
	}

	.requirments_link {
		margin: 15px 0 0;
	}

	.seeList {
		width: 100%;
	}

	.seeList>a {
		font-size: 16px;
		line-height: 42px;
	}

	.seeList>a .icon-smile {}

	.seeList>a:hover {}

	.seeList>a .icon-arrowRight {
		font-size: 20px;
		margin-top: -10px;
	}

	.pageBody {}

	.pageBody_inner {}

	.sIntro {}

	.sIntro_inner {}

	.sIntro_leftCol {}

	.sIntro_headline {
		left: 0;
		font-size: 18px;
	}

	.sIntro_headline strong {}

	.sIntro_headline strong.-alpen {}

	.sIntro_headline strong.-smile {}

	.sIntro_text {
		/*text-align: left;*/
	}

	.sIntro_rightCol {
		padding: 0;
	}

	.rankList {}

	.rankList>li {
		font-size: 16px;
		margin: 0 0 20px;
		padding: 0 0 8px 46px;
	}

	.rankList>li.-no1 {}

	.rankList>li.-no2 {}

	.rankList>li.-no3 {}

	.rankList>li .icon {
		font-size: 30px;
		margin-top: -15px;
	}

	.rankList_title {
		width: auto;
	}

	.rankList_number {
		width: auto;
		margin: 0 0 0 1em;
	}

	.rankList_text {
		margin: 0;
		display: block;
	}

	.rankList>li .-no1 {}

	.rankList>li .-no2 {}

	.rankList>li .-no3 {}

	.sButtons {
		margin: 25px 0;
	}

	.sButtons_inner {
		padding: 4px;
	}

	.sButtons_border {
		padding: 15px;
	}

	.sButtons_title {
		font-size: 16px;
		width: 110px;
		height: 110px;
	}

	.sButtons_list {}

	.sButtons_list>li {
		float: none;
		width: 100%;
	}

	.sButtons_list>li:first-child {
		float: none;
		margin: 0 0 10px;
	}

	.requirements {}

	.requirements:after {}

	.requirements_inner {}

	.requirments_sect {}

	.requirments_sect-vote {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}

	.requirments_sect-thema {}

	.requirments_sect_title {
		font-size: 18px;
	}

	.requirments_sect_title-thema {}

	.requirments_sect_title-thema>img {}

	.requirments_list {}

	.requirments_list>li {}

	.requirments_list>li .icon {}

	.sEntry {
		padding: 20px 0;
		margin-top: 25px;
	}

	.sEntry_inner {}

	.sEntry_title {
		font-size: 18px;
	}

	.sEntry_box {}

	.sEntry_leftCol {}

	.sEntry_sect {
		padding: 10px 15px;
	}

	.sEntry_sect-notFB {}

	.sEntry_sect_title {
		font-size: 18px;
	}

	.sEntry_sect_title-notFB {}

	.sEntry_list {}

	.sEntry_list>li {
		padding-left: 30px;
	}

	.sEntry_list>li.-last {}

	.sEntry_list>li.-last:after {}

	.sEntry_list>li:after {}

	.sEntry_list>li .icon {
		font-size: 20px;
		top: 5px;
	}

	.sEntry_list-notFB>li>.icon {}

	.sEntry_list-notFB>li {}

	.sEntry_list-notFB>li:after {}

	.sEntry_list-notFB>li>b {}

	.sEntry_list>li>small {}

	.sEntry_rightCol {}

	.sEntry_sect-FB {}

	.sEntry_sect_title-FB {}

	.sEntry_list-FB {}

	.sEntry_list-FB>li {}

	.sEntry_list-FB>li .icon {}

	.sEntry_list-FB>li:after {}

	.sEntry_list-FB>li>b {}

	.sEntry_list-FB>li>.btns a {
		width: 100%;
		min-width: 100%;
	}

	.sEntry_list-FB>li>.btns a.-tw {
		margin: 10px 0 0;
	}

	.areaCaution {
		margin: 25px 0;
	}

	.areaCaution_inner {}

	.sCaution {}

	.sCaution_title {
		font-size: 16px;
		padding-left: 8px;
		border-left-width: 4px;
	}

	.sCaution_text {}

	.sCaution_list {}

	.sCaution_list>li {}

	.sContact {}

	.sContact_inner {}

	.sContact_title {
		font-size: 18px;
		margin: 0 0 5px;
	}

	.sContact_leftCol {}

	.sContact_telLink {}

	.sContact_telLink>a {
		font-size: 20px;
	}

	.sContact_text {}

	.sContact_rightCol {
		width: 100%;
	}

	.items {
		margin: 30px 0 0;
	}

	.items:after {}

	.item {
		float: none;
		width: 100% !important;
		margin: 0 0 30px;
		height: auto;
		padding: 0 0 20px;
	}

	.item.-no1 {}

	.item.-no1:after {}

	.item_title {
		margin-bottom: 8px;
	}

	.item_title:after {
		border-width: 10px;
		bottom: -20px;
		margin-left: -10px;
	}

	.item_title-no01 {
		top: -20px;
		font-size: 16px;
	}

	.item_title-no01:after {}

	.item_name {
		min-height: 0;
	}

	.item.-no1 .item_name {
		font-size: 18px;
		text-align: center;
		padding: 0 10px;
	}

	.item.-no1 .item_name small {
		font-size: 13px;
	}

	.item.-no1 .item_name br {}

	.item_name>small {}

	.item_image {}

	.item.-no1 .item_image {
		position: static;
		width: auto;
	}

	.item_image>img {}

	.item.-no2 {}

	.item_title-no02 {}

	.item_title-no02:after {}

	.item.-no3 {}

	.item_title-no03 {}

	.item_title-no03:after {}

	.item.-no3 .item_image {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.item.-no4 {}

	.item_title-no04 {}

	.item_title-no04:after {}

	.item.-no5 {}

	.item_title-no05 {}

	.item_title-no05:after {}

	.item.-no6 {}

	.item_title-no06 {}

	.item_title-no06:after {}

	.items_text {
		text-align: left;
		padding: 0;
		margin: 0 0 25px;
	}

	.resultLink {
		margin: 30px auto 0;
	}

	.resultLink>a {
		height: 45px;
		font-size: 16px;
	}

	.resultLink>a:hover {}

	.resultLink>a:before {
		width: 32px;
		height: 32px;
	}

	.resultLink>a:after {
		font-size: 20px;
	}
	.hero_ttl{
		flex-direction: column;
		width: 100%;
	}

	.hero_ttl img{
		width: 75%;
	}
	.hero_ttl img:first-child{
		width: 30%;
	}
	.hero_ttl_wrap .ttl_thema{
		margin-top: -10px;
		margin-right: 0;
		font-size: 16px;
	}
	.hero_ttl_wrap .ttl_name{
		margin-bottom: -20px;
		margin-left: 0;
		font-size: 15px;
	}
	.hero_slide{
		border: 15px solid #fff;
	}
	.hero_slide_list li{
		position: relative;
	}
	.hero_slide_list li span.sp_copy{
		display: block;
		position: absolute;
		right: 5px;
		bottom: 5px;
		color: #fff;
		font-weight: 500;
	}
	.hero_slide_list li img{
		height: 100vh;
		object-fit: cover;
	}
	.slick-prev, .slick-next,
	.slick-next:before, .slick-prev:before{
		width: 25px;
		height: 25px;
	}
	.result{
		padding-top: 40px;
	}

	.res_log{
		grid-template-columns: 1fr 1fr;
	}
	.res_ttl{
		font-size: 30px;
		margin-bottom: 20px;
		margin-top: ;
	}
	.res_ttl:before{
		top: -25px;
		left: 30%;
	}
	.res_ttl::after{
		top: 70%;
		width: 70%;
	}
	.out_tab{
		flex-direction: column;
		margin-bottom: 20px;
	}
	.out_tab dd{
		padding: 5px 0;
	}
	.out_tab dd em{
		font-size: 25px;
	}
	.out_cat_box{
		width: 380px;
	}
	.out_cat_box p{
		font-size: 18px;
	}
	.out_cat_cap p{
		font-size: 14px;
	}
	.out_cat_cap{
		rotate: 0deg;
		background-color: #FFF248;
		padding: 20px;
		border-radius: 50px;
	}
	.out_cat_cap_wrap{
		transform: translateX(-50%);
		top: -70px;
		left: 50%;
		width: 100%;
		padding: 0 10px;
	}
	.out_cat_cap img{
		display: none;
	}
	
	.howto h2::before{
		font-size: 70px;
	}
	.howto .popup h2{
		font-size: 16px;
	}
	.howto_cnt{
		justify-content: flex-start;
		padding: 0 50px;
	}
	.howto_cnt_wrap{
		padding: 0;
	}
	.howto_scroll{
		overflow: scroll;
		padding: 80px 5px 43px;
	}
	.honki{
		padding: 40px 20px;
		margin-bottom: 70px;
	}
	.prize_1st{
		flex-direction: column;
	}
	.prize_num{
		width: 88px;
		height: 101px;
		font-size: 16px;
		top: -50px;
	}
	.prize_cnt_wrap{
		display: block;
	}
	.prize figcaption > div > span{
		font-size: 12px;
	}
	.prize figcaption > p{
		font-size: 18px;
		text-align: center;
	}
	.prize .prize_cnt figcaption > p{
		font-size: 16px;
		text-align: center;
	}
	.prize_cnt_wrap{
		padding: 0;
	}
	.prize_cnt{
		margin-bottom: 70px;
	}
	.prize_cnt:last-child{
		margin-bottom: 20px;
	}




	.spot_guide{
		padding: 0 10px;
	}
	.photo_spot h2::before{
		font-size: 53px;
		top: 20%;
		left: -3%;
	}
	.slick-initialized .slick-slide{
		padding: 0;
	}
	
	
}