/* CSS Document */
@charset "utf-8";
@import url(reset.css);
@import url(page.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

body {
   font-family:'Noto Sans JP',メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
   font-size: 100%;
   line-height: 0;
   color: #222;
   background-color: #f9f9f9;
   letter-spacing: 0.05rem;
}
/*
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
*/
body input, body textarea, body button {
 font-family:'Noto Sans JP',メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#contents {
  padding-top: 160px;
  flex: 1;
}
.pc {
  display:inline-block;
}
.sp {
  display: none;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
@media all and (max-width: 960px) {
  img {  max-width: 100%;}
  body {  font-size: 0.9rem;}
  .pc { display: none;}
  .sp { display: inline-block;}

}
@media all and (max-width: 640px) {
  .pc { display: none;}
  .sp { display: inline-block;}
  body {  font-size: 0.8rem;}
  #contents {  padding-top: 60px;}
}

/**************************************************************

  link

**************************************************************/
body a {
  color: #254993;
}
body a:hover {
  text-decoration: underline;
}



/**************************************************************

  header

**************************************************************/
header {
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
header .contents_Box {
  max-width: 960px;
  position: relative;
}

/* ページ上部ナビ
--------------------------------------------------------------------------------------*/
header .header_Navi {
  background: #000;
  font-size: 0.78rem;
  color: #fff;
  position: relative;
}
header .header_Navi .contents_Box {
  position: relative;
}
header .header_Navi p {
  line-height: 30px;
  height: 30px;
}
header .header_Navi nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
header .header_Navi nav ul li {
  display: inline-block;
}
header .header_Navi nav ul li a {
  color: #fff;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .header_Navi nav ul li a:hover {
  transition: 0.3s;
}
header .header_Navi nav ul li a span {
  display: block;
  padding: 1rem 1rem 1rem 1.8rem;
  background: url("../img/arrow_white.png") no-repeat 1rem 1.2rem;
  background-size: 5px auto;
}
header .header_Navi nav ul li.first a {
  background-color: #256494;
  background-image: -moz-linear-gradient( 0deg, rgb(37,99,147) 0%, rgb(31,117,159) 46%, rgb(25,135,171) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(37,99,147) 0%, rgb(31,117,159) 46%, rgb(25,135,171) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(37,99,147) 0%, rgb(31,117,159) 46%, rgb(25,135,171) 100%);
}
header .header_Navi nav ul li.flow a {
  background-color: #112162;
  background-image: -moz-linear-gradient( 0deg, rgb(17,32,97) 0%, rgb(27,45,122) 46%, rgb(37,58,147) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(17,32,97) 0%, rgb(27,45,122) 46%, rgb(37,58,147) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(17,32,97) 0%, rgb(27,45,122) 46%, rgb(37,58,147) 100%);
}
header .header_Navi nav ul li.first a:hover {
  background: #256494;
  transition: 0.3s;
}
header .header_Navi nav ul li.flow a:hover {
  background: #112162;
  transition: 0.3s;
}

/* ロゴ・グローバルナビ
--------------------------------------------------------------------------------------*/
#top-head {
  top: -130px;
  position: absolute;
  width: 100%;
  margin: 130px auto 0;
  line-height: 1;
  z-index: 999;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    padding: 1.5rem 0;
}
#global-nav ul {
    position: absolute;
    right: 0;
    top: 54px;
    font-size: 0.95rem;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 30px;
    color: #222;
}
#global-nav ul li a:hover {
  border-bottom: 4px solid #253a93;
  padding-bottom: 26px;
}
#global-nav ul.header_Navi {
  display: none;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    height: 80px;
    background: #fff;
    background: rgba(255,255,255,1);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .header_Navi {
  display: none;
}
#top-head.fixed .logo {
  padding: 0.6rem 0 0;
}
#top-head.fixed #global-nav ul {
    top: 34px;
    font-size: 0.9rem;
}
#top-head.fixed #global-nav ul li a {
    padding: 25px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 16px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #253a93;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {    top: 0;}
#nav-toggle span:nth-child(2) {    top: 11px;}
#nav-toggle span:nth-child(3) {    top: 22px;}

@media all and (max-width: 960px) {
  #top-head #global-nav ul {
      font-size: 0.85rem;
  }
  #top-head #global-nav ul li a {
      padding: 20px;
  }
}
@media all and (max-width: 640px) {
    #top-head,
    .contents_Box {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    #top-head .contents_Box {
      padding: 0;
    }
    header div.header_Navi {
      display: none;
    }
    /* Fixed reset */
    #top-head.fixed {
      padding-top: 0;
      background: transparent;
      height: 60px;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 60px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        padding: 0;
    }
    #top-head.fixed .logo img ,
    #top-head .logo img {
      width: 100px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #253a93;
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #global-nav ul.header_Navi {
      display: block;
      background: #222;
      padding: 0 0 8px;
    }
    #global-nav ul.header_Navi li {
      display: inline-block;
    }
    #global-nav ul.header_Navi li a {
      color: #fff;
      display: block;
      font-size: 0.75rem;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      padding: 14px 0;
    }
    #global-nav ul.header_Navi li a span {
      display: block;
      padding: 0.1rem 0.8rem 0 1.4rem;
      background: url("../img/arrow_white.png") no-repeat 0.5rem 0.3rem;
      background-size: 5px auto;
    }
    #global-nav ul.header_Navi li.first a {
      background-color: #256494;
      background-image: -moz-linear-gradient( 0deg, rgb(37,99,147) 0%, rgb(31,117,159) 46%, rgb(25,135,171) 100%);
      background-image: -webkit-linear-gradient( 0deg, rgb(37,99,147) 0%, rgb(31,117,159) 46%, rgb(25,135,171) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(37,99,147) 0%, rgb(31,117,159) 46%, rgb(25,135,171) 100%);
    }
    #global-nav ul.header_Navi li.flow a {
      background-color: #112162;
      background-image: -moz-linear-gradient( 0deg, rgb(17,32,97) 0%, rgb(27,45,122) 46%, rgb(37,58,147) 100%);
      background-image: -webkit-linear-gradient( 0deg, rgb(17,32,97) 0%, rgb(27,45,122) 46%, rgb(37,58,147) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(17,32,97) 0%, rgb(27,45,122) 46%, rgb(37,58,147) 100%);
    }

    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
@media all and (max-width: 320px) {
    #global-nav ul.header_Navi li a span {
      padding: 0.1rem 0.4rem 0 1rem;
     }
}

/**************************************************************

  コンテンツ

**************************************************************/
.contents_Box {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 960px) {
  .contents_Box {
    padding: 0 3%;
  }
}

/* float
--------------------------------------------------------------------------------------*/
.boxFloat {  overflow: hidden;}
.boxFloat .boxFloatLeft { float: left;}
.boxFloat .boxFloatRight { float: right;}

.boxFloat.Row2 .boxFloatLeft,.boxFloat.Row2 .boxFloatRight {  width: 48%;}

img.imgRight {
  float: right;
  margin-left: 20px;
}
@media all and (max-width: 640px) {
.boxFloat .boxFloatLeft,.boxFloat .boxFloatRight { float: none; width:100% !important;}
img.imgRight {
  float: none;
  margin-left: 0;
  margin-bottom: 10px;
  width: 100%;
}
}


/* パンくずリスト
--------------------------------------------------------------------------------------*/
#pankuzu_List {
  overflow: hidden;
}
#pankuzu_List nav{
  font-size: 0.75rem;
  text-align: right;
  float: right;
  max-width: 760px;
  margin: 0.5rem 0 0 0;
}
#pankuzu_List ul li {
  display: inline-block;
  background: url("../img/arrow_gray.png") no-repeat right 0.25rem;
  background-size: 5px auto;
  line-height: 1.4;
}
#pankuzu_List ul li a {
  display: block;
  padding: 0 0.5rem;
  margin: 0 0.5rem 0 0;
}
#pankuzu_List ul li:first-child a {
  padding-left: 0;
}
#pankuzu_List ul li:last-child {
  padding: 0 0 0 0.2rem;
  background: none;
}
#pankuzu_List ul li a,
#pankuzu_List ul li span {
  max-width: 15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* ボタン：商品一覧へ戻る */
#pankuzu_List div.btn_back {
  padding: 0 2px 4px;
}
#pankuzu_List div.btn_back a {
  padding: 0.8rem 1.2rem 0.9rem 2rem;
  font-size: 0.9rem;
  color: #222;
  font-weight: 700;
  display: inline-block;
  background: #fff url("../img/arrow_blue_re.png") no-repeat 1rem 1rem;
  background-size: 7px auto;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#pankuzu_List div.btn_back a:hover {
  color: #1987ab;
  background: #eaf0f4 url("../img/arrow_skyblue_re.png") no-repeat 1rem 1rem;
  background-size: 7px auto;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: 0.3s;
}

@media all and (max-width: 960px) {
  #pankuzu_List nav {
    max-width: 540px;
  }
  #pankuzu_List ul li span {
    max-width: 30em;
  }
}
@media all and (max-width: 640px) {
  #pankuzu_List nav {
    width: 100%;
    overflow: auto;
    float: none;
    text-align: left;
  }
  #pankuzu_List nav ul {
    white-space: nowrap;
    margin: 0.5rem 0 0.8rem;
  }
  #pankuzu_List ul li a,
  #pankuzu_List ul li span {
    max-width: 100%;
    overflow:inherit;
    text-overflow:inherit;
  }
  #pankuzu_List div.btn_back {
    margin: 0.2rem 0 0 0;
  }
  #pankuzu_List div.btn_back a {
    padding: 0.6rem 0.6rem 0.7rem 1.5rem;
    font-size: 0.8rem;
    background: #fff url("../img/arrow_blue_re.png") no-repeat 0.6rem 0.8rem;
    background-size: 6px auto;
  }
}


/* 特集
--------------------------------------------------------------------------------------*/
#feature {
  background-color: #FFF;
  padding: 3rem 0;
}

/* 見出し */
#feature h2 {
  font-size: 1.15rem;
  font-weight: 700;
}
#feature h2::after {
  margin: 17px 0 0 0;
  background-color: #253a93;
  border-radius: 10px;
  content: "";
  display: block;
  height: 4px;
}

/* バナーリンク */
#feature ul {
  display: flex;
  justify-content: center;
  align-items:stretch;
}
#feature ul li {
  width: 32%;
  margin: 2% 1%;
}
#feature ul li img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#feature ul li a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
@media all and (max-width: 640px) {
  #feature ul {
    display: block;
  }
  #feature ul li {
    width: 80%;
    margin: 6% auto 0;
  }
}


/**************************************************************

  footer

**************************************************************/
footer {
  position: relative;
  width: 100%;
}

/* 商品をお探しの方へ
--------------------------------------------------------------------------------------*/
footer .footer_Search {
  background-color: #256193;
  background-image: -moz-linear-gradient( -60deg, rgb(37,99,147) 0%, rgb(37,79,147) 46%, rgb(37,58,147) 100%);
  background-image: -webkit-linear-gradient( -60deg, rgb(37,99,147) 0%, rgb(37,79,147) 46%, rgb(37,58,147) 100%);
  background-image: -ms-linear-gradient( -60deg, rgb(37,99,147) 0%, rgb(37,79,147) 46%, rgb(37,58,147) 100%);
  padding: 3rem 0;
  overflow: hidden;
}
footer .footer_Search h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  width: 20%;
  float: left;
}
footer .footer_Search .footer_Search_content {
  float: right;
}
footer .footer_Search .footer_Search_content p {
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.6;
}
footer .footer_Search .footer_Search_content_contact {
  margin: 1.5rem 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
footer .footer_Search .footer_Search_content_contact .tel {
  color: #253a93;
  float: left;
  padding: 1rem 0 1rem 1.5rem;
  vertical-align: middle;
  line-height: 1;
}
footer .footer_Search .footer_Search_content_contact .tel strong {
  padding: 0.4rem 0 0.3rem 1.8rem;
  font-size: 1.45rem;
  font-weight: 700;
  display: block;
  float: left;
  background: url("../img/icon_telephone.png") no-repeat 0 0.1rem;
}
footer .footer_Search .footer_Search_content_contact .tel span {
  font-size: 0.8rem;
  display: block;
  line-height: 0;
  float: right;
  padding: 1.2rem 0 0 0.5rem;
}
footer .footer_Search .footer_Search_content_contact .form {
  float: right;
  border-left: 1px solid #253a93;
  margin: 1rem 1.2rem;
  padding: 0 0 0 1.2rem;
}
footer .footer_Search .footer_Search_content_contact .form a {
  border-radius: 5px;
  background-color: #112061;
  background-image: -moz-linear-gradient( 0deg, rgb(17,32,97) 0%, rgb(27,45,122) 46%, rgb(37,58,147) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(17,32,97) 0%, rgb(27,45,122) 46%, rgb(37,58,147) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(17,32,97) 0%, rgb(27,45,122) 46%, rgb(37,58,147) 100%);
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
  display: block;
}
footer .footer_Search .footer_Search_content_contact .form a span {
  display: block;
  padding: 0.8rem 1rem 0.8rem 3rem;
  background: url("../img/icon_email_white.png") no-repeat 0.8rem 0.8rem;
}
footer .footer_Search .footer_Search_content_contact .form a:hover {
  text-decoration: none;
  background:#112061;
  transition: 0.3s;
}

/* インフォメーション・リンク
--------------------------------------------------------------------------------------*/
footer .footer_Information {
  background: #222;
  color: #fff;
  font-size: 0.75rem;
  padding: 2rem 0;
  overflow: hidden;
  position: relative;
}
footer .footer_Information p {
  line-height: 1.4;
}
footer .footer_Information a {
  color: #fff;
}
footer .footer_Information .footer_Information_info {
  float: left;
}
footer .footer_Information .footer_Information_info p:first-child {
  margin: 0 0 1.5rem 0;
}
footer .footer_Information .footer_Information_link {
  float: right;
  text-align: right;
}
footer .footer_Information .footer_Information_link ul {
  width: 100%;
}
footer .footer_Information .footer_Information_link ul li {
  float: left;
  padding: 0 0 0 1.5rem;
}
footer .footer_Information .footer_Information_link ul li a {
  display: block;
  padding: 0.5rem 0;
}
footer .footer_Information .copyright {
  padding: 5.8rem 0 0 0;
}

/* ページの先頭へ戻る
--------------------------------------------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  background-color: #222;
  text-align: center;
}
#pageTop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 30px;
}

@media all and (max-width: 960px) {
  footer .footer_Search h2 {
    width: 100%;
    float: none;
    margin: 0 0 1.5rem;
  }
  footer .footer_Search .footer_Search_content {
    float: none;
  }
  footer .footer_Information {
    padding-bottom: 50px;
  }
  footer .footer_Information .footer_Information_info {
    float: none;
    overflow: hidden;
    padding: 0 0 2rem 0;
  }
  footer .footer_Information .footer_Information_info p:first-child {
    margin: 0 1.5rem 0 0;
    float: left;
  }
  footer .footer_Information .footer_Information_info p:last-child {
    margin: 0.5rem 0 0 0;
  }
  footer .footer_Information .footer_Information_link {
    float: none;
    text-align: right;
    border-top: 1px solid #999;
    width: 100%;
  }
  footer .footer_Information .footer_Information_link ul {
    width: auto;
    float: left;
  }
  footer .footer_Information .footer_Information_link ul li {
    float: left;
    padding: 0 1rem 0 0;
  }
  footer .footer_Information .footer_Information_link ul li a {
    padding: 1rem 0;
  }
  footer .footer_Information .copyright {
    padding: 1rem 0 0 0;
  }

  #pageTop {
    display: block !important;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    line-height: 0;
    text-align: center;
  }
  #pageTop a {
    display: block;
    height: 40px;
    width: 100%;
    line-height: 0;
    padding: 12px 0 0 0;
  }

}
@media all and (max-width: 640px) {
  footer .footer_Search {
    padding: 3rem 4% 1rem;
  }
  footer .footer_Search .footer_Search_content_contact .tel {
    float: none;
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
  footer .footer_Search .footer_Search_content_contact .tel strong {
    padding: 0.4rem 0 0.5rem 1.8rem;
    font-size: 1.55rem;
    float: none;
    background: url("../img/icon_telephone.png") no-repeat 0 0.3rem;
  }
  footer .footer_Search .footer_Search_content_contact .tel span {
    display: block;
    float: none;
    padding: 0.5rem 0 0 2rem;
  }
  footer .footer_Search .footer_Search_content_contact .form {
    float: none;
    border-left: none;
    border-top: 1px solid #253a93;
    margin: 0.5rem 1.2rem;
    padding: 0.5rem 0;
  }
  footer .footer_Search .footer_Search_content_contact .form a span {
    display: block;
    padding: 0.8rem 1rem 0.9rem 3rem;
    background: url("../img/icon_email_white.png") no-repeat 0.8rem 0.8rem;
  }
  footer .footer_Information .footer_Information_info {
    padding: 0 4% 2rem;
  }
  footer .footer_Information .footer_Information_info p:first-child {
    margin: 0 0 1.5rem 0;
    float: none;
    text-align: center;
  }
  footer .footer_Information .footer_Information_info p:last-child {
    margin: 0 4%;
    line-height: 1.6;
  }
  footer .footer_Information .footer_Information_link {
    width: 92%;
    margin: 0 auto;
  }
  footer .footer_Information .footer_Information_link ul {
    margin-left: 0.2rem;
  }
  footer .footer_Information .footer_Information_link ul li {
    padding: 0 0.7rem 0 0;
    font-size: 0.7rem;
  }
  footer .footer_Information .copyright {
    padding: 2.5rem 0 0 0;
    font-size: 0.65rem;
    text-align: center;
  }

}
@media all and (max-width: 320px) {
  footer .footer_Information .footer_Information_link ul {
    margin-left: 0;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #999;

  }
  footer .footer_Information .footer_Information_link ul li {
    width: 50%;
    text-align: left;
  }
  footer .footer_Information .footer_Information_link ul li a {
    padding: 0.5rem 0;
  }
  footer .footer_Information .copyright {
    margin-top: 4rem;
  }

}