@charset "utf-8";


/*=======================================
TOPページ
=======================================*/

.thanks{
	width: 70%;
	margin: 0 auto;
	}
@media screen and (max-width: 900px) {
.thanks{
	width: 80%;
	}
	}
.thanks a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	width: 100%;
	height: 100%;
	background: #A72D2A;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
.thanks a:hover{
	background: #8D1916;
	}
.thanks a p{
	color:#fff;
	text-align: center;
	line-height: 1.6em;
	font-size: .9em;
	}


/*
hero_phase2
*/

.hero_phase2{
	width: 100%;
	height: auto;
	aspect-ratio: 1326 / 630;
	background:#F0EDE4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	}
@media screen and (max-width: 900px) {
.hero_phase2{
	width: 100%;
	height: calc(100svh - 54px);
	align-items: flex-start;
	justify-content: flex-start;
	aspect-ratio: auto;
	flex-direction: column;
	}
	}

.hero_phase2 > div{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}

.hero_phase2 > div:first-child{
	width: calc(100% * 884 / 1326);
	}
@media screen and (max-width: 900px) {
.hero_phase2 > div:first-child{
	width: 100%;
	height: auto;
	aspect-ratio: 884/630;
	}
	}

.hero_phase2 div video{
	width: 100%;
	}

.hero_phase2 > div:last-child{
	width: calc(100% * 442 / 1326);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	row-gap: 25px;
	flex-direction: column;
	}
@media screen and (max-width: 900px) {
.hero_phase2 > div:last-child{
	width: 100%;
	height: auto;
	row-gap: 15px;
	flex-grow: 1; 
	}
	}

.hero_phase2 > div:last-child picture{
	width: 84%;
	height: auto;
	}
@media screen and (max-width: 900px) {
.hero_phase2 > div:last-child picture{
	width: 80%;
	}
	}

.hero_phase2 > div:last-child img{
	width: 100%;
	height: 100%;
	}

/*
.hero_phase2 div.btn{
	display: block;
	width: auto;
	}
@media screen and (max-width: 900px) {
.hero_phase2 div.btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 10px;
	width: 80%;
	}
	}
*/

.hero_phase2 div button{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	background:transparent;
	border: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-play.svg);
	background-size: 80px;
	cursor: pointer;
	opacity: 0.9;
	filter: opacity(0.9);
	filter: alpha(opacity=90);
	}
@media screen and (max-width: 900px) {
.hero_phase2 div button{
	background-size: 50px;
	}
	}

.modal-video-body {
	max-width: 1280px !important;
	}

.modal-video {
	background-color: rgba(0, 0, 0, 0.75) !important;
	}

.modal-video-close-btn {
	cursor: pointer;
	}


/*
links_phase2
*/

.links_phase2{
	width: 100%;
	border-top: 4px solid #A72D2A;
	border-bottom: 4px solid #A72D2A;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	}

.links_phase2 > div{
	width: 100%;
	border-right: 1px solid #dedede;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 30px;
	padding: 50px 0;
	}
@media screen and (max-width: 900px) {
.links_phase2 > div{
	padding: 30px 0;
	row-gap: 20px;
	}
	}

.links_phase2 > div:last-child{
	border-right: none;
	}

.links_phase2 > div > p{
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
	line-height: 1.5em;
	}

.links_phase2 div.btn{
	display: block;
	width: auto;
	}
@media screen and (max-width: 900px) {
.links_phase2 div.btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 10px;
	width: 80%;
	}
	}

.links_phase2 div.btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 255px;
	height: 45px;
	background-color:#A72D2A;
	border-radius: 9999px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right.svg);
	background-size: 20px;
	}
@media screen and (max-width: 900px) {
.links_phase2 div.btn a{
	background-position: right 10px center;
	width: 100%;
	height: 45px;
	}
	}

.links_phase2 div.btn a:hover{
	background-color:#8D1916;
	}

.links_phase2 div.btn a p{
	color:#fff !important;
	line-height: 35px;
	}
@media screen and (max-width: 900px) {
.links_phase2 div.btn a p{
	font-size: 1em;
	}
	}








