@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;
	font-family: "helvetica-lt-pro", sans-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;
		font-family: "helvetica-lt-pro", sans-serif;
		display: block;
		color: #1c1a1b;
		text-align: center;
		margin: 0 auto;
		padding: 100px 0 50px;
	}
main a{
	display: block;
}
main a:link{
	color: #1c1a1b;
}



/*スライダー swiper
---------------*/
.sec_slider{
/*	position: absolute;
	bottom: calc(50/1030*100%);
	right: 0;
  	left: 0;*/
  	margin: 0 auto;
  	padding: 0;
}
.swiper{
  	width: 100%;
	max-width: 3000px!important;
}
/*スライドの動きをスムーズにする・自動で流れ続ける無限ループスライダー*/
main .swiper-wrapper{
	transition-timing-function: linear;
}

.sec_slider{
/*	position: absolute;
	bottom: calc(50/1030*100%);
	right: 0;
  	left: 0;*/
  	margin: 0 auto;
  	padding: 0;
}

.swiper_type1, .swiper_type3, .swiper_type5{
  	width: 100%;
	max-width: 3000px!important;
	padding-left: 10vw!important; /* スライダー左の余白 */
	/* padding-right: 20px; スライダー右の余白 */
}
.swiper_type2, .swiper_type4, .swiper_type6{
  	width: 100%;
	max-width: 3000px!important;
	/*padding-left: 10vw!important;  /*スライダー左の余白 */
	padding-right: 10vw!important; /*スライダー右の余白 */
}

/* 前後の矢印にswiper-button-disabled（無効時のクラス）が自動付与される時の対応 */
.swiper-button-disabled {
	opacity: 0 !important; /* 透明度 */
	pointer-events: auto !important; /* クリックイベントを有効化 */
	cursor: pointer; /* マウスカーソルをポインターに */
}
.swiper-button-prev:hover, .swiper-button-next:hover{
	cursor: pointer; /* マウスカーソルをポインターに */
}

/*スライドの動きをスムーズにする・自動で流れ続ける無限ループスライダー*/
main .swiper-wrapper{
	/* transition-timing-function: linear; */
}
.swiper-slide{
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	/*margin-left: 30px;*/
	/* color: #ffffff;
	width: 270px;
	height: 100%;
	text-align: center;
	line-height: 270px;*/
}
.swiper-slide img{
	width: 100%;
	height: auto;
	/* border-radius: 50%; */
}
.sec_slider{
	/* background-color: antiquewhite; */
	position: relative;
}
/* 前への矢印 位置調整*/
.swiper-button-prev {
  left: 20px!important;
  bottom: -40px!important;
  top: auto!important;
}
/* 次への矢印 位置調整*/
.swiper-button-next {
  right: 20px!important;
  bottom: -40px!important;
  top: auto!important;
}

/* 矢印を消して画像にする */
/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  height: 13px!important;
  width: 38px!important;
}
 
/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: ""!important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  width: 38px;
  margin: auto;
}
 
/* 前に戻る画像パス */
.swiper-button-prev:after {
  background-image: url(/photo/page/260407_denim/img/arrow_prev.svg);
}
/* 次に進む画像パス */
.swiper-button-next:after {
  background-image: url(/photo/page/260407_denim/img/arrow_next.svg);
}






/*! pc & tb 
------------------------------------------*/
@media screen and (min-width: 641px) {
	
.spView{
	display: none;
}
/*.tbView{
	display: none;
}*/

.sec_outer{
	width: 100%;
	margin: 0 auto;
	padding: 150px 0 0;
}
.sec_wrap{
	width: 94%;
	max-width: 1240px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 150px 0 0;
}
.sec_main_ttl{
	font-size: 28px;
	text-align: center;
	padding-bottom: 30px;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1;
}
.sec_ttl{
	font-size: 24px;
	text-align: center;
	padding-bottom: 30px;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1;
}
.ttl_no{
	font-size: 32px;
	padding-bottom: 10px;
}
.ttl_choose{
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.5px;
	padding-left: 7px;
}
.sec_ttl_jp{
	padding-bottom: 50px;
	font-size: 14px;
	text-align: center;
	font-optical-sizing: auto;
	/* font-family: "yu-gothic-pr6n", sans-serif;
	font-family: "noto-sans-cjk-jp", sans-serif; */
	font-weight: 400;
	font-style: normal;
	color: #1c1a1b;
}

.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;
}



/*スライダー 上タイトル
---------------*/
.lineup-ttl_left{
	padding-left: 10vw!important; /* スライダー左の余白 */
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 1;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.lineup-ttl_right{
	margin-left: auto;
	margin-right: 10vw!important; /* スライダー左の余白 */
	padding-bottom: 20px;
	text-align: right;
	font-size: 13px;
	line-height: 1;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}





/*main
---------------------*/
.main_img{
	width: 100%;
	margin: 0 auto;
	max-width: 2000px;
}
.main_img img{
	width: 100%;
}
.main_wrap{
	padding: 120px 0 0;
}
.main_ttl{
	margin: 0 auto;
	padding: 0 0 60px;
	text-align: center;
}
.main_ttl img{
	margin: 0 auto;
	width: 450px;
}

.main_list{
	width: 290px;
	margin: 0 auto;
	text-align: left;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.list_box{
	height: 75px;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0;
}
.list_no{
	width: 70px;
	font-size: 25px;
	font-style: italic;
}
.list_txt{
	width: 220px;
	font-size: 23px;
}
/* .list_txt_jp{
	width: 110px;
	font-size: 14px;
	font-weight: normal;
} */


/*カテゴリー
---------------------*/
.cate_box_wrap{
	width: 90%;
	max-width: 810px;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
}
#sec_series .cate_box_wrap{
	max-width: 540px;
}
#sec_other .cate_box_wrap{
	max-width: 300px;
}

.cate_box{
	width: calc(240 / 820 * 100%);
	padding: 0;
}
#sec_series .cate_box{
	width: calc(240 / 540 * 100%);
	padding: 0;
}
#sec_other .cate_box{
	width: 100%;
	padding: 0;
}



.cate_box img{
	width: 100%;
}

.cate_ttl{
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	padding: 30px 0 0;
	line-height: 1;
}
.cate_ttl_jp{
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	padding: 10px 0 0;
}
.cate_box a .cate_ttl_jp{
	color: #444444;
}


/*左サイド固定
------------*/
.sec_outer{
	/* display: block;
	position: relative; */
	overflow:clip;/*子要素position: sticky;による画面ブレを固定させる*/
	padding-top: 150px;
}

.sticky-box {
    position: -webkit-sticky; /* Safari対応 */
    position: sticky;
    top: 100px; /* 画面上部から100pxの位置で固定 */
	left: 25px;
    height: 0px;
	width: 15px;
	z-index: 100;
}




/*item
---------------------*/
.item_wrap{
	width: 88%;
	max-width: 1400px;;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	align-items: baseline;
	margin: 0 auto;
	padding: 0 0 60px;
	text-align: center;
}
.row_reverse{
	flex-direction: row-reverse;/*並び順を逆にする*/
}
.item_wrap img{
	width: 100%;
}
.item_box_l{
	width: calc(650/1190 * 100%);
}
.item_box_s{
	width: calc(510/1190 * 100%);
}

#sec_silhouette{
	padding-bottom: 120px;
}
#sec_series{
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #e4e4e4;
}
#sec_other{
	padding-top: 120px;
}
#sec_other .sec_wrap{
	padding-top: 0;
}



/* View More ボタン
======================*/
.sec_btn_wrap{
	padding: 60px 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: #1c1a1b;
	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 120px;
}

.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;
}

/* バナー
======================*/
.bnr_wrap{
	width: 100%;
	margin: 0 auto 120px;
	max-width: 1240px;
}


}/*! //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 スライダーのためのcss
======================*/
.slider {
	max-width: 1400px;
	margin: 0 auto;
 /* position:relative;
	z-index: 1;*/
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	/*height: 100vh;*/
	/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    /*height:100vh*/;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}


/*ドットナビゲーションの設定*/
.slick-dots {
	position: relative;
	z-index: 3;
  text-align:right;
	margin: 4vw 0 0 0;/*ドットの位置*/
	padding: 0 4.6875vw;
}

.slick-dots li {
  display:inline-block;
	margin:0 0.7vw;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:1.1vw;/*ドットボタンのサイズ*/
    height:1.1vw;/*ドットボタンのサイズ*/
		line-height: 1.1vw;
    display:block;
    border-radius:50%;
    background:#bfbfbf;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#000000;/*ドットボタンの現在地表示の色*/
}




/*sp 全体
---------------*/
.sec_outer{
	width: 100%;
	margin: 0 auto;
	padding: 25vw 0 0;
}

.sec_wrap{
	width: 100%;
	margin: 0 auto;
	padding: 20vw 0 0;
}
.sec_main_ttl{
	font-size: 4.4vw;
	text-align: center;
	padding-bottom: 5vw;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1;
}
.sec_ttl{
	font-size: 4.3vw;
	/* font-size: 5vw; */
	text-align: center;
	padding-bottom: 3vw;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1;
}
.sec_ttl_jp{
	font-size: 3.0vw;
	text-align: center;
	padding-bottom: 7vw;
	text-align: center;
	font-optical-sizing: auto;
	/* font-family: "Noto Serif JP", serif; */
	font-weight: 400;
	font-style: normal;
	color: #1c1a1b;
}
.sec_txt{
	width: 76%;
	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: #444444;
}

.ttl_no{
	font-size: 4.6vw;
	padding-bottom: 1.5vw;
}
.ttl_choose{
	font-size: 2.4vw;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.05vw;
	padding-left: 0.5vw;
}



/*sp スライダー swiper
---------------*/
.sec_slider{
/*	position: absolute;
	bottom: calc(50/1030*100%);
	right: 0;
  left: 0;*/
  /* margin: 0 auto;
  padding: 0 0; */

}
.swiper{
	/* width: 100%;
	max-width: 3000px!important; */
}
/*スライドの動きをスムーズにする・自動で流れ続ける無限ループスライダー*/
main .swiper-wrapper{
	/* transition-timing-function: linear; */
}
.swiper-slide{
/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
/*margin-left: 30px;*/
/*  color: #ffffff;
  width: 270px;
  height: 100%;
  text-align: center;
  line-height: 270px;*/
}
.swiper-slide img{
	/* width: 100%; */
}






.swiper_type1, .swiper_type3, .swiper_type5{
	padding-left: 12vw!important; /* スライダー左の余白 */
	/* padding-right: 20px; スライダー右の余白 */
}
.swiper_type2, .swiper_type4, .swiper_type6{
	/*padding-left: 10vw!important;  /*スライダー左の余白 */
	padding-right: 12vw!important; /*スライダー右の余白 */
}


/* 前への矢印 位置調整*/
.swiper-button-prev {
  left: 4vw!important;
  bottom: -6vw!important;
  top: auto!important;
}
/* 次への矢印 位置調整*/
.swiper-button-next {
  right: 4vw!important;
  bottom: -6vw!important;
  top: auto!important;
}

/* 矢印を消して画像にする */
/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  width: 7vw!important;
  height:2.8vw!important;
}
 
/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  /* content: ""!important;
  background-repeat: no-repeat;
  background-size: contain; */
  width: 7vw!important;
  height: 2.8vw!important;
  margin: auto;
  /* background-color: #ffcc00; */
}










/*sp main
---------------------*/
.main_wrap{
	padding: 3vw 0 0;
}
.main_ttl{
	margin: 0 auto;
	padding: 10vw 0 10vw;
	text-align: center;
	font-size: 6.7vw;
}
.main_ttl img{
	margin: 0 auto;
	padding: 0;
	width: 58%;
	text-align: center;
}

.main_list{
	width: 50vw;
	margin: 0 auto;
	text-align: left;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.list_box{
	height: 13vw;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0;
}
.list_no{
	width: 12vw;
	font-size: 4.4vw;
	font-style: italic;
}
.list_txt{
	width: 38vw;
	font-size: 4.4vw;
}
/* .list_txt_jp{
	width: 25vw;
	font-size: 3.4vw;
	font-weight: normal;
} */




/*sp カテゴリー
---------------------*/
.category_wrap{
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 0 0;
}
.category_wrap .sec_txt{
	text-align: center;
}
.cate_box_wrap{
	width: 78vw;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	/* justify-content: space-between; */
	align-items: flex-start;/*上揃え*/
	margin: 0 auto;
	padding: 2vw 0 0;
	text-align: center;
}
.cate_box{
	width: 34vw;
	margin: 0 2.5vw 8vw;
}
#sec_other .cate_box{
	width: 40vw;
	margin: 0 0 8vw;
}
.cate_box img{
	width: 100%;
}
.cate_box:nth-child(3), .cate_box:nth-child(4){
	padding: 0 0 0;
}
.cate_ttl{
	font-size: 3.4vw;
	/* font-family: "apparat", sans-serif; */
	font-weight: 600;
	font-style: normal;
	padding: 4vw 0 0;
	line-height: 1;
}
.cate_ttl_jp{
	font-size: 2.8vw;
	/* font-family: "noto-sans-cjk-jp", sans-serif;
	font-family: "Noto Serif JP", serif; */
	font-weight: 400;
	font-style: normal;
	padding: 1vw 0 0;
}
.cate_box a .cate_ttl_jp{
	color: #444444;
}

#sec_other .sec_wrap{
	padding-top: 0;
}



/*sp 左サイド固定
------------*/
.sec_outer{
	/* display: block;
	position: relative; */
	overflow:clip;/*子要素position: sticky;による画面ブレを固定させる*/
	/* padding-top: 150px; */
}

.sticky-box {
    position: -webkit-sticky; /* Safari対応 */
    position: sticky;
    top: 20vw; /* 画面上部から100pxの位置で固定 */
	left: 2.5vw;
    height: 0px;
	width: 3.2vw;
	z-index: 100;
}


/*sp スライダー 上タイトル
---------------*/
.lineup-ttl_left{
	padding: 10vw 0 5vw!important;
	margin-left: 12vw!important;/* スライダー端の余白 */
	font-size: 3vw;
	line-height: 1;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.lineup-ttl_right{
	margin-left: auto;
	margin-right: 12vw!important; /* スライダー左の余白 */
	padding: 10vw 0 5vw;
	text-align: right;
	font-size: 3vw;
	line-height: 1;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}




/*sp item
---------------------*/
.item_wrap{
	width: 82vw;
	margin: 0 auto;
	padding: 0 0 10vw;
	text-align: center;
}
.item_wrap img{
	width: 100%;
}
.item_box_l{
	width: 100%;
	padding-bottom: 4.5vw;
	margin-left: -9vw;
}
.item_box_s{
	width: 85%;
	margin-left: auto;
	margin-right: -9vw;
}
.sp_right-align{
	margin-left: auto;
	margin-right:-9vw;
}
.sp_left-align{
	margin-left: -9vw;
	margin-right: auto;
}

.tag{
	font-size: 3.8vw;
	text-align: center;
	padding-bottom: 10px;
	color: #444444;
}


/*sp sec2背景
---------------------*/
#sec_series{
	background-color: #e4e4e4;
	margin: 20vw 0 0;
	padding-bottom: 20vw;
}




/* 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: #1c1a1b;
	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 15vw;
}

.footer_btn_wrap .sec_btn_wrap a{
	width: 70vw;
}



/* sp バナー
======================*/
.bnr_wrap{
	width: 90%;
	margin: 0 auto;
}



}/*! //sp */










/*@media screen and (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
}
*/







/*トップのアニメーション start
=========================*/
/* .topAnmTrigger {
	opacity: 0;
}
.topAnmActive {
	opacity: 1;
}
.main_img .topAnmActive{
	animation: item_anm_zoom 5s ease-out 1;
}*/

/*その場で縮小表示*/
/* @keyframes item_anm_zoom {
0%   {transform: scale(1.2) rotate(0) translate3d(0,0,0); opacity: 0;}
100% {transform: scale(1) rotate(0) translate3d(0,0,0); opacity: 1;}
}

.imgFrame{
	overflow: hidden;
}
.imgFrame img{
	overflow: hidden;
}  */

/*トップのアニメーション end
=========================*/




/*画像の縮小・拡大・回転アニメーション start
=========================*/
.itemAnmTrigger {
	opacity: 1;
}
.itemAnmActive {
	opacity: 1;
}

.item_box_l .itemAnmTrigger{
	transform: scale(1.07) rotate(0) translateY(-20px);
}
.item_box_s .itemAnmTrigger{
	transform: scale(1.0) rotate(0) translateY(30px);
}



.item_box_l .itemAnmActive{
	animation: item_anm_zoom 0.5s ease-out 1;
	/* 再生終了時の状態で停止する設定 */
	animation-fill-mode: forwards;
}
.item_box_s .itemAnmActive{
	animation: item_anm_move 1.5s ease-out 1;
	/* 再生終了時の状態で停止する設定 */
	animation-fill-mode: forwards;
}
/*その場で縮小表示*/
@keyframes item_anm_zoom {
0%   {transform: scale(1.07) rotate(0) translateY(-20px); opacity: 1;}
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 ----- */
  .effFIU1, .effFIU2, .effFIU3, .effFIU4, .effFIU5, .effFIU6 { opacity:0; }
  .effFIU1.effanm { animation:effFIU1 1.5s both; }
  .effFIU2.effanm { animation:effFIU2 1.5s both; animation-delay: 0.4s; }
  .effFIU3.effanm { animation:effFIU3 1.5s both; animation-delay: 0.8s;}
  .effFIU4.effanm { animation:effFIU4 1.5s both; animation-delay: 1.2s;}
  .effFIU5.effanm { animation:effFIU5 1.5s both; animation-delay: 1.6s;}
  .effFIU6.effanm { animation:effFIU6 1.5s both; animation-delay: 2.0s;}

/*for SP*/
@media screen and (max-width: 640px) {
	 .effFIU2.effanm { animation:effFIU2 1.5s both; animation-delay: 0.3s; }
  .effFIU3.effanm { animation:effFIU3 1.5s both; animation-delay: 0.6s;}
  .effFIU4.effanm { animation:effFIU4 1.5s both; animation-delay: 0.8s;}
  .effFIU5.effanm { animation:effFIU5 1.5s both; animation-delay: 1.1s;}
  .effFIU6.effanm { animation:effFIU6 1.5s both; animation-delay: 1.4s;}
}

/*下から上へフェードイン*/
  @-webkit-keyframes effFIU1 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU1 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU2 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU2 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU3 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU3 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}


  @-webkit-keyframes effFIU4 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU4 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU5 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU5 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU6 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU6 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}


/*   ふわっと表示 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 ----- */
  /* .effFIU1, .effFIU2, .effFIU3, .effFIU4 { opacity:0; }
  .effFIU1.effanm { animation:effFIU1 1.5s both; }
  .effFIU2.effanm { animation:effFIU2 1.5s both; animation-delay: 0.2s; }
  .effFIU3.effanm { animation:effFIU3 1.5s both; animation-delay: 0.6s;}
  .effFIU4.effanm { animation:effFIU4 1.5s both; animation-delay: 1.0s;} */


/*下から上へフェードイン*/
  /* @-webkit-keyframes effFIU1 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU1 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU2 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU2 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU3 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU3 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}


  @-webkit-keyframes effFIU4 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU4 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
 */

/*   ふわっと表示：時差で下から上へ end
=========================*/




/*   ふわっと表示：時差で表示 start
=========================*/
/* ----- effects ----- */
  .effFI1, .effFI2, .effFI3, .effFI4 { opacity:0; }
  .effFI1.effanm { animation:effFI1 1.0s both; }
  .effFI2.effanm { animation:effFI2 1.0s both; animation-delay: 0.3s; }
  .effFI3.effanm { animation:effFI3 1.0s both; animation-delay: 0.5s;}
  .effFI4.effanm { animation:effFI4 1.0s both; animation-delay: 0.7s;}

  @keyframes effFI1 {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI2 {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI3 {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI4 {0%{opacity:0}100%{opacity:1}}

/*   ふわっと表示：時差で表示 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
=========================*/


