@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 動画で見る全国の大和ハウスグループ

******************************************************************************* */
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	color: #000000;
}
/* ==

　01. 動画で見る全国の大和ハウスグループ

=============================================================================== */

body {
	min-width: 950px;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif !important;
}

/* MV
----------------------------------------------- */
.nMv {
	position: relative;
	background: url(/about/images/nationwide_movie/mv_bg.jpg) no-repeat center center;
	background-size: cover;
	aspect-ratio: 1620 / 720;
}
.nMv::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
}
.nMv::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/about/images/nationwide_movie/mv_bubbles.png) no-repeat center center;
	background-size: cover;
}

.nMv .nMv_in {
	position: relative;
	width: 61.111111%;
	height: 100%;
	margin: 0 auto;
	z-index: 2;
}
.nMv .nMv_in h1 {
	position: relative;
	/* font-size: 44px; */
	/* font-size: clamp(2.375rem, 1.6132rem + 1.2632vw, 2.75rem); */
	font-size: clamp(2.25rem, 0.8514rem + 2.3188vw, 3.75rem);
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	margin-top: 10%;
}
.nMv .nMv_in h1::after {
	content: "";
	width: 33.863%;
    aspect-ratio: 180 / 216;
    display: block;
    background: url(/about/images/nationwide_movie/mv_icon.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: -18%;
    right: -23%;
}
.nMv .nMv_in h1 span {
    /* font-size: 22px; */
	/* font-size: clamp(1.125rem, 0.6171rem + 0.8421vw, 1.375rem); */
	font-size: clamp(1.125rem, 0.3908rem + 1.2174vw, 1.9125rem);
    font-weight: 800;
    display: block;
    margin-top: 10px;
}

/* Lead
----------------------------------------------- */
.nLead {
	padding: 0 20px;
}
.nLead .nLead_in {
	margin: 0 auto;
	padding: 50px 0 70px;
	max-width: 1220px;
	text-align: center;
}
.nLead .nLead_in p {
	font-size: 16px;
}

/* Movie Map
----------------------------------------------- */
.nMovie {
	position: relative;
	margin-bottom: 50px;
	padding: 0 40px;
}

/* Series
----------------------------------------------- */
.nMovie_series {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F7F6F0;
	width: calc(100% - 80px);
	padding: 50px 40px;
}
.nMovie_series::before {
	content: "";
	width: 40px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.nMovie_series_in {
	max-width: 1220px;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 0 20px;
}
.nMovie_tit {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 33px;
	padding-left: 25px;
	border-left: 4px solid #FA0046;
	line-height: 1.2;
}
.nMovie_series_list {
	position: relative;
	max-width: 650px;
    width: 62%;
	z-index: 1;
}
.nMovie_series_item {
	display: flex;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #CFCDC6;
}
.nMovie_series_item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.nMovie_series_item .nMovie_series_img {
	margin-right: 3.0769%;
	max-width: 190px;
    width: 29.2307692%;
}
.nMovie_series_item .nMovie_series_img img {
	width: 100%;
	height: auto;
}
.nMovie_series_item .nMovie_series_info {
	max-width: 440px;
	width: 67.5%;
}
.nMovie_series_item .nMovie_series_info .nMovie_series_tit {
	/* font-size: 18px; */
	font-size: clamp(1rem, 0.7461rem + 0.4211vw, 1.125rem);
	font-weight: 800;
	margin-bottom: 8px;
}
.nMovie_series_item .nMovie_series_info p {
	/* font-size: 14px; */
	font-size: clamp(0.6875rem, 0.3066rem + 0.6316vw, 0.875rem);
	line-height: 1.5;
}

/* Map
----------------------------------------------- */
.nMovie_map {
	position: relative;
	width: 100%;
	padding: 80px 0 0;
}
.nMovie_map .nMovie_bg {
	max-width: 1060px;
	margin: 0 auto;
	aspect-ratio: 1060 / 905;
	background: url(/about/images/nationwide_movie/map.png) no-repeat center center;
	background-size: contain;
}
.nMovie_map .nMovie_layer {
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 1060 / 905;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);	
}
.nMovie_list_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 20px);
	padding: 0 10px;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .16);
	background-color: #fff;
	text-align: center;
	line-height: 1;
	aspect-ratio: 180 / 64;
	transition: all .1s ease-out;
}
.nMovie_list_btn::after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background: url(/common/images/rn02/ico_arw22.png) no-repeat 0 0;
	background-size: 12px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.nMovie_list_btn:hover {
	transform: scale(1.05);
	text-decoration: underline;
}
.nMovie_list_item {
	position: absolute;
	max-width: 200px;
	width: 18.8679%;
}
#hokkaido {
    top: 10%;
    left: 67%;
}
#tohoku {
    top: 39%;
    left: 76%;
}
#kanto {
    top: 63%;
    left: 70%;
}
#chubu {
	top: 56%;
    left: 45%;
}
#kinki {
    top: 77%;
    left: 51%;
}
#chugoku {
    top: 64%;
    left: 22%;	
}
#shikoku {
	top: 86%;
    left: 35%;
}
#kyushu {
	top: 77%;
    left: 9%;
}

/* 関連リンク
----------------------------------------------- */
.nRelation {
	padding: 0 20px;
}
.nRelation_in {
	max-width: 1220px;
	margin: 0 auto;
}
.nRelation_tit {
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
}
.nRelation_col {
	display: flex;
	justify-content: space-between;
}
.nRelation_col .nRelation_item {
	max-width: 390px;
	width: 31.9672131%;
}
.nRelation_col .nRelation_item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.nRelation_col .nRelation_item a:hover {
	opacity: 0.7;
}
.nRelation_col .nRelation_item a {
	text-decoration: none;
}
.nRelation_col .nRelation_item a p {
	font-size: 18px;
	font-weight: 800;
	color: #000000;
	margin-top: 10px;
}

/* モーダル
----------------------------------------------- */
.mfp-auto-cursor .mfp-content {
	margin: 120px 0 100px;
}
.modal {
	position: relative;
	background-color: #fff;
	max-width: 1000px;
	margin: 5px auto;
	padding: 35px 60px;
	border-radius: 20px;
}
.modal::after {
	content: "";
	width: 160px;
	height: 160px;
	background-color: #000000;
	position: absolute;
    top: -50px;
    right: 90px;
}
#modal_hokkaido::after {
	background: url(/about/images/nationwide_movie/map01.png) no-repeat center center;
	background-size: 160px;
}
#modal_tohoku::after {
	background: url(/about/images/nationwide_movie/map02.png) no-repeat center center;
	background-size: 160px;
}
#modal_kanto::after {
	background: url(/about/images/nationwide_movie/map03.png) no-repeat center center;
	background-size: 160px;
}
#modal_chubu::after {
	background: url(/about/images/nationwide_movie/map04.png) no-repeat center center;
	background-size: 160px;
}
#modal_kinki::after {
	background: url(/about/images/nationwide_movie/map05.png) no-repeat center center;
	background-size: 160px;
}
#modal_chugoku::after {
	background: url(/about/images/nationwide_movie/map06.png) no-repeat center center;
	background-size: 160px;
}
#modal_shikoku::after {
	background: url(/about/images/nationwide_movie/map07.png) no-repeat center center;
	background-size: 160px;
}
#modal_kyushu::after {
	background: url(/about/images/nationwide_movie/map08.png) no-repeat center center;
	background-size: 160px;
}
.mfp-close {
	display: none !important;
}
.modal .modal_close01 {
	position: absolute;
    top: -50px;
    right: -10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.modal .modal_close02 {
	position: absolute;
    bottom: -50px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    cursor: pointer;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.modal .modal_close01::before,
.modal .modal_close01::after,
.modal .modal_close02::before,
.modal .modal_close02::after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #fff;
    display: block;
    transform: rotateZ(45deg);
    position: absolute;
    top: 50%;
	left: calc(50% - 18px);
}
.modal .modal_close02::before,
.modal .modal_close02::after {
    width: 25px;
	left: calc(50% - 40px);
}
.modal .modal_close01::after,
.modal .modal_close02::after {
    transform: rotateZ(-45deg);
}
.modal .modal_close01:hover,
.modal .modal_close02:hover {
	opacity: 0.7;
}

.modal_tit {
	text-align: center;
	padding: 25px 0 50px;
}
.modal_tit h2 {
	font-size: 24px;
	font-weight: 800;
}
.modal_content {
	margin-bottom: 50px;
}
.modal_content:last-child {
	margin-bottom: 0;
}
.modal_content .modal_content_tit {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
	padding: 8px 25px;
	background-color: #F7F6F0;
	border-left: 4px solid #FA0046;
}
/* .modal_content .modal_content_txt {
	margin-bottom: 30px;
	font-size: 16px;
} */
.modal_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.modal_list .modal_list_item {
	max-width: 480px;
	width: 48%;
	
}
.modal_list .modal_list_item:nth-child(n+3) {
	margin-top: 30px;
}
.modal_list .modal_list_item a {
	text-decoration: none;
}
.modal_list .modal_list_item .modal_list_img {
	margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}
.modal_list .modal_list_item .modal_list_img img {
	width: 100%;
	height: auto;
}
.modal_list .modal_list_item .modal_list_info .modal_list_tit {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 50px;
	line-height: 1.5;
}
.modal_list .modal_list_item .modal_list_info .modal_list_tit::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 12px;
    margin: 0 0 0 15px;
    background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
    background-size: contain;
    vertical-align: -0.05em;
	position: absolute;
	top: calc(50% - 6px);
	right: 0;
}
.modal_list .modal_list_item .modal_list_info .modal_list_tit span::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 8px;
    margin: 0 0 0 10px;
    background: url(/common/images/rn04/svg/blank_ico03.svg) left top no-repeat;
    background-size: contain;
    vertical-align: 0.1em;
}
.modal_list .modal_list_item .modal_list_info p {
	font-size: 15px;
	color: #666;
}
.modal_list .modal_list_item a:hover .modal_list_tit {
	text-decoration: underline;
}
.modal_list .modal_list_item a:hover .modal_list_img {
	opacity: 0.7;
}

