@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/* ***********************************
	*
	*     CSS Reset & Base
	*
	* *********************************** */
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
  * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #161616;
  overflow-x:hidden;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: inherit;
  transition: .2s;
}
a * {
  transition: .2s;
}
a:visited {
  color: inherit;
}
.mincho {
  font-family: var(--min)!important;
}
.gothic {
  font-family: var(--fontbase)!important;
}
/* Layout
  * *********************************** */
article, aside, footer, header, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: inherit;
}

/* Elements
  * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

img, video {
  max-width: 100%;
}

img {
  border-style: none;
  height: auto;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

figure {
  line-height: 0;
}

/* Attributes & states
  * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
  * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

li {
  list-style: none;
}

button[type=button] {
  border: none;
}

/* ===============================
Foundation ---------->
=============================== */
a {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

a.alpha:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.brsp, .l-pcNon {
  display: block;
}

.brpc, .l-spNon {
  display: none;
}

p.p-Txt {
  line-height: 2;
}

p.l-Txt {
  letter-spacing: 1px;
  line-height: 2;
}

.supText {
  font-size: 62.5%;
  vertical-align: top;
  position: relative;
  top: -0.025rem;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
:root {
  --fontawe: "Font Awesome 5 Free";
  --fontbase: 'M PLUS 1p', sans-serif;
  --fontlato: 'Lato', sans-serif;
  --fontbase_r: 'M PLUS Rounded 1c', sans-serif;
  --fontvari: 'Sawarabi Gothic', sans-serif;
  --min: 'Noto Serif JP', serif;
  --g-color: #161616;
  --r-color: #bb262e;
}

.p-logout.my-false, .p-login.my-true, .p-registration.my-true {
  display: none;
}

/* ===============================
Layout ---------->
=============================== */
.l-header {
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  transition: .3s;
  z-index: 1000;
  width: 100%;
  padding: 0 0 14px!important;	
}

.l-header .l-Block {
  transition: .3s all;
  padding: 0!important;
}
@media screen and (max-width: 800px) {
  /*#header_wrap {
    padding: 0 0 16px;
  }*/
}
.l-header .l-flexBlock {
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 auto;
  max-width: 1400px;
}

.l-header .l-flexBlock .l-flexItem:last-child {
  margin-left: auto;
}
.p-logowrapBlock {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 30px 50px 20px;
}
.header_logo_wrap {
  width: 370px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-logowrapBlock .u-heading01 {
  max-width: 100px;
  transition: .3s all;
}
.p-logowrapBlock .p-headcomment {
  font-family: var(--min);
  font-size: 1.4rem;
  margin-left: 1%;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .p-logowrapBlock {
    padding: 14px 14px 0px;
  }
  .header_logo_wrap {
    width: 42%;
  }
}
@media screen and (max-width: 599px) {
  .p-logowrapBlock {
    padding: 14px 10px 0px;
  }
  .header_logo_wrap {
    width: 77%;
  }
  .p-logowrapBlock .p-headcomment {
    font-size: 11px;
  }
}
/* ===============================
パソコンサイト　ユーティリティリニューアル
=============================== */
.header_menu_wrap {
  width: 60%;
  margin-left: auto;
  font-size: 13px;
  font-family: var(--fontbase);
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.header_menu_wrap li {
  white-space: nowrap;
}
.header_menu_wrap a {
  color: inherit;
}
.header_menu_wrap a:hover {
  text-decoration: none!important;
  opacity: .7;
}
.header_menu_etc li {
  display: inline;
  margin: 0 12px 0 0;
}
.header_menu_etc li i {
  margin-right: 4px;
}
.header_menu_utility {
  margin-left: 30px;
}
.header_menu_utility a {
  display: inline;
}
.header_menu_utility li {
  display: inline;
}
.header_menu_utility li:after {
  content: '/'
}
.header_menu_utility li:last-child:after {
  content: '';
}
.header_menu_cart {
  margin-left: 30px;
  font-size: 22px;
}
.header_menu_cart li {
  position: relative;
}
.header_menu_cart .fs-p-cartItemNumber {
  border-radius: 50%;
  color: #fff;
  height: 20px;
  padding: 6px 0 0 6px;
  right: -14px;
  top: -14px;
  width: 20px;
}
#gnav_wrap ul.gnav_list > li:last-child {
  display: none;
}
@media screen and (max-width: 1192px) {
  .header_menu_wrap {
    width: 50%;
  }
}  
@media screen and (max-width: 979px) {
  .header_menu_wrap {
    display: none;
  }
  #gnav_wrap ul.gnav_list li:last-child {
    display: block;
  }
}
#header_wrap button {
  background-color: transparent;
  padding: 0;
}

.l-header.is-animation .l-Block {
  padding: .5rem 1.5rem;
  transition: .3s all;
}

.fs-l-sideArea {
  display: none;
}

.l-Cont {
  margin-top: 60px;
}
/* ===============================
ヘッダーリニューアル 20200420
=============================== */
.shipping_free {
  width: 100%;
  background-color: #f5f5f5;
  text-align: right;
  padding: 8px 44px;
  display: flex;
  justify-content: space-between;
}
.shipping_free p {
  font-family: var(--fontbase);
  font-size: 11px;
  display: inline;
}
.shipping_free p:first-child {
  margin-right: 20px;
} 
.shipping_free p span {
  color: #FFF;
  background-color: #750011;
  margin-right: 6px;
  padding: 0 4px;
}
.fukusen_txt p {
  font-size: 13px!important;
  text-align: left!important;
}
.fukusen_txt a {
  text-decoration: underline;
}
.fukusen_txt a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1266px) {
  .shipping_free {
    padding: 3px 4px 4px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .shipping_free p:first-child {
    margin-right: 0;
  }
  .fukusen_txt p {
    font-size: 12px!important;
    text-align: center!important;
  } 
}
#gnav_wrap ul.gnav_list {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 1184px) {
  #gnav_wrap ul.gnav_list {
    width: 100%;
    padding: 0 20px;
}
}
@media screen and (max-width: 979px) {
  #gnav_wrap ul.gnav_list {
    padding: 0 15px;
  }
  #gnav_wrap .l-Block .l-gnav .gnav_list {
    margin-top: 80px!important;
  }
}
/* ===============================
Component ---------->
=============================== */
/* ===============================
Project ---------->
=============================== */
.l-gnav {
  background-color: rgba(22, 22, 22, 0.85);
  font-family: var(--min);
  height: 100%;
  transition: all 0.4s;
  transform: translate(312px);
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 312px;
  z-index: 1000;
}

.l-gnav.open {
  transform: translate(0);
}

.l-gnav.open .l-flexBlock {
  display: block;
  padding-top: 8rem;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

.l-gnav.open .l-flexBlock li {
  border-bottom: solid 1px #fff;
  padding-bottom: 1.5rem;
  position: relative;
}

.l-gnav.open .l-flexBlock li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.l-gnav.open .l-flexBlock li a {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-left: 2rem;
  position: relative;
  text-align: center;
}

.l-gnav.open .l-flexBlock li a:before {
  color: #fff;
  content: '\f0da';
  display: inline-block;
  font-family: var(--fontawe);
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-gnav.open .l-flexBlock li.p-haschild {
  position: relative;
}

.l-gnav.open .l-flexBlock li.p-haschild .accordionBtn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -3px;
  right: 0;
  padding: 0 4px 0 7px;
}

.l-gnav.open .l-flexBlock li.p-haschild .accordionBtn:before {
  content: "\f067";
  font-family: var(--fontawe);
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 0;
  top: -3px;
}

.l-gnav.open .l-flexBlock li.p-haschild .accordionBtn.active:before {
  content: "\f068";
  font-family: var(--fontawe);
  font-weight: bold;
}

.l-gnav.open .l-flexBlock li.p-haschild .p-children {
  border: solid 1px #999;
  padding: 5px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
  width: 100%;
  margin-top: 1.5rem;
}
.l-gnav.open .l-flexBlock li.p-haschild .p-children .p-childrenItem {
  border-bottom: solid 1px #999;
  height: auto;
  overflow: visible;
}
.l-gnav.open .l-flexBlock li.p-haschild .p-children .p-childrenItem:last-child {
  border-bottom: none;
}
.l-gnav.open .l-flexBlock li.p-haschild .p-children .p-childrenItem a {
  color: #262626;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding-left: 14px;
  text-align: left;
}

.l-gnav.open .l-flexBlock li.p-haschild .p-children .p-childrenItem a:before {
  color: #262626;
}

.l-gnav.open .l-flexBlock li.p-haschild .p-children .p-childrenItem:not(:last-child) {
  margin-bottom: 1rem;
}

.l-gnav.open .l-flexBlock li.p-haschild .p-children .p-childrenItem:first-child {
  margin-top: .5rem;
}

.l-gnav.open .l-memberBlock {
  margin-top: 4rem;
}

.l-gnav.open .l-memberBlock .p-customer {
  background-color: var(--g-color);
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  padding: .5rem 0;
  text-align: center;
}

.l-gnav.open .l-memberBlock .p-customer span {
  display: inline;
}

.l-gnav.open .l-memberBlock .l-flexBlock {
  padding-top: 0;
}

.l-gnav.open .l-memberBlock .l-flexBlock .l-flexItem a {
  padding-left: 4rem;
}

.l-gnav.open .l-memberBlock .l-flexBlock .l-flexItem:last-child {
  border-bottom: none;
  margin-left: 0;
}

.l-gnav.open .l-memberBlock .l-flexBlock .l-flexItem.p-registration a:before {
  content: '\f234';
}

.l-gnav.open .l-memberBlock .l-flexBlock .l-flexItem.p-login a:before {
  content: '\f2f6';
}

.l-gnav.open .l-memberBlock .l-flexBlock .l-flexItem.p-mypage a:before {
  content: '\f2bb';
}

.l-gnav span {
  display: block;
}
.gnav_media,
.gnav_media a {
}
.gnav_media a:before {
  content: '\f05a'!important;
  font-family: var(--fontawe);
}
.gnav_for_co a:before {
  content: '\f1ad'!important;
  font-family: var(--fontawe);
}
.l-flexCont .l-flexBlock {
  display: flex;
  flex-wrap: wrap;
}
.l-flexCont .l-flexBlock {
  display: flex;
  flex-wrap: wrap;
}

.fs-c-productListItem__productName .fs-c-productName__name, .fs-c-productPrices {
  font-family: var(--min);
  line-height: 1.8em;
}
.fs-c-productListItem__productName .fs-c-productName__name{
  font-size: 15px!important;
}
.fs-c-productListItem__productName a:hover {
  color: var(--g-color);
  text-decoration: none;
}

.fs-c-productPrice {
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}

.fs-c-productPrice span {
  color: var(--g-color);
}

.fs-l-footer__contents {
  font-family: var(--min);
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 20px 0;
}

.fs-l-footer__contents .l-flexWrap .l-flexBlock .fs-p-order--block {
  align-items: center;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 15px;
}

.fs-l-footer__contents .l-flexWrap .l-flexBlock .fs-p-order__Item {
  text-align: center;
  width: 100%;
}

.fs-l-footer__contents .l-flexWrap .l-flexBlock .u-fs-p-order__Item01 {
  font-size: 15px;
  text-align: left;
}

.fs-l-footer__contents .l-flexWrap .l-flexBlock .u-fs-p-order__Item01 span:nth-of-type(1) {
  color: #8c2200;
  font-size: 18px;
}

.fs-l-footer__contents .l-flexWrap .l-flexBlock .u-fs-p-order__Item01 + span {
  color: #333;
  font-size: 13px;
}

.fs-l-footer__contents .l-flexWrap .l-flexBlock .u-fs-p-order__Item {
  background-color: #fff;
  font-size: 13px;
  padding: 13px 15px;
}

.fs-l-footer__contents .l-flexWrap .l-flexBlock .u-fs-p-order__Item span {
  color: #8c2200;
  display: block;
  font-size: 18px;
}

.l-common_bnrAreaWrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.l-common_bnrAreaWrap .l-flexWrap .l-flexBlock .fs-p-commonBnr--block {
  margin: 0 auto;
  max-width: 452px;
}

.l-common_bnrAreaWrap .l-flexWrap .l-flexBlock .fs-p-commonBnr--block:not(:last-child) {
  margin-bottom: 2rem;
}

.l-common_footerMenuWrap {
  background-color: #fff;
  padding: 3rem 10px;
}

.l-common_footerMenuWrap .l-flexWrap {
  margin: 0 auto;
  max-width: 1170px;
}

.l-common_footerMenuWrap .l-flexWrap .l-flexBlock .fs-p-footer--menu {
  text-align: center;
  margin-bottom: 3rem;
}

.l-common_footerMenuWrap .l-flexWrap .l-flexBlock li {
  padding: 0 .5rem;
}

.l-common_footerMenuWrap .l-flexWrap .l-flexBlock li a {
  font-size: 1.3rem;
}

.l-common_footerMenuWrap .l-flexWrap .l-flexBlock li a img {
  max-width: 165px;
}

.l-common_footerMenuWrap .fs-p-footermenu__cat {
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding: .5rem;
}

.l-common_footerMenuWrap ul + .fs-p-footermenu__cat {
  margin-top: 3rem;
}

.l-common_footerMenuWrap ul + .fs-p-footermenu__cat + ul li {
  margin-bottom: 1rem;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexBlock {
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem:first-child {
  margin-right: 0;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem:last-child {
  margin-left: 0;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .fs-p-footermenu__cat {
  margin-bottom: 1.5rem;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .p-snsBtn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  height: 60px;
  margin-bottom: 1rem;
  padding: 0 3rem 0 1rem;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .p-snsBtn span {
  padding-left: 60px;
  position: relative;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .p-snsBtn span:before {
  content: '';
  display: inline-block;
  height: 39px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .p-snsBtn.u-snsBtnf span:before {
  background: url(https://morpho1995noij.itembox.design/item/common/icon_facebook.png);
  background-size: 39px 39px;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .p-snsBtn.u-snsBtni span:before {
  background: url(https://morpho1995noij.itembox.design/item/common/icon_instagram.png);
  background-size: 39px 39px;
}
.l-common_footerMenuWrap .u-fs-p-footer--menu04 div.l-flexWrap + div.p-snsBtn{
  margin-bottom: 1rem;
}
.l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnl {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  height: 60px;
  padding-left: 1rem;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnl p {
  display: inline;
  padding-left: 60px;
  position: relative;
  top: -10px;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnl p:before {
  background: url(https://morpho1995noij.itembox.design/item/common/icon_line.png);
  background-size: 39px 39px;
  content: '';
  height: 39px;
  left: 0;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 39px;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnl span {
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 2rem;
  text-align: left;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnm {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  height: 60px;
  padding-left: 1rem;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnm p {
  display: inline;
  padding-left: 60px;
  position: relative;
  top: -10px;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnm p:before {
  background: url(https://morpho1995noij.itembox.design/item/mail.svg);
  background-size: 39px 39px;
  content: '';
  height: 39px;
  left: 0;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 39px;
}

.l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnm span {
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 2rem;
  text-align: left;
}

.l-common_footerMenuWrap a:hover {
  opacity: .7;
  text-decoration: none;
}

.l-aside {
  font-family: var(--min);
  width: 100%;
}

.l-aside .tab_area {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 auto 2.2rem;
}

.l-aside .tab_area p {
  align-items: center;
  background-color: #fff;
  border: 1px solid #171717;
  color: #171717;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  height: 50px;
  width: 48%;
}

.l-aside .tab_area p:hover {
  background-color: #171717;
  color: #fff;
  transition: all .3s;
}

.l-aside .tab_area p:hover a {
  color: #fff;
  text-decoration: none;
}

.l-aside .tab_area p.active {
  background-color: #171717;
  color: #fff;
}

.l-aside .tab_area p.active a {
  color: #fff;
  text-decoration: none;
}

.l-aside .tab_area p a {
  text-align: center;
  width: 100%;
}

.l-aside .tab_area p.tab001_label {
  border: 1px solid #254280;
  color: #254280;
}

.l-aside .tab_area p.tab001_label:hover {
  background-color: #254280;
  color: #fff;
  transition: all .3s;
}

.l-aside .tab_area p.tab001_label:hover a {
  color: #fff;
  text-decoration: none;
}

.l-aside .tab_area p.tab001_label.active {
  background-color: #254280;
  color: #fff;
}

.l-aside .tab_area p.tab001_label.active a {
  color: #fff;
  text-decoration: none;
}

.l-aside .tab_area p.tab002_label {
  border: 1px solid #731a2e;
  color: #731a2e;
}

.l-aside .tab_area p.tab002_label:hover {
  background-color: #731a2e;
  color: #fff;
  transition: all .3s;
}

.l-aside .tab_area p.tab002_label:hover a {
  color: #fff;
  text-decoration: none;
}

.l-aside .tab_area p.tab002_label.active {
  background-color: #731a2e;
  color: #fff;
}

.l-aside .tab_area p.tab002_label.active a {
  color: #fff;
  text-decoration: none;
}

.l-aside .p-camBnr {
  margin-bottom: 20px;
}

.l-aside .panel_area p.asideInnerItem {
  align-items: center;
  background-color: #4c4c4c;
  color: #fff;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  height: 44px;
}
.l-aside .panel_area p.asideInnerItem {
  background-color: #254280;
}

.l-aside .panel_area .tab_panel#cont2 p.asideInnerItem {
  background-color: #731a2e;
}
.l-aside ul li.cat-item {
  border-bottom: solid 1px #aeaeae;
  padding-bottom: 0 .5rem;
}
.l-aside .panel_area #cont1 ul:nth-of-type(1) li:nth-of-type(1), .l-aside .panel_area #cont2 ul:nth-of-type(1) li:nth-of-type(1) {
  border-bottom: none;
}

.l-aside .cat-item a:hover {
  opacity: .7;
  text-decoration: none;
}

.asideInnerList:not(:last-child) {
  margin-bottom: 10px;
}

.asideInnerList:nth-of-type(3) {
  margin-bottom: 30px;
}

.asideInnerList ul {
  margin: 0;
}

.-asideInner4 {
  background-color: #fff;
  border: solid 1px #ececec;
  margin: 0 auto 100px;
  padding-top: 10px;
}

.-asideInner4 ul {
  margin: 0 auto;
  width: calc(100% - 2rem);
}

.asideInnerList li {
  background-color: #fbfbfb;
  position: relative;
}

.asideInnerList li:not(:nth-of-type(1)) {
  border-bottom: solid 1px #aeaeae;
}

.asideInnerList:nth-of-type(4) li {
  border-bottom: none;
}

.asideInnerList ul li:nth-of-type(1) {
  border-bottom: none;
}

.asideInnerList ul li.cat-item.cat-item-15 > a, .asideInnerList ul li.cat-item.cat-item-16 {
  border-bottom: solid 1px #aeaeae;
}

.asideInnerList ul li:first-child ul {
  display: none;
}

.asideInnerList:nth-of-type(4) ul li:nth-of-type(1) {
  border-bottom: none;
}

.asideInnerList:nth-of-type(1) .-Item1, .asideInnerList:nth-of-type(2) .-Item3, .asideInnerList:nth-of-type(3) .-Item3 {
  background-color: #4c4c4c;
  padding: .6875em 0;
}

.asideInnerList:nth-of-type(1) .-Item1 a, .asideInnerList:nth-of-type(2) .-Item3 a, .asideInnerList:nth-of-type(3) .-Item3 {
  color: #fff;
  text-align: center;
}

.-asideInner4 .-Item3 {
  color: #fff;
  text-align: center;
  border-bottom: solid 1px #ececec;
  color: #171717;
  margin: 0 auto 5px;
  padding-bottom: 1rem;
  width: calc(100% - 20px);
}

.asideInnerList ul.childres li {
  border-bottom: solid 1px #aeaeae;
}

.asideInnerList ul.childres li a {
  position: relative;
}

.asideInnerList:nth-of-type(4) li a {
  position: relative;
}

.asideInnerList ul.childres li a:before, .asideInnerList:nth-of-type(4) li a:before {
  background: url(https://morpho1995noij.itembox.design/item/common/gnav_icon.png);
  content: '';
  height: 8px;
  left: .5125em;
  position: absolute;
  top: 40%;
  width: 11px;
}

.asideInnerList:nth-of-type(1) .-Item2 > a {
  border-bottom: solid 1px #aeaeae;
}

.asideInnerList li a {
  align-items: center;
  background-color: #fff;
  color: #171717;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  height: 40px;
  padding: 0 .5125em;
  -webkit-align-items: center;
  position: relative;
}

.asideInnerList:nth-of-type(4) li a {
  padding: 0 0 0 1.75em;
}

ul.childres li a {
  padding: 0 0 0 2em;
}

ul.childres li:nth-of-type(1) a {
  border-bottom: solid 1px #aeaeae;
}

.asideInnerList:nth-of-type(2) li:nth-of-type(1) a {
  border-bottom: solid 1px #aeaeae;
}

.asideInnerList #menuopen-toggle {
  position: relative;
}

/*開閉ボタン*/
.accordionBtn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 3px;
  right: 0;
  padding: 0 4px 0 7px;
}

.accordionBtn:before {
  color: #171717;
  content: '\FF0B';
  /* content: '＋'; */
  /* font-family: 'Font Awesome 5 Free' ; */
  font-size: 24px;
  font-weight: bold;
}

.accordionBtn.active:before {
  color: #171717;
  content: '―';
  /* font-family: 'Font Awesome 5 Free' ; */
  font-weight: bold;
}

/* 子カテゴリー */
.asideInnerList #menuopen-toggle {
  margin: 0;
}

.l-aside .search1 {
  border-bottom: solid 1px #d8d8d8;
  margin-top: 1.5rem;
}

.l-aside .search1 input {
  border: none;
  padding: 10px;
  width: calc(100% - 36px);
}

.l-aside .search1 input[type="text"]:focus {
  border: none;
  outline: 0;
}

.l-aside .search2, .l-aside .search3, .l-aside .search4 select {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.search4 select {
  text-align: left !important;
}

.l-aside .search1, .l-aside .search2, .l-aside .search3 {
  margin-bottom: 2rem;
}

.l-aside .search4 {
  margin-bottom: 3rem;
}

.l-aside .search2 select, .l-aside .search3 select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: '';
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.l-aside .search4 select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: '';
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
  color: #666666;
  border: 1px solid #bbbbbb;
  position: relative;
}

.l-aside .search4 select:nth-of-type(1) {
  margin-bottom: 2rem;
}

.l-aside .search2 select::-ms-expand, .l-aside .search3 select::-ms-expand, .l-aside .search4 select::-ms-expand {
  display: none;
}

.l-aside .subbtn_search {
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
}

.l-aside .subbtn_search input {
  background-color: #171717;
  border-style: none;
  border-radius: 2px;
  color: #fff;
  font-family: var(--min);
  font-size: 1.2rem;
  padding: 15px 0;
  width: 100%;
}

.l-aside .subbtn_search input[type="submit"]:focus {
  outline: 0;
}

input[type="submit"]:hover {
  cursor: pointer;
}

#asideOpenMenu.asideInnerList ul.children li a {
  padding-left: 30px;
  position: relative;
}

#asideOpenMenu.asideInnerList ul.children li a:before {
  background: url(https://morpho1995noij.itembox.design/item/common/gnav_icon.png);
  content: '';
  height: 8px;
  left: 11px;
  position: absolute;
  width: 11px;
}

.asideInnerList li.cat-item-16 {
  border-bottom: 1px solid #aeaeae !important;
}

/*開閉ボタン*/
.accodionBtn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 15px 15px 17px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.accodionBtn:before {
  content: "\f067";
  font-family: FontAwesome;
  color: #888;
}

.accodionBtn.active:before {
  content: "\f068";
  font-family: FontAwesome;
}

.fs-l-pageMain {
  font-family: var(--min);
}

.fs-l-pageMain .l-mainContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.fs-l-pageMain .l-mainContents .l-asideWrap {
  order: 1;
  width: 100%;
}

.fs-l-pageMain .l-mainContents .l-asideWrap .l-searchTitle {
  margin-top: 1rem;
}

.fs-l-pageMain .l-mainContents .l-asideWrap .l-searchTitle .l-searchTitle__parts {
  align-items: center;
  background-color: #4c4c4c;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  -ms-flex-pack: center;
  height: 44px;
  text-align: center;
}


.fs-l-pageMain .l-mainContents .l-asideWrap .l-searchWrap.search1, .fs-l-pageMain .l-mainContents .l-asideWrap .search2, .fs-l-pageMain .l-mainContents .l-asideWrap .search3 {
  margin-top: 2rem;
}

.fs-l-pageMain .l-mainContents .l-asideWrap .l-searchWrap.search1 .fs-p-inputGroup {
  border: none;
  border-bottom: solid 1px #d8d8d8;
  font-size: 1.4rem;
}

.fs-l-pageMain .l-mainContents .l-asideWrap .l-searchWrap.search1 .fs-p-inputGroup__button {
  background: #fff;
  height: auto;
  position: relative;
}

.fs-l-pageMain .l-mainContents .l-asideWrap .l-searchWrap.search1 .fs-p-inputGroup__button:before {
  color: #171717;
}

.fs-l-pageMain .l-mainContents .l-asideWrap .search2, .fs-l-pageMain .l-mainContents .l-asideWrap .search3 {
  font-size: 1.3rem;
}

.fs-l-pageMain .l-mainContents .l-asideWrap .search2 select, .fs-l-pageMain .l-mainContents .l-asideWrap .search3 select {
  background: #fff;
  padding: 7px 5px 6px;
}

.fs-l-pageMain .l-mainContents .l-asideWrap .searchtag {
  margin-top: 1.5rem;
}

.fs-l-pageMain .l-mainContents .l-asideWrap .searchtag form span {
  font-size: 1.4rem;
}

.fs-l-pageMain .l-mainContents .l-asideWrap .searchtag form button {
  background-color: #171717;
  border: none;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin: 2rem auto 0;
  padding: 1.5rem 0;
  width: 85.714285714%;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap {
  margin-bottom: 6rem;
  max-width: 1054px;
  order: 0;
  width: 100%;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-subgroup {
  margin-top: 1rem;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-subgroup .fs-c-listControl {
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-subgroup .fs-c-listControl:last-child {
  display: none;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__link {
  background-color: rgba(126, 126, 126, 0.04);
  border: none;
  grid-template-columns: 26px 1fr;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__link:after {
  grid-column: 1;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__link:hover .fs-c-subgroupList__label {
  color: #171717;
  opacity: .55;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
  flex-basis: calc(50%);
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__controller {
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__controller .fs-c-sortItems {
  order: 1;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item {
  padding: 0 .5rem;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item.is-active {
  background: #171717;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item:nth-of-type(3) {
  order: 0;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item:nth-of-type(1) {
  order: 1;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item:nth-of-type(2) {
  order: 2;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__controller .fs-c-listControl {
  justify-content: flex-start;
  -ms-flex-pack: start;
  order: 0;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__controller:last-child {
  display: ;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer {

  display: block;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer .fs-c-button--viewMoreImage, .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer .fs-c-button--addToCart--list {
  display: none;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productQuantityAndWishlist__wishlist {
  display: block;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productActionButton {
  margin-top: 2rem;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productActionButton .fs-c-button--addToCart--detail.fs-c-button--primary {
  background: #661a00;
  box-shadow: none;
  color: #fff;
  font-size: 2rem;
  padding: 2.8rem 0;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-inquiryAboutProduct {
  font-size: 1.3rem;
  padding-left: 2rem;
  position: relative;
  margin-top: 1rem;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-inquiryAboutProduct .fs-c-buttonContainer {
  padding: 0;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-inquiryAboutProduct:before {
  content: url(https://morpho1995noij.itembox.design/item/common/icon_inquiry.png);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-inquiryAboutProduct .fs-c-button--plain {
  color: #171717;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-inquiryAboutProduct .fs-c-button--plain:hover {
  opacity: .75;
  text-decoration: none;
}

.l-headingWrap {
  width: 100%;
  background-color: #eee;
  font-family: var(--min);
  padding: 5rem 0!important;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}

.l-headingWrap .l-heading1, .l-headingWrap .fs-c-heading--page {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.l-headingWrap .fs-c-breadcrumb {
  line-height: 1;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
.l-headingWrap .fs-c-breadcrumb {
  margin-top: 2rem;
}
}
.l-headingWrap .fs-c-breadcrumb ol {
  padding: 0;
}

.l-header .l-Block {
  padding-bottom: 0;
}

.l-header .l-flexCont .l-Block {
  padding-top: 0;
}

.l-header .l-flexCont .l-Block .l-Block {
  padding-bottom: 0;
  padding-top: 1.5rem;
}

.fs-c-productListItem__image a img {
  border: 1px solid #ccc;
}

.l-pricein {
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
}

/* ===============================
ページ毎 ---------->
=============================== */
#fs_Top .l-section {
  text-align: center;
}

#fs_Top .l-section .p-heading2 {
  border-bottom: solid 1px rgba(83, 83, 83, 0.45);
  display: inline-block;
  font-family: var(--min);
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: .2rem;
  padding-bottom: 9px;
}

#fs_Top .l-section .p-heading2 + br + span {
  font-family: var(--min);
  font-size: 1.4rem;
}

#fs_Top .l-section.p-sec02, #fs_Top .l-section.p-sec03 {
  border-bottom: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-bottom: 9rem;
}

#fs_Top .l-section.p-sec02 .tab_area, #fs_Top .l-section.p-sec03 .tab_area {
  margin: 2rem auto 2.2rem;
  max-width: 240px;
  text-align: center;
}

#fs_Top .l-section.p-sec02 .tab_area.l-flexBlock, #fs_Top .l-section.p-sec03 .tab_area.l-flexBlock {
  display: flex;
}

#fs_Top .l-section.p-sec02 .tab_area p, #fs_Top .l-section.p-sec03 .tab_area p {
  padding: 0 1rem;
  width: 120px;
}

#fs_Top .l-section.p-sec02 .tab_area p a, #fs_Top .l-section.p-sec03 .tab_area p a {
  border: 1px solid #171717;
  display: block;
  font-size: 1.4rem;
  padding: 5px 0;
  text-align: center;
  transition: ease 0.2s opacity;
}

#fs_Top .l-section.p-sec02 .tab_area p a:hover, #fs_Top .l-section.p-sec03 .tab_area p a:hover {
  color: #fff;
  text-decoration: none;
}

#fs_Top .l-section.p-sec02 .tab_area p:first-child a:hover, #fs_Top .l-section.p-sec03 .tab_area p:first-child a:hover, #fs_Top .l-section.p-sec02 .tab_area p:first-child.active a, #fs_Top .l-section.p-sec03 .tab_area p:first-child.active a, #fs_Top .l-section.p-sec02 .tab_area p:last-child a:hover, #fs_Top .l-section.p-sec03 .tab_area p:last-child a:hover, #fs_Top .l-section.p-sec02 .tab_area p:last-child.active a, #fs_Top .l-section.p-sec03 .tab_area p:last-child.active a {
  background-color: var(--g-color);
  color: #fff;
}

#fs_Top .l-section.p-sec02 .panel_area .tab_panel, #fs_Top .l-section.p-sec03 .panel_area .tab_panel {
  display: none;
}

#fs_Top .l-section.p-sec02 .panel_area .tab_panel.active, #fs_Top .l-section.p-sec03 .panel_area .tab_panel.active {
  display: block;
}

#fs_Top .l-section.p-sec02 .fs-c-productListItem__control, #fs_Top .l-section.p-sec03 .fs-c-productListItem__control {
  display: none;
}

#fs_Top .l-section:nth-of-type(2) {
  padding-top: 9rem;
}

#fs_ProductDetails .l-header .l-Block {
  padding-bottom: 0;
}

#fs_ProductDetails .fs-l-main {
  margin-top: 2rem;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap {
  width: 100%;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .fs-l-productLayout {
  display: block;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont {
  display: flex;
  justify-content: flex-start;
  -ms-flex-pack: start;
  margin-bottom: 10rem;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem01 {
  max-width: 572px;
  width: 100%;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 {
  margin-left: 4.5rem;
  max-width: 430px;
  width: 100%;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-productNumber {
  border: none;
  padding: 0;
}
#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-productNumber .fs-c-productNumber__number {
  font-weight: normal!important;
}
#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-productNameHeading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8em;
  margin: .5rem 0 2.5rem;
}
#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-variationRadioList__name__name {
   font-weight: 600;
}
#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .l-mainColumn--priceWrap {
  display: flex;
  justify-content: flex-start;
  -ms-flex-pack: start;
  margin-bottom: 1.5rem;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .l-mainColumn--priceWrap .fs-c-productMarks {
  align-items: center;
  color: #661900;
  display: flex;
  font-size: 2rem;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .l-mainColumn--priceWrap .fs-c-productPrices--productDetail {
  font-size: 2rem;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-productSelection {
  margin: 2.5rem 0;
}
#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-productSelection dd {
  margin-bottom: 20px;
}
#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-productSelection .fs-c-productSelection__name {
  background: none;
  font-size: 1.3rem;
  padding: 0;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-productSelection .fs-c-productSelection__selection .s-c-productSelection__field.fs-c-radioGroup {
  display: flex;
  flex-direction: column !important;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-productSelection .fs-c-productSelection__selection .s-c-productSelection__field.fs-c-radioGroup .fs-c-radio:not(:last-child) {
  margin-bottom: 1.5rem;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .p-color--Txt {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .p-quantity--Txt {
  font-size: 1.6rem;
  margin: 5rem 0 0;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-productQuantityAndWishlist {
  display: block;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-productQuantityAndWishlist .fs-c-quantity {
  max-width: 430px;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-returnedSpecialContract {
  font-size: 1.3rem;
  padding: 0;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-returnedSpecialContract a {
  padding-left: 2rem;
  position: relative;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-returnedSpecialContract a:before {
  content: url(https://morpho1995noij.itembox.design/item/common/icon_returns.png);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-c-returnedSpecialContract a:hover {
  color: #171717;
  opacity: .75;
  text-decoration: none;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 .fs-p-productDescription--short {
  margin-top: 20px;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .p-description--Titleen {
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: 0.1em;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .p-description--Titlejp {
  font-size: 1.6rem;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 6rem;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .fs-p-productDescription {
  font-size: 1.6rem;
  line-height: 1.8;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainClumn--productsDetail {
  margin: 6rem auto;
  max-width: 880px;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainClumn--productsDetail table {
  border-bottom: solid 1px #999;
  max-width: 880px;
  width: 100%;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainClumn--productsDetail th, #fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainClumn--productsDetail td {
  border-top: solid 1px #999;
  font-size: 1.6rem;
  padding: 1.5rem 0;
  text-align: left;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainClumn--productsDetail th {
  border-right: solid 1px #999;
  font-weight: normal;
  text-align: center;
  width: 20%;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainClumn--productsDetail td {
  padding-left: 1.5rem;
}

#fs_ProductDetails .p-products--tocartBtn {
  margin: 1rem auto 0;
  max-width: 240px;
  text-align: center;
}

#fs_ProductDetails .p-products--tocartBtn a {
  align-items: center;
  background-color: #3c3c3c;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  height: 76px;
}

#fs_ProductDetails .p-products--tocartBtn a span {
  color: #fff;
  font-size: 2rem;
}

#fs_ProductDetails .p-products--tocartBtn a:hover {
  opacity: .75;
  text-decoration: none;
}

#fs_ProductDetails .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling {
  position: relative;
}

#fs_ProductDetails .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:before {
  bottom: 0px;
  content: '（税込）';
  font-size: 1.2rem;
  position: absolute;
  right: -50px;
}
/* セール価格の（税込）の位置調整 */
#fs_ProductDetails .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling {
  justify-content: flex-start;
  width:fit-content;
}
/* セール価格の文字色 */

/* セール時の定価のフォントサイズ */
#fs_ProductDetails .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--listed{
  font-size: 14px;
}
.fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice.fs-c-productPrice--listed {
  font-size: 14px;
}

#fs_ProductDetails .fs-c-productSelection .fs-c-productSelection__label {
  display: block;
  font-weight: normal;
  position: relative;
}

#fs_ProductDetails .fs-c-productReview {
  margin-top: 60px;
}

#fs_ProductDetails .fs-c-productReview .fs-c-aggregateRating__rating::before {
  font-size: 1.4rem;
}

#fs_ProductDetails .fs-c-productReview .fs-c-buttonContainer--addReview--detail, #fs_ProductDetails .fs-c-productReview .fs-c-buttonContainer--viewAllReviews {
  padding: 0;
}

#fs_ProductDetails .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  margin-top: 2rem;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
  position: relative;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer .fs-c-button--addToWishList--detail {
  position: absolute;
  right: 0;
  top: 260px;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer .fs-c-button--addToWishList--detail span {
  padding: 5px 0 5px 12px;
}

#fs_AboutTerms .fs-c-documentColumn__content p, #fs_AboutTerms .fs-c-documentColumn__content dt, #fs_AboutTerms .fs-c-documentColumn__content dd, #fs_AboutTerms .fs-c-documentColumn__content li {
  line-height: 1.7;
}

#fs_AboutTerms .fs-c-documentColumn__content div {
  margin-top: 2rem;
}

#fs_AboutTerms .fs-c-documentColumn__content div p {
  margin-top: 1rem;
}

#fs_AboutTerms .fs-c-documentColumn__content a {
  text-decoration: underline;
}

#fs_AboutTerms .fs-c-documentColumn__content a:hover {
  opacity: .75;
}

#fs_AboutTerms .u-fs-c-documentColumn__heading04 {
  border: none;
  font-size: 1.6rem;
  padding: 0;
}

#fs_AboutTerms p + .u-fs-c-documentColumn__heading04 {
  margin-top: 2rem;
}

#fs_ReturnPolicy .fs-c-documentColumn p, #fs_ReturnPolicy .fs-c-documentColumn dt, #fs_ReturnPolicy .fs-c-documentColumn dd, #fs_ReturnPolicy .fs-c-documentColumn li {
  line-height: 1.7;
}

#fs_ReturnPolicy .fs-c-documentColumn__Wrap {
  margin-top: 2.4rem;
}

#fs_ReturnPolicy .fs-c-documentColumn__Wrap .u-fs-c-documentColumn__heading03 {
  border: none;
  font-size: 1.6rem;
  padding: 0;
}

#fs_ReturnPolicy .fs-c-documentColumn__content p + p {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

#fs_ReturnPolicy div .fs-c-explainList {
  margin-top: 2rem;
}

#fs_ReturnPolicy div + p {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

#fs_PrivacyPolicy .fs-c-documentColumn__content p, #fs_PrivacyPolicy .fs-c-documentColumn__content dt, #fs_PrivacyPolicy .fs-c-documentColumn__content dd, #fs_PrivacyPolicy .fs-c-documentColumn__content li {
  line-height: 1.7;
}

#fs_PrivacyPolicy .fs-c-documentColumn__content ol {
  margin-top: 1.5rem;
}

#fs_PrivacyPolicy .fs-c-documentColumn__content dl {
  margin-top: 1rem;
}

#fs_PrivacyPolicy .fs-c-documentColumn__content dl dt {
  margin-top: 1.5rem;
}

#fs_PrivacyPolicy .fs-c-documentColumn__content a {
  text-decoration: underline;
}

#fs_PrivacyPolicy .fs-c-documentColumn__content a:hover {
  color: #262626;
  opacity: .75;
}

#fs_PrivacyPolicy .fs-c-documentColumn__content p + p {
  margin-top: 1.5rem;
}

#fs_AboutShippingAndPayment .caregoods_Shippingcost {
  margin-bottom: 24px;
  margin-top: -30px;
  padding-left: 20px;
}

#fs_CustomPage p, #fs_CustomPage dt, #fs_CustomPage dd, #fs_CustomPage li {
  line-height: 1.7;
}

#fs_CustomPage .l-mainColumnWrap a {
  text-decoration: underline;
}

#fs_CustomPage .l-mainColumnWrap a:hover {
  opacity: .75;
}

#fs_CustomPage dl {
  margin-top: 1.5rem;
}

#fs_CustomPage .p-pointCautionsBlock {
  margin-top: 1.5rem;
}

#fs_CustomPage .p-pointCautionsBlock h3 {
  color: #b22222;
}

#fs_CustomPage .p-pointCautionsBlock .p-redTxt {
  font-weight: bold;
}

#fs_CustomPage .p-pointCautionsBlock li {
  padding-left: 15px;
  position: relative;
}

#fs_CustomPage .p-pointCautionsBlock li:before {
  content: '・';
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}

#fs_CustomPage .fs-c-note {
  font-size: 1.6rem;
}

#fs_ShoppingCart .fs-c-continueShopping, #fs_MyPageTop .fs-c-continueShopping {
  margin-bottom: 6rem;
}

#fs_ShoppingCart .fs-c-wishlistProduct .fs-c-wishlistProduct__header, #fs_MyPageTop .fs-c-wishlistProduct .fs-c-wishlistProduct__header {
  margin-bottom: 2rem;
}

#fs_ShoppingCart .fs-c-wishlistProduct .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title, #fs_MyPageTop .fs-c-wishlistProduct .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title {
  padding-bottom: 1rem;
}

#fs_ShoppingCart .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer button, #fs_MyPageTop .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer button {
  display: none;
}

#fs_ShoppingCart .fs-c-productListItem__prices .fs-c-productPrice, #fs_MyPageTop .fs-c-productListItem__prices .fs-c-productPrice {
  justify-content: flex-start;
  -ms-flex-pack: start;
  text-align: left;
}

#fs_ShoppingCart .fs-c-wishlistProduct__footer, #fs_MyPageTop .fs-c-wishlistProduct__footer {
  text-align: left;
}

#fs_ShoppingCart #fs-checkout-payHere-container .fs-c-buttonContainer--purchaseHere a {
  text-align: center;
}

#fs_ShoppingCart #fs-checkout-payHere-container .fs-c-buttonContainer--purchaseHere a.fs-c-button--primary {
  background-color: #4c4c4c;
  margin: 3rem auto;
  max-width: 480px;
  padding: 20px 0;
  position: relative;
  width: 100%;
}

#fs_ShoppingCart #fs-checkout-payHere-container .fs-c-buttonContainer--purchaseHere a.fs-c-button--primary:before {
  content: '\f058';
  display: inline-block;
  font-family: var(--fontawe);
  font-size: 2.4rem;
  font-weight: bold;
  left: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#fs_ShoppingCart #fs-checkout-payHere-container .fs-c-buttonContainer--purchaseHere a.fs-c-button--primary span {
  font-size: 2rem;
}

#fs_AboutShippingAndPayment .fs-c-specTableContainer {
  margin-top: 2rem;
}

#fs_AboutShippingAndPayment .fs-c-specTableContainer .fs-c-specTable__caption {
  background-color: #262626;
  color: #fff;
  margin-bottom: 1rem;
  padding: 7px 0;
}

#fs_AboutShippingAndPayment .fs-c-specTableContainer .fs-c-specTable--salesTax tr:nth-of-type(2) {
  display: none;
}

#fs_NewAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer, #fs_EditAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer, #fs_NewsletterSubscribeSuccess .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer, #fs_NewsletterUnsubscribeSuccess .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer {
  display: block;
}

#fs_NewAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a, #fs_EditAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a, #fs_NewsletterSubscribeSuccess .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a, #fs_NewsletterUnsubscribeSuccess .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a {
  font-size: 1.4rem;
  margin: 1.5rem auto 0;
  max-width: 240px;
  width: 100%;
}

#fs_MyAddressBook .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a {
  display: inline-block;
}

#fs_Register .fs-p-announcement .fs-p-announcement__title, #fs_Reviews .fs-p-announcement .fs-p-announcement__title, #fs_ReviewsByProduct .fs-p-announcement .fs-p-announcement__title {
  margin-bottom: 2rem;
}

#fs_Register .fs-p-announcement .fs-p-announcement__body p:nth-of-type(1) {
  color: #8c2200;
  font-size: 18px;
  font-weight: 500;
}

#fs_RegisterSuccess .fs-c-registerSuccessMessage {
  text-align: left;
}

#fs_RegisterSuccess .fs-c-registerSuccessMessage p {
  margin-bottom: 2rem;
}

#fs_RegisterSuccess .fs-c-buttonContainer--myPageTop a {
  text-align: center;
}

#fs_WriteReview .fs-c-productPrice {
  display: block;
}

#fs_WriteReview .fs-c-buttonContainer--back a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  width: 100%;
  text-align: center;
}

#fs_ReviewSuccess .fs-c-buttonContainer a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  width: 100%;
  text-align: center;
}

#fs_ReviewsByProduct .fs-c-productPrice {
  display: block;
}

#fs_ProductCategory .fs-c-productList__list .fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}

#fs_CustomerDetails .fs-c-inputInformation__message {
  margin-bottom: 70px;
}

#fs_CustomerDetails .fs-c-inputInformation__message p {
  display: block!important;
  text-align: center;
  width: 100%;
}

#fs_CustomerDetails .fs-c-inputInformation__message p:after {
  display: block;
  content: '（必須）は、入力必須項目です。';
  font-size: 1.6rem;
  margin: 0;
}

#fs_CustomerDetails #fs_registrationCheckedMessage {
  margin: 30px 0 20px;
}

#fs_CustomerDetails #fs_registrationCheckedMessage .fs-c-agreementConfirmation__message.fs-c-agreementConfirmation__message--registrationChecked {
  position: relative;
}

#fs_CustomerDetails #fs_registrationCheckedMessage .fs-c-agreementConfirmation__message.fs-c-agreementConfirmation__message--registrationChecked:before {
  background: #ccc;
  bottom: 0;
  content: '会員登録して頂くと、ポイントが付与されポイント交換商品との交換にご利用いただけます。';
  left: 0;
  padding: 8px;
  position: absolute;
}

#fs_CustomerDetails .fs-c-button--primary {
  margin: auto;
}

#fs_Login .fs-c-newUsers__message.fs-c-subSection__message {
  margin-top: 20px;
}

#fs_Login .fs-c-buttonContainer.fs-c-buttonContainer--memberRegister {
  margin: 40px auto;
  max-width: 280px;
}

#fs_Login .fs-c-buttonContainer.fs-c-buttonContainer--memberRegister a {
  padding: 12px 0;
  text-align: center !important;
}

#fs_AboutPoints a {
  text-decoration: underline;
}

#fs_AboutPoints .p-pointCautionsBlock h3 {
  color: #b22222;
}

#fs_AboutPoints .p-pointCautionsBlock .p-redTxt {
  font-weight: bold;
}

#fs_AboutPoints .fs-c-note {
  font-size: 1.6rem;
}

.l-gnav.open .l-flexBlock li.p-nav--cart a {
  padding-left: 4rem;
}

.l-gnav.open .l-flexBlock li.p-nav--cart a:before {
  content: '\f07a';
}

.l-gnav.open .l-flexBlock li.p-logout a:before {
  content: '\f2f5';
}

.p-pointComment {
  color: #8c2200;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
}

.p-orgComment {
  background: #ccc;
  margin-bottom: 25px;
  padding: 6px 12px;
}

.p-orgComment p {
  margin-bottom: 0 !important;
}

.l-Cat_iconpriceWrap {
  display: flex;
}

.l-Cat_iconpriceWrap .fs-c-productMarks .fs-c-productMark {
  margin: 5px;
}

.l-Cat_iconpriceWrap .fs-c-productMarks .fs-c-productMark .fs-c-productMark__mark {
  border-radius: 0;
  color: #8c2200;
  font-size: 1.4rem;
  padding: 0;
}

.p-service__time {
  margin-top: 4rem;
}

.p-service__time p {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0 .5em;
}

#wrapping {
  text-align: left;
}

#wrapping .fs-c-documentArticle__heading {
  padding: 0;
}

#wrapping .p-heading03 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 6rem;
  padding-left: 30px;
  position: relative;
}

#wrapping .p-heading03:before {
  background: url(https://morpho1995noij.itembox.design/item/f/gift/icon_ribbon.png);
  background-size: 22px 28.5px;
  content: '';
  height: 28.5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}

#wrapping .p-Txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 3rem;
}

#wrapping .l-flexCont + .l-flexCont {
  margin-top: 8rem;
}

#wrapping .l-flexBlock {
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-left: auto;
  margin-right: auto;
  max-width: 968px;
}

#wrapping .l-flexBlock.u-ver {
  margin-top: 3rem;
  text-align: center;
}

#wrapping .l-flexBlock.u-ver .l-flexItem {
  padding: 0 10px;
  width: 25%;
}

#wrapping .l-flexBlock.u-ver figcaption {
  font-size: 14px;
  text-align: center;
}

#wrapping .l-flexBlock.u-ribbon .p-heading03 {
  margin-top: 0;
  padding-left: 30px !important;
}

#wrapping .l-flexBlock.u-ribbon .l-flexItem {
  padding: 0 10px;
  width: 50%;
}

#wrapping .l-flexBlock.u-ribbon .l-flexItem.u-flexBlock {
  display: flex;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

#wrapping .l-flexBlock.u-ribbon .l-flexItem.u-flexBlock .u-flexItem {
  width: 46.5%;
}

#wrapping .l-flexBlock.u-bag .p-heading03 {
  margin-top: 0;
}

#wrapping .l-flexBlock.u-bag .l-flexItem:first-child {
  width: 63.94686907%;
}

#wrapping .l-flexBlock.u-bag .l-flexItem:last-child {
  width: 32.258064516%;
}

@media screen and (max-width: 800px) {
  #wrapping .l-flexBlock.u-ver .l-flexItem {
    width: 48%;
  }
}

@media screen and (max-width: 800px) {
  #wrapping .l-flexBlock.u-ribbon {
    flex-direction: column;
  }
}

@media screen and (max-width: 800px) {
  #wrapping .l-flexBlock.u-ribbon .l-flexItem {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #wrapping .l-flexBlock.u-bag {
    flex-direction: column;
  }
}

.fs-p-footer--menu .p-cashless {
  margin: 20px auto 0;
  max-width: 382px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .fs-p-footer--menu .p-cashless {
    max-width: 640px;
  }
}

.p-1910camBnr {
  margin: 20px auto;
  max-width: 680px;
  width: 100%;
}

/* ===============================
fs_style Edit ---------->
=============================== */
.slick-list {
  padding: 0 !important;
}

.fs-pt-carousel {
  margin: 30px auto!important;
  max-width: 1400px;
}
@media screen and (max-width: 800px) {
  .fs-pt-carousel {
    margin: 0 auto 30px!important;
  }
}
@media screen and (max-width: 599px) {
  .fs-pt-carousel {
    margin: 0 auto 15px!important;
  }
}
.fs-p-footerFixedPageTop {
  bottom: 10px;
  position: fixed;
  right: 1%;
  z-index: 999;
}

.fs-p-footerFixedPageTop__link:hover {
  opacity: .7;
}

.fs-l-footer {
  background-color: #eee;
  border-top: none;
}

.fs-p-footerCopyright {
  background-color: #171717;
  font-family: var(--min);
  font-weight: 300;
  letter-spacing: 0.05em;
  padding: 16px 0;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  display: none !important;
}

.fs-l-main, .fs-l-pageMain {
  margin-left: auto;
  margin-right: auto;
  max-width: 1416px !important;
}

.fs-c-productListCarousel__list .slick-track {
  max-width: 1300px;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: '>';
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  content: '' !important;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productMainImage__expandButton, .fs-l-pageMain .l-mainColumnWrap .fs-c-productMainImage__expandButton {
  display: none;
}

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

.fs-c-heading--page {
  border: none;
  color: #262626;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  color: #171717;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer {
  text-align: center;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a {
  display: block;
  text-align: center;
}

.fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-inquiryAboutProduct .fs-c-button--plain {
  display: block;
  text-align: left;
}

.fs-c-inputInformation__link {
  margin-top: 20px;
  text-align: center;
}

.fs-c-productQuantityAndWishlist .fs-c-button__label {
  color: #262626;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont {
  flex-wrap: wrap;
}

#fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem01, #fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont .l-mainColumn__productsflexItem02 {
  margin-left: auto;
  margin-right: auto;
}

.fs-c-productImage__image {
  margin-left: auto;
  margin-right: auto;
}

.fs-c-productReviewed {
  display: block;
}

.fs-body-review-write .fs-c-reveiwNotes {
  padding: 10px;
}

.fs-c-orderPerAddressee__cartTable.fs-c-cartTable, .fs-c-orderDetailInfo__cartTable.fs-c-cartTable {
  margin: 30px 0 20px;
}

.fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo {
  margin: 0 0 80px;
}

.fs-body-my-orders-details .fs-c-orderPaymentTable {
  margin-top: 25px;
}

.fs-pt-carousel__slide__caption {
  background: rgba(30, 30, 30, 0.8);
  font-family: var(--min);
  padding: 20px 8px;
  text-align: center;
}

.fs-c-requiredMark {
  width: 50px;
}

.fs-c-requiredMark::before {
  color: #da4453;
  content: '（必須）';
  font-size: 1.2rem;
  font-weight: normal;
}

.fs-c-productSelection__name .fs-c-productSelection__label .fs-c-requiredMark {
  display: none;
}

.fs-c-productSelection__name .fs-c-productSelection__label .fs-c-requiredMark::before {
  color: #da4453;
  content: '' !important;
  font-size: 1.2rem;
  font-weight: normal;
}

.fs-clientInfo:not(.is-ready) {
  display: block !important;
}

/*.fs-c-productCarouselMainImage__thumbnailList {
  flex-wrap: wrap;
  overflow-x: hidden;
}*/

.fs-c-slick.slick-initialized .slick-slide:not(.slick-current) {
  opacity: 0;
}

@media screen and (min-width: 960px) {
  .fs-body-cart .fs-l-cart__contentsArea, .fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
    display: block;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee, .fs-body-my-orders-details .fs-c-orderDetailInfo {
    display: block;
  }
  .fs-c-orderPerAddressee__cartTable.fs-c-cartTable, .fs-c-orderDetailInfo__cartTable.fs-c-cartTable {
    margin: 30px 0 20px;
  }
  .fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo {
    margin: 0 0 80px;
  }
  .fs-body-my-orders-details .fs-c-orderPaymentTable {
    margin-top: 25px;
  }
}

.fs-c-deliveryInfoList {
  margin-top: 20px;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail {
  position: absolute;
}

#fs_MyMembershipCard .fs-c-membershipCard__image {
  margin-top: 50px;
}

#fs_MyMembershipCard .card_Txt {
  margin-top: 30px;
  text-align: center;
}

#fs_MembershipCardAuth .fs-c-button--notAuthenticat.fs-c-button--standard {
  margin: 20px auto;
  max-width: 160px;
  text-align: center;
}

#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnail .fs-c-productCarouselMainImage__thumbnail__caption {
  display: none;
}

#fs_ProductDetails #fs_input_variation.fs-c-productQuantity {
  margin-top: 3rem;
}

#fs_ProductDetails #fs_input_variation.fs-c-productQuantity .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
  margin-left: 235px;
  max-width: 12em;
  position: relative;
}

#fs_ProductDetails #fs_input_variation.fs-c-productQuantity .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget:before {
  content: '数量を選択してください';
  font-size: 1.4rem;
  left: -235px;
  position: absolute;
  top: 0;
}

#fs_CustomerDetails .fs-c-guidanceWithButton {
  padding: 1.6rem .8rem;
}

.fs-c-guidanceWithButton.fs-c-guidanceWithButton--membershipCardNotice {
  display: block;
}

.fs-c-guidanceWithButton.fs-c-guidanceWithButton--membershipCardNotice .fs-c-guidanceWithButton__message {
  margin-right: 0;
  text-align: center;
}

.fs-c-guidanceWithButton.fs-c-guidanceWithButton--membershipCardNotice .fs-c-guidanceWithButton__button.fs-c-buttonContainer {
  margin: 20px auto;
  max-width: 430px;
  text-align: center;
}

.fs-c-guidanceWithButton.fs-c-guidanceWithButton--membershipCardNotice .fs-c-guidanceWithButton__button.fs-c-buttonContainer a {
  font-size: 1.4rem;
  padding: 1.5rem 0;
  text-align: center !important;
}

.fs-c-documentSubColumn {
  margin-top: 2rem;
}

.fs-p-accountInfo__point__point__rate {
  display: none;
}
.fs-c-purchasePointExpiration {
  display: none;
}
#fs-pointInfo-container {
  display: none!important;
}

[class^="fs-body-checkout"] .fs-l-checkout {
  display: block;
  align-items: flex-start;
  width: 100%;
}

/* カレンダー */
#calendar0 {
  margin-top: 2rem;
}

#calendar0 table {
  margin: 0 auto;
}

#calendar0 + p {
  color: #f00;
  font-size: 13px;
}

/* 191210 Add */
.footer_pagetop_list a:hover {
  opacity: .85;
}

.footer_pagetop_list a:hover img {
  opacity: .85;
}

#fs_MembershipCardAuth .fs-c-buttonContainer--pair {
  display: grid;
}

#fs_MembershipCardAuth .fs-c-buttonContainer--pair .fs-c-button--notAuthenticate {
  font-size: 1.4rem;
  text-align: center;
}

/* 200120 Add */
.u-c-documentArticle__heading {
  background: transparent;
}

.p-Center {
  text-align: center;
}

.p-Left {
  text-align: left;
}

.p-Txt3c {
  color: #262626;
}

#fs_MembershipCardAuth #aboutmembership .p-Txt {
  margin: 20px 0;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner {
  margin-top: 115px;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .u-heading03 {
  background: #09053c;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 12px 0 12px 20px;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-Txt3c a {
  color: #3366ff;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-w90per {
  margin: 50px auto 0;
  width: 90%;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-w90per.p-bgyellow {
  background: #fcc600;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-w90per a {
  align-items: center;
  display: flex;
  height: 67px;
  justify-content: center;
  -ms-flex-pack: center;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-w90per a span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-w90per.p-bgorange {
  background: #f05222;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-w90per.p-bgorange span {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: normal;
  height: 67px;
  justify-content: center;
  -ms-flex-pack: center;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-w90per.p-bgorange + .p-Txt {
  font-size: 14px;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-memberbenefit figure {
  margin-top: 70px;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-memberbenefit figure + .p-Txt {
  font-size: 20px;
  font-weight: 500;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-memberbenefit figure + .p-Txt a {
  color: #3366ff;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-memberbenefit li {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-memberbenefit li:before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-memberbenefit li a {
  color: #3366ff;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-changeItem .p-heading4 {
  margin-top: 65px;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-changeItem .p-heading4 + .p-Txt {
  margin-top: 0;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-changeItem .p-heading4 + .p-Txt span {
  font-size: 26px;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-changeItem figure + .p-Txt {
  font-size: 14px;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-changeItem + .p-bgorange {
  margin-bottom: 58px;
  margin-top: 75px;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner .p-changeItem + .p-bgorange a {
  font-size: 18px;
}

#fs_MembershipCardAuth #aboutmembership .p-membershipInner + figure.p-Center + figure.p-Center {
  margin: 30px 0;
}

#fs_MembershipCardAuth .p-membershipTitle {
  background: #4c4c4c;
  color: #fff;
  font-size: 20px;
  height: 50px;
  margin-bottom: 30px;
  margin-top: 70px;
  padding: 12px 0;
  text-align: center;
}

#fs_CustomPage #aboutmembership-register .p-Txt {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#fs_CustomPage #aboutmembership-register .p-Txt a {
  color: #3366ff;
  text-decoration: underline;
}

#fs_CustomPage #aboutmembership-register figure {
  text-align: center;
}

#fs_CustomPage #aboutmembership-register figure + figure {
  margin-top: 40px;
}

#fs_CustomPage #aboutmembership-register .p-recommendationWrap {
  background: #191970;
  margin: 50px auto 0;
  max-width: 855px;
  padding: 4.678362573%;
  width: 90%;
}

#fs_CustomPage #aboutmembership-register .p-recommendationWrap .p-recommendationInner p {
  color: #fff;
}

#fs_CustomPage #aboutmembership-register .p-recommendationWrap .p-recommendationInner p.p-recommendationTit, #fs_CustomPage #aboutmembership-register .p-recommendationWrap .p-recommendationInner p.p-recommendationLead {
  font-size: 20px;
  font-weight: bold;
}

#fs_CustomPage #aboutmembership-register .p-recommendationWrap .p-recommendationInner p.p-Txt {
  font-size: 14px;
  margin-top: 20px;
}

#fs_CustomPage #aboutmembership-register .p-disTable.p-url {
  display: table;
  margin: 40px auto 60px;
  max-width: 855px;
  width: 100%;
}

#fs_CustomPage #aboutmembership-register .p-disTable.p-url .p-disTableCell {
  display: table-cell;
  padding: 15px 0;
}

#fs_CustomPage #aboutmembership-register .p-disTable.p-url .p-disTableCell:first-child {
  background: #696969;
  color: #fff;
  text-align: center;
  width: 20%;
  vertical-align: middle;
}

#fs_CustomPage #aboutmembership-register .p-disTable.p-url .p-disTableCell:last-child {
  background: #e0e0e0;
  color: #3366ff;
  text-align: center;
  width: 80%;
  vertical-align: middle;
  text-decoration: underline;
}

#fs_CustomPage #aboutmembership-register .p-stepWrap {
  margin: 40px auto;
}

#fs_CustomPage #aboutmembership-register .p-stepWrap .p-stepBlock {
  margin: 40px auto;
}

#fs_CustomPage #aboutmembership-register .p-stepWrap .p-stepBlock .p-heading3 {
  font-size: 20px;
  font-weight: normal;
}

#fs_CustomPage #aboutmembership-register .p-stepWrap .p-stepBlock .p-heading3 span {
  font-weight: bold;
}

#fs_CustomPage #aboutmembership-register .p-stepWrap .p-stepBlock .p-heading4 {
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  font-size: 18px;
  margin-bottom: 45px;
  margin-top: 30px;
  padding: 20px 15px;
}

#fs_CustomPage #aboutmembership-register .p-stepWrap .p-stepBlock + .p-stepBlock {
  margin-top: 60px;
}

#fs_CustomPage #aboutmembership-register .p-heading5 {
  background: #e0e0e0;
  font-size: 16px;
  margin: 40px 0 25px;
  padding: 20px 0 20px 10px;
}

#fs_CustomPage #aboutmembership-register .p-qaWrap .p-heading3 {
  background: #fa7573;
  color: #fff;
  font-size: 24px;
  padding: 25px 0 25px 10px;
}

#fs_CustomPage #aboutmembership-register .p-qaWrap .p-heading4 {
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  font-size: 18px;
  margin-bottom: 45px;
  margin-top: 30px;
  padding: 20px 15px;
}

#fs_CustomPage #aboutmembership-register .p-qaWrap ul li {
  padding-left: 15px;
  position: relative;
}

#fs_CustomPage #aboutmembership-register .p-qaWrap ul li:before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

#fs_CustomPage #aboutmembership-register .p-qaWrap .p-Txt span {
  color: #f00;
}

#p-bnr_cyprismembership {
  margin-top: 80px;
}

#p-bnr_cyprismembership .p-bnrWrap .p-bnrBlock.p-col2 {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}

#p-bnr_cyprismembership .p-bnrWrap .p-bnrBlock.p-col2 .p-bnrItem {
  background: linear-gradient(to bottom, #001e5a 0%, #02013b 100%);
  padding: 0 10px;
  width: calc((100% - 20px) / 2);
}

#p-bnr_cyprismembership .p-bnrWrap .p-bnrBlock.p-col2 .p-bnrItem a {
  align-items: center;
  display: flex;
  height: 120px;
  justify-content: center;
  -ms-flex-pack: center;
  padding-left: 150px;
  position: relative;
  text-align: center;
}

#p-bnr_cyprismembership .p-bnrWrap .p-bnrBlock.p-col2 .p-bnrItem a:before {
  background: url(https://morpho1995noij.itembox.design/item/common/logo_bgtype.jpg);
  background-size: 130px 62.8px;
  content: '';
  height: 62.8px;
  left: 3%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
}

#p-bnr_cyprismembership .p-bnrWrap .p-bnrBlock.p-col2 .p-bnrItem a:hover {
  opacity: .7;
  text-decoration: none;
}

#p-bnr_cyprismembership .p-bnrWrap .p-bnrBlock.p-col2 .p-bnrItem a span {
  color: #fff;
  font-size: 20px;
}

#l-asideWrap #p-bnr_cyprismembership {
  margin-top: 30px;
}

#l-asideWrap #p-bnr_cyprismembership .p-bnrWrap .p-bnrBlock .p-bnrItem {
  background: linear-gradient(to bottom, #001e5a 0%, #02013b 100%);
  margin: 5px auto;
  width: 100%;
}

#l-asideWrap #p-bnr_cyprismembership .p-bnrWrap .p-bnrBlock .p-bnrItem a {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  -ms-flex-pack: center;
  padding-left: 77px;
  position: relative;
  text-align: center;
}

#l-asideWrap #p-bnr_cyprismembership .p-bnrWrap .p-bnrBlock .p-bnrItem a:before {
  background: url(https://morpho1995noij.itembox.design/item/common/logo_bgtype.jpg);
  background-size: 65px 31.4px;
  content: '';
  height: 31.4px;
  left: 3%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
}

#l-asideWrap #p-bnr_cyprismembership .p-bnrWrap .p-bnrBlock .p-bnrItem a:hover {
  opacity: .7;
  text-decoration: none;
}

#l-asideWrap #p-bnr_cyprismembership .p-bnrWrap .p-bnrBlock .p-bnrItem a span {
  color: #fff;
  font-size: 14px;
}

/* ===============================
<---------- fs_style Edit
=============================== */
@media screen and (max-width: 599px) {
  .fs-c-productListCarousel__list .fs-c-productListCarousel__list__item {
    max-width: 250px;
    min-width: 250px;
    margin: 0 0 0 10px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 600px) {
  .fs-c-productListCarousel__list .fs-c-productListCarousel__list__item {
    max-width: 244px;
    min-width: 244px;
  }
  .fs-c-radioGroup, .fs-c-checkboxGroup {
    flex-direction: column;
  }
  #fs_CustomPage .fs-c-documentArticle__content.fs-l-col--2 {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
}

/* ===============================
Utility ---------->
=============================== */
/* ===============================
Media Query ---------->
=============================== */
@media screen and (min-width: 800px) {
  .p-flexContainer .p-flexBlock {
    display: flex;
  }
  .brsp {
    display: none;
  }
  .brpc {
    display: block;
  }
  .l-header {
    position: relative;
  }
  .l-aside {
    margin-top: 10px;
  }
  .fs-pt-carousel {
    margin-top: auto;
  }
  .l-Cont {
    margin-top: 100px;
  }
  .l-common_bnrAreaWrap .l-flexWrap .l-flexBlock {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .l-common_bnrAreaWrap .l-flexWrap .l-flexBlock .fs-p-commonBnr--block {
    margin: 0;
    max-width: 452px;
    width: 32.262669521%;
  }
  .l-common_bnrAreaWrap .l-flexWrap .l-flexBlock .fs-p-commonBnr--block:not(:last-child) {
    margin-bottom: 0;
  }
  .fs-l-footer__contents .l-flexWrap .l-flexBlock {
    display: flex;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .fs-l-footer__contents .l-flexWrap .l-flexBlock .fs-p-order--block {
    margin-bottom: 0;
  }
  .fs-l-footer__contents .l-flexWrap .l-flexBlock .fs-p-order--block.u-fs-p-order--block01 {
    margin-left: 22px;
    margin-right: auto;
  }
  .fs-l-footer__contents .l-flexWrap .l-flexBlock .fs-p-order--block .fs-p-order__Item {
    text-align: center;
    width: auto;
  }
  .fs-l-footer__contents .l-flexWrap .l-flexBlock .fs-p-order--block .fs-p-order__Item.u-fs-p-order__Item01 {
    text-align: left;
  }
  .fs-l-footer__contents .l-flexWrap .l-flexBlock .fs-p-order--block.u-fs-p-order--block {
    margin-right: 15px;
  }
  .fs-l-footer__contents .l-flexWrap .l-flexBlock .fs-p-order--block.u-fs-p-order--block:last-child {
    margin-right: 0;
  }
  .l-common_footerMenuWrap {
    padding-left: 0;
    padding-right: 0;
  }
  .l-common_footerMenuWrap .l-flexWrap .l-flexBlock {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .l-common_footerMenuWrap .l-flexWrap .l-flexBlock .fs-p-footer--menu {
    margin-bottom: 0;
    text-align: left;
    width: auto;
  }
  .l-common_footerMenuWrap .fs-p-footermenu__cat {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .l-common_footerMenuWrap ul + .fs-p-footermenu__cat {
    margin-top: 3rem;
  }
  .l-common_footerMenuWrap ul + .fs-p-footermenu__cat + ul li {
    margin-bottom: 1rem;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexBlock {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem {
    max-width: 200px;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem:first-child {
    margin-right: 1rem;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem:last-child {
    margin-left: 1rem;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .fs-p-footermenu__cat {
    margin-bottom: 1.5rem;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .p-snsBtn {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 60px;
    margin-bottom: 1rem;
    padding: 0 3rem 0 1rem;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 div.l-flexWrap + div.p-snsBtn{
    margin-bottom: 1rem;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .p-snsBtn span {
    padding-left: 60px;
    position: relative;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .p-snsBtn span:before {
    content: '';
    display: inline-block;
    height: 39px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .p-snsBtn.u-snsBtnf span:before {
    background: url(https://morpho1995noij.itembox.design/item/common/icon_facebook.png);
    background-size: 39px 39px;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .l-flexItem .p-snsBtn.u-snsBtni span:before {
    background: url(https://morpho1995noij.itembox.design/item/common/icon_instagram.png);
    background-size: 39px 39px;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnl,
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnm {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 60px;
    padding-left: 1rem;
  }
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnl p,
  .l-common_footerMenuWrap .u-fs-p-footer--menu04 .u-snsBtnm p {
    top: 0;
  }
  .l-common_footerMenuWrap a:hover {
    opacity: .7;
    text-decoration: none;
  }
  #fs_ProductDetails .fs-l-main {
    margin-top: 0;
  }
  #fs_ProductDetails .p-products--tocartBtn {
    max-width: 430px;
  }
  #fs_ProductDetails .fs-c-button--primary {
    max-width: 430px;
    width: 100%;
  }
  #fs_ProductDetails .fs-l-main .l-mainColumnWrap .l-mainColumn--productsflexCont {
    flex-wrap: nowrap;
  }
  #fs_MyAccountSettings .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer {
    text-align: center;
  }
  #fs_MyAccountSettings .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a {
    text-align: center;
  }
  #fs_MyAccountSettings .fs-c-button--change.fs-c-button--primary {
    margin: auto;
    max-width: 430px;
    padding: 1.6rem .8rem;
  }
  #fs_ShoppingCart .fs-c-wishlistProduct__footer, #fs_MyPageTop .fs-c-wishlistProduct__footer {
    text-align: left;
  }
  #fs_NewAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer, #fs_EditAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer {
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
  }
  #fs_NewAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer button, #fs_NewAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a {
    margin: 0 15px;
  }
  #fs_EditAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer button, #fs_EditAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a {
    margin: 0 15px;
  }
  #fs_NewAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a, #fs_EditAddress .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a {
    max-width: 160px;
    text-align: center;
  }
  #fs_MyAddressBook .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a {
    text-align: center;
  }
  #calendar0 table {
    margin: 0;
  }
  .asideOpenMenu .p-openmenuWrap {
    position: relative;
  }
  .asideOpenMenu .u-accordionBtn {
    display: block !important;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 3px;
    right: -10px;
  }
  .asideOpenMenu .u-accordionBtn:before {
    color: #171717;
    content: '\FF0B';
    /* content: '＋'; */
    /* font-family: 'Font Awesome 5 Free' ; */
    font-size: 24px;
    font-weight: bold;
  }
  .asideOpenMenu .u-accordionBtn.active:before {
    color: #171717;
    content: '―';
    /* font-family: 'Font Awesome 5 Free' ; */
    font-weight: bold;
  }
}

@media screen and (min-width: 980px) {
  .accordionBtn {
    display: none !important;
  }
  .p-logowrapBlock .u-heading01 {
    max-width: 140px;
  }
  .l-header .l-flexCont .l-Block {
    padding-bottom: 0;
  }
  .p-btn_menu {
    display: none;
  }
  .l-header .l-Block {
    padding-left: 0;
    padding-right: 0;
  }
  .l-gnav {
    background: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    overflow: visible;
    position: relative;
    transform: translate(0);
    text-align: left;
    width: 100%;
  }
  .l-gnav li {
    padding: 1.5rem 0 2.2rem;
    position: relative;
  }
  .l-gnav li a {
    letter-spacing: 2px;
    position: relative;
  }
  .l-gnav li ul li a:before {
    content: '\f0da';
    font-family: var(--fontawe);
    font-weight: bold;
    display: inline-block;
    left: 0;
    top: -0.1rem;
    position: absolute;
  }
  .l-gnav li a span {
    color: var(--g-color);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    padding-top: .65rem;
    position: relative;
  }
  .l-gnav li a span:before {
    background: var(--g-color);
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    bottom: 25%;
    transition: all 0.3s ease-out;
    width: 100%;
  }
  .l-gnav li a:hover {
    text-decoration: none;
  }
  .l-gnav li a:hover span:before {
    height: 2px;
    opacity: 1;
    bottom: -35%;
  }
  .l-gnav li .p-registration a, .l-gnav li .p-login a, .l-gnav li .p-logout a, .l-gnav li .p-mypage a {
    padding-left: 2.4rem;
  }
  .l-gnav li .p-registration a:before {
    background: url("https://morpho1995noij.itembox.design/item/common/icon_headermember.png");
    background-size: 19.8px 18px;
    content: '';
    height: 18px;
    width: 19.8px;
  }
  .l-gnav li .p-mypage a:before {
    background: url("https://morpho1995noij.itembox.design/item/common/icon_headerlog.png");
    background-size: 15.3px 18px;
    content: '';
    height: 18px;
    width: 15.3px;
  }
  .l-gnav li .p-login a:before {
    background: url("https://morpho1995noij.itembox.design/item/common/icon_headerlogin.png");
    background-size: 16.2px 18px;
    content: '';
    height: 18px;
    width: 16.2px;
  }
  .l-gnav li .p-logout a:before {
    background: url("https://morpho1995noij.itembox.design/item/common/icon_headerlogout.png");
    background-size: 18px 18px;
    content: '';
    height: 18px;
    width: 18px;
  }
  .l-gnav li:last-child {
    padding-top: 0;
  }
  .l-gnav li:last-child .l-flexItem:last-child {
    padding-top: 1.5rem;
  }
  .l-gnav li.p-haschild .p-children {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 45px;
    width: 320px;
    transition: all 0.3s ease-out;
  }
  .l-gnav li.p-haschild .p-children .p-childrenItem {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: .5s;
    width: 48%;
  }
  .l-gnav li.l-gnav_about_cypris .p-children {
    width: 200px;
  }
  .l-gnav li.l-gnav_about_cypris .p-children .p-childrenItem {
    width: 100%;
  }
  .l-gnav li.p-haschild .p-children .p-childrenItem a {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-left: 10px;
  }
  .l-gnav li.p-haschild:hover .p-children {
    border: solid 1px #999;
    display: flex !important;
    padding: 15px;
  }
  .l-gnav li.p-haschild:hover .p-children .p-childrenItem {
    height: 3rem;
    overflow: visible;
    padding: 0;
  }
  .l-gnav li.p-haschild:hover .p-children .p-childrenItem a:hover {
    color: var(--g-color);
    opacity: .8;
    text-decoration: underline;
  }
  .l-gnav .l-memberBlock {
    font-size: 1.3rem;
    padding-bottom: 7px;
    text-align: center;
  }
  .l-gnav .l-memberBlock .p-customer {
    background-color: #ccc;
    padding: 5px 0;
  }
  .l-gnav .l-memberBlock .p-customer span {
    display: inline;
  }
  .l-gnav .l-memberBlock div {
    margin-top: 4px;
  }
  .l-gnav .l-memberBlock li {
    position: relative;
    padding-right: 2.5rem;
  }
  .l-gnav .l-memberBlock li:before {
    left: .5rem;
    top: 47%;
  }
  .l-gnav .l-memberBlock li a {
    border-right: solid 1px #ccc;
    font-size: 1.4rem;
  }
  .l-gnav .l-memberBlock li a:hover {
    opacity: .7;
    text-decoration: none;
  }
  .l-gnav .l-memberBlock li a:last-child {
    border-right: none;
  }
  .l-gnav .l-memberBlock li.p-nav--cart {
    max-height: 21px;
  }
  .l-gnav .l-memberBlock li.p-nav--cart a.fs-p-scrollingCartButton__button {
    background: none;
    border-right: none;
    color: #262626;
    opacity: 1;
    padding: 0 0 0 .24rem;
  }
  .l-gnav .l-memberBlock li.p-nav--cart a.fs-p-scrollingCartButton__button:before {
    background: url("https://morpho1995noij.itembox.design/item/common/icon_headercart.png");
    background-size: 17.6px 18px;
    content: '' !important;
    height: 18px;
    width: 17.6px;
  }
  .l-gnav .l-memberBlock li.p-nav--cart a.fs-p-scrollingCartButton__button i {
    display: none;
  }
  .l-gnav .l-memberBlock li.p-nav--cart a.fs-p-scrollingCartButton__button .fs-p-scrollingCartButton__label {
    padding-top: .35rem;
  }
  .l-gnav .l-memberBlock li.p-nav--cart a.fs-p-scrollingCartButton__button .fs-p-cartItemNumber {
    border-radius: 50%;
    color: #fff;
    height: 20px;
    padding: .25rem 0 0 .15rem;
    right: -55px;
    top: -30px;
    width: 20px;
  }
  .l-gnav .l-memberBlock li.p-nav--cart a.fs-p-scrollingCartButton__button:hover span:before {
    opacity: 0;
  }
  .fs-l-pageMain .l-mainContents {
    flex-wrap: nowrap;
  }
  .fs-l-pageMain .l-mainContents .l-asideWrap {
    order: 0;
    max-width: 280px;
    width: 100%;
  }
  .fs-l-pageMain .l-mainContents .l-asideWrap .l-searchWrap.search1 .fs-p-inputGroup__button {
    height: 2.2em;
  }
  .fs-l-pageMain .l-mainContents .l-asideWrap .l-searchWrap.search1 .fs-p-inputGroup__button:before {
    padding-top: .4rem;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap {
    margin-left: 6.6rem;
    margin-top: 0;
    margin-bottom: 0;
    order: 1;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
    flex-basis: calc(25% + 1px);
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__controller {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list {
    grid-template-columns: calc(33% - 0px) calc(33% - 0px) calc(33% - 0px);
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(1), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(4), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(7), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(10), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(13), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(16), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(19), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(22), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(25), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(28) {
    grid-column: 1 / 2;
    -ms-grid-column: 1;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(2), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(5), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(8), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(11), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(14), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(17), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(20), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(23), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(26), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(29) {
    grid-column: 2 / 3;
    -ms-grid-column: 2;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(3), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(6), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(9), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(12), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(15), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(18), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(21), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(24), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(27), .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(30) {
    grid-column: 3 / 4;
    -ms-grid-column: 3;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(n+1):nth-child(-n+3) {
    grid-row: 1 / 2;
    -ms-grid-row: 1;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(n+4):nth-child(-n+6) {
    grid-row: 2 / 3;
    -ms-grid-row: 2;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(n+7):nth-child(-n+9) {
    grid-row: 3 / 4;
    -ms-grid-row: 3;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(n+10):nth-child(-n+12) {
    grid-row: 4 / 5;
    -ms-grid-row: 4;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(n+13):nth-child(-n+15) {
    grid-row: 5 / 6;
    -ms-grid-row: 5;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(n+16):nth-child(-n+18) {
    grid-row: 6 / 7;
    -ms-grid-row: 6;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(n+19):nth-child(-n+21) {
    grid-row: 7 / 8;
    -ms-grid-row: 7;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(n+22):nth-child(-n+24) {
    grid-row: 8 / 9;
    -ms-grid-row: 8;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(n+25):nth-child(-n+27) {
    grid-row: 9 / 10;
    -ms-grid-row: 9;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list > *:nth-child(n+28):nth-child(-n+30) {
    grid-row: 10 / 11;
    -ms-grid-row: 10;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list .fs-c-productList__list__item {
    border-bottom: none;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-productList__list .fs-c-productListItem__prices .fs-c-productPrice {
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a {
    text-align: left;
  }
  #fs_NewsletterSubscribeSuccess .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a, #fs_NewsletterUnsubscribeSuccess .fs-l-pageMain .l-mainContents .l-mainColumnWrap .fs-c-buttonContainer a {
    text-align: center;
  }
  .p-headcommentBlock {
    background: #f9f4f4;
    display: block !important;
    font-size: 1.4rem;
    margin-left: auto;
    padding: 10px;
    text-align: center;
  }
  .p-headcommentBlock p {
    color: #E21341;
    font-family: var(--min);
    line-height: 1.3;
    padding-left: 25px;
    position: relative;
  }
  .p-headcommentBlock p + p {
    margin-top: 1rem;
  }
  .p-headcommentBlock p:before {
    color: #333333;
    content: '\f0d1';
    font-family: var(--fontawe);
    font-size: 1.1rem;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-headcommentBlock span {
    color: #333333;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 979px) {
  .l-gnav .l-memberBlock li.p-nav--cart a.fs-p-scrollingCartButton__button {
    background: none;
  }
  .l-gnav .l-memberBlock li.p-nav--cart a.fs-p-scrollingCartButton__button i {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .fs-c-heading--page {
    padding: 0;
  }
}

/* ===============================
ページ毎 MEDIA ---------->
=============================== */
@media screen and (min-width: 940px) {
  #fs_Top .l-section {
    margin-top: 8rem;
  }
  #fs_Top .l-section.p-sec02 .tab_area, #fs_Top .l-section.p-sec03 .tab_area {
    margin: 2rem 0 2.2rem auto;
  }
  #fs_Top .l-section.p-sec02 .tab_area label, #fs_Top .l-section.p-sec03 .tab_area label {
    border: 1px solid var(--g-color);
    color: var(--g-color);
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    padding: 5px 0;
    text-align: center;
    transition: ease 0.2s opacity;
    width: 120px;
  }
  #fs_Top .l-section:nth-of-type(2) {
    padding-top: 0;
  }
}

/* ===============================
Hack ---------->
=============================== */
.center {
  text-align: center;
}
.right {
  text-align: right;
}
/* ===============================
コンセプトページビデオ用 ---------->
=============================== */
.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ===============================
シリーズ一覧ページ
=============================== */
.series_banner_wrap {
  width: 100%;
}
.series_banner_wrap a,
.series_banner_wrap a:hover {
  text-decoration: none!important;
  color: #FFF!important;
  opacity: 1.0!important;
}
.series_banner_box {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 348px;
  margin-bottom: 30px;

}
.series_banner_inner{
  display: inline-flex;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  color: #FFF;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 348px;
}
.series_banner_inner:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
  top: 0;
  transition: all .5s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index: -100;
}
.series_banner_inner.name_cimarron:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_cimarron.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_finland:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_finland.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_lejute:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_lejute.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_croco_shira:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_croco_shira.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_lizard:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_lizard.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_box_limpid:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_box_limpid.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_glitter:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_glitter.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_rugasho:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_rugasho.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_poke:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_poke_walle.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_trilogy:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_trilogy.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_horween:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_horween.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_ruga:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_ruga.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_oil:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_oil.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_cordvan:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_cordovan.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_vege:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_vege.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_natural:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_natural.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_limpid:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_limpid.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_perla:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_perla.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_cashew:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_cashew.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_sparkling:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_sparkling.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_toujours:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_toujours.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_ternura:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_ternura.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_bridle:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_bridle.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_rainier:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_rainier.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_silky:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_silky.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_cirasagi:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_cirasagi.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_deer:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_deer.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_box:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_box.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_kiwami:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_kiwami.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_urushi:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_urushi.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_cestino:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_cestino.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner.name_cordovan02:after {
	background:url("https://morpho1995noij.itembox.design/item/series/photo_cordovan02.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.series_banner_inner:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
  top: 0;
  background: rgba(22, 22, 22, .0);
  z-index: -10;
  transition: all .5s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.series_banner_inner:hover:after {
	transform: scale(1.1);
}
.series_banner_inner:hover:before {
  background: rgba(22, 22, 22, 0.4);
}
.series_banner_ttl {
  font-size: 19px;
  font-weight: normal;
  text-shadow:1px 1px 3px #000;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  border: solid 1px rgba(255, 255, 255, 0.4);
  padding: 15px 16px;
}
.series_banner_inner p {
  font-size: 15px;
  text-shadow:1px 1px 2px #000;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .series_banner_box {
    width: 100%;
    height: 174px;
    margin-bottom: 15px;
  }
  .series_banner_inner{
    width: 100%;
    height: 174px;
    padding: 10px;
  }
  .series_banner_ttl {
    width: 100%;
    padding: 10px;
  }
}
/* ===============================
トップページ
=============================== */
.top_series_bnr_wrap img {
  width: 25%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .top_series_bnr_wrap img {
    width: 80%;
    margin-top: -10px;
    margin-bottom: 50px;
  }
}
/* ===============================
サイドメニュー
=============================== */
.ttl_sidemenu {
  color: #254280;
  font-size: 20px;
  font-family: var(--font_libre);
  font-weight: 400;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.ttl_sidemenu02 {
  width:100%;
  color: #fff;
  font-size: ;
  text-align: center;
  line-height: 1.0;
  font-weight:  normal;
  letter-spacing: 0.05em;
 background-color: #161616;
  padding: 14px 0;
}
.sidemenu_woman .ttl_sidemenu {
  color: #731a2e;
}
.sidemenu_woman .asideInnerItem {
  background-color: #731a2e!important;
}
.p-openmenuWrap .children li {
  background-color: #FFF;
}
.p-openmenuWrap .children li a {
  height: auto!important;
  padding: 10px 0 10px 30px!important;
  margin: 0!important;
}
#asideOpenMenu {
  margin-bottom: 60px;
}
.l-searchWrap {
  margin-bottom: 46px;
}
.sidemenu_price {
  margin-bottom: 60px;
}
.sidemenu_price .asideInnerList li a {
}
.sidemenu_price .asideInnerList li:first-child {
  border-bottom: solid 1px #aeaeae!important;
}
/* ===============================
トップページリニューアル
=============================== */
#fs_Top .fs-l-main {
  width: 100%;
  max-width: 100%!important;
  padding: 0!important;
}
#top_contents {
  width: 100%;
  margin: 0 auto;
}
#top_contents a:hover {
  text-decoration: none;
  color: inherit;
}
#top_contents section {
  padding: 80px 0;
}
@media screen and (max-width: 1184px) {
  #fs_Top .fs-l-main {
    width: 100%;
    max-width: 100%!important;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  #top_contents section {
    padding: 40px 0;
  }
}
/*タイトル
---------------------------*/
.top_ttl_01 {
  color: #131002;
  font-family: var(--font_libre);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin: 0 0 40px!important;
}
.top_ttl_01 span {
  display: inline-block;
  font-family: var(--font_libre);
  font-weight: 500;
  padding: 0 8px 8px;
  border-bottom: solid 1px #dcdcdc;
}
@media screen and (max-width: 599px) {
  .top_ttl_01 {
    font-size: 17px;
    margin: 0 0 20px!important;
  }
 }
/*ピックアップシリーズ
---------------------------*/
#top_pick {
  width: 1185px;
  margin: 0 auto;
}
.pick_col2_wrap,
.pick_col3_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pick_box {
  width: 48.94%;
  font-family: var(--min);
  text-align: center;
  margin-bottom: 50px;
}
.pick_col3_wrap .pick_box  {
  width: 32.15%;
  margin-bottom: 30px;
}
.pick_box a {
  display: flex;
  flex-direction: column;
}
.pick_box img {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
}
.pick_box div:last-child {
  display: inline-flex;
  flex-direction: column;
}
.pick_box h3 {
  font-size: 14px;
  order: 2;
}
.pick_box p {
  order: 1;
  font-size: 16px;
  margin-bottom: 10px;
}
.pick_col3_wrap .pick_box p {
  font-size: 14px;
}
@media screen and (max-width: 1184px) {
  #top_pick {
    width: 100%;
    padding: 0 10px 80px!important;
  }
}
@media screen and (max-width: 599px) {
  .pick_col2_wrap {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .pick_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .pick_box img {
    margin-bottom: 13px;
  }
  .pick_col3_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .pick_col3_wrap .pick_box {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .pick_col3_wrap .pick_box a {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #dcdcdc;
    padding-top: 15px;
  }
  .pick_col3_wrap .pick_box div:first-child {
    width: 30%;
  }
  .pick_col3_wrap .pick_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
  }
  .pick_col3_wrap .pick_box div:last-child {
    width: 65%;
  }  
}
/* MOREボタン
---------------------------*/
.l-mainColumnWrap .btn_link_more a,
.btn_link_more a {
  display: block;
  width: 328px;
  background-color: #FFF;
  text-align: center;
  text-decoration: none!important;
  font-family: var(--min);
  font-size: 14px;
  line-height: 1.0;
  border: solid 1px #dcdcdc;
  padding: 24px 0;
  margin: 0 auto;
}
.top_news_wrap .btn_link_more {
  margin-top: 30px;
}
.l-mainColumnWrap .btn_link_more a:hover,
.btn_link_more a:hover {
  background-color: var(--g-color)!important;
  color: #CCC!important;
  opacity: 1.0!important;
}
@media screen and (max-width: 599px) {
  .btn_link_more a,
  .l-mainColumnWrap .btn_link_more a {
    width: 80%;
    font-size: 14px;
    padding: 20px 0;
  }
  .top_news_wrap .btn_link_more {
    margin-top: 0px;
  }
}

/*カテゴリ
---------------------------*/
#top_category {
  width: 100%;
  background-color: #f8f8f8;
}
.list_cate_wrap {
  width: 1185px;
  text-align: center;
  margin: 0 auto;
}
.list_cate {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
.list_cate li {
  width: 23%;
  font-family: var(--font_noto_sans);
  font-weight: 400;
  font-size: 13px;
  background-color: #FFF;
  border: solid 1px #efede8;
  margin: 0 10px 20px;
}
@media screen and (max-width: 1184px) {
  .list_cate_wrap {
    width: 100%;
  }
}
  @media screen and (max-width: 599px) {
  .list_cate li {
    width: 26%;
    font-size: 11px;
    letter-spacing: -0.1em;
    margin: 0 5px 10px;
  }
}
.list_cate li:hover {
  opacity: .8;
}
.list_cate li a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  min-height: 88px;
  padding-left: 95px;
}
.list_cate_icon_honey {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_honey.jpg) no-repeat 20px center;
  background-size: 54px;
}
.list_cate_icon_naga {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_naga.jpg) no-repeat 20px center;
  background-size: 54px;
}
.list_cate_icon_futatsu {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_futatsu.jpg) no-repeat 20px center;
  background-size: 54px;
}
.list_cate_icon_compact {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_compact.jpg) no-repeat 20px center;
  background-size: 54px;
}
.list_cate_icon_basami {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_basami.jpg) no-repeat 20px center;
  background-size: 54px;
}
.list_cate_icon_kozeni {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_kozeni.jpg) no-repeat 20px center;
  background-size: 54px;
}
.list_cate_icon_meishi {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_meishi.jpg) no-repeat 20px center;
  background-size: 54px;
}
.list_cate_icon_bag {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_bag.jpg) no-repeat 20px center;
  background-size: 54px;
}
.list_cate_icon_accessory {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_accessory.jpg) no-repeat 20px center;
  background-size: 54px;
}
.list_cate_icon_belt {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_belt.jpg) no-repeat 20px center;
  background-size: 54px;
}
.list_cate_icon_stationery {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_stationery.jpg) no-repeat 20px center;
  background-size: 54px;
}
.list_cate_icon_care {
  background: url(https://morpho1995noij.itembox.design/item/top/icon_care.jpg) no-repeat 20px center;
  background-size: 54px;
}
@media screen and (max-width: 899px) {
  .list_cate_wrap {
    width: 100%;
  }
    .list_cate li a {
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 8px;
  }
  .list_cate_icon_honey {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_honey.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .list_cate_icon_naga {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_naga.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .list_cate_icon_futatsu {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_futatsu.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .list_cate_icon_compact {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_compact.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .list_cate_icon_basami {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_basami.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .list_cate_icon_kozeni {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_kozeni.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .list_cate_icon_meishi {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_meishi.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .list_cate_icon_bag {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_bag.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .list_cate_icon_accessory {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_accessory.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .list_cate_icon_belt {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_belt.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .list_cate_icon_stationery {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_stationery.jpg) no-repeat center 0px;
    background-size: 54px;
  }
  .list_cate_icon_care {
    background: url(https://morpho1995noij.itembox.design/item/top/icon_care.jpg) no-repeat center 0px;
    background-size: 54px;
  }
}
/*ランキング
---------------------------*/
.top_ranking_wrap {
  width: 1185px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1184px) {
  .top_ranking_wrap {
    width: 94%;
  }  
}
.top_ranking_box {
  width: 18%;
  font-size: 14px;
  position: relative;
  z-index: 0;
}
.top_ranking_box img {
  width: 100%;
  margin-bottom: 20px;
  border: solid 1px #ebebeb;
}
.top_ranking_num {
  color: #FFF;
  font-size: 16px;
  background-color: #b7a883;
  line-height: 1.0!important;
  padding: 18px 16px!important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#top_contents .top_ranking_num {
  line-height: 1.0!important;
  padding: 18px 16px!important;
}
.top_ranking_wrap a:hover .top_ranking_num {
  color: #FFF!important;
}
.top_ranking_ttl {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 1020px) {
  .top_ranking_num {
    font-size: 13px;
    padding: 14px 12px;
  }
}
@media screen and (max-width: 599px) {
  #top_ranking {
    padding: 40px 0 0!important;
  }
  .top_ranking_wrap {
    flex-wrap: wrap;
  }
  .top_ranking_box {
    width: 48%;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .top_ranking_box img {
    margin-bottom: 10px;
  }
}
/*ギフト
---------------------------*/
section#top_gift {
  padding: 0;
  background: url(https://morpho1995noij.itembox.design/item/top/gift_bg_00.jpg) no-repeat top left;
}
.top_gift_inner {

  width: 1185px;
  height: 720px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 auto;
}
.top_gift_txt {
  width: 368px;
}
.top_gift_ttl {
  font-family: var(--min);
  font-size: 38px;
  text-align: center;
  line-height: 2.0em;
  background: url(https://morpho1995noij.itembox.design/item/top/ttl_for_gift.png) no-repeat top center;
  background-size: 149px;
  padding-top: 86px;
  margin-bottom: 36px;
}
.top_gift_txt_txt {
  font-size: 14px;
  font-family: var(--min);
  text-align: center;
  line-height: 2.0em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1184px) {
  section#top_gift {
    padding: 40px 0;
  }
  .top_gift_inner {
    width: 94%;
    height: auto;
  }
  .top_gift_txt {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  section#top_gift {
    background: url(https://morpho1995noij.itembox.design/item/top/gift_bg_00.jpg) no-repeat top left;
    background-size: auto 180px;
    padding-bottom: 0;
  }
  .top_gift_inner {
    width: 100%;
    height: auto;
    padding: 30px 10px 30px
  }
  .top_gift_txt {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 40px;
    padding: 40px 10px 10px;
  }
  .top_gift_ttl {
    font-size: 22px;
    background: url(https://morpho1995noij.itembox.design/item/top/ttl_for_gift.png) no-repeat top center;
    background-size: 94px;
    padding-top: 43px;
    margin-bottom: 18px;
  }
  .top_gift_txt_txt {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .top_gift_txt .btn_link_more a {
    width: 85%;
  }
}
/*フューチャー(ピックアップコンテンツ)
---------------------------*/
section#top_feature {
  text-align: center;
  padding: 40px 0 160px;
}
#top_feature ul {
  width: 1185px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  section#top_feature {
    text-align: center;
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 1184px) {
  #top_feature ul {
    width: 94%;
  }
}
@media screen and (max-width: 599px) {
  section#top_feature {
    padding: 0 0 40px;
  }
}
/*ウィメンズ
---------------------------*/
.top_women_wrap {
  width: 1185px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 50px;
}
.top_women_photo {
  width: 38%;
}
.top_women_photo img {
  width: 100%;
}
.top_women_txt {
  width: 57%;
  font-size: 14px;
}
.top_women_txt p {
  line-height: 2.0em;
}
.top_women_txt_txt {
  width: 74%;
  margin-top: 30px;
  margin-bottom: 80px;
}
.top_women_items_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.top_women_items_box {
  width: 31%;
  font-size: 12px;
  color: #757575;
  text-align: center;
}
.top_women_items_box img {
 width: 100%;
 margin-bottom: 24px;
}
.top_women_items_box h3 {
  line-height: 2.0em;
}
@media screen and (max-width: 1184px) {
  .top_women_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top_women_wrap {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .top_women_photo {
    width: 100%;
  }
  .top_women_photo img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .top_women_txt {
    width: 100%;
    padding: 0 8px;
  }
  .top_women_txt_txt {
    width: 94%;
    text-align: center;
    margin: 15px auto 30px;
  }
  .top_women_txt_txt br {
    display: none;
  }
  .top_women_items_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .top_women_items_box {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .top_women_items_box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 15px;
  }
  .top_women_items_box div:first-child {
    width: 30%;
  }
  .top_women_items_box div:last-child {
    width: 65%;
  }
  .top_women_items_box img {
   margin-bottom: 0;
  }
}
/*ニュース　インフォメーション
---------------------------*/
#top_newsinfo {
  width: 100%;
  background-color:#f8f8f8;
}
.top_newsinfo_inner {
  width: 1185px;
  margin: 0 auto;
}
@media screen and (max-width: 1184px) {
  .top_newsinfo_inner {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top_newsinfo_inner {
    width: 94%;
  }
}
.top_news_wrap {
  width: fit-content;
  max-width: 94%;
  text-align: center;
  margin: 0 auto 65px;
}
.top_news_wrap p {
  font-size: 12px;
  line-height: 2.0em;
  text-align: left;
  margin-bottom: 14px;
}
.top_news_wrap a {
  text-decoration: underline;
}
.top_news_wrap a:hover {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .top_news_wrap {
    margin-bottom: 40px;
  }
  .top_news_wrap p {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
  }
  .top_news_wrap p span:first-child {
    width: 20%;
  }
  .top_news_wrap p span:last-child {
    width: 77%;
  }
}
.top_info_3col_wrap_wrap {
  width: 74%;
  margin: 0 auto;
  text-align: center;
}
.top_info_3col_wrap {
  display: inline-flex;
  justify-content: space-between;
}
.top_info_3col_wrap a {
  width: 31%;
  border: solid 1px #dcdcdc;
  background-color: #FFF;
  font-family: var(--min);
  text-align: center;
  padding-bottom: 30px;
}
.top_info_3col_wrap a:hover {
  text-decoration: none!important;
}
.top_info_3col_box img {
  margin-bottom: 20px;
}
.top_info_ttl {
  font-family: var(--font_libre);
  font-size: 18px;
  line-height: 2.0em;
}
.top_info_3col_box p {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .top_news_wrap {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .top_news_wrap p {
    line-height: 1.6em;
    border-bottom: dotted 1px #CCC;
    padding: 14px 0;
    margin-bottom: 0;
  }
  .top_news_wrap p:last-child {
    border-bottom: none;
  }

  .top_info_3col_wrap {
    justify-content: flex-start;
    flex-direction: column;
  }
  .top_info_3col_wrap a {
    width: 100%;
    margin-bottom: 15px;
  }
  .top_info_3col_box {
    display: flex;
    align-items: center;
  }
  .top_info_3col_box p:first-child {
    width: 45%;
  }
  .top_info_3col_box div {
    width: 55%;
  }
  .top_info_3col_wrap a {
    padding-bottom: 0;
  }
  .top_info_3col_box img {
    margin-bottom: 0;
  }
  .top_info_ttl {
    font-size: 16px;
    line-height: 1.0;
  }
}  
/*バイヤーズ賞
---------------------------*/
#top_others {
  padding: 40px 0 0;
}
.top_inner {
  width: 1185px;
  padding: 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1184px) {
  .top_inner {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top_inner {
    padding: 20px 0;
  }
}
.top_buyer_wrap {
  position: relative;
  width: 72%;
  margin: 0 auto;
}
.buyer_medal {
  position: absolute;
  width: 72px;
  top: -2px;
  left: 30px;
}
.top_buyer_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  padding: 30px 40px 30px 135px;
}
.top_buyer_txt {
  width: 64%;
}
.top_ttl_buyer {
  font-family: var(--min);
  font-size: 22px;
  font-weight: 600;
  line-height: 2.0em;
}
.top_ttl_buyer br {
  display: none;
}
.top_buyer_txt p {
  font-size: 12px;
  line-height: 2.0em;
}
.top_buyer_img {
  width: 30%;
}
@media screen and (max-width: 1020px) {
  .buyer_medal {
    position: absolute;
    width: 36px;
    top: -2px;
    left: 10px;
  }
  .top_buyer_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px 15px 20px;
  }
  .top_buyer_txt {
    width: 100%;
    margin-bottom: 15px;
  }
  .top_ttl_buyer br {
    display: block;
  }
  .top_ttl_buyer {
    font-size: 16px;
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 10px;
  }
  .top_buyer_img {
    width: 50%;
  }
} 
@media screen and (max-width: 599px) {
  #top_others {
    padding: 20px 0 0;
  }
  .top_buyer_wrap {
    width: 94%;
  }
}
/*会員バナー
---------------------------*/
.top_bnr_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.top_bnr_wrap li {
  width: 47%;
  text-align: center;
}
.top_bnr_wrap li img {
  margin-bottom: 20px;
}
.link_arrow:before {
  font-family: var(--fontawe);
  content: '\f061';
  font-size: 14px;
  font-weight: 900;
  padding-right: 4px;
}
.link_arrow a {
  font-size: 14px;
  text-decoration: underline;
}
.link_arrow a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1184px) {
  .top_bnr_wrap {
    width: 94%;
  }
}
@media screen and (max-width: 599px) {
  .top_bnr_wrap {
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
   .top_bnr_wrap li {
    width: 100%;
  }
  .top_bnr_wrap li:first-child {
    margin-bottom: 15px;
  }
  .top_bnr_wrap li img {
    margin-bottom: 8px;
  }
  .top_bnr_wrap li .link_arrow a {
      font-size: 12px!important;
  }
}
/* ===============================
キプリスメンバーズのご紹介
=============================== */
#members_intro {
  width: 100%;
}
/*特典
---------------------------*/
.member_tokuten_header {
  margin-top: 20px;
}
.member_tokuten_wrap {
  width: 100%;
  background-color:#efeeed;
  padding: 20px 40px 60px;
}
.member_tokuten_wrap h2 {
  text-align: center;
  color: #323333;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 30px;
}
.member_tokuten_col3_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
}
.member_tokuten_col3_box {
  width: 30%;
  display: inline-flex;
  flex-direction: column;
}
.member_tokuten_col3_box h3 {
  color: #1c355e;
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding-top: 78px;
}
.member_tokuten01 {
  background: url(https://morpho1995noij.itembox.design/item/membersinfo/icon_point.png)no-repeat top center;
  background-size: 68px;
}
.member_tokuten02 {
  background: url(https://morpho1995noij.itembox.design/item/membersinfo/icon_sp.png)no-repeat top center;
  background-size: 68px;
}
.member_tokuten03 {
  background: url(https://morpho1995noij.itembox.design/item/membersinfo/icon_mail.png)no-repeat top center;
  background-size: 68px;
}
.member_tokuten_col3_box p {
  font-size: 13px;
  font-family: var(--fontbase);
  line-height: 1.8em;
  margin-bottom: 14px;
}
.member_btn {
  margin-top: auto;
  text-align: center;
}
.member_btn a {
  display: inline-block;
  width: 150px;
  background-color: #a38a00;
  border-radius: 25px;
  color: #FFF;
  text-decoration: none!important;
  padding: 6px 0;
}

.member_repair_wrap {
  width: 100%;
  text-align: center;
}
.member_repair_wrap p:last-child {
  display: none;
}
@media screen and (max-width: 1415px) {
  .member_repair_wrap {
    background: url(https://morpho1995noij.itembox.design/item/membersinfo/icon_repair.png) no-repeat top center;
    background-size: 68px;
    padding-top: 88px;
  }
  .member_repair_wrap p:first-child {
    display: none;
  }
  .member_repair_wrap p:last-child {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .member_tokuten_wrap {
    padding: 20px;
    margin-top: -2px;
  }
  .member_tokuten_wrap h2 {
    background-size: 80%;
    margin-bottom: 20px;
  }
  .member_tokuten_col3_wrap {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
  }
  .member_tokuten_col3_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .member_tokuten_kokan {
    display: table;
    margin-bottom: 20px;
    background-color: #FFF;
    border-collapse: separate;
    border-spacing: 10px;
  }
  .member_tokuten_kokan p {
    display: table-cell;
    vertical-align: middle;
  }
  .member_tokuten_kokan p:first-child {
    width: 40%;
  }
  .member_btn {
    margin-top: 0;
  }
  .member_btn a {
    width: 80%;
    padding: 14px 0;
  }
  .member_repair_wrap {
    background: url(https://morpho1995noij.itembox.design/item/membersinfo/icon_repair.png) no-repeat top center;
    background-size: 68px;
    padding-top: 88px;
  }
}
.img_sp {
  display: none;
}
.pc_hide {
  display: none;
}
.pc_hide_tablet_show {
  display: none;
}
@media screen and (max-width: 979px) {
  .pc_hide_tablet_show {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .img_sp,
  .pc_hide {
    display: block;
  }
  .img_pc,
  .sp_hide {
    display: none;
  }
}
/*修理の注意事項
---------------------------*/
.member_repair_attention_wrap h2 {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  background-color: #1c355e;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  padding: 8px 20px;
}
.member_repair_attention_inner {
  border:solid 1px #000;
  padding: 40px 90px;
}
.member_repair_attention_inner * {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.0em;
}
.member_repair_attention_inner h3 {
  margin-bottom: 10px;
  font-weight: 700;
}
.member_repair_attention_inner p {
  margin-bottom: 40px;
}
.member_repair_attention_inner ul {
  margin: 0 0 10px 20px;
}
.member_repair_attention_inner ul li {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 10px;
}
.member_repair_attention_inner span {
  color: #ff0606;
  font-weight: 700;
}
@media screen and (max-width: 1415px) {
  .member_repair_attention_inner br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .member_repair_attention_inner {
    padding: 20px;
  }
}
/*修理の流れ
---------------------------*/
.member_repair_flow_wrap {
  margin: 80px auto;
}
.member_repair_flow_wrap h2 {
  text-align: center;
}
.member_repair_flow_inner {
  background-color: #efeeed;
  padding: 40px;
}
.member_repair_flow_inner ul {
  color: #1c355e;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.member_repair_flow_inner li {
  width: 24%;
  position: relative;
}
.member_repair_flow_inner li:not(:last-child):after {
  content: url(https://morpho1995noij.itembox.design/item/membersinfo/flow_arrow.png);
  display: inline-block;
  position: absolute;
  top: calc(50% - 50px);
  left: 90%;
  transform: scale(.6,.6);
}
.member_repair_flow_inner li img {
  display: block;
  margin: 0 auto 15px;
}
.member_repair_flow_inner li:nth-child(odd) img {/*奇数*/
  width: auto;
  height: 80px;
}
.member_repair_flow_inner li:nth-child(even) img { /*偶数*/
  width: 70px;
  height: auto;
}
@media screen and (max-width: 1415px) {
  .member_repair_flow_inner {
    padding: 40px 20px;
    margin-top: -2px;
  }
  .member_repair_flow_inner li br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .member_repair_flow_wrap {
    margin: 40px auto;
  }
  .member_repair_flow_wrap h2 img {
    width: 50%;
  }
  .member_repair_flow_inner {
    padding: 20px 20px 0;
  }
  .member_repair_flow_inner ul {
    flex-direction: column;
    justify-content: flex-start;
  }
  .member_repair_flow_inner li {
    width: 100%;
    margin-bottom: 60px;
  }
  .member_repair_flow_inner li img {
    margin: 0 auto 10px;
    backface-visibility: hidden;
  }
  .member_repair_flow_inner li:not(:last-child):after {
    content: url(https://morpho1995noij.itembox.design/item/membersinfo/flow_arrow.png);
    display: block;
    position: absolute;
    top: 104%;
    left: calc(50% - 28px);
    transform: scale(0.5,0.5) rotate(90deg);
  }
}
/*お問い合わせ
---------------------------*/
.member_repair_contact {
  width: 60%;
  border: solid 1px #b5b5b5;
  border-top: solid 5px #1c355e;
  margin: 0 auto;
}
.member_repair_contact h2 {
  font-size: 20px;
  text-align: center;
  background-color: #efeeed;
  line-height: 1.8em;

  letter-spacing: 0.1em;
  padding: 12px 20px;
}
.member_repair_contact_inner {
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
}
.member_repair_contact_inner div {
  width: 48%;
  text-align: center;
}
.member_repair_contact_inner a {
  text-decoration: none!important;
}
.member_repair_contact_inner a:hover {
  color: #999900;
}
.member_repair_contact_inner h3 {
  font-size: 17px;
  display: inline-block;
  border-bottom: solid 1px #17144c;
  line-height: 1.8em;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
.member_repair_contact_inner div:first-child h3 {
  background: url(https://morpho1995noij.itembox.design/item/membersinfo/icon_tel.gif) no-repeat left 48%;
  background-size: 17px;
  padding-left: 20px;
}
.member_repair_contact_inner div:last-child h3 {
  background: url(https://morpho1995noij.itembox.design/item/membersinfo/icon_mail.gif) no-repeat left 48%;
  background-size: 17px;
  padding-left: 20px;
}
.member_repair_contact_inner div:first-child p:last-child {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-size: 11px;
  font-family: var(--fontbase);
  text-align: left;
}
.member_repair_contact_tel {
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.member_repair_contact_mail {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.member_repair_link_btn {
  width: 66%;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  text-align: center;
}
.member_repair_link_btn a {
  width: 47%;
  color: #FFF;
  background-color: #1c355e;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none!important;
  display: inline-flex;
  justify-content: center;
  padding: 36px 20px;
}
.member_repair_link_btn span {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1415px) {
  .member_repair_contact {
    width: 80%;
  } 
  .member_repair_link_btn {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .member_repair_contact {
    width: 100%;
  }  
  .member_repair_contact_inner {
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 10px;
  }
  .member_repair_contact_inner div {
    width: 100%;
    margin-bottom: 20px;
  }
  .member_repair_contact_inner h3 {
    font-size: 15px;
  }
  .member_repair_contact_inner div:first-child p:last-child {
    width: 100%;
    text-align: center;
  }
  .member_repair_link_btn {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    margin: 40px auto 0;
  }
  .member_repair_link_btn a {
    width: 100%;
    margin-bottom: 20px;
    padding: 22px 12px;

  }
}
/* ===============================
マージンパディング部分使い
=============================== */
.mb30 {
  margin-bottom: 30px;
}
/* ===============================
コンセプト
=============================== */
#concept_page section {
  margin-bottom: 100px;
}
#concept_page h2 {
  text-align: center;
  font-family: var(--min);
  font-size: 30px;
  line-height: 1.8em;
  margin-bottom: 36px;
}
#concept_page h2 span {
  font-size: 24px;
}
#concept_page h3 {
  text-align: center;
  font-family: var(--min);
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 25px;
}
#concept_page h3 span {
  font-size: 18px;
}
.concept_page_inner {
  width: 70%;
  margin: 0 auto 80px;
}
#concept_page p {
  font-size: 16px;
  line-height: 2.0em;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#concept_page .concept_img {
  margin: 0 auto 50px;
}
.concept_fukuro_wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.concept_fukuro_wrap li {
  width: 44%;
  margin-bottom: 50px;
}
.concept_fukuro_wrap li img {
  display: block;
  margin-bottom: 16px;
}
.concept_fukuro_wrap li span {
  display: block;
  font-size: 18px;
}
.concept_fukuro_wrap span:first-letter {
  font-size: 26px;
}
@media screen and (max-width: 1415px) {
  #concept_page section p br {
    display: none;
  }
  .concept_page_inner {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  #concept_page section {
    margin-bottom: 50px;
  }
  .concept_page_inner {
    width: 94%;
    margin: 0 auto 40px;
  }
  #concept_page h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  #concept_page p {
    line-height: 1.8em;
    margin-bottom: 15px;
  }
  .concept_page_inner p {
    text-indent: 1em;
  }
  #concept_page .concept_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px;
  }
  .concept_fukuro_wrap {
    justify-content: flex-start;
    width: 94%;
    margin: 0 auto;
  }
  .concept_fukuro_wrap li {
    width: 100%;
    margin-bottom: 25px;
    font-size: 14px;
  }
  .concept_fukuro_wrap li img {
    margin-bottom: 8px;
  }
  .concept_fukuro_wrap li span {
    display: block;
    font-size: 16px;
  }
  .concept_fukuro_wrap span:first-letter {
    font-size: 22px;
  }
}
/* ===============================
ライン友達登録
=============================== */
#line_friend {}
.line_friend_title {
  width: 100%;
  height: 411px;
  color: #FFF;
  background: linear-gradient(to bottom, #002d66, #02013b);
  display: inline-flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
  margin-bottom: 20px;
}
.line_friend_title h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
.inner_w80 {
  width: 80%;
  margin: 0 auto 80px;
}
.inner_w80 p {
  font-size: 16px;
  line-height: 2.0em;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.inner_w80 p img {
  display: block;
  margin: 0 auto;
}
.line_friend_ttl {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  background: linear-gradient(to bottom, #002d66, #02013b);
  padding: 20px 4%;
  margin-bottom: 30px;
}
.line_friend_ttl p {
  font-size: 16px!important;
  margin-top: 20px;
  font-weight: 300;
}
.line_friend_coupon_txt {
  font-size: 25px!important;
  text-align: center;
  margin-bottom: 40px;
}
.line_friend_coupon_txt span {
  color: #fc0303;
  font-size: 33px;
}
.line_qr_img img {
  border: solid 1px #CCC;
}
.line_qr_ttl {
  font-size: 30px;
  margin-bottom: 30px;
}
.line_qr_ttl span {
  display: inline-block;
  color: #a38a00;
  font-size: 42px;
  text-align: center;
  line-height: 1.5;
  background-color: #102b48;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 20px;
}
.line_friend_col2_wrap {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.line_friend_col2_txt {
  width: 60%;
  padding-right: 4%;
}
.line_friend_col2_txt h3 + p {
  padding-left: 2%;
}
.line_qr_ttl + p,
.line_qr_ttl + p + p {
  font-size: 18px;
}
.line_qr_ttl + p + p span {
  font-size: 60px;
  padding-left: 20px;
}
.line_capture_list {
  display: inline-flex;
  justify-content: space-between;
}
.line_capture_list li {
  width: 28%;
  position: relative;
}
.line_capture_list li:not(:last-child):after {
  content:'';
  position: absolute;
  top: 48%;
  right: -18%;
  z-index: 10;
  width: 28px;
  height: 28px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .line_capture_list {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .line_capture_list li {
    width: 80%;
    margin-bottom: 50px;
  }
  .line_capture_list li:last-child {
    margin-bottom: 0;
  }
  .line_capture_list li:not(:last-child):after {
    top: 101%;
    right: calc(50% - 14px);
    width: 28px;
    height: 28px;
    border-top: none;
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 800px) {
  .line_friend_title {
    height:auto;
    padding: 4%;
  }  
  .line_friend_title h2 {
    font-size: 22px;
    margin-top: 25px;
  }
  .line_friend_ttl {
    font-size: 23px;
    padding: 10px 2%;
    margin-bottom: 15px;
  }
  .line_friend_ttl p {
    margin-top: 10px;
  }
  .line_friend_ttl p br {
    display: none;
  }
  .inner_w80 {
    width: 94%;
    margin: 0 auto 25px;
  }
  .inner_w80 p {
    text-indent: 1em;
  }
  .inner_w80 p br {
    display: none;
  }
  .line_friend_coupon_txt {
    font-size: 16px!important;
    margin-bottom: 20px;
  }
  .line_friend_coupon_txt span {
    font-size: 16px;
  }
  .line_friend_col2_wrap {
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .line_friend_col2_txt {
    width: 100%;
    padding-right: 0;
  }
  .line_qr_img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .line_qr_ttl {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .line_qr_ttl span {
    font-size: 23px;
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
  .line_qr_ttl + p,
  .line_qr_ttl + p + p {
    font-size: 16px;
  }
  .line_qr_ttl + p + p span {
    font-size: 23px;
    padding-left: 10px;
  }
}
/* ===============================
フリーページ共通部分
=============================== */
@media screen and (max-width: 599px) {
#fs_CustomPage .fs-l-main {
  padding-right: 0;
  padding-left: 0;
}
#fs_CustomPage .l-asideWrap {
  padding-right: 8px;
  padding-left: 8px;
}
#fs_CustomPage .l-mainColumnWrap {
  padding-right: 8px;
  padding-left: 8px;
}
}
/* ===============================
父の日特集
=============================== */
#fathersday .pagelink {
  width: 74%;
  display: inline-flex;
  justify-content: space-between;
}
#fathersday .pagelink li {
  width: 30%;
}
@media screen and (max-width: 599px) {
  #fathersday .pagelink {
    width: 94%;
  }
}
#fathersday .ttl_h2 {
  font-family: var(--min);
  font-size: 21px;
  color: #FFF;
  background-color: #0d4f9e;
  padding: 22px 26px;
}
#fathersday .ttl_h2,
#fathersday .ttl_h3 {
  letter-spacing: 0.15em;
  line-height: 1.8em;
}
@media screen and (max-width: 599px) {
  #fathersday .ttl_h2,
  #fathersday .ttl_h3 {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 12px 13px;
  }
}
.fathers_item_box {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.fathers_item_box p {
  font-size: 15px;
  font-family: var(--fontbase);
  width: 75%;
}
.item01 {
  padding: 22px 0 0 22px;
}
.item02,
.item05,
.item06 {
  width: 25%;
}
.item03 {
  width: 25%;
  margin-top: 22px;
}
.item04 {
  padding: 22px 22px 0 22px;
}
@media screen and (max-width: 599px) {
  .fathers_item_box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }
  .fathers_item_box p {
    width: 100%;
    font-size: 14px;
  }
  .fathers_item_box p br {
    display: none;
  }
  .item01 {
    order: 2;
    padding: 18px;

  }
  .item02 {
    order: 1;
    width: 60%;
    height: 140px;
    object-fit: cover;
    object-position: 100% 90%;
  }
  .item03 { 
    width: 60%;
    height: 140px;
    object-fit: cover;
    margin-top: 12px;
  }
  .item04 {
    padding: 18px;
  }
  .item05 {
    order: 1;
    width: 60%;
  }
  .item06 {
    order: 1;
    width: 60%;
  }
}
.btn_buy_yel {
  width: 31%;
}
@media screen and (max-width: 599px) {
  .btn_buy_yel {
    width: 50%;
  }
}  
.category_wrap {
  width: 100%;
  background-color: #f8f8f8;
  padding: 80px 4%;
  margin-bottom: 120px;
  overflow: hidden;
}
.category_wrap .list_cate_wrap {
  width: 100%;
}
.category_wrap .list_cate_wrap * {
  font-family: var(--fontbase);
}
.category_wrap .list_cate_wrap a {
  text-decoration: none!important;
}
@media screen and (max-width: 599px) {
  .category_wrap {
    padding: 40px 0;
    margin-bottom: 30px;
  }
}

/*ページ内リンクのずれ調整
---------------------------*/
@media screen and (max-width: 800px) {
  #mothersday .inner_100 {
    padding-top: 80px;
    margin-top: -80px;
  }
  #name_bag,
  #name_wallet,
  #name_accessories,
  #name_01,
  #name_02,
  #name_03 {
    margin-top: 80px;
    padding-top: -80px;
  }
}
/* ===============================
ギフト
=============================== */
#gift_page .inner {
  width: 100%;
  margin: 0 auto 50px;
}
#gift_page .inner p,
#gift_page h2,
#gift_page h3 {
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
.inner_wrap {
  margin-bottom: 120px;
}
.inner_wrap .inner:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1430px) {
  #gift_page .inner p br,
  #gift_page h2 br,
  #gift_page h3 br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #gift_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  #gift_page .inner {
    width: 94%;
    margin: 0 auto 30px;
  }
  #gift_page h2.ttl {
    line-height: 1.4em;
    letter-spacing: 0em;
  }
  .inner_wrap {
    margin-bottom: 40px;
  }
}
#gift_page .title_image {
  margin: 0 auto 30px;
}
.gift_page_intro {
  font-size: 26px!important;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 44px;
  font-family: var(--min)!important;
}
@media screen and (max-width: 599px) {
  .gift_page_intro {
    width: 90%;
    font-size: 16px!important;
    text-align: center;
    margin: 25px auto 22px;
  }
}
.intro_list {
  width: 74%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.intro_list li {
  width: 23.5%;
}
.intro_list + p {
  font-size: 15px;
  text-align: center;
  width: 54%;
  line-height: 2.0em!important;
  margin: 50px auto 0;
}
@media screen and (max-width: 599px) {
  .intro_list {
    width: 100%;
  }
  .intro_list + p {
    font-size: 15px;
    width: 90%;
    line-height: 1.8em!important;
    margin: 25px auto 0;
  }
}
/*見出し
---------------------------*/
.gift_ttl {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 36px;
  overflow: hidden;
}
.gift_ttl > span {
  position: relative;
  display: inline-block;
  margin: 0 1.5em;
  padding: 0 0.5em;
  text-align: center;
}
.gift_ttl > span:before,
.gift_ttl > span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #dcdcdc;
}
.gift_ttl > span:before {
  right: 100%;
}
.gift_ttl > span:after {
  left: 100%;
}
.gift_ttl_02 {
  font-size: 20px;
  font-family: poppins, serif;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}
.gift_ttl_02.mens {
  color: #254280;
}
.gift_ttl_02.womens {
  color: #731a2e;
}
@media screen and (max-width: 599px) {
  .gift_ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .gift_ttl_02 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/*キーワードで探す
---------------------------*/
.gift_keyword_list,
.gift_keyword_list dt,
.gift_keyword_list dd {
  padding: 0;
  margin: 0;
}
.gift_keyword_list {
  width: 58%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.gift_keyword_list dt {
  width: 30%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background-color: #efede8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin-bottom: 20px;
}
.gift_keyword_list dd {
  width: 65%;
  padding: 12px 0;
  margin-bottom: 20px;
}
.gift_keyword_list dd ul li {
  float: left;
  font-size: 16px;
  font-family: var(--fontbase);
  margin-right: 20px;
}
.gift_keyword_list dd ul li a:hover {
  color: inherit;
  text-decoration: none!important;
}
@media screen and (max-width: 1430px) {
  .gift_keyword_list {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .gift_keyword_list {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .gift_keyword_list {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
  }
  .gift_keyword_list dt {
    width: 100%;
    font-size: 16px;
    display: block;
    padding: 7px 0;
    margin-bottom: 8px;
  }
  .gift_keyword_list dd {
    width: 100%;
    padding: 7px 0;
    margin-bottom: 10px;
  }
  .gift_keyword_list dd ul {
    text-align: center;
  }
  .gift_keyword_list dd ul li {
    display: inline-block;
    float: none;
    white-space: nowrap;
    font-size: 14px;
    border: solid 1px #CCC;
    padding: 4px 8px;
    margin: 0 5px 10px;
  }
  .gift_keyword_list dd ul li a {
    text-decoration: none!important;
  }
}
/*価格帯で探す
---------------------------*/
.gift_col3_wrap {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.gift_col3_wrap li {
  width: 32%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.gift_col3_wrap li a {
  text-decoration: none!important;
}
.gift_col3_wrap li img {
  margin-bottom: 14px;
}
@media screen and (max-width: 599px) {
  .gift_col3_wrap {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .gift_col3_wrap li {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .gift_col3_wrap li img {
    margin-bottom: 0;
  }
  .gift_col3_wrap li a {
    display: inline-flex;
    align-items: center;
  }
  .gift_col3_wrap li a img,
  .gift_col3_wrap li a span{
    width: 50%;
  }
  .gift_col3_wrap li a span{
    font-size: 16px;
  }
}
/*人気ランキングから探す
---------------------------*/
#gift_page .top_ranking_wrap, 
#fathersday .top_ranking_wrap {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #gift_page .top_ranking_wrap, 
  #fathersday .top_ranking_wrap {
    margin-bottom: 0;
  }
}
#gift_page .top_ranking_wrap *,
#fathersday .top_ranking_wrap * {
  font-family: var(--fontbase);
  line-height: 1.6;
}
#gift_page .top_ranking_wrap a,
#fathersday .top_ranking_wrap a {
  text-decoration: none!important;
}
#gift_page .top_ranking_num,
#fathersday .top_ranking_num {
  background-color: #254280;
  line-height: 1.0!important;
  padding: 18px 16px!important;
}
#gift_page .womens + .top_ranking_wrap .top_ranking_num {
  background-color: #731a2e;
}
.txt_red {
  color: var(--r-color);
}
#gift_page .mens_ranking {
  margin-bottom: 7rem;
}
@media screen and (max-width: 599px) {
  #gift_page .mens_ranking {
    margin-bottom: 5rem;
  }
}
/* ===============================
メディア掲載情報
=============================== */
#media_page .inner {
  width: 100%;
  margin: 0 auto 50px;
}
#media_page a {
  text-decoration: none!important;
  color: inherit;
}
@media screen and (max-width: 1430px) {
  #media_page br {
  display: none;
  }
}
.media_col3_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.media_box {
  width: 33.33%;
  border-bottom: dotted 1px #7c7c7c;
  /*display: flex;
  align-items: stretch;*/
  padding: 3% 1.4%;
}
.media_box > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #e8e8e8;
}
.media_box p {
  font-family: var(--fontbase);
  font-size: 15px;
  min-height: 130px;
  padding: 4%;
  margin-top: auto;
}
@media screen and (max-width: 599px) {
  .media_col3_wrap {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .media_box {
    width: 100%;
    display: block;
    padding: 4% 1.4%;
  }
  .media_box > div,
  .media_box > div a {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: none;    
  }
  .media_box img {
    width: 38%;
  }
  .media_box p {
    width: 58%;
  }
  .media_box p {
    font-size: 12px;
    background-color: #FFF;
    min-height: auto;
    line-height: 1.4;
    padding: 0;
    margin-top: 0;
  }
}
/*Voice 2020,10,23
---------------------------*/
section#top_voice {
  padding: 0;
  background: url(https://morpho1995noij.itembox.design/item/voice/voice_bg_04.jpg) no-repeat top left;
}
.top_voice_inner {
  width: 1185px;
  height: 720px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 auto;
}
.top_voice_txt {
  width: 368px;
}
.top_voice_ttl {
  font-family: var(--min);
  font-size: 38px;
  text-align: center;
  line-height: 2.0em;
  background: url(https://morpho1995noij.itembox.design/item/top/ttl_for_voice.png) no-repeat top center;
  background-size: 149px;
  padding-top: 86px;
  margin-bottom: 36px;
}
.top_voice_txt_txt {
  font-size: 14px;
  font-family: var(--min);
  text-align: center;
  line-height: 2.0em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1184px) {
  section#top_voice {
    padding: 40px 0;
  }
  .top_voice_inner {
    width: 94%;
    height: auto;
  }
  .top_voice_txt {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  section#top_voice {
    background: url(https://morpho1995noij.itembox.design/item/voice/voice_bg_04.jpg) no-repeat top left;
    background-size: auto 180px;
    padding-bottom: 0;
  }
  .top_voice_inner {
    width: 100%;
    height: auto;
    padding: 30px 10px 30px
  }
  .top_voice_txt {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 40px;
    padding: 40px 10px 10px;
  }
  .top_voice_ttl {
    font-size: 22px;
    background: url(https://morpho1995noij.itembox.design/item/top/ttl_for_voice.png) no-repeat top center;
    background-size: 94px;
    padding-top: 43px;
    margin-bottom: 18px;
  }
  .top_voice_txt_txt {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .top_voice_txt .btn_link_more a {
    width: 85%;
  }
}

/* ご予約黄色ボタン(21.01.14田中追加)
---------------------------*/
.l-mainColumnWrap .btn_link_yoyakuy a {
  display: block;
  width: 328px;
  background-color: #C68502;
  text-align: center;
  text-decoration: none!important;
  font-family: var(--min);
  font-size: 18px;
  line-height: 1.0;
  border: solid 1px #dcdcdc;
  padding: 24px 0;
  margin: 0 auto;
}
.top_news_wrap .btn_link_yoyakuy {
  margin-top: 30px;
}
.l-mainColumnWrap .btn_link_yoyakuy a:hover,
.btn_link_yoyakuy a:hover {
  background-color: var(--g-color)!important;
  color: #CCC!important;
  opacity: 1.0!important;
}
@media screen and (max-width: 599px) {
  .btn_link_yoyakuy a,
  .l-mainColumnWrap .btn_link_yoyakuy a {
    width: 80%;
    font-size: 18px;
    padding: 20px 0;
  }
  .top_news_wrap .btn_link_yoyakuy {
    margin-top: 0px;
  }
}
/* ===============================
「CYPRIS MEMBERSの会員ID 新規発行」を非表示　2021.2.4
=============================== */
.fs-body-customerDetails .fs-c-memberInfoField .fs-c-inputTable tr:first-child {
    display: none;
}
/* ===============================
全ページ共通送料表示
=============================== */
.fs-p-banner--postage {
  margin-bottom: 1rem;
}
/* ステージ判定前会員の場合に「スタンダード」表示 */
.fs-p-accountInfo__accountRank__rank:empty::before {
  content: 'スタンダード';
}