@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :index.css
 style info :indexページ用CSS
=================================================================== */

/*=============================================
  Renewal
=============================================*/


/*  body
---------------------------------------------*/
body {
  _display: inline;
  min-width: 960px;
  _zoom: 1;
}
.pc_appear {
	display: block;
}
.sp_appear {
	display: none;
}

/*  #global_nav
---------------------------------------------*/
ul#global_nav,
ul#global_nav li {
  height: auto;
}

ul#global_nav {
  overflow: hidden;
  width: 960px;
}

/*  #contents
---------------------------------------------*/
#contents {
  min-height: 500px;
  height: auto !important;
  height: 500px;
  background: url(../img/index/renew/bg-index_wrap.png) repeat-x 0 0 #fff;
}

#contents_outside.spacial_week #contents {
  min-height: 500px;
  height: auto !important;
  height: 500px;
  background: url(../img/index/renew/bg-index_specialweek.gif) repeat-x 0 0 #fff;
}


#contents #contents_inside {
  width: 966px;
  padding: 30px 0 20px;
}


/*=============================================
  #top_announce
=============================================*/
#top_announce {
  overflow: hidden;
  width: 966px;
}

/*
  #slide_wrap
=============================================*/
#slide_wrap {
  float: left;
  width: 723px;
  padding-bottom: 30px;
}

/*  .main_bnr
---------------------------------*/
#slide_wrap .main_bnr {
  position: relative;
  width: 717px;
  height: 403px;
  padding: 0 6px 6px 0;
  background: url(../img/index/renew/bg-main_bnr.png) no-repeat 0 0;
}

#slide_wrap .main_bnr > div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#slide_wrap .main_bnr div.current {
  display: block;
}

/*  .thumbnail_bnr
---------------------------------*/
#slide_wrap .thumbnail_bnr {
  width: 723px;
  padding: 10px 0 0 2px;
}

#slide_wrap .thumbnail_bnr:after {
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#slide_wrap .thumbnail_bnr li {
  float: left;
  position: relative;
  margin-left: 7px;
  padding-bottom: 6px;
  background: url(../img/index/renew/bg-thumbnail_bottom.png) no-repeat 0 100%;
  cursor: pointer;
}

#slide_wrap .thumbnail_bnr .hover a {
  color: #B9258A;
}

#slide_wrap .thumbnail_bnr .current_line {
  display: none;
  position: absolute;
  top: -12px;
  left: -2px;
  width: 139px;
  padding-top: 12px;
  background: url(../img/index/renew/iimg-thumbnail_over_top.png) no-repeat 0 0;
}

#slide_wrap .thumbnail_bnr .current .current_line {
  display: block;
}

#slide_wrap .thumbnail_bnr .current_bottom {
  padding-bottom: 4px;
  background: url(../img/index/renew/iimg-thumbnail_over_bottom.png) no-repeat 0 100%;
}

#slide_wrap .thumbnail_bnr .current_body {
  background: url(../img/index/renew/iimg-thumbnail_over_body.png) repeat-y 0 0;
}


#slide_wrap .thumbnail_bnr .edge {
  margin-left: 0;
}

#slide_wrap .thumbnail_bnr .thumnail_top {
  background: url(../img/index/renew/bg-thumbnail_top.png) no-repeat 0 0;
}

#slide_wrap .thumbnail_bnr .thumnail_bottom {
  width: 131px;
  padding: 0 6px 0 2px;
  background: url(../img/index/renew/bg-thumbnail_body.png) repeat-y 0 0;
}

#slide_wrap .thumbnail_bnr dl {
}

#slide_wrap .thumbnail_bnr dt {
  /*background: #000;*/
}

#slide_wrap .thumbnail_bnr dd {
  padding: 7px 3px 7px 7px;
  font-size: 84%;
}

#slide_wrap .thumbnail_bnr dd a {
  padding-left: 7px;
  background: url(../img/index/renew/ico-arrow.png) no-repeat left .4em;
}

/*
  #side_mini_bnr
=============================================*/
#side_mini_bnr {
  float: right;
  width: 237px;
}

/*  .mini_bnr
---------------------------------*/
#side_mini_bnr .mini_bnr_company,
#side_mini_bnr .mini_bnr {
  position: relative;
  width: 231px;
  height: 123px;
  padding: 0 6px 6px 0;
  background: url(../img/index/renew/bg-quarter_bnr_body.png) no-repeat 0 100%;
}

#side_mini_bnr .mini_bnr_company {
  margin-bottom: 6px;
}

#side_mini_bnr .mini_bnr_company a,
#side_mini_bnr .mini_bnr a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#side_mini_bnr .mini_bnr .comment {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  text-align: center;
}

#side_mini_bnr .calender {
  width: 231px;
  margin-top: 7px;
  padding: 0 6px 6px 0;
  background: url(../img/index/renew/bg-mini_bnr_body.png) no-repeat 0 100%;
}

/*=============================================
  #goods_bnr
=============================================*/
#goods_bnr .title {
  position: relative;
  margin-bottom: 12px;
}
#goods_bnr .responsive_section_title {
  width: 960px;
  height: 38px;
  background: url(/img/index/renew/title-goods.png) no-repeat center center;
}
#goods_bnr .title .more_list {
  position: absolute;
  top: 7px;
  right: 15px;
}
#goods_bnr ul {
  overflow: hidden;
  width: 960px;
  padding-bottom: 18px;
}
#goods_bnr li {
  float: left;
  width: 231px;
  margin: 0 0 12px 12px;
}

#goods_bnr .edge {
  margin-left: 0;
}

#goods_bnr .more {
  text-align: center;
}

#goods_bnr .more .open_bnr {
  padding-left: 14px;
  text-decoration: underline;
  cursor: pointer;
  background: url(../img/index/renew/ico-circle_arrow.png) no-repeat 0 .2em;
}

#goods_bnr .extra {
  display: none;
}

#goods_bnr a img {
  backface-visibility: hidden;
  transition: opacity 0.5s linear;
  opacity: 1;
}

#goods_bnr a img:hover{
  opacity: 0.7;
}

/*=============================================
  #campaign_bnr
=============================================*/
#campaign_bnr .title {
  position: relative;
  margin-bottom: 12px;
}
#campaign_bnr .responsive_section_title {
  width: 960px;
  height: 38px;
  background: url(/img/index/renew/title-campaign.png) no-repeat center center;
}
#campaign_bnr .title .more_list {
  position: absolute;
  top: 7px;
  right: 15px;
}
#campaign_bnr ul {
  overflow: hidden;
  width: 960px;
  padding-bottom: -2px
}
#campaign_bnr li {
  float: left;
  width: 231px;
  margin: 0 0 12px 12px;
}

#campaign_bnr .edge {
  margin-left: 0;
}

#campaign_bnr .more {
  text-align: center;
}

#campaign_bnr .more .open_bnr {
  padding-left: 14px;
  text-decoration: underline;
  cursor: pointer;
  background: url(../img/index/renew/ico-circle_arrow.png) no-repeat 0 .2em;
}

#campaign_bnr .extra {
  display: none;
}

#campaign_bnr a img {
  backface-visibility: hidden;
  transition: opacity 0.5s linear;
  opacity: 1;
}

#campaign_bnr a img:hover{
  opacity: 0.7;
}

/*=============================================
  #info_wrap
=============================================*/
#info_wrap {
  overflow: hidden;
  width: 960px;
  margin: 20px 0 40px;
}

#info_wrap .left_col {
  float: left;
  width: 640px;
}

#info_wrap .title {
  position: relative;
  margin-bottom: 20px;
}

#info_wrap .title .more_list {
  position: absolute;
  top: 7px;
  right: 15px;
}

#info_wrap .right_col {
  float: right;
  width: 300px;
  position:relative;
}

#info_wrap .right_col #bnr_line {
	position:absolute;
	bottom:80px;
	height:60px;
}

#info_wrap .right_col #social_app {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  border:1px solid #ab1b7d;
  margin-bottom: 21px;
}

#info_wrap .right_col .consultation {
  margin-bottom: 21px;
}
#info_wrap .right_col .consultation a img {
  backface-visibility: hidden;
  transition: opacity 0.5s linear;
  opacity: 1;
}
#info_wrap .right_col .consultation a:hover img {
  opacity: 0.7;
}
.right_col .app_bnr_list li:last-child {
  margin-top: 15px;
}

.right_col .app_bnr {
  transition: opacity 0.5s linear;
}

.right_col .app_bnr:hover {
  opacity: 0.7;
}

#info_wrap .right_col .fb_like_box {
  margin:20px 0;
}

.right_col .fb_like_box.o-twitter {
  border: 1px solid rgba(15,70,100,.12);
}


/*  #social_app
----------------------------------------*/
#social_app .social_app_title {
  margin: 0;
  padding: 10px 0;
  background: url(/img/index/renew/txt-aeon_social.png) no-repeat center center #ab1b7d;
  line-height: 1;
  width: 298px;
  height: 15px;
  text-align: center;
}
.social_app_title_text {
  display: none;
}

#social_app .social_app_items {
  padding: 17px 19px;
  text-align: center;
}

#social_app .social_app_items a img {
  backface-visibility: hidden;
  transition: opacity 0.5s linear;
  opacity: 1;
}
#social_app .social_app_items a:hover img {
  opacity: 0.7;
}
#social_app .service {
  margin-top: 10px;
}

#social_app .app_icon,
#social_app .service_bnr {
  text-decoration: none;
}
#social_app .index_service_bnr img {
  width: auto;
  max-width: 256px;
  height: auto;
}

#social_app .app_icon {
  margin-left: 10px;
}

#social_app .service_bnr {
  margin-left: 2px;
}

#social_app .app_icon:first-child,
#social_app .service_bnr:first-child {
  margin-left: 0;
}

/*  .info
---------------------------------*/
#info_wrap .info {
  margin-bottom: 20px;
}

#info_wrap .responsive_section_title {
  width: 640px;
  height: 37px;
  background: url(/img/index/renew/title-information.png) no-repeat center center;
}

#info_wrap .info ul {
  width: 600px;
  margin: 0 auto;
}

#info_wrap .info li {
  overflow: hidden;
  width: 600px;
  margin: 10px 0 0 0;
  padding-top: 10px;
  background: url(../img/index/renew/line-dotted_pink.gif) repeat-x 0 0;
}

#info_wrap .info .first_top {
  margin: 0;
  padding-top: 0;
  background: none;
}

#info_wrap .info .date {
  display: block;
  float: left;
  width: 9.5em;
  font-weight: bold;
}

#info_wrap .info .category {
  float: left;
  width: 57px;
  padding-right: 4px;
  border-right: 1px solid #ccc;
  zoom: 1;
}

#info_wrap .info .category img {
  vertical-align: text-top;
}

#info_wrap .info .category {
  /padding-top: .3em;
}

#info_wrap .info .summary {
  display: block;
  float: right;
  width: 410px;
}


/*  .shop_guide
---------------------------------*/
#info_wrap .shop_guide .responsive_section_title {
  width: 640px;
  height: 37px;
  background: url(/img/index/renew/title-shop_guide.png) no-repeat center center;
}

#info_wrap .shop_guide .locale {
  overflow: hidden;
  width: 600px;
  margin: 0 auto;
}

#info_wrap .shop_guide .left_locale {
  float: left;
  width: 290px;
}

#info_wrap .shop_guide .right_locale {
  float: right;
  width: 290px;
}

#info_wrap .shop_guide dt {
  font-weight: bold;
}

#info_wrap .shop_guide dd {
  margin-bottom: 15px;
}

#info_wrap .shop_guide dd a {
  padding-left: .5em;
  border-left: 1px solid #e8e8e8;
  color: #b9258a;
  text-decoration: underline;
}

#info_wrap .shop_guide dd a:hover {
  text-decoration: none;
}

#info_wrap .shop_guide dd .edge {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

#info_wrap .shop_guide .search_map,
#info_wrap .shop_guide .new_shop {
  margin-top: 10px;
}
.responsive_shop_guide_title {
  font-size: 190%;
  margin-bottom: 30px;
  background: url(/sp/img/ico-shop_select.png) no-repeat left center;
  background-size: 25px auto;
  padding-left: 40px;
}
.responsive_shop_guide_title img {
  backface-visibility: hidden;
  margin-right: 35px;
  vertical-align: text-bottom;
}
.responsive_parts_title {
  background: url(/sp/img/ico-shop_select.png) no-repeat 15px center #f0f0f0;
  background-size: 18px auto;
  font-size: 120%;
  padding: 10px 0 8px 40px;
}
.list_shop {
  clear: left;
  padding-top: 25px;
}
.list_shop .anchor_arrow {
  position: relative;
  box-sizing: border-box;
}
.list_shop .anchor_arrow::after{
  content: "";
  display: block;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #ce0065;
}
.list_shop ul {
  margin: 20px 0;
}
.list_shop ul:after {
  content:"";display:block;clear:both;
}
.list_shop_item:first-child {
  border-top: 1px solid #d6d6d6;
}
.list_shop_item {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.list_shop_item a {
  width: 100%;
  display: block;
  padding: 10px;
  font-weight: bold;
}
.list_shop_item a:hover {
  color: #000;
  opacity: 0.7;
}
.list_shop_item img {
  vertical-align: middle;
  margin-right: 10px;
  backface-visibility: hidden;
}
@media (min-width: 667px) {
  .list_shop_item {
    width: 50%;
    float: left;
    border-left: 0;
    border-bottom: 0;
    border-top: 1px solid #d6d6d6;
  }
  .list_shop_item:nth-child(odd) {
    clear: left;
    border-left: 1px solid #d6d6d6;
  }
  .list_shop_item:last-child,
  .list_shop_item:nth-last-of-type(2) {
    border-bottom: 1px solid #d6d6d6;
  }
  .list_shop_item:last-child {
    margin-top: -1px;
  }
}


/*=============================================
  #relate_bnr
=============================================*/
#relate_bnr {
  margin-bottom: 40px;
}

#info_wrap .o-important_news .responsive_section_title {
  width: 640px;
  height: 37px;
  background: url(/img/index/renew/title-important_news.png) no-repeat center center;
}
#info_wrap .o-news_release {
  margin-top: 15px;
}
#info_wrap .o-news_release .responsive_section_title {
  width: 640px;
  height: 37px;
  background: url(/img/index/renew/title-news_release.png) no-repeat center center;
}

#relate_bnr ul {
  overflow: hidden;
  width: 960px;
}

#relate_bnr li {
  float: left;
  margin: 0 0 6px 6px;
}

#relate_bnr .edge {
  margin: 0 0 6px 0;
}

/*=============================================
  #revival
=============================================*/
#revival {
  width: 962px;
  margin-bottom: 40px;
  background: url(../img/index/renew/bg-revival_body.png) repeat-y 0 0;
}

#revival .revival_top {
  padding-top: 4px;
  background: url(../img/index/renew/bg-revival_top.png) no-repeat 0 0;
}

#revival .revival_bottom {
  overflow: hidden;
  width: 922px;
  padding: 0 20px 4px;
  background: url(../img/index/renew/bg-revival_bottom.png) no-repeat 0 100%;
}

#revival .left_col {
  float: left;
  padding-top: 16px;
}

#revival .left_col h3 {
  margin-bottom: 10px;
}

#revival .revival_info {
  float: right;
  min-height: 95px;
  height: auto !important;
  height: 109px;
  width: 318px;
  padding: 30px 0 0 360px;
  background: url(../img/index/renew/img-revival.jpg) no-repeat 0 50%;
}

#revival .revival_info a {
  padding-left: 10px;
  background: url(../img/index/renew/ico-arrow.png) no-repeat 0 .4em;
}

#revival_radius {
  width: 640px;
  margin-bottom: 40px;
}

#revival_radius:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}

#revival_radius h3 {
  width: 640px;
  height: 114px;
}
#revival_radius h3 img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: auto;
}

#revival_radius h3 a:hover {
  opacity: 0.7;
}

#revival_radius .revival_info {
  width: 100%;
  padding: 10px 0 10px 21px;
  background: #f6f6f6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-sizing: border-box;
}

#revival_radius .revival_info ul:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}

#revival_radius .revival_info li {
  float: left;
  margin-right: 20px;
}

#revival_radius .revival_info a {
  padding-left: 10px;
  background: url(../img/index/renew/ico-arrow.png) no-repeat 0 .4em;
}


/*=============================================
  #company_info
=============================================*/
#company_info {
  overflow: hidden;
  width: 966px;
  margin-bottom: 40px;
}

#company_info .news_release {
  float: left;
  width: 640px;
}

#company_info .news_release .title {
  position: relative;
  margin-bottom: 20px;
}

#company_info .news_release .title .list {
  position: absolute;
  top: 6px;
  right: 15px;
}

#company_info .news_release ul {
  width: 600px;
  margin: 0 auto;
}

#company_info .news_release li {
  overflow: hidden;
  width: 600px;
  margin: 10px 0 0 0;
  padding-top: 10px;
  background: url(../img/index/renew/line-dotted_pink.gif) repeat-x 0 0;
}


#company_info .news_release .date {
  display: block;
  float: left;
  width: 9.5em;
  font-weight: bold;
}

#company_info .news_release .summary {
  float: right;
  width: 480px;
}

#company_info .news_release .first_top {
  margin: 0;
  padding-top: 0;
  background: none;
}


.announce {
  float: right;
  width: 300px;
}

.announce li {
  border-top: 1px solid #fed5f1;
}

.announce .first_top {
  border: none;
}






/*  #footer_bnr
---------------------------------------------*/


#footer_bnr:after {
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#footer_bnr .tree {
  float: left;
}

#footer_bnr #social_btns {
  float: left;
  padding-top: 7px;
}

#footer_bnr #social_btns:after {
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#footer_bnr #social_btns > div {
  float: left;
  margin-left: 10px;
}

#footer_bnr #social_btns .mixi {
  overflow: hidden;
  width: 120px;
  height: 76px;
}
/*
#footer_bottom p.copy {
  padding: 0;
}

#footer_bottom #footer_bottom_inside {
  padding-top: 15px;
  background: #68AB11;
}*/

/*  Important News
---------------------------------------------*/
.pb20 {
	padding-bottom:20px;
}

.mg20 {
	margin-top:20px;
}

.mg15 {
	margin-top:15px;
}


/*-----------------------------
	2018.6
	フッター全ページ統一
------------------------------*/
#footer_sns_area {
	display: block;
}
#footer_sns_area #social_btns {
	width:960px;
	margin:0 auto;
  padding-bottom: 15px;
}
#footer_sns_area #social_btns > div {
  display: inline-block;
  float: none;
  margin-right: 10px;
  vertical-align: text-top;
  text-align: left;
}
#footer_sns_area #social_btns .line {
  width: 88px;
}

/*-----------------------------
  2018.6
  SSL化対応（ヘッダーフォーム削除）
------------------------------*/
#header_area #link_index{
  left:430px;
}
#header_area .link_index_contact{
  right:0;
}
