/* ---------------------------
	File Name:common.scss
	Create:2018.3.12
	Author:Satsuki Yonekura
------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================
  common
=============================================== */
.smp {
  display: none !important;
}

html {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: none;
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
}

body {
  margin: 0;
  padding: 0;
  color: #666;
  /*font: 13px/1.6 'Lato', sans-serif , 'Noto Sans Japanese', serif;*/
  font: 13px/1.6 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super !important;
}

a {
  display: block;
  color: #777;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.wrap {
  width: 100%;
  padding-top: 92px;
}

.pagetop {
  position: fixed;
  left: 4px;
  bottom: 10px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  padding-top: 30px;
  background: #E50019;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.pagetop span {
  position: relative;
  width: 100%;
  height: 100%;
}

.pagetop span::before {
  display: block;
  position: absolute;
  top: -15px;
  left: 2px;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 72px;
  background: #1A2F77;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
}

header .inner h1 {
  width: 120px;
  margin-right: 40px;
}

header .inner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1A2F77;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner nav ul li {
  margin-right: 40px;
  padding: 5px 0;
  cursor: pointer;
  color: #fff;
}

header .inner nav ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .inner nav ul li a:hover {
  background: none;
  color: #fff;
}

header .inner nav ul .online::after {
  display: none;
}

header .inner nav ul .search {
  width: 30px;
  padding: 0;
  cursor: pointer;
}

header .inner nav .select {
  position: relative;
}

header .inner nav .select::after {
  position: absolute;
  left: 25%;
  bottom: -40px;
  width: 15px;
  height: 15px;
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #1A2F77;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .megamenu {
  display: none;
  position: absolute;
  left: calc(50% - 588px);
  top: 90px;
  z-index: 9999;
  width: 1176px;
  padding: 20px;
  background: #e1e4ec;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .megamenu section h2 {
  margin-bottom: 12px;
  font-size: 24px;
  font-size: 1.84615rem;
  font-weight: bold;
  text-align: center;
}

header .megamenu section section h3 {
  margin-bottom: 24px;
}

header .megamenu .megamenu-left {
  width: 552px;
}

header .megamenu .megamenu-right {
  width: 564px;
}

header .megamenu .menu-store {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .megamenu .menu-store .map ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 12px auto 0;
}

header .megamenu .menu-store .map ul li {
  width: 33%;
  padding: 3px 0;
  font-size: 13px;
  font-size: 1rem;
}

header .megamenu .menu-store .map ul li a {
  color: #1A2F77;
}

header .megamenu .menu-store .genre .genre-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .megamenu .menu-store .genre .genre-inner .nojima {
  width: 144px;
  margin-right: 48px;
}

header .megamenu .menu-store .genre .genre-inner .nojima p {
  width: 100%;
  padding: 12px;
  background: #1A2F77;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .megamenu .menu-store .genre .genre-inner .mobile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 336px;
}

header .megamenu .menu-store .genre .genre-inner .mobile ul li {
  width: 96px;
  margin: 0 24px 24px 0;
}

header .megamenu .menu-store .genre .genre-inner .mobile ul li:nth-child(3) {
  margin-right: 0;
}

header .megamenu .menu-store .genre .genre-inner .mobile p {
  width: 144px;
  padding: 10px;
  background: #1A2F77;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .megamenu .menu-point {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .megamenu .menu-point .mobilepoint p {
  width: 240px;
  margin: 0 auto 24px;
}

header .megamenu .menu-point .mobilepoint .text {
  width: 100%;
  text-align: center;
}

header .megamenu .menu-point .formember ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

header .megamenu .menu-point .formember ul li span {
  width: 72px;
  height: 72px;
  margin: 0 24px 0;
  padding: 15px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .megamenu .menu-service {
  display: none;
}

header .megamenu .menu-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .megamenu .menu-service ul li {
  width: 19%;
  text-align: center;
}

header .megamenu .menu-service ul li img {
  margin-bottom: 12px;
}

header .megamenu .menu-service ul .big {
  width: 32%;
  margin-bottom: 24px;
}

header .megamenu .menu-search {
  display: none;
  padding: 24px 0;
}

header .megamenu .menu-search h2 {
  text-align: center;
}

header .megamenu .menu-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 744px;
  margin: 12px auto;
  text-align: center;
}

header .megamenu .menu-search form input[type=text] {
  width: 600px;
  margin: 0;
  padding: 10px;
  border: 1px solid #1A2F77;
  border-radius: 6px 0 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .megamenu .menu-search form button {
  width: 144px;
  margin: 0;
  padding: 10px;
  background: #1A2F77;
  border: none;
  border-radius: 0 6px 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.inner {
  width: 1130px;
  margin: 0 auto;
}

.menu-smp {
  display: none;
}

.wc-webchat-ctn {
  right: 130px;
}

footer {
  position: relative;
  width: 100%;
  margin-top: 110px;
  padding: 110px 0 100px;
  background: linear-gradient(180deg, #172871 0%, #172871 72px, #101D50 72px, #101D50 100%);
  font-size: 17px;
  font-size: 1.30769rem;
}

footer::before {
  position: absolute;
  top: -84px;
  width: 100%;
  content: url("../../img/img_foot.png");
  text-align: center;
}

footer #pankuzu {
  height: auto;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer #pankuzu ul {
  width: 1130px;
  max-width: 100%;
  background: none;
}

footer #pankuzu ul li {
  font-size: 13px;
  font-size: 1rem;
  color: #fff;
}

footer #pankuzu ul li a {
  display: inline-block;
  color: #fff;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1130px;
  margin: 0 auto;
  color: #fff;
}

footer .inner a {
  color: #fff;
}

footer .inner .foot-l {
  width: 50%;
}

footer .inner .foot-l h1 {
  width: 120px;
}

footer .inner .foot-l .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 130px;
  margin: 20px 0;
}

footer .inner .foot-l .sns p {
  width: 28%;
}

footer .inner .foot-l .shoplist {
  margin-bottom: 20px;
}

footer .inner .foot-l .shoplist h2 {
  margin: 10px auto;
  font-size: 17px;
  font-size: 1.30769rem;
}

footer .inner .foot-l .shoplist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
}

footer .inner .foot-l .shoplist ul li {
  width: 33%;
  padding: 3px 0;
  font-size: 13px;
  font-size: 1rem;
}

footer .inner .foot-r {
  width: 50%;
}

footer .inner .foot-r .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .inner .foot-r .menu li {
  width: 33%;
  padding: 3px 0;
}

footer .inner .foot-r .menu li span {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

footer .inner .foot-r .menu .long {
  width: 66%;
}

footer .inner .foot-r .submenu {
  margin-top: 40px;
}

footer .inner .foot-r .submenu li {
  float: left;
  width: 33%;
  margin-right: 0.5%;
  padding: 3px 0;
  font-size: 13px;
  font-size: 1rem;
}

footer .inner .foot-r .submenu li:nth-child(3n) {
  margin-right: 0;
}

footer .inner .foot-r .submenu .privacy,
footer .inner .foot-r .submenu .sitemap {
  margin-top: 20px;
}

footer .inner .copyright {
  width: 100%;
  font-size: 16px;
  font-size: 1.23077rem;
  text-align: right;
}

/* siance */
header .inner nav #search {
	position: relative;
    top: 0;
    right: 0;
}
header .inner nav #search:before{
  	content: "";
  	position: absolute;
    width: 1px;
    height: 20px;
    background: #222;
    left: 0;
    top: 14px;
}
.modal_open {
    display: block;
    width: 30px;
    height: 50px;
    margin-left: 15px;
	padding: 0;
    border-radius: 10px;
    cursor: pointer;
	background: none!important;
    text-decoration: none;
    transition: opacity 0.3s;
}
.modal_open:hover {
    opacity: 0.7;
}
.modal_txt {
    display: block;
    position: relative;
    height: 100%;
    background: url(../../img/search_icon.svg) no-repeat center right/26px;
    font-size: 0;
}
.modal_content {
    position: fixed;
    display: none;
    z-index: 5000;
    text-align: center;
    width: 526px;
}
.search_box {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    background: #fff;
}
.search_txt {
    display: block;
    width: 100%!important;
    padding: 20px 60px 19px 20px!important;
    background: none!important;
    border: none!important;
    box-sizing: border-box!important;
    font-size: 18px!important;
	height: auto!important;
    color: #222!important;
    margin: 0!important;
    outline: auto!important;
}

.search_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    width: 60px;
    height: 60px;
    background: url(../../img/search_icon.svg) no-repeat center/30px;
    border: none;
    cursor: pointer;
}
.modal_close {
    position: relative;
    display: inline-block;
    padding-left: 20px;
	font-size: 15px;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
}
#s_overlay {
    display: none;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.85);
	opacity: 1!important;
}
.modal_close::before, .modal_close::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 2px;
    height: 14px;
    margin: auto;
    background: #fff;
}
.modal_close::before {
    transform: rotate(45deg);
}
.modal_close::after {
    transform: rotate(-45deg);
}
/* common-smp
------------------------------------------------------- */
@media only screen and (max-width: 1030px) {
  .wrap {
    padding-top: 54px;
  }
}
@media only screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
  .smp {
    display: block !important;
  }
  .pagetop {
    width: 56px;
    height: 56px;
    padding-top: 30px;
  }
  header {
    height: auto;
  }
  header .inner {
    padding: 10px 0;
  }
  header .inner h1 {
    width: 20%;
    margin: 0 auto;
  }
  .menu-smp,
  .menu-search {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100vh;
    background: #ddd;
  }
  .search {
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 20px 0;
  }
  .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 94%;
    margin: 0 auto;
  }
  .search form input[type=text] {
    width: calc(100% - 84px);
    margin: 0;
    padding: 6px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .search form button {
    width: 74px;
    margin: 0;
    padding: 5px;
    background: #ccc;
    border: none;
    border-radius: 0 6px 6px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    text-align: center;
  }
  .fixed-action-btn {
    right: 10px;
    bottom: 75px;
    z-index: 999;
    width: 60px;
    text-align: right;
  }
  .fixed-action-btn .bgBlue {
    background: #1A2F77;
    border: 4px solid #fff;
  }
  .fixed-action-btn .bgBlue i {
    margin-left: -4px;
  }
  .fixed-action-btn .cancel i {
    margin-top: -4px;
  }
  .fixed-action-btn ul {
    right: 10px;
    left: auto;
    width: 300%;
  }
  .fixed-action-btn ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1A2F77;
  }
  .fixed-action-btn ul li a {
    margin-left: 5px;
  }
  .fixed-action-btn ul li .btn-search {
    pointer-events: none;
  }
  .fixed-action-btn ul .btn-floating i {
    color: #1A2F77;
  }
  .wc-webchat-ctn {
    position: fixed;
    bottom: 11.5%;
    right: 20%;
    width: 75%;
  }
  footer {
    margin-top: 60px;
    padding: 50px 0 70px;
    background: linear-gradient(180deg, #172871 0%, #172871 32px, #101D50 32px, #101D50 100%);
  }
  footer::before {
    top: -40px;
    height: 50px;
    content: "";
    background: url("../../img/img_foot.png") center center no-repeat;
    background-size: 100% auto;
  }
  footer .inner {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  footer .inner .foot-l {
    position: relative;
    width: 100%;
  }
  footer .inner .foot-l h1 {
    width: 90px;
  }
  footer .inner .foot-l .sns {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  footer .inner .foot-l .shoplist {
    margin: 20px auto;
    border-top: 1px solid #fff;
  }
  footer .inner .foot-l .shoplist ul {
    width: 100%;
  }
  footer .inner .foot-r {
    width: 100%;
    margin: 20px auto;
    border-top: 1px solid #fff;
  }
  footer .inner .foot-r .menu {
    margin: 20px auto;
  }
  footer .inner .foot-r .submenu {
    margin: 20px auto;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  footer .inner .foot-r .submenu .privacy,
  footer .inner .foot-r .submenu .sitemap {
    width: 49%;
    margin-top: 20px;
  }
  footer .inner .copyright {
    width: 100%;
    font-size: 16px;
    font-size: 1.23077rem;
    text-align: right;
  }
}

/* common-tablet
------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .smp {
    display: block !important;
  }
}
/*# sourceMappingURL=maps/common.css.map */
