@charset "utf-8";

/* 既存要素の表示を調整 */
/* wrapper */
@media (min-width: 768px){
  .l-wrapper{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .container{
    max-width: 980px;
  }
}
@media only screen and (min-width: 992px){
  .l-wrapper{
    margin-left: auto;
    margin-right: auto;
  }
}

/* ヘッダー */
.l-header{
  min-height: 56px;
}
.l-header .container{
  max-width:unset;
}
.t-headerCenter .siteTitle{
  display: none;
}
.t-headerCenter .container-header{
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px){
  .l-header .container-header{
    min-height: 65px;
  }
  .l-header{
    padding: 0;
  }
}

/* TOPページヘッダー下 */
.blog_top_head{
  margin-bottom: 26px;
}
.blog_top_head h2{
  width: 69%;
  margin: 0 auto;
  padding: 28px 0 60px;
}
.blog_top_head h2 img{
  width: 100%;
}
.blog_top_head select{
  width: 100%;
  font-size: 17px;
  height: 36px;
  padding-left: 3px;
  border: 1px solid #333;
  border-bottom: none;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
}
.blog_top_head input.search_input{
  width: 100%;
  font-size: 17px;
  height: 36px;
  padding-left: 5px;
  border: 1px solid #333;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
}
.header_pc .blog_top_head input.search_input{
  font-size: 15px;
}
.blog_top_head .search_contents.textbox{
  position: relative;
}
.blog_top_head .search_contents.textbox input[type="image"]{
  position: absolute;
  top: 1px;
  right: 0;
  background-color: #fff;
  height: 34px;
  padding: 4px;
  margin-right: 1px;
  box-sizing: border-box;
}
@media (min-width: 768px){
  .blog_top_head{
    margin-bottom: 46px;
  }
  .blog_top_head h2{
    width: 315px;
    padding: 48px 0 94px;
    letter-spacing: 0.04em;
  }
  .l-main .blog_top_head form{
    display: flex;
    width: 640px;
    margin: 0 auto;
  }
  .l-main .blog_top_head select{
    border: 1px solid #333;
    border-right: none;
  }
  .l-main .blog_top_head .search_contents{
    width: 36%;
  }
  .l-main .blog_top_head .search_contents.textbox{
    width: 64%;
  }
}

/* コントローラー */
.controller{
  padding-bottom: 15px;
  margin: 0;
  border: none;
}
.controller__item{
  padding-right: 12px;
}
.controller__item:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #333;
}
.controller__item:last-child:before{
  background: none;
}
.controller__link{
  color: #666666;
}
.controller__link.is-current, .controller__link:hover{
  border-bottom: none;
}

/* ページャー */
.pager__item{
  margin: 0 4px;
}
.pager__item-next,
.pager__item-prev{
  border: none;
  margin: 0 1px;
}
.pager__item.pager__item-next:hover,
.pager__item.pager__item-prev:hover{
  background-color: #fff;
  color: #939393;
}
.pager__item-next:before{
  content: '';
  display: inline-block;
  width: 32px;
  height: 4px;
  background-image: url(https://file002.shop-pro.jp/PA01391/623/renewal/img/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  margin-right: -20px;
  transform: none;
  border: none;
  transition: all .2s;
}
.pager__item-next:hover:before{
  right: -7px;
}
.pager__item-prev:before{
  content: '';
  display: inline-block;
  width: 32px;
  height: 4px;
  background-image: url(https://file002.shop-pro.jp/PA01391/623/renewal/img/btn_arrow_prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  margin-left: -20px;
  transform: none;
  border: none;
  transition: all .2s;
}
.pager__item-prev:hover:before{
  left: -7px;
}

/* カテゴリ */
.archive__item .eyecatch{
  margin-bottom: 12px;
}
.archive__item .eyecatch__cat{
  position: static;
  display: inline-block;
  margin-bottom: 11px;
}
.menu .archive__item .eyecatch{
  margin-bottom: 0;
}
.menu .archive__item .eyecatch__cat{
  margin-bottom: 8px;
}
.eyecatch__cat a::before, .the__category a::before{
  content:none;
}

/* 記事 */
.eyecatch__link-maskzoomrotate:hover img{
  transform: none;
  opacity: 0.83;
  transition: .15s;
}
.eyecatch__link.eyecatch__link-maskzoomrotate:hover::after{
  content: none !important;
}
.eyecatch__link-maskzoomrotate:hover::after{
  background: none;
}


/* TOPバナー下部 */
.l-main .bnr_large{
  padding: 30px 0 25px;
}
.l-main .bnr_large img{
  width: 100%;
}
.l-main .bnr_large a:hover img{
  opacity: 0.83;
  transition: 0.05s;
}
@media (min-width: 768px){
  .l-main .bnr_large{
    padding: 50px 0 60px;
  }
}

/* フッター */
.l-footer{
  display: none;
}
.l-footerTop .heading{
  color: #191919;
}

/* 記事 */
#viewCard:checked~.archive .archive__contents .phrase{
  display: block;
}
.archive__item{
  border-bottom: none;
}
/*.l-main-wide #viewCard:checked~.archive .archive__item{
  width: 100%;
}*/
@media (min-width: 768px){
  #viewCard:checked~.archive{
    width: calc(100% + 20px);
  }
  #viewCard:checked~.archive .archive__item{
    margin-right: 20px;
  }
  .l-main-wide #viewCard:checked~.archive .archive__item:nth-child(1),
  .l-main-wide #viewCard:checked~.archive .archive__item:nth-child(2){
    width: calc(50% - 20px);
  }
  .l-main-wide #viewCard:checked~.archive .archive__item{
    width: calc(25% - 20px);
  }
  .l-main-wide #viewCard:checked~.archive .archive__item:nth-of-type(n+3) .heading-secondary{
    font-size: 1.6rem;
  }
  .l-main-wide #viewCard:checked~.archive .archive__item:nth-of-type(n+3) .phrase{
    display: none;
  }
  .l-main-wide .sec #viewCard:checked~.archive .archive__item:nth-child(1),
  .l-main-wide .sec #viewCard:checked~.archive .archive__item:nth-child(2){
    width: calc(25% - 20px);
  }
  .l-main-wide .sec #viewCard:checked~.archive .archive__item .phrase{
    display: none;
  }
}


/* 2019リニューアル --------------------------------------- */

/* 既存style初期化 */
#header{
  margin-bottom: 0;
  font-family: "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.main.row{
  padding-top: 78px;
  margin-bottom: 0;
}
.main.row.top_page{
  max-width: none;
  padding-top: 0;
}
.top_page .contents{
  float: none;
}
.footer{
  margin-top: 0;
  font-family: "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.main_slider_section .bx-wrapper .bx-viewport{
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
}
.top_page .col-md-9{
  width: 100%;
}
.add_contents{
  width: 100%;
  margin-bottom: 30px;
}
.footer_checked{
  border-bottom: none;
}

.footer_banner{
  padding-bottom: 30px;
}
@media (min-width: 980px){
  .main.row{
    padding-top: 95px;
    margin-bottom: 40px;
  }
  .main.row.top_page{
    padding-top: 65px;
    margin-bottom: 0;
  }
  .top_page .contents{
    width: 100%;
  }
  .add_contents{
    margin-bottom: 60px;
  }
  .footer_banner{
    padding-bottom: 30px;
  }
  .footer_banner li{
    margin-bottom: 2%;
  }
}

.renew div,
/* .renew span, */
.renew h1,
.renew h2,
.renew h3,
.renew h4,
.renew p,
/* .renew a, */
.renew address,
.renew em,
.renew img,
.renew small,
.renew strong,
.renew dl,
.renew dt,
.renew dd,
.renew ol,
.renew ul,
.renew li,
.renew form,
.renew label,
.renew table,
.renew tr,
.renew th,
.renew td{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  vertical-align: baseline;
  background:transparent;
}
.renew ol,
.renew ul{
  list-style: none;
}
.renew dt{
  font-weight: normal;
  line-height: normal;
}
.renew dd{
  line-height: normal;
}
.renew a{
  text-decoration: none;
}
.renew a:hover{
  color: #333;
}
.renew em{
  font-style: normal;
}
.renew img{
  vertical-align: bottom;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
}
.is-pc{
  display: block !important;
}
.is-sp{
  display: none !important;
}
@media screen and (max-width: 767px){
  .is-pc{
    display: none !important;
  }
  .is-sp{
    display: block !important;
  }
}

.renew .navigation_wrapper .pickuppost .post .archive__item{
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ------------------- */
#wrapper{
  color: #333;
  font-size: 14px;
  font-family: "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
}
.renew{
  max-width: 100%;
  line-height: 1.5;
}
@media (min-width: 768px){
  .renew .inner{
    width: 980px;
    margin: 0 auto;
  } 
  .renew a:hover img{
    opacity: 0.83;
    transition: 0.05s;
  }
}


/* --------------------
  ヘッダー
-------------------- */
.renew .header .logo_outer{
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
  z-index: 10001;
}
.renew .header h1{
  z-index: 10001;
}
.renew .header h1 a img{
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 117px;
}
.renew .header h1 a{
  display: block;
}
.renew .header .sp_header_mypage a img {
  width: 17px;
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
}
.renew .header .sp_header_mypage a img[data-login="false"]{
  right: 142px;
}
.renew .header .sp_header_mypage a img[data-login="true"]{
  right: 136px;
}
.renew .header .sp_header_tell a img{
  width: 23px;
  position: absolute;
  right: 102px;
  top: -1px;
  bottom: 0;
  margin: auto;
}
.renew .header .sp_header_cart a img{
  width: 23px;
  position: absolute;
  right: 68px;
  top: -1px;
  bottom: 0;
  margin: auto;
}

/*ハンバーガーメニュー*/
.renew .header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 6;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.renew .header.top_page{
  background-color: transparent;
  box-shadow: none;
}
.renew .header.top_page.white{
  background-color: #ffffff;
  transition: 0.2s;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2) !important;
}
.renew .el_humburger{
  position: absolute;
  top: 6px;
  right: 13px;
  width: 40px;
  height: auto;
  box-sizing: border-box;
  z-index: 100020;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  padding: 2px !important;
}
.renew .el_humburger .nav_drawer_text{
  display: block;
  transition: 0.2s;
}
.renew .el_humburger .nav_drawer_text img{
  width: 100%;
}
.renew .el_humburger .nav_drawer_text_close{
  display: none;
  transition: 0.2s;
}
.renew .js_appear .el_humburger .nav_drawer_text{
  display: none;
  transition: 0.2s;
}
.renew .js_appear .el_humburger .nav_drawer_text_close{
  display: block;
  width: 26px;
  margin: 6px auto 0;
  transition: 0.2s;
}
.renew .js_appear .el_humburger .nav_drawer_text_close img{
  width: 100%;
}

/*ナビゲーション表示時 */
.renew .navigation{
  display: none;
}
.renew .navigation.js_appear{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
.renew .navigation_screen{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 1.0);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.renew .navigation_wrapper{
  padding: 56px 0 0 0;
}
.renew .js_fixed{
  position: fixed;
  width: 100%;
  height: 100%;
}

.renew .navigation_wrapper .menu{
  padding: 0 15px;
  margin: 16px auto 40px;
}
.renew .navigation_wrapper h4{
  background-color: #464646;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;  
  padding: 5px 12px;
}
.renew .navigation_wrapper p{
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
}
.renew .navigation_wrapper .sp_menu_blog{
  margin: 24px auto 26px;
}
.renew .navigation_wrapper .sp_menu_blog .sp_menu_form{
  position: relative;
}
.renew .navigation_wrapper .sp_menu_blog .sp_menu_form input{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 0;
  height: 39px;
  padding: 8px 12px;
}
.renew .navigation_wrapper .sp_menu_blog .sp_menu_form button{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.renew .navigation_wrapper .sp_menu_blog .sp_menu_form button img{
  width: 40px;
  height: 39px;
}
.renew .navigation_wrapper .pickuppost .post{
  margin-bottom: 10px;
}


.renew .pickuppost li dl{
  overflow: hidden;
}
.renew .pickuppost li dt{
  float: left;
  width: 45.8%;
  margin-bottom: 0;
}
.renew .pickuppost li dd{
  float: right;
  width: 49.5%;
  font-size: 14px;
}




.renew .navigation_wrapper .sp_menu_list{
  padding-top: 12px;
  padding-bottom: 18px;
}
.renew .navigation_wrapper .sp_menu_list li{
  width: 100%;
  height: 54px;
}
.renew .navigation_wrapper .sp_menu_list li a{
  display: flex;
  align-items: center;
  position: relative;
  font-size: 15.5px;
  height: 100%;
}
.renew .navigation_wrapper .sp_menu_list li a img{
  width: 34px;
  margin-right: 10px;
}
.renew .navigation_wrapper .sp_menu_list li a:after{
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url(https://file002.shop-pro.jp/PA01391/623/renewal/img/icon_arrow_sp.png);
  background-size: 6px 12px;
  background-position: center right;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
}
.renew .navigation_wrapper .sp_menu_list.sec{
  border-top: 1px solid #464646;
}
.renew .navigation_wrapper .sp_menu_list.sec li a{
  text-indent: 20px;
}
.renew .navigation_wrapper .sp_menu_list.sec li a:after{
  background: none;
  width: 10px;
  height: 1px;
  border-top: 1px solid #dddddd;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.renew .navigation_wrapper .sp_menu_button li{
  width: 100%;
  height: 54px;
  margin-bottom: 12px;
}
.renew .navigation_wrapper .sp_menu_button li a{
  border: 1px solid #333;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15.5px;
  height: 100%;
  line-height: 0;
}

.renew .fs-p-headerNavigation__search{
  margin-right: 0;
  padding-left: 44px;
}
.renew .fs-p-inputGroup__input{
  font-size: 16px;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  padding: 3px 1px;
  border-radius: 0;
  height: 26px;
  box-sizing: border-box;
}
.language_menu input::placeholder{
  color: #999 !important;
}
.renew .fs-p-inputGroup{
  display: flex;
  align-items: stretch;
}
.renew .fs-p-inputGroup .submit{
  height: 26px;
  width: 25px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  padding-bottom: 2px;
  border-radius: 0;
 box-sizing: border-box;
}
.renew .language_menu input::placeholder{
  color: #000;
}
.renew .language_menu input[type="text"]:focus{
  border-bottom: 1px solid #000;
  outline: 0;
}
.renew .fs-p-searchForm__input{
  width: calc(100% - 2.2em);
}

/* 検索フォームドロワーメニュー */
.renew #nav-language{
  position: absolute;
  font-size: 0;
  width: 24px;
  top: 14px;
  right: 140px;
  z-index: 1000000000;
  padding: 1px;
}
.renew #nav-language .drawer__title{
  position: relative;
  padding-top: 0;
}
.renew .nav-unshown2{
  display: none;
}
.renew #nav-open2{
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0;
}
.renew #nav-open2 img{
  width: 100%;
}
.renew #nav-close2{
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.renew #nav-content2{
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
/*チェックが入ったら表示*/
.renew #nav-input2:checked ~ #nav-close2{
  display: block;
  opacity: 0.5;
}
.renew #nav-input2:checked ~ #nav-content2{
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
.renew #nav-content2 .close200{
  top: 31px;
  left: 20px;
  right: auto;
}
.renew .language_menu{
  padding: 30px 5% 33px;
}

/* xボタン */
.renew .drawer__title{
  position: relative;
  padding-top: 44px;
}
.renew .drawer__title .close200{
  display: inline-block;
  padding: 0 3px;
}
.renew .drawer__title .close200 span{
  height: 28px;
  margin: 0 12px 0 12px;
}
.renew .drawer__title .close200 span:before{
  width: 28px;
  left: -13px;
}
.renew .close200{
  display: none;
  position: absolute;
  z-index: 999999;
  top: 18px;
  right: 15px;
  padding: 0 15px 10px;
  cursor: pointer;
}
.renew .close200 span{
  display: inline-block;
  position: relative;
  width: 1px;
  height: 45px;
  margin: 0 15px 0 15px;
  padding: 0;
  background: #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.renew .close200 span:before{
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 45px;
  height: 1px;
  margin-top: -1px;
  background: #333;
  content: "";
}

/* ---------------------
  - main_slider_section
--------------------- */
@media (min-width: 768px){
  .renew .header_pc{
    z-index: 100;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 65px;
  }
  .renew .header_pc .header_nav{
    position: relative;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    height: 65px;
  }
  .renew .header_pc .header_nav h1{
    position: absolute;
    top: 13px;
    left: 18px;
    width: 154px;  
  }
  .renew .header_pc .header_nav h1 img{
    width: 100%;
  }
  .renew .header_pc .header_nav .header_nav_unit{
    display: flex;
    justify-content:flex-end;
    align-items:center;
    height: 65px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_form{
    margin-right: 26px;
    position: relative;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_form input[type="text"]{
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    padding: 3px 0 3px 1px;
    width: 200px;
    background-color: #fff;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_form input[type="image"]{
    width: 22px;
    position: absolute;
    top: 1px;
    right: 0;
    background-color: #fff;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_tell img{
    width: 20px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_tell{
    font-size: 14px;
    font-weight: bold;
    margin-right: 22px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_cart{
    margin-right: 31px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_cart img{
    width: 28px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu{
    width: 44px;
    margin-right: 16px;
    margin-top: -2px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu button img.i_open{
    display: block;
    width: 100%;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu button img.i_close{
    display: none;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu button.icon_hidden img.i_open{
    display: none;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu button.icon_hidden img.i_close{
    display: block;
    width: 100%;
  }
  .renew .target{
    display: none;
    height: calc(100vh - 65px);
    overflow-y:scroll;
  }
  .renew .target_inner{
    height: 533px;
    background-color: #fff;
    padding: 80px 0 40px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    box-sizing: unset;
  }
  .renew .target_inner .navigation_wrapper{
    padding: 0;
  }
  .renew .target_inner .navigation_wrapper li h4{
    background-color: #464646;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.05em;  
    padding: 5px 12px;
    margin-bottom: 20px;
    text-align: left;
  }
  .renew .target_inner .navigation_wrapper > ul{
    display: flex;
    justify-content: space-between;
  }
  .renew .target_inner .navigation_wrapper > ul > li{
    width: 210px;
  }
  .renew .target_inner .navigation_wrapper ul.category_pc_inner li{
    height: 40px;
    display: flex;
    align-items: center;
  }
  .renew .target_inner .navigation_wrapper ul.category_pc_inner.guid{
    padding-top: 18px;
  }
  .renew .target_inner .navigation_wrapper ul.category_pc_inner.guid li{
    border: 1px solid #333;
    justify-content: center;
    margin-bottom: 13px;
    box-sizing: border-box;
  }
  .renew .target_inner .navigation_wrapper ul.category_pc_inner.guid li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}















/* ---------------------
    - bnr_area
--------------------- */
.renew .bnr_area{
  padding: 0 15px;
}
.bnr_area .bnr_small{
  margin-bottom: 46px;
}
.bnr_area .bnr_small li{
  margin-bottom: 14px;
}
.bnr_area .bnr_large{
  margin-bottom: 46px;
}
.bnr_area .bnr_large li{
  margin-bottom: 14px;
}
@media (min-width: 768px){
  .bnr_area .bnr_small{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .bnr_area .bnr_small li{
    width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .bnr_area .bnr_small li:nth-child(4){
    margin-right: 0;
  }
  .bnr_area .bnr_large{
    margin-bottom: 100px;
  }
  .bnr_area .bnr_large li{
    width: 100%;
    margin-bottom: 20px;
  }
}

/* ---------------------
  - footer_info
--------------------- */
.footer .footer_info_pc{
  display: none;
}
.footer .footer_info_sp{
  padding: 0 15px;
  font-size: 14px;
  border-top: 1px solid #333;
}
.footer .footer_info_sp ul{
  margin: 20px 0 24px;
}
.footer .footer_info_sp li a{
  display: block;
  font-size: 14px;
  padding: 11px 0;
  position: relative;
  vertical-align: middle;
}
.footer .footer_info_sp li a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px){
  .footer .footer_info_sp{
    display: none;
  }
  .footer .footer_info_pc{
    display: block;
    background-color: #e5e5e5;
  }
  .footer .footer_info_pc .inner{
    display: flex;
    justify-content: space-between;
    padding: 80px 0 88px;
  }
  .footer .footer_info_pc .inner > .left_unit{
    width: 460px;
  }
  .footer .footer_info_pc .inner > .right_unit{
    width: 480px;
  }
  .footer .footer_info_pc .inner > div section{
    padding-bottom: 12px;
  }
  .footer .footer_info_pc .inner > div section:last-of-type{
    padding-bottom: 0;
  }
  .footer .footer_info_pc .inner h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 26px;
  }
  .footer .footer_info_pc .inner dl dt{
    font-weight: bold;
    margin-bottom: 6px;
  }
  .footer .footer_info_pc .inner dl dd{
    margin-bottom: 30px;
  }
  .footer .footer_info_pc .inner dl dd img{
    margin-bottom: 10px;
  }
  .footer .footer_info_pc .inner dl dd.yamato{
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_info_pc .inner dl dd.yamato p:nth-child(1){
    width: 89px;
  }
  .footer .footer_info_pc .inner dl dd.yamato p:nth-child(2){
    width: calc(100% - 105px);
  }
}

/* ---------------------
  - footer_link
--------------------- */
.footer .footer_link{
  padding: 0 15px;
}
.footer .footer_link ul{
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.footer .footer_link li{
  padding: 0 13px;
  margin-bottom: 10px;
}
@media (min-width: 768px){
  .footer .footer_link{
    padding: 0;
    margin: 45px auto 38px;
  }
  .footer .footer_link ul{
    font-size: 14px;
    margin-bottom: 0;
  }
  .footer .footer_link li{
    padding: 0 14px;
    margin-bottom: 0;
  }
}

/* ---------------------
  - footer_copy
--------------------- */
.footer .footer_copy{
  font-size: 12px;
  background-color: #333;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 768px){
  .footer .footer_copy{
    background-color: #fff;
    color: #333;
    font-size: 14px;
    padding: 0;
    margin-bottom: 45px;
  }
}

