@charset "utf-8";
/*********************
.content_wrap
*********************/
.content_wrap{
	width:100%;
	margin:0 auto;
	padding-top:90px;
}
.main {
	color: #333;
	background-color: #00a7ea;
}
@media screen and (max-width: 750px){
	.content_wrap{
		padding-top:66px;
	}
}
/*********************
.main-visual
*********************/
.mv-box {
	position: relative;
	height: 593px;
	background: url(/oshi-tabi/ultraman60th_s/img/bg_mv_pc.png) center;
}
.main-visual-pc img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 898px;
	height: 100%;
}
.main-visual-sp {
	display: none;
}
.main-txt {
	width: 92%;
	max-width: 1220px;
	margin: 35px auto 45px;
	color: #202a7d;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
@media screen and (max-width: 899px){
	.mv-box {
		height: auto;
		background: none;
	}
	.main-visual-pc {
		display: none;
	}
	.main-visual-sp {
		display: block;
	}
	.main-txt {
		margin: 15px auto 20px;
		font-size: 14px;
		line-height: 1.5;
	}
}

/*********************
.contents-block
*********************/
.contents-block {
	width: 92%;
	max-width: 1220px;
	margin: 0 auto 50px;
}
.contents-block__ttl {
	width: 78%;
	max-width: 539px;
	margin: 0 auto;
}
.btn-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 25px;
}
.btn-list li {
	width: calc(34% - 25px);
	background-color: #fff;
}
@media screen and (max-width: 750px){
	.contents-block {
		margin: 0 auto 20px;
	}
	.btn-list {
		flex-direction: column;
		gap: 10px 0;
	}
	.btn-list li {
		width: 100%;
	}
}

/*********************
.section
*********************/
.section {
	position: relative;
	width: 92%;
	max-width: 1220px;
	margin: 0 auto 50px;
	background-color: #fff;
	border-bottom: 4px solid #014099;
	box-sizing: border-box;
}
.section::before,
.section::after {
	content: '';
	position: absolute;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #014099;
}
.section::before {
	left: 0;
}
.section::after {
	right: 0;
}
.section-ttl {
	position: relative;
	width: 100%;
	z-index: 2;
}
.section-ttl::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #00a7ea;
	z-index: -1;
}
.section-block {
	box-sizing: border-box;
}
.section-ttl-sub, .section-txt {
	width: 91%;
	margin: 0 auto;
}
.section-ttl-sub {
	color: #25308f;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.section-txt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 750px){
	.section {
		width: 92%;
		margin: 0 auto 25px;
		border-bottom: 2px solid #014099;
	}
	.section::before, .section::after {
		width: 2px;
	}
	.section-ttl {
		position: absolute;
		top: 0;
	}
	.section-block {
		padding: 0;
	}
	.section-ttl-sub {
		font-size: 18px;
	}
	.section-txt {
		font-size: 14px;
	}
}

/*********************
.entry-method
*********************/
.entry-method {
	position: relative;
	width: 91%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 5% 50px;
	background-color: #baeaff;
	box-sizing: border-box;
}
.planet {
	position: absolute;
	top: -30px;
	left: -20px;
}
.entry-method-ttl, .step-ttl, .step-txt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.entry-method-ttl {
	margin-bottom: 30px;
}
.step > * + * {
	margin-top: 30px;
}
.step-ttl {
	padding: 3px 0 5px;
	color: #fff;
	background-color: #00a7ea;
}
.step-txt {
	margin-top: 10px;
}
.entry-method-acc {
	margin-top: 30px;
}
.entry-method-acc li {
	padding-left: 1em;
	font-size: 16px;
	text-indent: -1em;
	box-sizing: border-box;
}
@media screen and (max-width: 750px){
	.entry-method {
		padding: 15px 4%;
	}
	.planet {
		top: -15px;
		left: -10px;
		width: 52px;
	}
	.entry-method-ttl, .step-ttl, .step-txt {
		font-size: 13px;
	}
	.entry-method-ttl {
		margin-bottom: 15px;
	}
	.step > * + * {
		margin-top: 15px;
	}
	.step-ttl {
		padding: 1px 0 2px;
	}
	.step-txt {
		margin-top: 5px;
	}
	.entry-method-acc {
		margin-top: 20px;
	}
	.entry-method-acc li {
		font-size: 10px;
	}
}

/*********************
.qr-box
*********************/
/* .qr-box {
	width: 91%;
	max-width: 900px;
	margin: 0 auto;
	padding: 35px 5% 20px;
	background-color: #fff3be;
	border: 4px solid #00a7ea;
	border-radius: 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	gap: 0 30px;
}
.qr-txt-box {
	position: relative;
	width: 75%;
	max-width: 450px;
}
.img-kanegon {
	position: absolute;
	top: 0;
	left: -3%;
	transform: translateY(-43%);
	width: 24%;
	max-width: 105px;
}
.img-pigumon {
	position: absolute;
	top: 0;
	left: -2%;
	transform: translateY(-50%);
	width: 19%;
	max-width: 84px;
}
.qr-box__ttl {
	width: 99%;
	max-width: 440px;
	margin: 0 0 20px 10px;
	padding: 7px 0;
	color: #25308f;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.qr-box__txt {
	font-feature-settings: 'palt';
	font-size: 22px;
}
.qr-img {
	width: 23%;
	max-width: 157px;
} */
/* @media screen and (max-width: 920px){
	.qr-box__ttl {
		font-size: 2.8vw;
	}
	.qr-box__txt {
		font-size: 2.2vw;
	}
} */
.qr-btn {
	position: relative;
	width: 80%;
	max-width: 630px;
	height: 80px;
	margin: 0 auto;
	background-color: #bdbdbd;
	border-radius: 50px;
}
.qr-btn span {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-kanegon {
	position: absolute;
	top: 35%;
	left: -15px;
	transform: translateY(-50%);
	width: 106px;
}
.img-pigumon {
	position: absolute;
	top: -45%;
	left: -10px;
	width: 84px;
}
@media screen and (max-width: 750px){
	.qr-btn {
		height: 40px;
	}
	.qr-btn span {
		font-size: 18px;
	}
	.img-kanegon {
		top: 40%;
		left: -3%;
		width: 52px;
	}
	.img-pigumon {
		top: -35%;
		left: -2%;
		width: 42px;
	}
	/* .qr-btn a {
		pointer-events: none;
		position: relative;
		height: 40px;
		color: #fff;
		font-weight: bold;
		background-color: #25308f;
		border-radius: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.qr-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		width: 21px;
		height: 21px;
		background-image: url(/oshi-tabi/ultraman60th_s/img/icon_btn.png);
		background-size: cover;
	} */
}

/*********************
.considerations-list
*********************/
.considerations-list {
	width: 91%;
	max-width: 900px;
	margin: 0 auto;
}
.considerations-list li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.57;
	box-sizing: border-box;
}
@media screen and (max-width: 750px){
	.considerations-list li {
		font-size: 10px;
		line-height: 1.6;
	}
}

/*********************
.goods-box
*********************/
.goods-box {
	width: 91%;
	max-width: 635px;
	margin: 0 auto;
}
.goods-image {
	max-width: 500px;
	margin: 0 auto;
}
.goods-txt {
	margin-top: 50px;
	font-size: 20px;
}
@media screen and (max-width: 750px){
	.goods-image {
		width: 71%;
	}
	.goods-txt {
		margin-top: 35px;
		font-size: 10px;
	}
}

/*********************
.detail-box
*********************/
.detail-box {
	width: 91%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 5%;
	border: 2px solid #014099;
	box-sizing: border-box;
}
.detail-box > * + * {
	margin-top: 35px;
}
.detail-box__ttl {
	margin-bottom: 15px;
	padding-bottom: 3px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background-color: #00a7ea;
}
.detail-box__txt {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.detail-box__txt.border {
	position: relative;
	margin-top: 30px;
	padding-top: 25px;
}
.detail-box__txt.border::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	border-top: 2px dotted #014099;
}
.detail-box__img {
	max-width: 480px;
	margin: 20px auto 0;
}
.detail-box__add {
	margin-top: 15px;
	font-size: 24px;
	text-align: center;
	line-height: 1.58;
}
.detail-box__add span {
	font-weight: bold;
	display: block;
}
.detail-box__link {
	width: 220px;
	margin: 15px auto 0;
}
.detail-box__link a {
	position: relative;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background-color: #25308f;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.detail-box__link a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url(/oshi-tabi/ultraman60th_s/img/icon_btn.png);
	background-size: cover;
}
.detail-box__link a:hover {
	opacity: .8;;
}
.detail-box__link span {
	margin-top: 5px;
	text-align: center;
	display: block;
}
.detail-box__sub {
	margin: 25px auto 0;
	padding-left: 1em;
	font-size: 16px;
	text-indent: -1em;
	box-sizing: border-box;
}
.detail-box__sub a {
	color: #00a7ea;
	text-decoration: underline;
}
.detail-box__sub a:hover {
	text-decoration: none;
}
@media screen and (max-width: 750px){
	.detail-box {
		padding: 15px 4%;
		border: 1px solid #014099;
	}
	.detail-box > * + * {
		margin-top: 20px;
	}
	.detail-box__ttl {
		margin-bottom: 10px;
		padding-bottom: 1px;
		font-size: 13px;
	}
	.detail-box__txt {
		font-size: 13px;
	}
	.detail-box__txt.border {
		margin-top: 15px;
		padding-top: 15px;
	}
	.detail-box__txt.border::before {
		border-top: 1px dotted #014099;
	}
	.detail-box__img {
		margin: 10px auto 0;
	}
	.detail-box__add {
		margin-top: 10px;
		font-size: 12px;
	}
	.detail-box__link {
		width: 135px;
		margin: 15px auto 0;
	}
	.detail-box__link a {
		height: 30px;
		font-size: 14px;
	}
	.detail-box__link a::before {
		width: 12px;
		height: 12px;
	}
	.detail-box__link span {
		font-size: 10px;
	}
	.detail-box__sub {
		width: 100%;
		margin: 25px auto 0;
		font-size: 10px;
		line-height: 1.6;
	}
}

/*********************
.caution-acc
*********************/
.caution-acc {
	width: 91%;
	max-width: 900px;
	margin: 0 auto;
}
.acc-btn {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px 12px 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: #25308f;
	border-radius: 50px;
	box-sizing: border-box;
	cursor: pointer;
	transition: .3s;
}
.acc-btn:hover {
	opacity: .8;
}
.acc-btn span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 50px;
	display: inline-block;
}
.acc-btn span::before,
.acc-btn span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
	height: 3px;
	background: #25308f;
	transition: .3s;
}
.acc-btn span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.acc-btn span.open::after {
	transform: translate(-50%,-50%);
}
.acc-list {
	display: none;
	margin-top: 30px;
}
.acc-list li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.57;
	box-sizing: border-box;
}
.acc-list a {
	color: #00a7ea;
	text-decoration: underline;
}
.acc-list a:hover {
	text-decoration: none;
}
p.acc-list {
	line-height: 1.57;
}
@media screen and (max-width: 750px){
	.acc-btn {
		font-size: 13px;
		padding: 4px 15px 5px 0;
	}
	.acc-btn span {
		width: 16px;
		height: 16px;
		margin-left: 8px;
	}
	.acc-btn span::before, .acc-btn span::after {
		width: 10px;
		height: 2px;
	}
	.acc-list {
		margin-top: 10px;
	}
	.acc-list li, p.acc-list {
		font-size: 10px;
		line-height: 1.6;
	}
}

/*********************
.section01
*********************/
.section01 .section-block {
	padding: 30px 25px 25px;
}
.section01 .entry-method {
	margin: 60px auto 70px;
}
.section01 .acc-btn {
	max-width: 220px;
}
.section01 .considerations-list {
	margin: 80px auto 40px;
}
@media screen and (max-width: 750px){
	.section01 {
		padding-top: 24vw;
	}
	.section01 .section-ttl {
		right: 0;
		width: 101.7%;
	}
	.section01 .section-block {
		padding: 10px 0;
	}
	.section01 .entry-method {
		margin: 20px auto 35px;
	}
	.section01 .acc-btn {
		width: 110px;
	}
	.section01 .considerations-list {
		margin: 40px auto 20px;
	}
}

/*********************
.section02
*********************/
.section02 .section-block {
	padding: 40px 25px;
}
.section02 .section-ttl-sub {
	margin: 35px auto 45px;
}
.section02 .section-txt {
	font-size: 28px;
}
.section02 .detail-box {
	margin: 40px auto;
}
.section02 .entry-method {
	padding: 30px 5%;
}
@media screen and (max-width: 750px){
	.section02 {
		padding-top: 30vw;
	}
	.section02 .section-ttl {
		left: 0;
		width: 102.7%;
	}
	.section02 .section-block {
		padding: 15px 0;
	}
	.section02 .section-txt {
		font-size: 14px;
	}
	.section02 .section-ttl-sub {
		margin: 10px auto 20px;
	}
	.section02 .detail-box {
		margin: 20px auto 30px;
	}
	.section02 .entry-method {
		padding: 15px 4% 20px;
	}
}

/*********************
.section03
*********************/
.section03 .section-block {
	padding: 20px 25px 50px;
}
.section03 .section-txt {
	margin: 20px auto 40px;
	font-size: 28px;
}
.section03 .goods-txt {
	margin-top: 30px;
}
.section03 .entry-method {
	margin: 50px auto 75px;
	padding: 30px 5% 60px;
}
.section03 .qr-box__ttl {
	padding: 7px 30px 7px 70px;
}
.section03 .considerations-list {
	margin: 80px auto 40px;
}
.section03 .acc-btn {
	max-width: 420px;
}
@media screen and (max-width: 750px){
	.section03 {
		padding-top: 24vw;
	}
	.section03 .section-ttl {
		right: 0;
		width: 101.6%;
	}
	.section03 .section-block {
		padding: 15px 0;
	}
	.section03 .section-txt {
		margin: 10px auto 25px;
		font-size: 14px;
	}
	.section03 .goods-txt {
		margin-top: 15px;
	}
	.section03 .entry-method {
		margin: 25px auto 25px;
		padding: 15px 4%;
	}
	.section03 .considerations-list {
		margin: 35px auto 15px;
	}
	.section03 .acc-btn {
		max-width: 220px;
	}
}

/*********************
.section04
*********************/
.section04 .section-block {
	max-width: 423px;
	margin: 0 auto;
	padding: 130px 0 150px;
}
@media screen and (max-width: 750px){
	.section04 {
		padding-top: 29vw;
	}
	.section04 .section-ttl {
		right: 0;
		width: 102.6%;
	}
	.section04 .section-block {
		width: 61%;
		padding: 30px 0 70px;
	}
}

/*********************
.section05
*********************/
.section05 {
	margin: 0 auto 40px;
}
.section05 .section-block {
	padding: 40px 25px 60px;
}
.collabo-info-box {
	width: 91%;
	max-width: 635px;
	margin: 0 auto;
}
.collabo-info {
	width: 100%;
	margin: 25px auto 40px;
	padding: 20px;
	background-color: #fff3be;
	border-radius: 32px;
	box-sizing: border-box;
}
.collabo-info__ttl {
	width: fit-content;
	margin: 0 auto 10px;
	padding: 0 28px 1px;
	font-size: 26px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.collabo-info__txt {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.collabo-info__txt span {
	font-size: 40px;
	line-height: 1;
}
.collabo-btn {
	width: 91%;
	max-width: 630px;
	margin: 0 auto;
}
.collabo-btn a {
	position: relative;
	width: 100%;
	height: 80px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background-color: #25308f;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.collabo-btn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	background-image: url(/oshi-tabi/ultraman60th_s/img/icon_btn.png);
}
.collabo-btn__txt {
	margin-top: 5px;
	text-align: center;
}
.collabo-btn.close a {
	pointer-events: none;
	background-color: #bdbdbd;
}
.collabo-btn.close a::before {
	display: none;
}
@media screen and (max-width: 750px){
	.section05 {
		margin: 0 auto 20px;
		padding-top: 17vw;
	}
	.section05 .section-block {
		padding: 20px 0 30px;
	}
	.collabo-info {
		margin: 15px auto 20px;
		padding: 10px;
		border-radius: 16px;
	}
	.collabo-info__ttl {
		margin: 0 auto 5px;
		padding: 0 15px 1px;
		font-size: 13px;
	}
	.collabo-info__txt {
		font-size: 14px;
	}
	.collabo-info__txt span {
		font-size: 20px;
	}
	.collabo-btn a {
		height: 40px;
		font-size: 20px;
	}
	.collabo-btn a::before {
		right: 10px;
		width: 21px;
		height: 21px;
		background-size: cover;
	}
	.collabo-btn__txt {
		font-size: 10px;
	}
}

/*********************
.info-block
*********************/
.info-block {
	width: 100%;
	padding: 40px 0 80px;
	background-color: #ebe800;
}
.info-wrap {
	width: 92%;
	max-width: 1220px;
	margin: 0 auto;
}
.info-block__ttl {
	width: 78%;
	max-width: 539px;
	margin: 0 auto;
}
.info-wrap {
	padding: 40px 0 35px;
	background-color: #fff;
	border-radius: 32px;
}
.info-box {
	width: 91%;
	max-width: 635px;
	margin: 0 auto;
}
.info-wrap > * + * {
	margin-top: 45px;
	padding-top: 30px;
	border-top: 2px dotted #25308f;
}
.info-box__ttl {
	color: #25308f;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.info-box__logo {
	margin: 20px 0 50px;
}
.info-link-list {
	width: 500px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0 40px;
}
.info-link-list li a {
	position: relative;
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background-color: #25308f;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.info-link-list li a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url(/oshi-tabi/ultraman60th_s/img/icon_btn.png);
	background-size: cover;
}
.info-link-list li a:hover {
	opacity: .8;
}
.info-box__txt {
	margin-top: 15px;
	text-align: center;
}
.info-box__poster {
	margin-top: 30px;
}
.ft-block {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}
.ft-logo {
	max-width: 290px;
	margin: 0 auto 50px;
}
.copyright {
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width: 750px){
	.info-block {
		padding: 20px 0 30px;
	}
	.info-box__ttl {
		font-size: 16px;
	}
	.info-wrap {
		padding: 20px 0 15px;
		border-radius: 30px;
	}
	.info-wrap > * + * {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px dotted #25308f;
	}
	.info-box__logo {
		width: 90%;
		margin: 10px auto 25px;
	}
	.info-link-list {
		width: 250px;
		gap: 0 20px;
	}
	.info-link-list li a {
		height: 30px;
		font-size: 14px;
	}
	.info-link-list li a::before {
		right: 10px;
		width: 12px;
		height: 12px;
	}
	.info-box__txt {
		margin-top: 10px;
		font-size: 10px;
	}
	.info-box__poster {
		margin-top: 20px;
	}
	.ft-block {
		padding: 30px 0;
	}
	.ft-logo {
		width: 38%;
		margin: 0 auto 25px;
	}
	.copyright {
		font-size: 10px;
	}
}

/*********************
.btm-btn
*********************/
.btm-btn {
	width: 91%;
	max-width: 800px;
	margin: 0 auto 100px;
}
.btm-btn a {
	position: relative;
	width: 100%;
	padding: 15px 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	background: #fff;
	border: 4px solid #000;
	box-sizing: border-box;
	border-radius: 9px;
	display: block;
	transition: .3s;
}
.btm-btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 13px;
	height: 13px;
	border-top: 0.2rem solid #000;
	border-right: 0.2rem solid #000;
	transform: translateY(-50%) rotate(45deg);
}
.btm-btn a:hover {
	color: #fff;
	background: #00a7ea;
	border: 4px solid #00a7ea;
}
.btm-btn a:hover::after {
	border-top: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
}
@media screen and (max-width: 750px){
	.btm-btn {
		width: 83%;
		margin: 0 auto 30px;
	}
	.btm-btn a {
		padding: 10px 0;
		font-size: 16px;
	}
}