@charset "utf-8";

/*------------------------------------------------------------
LP
------------------------------------------------------------*/

/*パンくずリスト*/
.bread-crumbs .bread-crumbs-inner{
	display: none;
}
main{
	width: 100%;
	/*max-width: 1400px;*/
	max-width: 2000px;
	/*font-family: "linotype-sabon","Times New Roman", Times,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	margin: 0 auto;
	color: #1c1a1b;
	font-size: 14px;
	/* overflow: hidden; */
	background-color: #ffffff;
}
main h2{
		font-size: 27px;
		/*font-style: italic;*/
		font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
		display: block;
		color: #1c1a1b;
		text-align: center;
		margin: 0 auto;
		padding: 100px 0 50px;
	}
main a{
	display: block;
}
main a:link{
	color: #1c1a1b;
}







/*! pc & tb 
------------------------------------------*/
@media screen and (min-width: 641px) {
	
.spView{
	display: none;
}
/*.tbView{
	display: none;
}*/



/*ラッパー要素*/
.wrapper{
	display: flex;
	justify-content: space-between;
	position: relative;
}

/*画像のブロック*/
.left_images{
	width: 50vw;
	height: 100vh;
	display: flex;
	align-items: center;
	position: sticky;
	position: -webkit-sticky;
	top:65px;
	background-color: #ffffff;
	background-image: url(/photo/page/260417_frankandeileen/img/main_img_left.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
}
.left_images h1{
	width: calc(240/780 * 100%);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*コンテンツのブロック*/
.main_contents{ width: 50vw; }
/* .main_contents div{ padding-top: 50vh; }
.main_contents div:last-child{ padding-bottom: 50vh; } */

.contents_inner{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding-bottom: 90px;
	background-color: #ffffff;
}



/*top
---------------*/
.top_txt{
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
	padding: 0 0 120px;
  	font-optical-sizing: auto;
	/* font-family: "yu-gothic-pr6n", sans-serif;
	font-family: "noto-sans-cjk-jp", sans-serif; */
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
}
.top_txt p{
	padding-bottom: 15px;
	line-height: 2.2;
}
.top_logo{
	width: calc(624/780 * 100%);
	margin: 0 auto;
	padding: 60px 0 50px;
}
.top_logo img{
	width: calc(320/624 * 100%);
	text-align: left;
}


/* 目次
======================*/
.mokuji_wrap{
	width: 100%;
	background-color: #efefee;
}

/*目次 テキスト
---------------*/
.mokuji_wrap{
	padding: 120px 0;
}
.mokuji_wrap .mokuji_ttl{
	padding: 0 0 60px;
	line-height: 1;
	font-size: 25px;
	text-align: center;
	/* font-weight: 900; */
	font-style: normal;
	line-height: 1;
}

.mokuji_txt_box{
	width: 80%;
	margin: 0 auto;
	padding: 0 0 40px;
}
.mokuji_txt{
	width: 280px;
	line-height: 1;
	margin: 0 auto;
	font-size: 18px;
	display: flex; /* Flexboxを使用 */
	align-items: center; /* 垂直中央揃え */
	text-align: center;
	color: #333;
}
/* 左右の線を定義 */
.mokuji_txt::before {
  content: "";
  flex-grow: 1; /* 残りの幅を埋める */
  height: 1px; /* 線の太さ */
  background: #838383; /* 線の色 */
}
/* 左の線と文字の隙間 */
.mokuji_txt::before {
  margin-right: 15px;
}



/* 各SECTION
======================*/
.sec_wrap{
	width: 100%;
	margin: 0 auto;
	padding: 150px 0 0;
}
.sec_txt{
	font-size: 14px;
	width: 640px;
	margin: 0 auto;
	padding-bottom: 60px;
	line-height: 2.0;
  	font-optical-sizing: auto;
	/* font-family: "yu-gothic-pr6n", sans-serif;
	font-family: "noto-sans-cjk-jp", sans-serif; */
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	color: #444444;
}

.sec_ttl{
	padding: 0 0 30px!important;
	line-height: 1;
	font-size: 25px;
	text-align: center;
	/* font-weight: 900; */
	font-style: normal;
	line-height: 1;
}
main h2{
	font-size: 25px;
	text-align: center;
	padding: 0!important;
	/* font-weight: 900; */
	font-style: normal;
	line-height: 1;

}
.sec_copy{
	font-size: 19px;
	text-align: center;
	line-height: 1;
	padding-bottom: 50px;
}
.pick_main_wrap{
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
}

.pick_main_wrap:before{
	content: "";
	display: block;
	padding-top: 115.384%;/* pick_img_wrapの高さ840px ÷ pick_img_wrapの横幅780px ×100*/
}

.pick_main_wrap a:hover{
	opacity: 1;
}


.pick1 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	top: 0;
	right: 0;
}
.pick1 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.pick2 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	bottom: 0;
	right: 0;
}
.pick2 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.pick3 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	top: 0;
	right: 0;
}
.pick3 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.pick4 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.pick4 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	top: 0;
	right: 0;
}
.pick5 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	top: 0;
	right: 0;
}
.pick5 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.pick6 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	top: 0;
	left: 0;
	
}
.pick6 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	bottom: 0;
	right: 0;
}

/*line up テキスト
---------------*/
.line_txt_wrap{
	width: 80%;
	margin: 0 auto;
	padding: 0 0 20px;
}
.line_txt{
	width: 130px;
	line-height: 1;
	margin-left: auto;
	margin-right: 0;
	font-size: 19px;
	display: flex; /* Flexboxを使用 */
	align-items: center; /* 垂直中央揃え */
	text-align: center;
	color: #333;
}
/* 左右の線を定義 */
.line_txt::before {
  content: "";
  flex-grow: 1; /* 残りの幅を埋める */
  height: 1px; /* 線の太さ */
  background: #838383; /* 線の色 */
}
/* 左の線と文字の隙間 */
.line_txt::before {
  margin-right: 15px;
}





.pick_txt{
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0 30px;
	line-height: 2;
  	font-optical-sizing: auto;
	/* font-family: "yu-gothic-pr6n", sans-serif;
	font-family: "noto-sans-cjk-jp", sans-serif; */
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
}

.pick_item_wrap{
	width: 80%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;
	align-items: stretch;/*横並びの高さを揃える*/
	align-items: end;
	position: relative;
	gap: 24px;
}
.pick_item{
	width: calc(50% - 12px);
}


/* View More ボタン
======================*/
.sec_btn_wrap{
	padding: 40px 0 0;
}
.sec_btn_wrap a{
	width: 150px;
	height: 30px;
	display: block;
	margin: 0 auto;
	/* font-family: "noto-sans-cjk-jp", sans-serif;
	font-family: "Noto Serif JP", serif; */
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -1.0px;
}
.sec_btn{
	background-color: #a7a7a7;
	border-radius: 50px;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.5px;
}
.btn_jp{
	font-weight: bold;
}


/* Footer ボタン
======================*/
.footer_btn_wrap{
	margin: 0 auto;
	padding: 30px 0 0;
}

.footer_btn_wrap .sec_btn_wrap a{
	width: 320px;
	height: 30px;
	display: block;
	margin: 0 auto;
	/* font-family: "noto-sans-cjk-jp", sans-serif;
	font-family: "Noto Serif JP", serif; */
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -1.0px;
}






}/*! //pc & tb */






/*! tb 1
------------------------------------------*/
@media screen and (max-width: 767px){
	
}



/*! tb 2
------------------------------------------*/
@media screen and (max-width: 950px) {
	

/*.pcView{
	display: none;
}
.tbView{
	display: block;
}

.top-bar{
	z-index: 999;
}*/


}/*tab2*/




/*! sp 
------------------------------------------*/
@media screen and (max-width: 640px) {
.pcView{
	display: none;
}
/*.tbView{
	display: none;
}*/

.top-bar{
	z-index: 999;
}


main{
	/*margin-bottom: 20vw;*/
	font-size: 3.5vw;
}
main .contents{
	margin: 0 0 0;
}



/*sp 全体
---------------*/

.sec_wrap{
	width: 100%;
	margin: 0 auto;
	padding: 20vw 0 0;
}
.sec_main_ttl{
	font-size: 4.4vw;
	text-align: center;
	padding-bottom: 8vw;
	font-style: normal;
	line-height: 1;
}
.sec_ttl{
	font-size: 4.3vw;
	/* font-size: 5vw; */
	text-align: center;
	padding-bottom: 3vw;
	font-style: normal;
	line-height: 1;
}
.sec_txt{
	width: 80%;
	margin: 0 auto;
	line-height: 2;
	font-family: "Noto Serif JP", serif;
	font-size: 3.4vw;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding-bottom: 7vw;
}

.contents_inner{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding-bottom: 90px;
	background-color: #ffffff;
}



/*sp top
---------------*/
.top_txt{
	font-size: 3.4vw;
	width: 80%;
	margin: 0 auto;
	padding: 0 0 10vw;
  	font-optical-sizing: auto;
	/* font-family: "yu-gothic-pr6n", sans-serif;
	font-family: "noto-sans-cjk-jp", sans-serif; */
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	letter-spacing: 0.2vw;
}
.top_txt p{
	padding-bottom: 4vw;
	line-height: 2.0;
}
.top_logo{
	width: 80%;
	margin: 0 auto;
	padding: 16vw 0 10vw;
}
.top_logo img{
	width: calc(370/624 * 100%);
	text-align: left;
}


/* sp 目次
======================*/
.mokuji_wrap{
	width: 100%;
	background-color: #efefee;
}

/*目次 テキスト
---------------*/
.mokuji_wrap{
	padding: 20vw 0;
}
.mokuji_wrap .mokuji_ttl{
	padding: 0 0 10vw;
	line-height: 1;
	font-size: 4.3vw;
	text-align: center;
	/* font-weight: 900; */
	font-style: normal;
	line-height: 1;
}

.mokuji_txt_box{
	width: 80%;
	margin: 0 auto;
	padding: 0 0 7vw;
}
.mokuji_txt{
	width: 280px;
	line-height: 1;
	margin: 0 auto;
	font-size: 3.8vw;
	display: flex; /* Flexboxを使用 */
	align-items: center; /* 垂直中央揃え */
	text-align: center;
	color: #333;
}
/* 左右の線を定義 */
.mokuji_txt::before {
  content: "";
  flex-grow: 1; /* 残りの幅を埋める */
  height: 1px; /* 線の太さ */
  background: #838383; /* 線の色 */
}
/* 左の線と文字の隙間 */
.mokuji_txt::before {
  margin-right: 15px;
}




/* sp 各SECTION
======================*/
.sec_wrap{
	width: 100%;
	margin: 0 auto;
	padding: 25vw 0 0;
}
.sec_txt{
	font-size: 3.4vw;
	width: 640px;
	margin: 0 auto;
	padding-bottom: 60px;
	line-height: 2.0;
  	font-optical-sizing: auto;
	/* font-family: "yu-gothic-pr6n", sans-serif;
	font-family: "noto-sans-cjk-jp", sans-serif; */
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	color: #444444;
}

.sec_ttl{
	padding: 0 0 5vw!important;
	line-height: 1;
	font-size: 4.3vw;
	text-align: center;
	/* font-weight: 900; */
	font-style: normal;
	line-height: 1;
}
main h2{
	font-size: 4.3vw;
	text-align: center;
	padding: 0!important;
	/* font-weight: 900; */
	font-style: normal;
	line-height: 1;

}
.sec_copy{
	font-size: 3.8vw;
	text-align: center;
	line-height: 1;
	padding-bottom: 7vw;
}
.pick_main_wrap{
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
}

.pick_main_wrap:before{
	content: "";
	display: block;
	padding-top: 115.384%;/* pick_img_wrapの高さ900px ÷ pick_img_wrapの横幅780px ×100*/
}


.pick1 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	top: 0;
	right: 0;
}
.pick1 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.pick2 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	bottom: 0;
	right: 0;
}
.pick2 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.pick3 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	top: 0;
	right: 0;
}
.pick3 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.pick4 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.pick4 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	top: 0;
	right: 0;
}
.pick5 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	top: 0;
	right: 0;
}
.pick5 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.pick6 .pick_main_l{
	width: calc(480/780 * 100%);
	position: absolute;
	top: 0;
	left: 0;
	
}
.pick6 .pick_main_s{
	width: calc(420/780 * 100%);
	position: absolute;
	bottom: 0;
	right: 0;
}


/*sp line up テキスト
---------------*/
.line_txt_wrap{
	width: 80%;
	margin: 0 auto;
	padding: 0 0 3vw;
}
.line_txt{
	width: calc(230 /780 *100%);
	line-height: 1;
	margin-left: auto;
	margin-right: 0;
	font-size: 3.6vw;
	display: flex; /* Flexboxを使用 */
	align-items: center; /* 垂直中央揃え */
	text-align: center;
	color: #333;
}
/* 左右の線を定義 */
.line_txt::before {
  content: "";
  flex-grow: 1; /* 残りの幅を埋める */
  height: 1px; /* 線の太さ */
  background: #838383; /* 線の色 */
}
/* 左の線と文字の隙間 */
.line_txt::before {
  margin-right: 2vw;
}


.pick_txt{
	font-size: 3.4vw;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0 30px;
	line-height: 2;
  	font-optical-sizing: auto;
	/* font-family: "yu-gothic-pr6n", sans-serif;
	font-family: "noto-sans-cjk-jp", sans-serif; */
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
}

.pick_item_wrap{
	width: 80%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;
	align-items: stretch;/*横並びの高さを揃える*/
	align-items: end;
	position: relative;
	gap: 16px;
}
.pick_item{
	width: calc(50% - 8px);
}











/* sp View More ボタン
======================*/
.sec_btn_wrap{
	padding-top: 10vw;
}
.sec_btn_wrap a{
	width: 30vw;
	height: 5.625vw;
	display: block;
	margin: 0 auto;
	/* font-family: "noto-sans-cjk-jp", sans-serif;
	font-family: "Noto Serif JP", serif; */
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -0.5vw;
}
.sec_btn{
	background-color: #a7a7a7;
	border-radius: 7.8125vw;
	font-size: 2.8125vw;
	line-height: 5.625vw;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0;
}

.btn_jp{
	font-weight: bold;
}



/* sp Footer ボタン
======================*/
.footer_btn_wrap{
	margin: 2vw auto 0;
}

.footer_btn_wrap .sec_btn_wrap a{
	width: 70vw;
}


/* sp バナー
======================*/
.bnr_wrap{
	width: 80%;
	margin: 0 auto;
	padding: 0 0 15vw;
}



}/*! //sp */










/*@media screen and (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
}
*/






/*画像の縮小・拡大・回転アニメーション start
=========================*/
.itemAnmTrigger {
	opacity: 0;
}
/* .itemAnmActive {
	opacity: 1;
} */

/* .itemAnmTrigger{
	transform: scale(1.0) rotate(0) translateY(0px);
} */


.pick1 .itemAnmActive, .pick3 .itemAnmActive, .pick4 .itemAnmActive, .pick6 .itemAnmActive{
	animation: item_anm_rotate1 1.0s ease-out 1;
	animation-fill-mode: forwards;/* 再生終了時の状態で停止する設定 */
}
.pick2 .itemAnmActive, .pick5 .itemAnmActive{
	animation: item_anm_rotate2 1.0s ease-out 1;
	animation-fill-mode: forwards;/* 再生終了時の状態で停止する設定 */
}

/*その場で回転(時計周り)*/
@keyframes item_anm_rotate1 {
0%   {transform: scale(1) rotate(-3deg) translateY(0px); opacity: 0;}
100% {transform: scale(1) rotate(0) translateY(0); opacity: 1;}
}

/*その場で回転(反時計周り)*/
@keyframes item_anm_rotate2 {
0%   {transform: scale(1) rotate(3deg) translateY(0px); opacity: 0;}
100% {transform: scale(1) rotate(0) translateY(0); opacity: 1;}
}



/*Y軸移動*/
@keyframes item_anm_move {
0%   {transform: scale(1.0) rotate(0) translateY(30px); opacity: 1;}
100% {transform: scale(1.0) rotate(0) translateY(0); opacity: 1;}
}

.imgFrame{
	overflow: hidden;
}
.imgFrame img{
	overflow: hidden;
}

/*画像の縮小・拡大・回転アニメーション end
=========================*/





/*   ふわっと表示 start
=========================*/
/* ----- effects ----- */
  .effFI, .effFIU, .effFID, .effFIR, .effFIL { opacity:0; }
  .effFI.effanm { -webkit-animation:effFI 2.5s both; animation:effFI 2.5s both; }
  .effFIU.effanm { -webkit-animation:effFIU 1.5s both; animation:effFIU 1.5s both; }
  .effFID.effanm { -webkit-animation:effFID 1.5s both; animation:effFID 1.5s both; }
  .effFIR.effanm { -webkit-animation:effFIR 1.5s both; animation:effFIR 1.5s both; }
  .effFIL.effanm { -webkit-animation:effFIL 1.5s both; animation:effFIL 1.5s both; }

/*その場でフェードイン*/
  @-webkit-keyframes effFI {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI {0%{opacity:0}100%{opacity:1}}

/*下から上へフェードイン*/
  @-webkit-keyframes effFIU {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*上から下へフェードイン*/
  @-webkit-keyframes effFID {0%{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFID {0%{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*右から左へフェードイン*/
  @-webkit-keyframes effFIR {0%{opacity:0;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIR {0%{opacity:0;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*右から左へフェードイン*/
  @-webkit-keyframes effFIL {0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIL {0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
/*   ふわっと表示 end
=========================*/



/*   ふわっと表示：回転しながら start
=========================*/
/* ----- effects ----- */
  .effRotate1, .effRotate2, .effRotate3, .effRotate4 { opacity:0; }
  .effRotate1.effanm { animation:effRotate1 1.0s both; }
  .effRotate2.effanm { animation:effRotate2 1.0s both; animation-delay: 0.3s; }
  .effRotate3.effanm { animation:effRotate3 1.0s both; animation-delay: 0.5s;}
  .effRotate4.effanm { animation:effRotate4 1.0s both; animation-delay: 0.7s;}

  @keyframes effRotate1 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}
  @keyframes effRotate2 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}
  @keyframes effRotate3 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}
  @keyframes effRotate4 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}

/*   ふわっと表示：回転しながら end
=========================*/





/*画像重なりアニメーション start
=========================*/
.overlap_box{
	position: relative;
	background-color: #ffffff;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}
.overlap_box:before{
	content: "";
	display: block;
	padding-top: 100.0%;/* 要素の高さ780px ÷ 横幅780px ×100*/
}
.overlap_box img{
	opacity: 0;
}

.secImgWide1, .secImgWide2, .secImgWide3, .secImgWide4, .secImgWide5, .secImgWide6{
	width: calc(390/780 * 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
.secImgWide1, .secImgWide2, .secImgWide3, .secImgWide4, .secImgWide5, .secImgWide6{
	width: calc(450/780 * 100%);
}

}
.secImgWide1{
	z-index: 101;
	top: calc(70/780 *100%);
	left: calc(445/780 *100%);
}
.secImgWide2{
	z-index: 102;
	top: calc(180/780 *100%);
	left: calc(285/780 *100%);
}
.secImgWide3{
	z-index: 103;
	top: calc(120/780 *100%);
	left: calc(385/780 *100%);
}
.secImgWide4{
	z-index: 104;
	top: calc(150/780 *100%);
	leftt: calc(495/780 *100%);
}
.secImgWide5{
	z-index: 105;
	top: calc(250/780 *100%);
	left: calc(435/780 *100%);
}
.secImgWide6{
	z-index: 105;
	top: calc(250/780 *100%);
	left: calc(485/780 *100%);
}

/*4画像を時差で重ねて表示させる*/
.topAnmTrigger {
}
.secImgWide1 .topAnmActive{
	animation: item_anm1 5.0s ease-out 0s 1;
	animation-fill-mode: forwards;/*アニメーションを終了時点でのスタイルをそのまま保持 */
}
.secImgWide2 .topAnmActive{
	animation: item_anm2 4.5s ease-out 0.5s 1;
	animation-fill-mode: forwards;/*アニメーションを終了時点でのスタイルをそのまま保持 */
}
.secImgWide3 .topAnmActive{
	animation: item_anm3 4.0s ease-out 1s 1;
	animation-fill-mode: forwards;/*アニメーションを終了時点でのスタイルをそのまま保持 */
}
.secImgWide4 .topAnmActive{
	animation: item_anm4 3.5s ease-out 1.5s 1;
	animation-fill-mode: forwards;/*アニメーションを終了時点でのスタイルをそのまま保持 */
}
.secImgWide5 .topAnmActive{
	animation: item_anm5 3.0s ease-out 2.0s 1;
	animation-fill-mode: forwards;/*アニメーションを終了時点でのスタイルをそのまま保持 */
}
.secImgWide6 .topAnmActive{
	animation: item_anm6 2.5s ease-out 2.5s 1;
	animation-fill-mode: forwards;/*アニメーションを終了時点でのスタイルをそのまま保持 */
}

@keyframes item_anm1 {
0%   {transform: scale(0.95) rotate(17deg); opacity: 0; }
12.5%{opacity: 1; }
87.5%{transform: scale(1.0) rotate(15deg); opacity: 1;}
100% {transform: scale(1.0) rotate(15deg); opacity: 1;}
}
@keyframes item_anm2 {
0%   {transform: scale(0.95) rotate(-17deg); opacity: 0; }
14.28%{opacity: 1; }
85.7%{transform: scale(1.0) rotate(-15deg); opacity: 1;}
100% {transform: scale(1.0) rotate(-15deg); opacity: 1;}
}
@keyframes item_anm3 {
0%   {transform: scale(0.95) rotate(3deg); opacity: 0; }
16.6%{opacity: 1; }
83.3%   {transform: scale(1.0) rotate(0deg); opacity: 1;}
100% {transform: scale(1.0) rotate(0deg); opacity: 1;}
}
@keyframes item_anm4 {
0%   {transform: scale(0.95) rotate(13deg); opacity: 0; }
20%{opacity: 1; }
80%   {transform: scale(1.0) rotate(15deg); opacity: 1;}
100% {transform: scale(1.0) rotate(15deg); opacity: 1;}
}
@keyframes item_anm5 {
0%   {transform: scale(0.95) rotate(17deg); opacity: 0; }
23%{opacity: 1; }
77%   {transform: scale(1.0) rotate(15deg); opacity: 1;}
100% {transform: scale(1.0) rotate(15deg); opacity: 1;}
}
@keyframes item_anm6 {
0%   {transform: scale(0.95) rotate(7deg); opacity: 0; }
26%{opacity: 1; }
74%   {transform: scale(1.0) rotate(5deg); opacity: 1;}
100% {transform: scale(1.0) rotate(5deg); opacity: 1;}
}

/*スマホ表示時 重なり時は画像小さめ表示*/
/* @media screen and (max-width: 640px) {
	@keyframes item_anm1 {
0%   {transform: scale(0.9) rotate(4deg); opacity: 0; }
12.5%{opacity: 1; }
87.5%{transform: scale(1.0) rotate(4deg); opacity: 1;}
100% {transform: scale(1.0) rotate(0); opacity: 1;}
}
@keyframes item_anm2 {
0%   {transform: scale(0.9) rotate(-4deg); opacity: 0; }
14.28%{opacity: 1; }
85.7%{transform: scale(1.0) rotate(-4deg); opacity: 1;}
100% {transform: scale(1.0) rotate(0); opacity: 1;}
}
@keyframes item_anm3 {
0%   {transform: scale(0.9) rotate(2deg); opacity: 0; }
16.6%{opacity: 1; }
83.3%   {transform: scale(1.0) rotate(2deg); opacity: 1;}
100% {transform: scale(1.0) rotate(0); opacity: 1;}
}
@keyframes item_anm4 {
0%   {transform: scale(0.9) rotate(-2deg); opacity: 0; }
20%{opacity: 1; }
80%   {transform: scale(1.0) rotate(-2deg); opacity: 1;}
100% {transform: scale(1.0) rotate(0); opacity: 1;}
}
} */




/*画像重なりアニメーション再生後に、同じ位置にスライダーを表示させる*/

/* .slick-slider{
	z-index: 1!important;
}

.slider_wrap .itemAnmActive{
	animation: slick_anm 5s ease-out 0s 1;

}

@keyframes slick_anm {
0%   { opacity: 0;rotate(2deg);}
65%  { opacity: 0;rotate(2deg);}
100% { opacity: 1;rotate(0);}
} */

/*画像重なりアニメーション end
=========================*/


/*PC時のみ　左テキストアニメーション start
=========================*/
.left_images .topAnmActive{
	animation: left_anm 2.5s ease-out 0s 1;
	animation-fill-mode: forwards;/*アニメーションを終了時点でのスタイルをそのまま保持 */
}

@keyframes left_anm {
0%   {transform: scale(1.0) rotate(0deg) translateY(0); opacity: 0; }
100% {transform: scale(1.0) rotate(0deg) translateY(0); opacity: 1;}
}
/*PC時のみ　左テキストアニメーション end
=========================*/