@charset "utf-8";
/* formatting style ------------------------------*/
/* -----------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}

html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}

caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

hr{
	display:none;
}

html {
	margin-bottom:1px;
	height:100%;
}

/* line style　------------------------------*/
/* -----------------------------------------*/

a img{
	border-style:none;
}

/* link style ------------------------------*/
/* -----------------------------------------*/
a:link {
	color: #212121;
	text-decoration: none;	
}
a:visited {  color: #212121;
	text-decoration: none;	}

a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none; 
}

.link_line{
	text-decoration: underline;
}

#main a.link_txt:link,
#main a.link_txt:visited{
	text-decoration:underline;
	color:#AE8010;
}
#main a.link_txt:hover{
	text-decoration:none;
	background-color:#AE8010;
	color:#fff;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/* body ------------------------------*/
/* -----------------------------------------*/

body {
	color: #212121;
	/*font-family:'MS PGothic', sans-serif;*/
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", ".HiraKakuInterface-W2";
    font-weight: 300;
	/*	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
*/	font-size: 13px!important;
	line-height: 20px;	
	}

/* ヘッダーの固定 */
#header-fixed{
  width: 100%;
}
 
#header {
  width: 100%;
  background: #fff;
}

.head_inner{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* header */
.header_seotxt{
	font-size: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.header_name {
	padding: 10px 0 12px;
}

.hbt_nav {
	position: absolute;
	top: 15px;
	right: 0px;
}

.hbt_nav li {
  float: left;
  margin-left: 10px;
}

.g_nav_bg {
  width: 100%;
  background: #673d73;
}

.is-fixed .nav--typeA{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}




/* #pan ------------------------------*/

#pan_box{
	padding-top: 5px;
}

ul#topicPath {
	list-style-type: none;
	font-size: 11px;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0;
} 

ul#topicPath li{  
    display: inline;  
}  
ul#topicPath li ul{  
    display: inline;  
    margin: 0;  
    padding: 0;  
}  
ul#topicPath strong{
	font-style: normal;
	font-weight: normal;
}  
ul#topicPath a{
	text-decoration: none;
} 

ul#topicPath a:hover{
	color: #999;	
}  




/* -----------------------------------------*/


/* ボディの定義 */
#top #wrapper_outside{
}

#top #wrapper{
	zoom: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top #wrapper:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

#wrapper{
	zoom: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

#wrapper:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

#shosai #wrapper, 
#ichiran #wrapper{
	zoom: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#shosai #wrapper:after,
#ichiran #wrapper:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}


/* ----------------*/
#inside #contents_outside,
#inside_lace #contents_outside,
#inside_hakama #contents_outside,
#inside_w980 #contents_outside{
}

#shosai #contents_outside,
#ichiran #contents_outside{
	background-color: rgba(255,255,255,1);
	width: 100%;	/*background-color: #eeeeee;*/
}


/* ------------------------------------------------------------------------------------------------*/
/* トップページの定義 */
/* ------------------------------------------------------------------------------------------------*/
#top_main{
	background-image: url(../img/index_img/top_img.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
	width: 100%;
}

#oshirase_box_outside {
	background-color: #F2EEDA;
}

#oshirase_box {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	zoom: 100%;
}

#oshirase_box:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}


.oshirase_list    {
    display:table;
    table-layout: fixed;
    width:100%;
	border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 20px 0;  /* 左右 上下で記述 */
}
.oshirase_list li{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	line-height: 18px;	
}

.oshirase_list li.oshirase_title{
	width: 8em;
	background-color: #7b002f;
	text-align: center;
	color: #FFF;
}

/* ---------------- */
#top_box {
  width: 1200px;
  margin: 30px auto 40px;
}

#top_box:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

.top_title{
	text-align: center;
	margin-bottom: 20px;
}

.top_bnr_list{
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ 明朝", sans-serif;*/
	/*font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;*/
	font-size:12pt;
	width: 930px;
	height:250px;
	margin: 0 auto 80px;
}

.top_bnr_list li{
	float: left;
	margin-right: 23px;
	width: 209px;
	text-align:center;
}

.top_bnr_list li:last-child{
	margin-right: 0px;
}

.top_bnr_list li h3{
	margin: 10px auto 12px;
	color:#744f21;
	font-size:18pt;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top_bnr_list li a{
	display:block;
	width:206px;
	height:51px;
	line-height:51px;
	border:solid 2px #222;
	background-image:linear-gradient(-45deg, #F2EEE6 50%, #fff 50%, #fff);
	font-size:12pt;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	box-shadow:3px 3px #D9D9D9;
	text-align:center;
	margin-top: 20px;
}

.top_selection_list{
	 width:951px;
	 height:80px;
	 margin:0 auto;
}

.top_selection_list li a{
	display:block;
	overflow:hidden;
	margin:15px 6px;
	float:left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background: url(../img/index_img/btn_top_selection02.png);
	width:305px;
	height:79px;
}

.top_selection_list li a#select_color{
	background-position:0 0;
}
.top_selection_list li a#select_color:hover{
	background-position:0 -79px;
}
.top_selection_list li a#select_budget{
	background-position:-305px 0;
}
.top_selection_list li a#select_budget:hover{
	background-position:-305px -79px;
}
.top_selection_list li a#select_hakama{
	background-position:-610px 0;
}
.top_selection_list li a#select_hakama:hover{
	background-position:-610px -79px;
}

/*----*/
.top_reason_box {
	width:			285px;
	height:			285px;
	overflow:		hidden;
	position:		relative;
	margin-bottom: 10px;
}
.top_reason_box .caption {
	color:			#fff;
	padding-top:		112px;
	padding-left:		0px;
	width: 245px;
	text-align: center;
}

.top_bnr_list a:hover .top_reason_box .caption  img {
	/*opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";*/
	/*opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";*/
}

.top_reason_box .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.5);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.top_reason_box:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-left:		20px;	/* 右にずらす */
}

/*----*/


.top_campaign_txt_box{
	text-align: center;
	margin-bottom: 80px;
}

.top_campaign_list{
	zoom: 100%;
	text-align: left;
}

.top_campaign_list:after { 
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

.top_campaign_list li{
	float: left;
	margin-right: 20px;
	width: 590px;
}

.top_campaign_list li:last-child{
	margin-right: 0px;
}

.top_campaign_list li img{
	vertical-align: bottom;
	margin-bottom: 10px;
}



.top_special_box01{
	text-align: center;
	margin-bottom: 50px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	
}
.top_bnr_list_title{
	color:#D24756;
	font-weight:100;
	margin:12px 0;
	font-size:14pt;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top_sub_contents{
	clear:both;
	width:940px;
	display:table;
	margin:0 auto 60px;
}
.top_sub_contents li{
	float:left;
	width:290px;
	margin-right:35px;
	margin-bottom:20px;
}
.top_sub_contents li:nth-child(3n){
	margin-right:0;
}
.top_sub_contents li img{
	border:1px solid #CCCCCC;
}

li.top_sub_contents_2c{
	float:left;
	width:450px;
	margin-right:35px;
	margin-bottom:20px;
}
li.top_sub_contents_2c:nth-child(2n){
	margin-right:0;
}

/* -top page kokomade---------------*/

/*tomonokai yuzenco nado*/
#inside_w980 #contents{
	width:980px;
	zoom: 100%;
	margin: auto;
/*	background-color: #eee;
*/}

#inside_w920 #contents{
	width:920px;
	zoom: 100%;
	margin: auto;
	padding-right: 30px;
	padding-left: 30px;
/*	background-color: #ccc;
*/}

#inside #contents{
	width:980px;
	zoom: 100%;
	background-image: url(../img/common_img/contents_bg.jpg);
	background-repeat: repeat-y;
	margin: auto;
}

#inside_lace #contents{
	width:980px;
	zoom: 100%;
	margin: auto;
	background-image: url(../img/common_img/contents_lace_bg.png);
	background-repeat: repeat-y;
}

#inside_hakama_tokuten #contents{
	width:980px;
	zoom: 100%;
	margin: auto;
	background-image: url(../img/common_img/contents_hakama_tokuten_bg.png);
	background-repeat: repeat-y;
}

#inside_hakama #contents{
	width:980px;
	zoom: 100%;
	margin: auto;
	background-image: url(../img/common_img/contents_hakama_bg.png);
	background-repeat: repeat-y;
}

#inside_traditional #contents{
	width:980px;
	zoom: 100%;
	margin: auto;
	background-image: url(../img/common_img/contents_traditional_bg.png);
	background-repeat: repeat-y;
}




#top #contents:after,
#inside_w980 #contents:after,
#inside_w920 #contents:after,
#inside #contents:after,
#inside_lace #contents:after,
#inside_hakama #contents:after,
#inside_hakama_tokuten #contents:after,
#inside_traditional #contents:after{
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

#shosai #contents,
#ichiran #contents {
	zoom: 100%;
	margin: auto;
}

#shosai #contents:after,
#ichiran #contents:after{
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

/* ----------------*/

#top #main,
{
	width: 980px;
}

#inside #main{
	float: left;
	width: 700px;
	padding-right: 19px;

}

#inside_lace #main,
#inside_hakama_tokuten #main{
	float: left;
	width: 700px;
	padding-right: 19px;
	/*padding-left: 19px;*/
	/*padding-top: 20px;
	padding-bottom: 20px;*/
}

#inside_hakama #main{
	float: left;
	width: 700px;
	padding-right: 19px;
/*	padding-left: 19px;
*/}


#inside_traditional #main{
	float: left;
	width: 700px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	padding-top: 10px;
	}




#top #side,
#ichiran #side,
#shosai #side,
#inside_w980 #side,
#inside_w920 #side{
	display: none;
}

#inside #side,
#inside_lace #side,
#inside_hakama #side,
#inside_hakama_tokuten #side,
#inside_traditional #side{
	float: right;
	width: 240px;
}

/*.side_map_box{
	height: 250px;
	width: 240px;
	position: relative;
	
}


.sbt_hokkaido {
	height: 62px;
	width: 62px;
	position: absolute;
	left: 161px;
	top: 38px;
}
.sbt_kanto {
	display: block;
	height: 62px;
	width: 62px;
	position: absolute;
	left: 174px;
	top: 142px;
}

.sbt_tokai {
	display: block;
	height: 62px;
	width: 62px;
	position: absolute;
	left: 109px;
	top: 97px;
}

.sbt_chugoku {
	display: block;
	height: 62px;
	width: 62px;
	position: absolute;
	left: 53px;
	top:134px;
}

.sbt_kinnki {
	display: block;
	height: 62px;
	width: 62px;
	position: absolute;
	left: 102px;
	top: 165px;
}

.sbt_kyushu {
	display: block;
	height: 62px;
	width: 62px;
	position: absolute;
	left: 3px;
	top:185px;
}

*/

.sbt_list li{
	font-size: 0px;
	line-height: 0px;
	width: 240px;
	margin-bottom: 10px;	
}
.top_link6 li {
	float: left;
	height: 80px;
	width: 121px;
}









/* -------- インフォメーション --------- */

.sns_box {
  width: 1000px;
  margin: 0 auto;
  zoom: 100%;
}
.sns_box:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.twitter_box {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	zoom: 100%;
	float: left;	
}
.insta_box{
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	zoom: 100%;
	float: right;
}


/* -------- 店舗一覧 --------- */

#top_tenpo_box_outside {
  background-color: #fcfaf3;
  border-top: 1px solid #673d73;
}
#top_tenpo_box {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  zoom: 100%;
}
#top_tenpo_box .tenpo_inner_wrap{
  width: 940px;
  margin: 0 auto;
}
#top_tenpo_box:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.top_box06_area_title{
  font-size: 14px;
  padding-left: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #673d73;
}
.top_box06_tenpo_wrap{
  width: 217px;
  display: inline-block;   
  vertical-align: top;
  margin-right: 19px;
}
.margin_r0{
  margin-right: 0!important;
}
.top_box06_tenpo li{
  text-align:left;
  width: 30%;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.top_box06_tenpo li.minatomirai{
  vertical-align:middle;
  text-align:left;
  width: 50%;
  padding-left: 10px;
  padding-right: 23px;
}
.top_bottom_txt_box {
  padding: 25px 20px;
  border: 1px solid #673d73;
  background-color: #FFF;
  text-align: center;
  -moz-box-shadow: 1px 1px 1px #666;
  -webkit-box-shadow: 1px 1px 1px #666;
  box-shadow: 1px 1px 1px #666;

}


/*--- footer ---*/
#footer_outside{
  background: #f6eed8;
  width: 100%;
  height: 450px;
  border-top: 1px solid #673d73;
  padding-bottom: 50px;
}
#footer {
	width: 1000px;
	margin: auto;
	position: relative;
	zoom: 100%;
}
#footer:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
.footer_company_nav {
	position: absolute;
	top: 10px;
	right: 0px;
	line-height: 30px;
	text-align: right;
	height: 30px;
}
.footer_company_nav li {
	display: inline;
}
.footer_company_nav li a {
	color: #3f3f3f;
}
.footer_company_nav li:before {
	content: url(../img/common_img/footer_arrow_purple.png);
	padding-right: 10px;
	padding-left: 1.5em;
}
.footer_sns {
	position: absolute;
	left: 0px;
	top: 15px;
}
.footer_sns li {
	display: inline;	
}
.footer_list {
	float: left;
	width: 240px;
}
.footer_list li a {
	font-size: 11px;
	line-height: 20px;
}
.footer_list li a:hover {
	color: #999;	
}
.footer_list li ul li {
	padding-left: 2em;	
}
.footer_list li a:before {
	content: url(../img/common_img/footer_arrow.png);
	padding-right: 5px;
}
.footer_list_box {
	position: absolute;
	top: 80px;
}
.footer_QR {
	height: 137px;
	width: 221px;
	position: absolute;
	top: 80px;
	right: 0px;
}
.footer_seo{
	font-size: 10px;
	position: absolute;
	left: 0px;
	top: 430px;
}
address {
	font-size: 11px;
	position: absolute;
	right: 0px;
	top: 430px;
}

/* フッターの隙間消去 */
iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

.sp-next-arrow:after,.sp-next-arrow:before,.sp-previous-arrow:after,.sp-previous-arrow:before
{background-color:#ccc!important;}






/*--------------------- 書き足し ---------------------*/

/*振袖・卒業袴を選ぶ*/
.clearfix:after{
  content: " ";
  display: block;
  clear: both;
}
.topVisual{
  width: 100%;
  margin: 0 auto;
}
.con_wrap{
  width: 1000px;
  margin: 0 auto 80px!important;
}
.choose_f_h .c_img{
  padding-bottom: 5px!important;
}
.choose_f_h .con_l{
  float: left;
  width: 492px;
}
.choose_f_h .con_r{
  float: right;
  width: 492px;
}

.top_selection_list{
	 width:1000px;
	 margin:30px auto;
}
.custom-select-wrapper:first-child .custom-options span{
  position: relative;
  padding-left: 60px;
}
.custom-select-wrapper:first-child .custom-options span::before{
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 8px;
  left: 20px;
}
.custom-options span:nth-child(1)::before{
  background: #ae0000;
}
.custom-options span:nth-child(2)::before{
  background: #00a0e9;
}
.custom-options span:nth-child(3)::before{
  background: #ff7f00;
}
.custom-options span:nth-child(4)::before{
  background: #eb5299;
}
.custom-options span:nth-child(5)::before{
  background: #00923d;
}
.custom-options span:nth-child(6)::before{
  background: #55147c;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  margin-right: 10px;
  font-family: YuMincho, "Yu Mincho", serif!important;
  font-weight: 500;
}
.custom-select-wrapper:last-child{
  margin-right: 0!important;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
    .custom-select-trigger {
      position: relative;
      display: block;
      width: 300px;
      padding: 0 0 0 20px;
      font-size: 18px;
      color: #673d73;
      line-height: 44px;
      background: #f6eed8;
      border-radius: 5px;
      cursor: pointer;
      border: 1px solid #673d73;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #673d73;
        border-right: 1px solid #673d73;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .3s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #b5b5b5;
      font-size: 16px;
      color: #000;
      line-height: 40px;
      cursor: pointer;
      transition: all .3s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }


.choose_f_h .choose_benefits{
  margin: 20px auto;
}
.choose_f_h .choose_benefits ul li{
  display: inline-block;
  margin-right: 15px;
}
.choose_f_h .choose_benefits ul li:last-child{
  margin-right: 0;
}


/*その他のコンテンツ*/
.other_con ul li{
  display: inline-block;
  margin-right: 14px;
  width: 235px;
  vertical-align: top;
}
.other_con ul li:last-child{
  margin-right: 0;
}
.other_con ul li .btn{
  margin-top: 8px;
}
.other_con ul li p{
  margin-top: 8px;
  font-size: 13px;
}
.other_con .other_bnr{
  margin-top: 30px;
}
.other_con .other_l{
  width: 491px;
  float: left;
}
.other_con .other_r{
  width: 491px;
  float: right;
}
.other_con .other_bnr p{
  margin-top: 8px;
}


/*動画*/
.con_wrap2{
  width: 100%;
  margin: 0 auto 80px!important;
  background: #fcfaf3;
  padding: 50px 0!important;
}
.movie_con{
  width: 660px;
  margin: 0 auto;
}
.con_wrap2 .movie_con p.txt01{
  text-align: center;
  padding: 5px 0 30px;
}
.con_wrap2 .movie_con .movies p{
  text-align: center;
  padding-bottom: 5px;
  color: #673d73;
}
.con_wrap2 .movie_con .movie_l{
  width: 320px;
  float: left;
}
.con_wrap2 .movie_con .movie_r{
  width: 320px;
  float: right;
}
.con_wrap2 .movie_con .movies .movie_bg{
  background: #000;
  height: 153px;
  width: 290px;
  background: url(../img/index_img/top_movie01.png);
  padding: 7px 0 0 30px;
}
.con_wrap2 .movie_con .movies .movie_bg iframe{
  margin: 0 auto!important;
}
.con_wrap2 .movie_con .movies .movie_bg img{
	width:260px;
	height:147px;
}

/*インフォメーション*/
.info_con .information .whats_new_tit{
  position: relative;
  width: 500px;
  margin: 50px auto 30px;
}
.info_con .information .whats_new_tit h3.info_title{
  border: 1px solid #673d73;
  height: 25px;
  padding: 7px 20px 0 0;
  text-align: center;
}
.info_con .information .whats_new_tit .info_btn{
  position: absolute;
  top: 0;
  right: 0;
}
.info_con .information .whats_new{
  margin-bottom: 50px;
  height: 120px;
  overflow-y: scroll;
  width: 1020px;
}
.info_con .information .whats_new ul li{
  display: inline-block;
  vertical-align: top;
}
.info_con .information .whats_new ul li.what_con{
  width: 330px;
}
.info_con .information .whats_new ul li.what_img{
  padding-right: 12px;
}
.info_con .information .whats_new ul li.what_txt{
  width: 200px;
  padding-top: 5px;
}
.info_con .information .sns_box h3.info_title{
  border: 1px solid #673d73;
  height: 25px;
  padding: 7px 20px 0 0;
  text-align: center;
  margin-bottom: 20px;
}

#page_btm_fixed{
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  line-height: 0;
}
#page_btm_fixed ul{
  text-align: center;
}
#page_btm_fixed ul li{
  display: inline-block;
  margin: 0;
  padding: 0;
  
}



