@charset "UTF-8";
/* CSS Document */

/*--- 共通 ---*/
body {
	background-color: #b6801e;
}
.wrap01 {
	max-width: 942px;
	width: 86.7%;
	margin-left: auto;
	margin-right: auto;
}

img {
	width: 100%;
	height: auto;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, img {
	image-rendering: -webkit-optimize-contrast;
}

a {
	color: #000;
}

.kakko {
	display: inline-block;
	margin-left: -0.5em;
	margin-right: -0.5em;
}

/*--- ヘッダー ---*/
#container {
	position: relative;
	padding-top: 70px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #b6801e;
	z-index: 15;
}
header .left_logo {
	position: absolute;
	z-index: 20;
	width: 247px;
	height: 100%;
	top: -1px;
	left: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header .left_logo .logo_box {
	width: 47.8%;
	height: 100%;
	position: relative;
	display: block;
}
header .left_logo .logo_box .logo {
	position: absolute;
	width: 100%;
	height: auto;
}
header .left_logo .logo02 {
	width: 40.1%;
}
header .left_logo .logo02 a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

header .inq {
	position: absolute;
	width: 191px;
	top: 9px;
	right: 11px;
}

#pc_menu {
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 21px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#pc_menu li {
	font-size: 15px;
	color: #fff;
	text-align: center;
}
#pc_menu li a {
	display: block;
	color: #fff;
	font-weight: bold;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*--- アンカーリンク ---*/
.anker {
	display: block;
	width: 100%;
	padding-top: 70px;
	margin-top: -70px;
}

@media screen and (max-width: 1470px) {
	#container {
		padding-top: 4.8vw;
	}
	header {
		height: 4.8vw;
	}
	header .left_logo {
		width: 16.8vw;
		left: 3.4vw;
	}

	header .inq {
		width: 13vw;
		top: 0.6vw;
		right: 0.8vw;
	}

	#pc_menu {
		width: 53.9vw;
		margin-top: 1.4vw;
	}
	#pc_menu li {
		font-size: 1vw;
	}

	/*--- アンカーリンク ---*/
	.anker {
		padding-top: 4.8vw;
		margin-top: -4.8vw;
	}
}



.navToggle {
	display: none;
}
#sp_menu {
	display: none;
	position: absolute;
	top: -100vh;
}





/*--- メインイメージ ---*/
#mainimage {
	overflow: hidden;
	background-image: url("../images2/mv_bg_pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#mainimage .mainimage_content {
	max-width: 1500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#mainimage .mainimage_content h1 {
	position: relative;
	z-index: 2;
}
#mainimage .mainimage_content .pho_list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#mainimage .mainimage_content .pho_list li {
	position: absolute;
	width: 21%;
}
#mainimage .mainimage_content .pho_list li img {
	display: block;
}
#mainimage .mainimage_content .pho_list .pho01,
#mainimage .mainimage_content .pho_list .pho03,
#mainimage .mainimage_content .pho_list .pho05 {
	left: -78px;
}
#mainimage .mainimage_content .pho_list .pho02,
#mainimage .mainimage_content .pho_list .pho04 {
	left: 174px;
}
#mainimage .mainimage_content .pho_list .pho06,
#mainimage .mainimage_content .pho_list .pho08,
#mainimage .mainimage_content .pho_list .pho10 {
	right: -78px;
}
#mainimage .mainimage_content .pho_list .pho07,
#mainimage .mainimage_content .pho_list .pho09 {
	right: 174px;
}
#mainimage .mainimage_content .pho_list .pho01,
#mainimage .mainimage_content .pho_list .pho06 {
	top: -11px;
}
#mainimage .mainimage_content .pho_list .pho02,
#mainimage .mainimage_content .pho_list .pho07{
	top: 133px;
}
#mainimage .mainimage_content .pho_list .pho03,
#mainimage .mainimage_content .pho_list .pho08{
	top: 277px;
}
#mainimage .mainimage_content .pho_list .pho04,
#mainimage .mainimage_content .pho_list .pho09 {
	top: 420px;
}
#mainimage .mainimage_content .pho_list .pho05,
#mainimage .mainimage_content .pho_list .pho10 {
	top: 564px;
}
@media screen and (max-width: 1500px) {
	#mainimage .mainimage_content .pho_list .pho01,
	#mainimage .mainimage_content .pho_list .pho03,
	#mainimage .mainimage_content .pho_list .pho05 {
		left: -5.2vw;
	}
	#mainimage .mainimage_content .pho_list .pho02,
	#mainimage .mainimage_content .pho_list .pho04 {
		left: 11.6vw;
	}
	#mainimage .mainimage_content .pho_list .pho06,
	#mainimage .mainimage_content .pho_list .pho08,
	#mainimage .mainimage_content .pho_list .pho10 {
		right: -5.2vw;
	}
	#mainimage .mainimage_content .pho_list .pho07,
	#mainimage .mainimage_content .pho_list .pho09 {
		right: 11.6vw;
	}
	#mainimage .mainimage_content .pho_list .pho01,
	#mainimage .mainimage_content .pho_list .pho06 {
		top: -0.7vw;
	}
	#mainimage .mainimage_content .pho_list .pho02,
	#mainimage .mainimage_content .pho_list .pho07{
		top: 8.9vw;
	}
	#mainimage .mainimage_content .pho_list .pho03,
	#mainimage .mainimage_content .pho_list .pho08{
		top: 18.5vw;
	}
	#mainimage .mainimage_content .pho_list .pho04,
	#mainimage .mainimage_content .pho_list .pho09 {
		top: 28vw;
	}
	#mainimage .mainimage_content .pho_list .pho05,
	#mainimage .mainimage_content .pho_list .pho10 {
		top: 37.6vw;
	}
}

/*--- キャンペーンについて ---*/
#about_section {
}
#about_section .bg {
	background-image: url("../images2/bg_white01_top_pc.png");
	background-repeat: no-repeat;
	background-size: 100vw auto;
	background-position: center bottom;
	padding-bottom: 6.4vw;
}
#about_section .wrap01 {
	max-width: 1012px;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 45px;
}
#about_section .txt_box_01 {
	display: flex;
	flex-wrap: wrap;
}
#about_section .txt_box_01 .left_block {
	width: 52.3%;
}
#about_section .txt_box_01 .left_block h2 {
}
#about_section .txt_box_01 .left_block .txt01 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-left: 35px;
	line-height: 1.5em;
	margin-top: 1em;
	color: #fff;
}
#about_section .txt_box_01 .left_block .txt01 .big {
	font-size: 39px;
	background:linear-gradient(transparent 70%, #ff9600 70%);
}
#about_section .txt_box_01 .left_block .txt01 .big .no {
	font-size: 47px;
}
#about_section .txt_box_01 .right_block {
	width: 44.6%;
	margin-left: -2.8%;
}
#about_section .txt02 {
	max-width: 684px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#about_section .area {
	margin-top: 28px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#about_section .area dt {
	border-radius: 3px;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	padding: 0.1em 1em 0.2em;
	margin-right: 0.5em;
	background-color: #ff9600;
}
#about_section .area dd {
	font-size: 20px;
	line-height: 1.7em;
}
#about_section .btn {
	max-width: 452px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 58px;
}
#about_section .txt03 {
	font-size: 23px;
	text-align: center;
	color: #fff;
	margin-top: 40px;
}
#about_section .txt03 a {
	color: #fff;
	text-decoration: underline;
}
@media screen and (max-width: 1098px) {
	#about_section .wrap01 {
		max-width: none;
		width: 92.2vw;
		padding-top: 7.3vw;
		padding-bottom: 4.1vw;
	}
	#about_section .txt_box_01 .left_block .txt01 {
		font-size: 2.5vw;
		padding-left: 3.2vw;
	}
	#about_section .txt_box_01 .left_block .txt01 .big {
		font-size: 3.5vw;
	}
	#about_section .txt_box_01 .left_block .txt01 .big .no {
		font-size: 4.3vw;
	}
	#about_section .txt02 {
		max-width: none;
		width: 62.3vw;
		margin-top: 4.5vw;
	}
	#about_section .area {
		margin-top: 2.5vw;
	}
	#about_section .area dt {
		border-radius: 0.3vw;
		font-size: 1.8vw;
	}
	#about_section .area dd {
		font-size: 1.8vw;
	}
	#about_section .btn {
		max-width: none;
		width: 41.2vw;
		margin-top: 5.3vw;
	}
	#about_section .txt03 {
		font-size: 2.1vw;
		margin-top: 3.6vw;
	}
}



/*--- フォトブックの魅力 ---*/
#book_section {
	background-color: #fff;
	margin-top: -1px;
}
#book_section .wrap01 {
	padding-top: 10px;
	padding-bottom: 30px;
}
#book_section h2 {
	max-width: 705px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#book_section .txt01 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	line-height: 1.8em;
	color: #534741;
}
#book_section .txt01 span {
	display: inline-block;
	padding: 0 0.2em;
	background:linear-gradient(transparent 60%, #ffca7f 60%);
}
#book_section .txt02 {
	max-width: 383px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-bottom: 40px;
}
#book_section .book_content {
	position: relative;
}
#book_section #book_turn {
	width:942px; 
	height:471px;
}
#book_section #book_turn .turn-page{
	width:400px; /*1ページ分の幅*/
	height:400px;　/*1ページ分の高さ*/
}
#book_section #nextpage,
#book_section #prevpage {
	width: 21px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	opacity: 1;
	transition-property: opacity;
	transition-duration:.4s;
}
#book_section #nextpage:hover,
#book_section #prevpage:hover {
	opacity: 0.5;
	transition-property: opacity;
	transition-duration:.4s;
}
#book_section #nextpage {
	right: -50px;
}
#book_section #prevpage {
	left: -50px;
}


/*--- キャンペーン参加方法 ---*/
#entry_section {
}
#entry_section .bg01 {
	background-image: url("../images2/bg_white01_bottom_pc.png");
	background-repeat: no-repeat;
	background-size: 100vw auto;
	background-position: center top;
	padding-top: 6.4vw;
}
#entry_section .bg02 {
	background-image: url("../images2/bg_white02_top_pc.png");
	background-repeat: no-repeat;
	background-size: 100vw auto;
	background-position: center bottom;
	padding-bottom: 5.1vw;
}
#entry_section .wrap01 {
	padding-top: 10px;
	padding-bottom: 110px;
}
#entry_section h2 {
	max-width: 435px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#entry_section .txt01 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 1.6em;
	margin-top: 40px;
}
#entry_section .txt01 .bold {
	font-weight: bold;
}
#entry_section .txt01 .y_color {
	color: #ffe100;
}
#entry_section .txt_content {
	background-color: #fff;
	margin-top: 50px;
	border-radius: 34px;
	padding-top: 30px;
	padding-bottom: 60px;
}
#entry_section .txt_content .txt_box_01 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
	border-bottom: 3px dotted #ff9600;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#entry_section .txt_content .txt_box_01 dt {
	width: 18.2%;
}
#entry_section .txt_content .txt_box_01 dt span {
	font-size: 18px;
	font-weight: bold;
	padding-left: 0.5em;
	border-left: 4px solid #ff9600;
}
#entry_section .txt_content .txt_box_01 dd {
	width: 81.8%;
	font-size: 17px;
	margin-top: -2px;
}
#entry_section .txt_content .txt_box_01 dd .s-txt {
	display: inline-block;
	font-size: 12px;
	line-height: 1.6em;
}
#entry_section .txt_content .txt_box_01 dd .txt_list_01 li {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
#entry_section .txt_content .txt_box_01 dd .faq_list_01 li + li {
	border-top: 1px solid #a6a6a6;
	margin-top: 10px;
	padding-top: 10px;
}
#entry_section .txt_content .txt_box_01 dd .faq_list_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#entry_section .txt_content .txt_box_01 dd .faq_list_02 dt,
#entry_section .txt_content .txt_box_01 dd .faq_list_02 dd {
	font-size: 17px;
}
#entry_section .txt_content .txt_box_01 dd .faq_list_02 dt {
	width: 1.5em;
}
#entry_section .txt_content .txt_box_01 dd .faq_list_02 dd {
	width: calc( 100% - 1.5em );
}
#entry_section .txt_content .txt_box_01 dd .faq_list_02 dd a {
	text-decoration: underline;
}
#entry_section .txt_content .txt_box_01 dd.pdf_link_box {
	width: 100%;
	padding-top: 0px;
}
#entry_section .pdf_link {
	margin-top: 40px;
	text-align: center;
}
#entry_section .pdf_link a {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	border-radius: 8px;
	padding: 0.3em 1.5em 0.4em;
	background-color: #d9d9d9;
}
#entry_section .txt_content .txt_box_02 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#entry_section .txt_content .txt_box_02 .txt_block_02 + .txt_block_02 {
	margin-top: 30px;
}
#entry_section .txt_content .txt_box_02 .title {
	margin-bottom: 14px;
}
#entry_section .txt_content .txt_box_02 .title span {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background-color: #ff9600;
	border-radius: 1.5em;
	padding: 0.1em 0.9em 0.26em;
}
#entry_section .txt_content .txt_box_02 .txt02 {
	font-size: 17px;
	line-height: 1.6em;
}
#entry_section .txt_content .txt_box_02 .txt02 a {
	color: #000;
	text-decoration: underline;
}
#entry_section .txt_content .txt_box_02 .txt02 span {
	font-weight: bold;
}
#entry_section .txt_content .txt_box_02 .txt02 span.tel_no {
	font-weight: normal;
}
#entry_section .txt_content .txt_box_02 .txt03 {
	font-size: 14px;
	color: #f00;
	line-height: 1.6em;
	margin-top: 1.2em;
}
#entry_section .txt_content .txt_box_02 .txt03 a {
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
}
#entry_section .btn {
	max-width: 452px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
}




/*--- 竣工地紹介 ---*/
#place_section {
	margin-top: -1px;
	background-color: #fff;
	padding-bottom: 140px;
}
#place_section .wrap01 {
	padding-top: 50px;
}
#place_section h2 {
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 72px;
}
#place_section h3 {
	width: 189px;
	margin-left: auto;
	margin-right: auto;
}
#place_section .pho_list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#place_section .pho_list li {
	width: 30.4%;
}
#place_section .pho_list li a {
	display: block;
	position: relative;
}
#place_section .pho_list li a .pho {
	display: block;
}
#place_section .pho_list li a .pho_txt {
	display: block;
	position: absolute;
}
#place_section .pho_list li a .pho_txt img {
	display: block;
	width: 100%;
}
#place_section .pho_list .pho01 {
	padding-top: 32px;
}
#place_section .pho_list .pho02 {
	padding-top: 16px;
}
#place_section .pho_list .pho01 .pho_txt {
	width: 245px;
	top: -46px;
	left: -58px;
}
#place_section .pho_list .pho02 .pho_txt {
	width: 103px;
	top: -29px;
	left: -20px;
}
#place_section .pho_list .pho03 .pho_txt {
	width: 113px;
	top: -17px;
	left: -24px;
}
#place_section .map {
	max-width: 936px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
#place_section .btn {
	max-width: 452px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
}




/*--- 航空会社 ---*/
.company_section {
	background-color: #fff;
	padding-top: 70px;
}
.company_section .link_txt {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3em;
}
.company_section .company_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.company_section .company_box .company_block {
	width: 18.6%;
	margin-left: 8.5%;
}
.company_section .company_box .company_block:nth-child(4n+1) {
	margin-left: 0%;
}
.company_section .company_box .company_block:nth-child(n+5) {
	margin-top: 86px;
}
.company_section .company_box .company_block .logo {
}
.company_section .company_box .company_block .name {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	width: 140%;
	margin-left: -20%;
	margin-right: -20%;
}
.company_section .company_box .company_block .name a {
	color: #000;
}
#international_box .company_section .company_box .company_block .name a {
	color: #ff9600;
}
.company_section .company_box .company_block .txt01 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}
.company_section .company_box .company_block .place_txt {
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
}
.company_section .company_box .company_block .place_txt .s-txt {
	font-size: 11px;
}
.company_section .company_box .company_block .logo_sp {
	position: relative;
}
.company_section .company_box .company_block .logo_sp .logo_sp_img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.company_section .sub_txt {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 45px;
}


/*--- 国際線 ---*/
#international_box {
	margin-top: 140px;
}
#international_box .int_txt_box {
	margin-top: 68px;
}
#international_box .int_txt_box .int_txt_01 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}
#international_box .int_txt_box .int_txt_01 + .btn  {
	margin-top: 20px;
}
#international_box .int_txt_box + .map {
	margin-top: 100px;
}
#international_box .company_section .company_box .company_block .logo {
	display: none;
}
#international_box .company_section .company_box .company_block .name {
	margin-top: 0 !important;
}

/*--- ピックアップ ---*/
#pickup_section {
	background-color: #fff;
}
#pickup_section .title_box {
 	position: relative;
}
#pickup_section .title_box:before {
	content: "";
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	background-color: #ffe100;
    transform: skewY(-3deg);
}
#pickup_section .title_box h2 {
	width: 196px;
    margin: 0 auto;
    position: relative;
	padding: 20px;
}
#pickup_section .wrap01 {
	padding-bottom: 140px;
}
#pickup_section .slide_box {
	display: block;
	width: 100%;
	margin-top: 100px;
	position: relative;
}
#pickup_section .slide_box .slick-slide {
    margin:0 10px;
}
#pickup_section .slide_box .slick-dots li,
#pickup_section .slide_box .slick-dots li button,
#pickup_section .slide_box .slick-dots li button:before {
	width: 12px;
	height: 12px;
}
#pickup_section .slide_box .slick-dots li {
}
#pickup_section .slide_box .slick-dots li button {
	padding: 0;
}
#pickup_section .slide_box .slick-dots li button:before {
	background-color: #000;
	border-radius: 50%;
}
#pickup_section .slide_box .slick-prev {
    left: -35px;
	background-image: url("../images2/pickup_slide_arrow_prev.png");
}
#pickup_section .slide_box .slick-next {
    right: -35px;
	background-image: url("../images2/pickup_slide_arrow_next.png");
}
#pickup_section .slide_box .slick-prev,
#pickup_section .slide_box .slick-next {
	z-index: 1;
	width: 18px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
#pickup_section .slide_box .slick-prev::before,
#pickup_section .slide_box .slick-next::before {
	display: none;
}
#pickup_section .btn {
	max-width: 710px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
}
#pickup_section .mark {
	max-width: 710px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#pickup_section .mark li {
	width: 17.9%;
}
#pickup_section .ban {
	max-width: 452px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
}

footer {
}
footer .bg {
	background-image: url("../images2/bg_white02_bottom_pc.png");
	background-repeat: no-repeat;
	background-size: 100vw auto;
	background-position: center top;
	padding-top: 5.2vw;
}
footer .wrap01 {
	padding-bottom: 110px;
}
footer .logo {
	max-width: 218px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
footer .copy {
	font-size: 21px;
	color: #fff;
	text-align: center;
	margin-top: 1em;
}




@media screen and (max-width: 1100px) {
	/*--- フォトブックの魅力 ---*/
	#book_section .wrap01 {
		padding-top: 0.9vw;
	}
	#book_section h2 {
		max-width: none;
		width: 64.1vw;
	}
	#book_section .txt01 {
		font-size: 2.2vw;
	}
	#book_section .txt02 {
		max-width: none;
		width: 34.8vw;
		margin-top: 6.4vw;
		margin-bottom: 3.6vw;
	}
	#book_section #book_turn {
		width:85.64vw; 
		height:42.82vw;
	}
	#book_section #book_turn .turn-page{
		width:36.36vw; /*1ページ分の幅*/
		height:36.36vw;　/*1ページ分の高さ*/
	}
	#book_section #nextpage,
	#book_section #prevpage {
		width: 1.91vw;
	}
	#book_section #nextpage {
		right: -4.55vw;
	}
	#book_section #prevpage {
		left: -4.55vw;
	}



	/*--- キャンペーン参加方法 ---*/
	#entry_section .wrap01 {
		padding-top: 0.9vw;
		padding-bottom: 10vw;
	}
	#entry_section h2 {
		max-width: none;
		width: 39.6vw;
	}
	#entry_section .txt01 {
		font-size: 1.6vw;
		margin-top: 3.6vw;
	}
	#entry_section .txt_content {
		margin-top: 4.6vw;
		border-radius: 3.1vw;
		padding-top: 2.7vw;
		padding-bottom: 5.5vw;
	}
	#entry_section .txt_content .txt_box_01 {
		width: 90%;
		padding: 2.7vw 0;
	}
	#entry_section .txt_content .txt_box_01 dt span {
		font-size: 1.6vw;
	}
	#entry_section .txt_content .txt_box_01 dd {
		width: 81.8%;
		font-size: 1.6vw;
		margin-top: -0.2vw;
	}
	#entry_section .txt_content .txt_box_01 dd .s-txt {
		font-size: 1.1vw;
	}
	#entry_section .txt_content .txt_box_01 dd .faq_list_01 li + li {
		margin-top: 0.9vw;
		padding-top: 0.9vw;
	}
	#entry_section .txt_content .txt_box_01 dd .faq_list_02 dt,
	#entry_section .txt_content .txt_box_01 dd .faq_list_02 dd {
		font-size: 1.6vw;
	}
	#entry_section .pdf_link a {
		font-size: 1.6vw;
	}
	#entry_section .txt_content .txt_box_02 {
		width: 90%;
		margin-top: 2.7vw;
	}
	#entry_section .txt_content .txt_box_02 .txt_block_02 + .txt_block_02 {
		margin-top: 2.7vw;
	}
	#entry_section .txt_content .txt_box_02 .title {
		margin-bottom: 1.3vw;
	}
	#entry_section .txt_content .txt_box_02 .title span {
		font-size: 1.7vw;
	}
	#entry_section .txt_content .txt_box_02 .txt02 {
		font-size: 1.6vw;
	}
	#entry_section .pdf_link {
		margin-top: 3.6vw;
	}
	#entry_section .txt_content .txt_box_02 .txt03 {
		font-size: 1.3vw;
	}
	#entry_section .btn {
		max-width: none;
		width: 41.1vw;
		margin-top: 4.2vw;
	}




	/*--- 竣工地紹介 ---*/
	#place_section {
		padding-bottom: 12.7vw;
	}
	#place_section .wrap01 {
		padding-top: 4.6vw;
	}
	#place_section h2 {
		width: 70.7vw;
		margin-bottom: 6.6vw;
	}
	#place_section h3 {
		width: 17.2vw;
	}
	#place_section .pho_list {
		margin-top: 4.6vw;
	}
	#place_section .pho_list li a .pho_txt {
	}
	#place_section .pho_list .pho01 {
		padding-top: 2.9vw;
	}
	#place_section .pho_list .pho02 {
		padding-top: 1.5vw;
	}
	#place_section .pho_list .pho01 .pho_txt {
		width: 22.3vw;
		top: -4.2vw;
		left: -5.3vw;
	}
	#place_section .pho_list .pho02 .pho_txt {
		width: 8.4vw;
		top: -2.6vw;
		left: -1.8vw;
	}
	#place_section .pho_list .pho03 .pho_txt {
		width: 10.3vw;
		top: -1.6vw;
		left: -2.2vw;
	}
	#place_section .map {
		max-width: none;
		width: 85.1vw;
		margin-top: 3.6vw;
	}
	#place_section .btn {
		max-width: none;
		width: 41.1vw;
		margin-top: 8.2vw;
	}




	/*--- 航空会社 ---*/
	.company_section {
		padding-top: 6.4vw;
	}
	.company_section .link_txt {
		font-size: 1.3vw;
	}
	.company_section .company_box .company_block:nth-child(n+5) {
		margin-top: 7.8vw;
	}
	.company_section .company_box .company_block .name {
		font-size: 1.1vw;
		margin-top: 0.5vw;
	}
	.company_section .company_box .company_block .txt01 {
		font-size: 1.2vw;
		margin-top: 1.8vw;
		padding-bottom: 0.3vw;
	}
	.company_section .company_box .company_block .place_txt {
		font-size: 1.1vw;
		margin-top: 0.7vw;
	}
	.company_section .company_box .company_block .place_txt .s-txt {
		font-size: 1vw;
	}
	.company_section .sub_txt {
		font-size: 1.1vw;
		margin-top: 4.1vw;
	}


	/*--- 国際線 ---*/
	#international_box {
		margin-top: 12.7vw;
	}
	#international_box .int_txt_box {
		margin-top: 6.2vw;
	}
	#international_box .int_txt_box .int_txt_01 {
		font-size: 1.2vw;
	}
	#international_box .int_txt_box .int_txt_01 + .btn  {
		margin-top: 1.8vw;
	}
	#international_box .int_txt_box + .map {
		margin-top: 9.1vw;
	}




	/*--- ピックアップ ---*/
	#pickup_section .title_box h2 {
		width: 17.8vw;
		padding: 1.8vw 0;
	}
	#pickup_section .wrap01 {
		padding-bottom: 12.7vw;
	}
	#pickup_section .slide_box {
		margin-top: 9.1vw;
	}
	.slide_box .swiper-pagination-bullet {
		margin: 0 0.5vw;
	}
	.slide_box .swiper-button-prev,
	.slide_box .swiper-container-rtl
	.slide_box .swiper-button-next {
		left: -4.6vw;
		right: auto;
	}
	.slide_box .swiper-button-next,
	.slide_box .swiper-container-rtl
	.slide_box .swiper-button-prev {
		right: -4.6vw;
		left: auto;
	}
	#pickup_section .btn {
		max-width: none;
		width: 64.6vw;
		margin-top: 14.6vw;
	}
	#pickup_section .mark {
		max-width: none;
		width: 64.6vw;
		margin-top: 4.1vw;
	}
	#pickup_section .ban {
		max-width: none;
		width: 41.1vw;
		margin-top: 10.9vw;
	}

	footer .wrap01 {
		padding-bottom: 10vw;
	}
	footer .logo {
		max-width: none;
		width: 19.8vw;
	}
	footer .copy {
		font-size: 1.9vw;
	}
}




@media screen and (max-width: 768px) {
	/*--- 共通 ---*/
	.wrap01 {
		width: 86.7%;
	}


	/*--- ヘッダー ---*/
	#container {
		padding-top: 15.9vw;
	}
	header {
		height: 15.9vw;
	}
	header .left_logo {
		width: 45.9vw;
		left: 2.3vw;
	}
	header .left_logo .logo_box {
		width: 46.2%;
	}
	header .left_logo .logo02 {
		width: 49.1%;
	}

	#pc_menu {
		display: none;
	}

	/*--- アンカーリンク ---*/
	.anker {
		padding-top: 15.9vw;
		margin-top: -15.9vw;
	}

	.navToggle {
		display: block;
		position: absolute;
		right: 6vw;
		top: 7.6vw;
		width: 7.7vw;
		height: 7.2vw;
		cursor: pointer;
		z-index: 21;
		text-align: center;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.navToggle span {
		display: block;
		position: absolute;    /* .navToggleに対して */
		width: 7.7vw;
		border-bottom: 0.66vw solid #fff;
		transition: .25s ease-in-out;
	}
	.navToggle span:nth-child(1) {
		top: 0vw;
	}
	.navToggle span:nth-child(2) {
		top: 3.2vw;
	}
	.navToggle span:nth-child(3) {
		top: 6.5vw;
	}
	.navToggle.active span {
		top: 3.2vw;
	}
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#sp_menu {
		display: none;
		position: absolute;
		background-color: #b6801e;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 5;
		padding-top: 22vw;
	}
	#sp_menu .logo03 {
		width: 49.7%;
		margin-left: auto;
		margin-right: auto;
	}
	#sp_menu .menu_list {
		width: 73.3%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6.7vw;
	}
	#sp_menu .menu_list li {
		display: block;
	}
	#sp_menu .menu_list li a {
		display: block;
		font-size: 6vw;
		letter-spacing: 0;
		font-weight: 900;
		text-align: center;
		color: #fff;
		padding: 0.7em 0;
	}
	#sp_menu .menu_list li + li {
		border-top: 2px dashed #fff;
	}
	#sp_menu .inq02 {
		width: 73.3%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6.8vw;
	}

	
	/*--- メインイメージ ---*/
	#mainimage .mainimage_content .pho_list li {
		width: 32.1%;
	}
	#mainimage .mainimage_content .pho_list .pho01,
	#mainimage .mainimage_content .pho_list .pho02,
	#mainimage .mainimage_content .pho_list .pho03 {
		top: -10.3vw;
	}
	#mainimage .mainimage_content .pho_list .pho04,
	#mainimage .mainimage_content .pho_list .pho05 {
		top: 18.7vw;
	}
	#mainimage .mainimage_content .pho_list .pho06,
	#mainimage .mainimage_content .pho_list .pho07 {
		top: auto;
		bottom: 15.7vw;
	}
	#mainimage .mainimage_content .pho_list .pho08,
	#mainimage .mainimage_content .pho_list .pho09,
	#mainimage .mainimage_content .pho_list .pho10 {
		top: auto;
		bottom: -3.9vw;
	}
	#mainimage .mainimage_content .pho_list .pho01,
	#mainimage .mainimage_content .pho_list .pho08 {
		left: 0vw;
		right: auto;
	}
	#mainimage .mainimage_content .pho_list .pho02,
	#mainimage .mainimage_content .pho_list .pho09 {
		left: 33.9vw;
		right: auto;
	}
	#mainimage .mainimage_content .pho_list .pho03,
	#mainimage .mainimage_content .pho_list .pho10{
		left: 67.6vw;
		right: auto;
	}
	#mainimage .mainimage_content .pho_list .pho04,
	#mainimage .mainimage_content .pho_list .pho06 {
		left: 16.9vw;
		right: auto;
	}
	#mainimage .mainimage_content .pho_list .pho05,
	#mainimage .mainimage_content .pho_list .pho07 {
		left: 50.7vw;
		right: auto;
	}


	/*--- キャンペーンについて ---*/
	#about_section {
	}
	#about_section .bg {
		background-image: url("../images2/bg_white01_top_sp.png");
		padding-bottom: 10.3vw;
	}
	#about_section .wrap01 {
		width: 91.2%;
		padding-top: 13.3vw;
		padding-bottom: 12vw;
	}
	#about_section .txt_box_01 {
		display: block;
	}
	#about_section .txt_box_01 .left_block {
		width: 100%;
	}
	#about_section .txt_box_01 .left_block h2 {
	}
	#about_section .txt_box_01 .left_block .txt01 {
		font-size: 3.7vw;
		padding-left: 0px;
		margin-top: 0.5em;
		text-align: center;
	}
	#about_section .txt_box_01 .left_block .txt01 .big {
		font-size: 5.2vw;
	}
	#about_section .txt_box_01 .left_block .txt01 .big .no {
		font-size: 6.2vw;
	}
	#about_section .txt02 {
		width: 100%;
		margin-top: -2vw;
	}
	#about_section .img01 {
		width: 88%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3vw;
	}
	#about_section .area {
		margin-top: 1.6vw;
		display: block;
	}
	#about_section .area dt {
		font-size: 2.9vw;
		width:7em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#about_section .area dd {
		font-size: 2.9vw;
		text-align: center;
		margin-top: 0.5em;
	}
	#about_section .btn {
		width: 77.3vw;
		margin-top: 6.4vw;
	}
	#about_section .txt03 {
		font-size: 2.9vw;
		margin-top: 5.3vw;
	}



	/*--- フォトブックの魅力 ---*/
	#book_section .wrap01 {
		padding-top: 1vw;
		padding-bottom: 5vw;
	}
	#book_section h2 {
		width: 100%;
	}
	#book_section .txt01 {
		font-size: 3.6vw;
		margin-top: 1.8em;
		width: 110%;
		margin-left: -5%;
		margin-right: -5%;
		font-weight: normal;
	}
	#book_section .txt01 span {
		display: inline-block;
		font-size: 3.8vw;
		font-weight: bold;
		margin-top: 0.5em;
	}
	#book_section .txt02 {
		width: 68vw;
		margin-top: 10.7vw;
		margin-bottom: 6vw
	}
	#book_section #book_turn {
		width:68.51vw; 
		height:68.51vw;
		margin-left: auto;
		margin-right: auto;
	}
	#book_section #book_turn .turn-page{
		width:68.51vw; /*1ページ分の幅*/
		height:68.51vw;　/*1ページ分の高さ*/
	}
	#book_section #nextpage,
	#book_section #prevpage {
		width: 5vw;
	}
	#book_section #nextpage {
		right: -1.3vw;
	}
	#book_section #prevpage {
		left: -2vw;
	}



	/*--- キャンペーン参加方法 ---*/
	#entry_section .bg01 {
		background-image: url("../images2/bg_white01_bottom_sp.png");
		padding-top: 9.7vw;
	}
	#entry_section .bg02 {
		background-image: url("../images2/bg_white02_top_sp.png");
		padding-bottom: 6.1vw;
	}
	#entry_section .wrap01 {
		padding-top: 10.4vw;
		padding-bottom: 13.3vwx;
	}
	#entry_section h2 {
		width: 66.6vw;
	}
	#entry_section .txt01 {
		font-size: 3.9vw;
		text-align: justify;
		margin-top: 6vw;
	}
	#entry_section .txt_content {
		margin-top: 5.3vw;
		border-radius: 3.7vw;
		padding-top: 2vw;
		padding-bottom: 6.9vw;
	}
	#entry_section .txt_content .txt_box_01 {
		padding: 3.5vw 0;
		display: block;
	}
	#entry_section .txt_content .txt_box_01 dt {
		width: 100%;
	}
	#entry_section .txt_content .txt_box_01 dt span {
		font-size: 3.5vw;
	}
	#entry_section .txt_content .txt_box_01 dd {
		width: 100%;
		font-size: 2.9vw;
		margin-top: 2vw;
	}
	#entry_section .txt_content .txt_box_01 dd .s-txt {
		display: inline;
		font-size: 2.7vw;
	}
	#entry_section .txt_content .txt_box_01 dd .faq_list_01 li + li {
		border-top: none;
		margin-top: 1vw;
		padding-top: 1vw;
	}
	#entry_section .txt_content .txt_box_01 dd .faq_list_02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#entry_section .txt_content .txt_box_01 dd .faq_list_02 dt,
	#entry_section .txt_content .txt_box_01 dd .faq_list_02 dd {
		font-size: 2.9vw;
		margin-top: 0;
	}
	#entry_section .txt_content .txt_box_01 dd .faq_list_02 dt {
		width: 1.5em;
	}
	#entry_section .txt_content .txt_box_01 dd .faq_list_02 dd {
		width: calc( 100% - 1.5em );
	}
	#entry_section .txt_content .txt_box_01 dd .faq_list_02 dd a {
		text-decoration: underline;
	}
	#entry_section .txt_content .txt_box_01 dd.pdf_link_box {
		width: 100%;
		padding-top: 0vw;
		padding-bottom: 3vw;
	}
	#entry_section .pdf_link a {
		font-size: 3.3vw;
		border-radius: 8px;
		padding: 0.3em 1.0em 0.4em;
		background-color: #d9d9d9;
	}
	#entry_section .txt_content .txt_box_02 {
		width: 90%;
		margin-top: 7vw;
	}
	#entry_section .txt_content .txt_box_02 .txt_block_02 + .txt_block_02 {
		margin-top: 5.3vw;
	}
	#entry_section .txt_content .txt_box_02 .title {
		margin-bottom: 1.5vw;
	}
	#entry_section .txt_content .txt_box_02 .title span {
		font-size: 3vw;
	}
	#entry_section .txt_content .txt_box_02 .txt02 {
		font-size: 2.9vw;
		line-height: 1.6em;
	}
	#entry_section .txt_content .txt_box_02 .txt02 span {
		font-weight: bold;
		font-size: 3.1vw;
	}
	#entry_section .txt_content .txt_box_02 .txt03 {
		font-size: 2.9vw;
		line-height: 1.4em;
		margin-top: 1.1em;
	}
	#entry_section .pdf_link {
		margin-top:8vw;
	}
	#entry_section .btn {
		width: 100%;
		margin-top: 5.7vw;
	}




	/*--- 竣工地紹介 ---*/
	#place_section {
		padding-bottom: 11vw;
	}
	#place_section .wrap01 {
		padding-top: 5.2vw;
	}
	#place_section h2 {
		width: 81.8vw;
		margin-bottom: 12.9vw;
	}
	#place_section h3 {
		width: 35.2vw;
	}
	#place_section .pho_list {
		margin-top: 10.2vw;
		display: block;
		width: 73.3%;
		margin-left: auto;
		margin-right: auto;
	}
	#place_section .pho_list li {
		width: 100%;
	}
	#place_section .pho_list li + li {
		margin-top: 5.3vw;
	}
	#place_section .pho_list .pho01,
	#place_section .pho_list .pho02 {
		padding-top: 0px;
	}
	#place_section .pho_list .pho01 .pho_txt {
		width: 44.3vw;
		top: -3.3vw;
		left: -7vw;
	}
	#place_section .pho_list .pho02 .pho_txt {
		width: 18.5vw;
		top: 1vw;
		left: -7.3vw;
	}
	#place_section .pho_list .pho03 .pho_txt {
		width: 20.9vw;
		top: 6.7vw;
		left: -7.3vw;
	}
	#place_section .map {
		width: 108%;
		margin-left: -4%;
		margin-right: -4%;
		margin-top: 2.7vw;
	}
	#place_section .btn {
		width: 77.3vw;
		margin-top: 16vw;
	}


	/*--- 国際線 ---*/
	#international_box {
		margin-top: 12.8vw;
	}
	#international_box .int_txt_box {
		margin-top: 14.9vw;
	}
	#international_box .int_txt_box .int_txt_01 {
		font-size: 2.7vw;
	}
	#international_box .int_txt_box .int_txt_01 + .btn  {
		margin-top: 5.1vw;
	}
	#international_box .int_txt_box + .map {
		margin-top: 13.9vw;
	}



	/*--- 航空会社 ---*/
	.company_section {
		padding: 10.2vw 0 0;
	}
	.company_section .link_txt {
		font-size: 2.7vw;
		margin-bottom: 3em;
		width: 108%;
		margin-left: -4%;
		margin-right: -4%;
	}
	.company_section .company_box .company_block {
		width: 46%;
	}
	.company_section .company_box .company_block,
	.company_section .company_box .company_block:nth-child(4n+1) {
		margin-left: 8%;
	}
	.company_section .company_box .company_block:nth-child(2n+1) {
		margin-left: 0%;
	}
	.company_section .company_box .company_block:nth-child(n+3),
	.company_section .company_box .company_block:nth-child(n+5) {
		margin-top: 8.2vw;
	}
	.company_section .company_box .company_block .name {
		font-size: 2.7vw;
		margin-top: 1vw;
		width: 120%;
		margin-left: -10%;
		margin-right: -10%;
	}
	.company_section .company_box .company_block .txt01 {
		font-size: 2.8vw;
		margin-top: 2vw;
		padding-bottom: 1vw;
	}
	.company_section .company_box .company_block .place_txt {
		font-size: 2.7vw;
		margin-top: 1vw;
	}
	.company_section .company_box .company_block .place_txt .s-txt {
		font-size: 2.5vw;
	}
	.company_section .sub_txt {
		font-size: 2.7vw;
		text-align: left;
		margin-top: 15vw;
	}




	/*--- ピックアップ ---*/
	#pickup_section .title_box h2 {
		width: 25.6vw;
		margin: 0 auto;
		position: relative;
		padding: 2vw;
	}
	#pickup_section .wrap01 {
		padding-bottom: 10.6vw;
	}
	#pickup_section .slide_box {
		width: 70.4vw;
		margin-left: auto;
		margin-right: auto;
		margin-top: 11.6vw;
	}
	#pickup_section .slide_box .slick-slide {
		margin: 0;
	}
	#pickup_section .slide_box .slick-dots li,
	#pickup_section .slide_box .slick-dots li button,
	#pickup_section .slide_box .slick-dots li button:before {
		width: 11px;
		height: 11px;
		font-size: 10px;
	}
	#pickup_section .slide_box .slick-prev {
		left: -10.7vw;
	}
	#pickup_section .slide_box .slick-next {
		right: -10.7vw;
	}
	#pickup_section .slide_box .slick-prev,
	#pickup_section .slide_box .slick-next {
		width: 8.1vw;
		height: 5.4vw;
	}
	#pickup_section .btn {
		width: 100%;
		margin-top: 14vw;
	}
	#pickup_section .mark {
		width: 100%;
		margin-top: 4.9vw;
	}
	#pickup_section .ban {
		width: 100%;
		margin-top: 9.1vw;
	}


	footer .bg {
		background-image: url("../images2/bg_white02_bottom_sp.png");
		padding-top: 4.9vw;
	}
	footer .wrap01 {
		padding-top: 3vw;
		padding-bottom: 7.2vw;
	}
	footer .logo {
		width: 44.3vw;
	}
	footer .copy {
		font-size: 2.9vw;
		margin-top: 1em;
	}


}


/*----- アニメーション用CSS -----*/
#mainimage .mainimage_content .pho_list li img {
}

#mainimage .mainimage_content .pho_list .scale01 img {
	animation: scale_animation01 10s ease-in-out infinite normal;
}
@keyframes scale_animation01 {
	0% {
		transform: scale(1);
	}
	0% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.9);
	}
	20% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

#mainimage .mainimage_content .pho_list .scale02 img {
	animation: scale_animation02 10s ease-in-out infinite normal;
}
@keyframes scale_animation02 {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1);
	}
	35% {
		transform: scale(0.9);
	}
	45% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

#mainimage .mainimage_content .pho_list .scale03 img {
	animation: scale_animation03 10s ease-in-out infinite normal;
}
@keyframes scale_animation03 {
	0% {
		transform: scale(1);
	}
	40% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.9);
	}
	60% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

#mainimage .mainimage_content .pho_list .scale04 img {
	animation: scale_animation04 10s ease-in-out infinite normal;
}
@keyframes scale_animation04 {
	0% {
		transform: scale(1);
	}
	55% {
		transform: scale(1);
	}
	65% {
		transform: scale(0.9);
	}
	75% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

#mainimage .mainimage_content .pho_list .scale05 img {
	animation: scale_animation05 10s ease-in-out infinite normal;
}
@keyframes scale_animation05 {
	0% {
		transform: scale(1);
	}
	70% {
		transform: scale(1);
	}
	80% {
		transform: scale(0.9);
	}
	90% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

#mainimage .mainimage_content .pho_list .scale06 img {
	animation: scale_animation06 10s ease-in-out infinite normal;
}
@keyframes scale_animation06 {
	0% {
		transform: scale(1);
	}
	15% {
		transform: scale(1);
	}
	25% {
		transform: scale(0.9);
	}
	35% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

#mainimage .mainimage_content .pho_list .scale07 img {
	animation: scale_animation07 10s ease-in-out infinite normal;
}
@keyframes scale_animation07 {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(1);
	}
	40% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

#mainimage .mainimage_content .pho_list .scale08 img {
	animation: scale_animation08 10s ease-in-out infinite normal;
}
@keyframes scale_animation08 {
	0% {
		transform: scale(1);
	}
	45% {
		transform: scale(1);
	}
	55% {
		transform: scale(0.9);
	}
	65% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

#mainimage .mainimage_content .pho_list .scale09 img {
	animation: scale_animation09 10s ease-in-out infinite normal;
}
@keyframes scale_animation09 {
	0% {
		transform: scale(1);
	}
	60% {
		transform: scale(1);
	}
	70% {
		transform: scale(0.9);
	}
	80% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

#mainimage .mainimage_content .pho_list .scale10 img {
	animation: scale_animation10 10s ease-in-out infinite normal;
}
@keyframes scale_animation10 {
	0% {
		transform: scale(1);
	}
	80% {
		transform: scale(1);
	}
	90% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}