*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
#wrapper {
  font-family: 'Noto Sans JP';
  overflow: hidden;	
}
.media_pc{
	display: block;
}
.media_sp{
	display: none;
}
.key_visual_wrap {
  width: 100%;	
  height: 290px;	
  background:url("/assets/img/common/img_key_v.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content:center;
  align-items: center;	
  padding: 0 0 0 5%;	
  z-index: 1;	
  position: relative;	
}


@media screen and (max-width:768px){
.media_pc{
	display: none;
}
.media_sp{
	display: block;
}
.key_visual_wrap {
  height: 180px;	
	}
}




/*--------------------------------------------------
bottton
--------------------------------------------------*/
.btn_area a {
  max-width: 280px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #d7000f;
  height: 64px;
  line-height: 62px;
  display: block;
  border-radius: 100px;
  text-decoration: none;
  border: solid 2px #d7000f ;	
}
.btn_area a:hover{
  color: #d7000f;
  background: #fff;
  border: solid 2px #d7000f ;	
  transition: 0.5s;	
　transform: scale(1.1);	
}
.btn_area.arign_right a {
  margin-left: auto;
  margin-right: 0;
}
.btn_area.arign_center a {
  margin: 20px auto 0 auto;
}

/*--------------------------------------------------
header
--------------------------------------------------*/

header {
  height: 100px;	
  background: #d7000f;
  padding: 10px 20px;
  z-index: 3;
  align-items: end;	
  margin: 0 auto;
}
#header.fixed{
  position: fixed;
    z-index: 3;
    top:0;
    left:0;
    right: 0;	
}
header .header_inner {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: end;	
  margin: 0 auto;		
}
header nav {
  display: flex;
  align-items: center;	
  width: 100%;	
}
header .nav_list {
  display: flex;
}
header .nav_btn {
  display: flex;
}
header .nav_btn.media_sp {
  display: none;
}
header .nav_li {
  margin-right: 1.6vw;
}
header .nav_btn_li {
  margin-right: 10px;
}
header .nav_btn_li:last-child {
  margin-right: 0;
}
header .nav_li a {
  font-size: min(1.25vw,15px);
  color: #fff;
  text-decoration: none;
  position: relative;
}
header .nav_btn_li a {
 /* width: 150px;	*/
width: 120px;
	font-size: min(1.25vw,15px);
  color: #fff;
  text-decoration: none;
  display: flex;
  text-align: center;
  border: solid 1px #fff;
  /*padding: 8px 0 7px 16px;*/
	padding: 8px 0 7px 0;	
  border-radius: 50px;
  line-height: 1;
  align-items: center;
  align-content: center;
  justify-content: center;
}
header .nav_li a::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  bottom: -8px;
  left: 0;
  /*幅を0に設定*/
  width: 0;
  /*アニメーションの速度設定*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .nav_li a:hover::after {
  /*幅を100%に設定*/
  width: 100%;
}

/*header .nav_btn_li:nth-child(1) a{
	background-image: url("/assets/img/common/icn_h_tenpo.png");
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 24px 19px;
}*/
header .nav_btn_li:nth-child(2) a{
	background-image: url("/assets/img/common/icn_h_mypage.png");
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 18px;
}
header .nav_btn_li a:hover {
  color: #d7000f;
  background: #fff;	
  transition: 0.5s;	
}
/*header .nav_btn_li:nth-child(1) a:hover{
	background-image: url("/assets/img/common/icn_h_tenpo_red.png");
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 24px 19px;
}*/
header .nav_btn_li:nth-child(2) a:hover{
	background-image: url("/assets/img/common/icn_h_mypage_red.png");
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 18px;
}
header .nav_btn_li a img {
  margin-right: 6px;
}
header .h_nav_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;	
}
header .h_link {
  display: flex;
  justify-content: end;
}
header .sns_link {
  display: flex;
  align-items: center;
}
header .sns_link_li {
  margin-right: 16px;
}
header .h_link {
  margin-bottom: 10px;
  width: 100%;	
}
header select {
  border: none;
  background: #b70e1a;
  width: 150px;
  padding: 5px;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-image: url("/assets/img/common/icn_langage.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px;	
  height: 32px;
  line-height: 32px; 	
}
header select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* ie対応 */
header select::-ms-expand {
  display: none;
}
header .language{
	  position: relative;
}
header .language:after{
	content: "";
	width: 8px;
	height: 8px;
	border: solid 2px #fff;
	border-top: none;
	border-right: none;
    position: absolute;
	top: 0;
	bottom: 0;
right: 12px;
transform: rotate(-45deg);
bottom: 4px;
margin: auto;
	pointer-events: none;
}
@media screen and (max-width:768px){

header .nav_btn.media_sp {
  display: flex;
}	
header .nav_li a::after {
  border: none;
}	
header .language {
  width: 200px;
  margin: 0 auto;
}	
header .nav_li a::after {
  display: none;
	}
}


/*--------------------------------------------------
sp_nav
--------------------------------------------------*/
@media screen and (max-width:768px){
#header {
  position: relative;
  z-index: 2;
}	
header {
  padding: 10px 70px 10px 20px;
  height: 80px;	
}	
header .h_logo img {
  width: 64px;
}	
header .nav_btn_li {
  margin-right: 8px;
}	
header .nav_btn_li a {
  width: 100px;
  font-size: 12px;
}
header .nav_btn_li:nth-child(1) a {
  background-position: 10px center;
  background-size: 19px 15px;
}
header .nav_btn_li:nth-child(2) a {
  background-position: 10px center;
  background-size: 14px;
}	
header nav {
  width: 100%;  	
  display: block;  	
	}
header .h_nav_wrap {
  display: block;
	}
header .h_link {
  display: block;
  background: #d7000f;
  padding: 32px 0;
  width: 100%;	
}	
header select {
  width: 200px;
  height: 40px;
  line-height: 40px;	
  padding: 0 40px 0 40px;
  font-size: 16px;
  margin: 20px auto 0 auto;	
  text-align: center;	
}
header .language::after {
  top: 16px;
	}
header .hmb_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  z-index: 3;
  background: #d7000f;	
}
header .hmb_btn.hidden {
  display: none;
}	
header .hmb_btn span {
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  z-index: 1;
  display: block;	
  position: absolute;
}
header .hmb_btn span:nth-child(1) {
  top: 0;
  right: 0;
}
header .hmb_btn span:nth-child(2) {
  top: 18px;
  right: 0;
}
header .hmb_btn span:nth-child(3) {
  bottom: 0;
  right: 0;
}
header .hmb_btn.show span:nth-child(1) {
  transform: rotate(45deg);
  top: 20px;
  transition: 0.5s;	
}
header .hmb_btn.show span:nth-child(2) {
  display: none;
}
header .hmb_btn.show span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
  bottom: inherit;
  transition: 0.5s;		
}	
header .h_nav_wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 3;
  background: #d7000f;;
  top: 0;
  left: -100%;
  right: 0;
  transition: 0.5s;	
  flex-direction: column;	
  padding: 80px 0 0 0;	
}	
header .h_nav_wrap.show {
  left: 0;
  transition: 0.5s;	
}	
header .nav_list {
  display: block;
}	
header .nav_li a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;	
}	
header .nav_li {
  margin-right: 0;
  margin-bottom: 16px;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}
header .nav_li img {
  margin-right: 10px;
}
header .sns_link {
  display: flex;
  align-items: center;
  justify-content: center;
}	
header .nav_list {
  padding: 0 40px;
}
header .nav_btn.media_pc {
  display: none;
}
header .hmb_btn.show {
  position: fixed;
}	
	
}


/*--------------------------------------------------
crumb_path
--------------------------------------------------*/
.crumb_sns_link_wrap {
  display: flex;
  align-items: center;
}
.crumb_sns_link_wrap div {
  font-size: 12px;
  color: #000;
  margin-right: 8px;
  font-weight: 600;
}
.crumb_path_wrap {
  padding: 5px 0;
  background: #f2f2f2;
}
.crumb_path_inner{
  max-width: 1000px;	
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.crumb_path_list {
  display: flex;
  align-items: center;	
}
.crumb_sns_link {
  display: flex;
  align-items: center;
  display: none;	
}
.crumb_path_list_li {
  font-size: 12px;
}
.crumb_path_list_li a {
  font-size: 12px;
  color: #000;	
  text-decoration: none;
  position: relative;
  padding-right: 16px;
  display: block;
}
.crumb_path_list_li {
  margin-right: 10px;
}
.crumb_path_list_li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 6px;
  height: 6px;
  border: solid 1px #333;
  transform: rotate(45deg);
  display: block;
  border-left: none;
  border-bottom: none;
}
.crumb_sns_link_li {
  margin-right: 10px;
}
.crumb_sns_link_li:last-child {
  margin-right: 0;
}
.crumb_sns_link_wrap {
  display: none;
}

@media screen and (max-width:1000px){
.crumb_path_wrap {
  padding: 5px 20px;
	}
}

@media screen and (max-width: 768px) {
  .crumb_path_wrap.media_pc {
    display: block;
  }
  .crumb_path_wrap.media_sp {
    display: none;
  }
  }
	
@media screen and (max-width:768px){
.crumb_path_wrap {
  padding: 5px 10px;
	}
.crumb_path_list_li {
  margin-right: 6px;
}	
.crumb_path_list_li a {
  font-size: 11px;	
  padding-right: 12px;
	}
.mediasp_nav {
  background: #f2f2f2;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  width: 100%;	
  z-index: 3;	
  position: fixed;	
  align-items: center;	
}	
.mediasp_nav_list {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 62px);
}
.mediasp_nav_btn {
  width: 32px;
}
.mediasp_nav_btn {
  width: 32px;
  position: relative;	
}	
.mediasp_nav_btn {
  width: 32px;
  height: 32px;
  position: relative;
}
.mediasp_nav_btn span {
  width: 100%;
  height: 3px;
  background: #bfbfbf;
  position: absolute;
}
.mediasp_nav_btn span:nth-child(2) {
  top: 14px;
  right: 0;
}	
.mediasp_nav_btn span:nth-child(2) {
  top: 14px;
  right: 0;
}
.mediasp_nav_btn span:nth-child(3) {
  bottom: 0;
  right: 0;
}	
.mediasp_nav_btn.show span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.mediasp_nav_btn.show span:nth-child(2) {
  display: none;
}
.mediasp_nav_btn.show span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}	
.mediasp_nav_list_li .current {
  display: none;
}
body.top .mediasp_nav_list_li:nth-child(1) .def {
  display: none;
}	
body.top .mediasp_nav_list_li:nth-child(1) .current {
  display: block;
}
body.menu_top .mediasp_nav_list_li:nth-child(2) .def {
  display: none;
}	
body.menu_top .mediasp_nav_list_li:nth-child(2) .current {
  display: block;
}
body.search-top .mediasp_nav_list_li:nth-child(4) .def {
  display: none;
}	
body.search-top .mediasp_nav_list_li:nth-child(4) .current {
  display: block;
}	
body.app_lp .mediasp_nav_list_li:nth-child(5) .def {
  display: none;
}	
body.app_lp .mediasp_nav_list_li:nth-child(5) .current {
  display: block;
}	
	
}

@media screen and (max-width:414px){
/*.crumb_path_inner {
  display: block;
}
.crumb_path_list_li {
  font-size: 10px;
}
.crumb_path_list_li a{
  font-size: 10px;
}
.crumb_sns_link {
  justify-content: flex-end;
}	
.crumb_path_list_li img {
  width: 12px;
}*/	
}




/*--------------------------------------------------
f_app
--------------------------------------------------*/
.f_app {
  color: #fff;	
  background: linear-gradient(180deg, #fff 0%, #fff 80px, #000 80px, #000 100%);	
  padding: 0 0 56px 0;	
}
.f_app_inner{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;	
}
.f_app_block {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.f_app_block_li {
  text-align: center;
  position: relative;
}
.f_app_block_li:nth-child(1) {
  width: 50%;	
  display: flex;
  align-items: baseline;	
  align-items: end;	
}
.f_app_block_li_details {
  margin-left: 40px;
}
.f_app_block_li .app_img {
  width: 33%;
}
.f_app_block_li .f_app_block_li_details{
  width: 67%;
}

.f_app_block_li:nth-child(2) {
  width: 50%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;	
}
.f_app .title {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}
.f_app .txt {
  font-size: 14px;
  line-height: 1.8;
  min-height: 80px;	
}
.f_app_block_li:nth-child(2) .txt{
	text-align: left;
}
.f_app .btn_wrap a {
  width: 230px;
  height: 50px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  background: #d7000f;
  line-height: 50px;
  display: block;
  margin: 14px auto 0 auto;
  border-radius: 60px;	
}
.f_app .btn_wrap a:hover {
  color: #d7000f;
  text-decoration: none;
  background: #fff;
  transition: 0.5s;	
}
.input_wrap input {
  width: 320px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #fff;
  border: none;
  padding: 0 20px;
  border-radius: 50px;
  margin: 14px auto 0 auto;
  background-image: url("/assets/img/common/arrow_resi_mail.png");
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: 98% center;
}

@media screen and (max-width:1000px){	
.f_app {
  padding: 56px 20px;	
}
}

@media screen and (max-width:768px){	
.f_app {
  padding: 32px 20px 40px 20px;
  background: #000;
	}
.f_app_block {
  display: block;
}
.f_app_block_li:nth-child(1) {
  width: 100%;
  margin-bottom: 80px;	
  padding: 40px 0;	
  background-image: url("/assets/img/common/img_app_phone.png");
  background-repeat: no-repeat;
  background-position: 100px center;
  background-size: contain;
  	
}
.f_app_block_li .app_img {
  width: 26%;
  display: none;
	}
.f_app .title {
  font-size: 20px;
  margin-bottom: 5px;	
	}
.f_app .btn_wrap a {
  width: 210px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
	}
.f_app_block_li:nth-child(2) {
  width: 100%;
  padding-top: 40px;
  border-top: solid 1px #fff;
}	
.input_wrap input {
  width: 320px;
  height: 40px;
  line-height: 40px;
  background-size: 36px;
  background-position: 99% center;
}	
.f_app_block_li .f_app_block_li_details {
  width: 100%;
}
.f_app_block_li_details {
  margin-left: 0;
}
.f_app .txt {
  min-height: auto;	
}	
}

@media screen and (max-width: 768px){
.f_app_block_li:nth-child(1) {
  margin-bottom: 40px;
  padding: 40px 0 20px 0;
  background-position: 0 center;
  background-size: contain;
  padding-left: 90px;
}
}
	
/*--------------------------------------------------
footer
--------------------------------------------------*/
#footer {
  margin-top: 160px;
}
footer {
  background: #d7000f;
  padding: 40px 0 80px 0;
}
.footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;	
  flex-wrap: wrap;		
}
.f_nav {
  /*display: flex;*/
  width: 100%;
}
.f_nav_list_li {
  margin-bottom: 12px;
  margin-right: 20px;
  border-right: solid 1px #fff;
  padding-right: 20px;
}
.f_nav_list_li:last-child {
  margin-bottom: 12px;
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.f_nav_list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;	
}
.f_nav_list_li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.f_sns_area {
  width: 100%;
  display: flex;
  padding: 20px 0;
  border: solid 1px #fff;
  border-right: none;
  border-left: none;	
  margin-top: 20px;	
}
.f_sns_area .title {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.04em;
}
.f_sns_list {
  margin-left: 80px;
  display: flex;
  align-content: center;
  align-items: center;	
}
.f_sns_list_li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.f_sns_list_li:nth-child(2) {
  margin: 0 20px;
}
.mediasp_nav {
  display: none;
}

@media screen and (max-width:1000px){	
footer {
  background: #d7000f;
  padding: 40px 20px 80px 20px;
}
}
	
@media screen and (max-width:768px){
#footer {
  margin-top: 80px;
}	
footer {
  background: #d7000f;
  padding: 20px 20px 40px 20px;
}
.footer_logo {
  margin-bottom: 16px;
}
.footer_logo img {
  width: 50px;
}
.mediasp_nav {
  display: flex;
}	
.f_nav {
  display: block;
}	
.f_nav_list {
  margin-right: 0;
}
.f_sns_list {
  margin-left: 40px;
	}
.f_nav_list {
  display: block;
	}
.f_nav_list_li {
  margin-bottom: 20px;
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}	
.f_nav_list_li:last-child{
  margin-bottom: 0;
	}	
}




/*--------------------------------------------------
fadein
--------------------------------------------------*/
.fadein {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.fadein.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}



/*--------------------------------------------------
ページトップボタン
--------------------------------------------------*/
#page-top {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 1;	
}
#page-top.show {
}
/* レイアウトのためのcss */
body {
  position: relative;
}


@media screen and (max-width:768px){
#page-top a img {
  width: 47px;
}
#page-top {
  right: 0;
}	
}


/* ここから共通フッターのCSS */


.t-footer_btn_list_wrap {
  white-space: nowrap;
}

.t-footer_btn_list {
  margin: 0 -6px -6px 0;
  display: flex;
  flex-wrap: wrap;
}

.t-footer_btn_list_item {
  display: flex;
  flex-direction: column;
  padding: 0 6px 6px 0;
  width: 100%;
}

.t-footer_btn_list_item.half {
  width: 50%;
}

.t-footer_btn_list_item .c-btn_wrap {
  flex-grow: 1;
}

.t-footer_btn_list_item .c-btn_wrap,
.t-footer_btn_list_item .c-btn {
  border-radius: 6px;
}

.t-footer_btn_list_item .c-btn {
  padding: 13px 14px;
  background-color: #fff;
  font-size: 13px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.t-footer_btn_list_item.half .c-btn {
  padding: 18px 14px;
}

.t-footer_nav {
  max-width: 980px;
}

.list li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: 'KaiSho MCBK1', sans-serif;
}

@media screen and (max-width: 360px) {
  .t-footer_btn_list_item .c-btn {
    font-size: 12px;
  }
}

/* .t-footer_banner_list_wrap */

.t-footer_banner_list_wrap {
  margin: 30px 0 40px 0;
}

.t-footer_banner_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -6px 0;
}

.t-footer_banner_list_item {
  width: 50%;
  padding: 0 6px 6px 0;
}


.t-footer_link_wrap {
  background-color: #fff;
  padding: 5px 0 45px;
}
.t-footer_nav .t-page_nav_list_wrap {
  padding: 25px 10px 0;
  line-height: 1.1;
  font-size: 13px;
  min-height: 250px;
}

.t-footer_nav .t-page_nav_list_item {
  border-bottom: 1px solid #eae6dd;
}

.t-footer_nav .t-page_nav_list_link {
  display: block;
  padding: 10px 5px;
  font-family: 'Noto Serif JP', serif;
}

.t-footer_nav .t-page_lang_list_wrap {
  margin: 22px 0;
  padding: 0 10px;
  font-size: 13px;
  line-height: 1;
}

.t-footer_nav .t-page_lang_list {
  display: flex;
}

.t-footer_nav .t-page_lang_list_item {
  width: 33.333%;
  border-right: 1px solid #eae6dd;
}

.t-footer_nav .t-page_lang_list_item.current {
  color: #b60008;
}

.t-footer_nav .t-page_lang_list_item:last-child {
  border-right: none;
}

.t-footer_nav .t-page_lang_list_link {
  display: block;
  text-decoration: none !important;
  text-align: center;
  padding: 10px;
}


.t-footer_min_nav_list_area {
  font-size: 13px;
  line-height: 1;
  margin: 30px 0 30px 0;
  text-align: center;
}

.t-footer_min_nav_list_wrap {
  display: inline-table;
  vertical-align: bottom;
}

.t-footer_min_nav_list {
  display: table-row;
}

.t-footer_min_nav_list_item {
  display: table-cell;
  padding: 0 0 10px 0;
}

.t-footer_min_nav_list_item:first-child {
  text-align: right;
}

.t-footer_min_nav_list_item:last-child {
  text-align: left;
}

.t-footer_min_nav_list:last-child .t-footer_min_nav_list_item {
  padding: 0;
}

.t-footer_min_nav_block {
  white-space: nowrap;
  padding: 0 15px;
  border-right: 1px solid #3d1613;
}

.t-footer_min_nav_list_item:first-child .t-footer_min_nav_block {
  padding-left: 0;
}

.t-footer_min_nav_list_item:last-child .t-footer_min_nav_block {
  border-right: none;
  padding-right: 0;
}

.c-footer-store {
  padding: 27px 20px 40px 20px;
}
.c-footer-store__list {
  *zoom: 1;
}
.c-footer-store__list:after {
  content: '.';
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.c-footer-store__list li {
  float: left;
}
.c-footer-store__list li span {
  display: inline-block;
}
.c-footer-store__list li span a,
.c-footer-store__list li span span {
  display: block;
  padding: 4px;
}
.c-footer-store__list li img {
  width: 49px;
}
.c-footer-copyright {
  text-align: center;
  margin: 0 20px;
  padding-bottom: 60px;
  border-top: 1px solid #e0e5e9;
}
.c-footer-copyright__logo {
  margin-top: 30px;
}
.c-footer-copyright__copy {
  margin-top: 15px;
  font-family: 'Helvetica Neue', Arial, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', Meiryo, ' ｭ ｳ  ｰ繧ｴ繧ｷ繝 け', 'MS PGothic', sans-serif;
}
.c-footer-sp-store {
  display: none;
}
.c-footer-sp-store__tbl {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
}
.c-footer-sp-store__logo,
.c-footer-sp-store__text {
  display: table-cell;
  vertical-align: middle;
}
.c-footer-sp-store__btn {
  display: block;
  position: relative;
  line-height: 40px;
}
.c-footer-sp-store__btn:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image: url('../../../../../assets/img/common/sprite.png');
  background-repeat: no-repeat;
  background-position: -182px -53px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}
.c-footer-sp-store__btn.is-active:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image: url('../../../../../assets/img/common/sprite.png');
  background-repeat: no-repeat;
  background-position: -182px -95px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}
.c-footer-sp-store__logo img {
  width: 49px;
  margin-right: 5px;
}
.c-footer-sp-store__text {
  width: 135px;
}
.c-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 550;
}
.c-pagetop a {
  display: inline-block;
  width: 76px;
  height: 76px;
  background-image: url('../../../../../assets/img/common/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -298px;
}

.c-footer-store {
  padding: 0 10px;
}
.c-footer-store__wrap {
  display: block;
  padding-bottom: 14px;
  border-top: 1px solid #e0e5e9;
}
.c-footer-store__list {
  margin: 0 -7px 0 -7px;
}
.c-footer-store__list li {
  width: 16.6%;
  text-align: center;
}
.c-footer-store__list li span {
  display: block;
  margin: 10px 5px 0 5px;
}
.c-footer-store__list li span a,
.c-footer-store__list li span span {
  margin: 0;
  padding: 0;
}
.c-footer-store__list li img {
  width: 100%;
}
.js-footer-logo-list {
  display: none;
}
.c-footer-copyright {
  margin: 0 10px;
}
.c-footer-copyright__logo {
  margin-top: 20px;
}
.c-footer-sp-store {
  display: block;
}

/* ----------------------------------
  footer fix
---------------------------------- */

/* .l-footer__frame  */

.l-footer__frame a,
.l-footer__frame a:link,
.l-footer__frame a:visited {
  text-decoration: none;
}
.l-footer__frame a,
.l-footer__frame a:hover,
.l-footer__frame a:link,
.l-footer__frame a:visited {
  color: #0051a4;
}

.c-footer-sp-store__btn {
  font-size: 13px;
}

.c-footer-copyright__copy {
  font-size: 15px;
  color: #323232;
}

.c-footer-copyright {
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}



@media screen and (max-width: 700px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .pc_none {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  .l-footer__inner {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}
}


@media screen and (max-width: 800px) {
  .l-footer__inner {
    width: 100%;
    min-width: 100%;
  }
  .c-footer-store {
    padding: 0 10px;
  }
}


/*----------------------------------------------------
Z-footer
----------------------------------------------------*/

.l-footer__frame {
  padding: 0 0 40px 0;
}
.c-footer-store__wrap.show{
	display: block;
}


