@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
	scroll-behavior: smooth;
}
@media screen and (max-width: 991px) {
	body {
    padding-top: 0px;
	}
}
.pom main {
	z-index: 1;
}
.pom p {
	line-height: 24px;
}
.pom .section {
	padding: 100px 0 100px;
	position: relative;
	z-index: 1;
}
.pom .sec-inner {
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	.pom .sec-inner {
		max-width: 100%;
		padding: 0 12px;
	}
}
.pom .section-style-1 {

}
.pom .sec-title {
	margin-bottom: 92px;
	color: #B4A073;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Noto Sans Japanese", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.pom .sec-sub-title {
	font-family: "JLPGA-Regular";
	font-size: 30px;
	margin-bottom: 37px;
	color: #B4A073;
	position: relative;
}
.pom .sec-description {
	font-size: 20px;
	font-weight: 700;
	background-color: rgba(150, 190, 0, 0.8);
	padding: 18px 30px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0px 2px 5px 0px rgba(60, 60, 60, 0.35);
}
.pom .sec-description:before, .pom .sec-description:after {
	content: "";
	position: absolute;
}
.pom .sec-description:before {
	top: -50px;
	right: 120px;
	border-width: 0 17px 50px 17px;
	border-style: solid;
	border-color: transparent transparent rgba(150, 190, 0, 0.8) transparent;
	z-index: -1;
}
.pom .sec-description:after {
	content: "";
	height: 294px;
	min-width: 350px;
	background-image: url(../images/spectator-guide/description-1.png);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	bottom: -30px;
	right: 60px;
	z-index: -2;
}
.pom h3 {
	color: #333;
}
.pom .main-visual {
	z-index: 1;
	position: relative;
}
.pom .main-visual img {
	width: 100%;
	aspect-ratio: 144/69;
}
@media screen and (max-width: 550px) {
	.pom .main-visual img {
		aspect-ratio: 75/103;
	}
	.pom .main-visual.mv2024 img {
		aspect-ratio: 75/112;
	}
}
.pom .menu {
	background-color: #00822D;
	padding: 10px;
}
.pom .menu ul {
	display: flex;
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
	padding: 17px 0;
}
.pom .menu li {
	margin: 0 40px;
	position: relative;
	line-height: 40px;
}
.pom .menu li:after {
	content: "";
	height: 20px;
	width: 1px;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -40px;
	margin: auto;
}
.pom .menu li:last-child {
	border-right: none;
}
.pom .menu a {
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom: 1px solid transparent;
}
.pom .menu a:hover {
	border-bottom-color: #fff;
}
.pom .column-element-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pom .column-element-wrap::after {
	display: block;
	content:"";
	width: calc((100% - 64px) / 3);
}
.pom .element {
	border-radius: 8px;
	background-color: #fff;
	box-shadow: none;
	color: #333;
	font-size: 14px;
	padding: 60px;
}
.pom a.button {
	border-radius: 4px;
	background: #B4A073;
	min-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.pom a.button.bg-black {
	background: #333333;
}
.pom a.button:hover {
	opacity: 0.8;
}
.pom a.button i {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 12px;
}
.pom .bg-style-1 {
	background-image: url(../images/spectator-guide/bg-1.jpg);
}
.pom .bg-style-2 {
	background-image: url(../images/spectator-guide/bg-2.jpg);
	background-repeat: repeat;
}
.pom .bg-style-2 .sec-title,
.pom .bg-style-2 .sec-sub-title {
	color: #fff;
}
.pom .column-3-element {
	width: calc((100% - 64px) / 3);
	margin-right: 32px;
	padding: 30px;
	padding-bottom: 130px;
	position: relative;
	margin-bottom: 32px;
}

.pom .column-3-element:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.pom .column-element-wrap {
		display: flex;
		flex-wrap: wrap;
		padding: 0px 17px;
		border-radius: 6px;
	}
	.pom .column-element-wrap .slick-list {
		border-radius: 6px;
	}
	.pom .column-3-element {
		width: 100%;
		margin-right: 0;
		padding: 24px 24px 141px 24px;
		margin-bottom: 0;
		border-radius: 6px;
	}
}
.pom .column-3-element img {
	margin-bottom: 16px;
	border-radius: 6px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.pom .column-3-element img {
		margin-bottom: 13px;
	}
}
.pom .column-3-element h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 6px;
}
.pom .column-3-element a.button {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 60px);
}
.pom .column-3-element .button.button-default {
	bottom: 80px;
}
@media screen and (max-width: 767px) {
	.pom .column-3-element a.button {
		width: calc(100% - 48px);
	}
}
.pom .column-3-element .button.button-dark {
	background: #333;
}
.pom .element.info {
	padding-bottom: 22px;
}
.pom .element.info h3 {
	font-size: 24px;
	text-align: left;
	position: relative;
	padding-left: 50px;
	margin-bottom: 17px;
}
.pom .element.info h3:before {
	content: "";
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #00822D;
	background-image: url(../images/spectator-guide/exc-icon.png);
	display: block;
	background-size: auto 22px;
	background-position: center;
	background-repeat: no-repeat;
	bottom: -30px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pom .element.info dl {
	padding-right: 130px;
}
.pom .element.info dt {
	font-size: 16px;
	font-weight: 700;
	color: #00822D;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
.pom .element.info dd {
	margin-bottom: 16px;
	line-height: 24px;
}
.pom .element.info dd:last-child {
	margin-bottom: 0;
}
.pom .column-2-element {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}
.pom .column-2-element:nth-child(even) {
	margin-right: 0;
}
.pom .column-2-element img {
	margin-bottom: 15px;
}
.pom .column-2-element h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
}
.pom .caution p {
	margin-bottom: 25px;
}
.pom .caution img {
	width: calc((100% - 30px) / 2);
}
.pom .caution img:nth-child(odd) {
	margin-right: 30px;
}
.pom .main-visual {
	overflow: hidden;
}

.hide-pc {display: none;}

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

.hide-pc-mv {display: none;}

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

/*** sec-main ***/
.pom .section-main {
	background-image: url(../images/pom/bg-main.jpg);
	background-size: cover;
	padding: 67px 0 72px;
}
.pom .bg-main2024 {
	background-image: url(../images/pom/bg-main2024.jpg);
}
@media screen and (max-width: 767px) {
	.pom .section-main {
		padding: 50px 0 60px;
	} 
}
@media screen and (max-width: 375px) {
	.pom .section-main {
		background-image: url(../images/pom/bg-main-sp.jpg);
	} 
	.pom .bg-main2024 {
		background-image: url(../images/pom/bg-main2024-sp.jpg);
	}
}
.pom .section-main .sec-title {
	margin-bottom: 39px;
	color: #B4A073;
	text-align: center;
	font-size: 40px;
	line-height: normal;
}
.pom .section-main p {
	line-height: 30px;
	letter-spacing: 0.8px;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}
.pom .section-main p.text-special {
	line-height: 60px;
}
.pom .section-main .points {
	display: flex;
	justify-content: center;
	gap: 55px;
	margin-bottom: 6px;
	position: relative;
}

.pom .section-main .points::before {
	content: url(../images/pom/icon-plus.png);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 27px;
	width: 26px;
}

@media screen and (max-width: 767px) {
	.pom .section-main .points {
		margin-bottom: 9px;
		gap: 61px;
	} 
}
.pom .section-main img  {
	max-width: 343px;
	box-shadow: 0px 3px 9px 0px rgba(31, 31, 31, 0.21);
}
.pom .section-main .button {
	max-width: 319px;
	margin: auto;
	margin-top: 33px;
}
@media screen and (max-width: 767px) {
	.pom .section-main .sec-title {
		font-weight: 700;
		font-size: 22px;
		letter-spacing: -0.22px;
		margin-bottom: 19px;
	}
	.pom .section-main .points {
		flex-wrap: wrap;
		margin-bottom: 23px;
	}
	.pom .section-main img  {
		max-width: 100%;
	}
	.pom .section-main p {
		font-size: 16px;
		letter-spacing: 0.64px;
		text-align: left;
	}
	.pom .section-main p.next-to-points {
		margin-bottom: 14px;
	}
	.pom .section-main p.text-special {
		line-height: 30px;
		letter-spacing: 0.64px;
		text-align: left;
	} 
	.pom .section-main .button {
		max-width: 286px;
		min-height: 57px;
	}
}

@media screen and (max-width: 370px) {
	.pom .section-main .sec-title {
		font-size: 17px;
	}
}


/*** player-month ***/
.pom .section-player-month {
	background-image: url(../images/pom/bg-month-winner.png);
	background-size: cover;
	padding: 100px 0 41px;
}
@media screen and (max-width: 375px) {
	.pom .section-player-month { 
		background-image: url(../images/pom/bg-player-month-sp.png);
	}
}
.pom .section-player-month .sec-title {
	margin-bottom: 90px;
	color: #333;
	text-align: center;
	font-size: 40px;
	letter-spacing: 0px;
}
.pom .section-player-month .player-month-title {
	font-size: 28px;
	color: #B4A073;
	font-weight: 500;
	border-bottom: 1px solid #B4A073;
	text-align: left;
	padding-bottom: 11px;
	margin: 0px 0 41px;
	border-bottom-width: 2px;
}
.pom .section-player-month .player-month-title span {
	float: right;
	font-weight: 500;
	color: #333;
	font-size: 32px;
}
.pom .section-player-month .player-month-title span small {
	font-size: 20px;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.pom .section-player-month {
		padding: 60px 0 60px;
	}
	.pom .section-player-month .sec-title {
		margin-bottom: 23px;
	}
	.pom .section-player-month .player-month-title {
		font-size: 20px;
		margin:0px 0 26px;
	}
	.pom .section-player-month .player-month-title span {
		float: none;
		display: block;
		font-size: 24px;
	}
	.pom .section-player-month .player-month-title span small {
		font-size: 16px;
	}
}
@media screen and (max-width: 370px) {
	.pom .section-player-month .player-month-title {
		font-size: 17px;
	}
}
.pom .section-player-month .player-month-image {
	margin-bottom: 40px;
}
.pom .section-player-month .sec-sub-title {
	font-size: 30px;
	margin-bottom: 42px;
	text-align: center;
	color: #B4A073;
	position: relative;
	font-weight: 400;
	letter-spacing: normal;
	font-family: Neue Montreal;
}
.pom .section-player-month .sec-sub-title::after {
	content: '';
	background: #B4A073;
	width: 110px;
	position: absolute;
	bottom: -17px;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
}
.pom .section-player-month .sec-sub-title img {
	max-width: 316px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.pom .section-player-month .player-month-image {
		border-radius: 6px;
		margin-bottom: 11px;
	}
	.pom .section-player-month .player-month-image img {
		width: 100%;
	}
	.pom .section-player-month .sec-sub-title::after {
		bottom: -11px;
		width: 29px;
	}
	.pom .section-player-month .sec-sub-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.pom .section-player-month .sec-sub-title img {
		margin: auto;
		height: 14px;
		width: auto;
	}
	.pom .section-player-month .sec-title {
		font-size: 32px;
		letter-spacing: 1.92px;
		font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
@media screen and (max-width: 370px) {
	.pom .section-player-month .sec-title {
		font-size: 28px;
	}
}
.pom .player-month-element {
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 6px;
	padding: 10px;
	background: rgba(255,255,255,.6);
}
.pom .player-month-element .element-inner {
	border: 1px solid #B4A073;
	border-radius: 6px;
	display: flex;
	padding: 25px 21px 28px 104px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.pom .player-month-element .element-inner {
		padding: 12px 15px 22px;
	}
	.pom .player-month-element {
		padding: 5px;
	}
}
.pom .player-month-element h3 {
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	border-bottom: 2px solid #B4A073;
	color: #B4A073;
	padding-bottom: 15px;
	margin-bottom: 17px;
}
.pom .player-month-element {
	width: 100%;
	margin-bottom: 60px;
}
.pom .player-month-element .content {
	padding-left: 60px;
}
.pom .player-month-element p {
	color: #333;
	font-size: 24px;
	line-height: 50px;
}
.pom .player-month-element .image {
	width: 316px;
	padding-top: 8px;
}
.pom .player-month-element .content {
	width: calc(100% - 316px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.pom .player-month-element {
		margin-bottom: 0px;
	}
	.pom .player-month-element .image {
		width: 95px;
		border-radius: 6px;
	}
	.pom .player-month-element .image img {
		border-radius: 6px;
	}
	.pom .player-month-element .content {
		width: calc(100% - 95px);
		padding-left: 7px;
		justify-content: left;
		text-align: left;
		padding-top: 6px;
	}
	.pom .player-month-element p {
		font-size: 16px; 
		line-height: 23px;
	}
}

/*** video ***/
.pom .section-video {
	background-image: url(../images/pom/bg-video.png);
	background-size: cover;
	padding: 100px 0 73px;
}

@media screen and (max-width: 767px) {
	.pom .section-video {
		padding: 60px 0 30px;
	}
}

.pom .section-video .sub-title {
	font-weight: 700;
	color: #B4A073;
	font-size: 15px;
	margin-bottom: 11px;
}
.pom .section-video .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}
.pom .section-video .title span {
	font-size: 16px;
}
.pom .section-video .wrap-video-iframe {
	max-width: 910px;
	margin: auto;
}
.pom .section-video .video-iframe {
	text-align: center;
	margin: 0 auto 82px;
	position: relative;
	padding-top: 56.04%;
	overflow: hidden;
	width: 100%;
}
.pom .section-video .video-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 991px) {
	.pom .section-video .video-iframe {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.pom .section-video .sub-title {
		margin-bottom: 6px;
	}
}

.pom .section-video .video-title {
	font-size: 32px;
	font-weight: 500;
	color: #333;
	text-align: center;
	margin-bottom: 44px;
	line-height: normal;
}
.pom .section-video .winner-title {
	font-size: 28px;
	color: #B4A073;
	font-weight: 500;
	border-bottom: 1px solid #B4A073;
	text-align: left;
	padding-bottom: 14px;
	margin: 94px 0 41px;
}
@media screen and (min-width: 768px) {
	.pom .section-video .slick-prev {
		display: none;
	} 
	.pom .section-video .slick-next {
		display: none;
	} 
	.pom .section-video .slick-dots li {
		display: none;
	} 
}
@media screen and (max-width: 991px) {
	.pom .section-video .winner-title {
		font-size: 20px;
		margin: 48px 0 24px;
	}
}
@media screen and (max-width: 767px) {  
	.pom .section-video .winner-title {
		line-height: 1;
		margin: 60px 0 24px;
		padding-bottom: 6px;
	}
	.pom .section-video .video-title {
		font-size: 24px;
		margin-bottom: 13px;
	}
	.pom .section-video a.button {
		min-height: 48px;
	}
	.pom .section-video a.button.button-default {
		bottom: 82px;
	}
	.pom .section-video a.button.button.button-dark {
		bottom: 24px;
	}
	.pom .section-video .slick-prev {
		left: -3px;
		z-index: 1;
		top: 42%;
		content: '';
		background-image: url(../images/pom/arrow-prev.png);
		background-repeat: no-repeat;
		width: 26px;
		height: 53px;
		display: block;
		font-size: 0;
		background-color: transparent;
		background-size: initial;
	} 
	.pom .section-video .slick-next {
		right: 0;
		z-index: 1;
		top: 42%;
		content: '';
		background-image: url(../images/pom/arrow-next.png);
		background-repeat: no-repeat;
		width: 26px;
		height: 53px;
		display: block;
		font-size: 0;
		background-color: transparent;
		background-size: initial;
	}
	.pom .section-video .slick-prev:before {
		display: none !important;
	} 
	.pom .section-video .slick-next:before {
		display: none !important;
	}
	.pom .section-video .slick-dots {
		display: flex;
	}
	.pom .section-video .slick-dots li {
		height: 2px;
		/* width: 87px; */
		flex-basis: 100%;
		background: #cccccc;
		margin: 0;
	} 
	.pom .section-video .slick-dots li.slick-active {
		background: #B4A073;
	} 
	.pom .section-video .slick-dots li button:before {
		height: 2px;
		width: 87px;
		font-size: 0;
	} 
	.pom .section-video .slick-dots {
		left: -2px;
		bottom: -23px;
	} 
}

/*** vote ***/
.pom .section-vote {
	background-size: cover;
	padding: 100px 0 50px;
}
.pom .section-vote .sec-title {
	margin-bottom: 50px;
	color: #B4A073;
	text-align: center;
	font-size: 80px;
}
.pom .section-vote .sec-sub-title {
	margin-bottom: 44px;
	position: relative;
	text-align: center;
}
.pom .section-vote .sec-sub-title img {
	max-width: 397px;
	-webkit-backface-visibility: inherit;
}
.pom .section-vote .sec-sub-title::after {
	content: '';
	background: #B4A073;
	width: 110px;
	position: absolute;
	bottom: -39px;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
}

.pom .vote-element {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 40px 40px;
}
.pom .vote-element h3 {
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	border-bottom: 2px solid #B4A073;
	color: #B4A073;
	padding-bottom: 15px;
	margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
	.pom .vote-element h3 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.pom .section-vote .sec-sub-title img {
		max-width: 318px;
		margin: auto;
	}
}
@media screen and (max-width: 370px) {
	.pom .vote-element h3 {
		font-size: 16px;
	}
	.pom .section-vote .sec-sub-title img {
		max-width: 100%;
	}
}
.pom .vote-element {
	display: flex;
	width: 100%;
}
.pom .vote-element .content {
	padding-right: 40px;
}
.pom .vote-element .main-text {
	color: #333;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 16px;
}
.pom .vote-element .info-special {
	background: #EEEEEE;
	padding: 15px 20px;
	border-radius: 8px;
	margin-bottom: 7px;
}
.pom .vote-element .info-special p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: normal;
	text-indent: -12px;
	padding-left: 12px;
}
.pom .vote-element .notice {
	font-size: 10px;
	color: #878787;
	line-height: normal;
}
.pom .vote-element .image {
	width: 599px;
	padding-top: 8px;
}
.pom .vote-element .content {
	width: calc(100% - 599px);
}
@media screen and (max-width: 1200px) {
	.pom .vote-element .image {
		width: 479px;
	}
	.pom .vote-element .content {
		width: calc(100% - 479px);
	}
}

@media screen and (max-width: 991px) {
	.pom .vote-element {
		padding: 20px 20px 23px;
	}
	.pom .vote-element .image {
		width: 409px;
	}
	.pom .vote-element .content {
		width: calc(100% - 409px);
	}
}

@media screen and (max-width: 767px) {
	.pom .section-vote {
		padding: 60px 0 30px;
	}
	.pom .section-vote .sec-sub-title {
		font-size: 24px;
		letter-spacing: normal;
		margin-bottom: 24px;
	}
	.pom .section-vote .sec-sub-title::after {
		bottom: -16px;
	}
	.pom .section-vote .sec-title {
		font-size: 37px;
		line-height: 50px;
		font-weight: 700;
		margin-bottom: 33px;
	}
	.pom .vote-element {
	 border-radius: 0;
	}
	.pom .vote-element .image,
	.pom .vote-element .content {
		width: 100%;
	}
	.pom .vote-element .image {
		order: 1;
		padding-top: 0;
		margin-bottom: 18px;
	}
	.pom .vote-element .content {
		order: 2;
		padding-right: 0;
	}
	.pom .vote-element .image img {
		width: 100%;
	}
}
@media screen and (max-width: 370px) {
	.pom .section-vote .sec-title {
		font-size: 32px;
	}
}
@media screen and (max-width: 370px) {
	.pom .section-vote .sec-sub-title {
		font-size: 20px;
	}
}

/*** flow ***/
.pom .section-flow {
	background-size: cover;
	padding: 50px 0 50px;
}
@media screen and (max-width: 767px) {
	.pom .section-flow {
		padding: 30px 0 30px;
	}
}
.pom .section-flow .flow-title {
	font-size: 32px;
	color: #B4A073;
	font-weight: 500;
	border-bottom: 2px solid #B4A073;
	padding-bottom: 29px;
	margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
	.pom .section-flow .flow-title {
		font-size: 28px;
		text-align: center;
		max-width: 300px;
		margin: auto;
		padding-bottom: 14px;
		margin-bottom: 25px;
		letter-spacing: -1.5px;
		border-bottom: 1px solid #B4A073;
	}
}
@media screen and (max-width: 370px) {
	.pom .section-flow .flow-title {
		font-size: 25px;
	}
}
.pom .element-flow {
	display: flex;
	flex-wrap: wrap;
}
.pom .element-flow div {
	width: calc((100% - 48px) / 3);
	margin-right: 24px;
	padding: 25px 48px 39px 32px;
	position: relative;
	background-image: url(../images/pom/bg-step.png);
	background-size: cover;
	background-position: right;
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.pom .element-flow a.button {
	width: 100%;
}
@media screen and (max-width: 991px) {
	.pom .element-flow div {
		padding: 27px 20px 39px 20px;
	}
}
@media screen and (max-width: 767px) {
	.pom .element-flow div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 21px;
		background-image: url(../images/pom/bg-flow-sp.png);
		background-position: bottom;
	}
	.pom .element-flow div {
		padding: 27px 20px 29px 20px;
	}
	.pom .element-flow div:first-child {
		padding: 27px 20px 53px 20px;
	}
}
.pom .element-flow div:last-child {
	margin-right: 0;
}
.pom .element-flow p {
	color: #333;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
@media screen and (max-width: 991px) {
	.pom .element-flow p {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.pom .element-flow p {
		font-size: 16px;
		width: 100%;
	}
	.pom .element-flow div:last-child {
		margin-bottom: 0;
	}
}
.pom .element-flow .step {
	color: #B4A073;
	font-size: 40px;
	font-family: "JLPGA-Regular";
	padding: 0px 7px;
	line-height: normal;
	margin-bottom: 10px;
	display: block;
}
.pom .element-flow .p-step-02 {
	letter-spacing: -1.5px;
}
.pom .element-flow .number {
	font-size: 80px;
	padding-left: 10px;
}
.pom .element-flow .button {
	margin-top: 169px;
	max-height: 40px;
}
@media screen and (max-width: 767px) {
	.pom .element-flow .step {
		font-size: 30px;
		padding: 0;
	}
	.pom .element-flow .number {
		font-size: 60px;
	}
	.pom .element-flow .button {
		margin-top: 20px;
	}
}
.pom .element-flow .text-note {
	font-size: 16px;
	color: #878787;
	font-weight: 500;
	margin-top: 37px;
}
.pom .element-flow .p-image-2 {
	margin-top: 11px;
}
.pom .element-flow .p-image-3 {
	margin-top: 44px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
.pom .element-flow .p-image-2 img {
	max-width: 300px;
	-webkit-backface-visibility: visible;
	width: 100%;
}
.pom .element-flow .p-image-3 img {
	max-width: 118px;
}
@media screen and (max-width: 767px) {
	.pom .element-flow .p-image-3 {
		margin-top: 25px;
		margin-bottom: 14px;
	}
	.pom .element-flow .p-image-3 img {
		max-width: 76px;
	}
	.pom .element-flow .text-note {
		margin-top: 0;
	}
}

/*** campaign ***/
.pom .section-campaign {
	background-size: cover;
	padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
	.pom .section-campaign {
		padding: 30px 0 60px;
	}
}
.pom .section-campaign .campaign-title {
	font-size: 28px;
	color: #B4A073;
	font-weight: 500;
	border-bottom: 2px solid #B4A073;
	padding-bottom: 28px;
	margin-bottom: 31px;
}
.pom .element-campaign {
	padding-bottom: 49px;
}
@media screen and (max-width: 991px) {
	.pom .element-campaign {
		padding: 39px 26px 35px;
	}
}
@media screen and (max-width: 767px) {
	.pom .section-campaign .campaign-title {
		border-bottom: 1px solid #B4A073;
		padding-bottom: 14px;
		letter-spacing: -1.5px;
		max-width: 321px;
		margin: 0 auto 25px;
	}
}
@media screen and (max-width: 370px) {
	.pom .section-campaign .campaign-title {
		font-size: 25px;
	}
}
.pom .element-campaign h3 {
	text-align: left;
	font-size: 16px;
	padding: 4px 10px;
	border-left: 3px solid #00822D;
	margin-bottom: 13px;
}

.pom .element-campaign p {
	margin-bottom: 25px;
}
.pom .element-campaign .text-note {
	margin-bottom: 0;
	margin-top: -10px;
}
.pom .element-campaign a {
	color: #00822D;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.pom .element-campaign h3 {
		margin-bottom: 9px;
	} 
	.pom .element-campaign p {
		margin-bottom: 32px;
	}
}

/*** rule-attention ***/
.pom .section-rule-attention {
	background-image: url(../images/pom/bg-rule-attention.png);
	background-size: cover;
	background-color: #E9E8E8;
}
@media screen and (max-width: 767px) {
	.pom .section-rule-attention {
		padding: 80px 0px 17px;
	}
}
@media screen and (max-width: 375px) {
	.pom .section-rule-attention {
		background-image: url(../images/pom/bg-rule-attention-sp.png);
	}
}
.pom .section-rule-attention .sec-title {
	margin-bottom: 100px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.pom .section-rule-attention .sec-title {
		font-size: 32px;
		margin-bottom: 31px;
		line-height: normal;
	}
}
.pom .section-rule-attention .sec-sub-title {
	font-size: 36px;
	margin-bottom: 35px;
	text-align: center;
	color: #333333;
	position: relative;
}
@media screen and (max-width: 767px) {
	.pom .section-rule-attention .sec-sub-title {
		margin-bottom: 0;
		font-size: 30px;
	}
}
.pom .section-rule-attention .sec-sub-title::after {
	content: '';
	background: #333333;
	width: 110px;
	position: absolute;
	bottom: -14px;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.pom .section-rule-attention .sec-sub-title::after {
		width: 29px;
		bottom: 47px;
		height: 1px;
	}
}
.pom .section-rule-attention .sec-sub-title span {
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	display: inline;
	position: relative;
	top: -1px;
}
.pom .element-rule-attention {
	padding-bottom: 31px;
}
@media screen and (max-width: 991px) {
	.pom .element-rule-attention {
		padding: 40px 16px 15px;
	}
}
.pom .element-rule-attention h3 {
	text-align: left;
	font-size: 16px;
	padding: 4px 10px;
	border-left: 3px solid #00822D;
	margin-bottom: 13px;
}
.pom .element-rule-attention p {
	margin-bottom: 35px;
}
.pom .element-rule-attention ul {
	list-style: none;
	margin-bottom: 25px;
}
.pom .element-rule-attention ul li {
	line-height: 24px;
	letter-spacing: 0.56px;
	text-indent: 15px;
	position: relative;
	padding-left: 21px;
	text-indent: 0;
}
.pom .element-rule-attention ul li::before {
	content: '';
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0px;
	border-radius: 50%;
	background: #333;
	left: 10px;
	top: 12px;
}
@media screen and (max-width: 767px) {
	.pom .element-rule-attention ul li::before {
		top: 11px;
		left: 9px;
	}
}

/*** tour-pickup  ***/
.pom .tour-pickup-content {
	padding: 74px 0 100px;
}
.pom .tour-pickup-content .container h2.sec-title {
	margin-bottom: 6px;
	color: #00822D;
	font-size: 96px;
	font-weight: 500;
	font-family: "JLPGA-Regular";
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.pom .tour-pickup-content .container h2.sec-title {
		font-size: 40px;
		line-height: 1;
		margin-bottom: 0;
		margin-bottom: 40px;
	}
	.pom .tour-pickup-content {
		padding: 60px 0 40px;
	}
}

.pom .tour-pickup-content .container .sec-sub-title {
	color: #00822D;
	font-size: 20px;
	margin-bottom: 36px;
	font-weight: 700;
	font-family: "Noto Sans Japanese", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
@media screen and (max-width: 767px) {
	.pom .tour-pickup-content .container .sec-sub-title {
		font-size: 16px;
		margin-bottom: 23px; 
	}
	.pom .tour-pickup-content .container h2.sec-title {
		margin-bottom: 8px;
		font-size: 48px;
	}
	.pom .tour-pickup-content .container .row {
		margin-bottom: 0;
	}
}
.pom .tour-pickup-content .container .row .title span {
	font-size: 18px;
}
.background-parallax {
	position: relative;
}
.background-parallax:before {
	content: '';
	position: fixed;
	background-image: url(../images/pom/bg-vote.png);
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
	z-index: 0;
}
.pom footer {
	position: relative;
	z-index: 1;
}

.pom .tour-pickup-content .container .row .colunm .pickup-banner {
	margin-bottom: 24px;
}

.pom .section-flow .flow-title,
.pom .section-campaign .campaign-title,
.pom .section-vote .sec-title {
	 text-shadow: 1px 2px 10px #ffffff;
}
/*Custom 20240205*/
.pom .section-main.style-2024{
    padding: 67px 0 99px;
}
.pom .best-play-element{
  margin-top: 59px;
  border-radius: 6px;
  background-image: url(../images/pom/bestplay-bg.png);
  background-repeat: repeat;
  background-size: cover;
  border: 1px solid rgba(180, 160, 115, 0.2);
  box-shadow: 0px 3px 9px 0px rgba(31, 31, 31, 0.21);
  padding:10px;
}
.pom .best-play-element .element-inner{
    border: 1px solid #B4A073;
    padding:15px 5px 0;
    text-align: center;
}
.best-play-element h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 44.8px;
    margin: 0 0 4px;
    color: #B4A073;
}
.pom .best-play-element p{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #B4A073;
    margin: 0;
    line-break: strict;
    word-break: normal !important;
    word-wrap: break-word;
}
.pom .player-month-element.style-2024 .element-inner{
    display: block;
    text-align: center;
    padding:31px 90px;
    border-radius: 0;
}
.player-month-element h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    margin: 0 0 25px;
    color: #B4A073;
}
.player-month-element .list-award{
    display: flex;
    flex-wrap: wrap;
}
.player-month-element .list-award .item{
    position: relative;
    width:calc((100% - 40px)/2);
    margin: 0 40px 0 0;
    text-align: center;
}
.player-month-element .list-award .item:nth-child(2n){
    margin-right: 0;
}
.player-month-element .list-award .image{
    margin: 0 0 13px;
    width:100%;
    border-radius: 4px;
    overflow: hidden;
}
.player-month-element .list-award .image img{
    width:100%;
}
.player-month-element .list-award p{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.pom .vote-element.style-2024{
    display: block;
    padding: 30px 60px 35px;
}
.pom .vote-element .main-text{
    line-height: 22.4px;
}
.pom .vote-element .content-vote{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.vote-element h3.title-element{
    font-weight: 700;
    font-size: 28px;
    line-height: 39.2px;
    text-align: center;
    color: #B4A073;
    margin: 0 0 14px;
    border: 0 none;
    padding:0;
}
.pom .vote-element .content{
    width: 40.7%;
    padding-right: 20px;
    margin-top: 5px;
}
.vote-element .award-img{
    display: flex;
    flex-wrap: wrap;
    width: 59.3%;;
}
.vote-element .award-img .item{
    position: relative;
    width:calc((100% - 10px)/2);
    margin: 0 10px 0 0;
    text-align: center;
}
.vote-element .award-img .item:nth-child(2n){
    margin-right: 0;
}
.vote-element .award-img .image{
    margin: 0 0 6px;
    max-width:100%;
    border-radius: 4px;
    overflow: hidden;
}
.award-img .image img{
    width:100%;
}
.vote-element .award-img p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
}
.vote-element .award-img p span{
    font-weight: 400;
}
.pom .element-flow p{
    line-height: 34.75px;
}
.pom .element-flow >div:first-child p{
    margin: 0 0 20px;
}
.pom .element-flow .txt-small{
  font-size: 20px;
  line-height: 28px;  
}
.pom .element-flow .button{
    margin-top: 22px;
}
.pom .element-flow .text-note{
    line-height: 23.17px;
}
.pom .element-flow a.button{
    max-width:304px;
}
.pom .element-flow .p-image-2{
    margin-top: 20px;
}
.pom .element-flow .p-step-02{
  letter-spacing: 0;
}
.pom .element-flow .p-image-3{
    margin-top: 15px;
    margin-bottom: 24px;
}
.pom .element-flow .p-image-3 img{
    max-width:164px;
    object-fit: contain;
}
.pom .section.section-present{
    padding:40px 12px 33px;
    background: #CA0119;
    text-align: center;
}
.pom .section.section-present .sec-inner >img{
  margin: 0 auto;
}
.pom .section-main .next-to-points{
    margin: 0 0 42px;
}
.pom .section-main .points{
    margin-bottom: 32px;
    gap: 73px;
}
.pom .section-main .points img{
    max-width: 325px;
}
.pom .section-main .points + p{
    margin: 0 0 25px;
}
.pom .section-main .button{
    margin-top: 53px;
}
.pom .vote-element .info-special{
    padding: 15px 20px 15px 10px;
    margin-bottom: 15px;
}
.pom .element-flow .step{
    padding: 0px 7px 0 0;
}
.pom .element-flow div{
    padding: 25px 40px 28px 31px;
}
.pom .element-campaign {
    padding-bottom:28px;
    overflow-wrap: break-word;
    word-break: keep-all;
    line-break: strict;
}
.pom .section-main .sec-title{
  font-weight: 700;
}
.pom .section-main .sec-title .sub-title{
  display: block;
  font-weight: 500;
}
.pom .element-rule-attention ul li{
    overflow-wrap: break-word;
    word-break: keep-all;
    line-break: strict;
    padding-left: 17px;
}
@media(max-width:1200px){
    .pom .sec-inner{
        padding: 0 10px;
    }
}
@media(max-width:991px){
    .pom .element-flow .p-image-3 img{
        max-width: 76px;
    }
}
@media(max-width:767px){
    .player-month-element .list-award .item{
        width:calc((100% - 11px)/2);
        margin: 0 11px 0 0;
    }
    .best-play-element h3{
        font-size: 22px;
        line-height: 30.8px;
        margin: 0 0 8px;
    }
    .pom .best-play-element p{
        font-size: 16px;
        line-height: 22.4px;
        text-align: center;
    }
    .pom .best-play-element .element-inner{
        padding:24px 28px;
    }
    .pom .player-month-element.style-2024 .element-inner{
        padding: 26px 15px 21px;
    }
    .player-month-element h4{
        font-size: 18px;
        line-height: 25.2px;
        margin: 0 0 4px;
    }
    .player-month-element .list-award p{
        font-size: 16px;
        line-height: 22.4px;
    }
    .player-month-element .list-award .image{
        margin: 0 0 3px;
    }
    .pom .vote-element.style-2024{
        padding: 24px 20px;
    }
    .pom .vote-element .content, .vote-element .award-img{
        width: 100%;
        padding-right: 0;
    }
    .vote-element h3.title-element{
        font-size: 20px;
        line-height: 28.96px;
    }
    .vote-element .award-img .item{
        width: 100%;
        margin: 0 0 12px;
    }
    .vote-element .award-img > div:nth-of-type(2) {
      margin-bottom: 14px;
    }
    .pom .element-flow p{
        line-height: 26.06px;
        font-size: 18px;
    }
    .pom .section-main .points img{
        max-width:100%;
    }
    .pom .section-main p.next-to-points{
        margin-bottom: 33px;
    }
    .pom .section-main .points{
        gap:45px;
        margin-bottom: 28px;
    }
    .pom .section-main .points + p{
        margin: 0 0 31px;
    }
    .pom .section-main .button{
        margin-top: 31px;
    }
    .pom .best-play-element{
        margin-top: 39px;
        padding: 4px;
    }
    .pom .section-main.style-2024{
        padding: 67px 0 59px;  
        background-position: left top;
        background-size: 100% auto;
        background-color: #fff;
    }
    .pom .vote-element .info-special{
        padding: 15px 20px 15px 27px;
        margin-bottom: 4px;
    }
    .pom .element-flow .txt-small{
        font-size: 16px;
    }
    .pom .element-flow >div:first-child p{
        margin: 0 0 9px;
        line-height: 23.17px;
        font-size: 16px;
    }
    .pom .element-flow .button{
        margin-top: 17px;
    }
    .pom .element-flow div:first-child{
        padding: 27px 20px 48px 22px;
    }
    .pom .element-flow a.button{
        max-width:100%;
    }
    .pom .element-flow div{
        padding: 27px 20px 40px 20px;
    }
    .pom .element-flow div:nth-child(2){
        padding: 27px 20px 50px 20px;
    }
    .pom .element-flow div:nth-child(3){
        padding: 27px 20px 31px 20px;
    }
    .pom .element-flow .p-step-02{
        font-size: 18px;
        line-height: 26.06px;
        letter-spacing: 0;
    }
    .pom .element-flow .p-image-2{
        margin-top: 12px;
        text-align: center;
    }
    .pom .element-flow .p-image-2 img{
        max-width: 293px;
    }
    .pom .element-flow .p-image-3{
        margin-bottom: 16px;
    }
    .pom .element-flow .text-note{
        font-size: 14px;
    }
    .pom .section.section-present{
      padding: 30px 12px 23px;
    }
    .pom .section-main .sec-title{
      font-size: 27px;
    }
    .pom .section-campaign,
    .pom .section-flow {
      text-align: center;
    }
    .pom .section-campaign .campaign-title,
    .pom .section-flow .flow-title{
      letter-spacing: 0;
      text-align: center;
      line-height: 56px;
      display: inline;
      padding-bottom: 4px;
    }
    .pom .section-campaign .campaign-title {
      max-width: 334px;
    }
    .pom .section-flow .flow-title{
      max-width: 251px;
    }
    .pom .element-campaign,
    .pom .element-flow{
      margin-top: 28px;
      text-align: left;
    }
}
@media(max-width:414px){
    .pom .main-visual img{
        aspect-ratio:unset;
    }
}
@media(max-width:375px){
  .player-month-element h4{
    letter-spacing: -0.03em;
  }
}
@media(max-width:374px){
  .pom .section-main .sec-title{
    font-size: 20px;
  }
  .pom .best-play-element .element-inner{
    padding: 28px 16px;
  }
  .player-month-element h4{
    font-size: 15px;
    letter-spacing: -0.05em;
  }
  .best-play-element h3{
    font-size: 20px;
  }
  .pom .best-play-element p{
    font-size: 15px;
  }
  .player-month-element .list-award p{
    font-size: 14px;
  }
  .pom .element-flow >div:first-child p.txt-small br,
  .pom .element-flow .p-step-02 br{
    display:none;
  }
}

@media(min-width:768px){
  .pom .section-main {
    padding-top: 82px;
  }
  .pom .section-main .sec-inner > p:last-of-type {
    margin-top: 30px;
  }
  .pom .section-main .sec-title {
    margin-bottom: 36px;
  }
  .pom .section-main .next-to-points {
    margin-bottom: 44px;
  }
  .pom .section-main p {
    margin-bottom: 29px;
    line-height: 28px;
  }

  .best-play-element h3 {
    padding-right: 49px;
  }
  .pom .best-play-element p {
    letter-spacing: 0;
    padding-right: 46px;
    padding-top: 2px;
  }
  .pom .section-player-month {
    padding-top: 95px;
  }
  .pom .section-player-month .sec-sub-title {
    margin-bottom: 32px;
  }
  .pom .section-player-month .sec-title {
    letter-spacing: 1px;
    margin-bottom: 57px;
  }
  .pom .section-video {
    padding-top: 87px;
  }
  .pom .section-video .video-title {
    margin-bottom: 30px;
  }
  .pom .section-video .video-iframe {
    margin-bottom: 48px;
    margin-top: 30px;
  }
  .pom .section-video .winner-title {
    margin-top: 54px;
  }
  .pom .section-video {
    padding-bottom: 67px;
  }
  .pom .vote-element .content {
    margin-top: 0;
  }
  .pom .section-vote .sec-sub-title img {
    max-width: 312px;
  }
  .pom .section-vote .sec-title {
    margin-bottom: 33px;
  }
  .pom .section-rule-attention .sec-sub-title,
  .pom .section-rule-attention .sec-sub-title span {
    font-size: 30px;
  }
  .pom .section-rule-attention .sec-sub-title {
    margin-bottom: 46px;
  }
  .pom .section-rule-attention .sec-title {
    margin-bottom: 57px;
  }
  .pom .element-campaign {
    padding-bottom: 30px;
  }
  .pom .element-campaign p {
    margin-bottom: 23px;
  }
}

.pom .element-campaign p {
  letter-spacing: 0.56px;
}

.pom .element-campaign,
.pom .element-rule-attention ul li {
  overflow-wrap:initial;
  word-break: initial;
  line-break: initial;

}
@media(max-width:767px) {
  .pom .section-main{
    padding-top: 49px;
  }
  .pom .section-player-month .sec-title {
    margin-bottom: 28px;
  }
  .pom .section-player-month .sec-sub-title img {
    height: 15px;
  } 
  .pom .player-month-element .element-inner {
    padding-top: 23px;
  }
  .pom .section-video {
    padding-top: 56px;
    padding-bottom: 55px;
  }
  .pom .section-video .winner-title {
    margin-top: 52px;
  }
  .pom .section-vote .sec-sub-title img {
    max-width: 240px;
  }
  .pom .element-campaign p {
    margin-bottom: 27px;
  }
  .pom .element-campaign {
    padding-bottom: 10px;
  }
  .pom .element-rule-attention ul li {
    padding-left: 22px;
  }
  .pom .element-rule-attention h3 {
    padding-top: 7px;
  }
  .pom .element-rule-attention {
    padding-bottom: 9px;
  }
  .pom .section-rule-attention {
    padding-bottom: 59px;
  }
  .pom .section-vote .sec-sub-title {
    margin-bottom: 28px;
  }
  .pom .section-vote .sec-sub-title::after {
    bottom: -21px;
  }
  .pom .section-player-month .player-month-title span {
    margin-top: 4px;
  }
  .pom .section-player-month .player-month-title {
    margin-bottom: 20px;
  }
  .pom .element-flow >div:first-child p.txt-small {
    font-weight: 400;
  }
}

@media screen and (max-width: 414px) {
  .pom .section-rule-attention {
    background-image: url(../images/pom/bg-rule-attention-sp.jpg);
  }
  
  .pom .section-video {
    background-image: url(../images/pom/bg-video-sp.jpeg);
  }
}

@media(max-width:768px) and (min-width: 768px){
  /* iPad mini対策 */
  .vote-element h3.title-element br {
    display:none;
  }
  .vote-element .award-img p {
    font-size: 15px;
  }
  .best-play-element h3{
    padding-right: 0;
  }
}

@media(max-width:768px) and (min-width: 551px){
  /* iPad mini, タブレット対策 */
  .vote-element h3.title-element br.hide-pc,
  .pom .element-flow p br{
    display:none;
  }
}
@media screen and (max-width: 413px) {
  .vote-element h3.title-element {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 375px) {
    .vote-element h3.title-element {
      font-size: 19px;
    }
}
@media screen and (max-width: 374px) {
  .vote-element h3.title-element {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
	.award-img .image img {
	  height: 237px;
	  object-fit: cover;
	  border-radius: 16px;
	}
}
/*Add style button 2023年受賞者はこちら*/
.pom .section-video{
  padding-bottom: 100px;
}
.section-video .btn-more{
  text-align: center;
  margin-top: 28px;
}
.section-video .btn-more >a{
  max-width:540px;
  width:100%;
  margin: 0 auto;
  border-radius: 4px;
  background: #B4A073;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  display: block;
  letter-spacing: 0.56px;
  position: relative;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-video .btn-more >a:hover{
  opacity: 0.8;
}
.section-video .btn-more >a i{
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
}
@media(max-width:767px){
  .section-video .btn-more{
    margin-top: 64px;
  }
  .section-video .btn-more >a{
    max-width: 286px;
    min-height: 57px;
  }
  .pom .section-video{
    padding-bottom: 60px;
  }
  .section-video .btn-more >a i{
    right:20px;
  }
}
/*Update 20241217*/
.section-video .btn-more{
    margin-bottom: 59px;
}
@media(max-width:767px){
    .section-video .btn-more{
        margin-bottom: 39px;
    }
}

/*Style 2025*/
.pom .section-main.style-2025 {
	background-image: url(../images/pom/bg-main2025.jpg);
}
@media screen and (max-width: 375px) {
    .pom .section-main.style-2025 {
        background-image: url(../images/pom/bg-main-sp2025.jpg);
    }
}
.pom .section-main.style-2025 .points::before {
    height: 14px;
}
.pom .section-main.style-2025 .sec-inner > p:last-of-type {
margin-top: 28px;
}
.pom .best-play-element.style-2025 p {
margin-bottom: 24px;
}
.pom .section-player-month.style-2025 {
padding-bottom: 60px;
}
.pom .style-2025 .column-3-element img {
aspect-ratio: 319/214;
object-fit: cover;
margin-bottom: 14px;
}
.pom .style-2025 .column-3-element a.button {
position: relative;
width: 100%;
margin: 0 0 10px;
bottom: 0;
}
.pom .style-2025 .column-3-element a.button:last-child {
margin: 0;
}
.pom .section-video .column-3-element .title {
margin-bottom: 21px;
}
.pom .player-month-element.style-2025 .element-inner {
display: block;
text-align: center;
padding: 32px 90px;
border-radius: 0;
}
.pom .section-video.style-2025 {
padding-bottom: 40px;
}
@media (max-width: 767px)  {
  .pom .section-video.style-2025 {
      padding-bottom: 65px;
  }
}
.pom .vote-element.style-2025 {
padding: 52px 99px 54px 102px;
}
.pom .vote-element.style-2025 .content-vote {
gap: 0 45px;
align-items: flex-start;
}
.pom .vote-element.style-2025 .content {
width: calc(100% - 360px);
padding-right: 0;
}
@media (max-width: 767px) {
    .pom .vote-element.style-2025 .content, .vote-element.style-2025 .award-img {
        width: 100%;
    }
}
.vote-element.style-2025 .award-img {
width: 315px;
}
.vote-element.style-2025 .award-img .item {
width: 100%;
margin: 0;
}
.vote-element.style-2025 h3.title-element {
text-align: left;
font-size: 24px;
line-height: 1.4;
font-feature-settings: 'palt' on;
letter-spacing: -1px;
margin: 0 0 17px;
}

.vote-element.style-2025 h3.title-element b.shiseido {
 position: relative;
 left: -12px;
}
.style-2025 .award-img .image img {
border-radius: 6px;
}
.section-vote.style-2025, .section-flow.style-2025, .section-campaign.style-2025 {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.section-flow.style-2025 {
line-break: strict;
word-break: normal;
word-wrap: break-word;
}
.pom .style-2025 .element-flow .button {
margin-top: 24px;
}
.pom .style-2025 .element-rule-attention ul li {
padding-left: 22px;
letter-spacing: 0.56px;
}
.pom .style-2025 .element-rule-attention p {
letter-spacing: 0.56px;
}
.pom .tour-pickup-content.style-2025 .container h2.sec-title {
margin-bottom: 10px;
}
.pom .tour-pickup-content.style-2025 .container .row .colunm .pickup-banner {
margin-bottom: 10px;
}
.tour-pickup-content.style-2025 .container .row {
margin-bottom: 23px;
}
@media(min-width:768px) {
.pom .section-main.style-2025 {
  padding-top: 83px;
  padding-bottom: 99px;
}
.pom .section-main.style-2025 .points {
  margin-bottom: 34px;
}
.pom .section-main.style-2025 .button {
  margin-top: 54px;
}
.pom .best-play-element.style-2025 .element-inner {
  padding-top: 17px;
}
.pom .section-video.style-2025 .winner-title {
  border-bottom-width: 2px;
  padding-bottom: 12px;
}
.pom .style-2025 .element-flow div {
  padding: 25px 40px 30px 31px;
}
.pom .style-2025 .element-campaign {
  padding-bottom: 55px;
}
.pom .tour-pickup-content.style-2025 {
  padding: 90px 0 100px;
}
.pom .tour-pickup-content.style-2025 .container .sec-sub-title {
  font-size: 16px;
}
.pom .tour-pickup-content.style-2025 .container .row .title span {
  font-size: 24px;
}

.pom .player-month-element.style-2025.hide-pc {
  display: none;
}
}
.pom .section-main.style-2025 p {
  letter-spacing: 0.64px;
  word-break: break-word;
}
.pom .section-main.style-2025 .button {
  margin-top: 30px;
}
@media (min-width: 768px) {
    .pom .section-main.style-2025 .button {
        margin-top: 54px;
    }
}
.pom .best-play-element.style-2025 .element-inner {
  padding-top: 27px;
  padding-bottom: 5px;
}
.pom .best-play-element.style-2025 p {
  letter-spacing: 0;
}
.pom .section-player-month.style-2025 .sec-title {
  letter-spacing: 0.64px;
}
.pom .section-player-month.style-2025 .player-month-title span {
  margin-top: 1px;
}
.pom .section-player-month.style-2025 .player-month-title {
  padding-bottom: 8px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
	.pom .player-month-element.style-2025 .element-inner {
	  padding: 18px 11px;
	}
	.player-month-element.style-2025 h4 {
	  letter-spacing: 0;
	  margin: 0 0 6px;
	}
}
.pom .section-player-month.style-2025 .player-month-image {
  margin-bottom: 16px;
}
.player-month-element.style-2025 .list-award .item:last-child p {
  font-feature-settings: 'palt' on;
}
.player-month-element.style-2025 .list-award .item:last-child p span {
  letter-spacing: -2px;
}
.pom .section-video.style-2025 .video-title span.hide-pc {
  display: none;
}
@media (max-width: 767px) {
    .pom .section-video.style-2025 .video-title span.hide-pc {
        display: inline-block;
    }
}
.pom .style-2025 .column-3-element {
  padding: 29px 30px 30px;
}
@media (max-width: 767px) {
	.pom .style-2025 .column-3-element {
		padding: 24px 24px 0;
	}
	.pom .style-2025 .column-3-element a.button {
  	margin: 0 0 35px;
	}
}
.pom .style-2025 .column-3-element img {
  aspect-ratio: 269/180;
  margin-bottom: 11px;
}
.pom .section-video.style-2025 .slick-prev, .pom .section-video.style-2025 .slick-next {
  top: 46%;
}
.pom .section-video.style-2025 .slick-dots {
  bottom: -26px;
}
.pom .player-month-element.style-2025.hide-sp {
  display: none;
}
.section-video.style-2025 .btn-more {
  margin-bottom: 59px;
}
.pom .section-vote.style-2025 .sec-sub-title img {
  max-width: 240px;
}
@media (min-width: 768px) {
    .pom .section-vote.style-2025 .sec-sub-title img {
        max-width: 312px;
    }
}
.pom .vote-element.style-2025 {
  padding: 52px 99px 54px 102px;
}
@media (max-width: 767px) {
	.pom .vote-element.style-2025 {
	  padding: 18px 20px 30px;
	}
	.vote-element.style-2025 h3.title-element {
	  text-align: center;
	  font-size: 20px;
	  letter-spacing: 0;
	}
}
.pom .section-vote.style-202 .sec-title {
  margin-bottom: 35px;
}
.vote-element.style-2025 .award-img {
  margin: 0 0 18px;
}
.pom .vote-element.style-2025 .main-text {
  line-height: 21px;
  margin-bottom: 26px;
}
.pom .vote-element.style-2025 .info-special p {
  line-height: 15px;
}
.pom .vote-element.style-2025 .info-special {
  margin-bottom: 19px;
}
.pom .vote-element.style-2025 .notice {
  line-height: 13px;
}
.pom .style-2025 .element-flow {
  margin-top: 26px;
}
.pom .style-2025 .element-flow .button {
  margin-top: 26px;
}
.pom .style-2025 .element-flow >div:not(:first-child) p br:not(.hide-pc,.hide-sp) {
  display: block;
}
.pom .style-2025 .element-flow .text-note {
  padding-left: 4px;
  line-height: 20px;
}
.pom .style-2025 .element-campaign h3 {
  margin-bottom: 13px;
}
.pom .style-2025 .element-campaign p {
  margin-bottom: 23px;
}
.pom .style-2025 .element-rule-attention ul {
  margin-bottom: 29px;
}
.pom .style-2025 .element-rule-attention ul:last-child {
  margin-bottom: 0;
}

.pom .tour-pickup-content.style-2025 {
  padding: 64px 0 40px;
}
.pom .tour-pickup-content.style-2025 .container .sec-sub-title {
  margin-bottom: 41px;
}
.tour-pickup-content.style-2025 .container .row {
  margin-bottom: 14px;
}
.pom .section-player-month.style-2025 {
  padding-bottom: 43px;
  
}
.pom .style-2025.section-video .sec-inner {
  padding:0 15px;
}
.pom .section-player-month.style-2025 .sec-inner {
  padding:0 12px;
}

.pom .section-video.style-2025 .video-iframe {
margin-bottom: 35px;
}

.pom .section-video.style-2025 .winner-title  {
  margin-top: 58px;
}
.pom .section-video .column-element-wrap {
  padding: 0 14px;
}
.pom .section-video.style-2025 .player-month-element {
  margin-left: -4px;
  width: calc(100% + 8px);
}

.pom .section-video.style-2025 .player-month-element .list-award {
  padding: 0 4px;
}