@charset "utf-8";

#ttlArea.under02 {
	background-image: url(../img/img_ann_mv_pc.jpg);
}

#anc02 {
  margin-top: -130px;
  padding-top: 130px;
}

/*#sec02 {
	background: url(../img/bg_ann_sec02.png) repeat left top;
}*/

#sec02 .modal_trigger {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#sec02 .modal_btn {
	overflow: hidden;
	width: calc((100% - 60px) / 4);
	margin-bottom: 30px;
	margin-right: 20px;
	position: relative;
}

#sec02 .modal_btn:nth-child(4n) {
	margin-right: 0;
}

#sec02 .modal_btn figure img{
	transform: scale(1.05);
}
.video_thumb .ico_video_play.border{
	border: solid 1px #ccc;
}
.video_thumb .ico_video_play::before{
	z-index: 1;
}
.video_thumb .ico_video_play::after{
	z-index: 5;
}

#sec02 .modal_btn span {
	text-align: center;
	display: block;
	margin-top: 20px;
}

#sec02 .modal_btn.new span::before {
	content: "NEW";
	display: inline-block;
	margin-right: 5px;
	padding: 0 5px;
	background: #0099d6;
	color: #FFF;
	font-weight: bold;
	font-size: 70%;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	#ttlArea.under02 {
		height: 687px;
	}

	#ttlArea.under02 {
		background-image: url(../img/img_ann_mv_sp.jpg);
	}

	h2 {
		margin-left: auto;
		margin-right: auto;
	}

	#sec01 h2 {
		max-width: 234px;
	}

	#sec02 h2 {
		max-width: 141px;
	}
  
  #anc02 {
    margin-top: -50px;
    padding-top: 50px;
  }


	#sec02 .modal_btn {
		width: calc((100% - 40px) / 3);
		margin-bottom: 20px;
	}

	#sec02 .modal_btn:nth-child(4n) {
		margin-right: 20px;
	}

	#sec02 .modal_btn:nth-child(3n) {
		margin-right: 0;
	}

	#sec02 .modal_btn span {
		margin-top: 10px;
	}
}

@media screen and (max-width: 687px) {
	#ttlArea.under02 {
		height: 92.5vw;
		background-size: 100%;
	}
}

@media screen and (max-width: 480px) {
	#sec02 .modal_btn {
		width: calc((100% - 20px) / 2);
	}
	#sec02 .modal_btn:nth-child(3n) {
		margin-right: 20px;
	}
	#sec02 .modal_btn:nth-child(2n) {
		margin-right: 0;
	}
}

#sec03::before {
	content: "";
	display: inline-block;
	background: transparent url(../img/bg_ann_sec03_pc.png) no-repeat center top /
		cover;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#sec03 h2 {
	padding-top: 280px;
}

#sec03 .photo01 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.ann_box03 {
	display: flex;
}

.ann_box03 .text {
	width: calc(100% - 380px);
	margin-right: 20px;
}

.ann_box03 .text p + p {
	margin-top: 25px;
}

.ann_box03 .photo {
	max-width: 380px;
	width: 100%;
}

.ann_box03 .btn_area {
	text-align: left;
}

.ann_box03 .btn_area .btn {
	margin-top: 30px;
	max-width: 250px;
}

@media screen and (max-width: 768px) {
	#sec03::before {
		background-image: url(../img/bg_ann_sec03_sp.png);
		background-size: 100%;
	}

	#sec03 h2 {
		max-width: 335px;
		padding-top: 45vw;
	}

	#sec03 .photo01 {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.ann_box03 {
		display: block;
	}

	.ann_box03 .text {
		width: 100%;
		margin-right: 0;
	}

	.ann_box03 .text p + p {
		margin-top: 20px;
	}

	.ann_box03 .photo {
		max-width: 190px;
		width: 100%;
		margin: 25px auto 0;
	}
	.ann_box03 .btn_area {
		text-align: center;
	}

	.ann_box03 .btn_area .btn {
		margin-bottom: 30px;
	}
}

#sec04 {
	background: url(../img/bg_ann_sec04_sp.jpg) no-repeat center center / cover;
}

#historyArea {
	margin-top: 70px;
	position: relative;
}

#historyArea::before {
	content: "";
	display: inline-block;
	width: 4px;
	background: #90d5f0;
	position: absolute;
	top: 5px;
	left: 70px;
}

_:-ms-input-placeholder,
:root #historyArea::before {
	left: 71px;
}

#historyArea .history_box {
	display: flex;
	align-items: flex-start;
}

#historyArea .history_box + .history_box {
	margin-top: 12px;
}

#historyArea .history_box .year {
	width: 75px;
}

#historyArea .history_box .circle {
	position: relative;
	min-width: 14px;
	min-height: 14px;
	border-radius: 100%;
	background: #fff;
	margin-top: 5px;
	border: 2px solid #a7def4;
	z-index: 0;
}

#historyArea .history_box .circle.blue {
	background: #0099d6;
	border-color: #0099d6;
}

#historyArea .history_box .circle.double {
	border-color: #fff;
}

#historyArea .history_box .circle.double::after {
	content: "";
	display: inline-block;
	min-width: 18px;
	min-height: 18px;
	border: 2px solid #0099d6;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: calc(50% - 0.25px);
	transform: translate(-50%, -50%);
	z-index: -1;
}

#historyArea .history_box .text {
	width: 100%;
	margin-left: 40px;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	position: relative;
	top: -20px;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.05);
	line-height: 2.2;
	z-index: 0;
}

#historyArea .history_box .text::before {
	content: "";
	display: inline-block;
	min-width: 25px;
	min-height: 50px;
	border-radius: 100% 0 0 100% / 50%;
	border-bottom: 16px solid #fff;
	position: absolute;
	top: 22px;
	left: -12px;
	transform: translateY(-50%);
	z-index: -1;
}

#historyArea .history_box .text .photo {
	margin-right: 15px;
}

#historyArea .history_box .text .small_text {
	font-size: 1.4rem;
}

#historyArea .history_box .text p + p {
	margin-top: 13px;
}

#historyArea .history_box .text .text_block {
	margin-top: 13px;
}

#historyArea .history_box .row {
	display: flex;
}

#historyArea .history_box .text ul.row.column3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 465px;
}

#historyArea .history_box .text ul.row.column3 li {
	width: calc(100% / 3);
}

#historyArea .history_box .text ul.row.column3 li:nth-child(2),#historyArea .history_box .text ul.row.column3 li:nth-child(5),#historyArea .history_box .text ul.row.column3 li:nth-child(8)  {
	width: calc((100% / 3) - 40px);
}

#sec04 .photo01 {
	text-align: right;
}

@media screen and (max-width: 768px) {
	#sec04 {
		background-image: url(../img/bg_ann_sec04_sp.jpg);
	}

	#sec04 h2 {
		max-width: 174px;
	}

	#historyArea {
		margin-top: 70px;
		position: relative;
	}

	#historyArea::before {
		top: 5px;
		left: 53px;
	}

	_:-ms-input-placeholder,
	:root #historyArea::before {
		left: 53px;
	}

	#historyArea .history_box + .history_box {
		margin-top: 12px;
	}

	#historyArea .history_box .year {
		width: 54px;
	}

	#historyArea .history_box .circle.double::after {
		left: 50%;
	}

	#historyArea .history_box .text {
		margin-left: 16px;
		padding: 15px;
		top: -20px;
		box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
	}

	#historyArea .history_box .text::before {
		width: 13px;
		height: 25px;
		top: 22px;
		left: -6px;
	}

	#historyArea .history_box .text .photo {
		margin-right: 15px;
	}

	#historyArea .history_box .text .photo01 {
		max-width: 75px;
	}

	#historyArea .history_box .text .small_text {
		font-size: 1.4rem;
	}

	#historyArea .history_box .text p + p {
		margin-top: 13px;
	}

	#historyArea .history_box .text .text_block {
		margin-top: 13px;
	}

	#historyArea .history_box .row {
		display: flex;
	}

	#historyArea .history_box .text ul.row.column3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 456px;
	}

	#historyArea .history_box .text ul.row.column3 li {
		width: calc((100% -40px) / 3);
	}
	
	#sec04 .inner > .photo01 {
		max-width: 93px;
		margin: 20px auto 0;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	#historyArea::before {
		top: 6px;
		left: 48px;
	}

	_:-ms-input-placeholder,
	:root #historyArea::before {
		left: 48px;
	}

	#historyArea .history_box .circle {
		margin-top: 6px;
	}

	#historyArea .history_box .text::before {
		left: -8px;
	}

	#historyArea .history_box .text ul.row.column3 {
		display: block;
	}
	#historyArea .history_box .text ul.row.column3 li {
		width: 100%;
	}
	
	#historyArea .history_box .text ul.row.column3 li:nth-child(2),#historyArea .history_box .text ul.row.column3 li:nth-child(5),#historyArea .history_box .text ul.row.column3 li:nth-child(8)  {
		width: 100%;
	}
}
