/*------------------------　ベースレイアウト     ------------------------*/

.column {
	width: 1040px !important;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

/*----------------------------------------------------------------*/


/*------------------------ 全体のレイアウト周り ------------------------*/

/*一括設定*/
div[class*="cts0"]
{
	/*margin: 160px 0;*/
	margin: 75px 0;
	font-size: 1em;    text-align: center;
}
.cts06{    font-size: 1em;    text-align: center;
		   margin-top: 50px !important;
}

/*---------------------------------------------------------------*/



/*------------------------ 各コンテンツBOX	 ------------------------*/

.box_bg000{	background: #f2a8c1;	}
.box_bg001{	background: #CCCCCC;	}
.box_bg002{	background: #FFFFFF;}
.box_bg003{	background: #9accff;	}
.box_bg004{	background: #00b0a6;	}
.box_bg005{	background: #f75700;	}

/*---------------------------------------------------------------*/


/*------------------------	コンテンツ背景	------------------------*/

/*.box_bg_top_tree{
	background-image: url("/static/full/images/contents/bts_109/animal_icon.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40px;
}
*/

/*---------------------------------------------------------------*/





/*------------------------- floatするもの --------------------------*/

.fl{	float:left;		}
.fr{	float: right;	}

dt.fl{	float:left;		}


.float_box  {
	display: -webkit-flex;
	display: flex;
}
.multi_col{
	/*折り返し*/
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.single_col{
	justify-content: space-between;
}
.w50{
	margin: 0 5px 5px 0;
	flex: 1;
}
.multi_col_flex-start{
/*		折り返し		*/
	flex-wrap: wrap;
	/*justify-content: flex-start;*/
	justify-content: space-between;
	margin: 0 auto;
	flex-shrink:1;
}

/*	最終行だけ左寄せ	*/
.multi_col_flex-start::after{
  content:"";
  display: block;
  width: 250px;
}

.multi_col_center{
	/*折り返し*/
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.wrap_none{
	flex-wrap: unset;
}



/*----------------------------------------------------------------*/


/*------------------------ ページトップ部分	 ------------------------*/
.page_ttl h1 {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	margin: 0 auto;
}
/*----------------------------------------------------------------*/

/*------------------- コンテンツタイトル(画像になると思われ	 -----------------*/
.cts_ttl {
	font-size: 32px;
}
/*----------------------------------------------------------------*/


/*------------------------　テキスト	     ------------------------*/

.ft_small{
	font-size: 0.75em;
}

.ft_middle{
	font-size: 1.4em;
}
.ft_large{
	font-size: 1.8em;
}
.ft_bold{
	font-weight: bold;
}
.ft_color_white{
	color: #FFFFFF !important;
}
.ft_color_pink{
	color: #e52e8b;
}
.ft_color_orange{
	color: #f75701;
}
.ft_color_blue{
	color: #263b93;
}
.ft_color_red{
	color: red;
}
.ft_color_ttl{
	color: #95672a;
}
.text_middle {
	font-size: 1.5em;
}

.text_left{
	text-align: left;
	padding: 0 30px;
}

.text_centert_nov {
	text-align: center;
	padding: 0;

}

.text_ceｎter_nov{
	text-align: left;
	padding: 0;
}


.cts_text {
	line-height: 2;
	letter-spacing: 1.5px;
	margin:0 auto;
}
.cts_text_innner {
	line-height: 2;
 }
.info {
	padding: 25px 15px;
	border-radius: 5px;
	width: 820;
	margin: 30px auto;
}
.info_ttl,
.info_detail {
	vertical-align: middle;
}


.item_text {
	line-height: 2;
	margin-top: 10px;
}

/*----------------------------------------------------------------*/


/*------------------------------　table	  ------------------------*/

.comp_tbl{
	display: table !important;
}
.comp_tbl_cell{
	display: table-cell !important;
}

.va_middle{
	vertical-align: middle;
}

/*----------------------------------------------------------------*/




/*------------------------------　装飾	  ------------------------*/

.boder00 {
	border: solid 5px #000000;
}
.boder01 {
	border: solid 2px #e52e8b;
}
.boder02 {
	border: solid 2px #f2a8c1;
}
.boder03 {
	border: solid 2px #98ccfe;
}
.boder04 {
	border: solid 2px #00b0a6;
}
.boder05 {
	border: solid 2px #f75700;
}

.boder06 {
	border: solid 2px #00a1df;
}

.radius{
	border-radius: 10px;
}
.radius_bottom{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/*----------------------------------------------------------------*/




/*---------------------- 幅関連　----------------------------------*/

.w200	{	width: 200px;	}
.w225	{	width: 228px;	}
.w250	{	width: 250px;	}
.w300	{	width: 300px;	}
.w350	{	width: 350px;	}
.w400	{	width: 400px;	}
.w510	{	width: 510px;	}
.w600	{	width: 600px;	}
.w700	{	width: 700px;	}
.w750	{	width: 750px;	}
.w800	{	width: 800px;	}
.w850	{	width: 850px;	}
.w1000	{	width: 1000px;	}
.w30p	{	width: 30%;		}
.w40p	{	width: 40%;		}
.w50p	{	width: 50%;		}
.w60p	{	width: 55%;		}
.w75p	{	width: 78%;		}
.w80p	{	width: 84%;		}
.w100p	{	width: 100%;	}
.img50	{	width: 50%;		}
.img75	{	width: 75%;		}
.img90	{	width: 90%;	}
.img100	{	width: 100%;	}
.h130	{	height: 130px;}


/*----------------------------------------------------------------*/


/*------------------------ 微調整用	 ------------------------*/

.mgauto	{	margin:	0 auto;			}
.pd_ud10{	padding: 10px 0;		}
.pd_all30{	padding: 10px 0 30px;		}
.pd_ud30{	padding: 30px 0;		}
.pd_ud50{	padding: 50px 0;		}
.pd_all10{	padding: 10px;			}
.pd_all20{	padding: 20px;			}
.pd_all30{	padding: 30px;			}
.pd_all50{	padding: 50px;			}
.bottom {	margin-bottom: 30px;	}
.bottom_10{ margin-bottom: 10px;	}
.bottom_25{ margin-bottom: 25px;	}
.bottom_50{ margin-bottom: 50px;	}
.bottom_80{ margin-bottom: 80px;	}
.top_30	{ margin-top: 33px;			}
.top_50	{ margin-top: 50px;			}
.top_60	{ margin-top: 57px;			}
.top_100	{ margin-top: 100px;			}
.mg_fr_10{	margin: 0 10px 			}
.mbpd0	{	margin: 0;	padding: 0;	}
.lh100p {	line-height: 1.5;}
.lh100 {	line-height: 1;}



/*天地中央用*/
.cpimg {
	position: relative;
	margin-left: 80px;
}
.posab {
	position: absolute;
	/*top: 50%;*/
	right: 0;
	bottom: 0;
}

.posab25 {
	position: absolute;
	top: 25%;
}
.posab_ext {
	position: absolute;
    right: 22.5%;
    bottom: 25%;
}
.pos_rel{
	position: relative;
}
.cp_text {
	position: relative;
	margin-left: 30px;
}

/*----------------------------------------------------------------*/


/*---------------------------- ボタン ------------------------------*/

.single_btn{
	margin:0 auto;
	padding: 15px 0;
	/*font-size: 1.8em;*/
	color: #FFFFFF;
}

.single_btn_exp{
	margin:0 auto;
	padding: 15px 0;
	color: #FFFFFF;
}


/*----------------------------------------------------------------*/


/*------------------------ メニューリンク部分	 -------------------------*/

.link_menu {
	margin: 0;
	padding: 0;
}
.link_menu_btn,
.precan_box {
	list-style: none;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.s_link {
	width: 350px;
	height: 200px;
}
.s_link a{
	/*opacity: 0.7;*/
	color: #FFFFFF !important;
}
a.link_block:hover{
	opacity: 0.7;
}
a.link_block{
	text-decoration: none;
	display: block;
	text-align: center;
}
/*----------------------------------------------------------------*/


/*---------------------------- 画像周り ----------------------------*/

.square{
	width: 230px;
	height: 230px;
	margin-bottom: 25px;
}
.square img{
	width: auto;
	height: 80%;
}
.ext_flex_box {
	width: 50%;
	margin-bottom: 25px;
}
.disp_block{
	display: block;
}


/*----------------------------------------------------------------*/


/*---------------------------- movie ----------------------------*/

.page_movie {
	margin:0 auto 50px;
	width: 640px;
	padding: 15px 0;
}

/*----------------------------------------------------------------*/




/*-------------------------  仮設定中・・・  --------------------------*/


.gallery {
	width: 800px;
	height: 442px;
	background: #DDDDDD;
	margin: 0 auto;
}

/*----------------------------------------------------------------*/



/*----------------------------------------------------------------*/

.fixed_pagetop {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 5%;
	bottom: 10%;
	display: none;
}
.link_btn_footer {
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari(PC)用 ---*/
	display:flex;
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;/*--- safari(PC)用 ---*/
	align-items:center;
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari(PC)用 ---*/
	justify-content: space-around;
}
.under_line {
	text-decoration: underline !important;
}
.page_link{
	padding-bottom: 30px;
}

span.attention a{
	text-decoration: underline;
	font-weight: bold;
	color: red !important;
}

a.shop_link {
	text-decoration: none;
}

div.sp_link_attention{
	position: relative;
}

a.shop_link:hover {
	opacity: 0.5;
}

img.sp_link_icon {
    width: 48px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.shopper_box {
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.shop_txt:after {
    content: '';
    background: url(/static/full/images/contents/TOKYO_FASHION_DELIVERY/cart_icon.jpg) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
}
