@charset "UTF-8";

.page-contents-wrapper {
	/* mixin
  ----------------------------------------*/
	/* 共通パーツ
  ----------------------------------------------------------- */
	/* sec-mv
  ----------------------------------------------------------- */
	/* sec-anchor
  ----------------------------------------------------------- */
	/* sec-scene .point-block ***common***
  ----------------------------------------------------------- */
	/* 会場に合わせた倍率選びの目安
  ----------------------------------------------------------- */
	/* .sec-scene .recommend-block ***common***
  ----------------------------------------------------------- */
	/* .sec-scene sec-scene--concert
  ----------------------------------------------------------- */
	/* .sec-scene sec-scene--sports
  ----------------------------------------------------------- */
	/* .sec-scene sec-scene--outdoor
  ----------------------------------------------------------- */
	/* .sec-scene sec-scene--stargazing
  ----------------------------------------------------------- */
	/* .sec-mini-tips
  ----------------------------------------------------------- */
	/* .bottom-link-area
  ----------------------------------------------------------- */
}

.page-contents-wrapper img {
	width: 100%;
	height: auto;
}

.page-contents-wrapper p {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .only-pc {
		display: none;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .only-sp {
		display: none;
	}
}

.page-contents-wrapper .tpl-title {
	font-size: 28px;
	line-height: 40px;
	margin: 80px 0 25px 0;
	padding: 0 0 0 20px;
	border-left: 5px solid #f8e819;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .tpl-title {
		font-size: 17px;
		line-height: 22px;
		margin: 60px 0 15px;
		border-left: 4px solid #f8e819;
	}
}

.page-contents-wrapper .anchor-tips {
	background-color: #fbf6ca;
	display: flex;
	position: relative;
	align-items: center;
	width: 364px;
	height: 54px;
	border-radius: 27px;
	margin: 20px auto 40px;
	transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .anchor-tips {
		width: 280px;
		height: 40.5px;
		border-radius: 20.25px;
		margin: 20px auto 40px;
	}
}

.page-contents-wrapper .anchor-tips::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url("/ec/img/event/sportoptics-reco/anchor-tips.png");
	background-size: contain;
	background-repeat: no-repeat;
	top: 4.5px;
	left: 6px;
	width: 45px;
	height: 45px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .anchor-tips::before {
		top: 3px;
		left: 3px;
		width: 34.5px;
		height: 34.5px;
	}
}

.page-contents-wrapper .anchor-tips:hover {
	opacity: 0.6;
	text-decoration: none;
}

.page-contents-wrapper .anchor-tips__text {
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #000;
	margin-left: 54px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .anchor-tips__text {
		margin-left: 38px;
		font-size: 14px;
	}
}

.page-contents-wrapper .anchor-tips__text::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	margin: 0 0 3px 10px;
	transform: rotate(135deg);
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .anchor-tips__text::after {
		width: 6px;
		height: 6px;
		border-top: 1.5px solid #000;
		border-right: 1.5px solid #000;
		margin: 0 0 2.5px 8px;
	}
}

.page-contents-wrapper .sec-mv {
	width: 100%;
}

.page-contents-wrapper .sec-mv .mv-caption {
	font-size: 14px;
	margin-top: 11px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mv .mv-caption {
		margin-top: 10px;
		font-size: 12px;
	}
}

.page-contents-wrapper .sec-mv .coupon-bunner {
	background-color: #fbf6ca;
	text-align: center;
	line-height: 1.5;
	color: #000;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-mv .coupon-bunner {
		height: 90px;
		margin-top: 15px;
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mv .coupon-bunner {
		height: 70px;
		margin-top: 15px;
	}
}

.page-contents-wrapper .sec-mv .coupon-bunner__title {
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mv .coupon-bunner__title {
		font-size: 13px;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-mv .coupon-bunner__main {
		display: flex;
		align-items: center;
		margin-top: 7px;
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mv .coupon-bunner__main {
		display: inline-block;
		position: relative;
		margin-top: 6px;
		font-size: 12px;
	}
}

.page-contents-wrapper .sec-mv .coupon-bunner__main::before {
	content: "";
	display: inline-block;
	background-image: url("/ec/img/event/sportoptics-reco/icon-coupon.png");
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	width: 24px;
	height: 0;
	padding-top: 16px;
	margin-right: 7px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mv .coupon-bunner__main::before {
		position: absolute;
		top: 0;
		left: -21px;
		width: 18.5px;
		height: 0;
		padding-top: 18px;
		margin-right: 3px;
	}
}

.page-contents-wrapper .sec-mv .coupon-bunner__main span {
	display: inline-block;
}

.page-contents-wrapper .sec-mv .coupon-bunner__main .red {
	color: #ff0000;
	font-weight: 700;
}

.page-contents-wrapper .sec-mv .coupon-bunner__main .link {
	color: #000;
	border-bottom: 1px solid #000;
	margin-left: 1em;
	font-size: 14px;
	display: inline-block;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mv .coupon-bunner__main .link {
		font-size: 12px;
		margin-top: 6px;
	}
}

.page-contents-wrapper .sec-mv .coupon-bunner__main .link::after {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-top: 1.5px solid #000;
	border-right: 1.5px solid #000;
	transform: rotate(135deg);
	margin-bottom: 0.25em;
}

.page-contents-wrapper .sec-anchor .anchor-title {
	font-size: 18px;
	margin: 41px 0 11px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-anchor .anchor-title {
		font-size: 14px;
	}
}

.page-contents-wrapper .sec-anchor .anchor-block {
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-anchor .anchor-block {
		flex-direction: column;
	}
}

.page-contents-wrapper .sec-anchor .anchor-block__item {
	width: calc(50% - 2px);
	position: relative;
	transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
	margin: 1px;
}

.page-contents-wrapper .sec-anchor .anchor-block__item:hover {
	opacity: 0.6;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-anchor .anchor-block__item {
		width: 100%;
	}
}

.page-contents-wrapper .sec-anchor .anchor-block__text {
	position: absolute;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-anchor .anchor-block__text {
		font-size: 14px;
	}
}

.page-contents-wrapper .sec-anchor .anchor-block__text::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 0 3px 10px;
	transform: rotate(135deg);
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-anchor .anchor-block__text::after {
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		margin: 0 0 2px 8px;
	}
}

.page-contents-wrapper .sec-scene .point-block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 24px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .point-block {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
}

.page-contents-wrapper .sec-scene .point-block__card {
	border-radius: 5px;
	overflow: hidden;
}

.page-contents-wrapper .sec-scene .point-block__card .point-title {
	background-color: #f2f3f2;
	display: flex;
	align-items: center;
	overflow: hidden;
	height: 75px;
	margin: 0;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .point-block__card .point-title {
		height: 57px;
	}
}

.page-contents-wrapper .sec-scene .point-block__card .point-title .title {
	padding: 0 20px;
	font-size: 18px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .point-block__card .point-title .title {
		padding: 0 15px;
		font-size: 14px;
	}
}

.page-contents-wrapper .sec-scene .point-block__card .point-title .point {
	font-family: 'Inter', sans-serif;
	background-color: #f8e819;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-weight: 700;
	height: 100%;
	width: 65px;
	font-size: 32px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .point-block__card .point-title .point {
		width: 46px;
		font-size: 24px;
	}
}

.page-contents-wrapper .sec-scene .point-block__card .point-title .point::before {
	content: "Point";
	display: block;
	font-weight: 600;
	line-height: 1.5;
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .point-block__card .point-title .point::before {
		font-size: 10px;
	}
}

.page-contents-wrapper .sec-scene .point-block__text {
	font-size: 16px;
	margin: 12px 0;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .point-block__text {
		font-size: 14px;
		margin: 8px 0;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene .point-block__item--venue {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
	}
}

.page-contents-wrapper .venue {
	background-color: #f2f3f2;
	border-radius: 5px;
	overflow: hidden;
	padding: 20px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .venue {
		padding: 4.6875vw;
	}
}

.page-contents-wrapper .venue__head {
	font-weight: 700;
	line-height: 1;
	font-size: 18px;
	margin-top: -4.5px;
	padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .venue__head {
		font-size: 14px;
		padding-bottom: 2.34375vw;
	}
}

.page-contents-wrapper .venue__body {
	background-color: #fff;
	border-radius: 5px;
	padding: 30px 30px 10px 30px;
	width: 70%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .venue__body {
		padding: 7.34375vw 0 3.125vw;
		width: 100%;
	}
}

.page-contents-wrapper .venue__stages {
	display: flex;
	justify-content: center;
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .venue__stages {
		align-items: center;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .venue__stages {
		flex-wrap: wrap;
	}
}

.page-contents-wrapper .venue__figure {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .venue__figure {
		width: 50%;
	}
}

.page-contents-wrapper .venue__figure__image {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-contents-wrapper .venue__figure p {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 20px;
	min-height: 2em;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .venue__figure p {
		margin-top: 3.125vw;
		font-size: 12px;
		line-height: 1.3;
	}
}

.page-contents-wrapper .venue__figure p .note {
	font-size: 13px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .venue__figure p .note {
		font-size: 10px;
	}
}

.page-contents-wrapper .venue__color-list {
	font-weight: 700;
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .venue__color-list {
		margin-left: 25px;
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .venue__color-list {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-size: 12px;
		margin-top: 5.46875vw;
	}
}

.page-contents-wrapper .venue__color-list .venue__color-list--orange {
	color: #f6b240;
}

.page-contents-wrapper .venue__color-list .venue__color-list--orange::before {
	background-color: #f6b240;
}

.page-contents-wrapper .venue__color-list .venue__color-list--blue {
	color: #40c7f2;
}

.page-contents-wrapper .venue__color-list .venue__color-list--blue::before {
	background-color: #40c7f2;
}

.page-contents-wrapper .venue__color-list li {
	display: flex;
	align-items: center;
	width: 100px;
}

.page-contents-wrapper .venue__color-list li::before {
	content: "";
	width: 25px;
	height: 25px;
	margin-right: 8px;
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .venue__color-list li+li {
		margin-top: 10px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .venue__color-list li+li {
		margin-left: 6.25vw;
	}
}

.page-contents-wrapper .venue__note {
	padding-top: 20px;
	font-size: 11px;
	text-align: right;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .venue__note {
		text-align: left;
		padding: 6.25vw 3.125vw 0;
		font-size: 9px;
	}
}

.page-contents-wrapper .sec-scene .recommend-block {
	display: grid;
	grid-auto-rows: max-content;
	align-items: stretch;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 24px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}

.page-contents-wrapper .sec-scene .recommend-block .recommend-label {
	display: flex;
	align-items: center;
	position: relative;
	margin: 5px 0;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block .recommend-label {
		margin: 8px 0;
	}
}

.page-contents-wrapper .sec-scene .recommend-block .recommend-label p {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 0 8px 35px;
	border-radius: 5px;
	margin-left: 23px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block .recommend-label p {
		font-size: 12px;
		padding: 7px 0 7px 31px;
		border-radius: 0 2.5px 2.5px 0;
		margin-left: 20px;
	}
}

.page-contents-wrapper .sec-scene .recommend-block .recommend-label::before {
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url("/ec/img/event/sportoptics-reco/recommend-label-icon.png");
	background-repeat: no-repeat;
	border-radius: 50%;
	background-position: center 6px;
	background-size: 27px 29px;
	top: -3px;
	left: 0;
	width: 46px;
	height: 46px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block .recommend-label::before {
		background-position: center 5px;
		background-size: 23.5px 26.5px;
		top: -4px;
		left: 0;
		width: 40px;
		height: 40px;
	}
}

.page-contents-wrapper .sec-scene .recommend-block .recommend-label--gold p {
	background-color: #f8e819;
	background-image: url("/ec/img/event/sportoptics-reco/recommend-bg-gold.png");
}

.page-contents-wrapper .sec-scene .recommend-block .recommend-label--gold::before {
	border: 2px solid #cec227;
	background-color: #fbf6ca;
}

.page-contents-wrapper .sec-scene .recommend-block .recommend-label--silver p {
	background-color: #8b897a;
	background-image: url("/ec/img/event/sportoptics-reco/recommend-bg-silver.png");
	color: #fff;
}

.page-contents-wrapper .sec-scene .recommend-block .recommend-label--silver::before {
	border: 2px solid #787669;
	background-color: #ededed;
}

.page-contents-wrapper .sec-scene .recommend-block .recommend-label--brown p {
	background-color: #e60012;
	background-image: url("/ec/img/event/sportoptics-reco/recommend-bg-brown.png");
	color: #fff;
}

.page-contents-wrapper .sec-scene .recommend-block .recommend-label--brown::before {
	border: 2px solid #e60012;
	background-color: #ffe2e2;
}

.page-contents-wrapper .sec-scene .recommend-block .recommend-title {
	font-size: 16px;
	margin: 13px 0 0 0;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block .recommend-title {
		font-size: 14px;
		margin: 14px 0 17px 0;
	}
}

.page-contents-wrapper .sec-scene .recommend-block__item {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block__item {
		border-bottom: 1px solid #c9c9c9;
		padding-bottom: 24px;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene .recommend-block__inner {
		flex: 1;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block__inner {
		position: relative;
		padding-left: calc(41% + 15px);
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block__inner .product-image {
		position: absolute;
		top: 0;
		left: 0;
		margin-right: 15px;
		width: 41%;
	}
}

.page-contents-wrapper .sec-scene .recommend-block__inner .product-image a {
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.page-contents-wrapper .sec-scene .recommend-block__inner .product-image a:hover {
	opacity: 0.6;
}

.page-contents-wrapper .sec-scene .recommend-block__inner .tags {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 0 -5px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block__inner .tags {
		margin: 8px 0 0 -4px;
	}
}

.page-contents-wrapper .sec-scene .recommend-block__inner .tags>li {
	background-color: #ff8a00;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	margin: 0 5px 5px;
	font-size: 12px;
	padding: 9px;
	border-radius: 5px;
	font-feature-settings: "palt";
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block__inner .tags>li {
		font-size: 11px;
		padding: 6px;
		margin: 0 4px 4px;
	}
}

.page-contents-wrapper .sec-scene .recommend-block__inner .coupon {
	background-color: #fbf6ca;
	display: flex;
	align-items: center;
	margin: 10px 0 10px;
	line-height: 1;
	padding: 10px 13px;
	font-size: 12px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block__inner .coupon {
		margin: 5px 0 0;
		font-size: 12px;
		line-height: 1.25em;
		padding: 6px 5px;
		align-items: start;
	}
}

.page-contents-wrapper .sec-scene .recommend-block__inner .coupon::before {
	content: "";
	display: inline-block;
	background-image: url("/ec/img/event/sportoptics-reco/icon-coupon.png");
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	width: 14px;
	height: 0;
	padding-top: 9px;
	margin-right: 9px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block__inner .coupon::before {
		width: 16px;
		height: 0;
		padding-top: 10px;
		margin-right: 5px;
		margin-top: 0.25em;
	}
}

.page-contents-wrapper .sec-scene .recommend-block__inner .coupon span {
	display: inline-block;
}

.page-contents-wrapper .sec-scene .recommend-block__inner .coupon .red {
	color: #ff0000;
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block__inner .product-texts {
		min-width: 55%;
	}
}

.page-contents-wrapper .sec-scene .recommend-block__inner .product-name {
	font-size: 16px;
	font-weight: 700;
	margin: 15.5px 0 0;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block__inner .product-name {
		font-size: 12px;
		margin: 6.5px 0 0;
	}
}

.page-contents-wrapper .sec-scene .recommend-block__inner .price {
	margin: 10.5px 0 0;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block__inner .price {
		margin: 6px 0 0;
		font-size: 14px;
	}
}

.page-contents-wrapper .sec-scene .recommend-block__inner .product-btn {
	margin: 20px 0 0;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene .recommend-block__inner .product-btn {
		margin-top: 10px;
	}
}

.page-contents-wrapper .sec-scene .recommend-block__inner .product-btn li {
	margin: auto 0 0;
	width: 100%;
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .point-block__item--point1 {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .point-block__item--point2 {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .point-block__item--point3 {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .venue .venue__figure+.venue__figure {
		margin-left: 30px;
	}
}

.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .venue .venue__figure--saitama .venue__figure__image {
	width: 153px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .venue .venue__figure--saitama .venue__figure__image {
		width: 30.78125vw;
	}
}

.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .venue .venue__figure--kokusai .venue__figure__image {
	width: 107px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .venue .venue__figure--kokusai .venue__figure__image {
		width: 22.1875vw;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .venue .venue__figure--osaka {
		margin: 6.25vw 0 0;
	}
}

.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .venue .venue__figure--osaka .venue__figure__image {
	width: 115px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .venue .venue__figure--osaka .venue__figure__image {
		width: 22.65625vw;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .venue .venue__figure--yoyogi {
		margin: 6.25vw 0 0;
	}
}

.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .venue .venue__figure--yoyogi .venue__figure__image {
	width: 191px;
	margin-top: 16px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .point-block .venue .venue__figure--yoyogi .venue__figure__image {
		width: 34.53125vw;
	}
}

.page-contents-wrapper .sec-scene.sec-scene--concert .topic-block__card {
	overflow: hidden;
	margin-top: 36px;
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .topic-block__card {
		border-radius: 5px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .topic-block__card {
		margin-top: 18px;
	}
}

.page-contents-wrapper .sec-scene.sec-scene--concert .topic-block__card .topic-title {
	background-color: #f2f3f2;
	display: flex;
	align-items: center;
	overflow: hidden;
	height: 75px;
	margin: 0;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .topic-block__card .topic-title {
		height: 57px;
	}
}

.page-contents-wrapper .sec-scene.sec-scene--concert .topic-block__card .topic-title .title {
	padding: 0 20px;
	font-size: 18px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .topic-block__card .topic-title .title {
		padding: 0 15px;
		font-size: 14px;
	}
}

.page-contents-wrapper .sec-scene.sec-scene--concert .topic-block__card .topic-title .point {
	font-family: 'Inter', sans-serif;
	background-color: #40c7f2;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-weight: 600;
	height: 100%;
	width: 95px;
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--concert .topic-block__card .topic-title .point {
		width: 57px;
		font-size: 13px;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .point-block__item--point1 {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .point-block__item--point2 {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .point-block__item--point3 {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .venue .venue__figure+.venue__figure {
		margin-left: 60px;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .venue .venue__figure--tokyo .venue__figure__image {
		width: 178px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .venue .venue__figure--tokyo .venue__figure__image {
		width: 33.90625vw;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .venue .venue__figure--kokuritsu .venue__figure__image {
		width: 226px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .venue .venue__figure--kokuritsu .venue__figure__image {
		width: 40vw;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .venue .venue__figure--nissan {
		margin-top: 3.125vw;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .venue .venue__figure--nissan .venue__figure__image {
		width: 135px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .venue .venue__figure--nissan .venue__figure__image {
		width: 27.65625vw;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--sports .point-block .venue .venue__color-list {
		margin-left: 60px;
	}
}

.page-contents-wrapper .sec-scene.sec-scene--outdoor .point-block__card .point-image {
	position: relative;
}

.page-contents-wrapper .sec-scene.sec-scene--outdoor .point-block__card .point-image .attention {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	bottom: 0;
	left: 0;
	color: #fff;
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--outdoor .point-block__card .point-image .attention {
		padding: 5px 30px;
		font-size: 13px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-scene.sec-scene--outdoor .point-block__card .point-image .attention {
		padding: 5px 20px;
		font-size: 10px;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--outdoor .recommend-block .recommend-label p {
		height: 50px;
		display: flex;
		align-items: center;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--outdoor .recommend-block .recommend-label::before {
		top: 50%;
		transform: translateY(-50%);
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--stargazing .recommend-block .recommend-label p {
		height: 50px;
		display: flex;
		align-items: center;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--stargazing .recommend-block .recommend-label::before {
		top: 50%;
		transform: translateY(-50%);
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-scene.sec-scene--stargazing .recommend-block .tags li.margin {
		margin-right: 50px;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-mini-tips {
		margin-top: 40px;
		border-top: 1px solid #ceccc4;
		padding-top: 40px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips {
		padding-top: 20px;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner {
	background-color: #fbf6ca;
	border-radius: 5px;
	padding: 20px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner {
		border-radius: 0;
		padding: 15px 10px;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tpl-title {
	margin: 0;
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-lead {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-lead {
		margin-top: 12px;
		font-size: 13px;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-top: 20px;
	position: relative;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block {
		border-radius: 0;
		padding: 15px 10px;
		margin-top: 15px;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block+.tpl-title {
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block+.tpl-title {
		margin-top: 30px;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block .tips-block__wrap {
	position: relative;
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block .tips-block__wrap {
		padding-left: 60px;
		margin-top: 15px;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block .tips-block__title {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block .tips-block__title {
		font-size: 15px;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block .tips-block__title::before {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	background-image: url("/ec/img/event/sportoptics-reco/anchor-tips.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	margin-right: 15px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block .tips-block__title::before {
		width: 34.5px;
		height: 34.5px;
		margin-right: 10px;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block .tips-block__sub-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	margin-top: 40px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block .tips-block__sub-title {
		margin: 20px 0 10px;
		font-size: 13px;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block1 .tips-block__wrap {
	display: flex;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block1 .tips-block__wrap {
		flex-direction: column;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block1 .tips-block__wrap .lead-area {
	flex: 1;
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block1 .tips-block__wrap .lead-area .main {
	display: flex;
	font-size: 16px;
	margin-right: 40px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block1 .tips-block__wrap .lead-area .main {
		font-size: 13px;
		margin: 20px 0 10px;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block1 .tips-block__wrap .figure {
	width: 320px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block1 .tips-block__wrap .figure {
		width: 100%;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block1 .note {
	margin: 20px 0 0 60px;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	padding-left: 1.1em;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block1 .note {
		margin: 20px 0 0 0;
		font-size: 12px;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block1 .note:before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .flex-area {
	display: flex;
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure1 {
		align-items: center;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure1+.figure1 {
		margin-top: 20px;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure1 .image {
		width: 220px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure1 .image {
		width: 40%;
		margin-right: 2%;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure1 .caption {
	flex: 1;
	font-size: 16px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure1 .caption {
		font-size: 13px;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure2 {
		margin-top: 40px;
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure2 {
		margin-top: 20px;
		width: 49%;
	}
}

@media print,
screen and (min-width: 641px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure2+.figure2 {
		margin-left: 20px;
	}
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure2+.figure2 {
		margin-left: 2%;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure2 .image {
	width: 220px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure2 .image {
		width: 100%;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure2 .caption {
	font-size: 14px;
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block2 .figure2 .caption {
		font-size: 12px;
		text-align: center;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block3 .image {
	width: 350px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block3 .image {
		box-sizing: border-box;
		padding-top: 45px;
		width: 100%;
	}
}

.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block3 .caption {
	margin-top: 20px;
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.page-contents-wrapper .sec-mini-tips .tips-inner .tips-block--block3 .caption {
		text-align: center;
		font-size: 12px;
	}
}

.page-contents-wrapper .bottom-link-area {
	position: relative;
	margin: 60px 0 -80px 0;
	padding: 67px 0;
	z-index: 0;
}

.page-contents-wrapper .bottom-link-area::before {
	content: "";
	position: absolute;
	top: 0;
	right: -1000%;
	bottom: 0;
	left: -1000%;
	display: block;
	background-color: #fbf6ca;
	z-index: -1;
}

.page-contents-wrapper .bottom-link-area ul.buttonElementA01 {
	margin-top: 0;
}

.page-contents-wrapper .bottom-link-area ul.buttonElementA01 li.type07 {
	margin-top: 0;
}

.product-image img {
	border: 1px solid #ccc;
	border-radius: 5px;
}

@media screen and (max-width: 640px) {
	.product-image img {
		border: none;
	}
}


.product-image {
	position: relative;
}

.newicon {
	background-color: red;
	color: #fff;
	padding: 3px 10px;
	border-radius: 200px;
	position: absolute;
	margin: 10px;
	font-weight: 600;
}