﻿@charset "UTF-8";

/* =========================================================
[Web Fonts]
========================================================= */
@import url('https://fonts.googleapis.com/css?family=Quicksand|Roboto');


/* =========================================================
[Base]
========================================================= */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}


body {
  /*font-family: "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
  line-height: 1.6;
  color: #333;
  background: #fff;
  font-size: 1.6rem;
  /*font-weight: 100;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
    color: #333;
    background: #fff;
    width: 100%;
  }
}


/* =========================================================
[Common - Modules]
========================================================= */

/* --------------------------------------------------
  Header
-------------------------------------------------- */
.common_header {
  background: #d8d8d6;
  width: 100%;
  height: 48px;
  line-height: 40px;
  margin-top: -8px;
}

.common_header .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.common_header .logo {
  display: inline; /*inline-block; NEWに切り替え時*/
  height: 40px;
  padding-right: /*★10px*/;
  line-height: 68px;
}

@media screen and (min-width: 768px) {
.common_header .left_wrap {
  padding-left: 50px;
}
}

@media screen and (max-width: 767px) {
.common_header .left_wrap {
  padding-left: 20px;
}
}
.common_header .right_wrap {
  position: absolute;
  top: 15px;
  right: 20px;
}

.common_header .right_wrap  ul li {
  display: inline-block;
  margin-right: 20px;
}

.common_header .right_wrap  ul a {
  color: #333;
  font-size: 1.4rem;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  transition: all ease 0.3s;
}

.common_header .right_wrap  ul a:hover {
  color: #999;
}

.common_header .right_wrap  ul a i {
  margin-right: 5px;
}

.common_header .tag_line {
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 10px;
  border-left: 1px solid #999;
  height: 20px;
  line-height: 20px;
}

/* 会員ステータス振り分け */
#logoutButton,
#loginButton,
#menuRegister,
#menuMyPage {
  display: none;
}


@media screen and (max-width: 767px) {
  .common_header {
    /*★position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: /*★65px*/;
    padding: /*★10px*/;
    z-index: 10;
    line-height: inherit;
  }

  .common_header .inner {
    width: inherit;
  }

  .common_header .left_wrap {
    position: static;
  }

  .common_header .tag_line {
    display: block;
    border-left: none;
    padding-left: 0;
    font-size: 1rem;
  }
}


/* --------------------------------------------------
  Footer
-------------------------------------------------- */
/* Top Only Footer */
footer {
  /*position:absolute;*/
  bottom:0;
  left:0;
  background: #d8d8d6;
  width:100%;
  height:40px;
  padding: 0 20px;
}

footer .foot_wrap {
  position:relative;
  width:100%;
}

footer .right_wrap {
  position:absolute;
  top:0px;
  right:0px;
}

footer .right_wrap  ul li {
  display:inline-block;
  margin-right:20px;
}

footer .right_wrap  ul a {
  color:#333;
  font-size:1.2rem;
  text-decoration:none;
  height:40px;
  line-height:40px;
  transition: all ease 0.3s;
}

footer .right_wrap  ul a:hover {
  color: #999;
}

footer .right_wrap  ul a i {
  margin-right:5px;
}


/* --------------------------------------------------
  Init
-------------------------------------------------- */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.en {
  font-family: 'Quicksand', sans-serif;
}

.sp {
  display:none;
}

.pc {
  display:block;
}

a img {
  transition: all ease .5s;
}

a:hover img {
  opacity: 0.7;
}

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }


@media screen and (max-width: 767px) {
  .pc {
    display:no ne;
  }

  .sp {
    display:block;
  }
  
  .footpc {
    display:none;
  }

}


/* =========================================================
[Brand Top Page]
========================================================= */
.main_bg {
  /*background: url(http://fsimg.soluno.jp/img/top/main_cutipol.jpg) no-repeat center center;
  background-size: cover;
  width:100vw;
  height:100vh;
  position:relative;*/
}

.lead_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

.lead_wrap h2 {
  margin-bottom:30px;
}

.lead_wrap h2 img {
  transition: all ease 0.5s;
}

.lead_wrap h2 img:hover {
  opacity: 0.5;
}

.lead_wrap .button a {
  color:#fff;
  width:220px;
  height:60px;
  line-height:60px;
  text-align:center;
  border:1px solid #fff;
  display:block;
  margin:0 auto;
  font-size:2rem;
  text-decoration:none;
  transition: all ease 0.5s;
}

.lead_wrap .button a:hover {
  background:#fff;
  color:#333;
}

@media screen and (max-width: 767px) {
  .lead_wrap {
    text-align:center;
  }

  .lead_wrap h2 {
    width:80%;
    text-align:center;
    width: 80%;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    margin-bottom:15px;
  }

  .lead_wrap h2 img {
    width:100%;
    height:auto;
  }

  .lead_wrap .button a {
    color: #fff;
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    font-size: 1.4rem;
    text-decoration: none;
  }
}


/* SP - Humbergar Button */
@media screen and (max-width: 767px) {
  .mHamWrap {
    width: 60px;
    padding: 6px 0;
    background: #000;
    position:absolute;
    top:0;
    right:0;
    height:65px;
  }

  .mHamWrap p {
    font-size:1rem;
    color:#fff;
    margin:0;
    line-height:1;
    text-align:center;
    margin-top:-2px;
  }

  #mHamburger {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #mHamburger:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .mHamburger .line {
    width: 30px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #mHamburger.naviActive {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    padding-top:5px;
    padding-bottom:5px;
  }
  
  #mHamburger.naviActive p {
    display:none;
  }
  
  #mHamburger.naviActive .line {
    width: 24px;
  }
  #mHamburger.naviActive .line:nth-child(1) {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  #mHamburger.naviActive .line:nth-child(2) {
    opacity: 0;
  }
  #mHamburger.naviActive .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(90deg);
    -ms-transform: translateY(-10px) rotate(90deg);
    -o-transform: translateY(-10px) rotate(90deg);
    transform: translateY(-10px) rotate(90deg);
  }
}


/* SP - Slide Menu */
@media screen and (max-width: 767px) {
  .m-nav {
    width: calc(100%);
    height: auto;
    display: block;
    overflow-y: scroll;
    position: fixed;
    top: 65px;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
  }

  .m-nav.mNavActive {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .m-mainNavi li {
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
  }

  .m-mainNavi li a {
    display: block;
    position: relative;
    padding: 15px 30px 15px 10px;
    line-height: 1.4;
    text-decoration: none;
    color:#666;
  }

  .m-mainNavi a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    content: "\f105";
    margin-top: -10px;
    font: normal normal normal 20px/1 FontAwesome;
  }

  .m-mainNavi .listMenu a {
  }

  .m-mainNavi .listCategory li {
    border-bottom: 1px solid #333;
  }

  .m-mainNavi .listCategory a {
    color: #fff !important;
    background: #4c4545;
  }

  .m-mainNavi .listPages a {
  }
}


/* =========================================================
[EC - System Pages
========================================================= */
/* System CSS Override */
.pageTitle {
  padding: 0 0 5px;
  margin: 0 0 25px 0;
  font-size: 2rem;
  font-weight: bold;
  border-color: #969696;
}

.CrossHead {
  padding: 0 0 5px;
  margin: 20px 0 10px 0;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #969696;
}

.Definition {
  padding: 0 0 5px;
}


/* --------------------------------------------------
  Login
-------------------------------------------------- */
#FS2_body_Login .FS2_login_layout_table_td_left {
  padding: 0 15px 0 0;
}

#FS2_body_Login .FS2_login_layout_table_td_left .CrossHead {
  margin-right: 0;
}

#FS2_body_Login .FS2_login_layout_table_td_left .inputTableArea {
  margin-right: 0;
}

#FS2_body_Login input[type="image"] {
  margin: 20px auto;
}


/* --------------------------------------------------
  Order Step 1 - Cart (ssl)
-------------------------------------------------- */
.fs-l-cart {
  line-height: 1.5;
}

.fs-l-cart .cart_txt {
 /* margin-top: 50px;*/
  padding: 20px;
  background: #f6f6f6;
}

.fs-l-cart .cart_txt strong {
  font-weight:bold;
}

.fs-l-cart .cart_txt h3 {
  font-size:1.6rem;
  margin-bottom:1.5em;
}

.fs-l-cart .cart_txt ol ,
.fs-l-cart .cart_txt ul ,
.fs-l-cart .cart_txt p {
  font-size:1.2rem;
  margin-bottom:1em;
}


#FS2_body_Cart {
  line-height: 1.5;
}

#FS2_body_Cart .cart_txt {
  margin-top: 50px;
  padding: 20px;
  background: #f6f6f6;
}

#FS2_body_Cart .cart_txt strong {
  font-weight:bold;
}

#FS2_body_Cart .cart_txt h3 {
  font-size:1.6rem;
  margin-bottom:1.5em;
}

#FS2_body_Cart .cart_txt ol ,
#FS2_body_Cart .cart_txt ul ,
#FS2_body_Cart .cart_txt p {
  font-size:1.2rem;
  margin-bottom:1em;
}


/* --------------------------------------------------
  Order Step 2 - Delivery
-------------------------------------------------- */
#FS2_body_Cart .orderFlow {
  margin: 0 auto 30px;
  text-align: center;
}

#FS2_body_Cart .pan {
  display: none;
}

#FS2_body_Cart .userTable_01 {
  margin: 0 0 20px;
}

#FS2_body_Cart .FS2_bottom_btn_center_1 {
  margin: 40px auto 0;
}

/* --------------------------------------------------
  Order Step 3 - Payment
-------------------------------------------------- */

/* --------------------------------------------------
  Order Step 4 - Confirm
-------------------------------------------------- */

/* --------------------------------------------------
  Order Step 5 - Complete
-------------------------------------------------- */
.fs-l-main {
  line-height: 1.5;
}

.fs-l-main .cart_txt {
 /* margin-top: 50px;*/
  padding: 20px;
  background: #f6f6f6;
}

.fs-l-main .cart_txt strong {
  font-weight:bold;
}

.fs-l-main .cart_txt h3 {
  font-size:1.6rem;
  margin-bottom:1.5em;
}

.fs-l-main .cart_txt ol ,
.fs-l-main .cart_txt ul ,
.fs-l-main .cart_txt p {
  font-size:1.2rem;
  margin-bottom:1em;
}
