@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Noto+Sans+JP);

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* 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 
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  color: #030000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  min-width: 1100px; }
  body.active {
    overflow-x: hidden; }

html,body {
  width: 100%; }
  
a {
  -webkit-transition: opacity .3s;
    transition: opacity .3s;
  text-decoration: none; }

a:hover {
  opacity: 0.7;
  text-decoration: none; }

a[href^="tel:"] {
  cursor: default; }
  a[href^="tel:"]:hover {
    opacity: 1; }

.clear {
  overflow: hidden; }

.clear:after {
  clear: both; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.alignleft {
  float: left; }

.txtcenter {
  text-align: center; }

.txtright {
  text-align: right; }

a {
  color: #030000; }

.bold {
  font-weight: 600; }

.red {
  color: #ff0b44; }

.sp {
  display: none; }

.pc {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.w1000 {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto; }

.cmn_w {
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto; }

.en, .main-tit {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em; }

.s18, #footer .footer_bottom ul li.s18 {
  font-size: 18px;
  font-size: 1.8rem; }

#header {
  border-bottom: 1px solid #d9dbcd;
  height: 124px;
  min-width: 1100px;
  font-family: 'Lato', sans-serif; }
  #header .header_top {
    padding: 30px 0;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    #header .header_top .logo {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

#header .header_top .logo a:hover {
    opacity:1;
}

#header .header_top .logo img {
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
}

    #header .header_top ul {
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #header .header_top ul li {
        padding-right: 1em; }
        #header .header_top ul li.cart {
          padding-right: 0em;
          padding-left: 1em; }
          #header .header_top ul li.cart span {
            color: #ff0000; }
  #header #menu {
    display: flex;
    position: relative; }
    #header #menu > ul {
      display: flex;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      font-weight: 600; }
      #header #menu > ul > li {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 18px; }
        #header #menu > ul > li:first-child {
          padding-left: 0px; }
        #header #menu > ul > li.acdn > a {
          padding-right: 15px;
          position: relative; }
          #header #menu > ul > li.acdn > a:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 5px 0 5px;
            border-color: #000 transparent transparent transparent;
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 0; }
    #header #menu .search {
      padding: 0 60px; }
    #header #menu .menu_btn {
      margin-left: auto;
      margin-right: 15px; }
      #header #menu .menu_btn .menu_close {
        display: block;
        cursor: pointer;
        text-align: center;
        width: 30px;
        height: 30px;
        position: relative;
        margin: 0 auto; }
        #header #menu .menu_btn .menu_close span {
          display: block;
          position: absolute;
          width: 26px;
          border-bottom: solid 2px #000000;
          -webkit-transition: .35s ease-in-out;
          -moz-transition: .35s ease-in-out;
          transition: .35s ease-in-out;
          left: 11px; }
          #header #menu .menu_btn .menu_close span:nth-child(1) {
            top: 8px; }
          #header #menu .menu_btn .menu_close span:nth-child(2) {
            top: 16px; }
          #header #menu .menu_btn .menu_close span:nth-child(3) {
            top: 24px; }
        #header #menu .menu_btn .menu_close.active span:nth-child(1) {
          top: 18px;
          left: 11px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #header #menu .menu_btn .menu_close.active span:nth-child(2), #header #menu .menu_btn .menu_close.active span:nth-child(3) {
          top: 18px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg); }

.menu_content {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  background-color: rgba(221, 221, 221, 0.9);
  width: 1100px;
  z-index: 20; }
  .menu_content .cmn_w {
	width: 1100px;
	min-width: 1100px;
	padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding-top: 55px;
    padding-bottom: 50px; }
    .menu_content .cmn_w dl dt {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      padding-bottom: 10px;
      margin-bottom: 25px;
      border-bottom: 1px solid #000;
      padding-top: 18px;
      padding-left: 20px; }
      .menu_content .cmn_w dl dt.jp {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 0px;
        padding-left: 10px; }
    .menu_content .cmn_w dl dd {
      font-size: 14px;
      font-size: 1.4rem; }
      .menu_content .cmn_w dl dd .bold {
        padding-bottom: 30px; }
      .menu_content .cmn_w dl dd .light {
        padding-bottom: 30px;
        font-weight: 300; }
    .menu_content .cmn_w .w50 {
      width: 50%; }
      .menu_content .cmn_w .w50 dd {
        display: flex;
        flex-wrap: wrap; }
        .menu_content .cmn_w .w50 dd ul {
          width: 50%;
          padding-left: 20px; }
    .menu_content .cmn_w .w25 {
      width: 25%;
      padding-left: 35px; }
      .menu_content .cmn_w .w25 ul {
        padding-left: 20px; }
      .menu_content .cmn_w .w25 .sns {
        display: flex;
        flex-wrap: wrap; }
        .menu_content .cmn_w .w25 .sns img {
          width: 32px; }
        .menu_content .cmn_w .w25 .sns li:first-child {
          padding-right: 20px; }

.acdn_content {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  width: 100%;
  max-width: 1100px;
  background-color: rgba(223, 221, 216, 0.95);
  text-align: left;
  transition: .3s;
  height: 0;
  z-index: 20;
  font-size: 14px;
  font-size: 1.4rem; }
  .acdn_content.active {
    height: auto;
    display: block;
    padding: 30px 50px; }
  .acdn_content._cate.active {
    padding: 60px 50px; }
  .acdn_content .tit {
    font-weight: 600;
    padding-bottom: 20px; }
  .acdn_content .acdn_in {
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 30px; }
  .acdn_content._cate .acdn_in .acdn_in_cate:nth-child(1){
	  width: 19%;
	  margin-right: 6%;
	  border-right: 1px solid #aaaaaa;
  }
  .acdn_content._cate .acdn_in .acdn_in_cate:nth-child(1) ul li {
	  padding-bottom: 30px;
  }
    .acdn_content .acdn_in .morebtn {
      width: 100px;
      position: absolute;
      bottom: 25px;
      right: -25px; }
      .acdn_content .acdn_in .morebtn a {
        display: block;
        background-color: #fff;
        text-align: center;
        padding: 6px 0; }
    .acdn_content .acdn_in ul {
      width: 25%; }
      .acdn_content .acdn_in ul li {
        padding-bottom: 10px; }
    .acdn_content .acdn_in .acdn_in_cate {
      width: 25%; }
    .acdn_content .acdn_in .acdn_in_cate ul {
      width: 100%;
      padding-bottom: 5px; }
    .acdn_content .acdn_in .acdn_in_cate .tit {
      padding-bottom: 15px; }
    .acdn_content .acdn_in .acdn_in_cate .acdn_in_cate_block+.acdn_in_cate_block {
      padding-top: 30px; }
  .acdn_content .brand_menu {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    border-top: 1px solid #000000; }
    .acdn_content .brand_menu ul {
      width: 25%; }
      .acdn_content .brand_menu ul li {
        font-weight: 300; }
        .acdn_content .brand_menu ul li.name {
          font-weight: 600;
          padding-top: 35px;
          padding-bottom: 10px; }
          .acdn_content .brand_menu ul li.name:first-of-type {
            padding-top: 0; }

.search_content {
  max-width: 1100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding: 50px 0; }
  .search_content form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .search_content .key {
    width: 450px;
    padding: 15px 20px;
    border: none;
    font-size: 12px;
    font-size: 1.2rem;
    height: 40px; }
  .search_content .submit_btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    width: 80px;
    background-color: #203d5a;
    height: 40px; }

#footer {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em; }
  #footer .footer_top {
    border-top: 1px solid #d9dbcd;
    border-bottom: 1px solid #d9dbcd;
    padding: 30px 0;
    min-width: 1100px; }
    #footer .footer_top .cmn_w {
      display: flex;
      flex-wrap: wrap;
      text-align: left; }
      #footer .footer_top .cmn_w dl dt {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        padding-bottom: 30px; }
      #footer .footer_top .cmn_w dl dd {
        font-size: 14px;
        font-size: 1.4rem; }
        #footer .footer_top .cmn_w dl dd .bold {
          padding-bottom: 20px; }
        #footer .footer_top .cmn_w dl dd .light {
          padding-bottom: 10px;
          font-weight: 300; }
      #footer .footer_top .cmn_w .w50 {
        width: calc(100% / 3); }
        #footer .footer_top .cmn_w .w50 dd {
          display: flex;
          flex-wrap: wrap; }
          #footer .footer_top .cmn_w .w50 dd ul {
            width: 50%; }
      #footer .footer_top .cmn_w .w25 {
        width: calc(100% / 6); }
  #footer .footer_bottom {
    text-align: left;
    padding: 20px 0; }
    #footer .footer_bottom .cmn_w {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
    #footer .footer_bottom ul {
      padding-left: 2.7%;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      width: 85%; }
      #footer .footer_bottom ul li {
        font-size: 14px;
        font-size: 1.4rem; }
        #footer .footer_bottom ul li.link {
          padding-left: 50px; }
        #footer .footer_bottom ul li.amazon {
          padding-right: 30px; }
        #footer .footer_bottom ul li.icon_wrap {
          padding-left: 50px; }
        #footer .footer_bottom ul li.s18 {
          padding-right: 30px; }
        #footer .footer_bottom ul li .icon {
          width: 28px; }
    #footer .footer_bottom .copyright {
      font-size: 10px;
      font-size: 1.0rem;
      font-weight: 200; }

.bread {
  width: 1100px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  padding: 25px 0 40px 0; }
  .bread a {
    text-decoration: underline;
    padding-right: 5px; }
  .bread li {
    padding-left: 10px;
    display: inline-block; }
    .bread li:first-child {
      padding-left: 0px; }

.main-tit {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9dbcd;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 55px; }

#pager {
  text-align: center;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem; }
  #pager a,
  #pager span {
    padding: 0 20px; }
    #pager a img {
      width: 10px; }
  #pager .now {
    color: #d9dbcd; }

#checked_item {
  text-align: left;
  padding-bottom: 95px; }
  #checked_item h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 15px; }
  #checked_item ul {
    display: flex;
    flex-wrap: wrap; }
    #checked_item ul li {
      margin-left: 20px;
width:120px; }
      #checked_item ul li:first-child {
        margin-left: 0px; }

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px; }

@media screen and (max-width: 1100px) {
  .cmn_w {
    /*padding-left: 10px;*/ }

  #menu {
    padding-left: 0px; } }
@media screen and (max-width: 1000px) {
  .w1000 {
    padding-left: 10px; } }


/*# sourceMappingURL=common.css.map */


.fs-l-main {
    margin: 0;
    padding: 0;
    max-width: none;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fs-l-pageMain {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

#header .header_top ul li.is-false {
	display: none;
}

#header .header_top ul li .logout.is-false {
	display: inline-block;
}

#header .header_top ul li .logout.is-true {
	display: none;
}

#header .header_top ul li .login.is-false {
	display: none;
}

#header .header_top ul li .login.is-true {
	display: inline-block;
}















/*共通*/

.fs-l-pageMain {
	width:1000px;
	margin: 0 auto 80px;
}

.fs-body-top .fs-l-pageMain {
	width:100%;
}

.fs-c-breadcrumb {
    font-size: 1.2rem;
	width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: left;
}

.fs-c-price__currencyMark {
    display:none;
}

.fs-c-price__value::after {
    content: '円';
}

.fs-c-breadcrumb a {
	color: #203d5a;
	text-decoration: underline;
}

.fs-c-breadcrumb a:hover {
	text-decoration: none;
}


.fs-c-heading--page {
    border-bottom: 1px solid #d9dbcd;
    color: #000;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 0 0 20px;
    text-align: center;
}

.fs-c-subSection__title {
	font-weight: bold;
    font-size: 1.4rem;	
    text-align: left;
    border-bottom: 1px solid #d9dbcd;
    padding-bottom: 10px;
    color: #000;
    margin-bottom: 5px;
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
	border: 1px solid #000;
    border-radius: 0;
}

.fs-c-inputGroup, .fs-c-inputGroup--vertical, .fs-c-inputGroup--inline {
	border: 1px solid #000;
    border-radius: 0;	
}

.fs-c-button--primary {
	background: #d9dbcd;
	border: none;
	font-size: 1.4rem;
	text-align: center;
	padding: 20px 1.6em;
	color: #203d5a;
	box-shadow: none;
	min-width: 360px;
}

.fs-c-button--standard {
	background: #d9dbcd;
	border: none;
	font-size: 1.4rem;
	text-align: center;
	padding: 20px 1.6em;
	color: #203d5a;
	box-shadow: none;
}

.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
	font-size: 1.4rem;
}

.fs-c-textLink {
	font-size: 1.2rem;
	text-align: left;
	color: #203d5a!important;
	text-decoration: underline;
}

.fs-c-textLink:hover {
	text-decoration: none;
}


.fs-c-list li {
	text-align: left;
	font-size: 1.4rem;
}

.fs-c-list li::before {
	content: "・";
	width: 0;
    height: 0;
    margin: 0;
    background: #000;
    border-radius: 50%;
    box-sizing: content-box;
    border: none;
    margin-right: 10px;
}


.fs-p-announcement__title {
	font-size: 2.4rem;
	text-align: left;
	margin-bottom: 15px;
	font-weight: bold;
}

.fs-c-inputInformation__field {
	background: none!important;
}


/*ログイン*/

.fs-body-login .fs-l-pageMain {
	/*width:1000px;*/
	/*margin: 0 auto;*/
}

.fs-body-login .fs-c-button__label {
    color: #203d5a;
}

.fs-body-login .fs-c-inputInformation__field {
	background: none;
}

.fs-body-login .fs-c-loginForm {
	margin: 50px 0 24px;
}

.fs-body-login .fs-c-inputInformation__field {
	padding: 0;
	margin: 0 auto;
}

.fs-body-login .fs-c-newUsers__message.fs-c-subSection__message {
	font-size: 1.2rem;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 15px;
}

.fs-body-login .fs-c-loginForm {
    display: flex;
    justify-content: center;
}

.fs-body-login .fs-c-registeredUsers {
	flex-grow: inherit!important;
    flex-basis: inherit!important;
    width: 530px!important;
}

.fs-body-login .fs-c-newUsers {
    margin-left: 50px!important;
    width: 520px!important;
}

.fs-body-login .fs-c-anotherLogin__message {
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.fs-body-login .fs-c-inputInformation__link {
	text-align: left;
}



/*会員登録*/
.fs-body-register .fs-l-pageMain {
}

.fs-body-register .fs-c-requiredMark {
	line-height: 1!important;
}

.fs-body-register .fs-c-requiredMark::before {
	color: #d42121;
}

.fs-body-register .fs-c-inputInformation__message {
	justify-content: flex-start;
}

.fs-body-register .fs-c-inputTable > tbody > tr {
	flex-direction: row;
}

.fs-body-register .fs-c-dropdown::after {
	background: none;
    border-left: none;
    color:#d9dbcd;
}


.fs-body-register .fs-c-inputTable__headerCell {
    text-align: left;
    width: 200px;
    line-height: 50px;
}

.fs-body-register .fs-c-inputTable__dataCell {
	width: 400px;
}


.fs-body-register [type="hidden"],
.fs-body-register [type="text"], 
.fs-body-register [type="search"], 
.fs-body-register [type="tel"], 
.fs-body-register [type="url"], 
.fs-body-register [type="email"], 
.fs-body-register [type="password"], 
.fs-body-register [type="datetime"], 
.fs-body-register [type="date"], 
.fs-body-register [type="month"], 
.fs-body-register [type="week"], 
.fs-body-register [type="time"], 
.fs-body-register [type="datetime-local"], 
.fs-body-register [type="number"], 
.fs-body-register select, 
.fs-body-register textarea {
	height: 50px;
}




/*マイページ*/

.fs-body-my-top .fs-l-account {
	display: block;
}

.fs-body-my-top .mypage-point {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.7;
}

.fs-body-my-top .points {
	font-weight: bold;
}

.fs-body-my-top .point_expiration {
	font-size: 1.4rem;
}

.fs-body-my-top .mypage-list {
	margin-top: 50px;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.fs-body-my-top .mypage-block {
	width: 220px;
	border: 1px solid #d9dbcd;
	padding: 25px 5px;
	min-height: 250px;
	margin-bottom: 50px;
}

.fs-body-my-top .mypage-block a {
	display: block;
	transition: .2s;
}

.fs-body-my-top .mypage-block a:hover {
	opacity: .7;
}


.fs-body-my-top .mypage-icon {
	margin-bottom: 15px;
}

.fs-body-my-top .mypage-icon .pc {
	display: inline-block;
}

.fs-body-my-top .mypage-ttl {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

.fs-body-my-top .mypage-txt {
	font-size: 1.2rem;
	text-align: center;
	display: block;
}

.fs-body-my-top .mypage-link {
	text-align: right;
}

.fs-body-my-top .mypage-link a {
	color: #203d5a;
	font-size: 1.4rem;
	text-decoration: underline;
}

.fs-body-my-top .mypage-link a:hover {
	text-decoration: none;
}

.fs-body-my-top .mypage-link li {
	display: inline-block;
}

.fs-body-my-top .mypage-link li+li {
	margin-left: 40px;
}

.fs-body-my-top .fs-l-additionalProduct--wishlist {
	display: none;
}




/*お気に入り*/

.fs-body-my-wishlist .fs-c-productListItem__viewMoreImageButton {
	display: none;
}

.fs-body-my-wishlist .fs-c-productName__name {
	text-align: left;
	font-size: 1.2rem;
}

.fs-body-my-wishlist .fs-c-productName__variation {
	text-align: left;
	font-size: 1.2rem;
}

.fs-body-my-wishlist .fs-c-price__currencyMark {
	display: none;
}

.fs-body-my-wishlist .fs-c-price__value {
	text-align: left;
	font-size: 1.2rem;
}

.fs-body-my-wishlist .fs-c-price__value::after {
	content: '円';
}

.fs-body-my-wishlist .fs-c-productListItem__control {
    position: relative;
    padding-top: 20px;
}

.fs-body-my-wishlist .fs-c-productListItem__control > *:last-child {
	position: absolute;
    right: 0;
}

.fs-body-my-wishlist .fs-c-button--plain.fs-c-button--addToCart--list::before {
    content: none!important;
}

.fs-body-my-wishlist .fs-c-button--plain {
	font-size: 1.4rem;
	color: #fff;
	background: #000;
	line-height: 38px;
	height: 40px;
    width: 140px;
}

.fs-body-my-wishlist .fs-c-productList__list__item {
	border-bottom: none;
}

.fs-body-my-wishlist .fs-c-button--subscribeToArrivalNotice--list {
	background: #667895;
}

.fs-body-my-wishlist .fs-c-button--plain.fs-c-button--subscribeToArrivalNotice--list::before {
    content: none;
}

.fs-body-my-wishlist .fs-c-buttonContainer--myPageTop {
	display: block;
	text-align: left;
}

.fs-body-my-wishlist .fs-c-button--myPageTop {
	background: none;
	height: auto;
	width: auto;
	color: #203d5a;
	text-decoration: underline;
}

.fs-body-my-wishlist .fs-c-button--myPageTop:hover {
	text-decoration: none;
}

.fs-body-my-wishlist .fs-c-button--myPageTop .fs-c-button__label::before {
	content: '←';
}





/*ショッピングカート*/
.fs-body-cart .fs-c-cartTable__product {
	-ms-grid-columns: 100px 200px;
    grid-template-columns: 100px 200px;
}

.fs-body-cart .fs-c-cartTable__productName__name,
.fs-body-cart .fs-c-listedProductName__variation {
	text-align: left;
	font-size: 1.2rem;
}

.fs-body-cart .fs-c-cartTable__headerCell, 
.fs-body-cart .fs-c-cartTable__dataCell {
	vertical-align: middle;
	border: 1px solid #d9dbcd;
}

.fs-body-cart .fs-c-cartTableContainer {
	padding: 0;
	border: none;
}


.fs-body-cart .fs-l-cart__sideColumn {
	border: 1px solid #d9dbcd;
	border-radius: 10px;
	padding: 16px 26px;
}


.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
	border-top: 1px solid #d9dbcd;
}

.fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type {
	border-bottom: 1px solid #d9dbcd;
}

.fs-body-cart .fs-c-orderTotalTable {
	font-size: 1.4rem;
}

.fs-body-cart .fs-c-orderTotalTable tr:first-child th,
.fs-body-cart .fs-c-orderTotalTable tr:first-child td {
	border-top: none;
}

.fs-body-cart .fs-c-price__currencyMark {
	display: none;
}

.fs-body-cart .fs-c-price__value {
	font-weight: normal;
    font-size: 1.4rem;
}

.fs-body-cart .fs-c-price__value::after {
	content: '円(税込)';
	font-size: 1.2rem;
}

.fs-body-cart .fs-c-button--primary {
	min-width: inherit;
        color: #203d5a;
}

.fs-body-cart .fs-p-announcement__title {
	font-size: 1.2rem;
	text-align: left;
	color: #5d554b;
	margin: 0;
	font-weight: normal;
}

.fs-body-cart .fs-p-announcement {
	text-align: left;
	color: #5d554b;
	font-size: 1.2rem;
}

.fs-body-cart .fs-c-continueShopping {
	margin-bottom: 90px;
}

.fs-body-cart .fs-c-continueShopping a {
	min-width: 360px;
}


.fs-body-cart .fs-c-wishlistProduct {
	display: none;
}



.fs-body-cart .fs-c-button--loginAndPurchase {
	background: none;
    border: 1px solid #203d5a;
    font-size: 1.4rem;
    text-align: center;
    padding: 20px 1.6em;
    color: #203d5a!important;
    box-shadow: none;
    min-width: inherit;
    width: 214px;
}

.fs-body-cart .fs-c-button--unregisteredUserPurchase {
	background: #d9dbcd;
    border: none;
    font-size: 1.4rem;
    text-align: center;
    padding: 20px 1.6em;
    color: #203d5a!important;
    box-shadow: none;
    width: 214px;
    min-width: 214px;
}





/*メールマガジン登録*/
.fs-body-newsletter-subscribe　.fs-c-inputInformation__field,
.fs-body-newsletter-unsubscribe　.fs-c-inputInformation__field {
	max-width: 700px;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation__field,
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field {
	background: none;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation__message {
	display: none;
}

.fs-body-newsletter-subscribe .fs-c-requiredMark,
.fs-body-newsletter-unsubscribe .fs-c-requiredMark {
	line-height: 1!important;
}

.fs-body-newsletter-subscribe .fs-c-requiredMark::before,
.fs-body-newsletter-unsubscribe .fs-c-requiredMark::before {
	color: #d42121;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation__message,
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__message {
	justify-content: flex-start;
}

.fs-body-newsletter-subscribe .fs-c-inputTable > tbody > tr,
.fs-body-newsletter-unsubscribe .fs-c-inputTable > tbody > tr {
	flex-direction: row;
}

.fs-body-newsletter-subscribe .fs-c-dropdown::after,
.fs-body-newsletter-unsubscribe .fs-c-dropdown::after {
	background: none;
    border-left: none;
    color:#d9dbcd;
}


.fs-body-newsletter-subscribe .fs-c-inputTable__headerCell,
.fs-body-newsletter-unsubscribe .fs-c-inputTable__headerCell {
    text-align: left;
    width: 200px;
    line-height: 50px;
}

.fs-body-newsletter-subscribe .fs-c-inputTable__dataCell,
.fs-body-newsletter-unsubscribe .fs-c-inputTable__dataCell {
	width: 400px;
}

.fs-body-newsletter-subscribe .fs-c-inputTable > tbody > tr,
.fs-body-newsletter-unsubscribe .fs-c-inputTable > tbody > tr {
	flex-wrap: nowrap;
}

.fs-body-newsletter-subscribe .fs-p-emailDomainNotice {
	font-size: 1.4rem;
	margin-top: 20px;
}

.fs-body-newsletter-subscribe [type="hidden"], 
.fs-body-newsletter-subscribe [type="text"], 
.fs-body-newsletter-subscribe [type="search"], 
.fs-body-newsletter-subscribe [type="tel"], 
.fs-body-newsletter-subscribe [type="url"], 
.fs-body-newsletter-subscribe [type="email"], 
.fs-body-newsletter-subscribe [type="password"], 
.fs-body-newsletter-subscribe [type="datetime"], 
.fs-body-newsletter-subscribe [type="date"], 
.fs-body-newsletter-subscribe [type="month"], 
.fs-body-newsletter-subscribe [type="week"], 
.fs-body-newsletter-subscribe [type="time"], 
.fs-body-newsletter-subscribe [type="datetime-local"], 
.fs-body-newsletter-subscribe [type="number"], 
.fs-body-newsletter-subscribe select, 
.fs-body-newsletter-subscribe textarea {
	height: 50px;
}



.fs-body-newsletter-unsubscribe [type="hidden"], 
.fs-body-newsletter-unsubscribe [type="text"], 
.fs-body-newsletter-unsubscribe [type="search"], 
.fs-body-newsletter-unsubscribe [type="tel"], 
.fs-body-newsletter-unsubscribe [type="url"], 
.fs-body-newsletter-unsubscribe [type="email"], 
.fs-body-newsletter-unsubscribe [type="password"], 
.fs-body-newsletter-unsubscribe [type="datetime"], 
.fs-body-newsletter-unsubscribe [type="date"], 
.fs-body-newsletter-unsubscribe [type="month"], 
.fs-body-newsletter-unsubscribe [type="week"], 
.fs-body-newsletter-unsubscribe [type="time"], 
.fs-body-newsletter-unsubscribe [type="datetime-local"], 
.fs-body-newsletter-unsubscribe [type="number"], 
.fs-body-newsletter-unsubscribe select, 
.fs-body-newsletter-unsubscribe textarea {
	height: 50px;
}




/*下層*/
.fs-c-breadcrumb.pages {
	opacity: 0;
}

/*カート*/
.fs-c-checkout-destination__tel,.fs-c-checkout-customerInfo,.fs-c-checkout-paymentInfo__body,.fs-c-checkout-delivery__method__deliveryDateTime,.fs-c-checkout-wrappingMessage,.fs-c-cartTable__productName {
text-align:left;
}

#fs_Checkout .fs-c-returnedSpecialContract {
display:none;
}

.fs-c-productListItem__prices .fs-c-productPrice:first-child {
	text-decoration: line-through;
}

.fs-c-productListItem__prices .fs-c-productPrice+.fs-c-productPrice {
	color: #ff0000;
}

.fs-c-productListItem__prices .fs-c-productPrice+.fs-c-productPrice .fs-c-price__value {
	color: #ff0000;
}

.fs-c-productListItem__prices .fs-c-productPrice:only-child {
	color: #000;
	text-decoration: none;
}

.fs-c-salesPeriod__date {
	display:none;
}






/*お届け先リスト*/
.fs-body-my-addressbook .fs-c-listTable th,
.fs-body-my-addressbook .fs-c-listTable td{
	    vertical-align: middle;
}

.fs-body-my-addressbook .fs-c-address {
	text-align: left;
}

.fs-body-my-addressbook .fs-c-button--standard {
    padding: 0.8em 1.6em 0.8em;
}

.fs-body-my-addressbook .fs-c-button--secondary {
	box-shadow: none;
	padding: 0.8em 1.6em 0.8em;
}
.footer_info {
      margin-top: 30px;
    }
    .footer_info p {
      margin: 0 0 15px;
      line-height: 18px;
    }
    .footer_info p small {
      font-size: 1.3rem;
    }
    .footer_info_mail {
      background: url(https://canaljean.itembox.design/item/pc/img/common/icon_mail.svg) no-repeat left 2px;
      background-size: 18px 18px;
      padding-left: 22px;
    }

/*カスタマー*/
.footer_info {
  margin-top: 30px;
}
.footer_info p {
  margin: 0 0 15px;
  line-height: 18px;
}
.footer_info p small {
  font-size: 1.3rem;
}
.footer_info_mail {
  background: url(https://canaljean.itembox.design/item/pc/img/common/icon_mail.svg) no-repeat left 2px;
  background-size: 18px 18px;
  padding-left: 22px;
}
