@charset "UTF-8";
/* -------------------------------------------------------------------

  default

------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,500,500i&display=swap");

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
i, em {
  font-style: normal;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: bottom;
}
input, select, button, textarea, pre {
  font-size: inherit;
  font-family: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: baseline;
}
/* ------------------------------------------------------------------
  foundation
------------------------------------------------------------------- */
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #313131;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

html, body {
  overflow-x: hidden;
}

a {
  color: #585858;
  text-decoration: underline;
  outline: none;
}
a img {
  color: #585858;
  text-decoration: underline;
  outline: none;
}
a:visited {
  color: #585858;
}
body > iframe {
  position: absolute;
  left: -100px;
  top: -100px;
}
body > .FS2_trial,
body > .FS2_TrialShop_hd {
  display: none;
}
#inquiryContainer .global_main input[type="button"], #inquiryContainer .global_main input[type="reset"],
#inquiryContainer .global_main input[type="submit"] {
  background-image: linear-gradient(0deg, #efefef, #ffffff);
  border: 1px solid #ddd;
  border-radius: 0.3em;
  font-size: 13px;
  padding: 12px;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: .6;
  color: #a8a8a8;
}
a:not(.hover-no-opacity) img:hover {
  transition: opacity 0.3s ease-in-out 0s;
  opacity: .6;
}

/* ------------------------------------------------------------------
  tables
------------------------------------------------------------------- */
.pw-table th, .pw-table td {
  padding: 10px 14px;
  border-top: solid 1px #fff;
}
.pw-table th {
  background: #f1f5f6;
}
.pw-table__mt {
  margin-top: 24px;
}
.pw-table__mb {
  margin-bottom: 24px;
}
.pw-table__100w {
  width: 100%;
}

/* ------------------------------------------------------------------
  base layouts
------------------------------------------------------------------- */
/**
* main
*/
#container2col {
  display: table;
  width: 100%;
  vertical-align: top;
}

.fs-l-main {
  display: block !important;
  margin: 35px auto 20px;
  padding: 0;
  width: 100%;
  text-align: left;
}
.fs-l-main.is-hide {
  position: relative;
  z-index: -1;
}

.fs-l-pageMain {
  width: auto;
  display: table-cell;
  vertical-align: top;
}
.fs-l-pageMain.fs-l-pageMain-o {
  width: 100%;
  display: block;
}
/**
* side
*/
.fs-l-sideArea {
  width: 270px;
  max-width: 100%;
  display: table-cell;
  vertical-align: top;
}
/**
* breadcrumb
*/
.fs-c-breadcrumb {
  margin-bottom: 30px;
  padding: 10px 15px;
  font-family: helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 11px;
  color: #665e48;
  background: #ecf2f5;
}
.fs-c-breadcrumb__list {
  padding: 0;
}
.fs-c-breadcrumb__list a {
  text-decoration: underline;
}
/* ------------------------------------------------------------------
  header
------------------------------------------------------------------- */
.fs-preview-header {
  display: none;
  margin: 0;
}

.header_ {
  box-sizing: content-box;
  background: #f1f1f1;
}
.header_ .logo img {
  max-width: 100%;
  height: auto;
}

.nav-category_ {
  box-sizing: content-box;
}
/* ------------------------------------------------------------------
  for SP / Hamburger menu
------------------------------------------------------------------- */
.humbergar_menu {
  display: none;
  /*
    original.cssによりロゴのz-indexが9901になっているため
    それより前面になる数値にしています。
  */
  z-index: 9902;
}
.humbergar_menu_nav {
  /*
    p-global-mainnavi.cssによりハンバーガーメニュー開閉ボタンの
    topが15pxになっている影響で、子要素（メニュー本体等）が
    画面上部からズレないように打ち消しています。
  */
  top: -15px;
}
.c-overlay {
  /*
    p-global-mainnavi.cssによりハンバーガーメニュー開閉ボタンの
    topが15pxになっている影響で、子要素（メニュー本体等）が
    画面上部からズレないように打ち消しています。
  */
  top: -15px;
  position: absolute;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.c-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.stone-index h3 span {
  transition: transform 0.2s ease 0s;
}
.stone-index h3.open span {
  transform: rotateZ(-180deg);
}
/* ------------------------------------------------------------------
  footer
------------------------------------------------------------------- */
.footer_ .page-top {
  display: block;
  margin: 0 auto;
  color: #585858;
  font: normal 1.0em 'Cormorant Garamond', serif;
  text-align: center;
  padding: 30px;
  border-top: solid 1px #ddd;
}
.footer_ .page-top span {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  box-sizing: border-box;
}
.footer_ .page-top span:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-top: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
  transform: rotate(-45deg);
  content: '';
}
.footer_ .stone-index {
  width: auto;
  position: relative;
}
.footer_ .stone-index h2 {
  background: #f6f6f6;
  font: normal 1.0em/1 'Cormorant Garamond', serif;
  display: block;
  letter-spacing: 0.05em;
  padding: 16px 20px 16px;
  text-align: center;
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
}
.footer_ .stone-index div h3 {
  position: relative;
  float: none;
  width: auto;
  height: auto;
  padding: 15px;
  border-top: 1px solid #f1f1f1;
  color: #555;
  line-height: 1;
  text-align: left;
  font: normal 1.2rem/18px times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif;
}
.footer_ .stone-index div h3:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-top: 1px solid #6d6d6d;
  border-right: 1px solid #6d6d6d;
  transform: rotate(135deg);
  transition: transform 0.2s ease 0s;
  content: '';
}
.footer_ .stone-index div h3.open:after {
  margin-top: -1px;
  transform: rotate(-45deg);
}
.footer_ .stone-index div.a h3 {
  border-top: none;
}
.footer_ .stone-index div h3 span.txt_add {
  font-size: 0.7rem;
  padding-left: 4px;
  display: none;
}
.footer_ .stone-index div ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
  width: auto;
  margin: 0 0 -1px;
  font-size: 0.8rem;
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
  padding: 10px 0;
}
.footer_ .stone-index div ul li {
  width: 50%;
  margin: -1px 0 0;
  padding: 5px 15px;
  box-sizing: border-box;
}
.footer_ .stone-index div ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 44px;
  height: 100%;
  margin: -5px -15px;
  padding: 5px 15px;
  box-sizing: border-box;
  color: #585858;
  text-align: left;
}
.footer_ .stone-index div ul li a:hover {
  text-decoration: none;
}
.footer_ #followus {
  width: 100%;
  padding: 0;
  clear: both;
}
.footer_ #followus ul {
  display: table;
  margin: 0;
}
.footer_ #followus ul li {
  display: table-cell;
  width: 80px;
  text-align: left;
}
.footer_ #followus ul li a {
  display: block;
}
.footer_ #followus ul li img {
  width: 52px;
  height: auto;
}
/*-- .footer_ .stone-index div ul li:nth-child(odd) { border-right: 1px solid #f1f1f1; } --*/
#footer_mini_link {
  text-align: center;
  padding: 30px 0;
  margin-top: 30px;
}
#footer_mini_link h3 {
  display: none;
}
#footer_mini_link ul {
  display: table;
  margin: 0 auto;
}
#footer_mini_link ul li {
  display: table-cell;
  padding: 0 20px;
  font-size: 0.8rem;
  border-left: solid 1px #eee;
}
#footer_mini_link ul li:first-child {
  border: none;
}
/*@media screen and (min-width: 768px) and (max-width:1024px) {
  html{overflow-x:hidden;height:auto !important;}
  body{min-width:1024px !important;overflow-x:hidden;}
  .nav-find_ > .keyword{width:200px !important;margin:0 -600px 0 0 !important;}
}
------------------- タブレット端末調整用  ------------------- */
/* -------------------- 商品グループページ --------------------
.layout_content .title_itemlist {
    background-position: 0 -660px;
    padding-left: 133px;
    width: 720px !important;
    height: 42px;
}
.layout_content .title_itemlist,
.layout_content .title_stonelist {
    margin: 2.5em 0 1.5em;
    color: #fff;
    line-height: 42px;
    font-family: helvetica, Arial, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}
.layout_content .title_itemlist {
  background: url(https://www.power-stones.jp/tempImg/img05/other-s67ff9f7264.png) no-repeat;
}

.fs-c-salesPeriod__date,
.fs-c-productName__name,
.fs-c-productName__copy,
.fs-c-sortItems {
  font-size:62.5%
}
*/
/* ------------------------------------------------------------------
  mypage
------------------------------------------------------------------- */
/**
* common
*/
/* -- buttons -- */
a.fs-c-button--primary,
.fs-c-button--primary {
  background: #8ab0c3;
  border: 1px solid #8ab0c3;
  border-radius: 4px;
  padding: 0.6rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  box-shadow: none;
}
a.fs-c-button--primary:hover,
a.fs-c-button--primary:visited,
a.fs-c-button--primary:active,
.fs-c-button--primary:hover,
.fs-c-button--primary:visited,
.fs-c-button--primary:active {
  color: #fff;
}
a.fs-c-button--secondary,
.fs-c-button--secondary {
  background: #999;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 0.6rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  box-shadow: none;
}
a.fs-c-button--secondary:hover,
a.fs-c-button--secondary:visited,
a.fs-c-button--secondary:active,
.fs-c-button--secondary:hover,
.fs-c-button--secondary:visited,
.fs-c-button--secondary:active {
  color: #fff;
}
.fs-c-addressBookList__form .fs-c-button--secondary {
  font-size: 15px;
}
.fs-c-button--addToAddressbook.fs-c-button--secondary {
  border: 1px solid #adc5d2;
  background: #7a99a9;
  color: #fff;
}
.fs-c-button--standard {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 360px;
  padding: 0.6rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #fff;
  background: #999;
  border: 1px solid #999;
  border-radius: 4px;
}
.fs-c-button--standard:hover, .fs-c-button--standard:visited, .fs-c-button--standard:active {
  color: #fff;
  background: #999;
  border: 1px solid #999;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  height: auto;
}
#logoutBtn {
  text-align: center;
  padding-top: 30px;
}
.fs-c-accountService__page--accountDelete a {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 20px 9px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  border-radius: 18px;
  border: solid 1px #ddd;
}
.fs-c-accountService__page--accountDelete a:hover {
  color: #fff;
  text-decoration: none;
}
.fs-p-headerUtilityMenu__logout a {
  background: #f6f6f6;
  border: solid 1px #ddd;
  padding: 10px 20px 9px;
  border-radius: 18px;
  font-size: 12px;
  line-height: 12px;
  color: #666;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
}
.fs-p-headerUtilityMenu__logout a:hover {
  color: #666;
}
.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink {
  background: #7a99a9;
  border: none;
  padding: 6px 12px 7px;
  border-radius: 18px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
}
.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink:hover {
  color: #fff;
}
.fs-c-button--myPageTop.fs-c-button--plain {
  background: #f6f6f6;
  border: solid 1px #ddd;
  padding: 12px 30px 10px;
  border-radius: 20px;
  font-size: 15px;
  color: #666;
  display: block;
  line-height: 16px;
  margin: 0 auto;
  text-decoration: none;
}
.fs-c-button--myPageTop.fs-c-button--plain:hover {
  color: #666;
  opacity: .4;
}
/* 商品リスト-カルーセル */
.fs-c-productListCarousel {
  overflow: hidden;
  width: 100%;
}
.fs-c-button--carousel {
  font-size: 3em;
  color: #dedede;
}
.fs-c-productListItem .fs-c-productName__name {
  display: block;
  font-size: .6em;
}
.fs-c-productName__variation .fs-c-productName__variation__x,
.fs-c-productListItem .fs-c-price__value,
.fs-c-productListItem .fs-c-productName__variation__y {
  font-size: .8em;
}
/*
.fs-c-productListItem .fs-c-productName__copy {
  display: none;
}
*/
/* -- ページ上部アラートパネル -- */
.fs-c-panel {
  margin-bottom: 20px;
}
.fs-c-history__termCtrl{
  margin-bottom: 20px;
}
.fs-c-listTable th,
.fs-c-listTable td{
  vertical-align: middle;
}
.fs-c-listTable th{
  padding-top:22px;
  padding-bottom:22px;
}
.fs-c-listTable th:first-child{
  /* font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif; */
  color: #333;
  font-size: .9rem;
  vertical-align: middle;
  text-align: center;
}
.fs-c-listTable td:first-child {
  color: #333;
  font-size: .9rem;
  vertical-align: middle;
  text-align: center;
}
.fs-c-listTable th:last-child,
.fs-c-listTable td:last-child {
  padding: 0 20px 0px 0;
  padding-bottom: 0;
  width: 200px;
  vertical-align: middle;
  text-align: center;
}
.fs-c-pointListTable td[aria-label="獲得・利用ポイント"]{
  text-align: center;
}
/* form table */
.fs-c-inputTable th, .fs-c-inputTable td {
  padding: 15px 20px;
}
/* modal */
.fs-c-modal__contents .fs-c-stockNotificationsProduct__productName:only-child {
  padding: 15px;
  border: dotted 1px #ddd;
}
.fs-c-modal__contents [class^="fs-c-checkout-"].is-active .fs-c-radio__radioLabelText {
  color: #fff;
}
.fs-c-modal__contents .fs-c-buttonContainer--pair > button {
  max-width: 100%;
  width: 100%;
}
.fs-c-modal__contents .fs-c-buttonContainer--pair > .fs-c-button--cancel {
  max-width: 100%;
}
.fs-c-modal__contents .fs-c-inputTable tr:not(:last-child) {
  margin-bottom: 20px;
}
.fs-c-modal__contents .fs-c-inputField__explanation {
  padding: 0;
  line-height: 1.6;
}
.fs-c-modal__contents .fs-c-checkout-addressee__control {
  /* お届け先リスト */
  flex-wrap: wrap;
}
.fs-c-modal__contents .fs-c-checkout-addressee__control :not(:first-child) {
  margin: 0;
}
.fs-c-modal__contents .fs-c-checkout-deliveryMethod__body {
  /* 配送方法 */
  padding: 8px 16px;
}
.fs-c-modal__contents .fs-c-checkout-deliveryMethod__option__title {
  margin-bottom: 8px;
}
.fs-c-purchasePointExpiration {
  background: #ecf2f5;
  padding: 10px;
  text-align: center;
  display: block;
}
.fs-c-purchasePointExpiration__label,
.fs-c-purchasePointExpiration__expiration {
  font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif;
  color: #5c6c78;
  font-size: .9rem;
}
.fs-c-newUsers__title.fs-c-subSection__title,
.fs-c-linkedServiceLogin h2.fs-c-linkedServiceLogin__title,
.fs-c-registeredUsers.fs-c-subSection h2.fs-c-registeredUsers__title.fs-c-subSection__title {
  text-align: center;
  font-size: 1.1rem;
  border-bottom: none;
  padding: 20px;
}
.fs-c-subSection{
  margin-left:auto;
  margin-right:auto;
}
.fs-c-inputInformation__message {
  color: #666;
  line-height: 1.8;
  font-size: .86rem;
  margin-bottom: 35px;
  padding-top: 22px;
}
.fs-c-newUsers__message.fs-c-subSection__message {
  color: #333;
  line-height: 1.8;
  font-size: .86rem;
  margin-bottom: 35px;
  padding-top: 22px;
}
.fs-c-newUsers__message.fs-c-subSection__message br {
  display: none;
}
.fs-c-inputInformation__link {
  text-align: center;
}
.fs-c-inputInformation__link a {
  text-decoration: underline;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 30px;
  background: #f6f6f6;
  border-radius: 10px;
  border: #efefef solid 1px;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin.fs-c-anotherLogin--line{
  margin-top: 20px;
}
.fs-c-anotherLogin__message {
  font-size: .9rem;
  line-height: 1.8;
  padding-bottom: 20px;
}
.fs-c-noResultMessage {
  font-size: 0.86em;
  color: #a36b77;
  background: #fff;
  display: block;
  padding: 20px;
  border: dotted 1px #dabfc5;
  margin: 0 auto 20px;
}
.fs-c-pointSummary__label--availablePoint {
  -ms-grid-column: 1 / 4;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.fs-c-pointSummary__value--availablePoint {
  -ms-grid-column: 1 / 4;
  grid-column: 1 / 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
.fs-c-pointSummary__label--limitedPoint {
  -ms-grid-column: 1 / 3;
  grid-column: 1 / 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.fs-c-pointSummary__value--limitedPoint {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}
.fs-c-pointSummary [class$="--purchasePointExpiration"] {
  -ms-grid-row: 4;
  grid-row: 4;
}
.fs-c-pointSummary [class$="--waitingPoint"] {
  -ms-grid-row: 5;
  grid-row: 5;
}
.fs-c-pointSummary [class$="--purchasePointTotal"] {
  -ms-grid-row: 6;
  grid-row: 6;
}
.fs-body-my-points .fs-c-history__info {
  background: #f6f6f6;
  border: solid 1px #ddd;
  padding: 25px 25px 15px;
  margin-bottom: 35px;
}
.fs-c-pointSummary__label--availablePoint {
  font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif;
  color: #666;
  font-size: .9rem;
  padding-left: 20px;
}
.fs-c-pointSummary > dd.fs-c-pointSummary__value--availablePoint {
  text-align: center;
  padding: 0;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-style: italic;
  color: #7f9EAE;
  font-size: 3.6rem;
}
.fs-c-pointSummary__value--purchasePointExpiration time.fs-c-time,
.fs-c-pointSummary__value--waitingPoint .fs-c-pointSummary__number,
.fs-c-pointSummary__value--purchasePointTotal .fs-c-pointSummary__number {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-style: italic;
  color: #333;
  font-size: 1.1rem;
}
.fs-c-pointSummary__label--purchasePointExpiration,
.fs-c-pointSummary__label--waitingPoint,
.fs-c-pointSummary__label--purchasePointTotal,
.fs-c-pointSummary__label--limitedPoint,
.fs-c-pointSummary__value--limitedPoint {
  /* font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif; */
  color: #333;
  font-size: .9rem;
}
.fs-c-pointSummary [class$="--limitedPoint"] {
  background: #fff;
}
.fs-c-pointSummary [class$="--availablePoint"] {
  background: #fff;
  padding: 20px 20px 0;
}
.fs-c-pointSummary [class$="--limitedPoint"] {
  padding-right: 10px;
  margin-bottom: 30px;
}
.fs-c-pointListTable__data,
.fs-c-pointListTable__dataDetail.fs-c-pairList {
  /* font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif; */
  color: #333;
  font-size: .9rem;
  margin: 0;
}
.fs-c-pointListTable.fs-c-listTable thead th {
  /* font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif; */
  color: #333;
  margin: 0;
  font-size: .8rem;
  vertical-align: middle;
  text-align: center;
}
.fs-c-pointListTable__data.fs-c-time {
  /* font-family: 'EB Garamond', serif; */
  font-weight: 400;
  font-style: italic;
  color: #333;
  font-size: .9rem;
}
/* -- ログイン -- */
.fs-c-registeredUsers .fs-c-anotherLogin__button--amazon {
  max-width: 290px;
}
.fs-c-orderDetail{
 padding: 0 20px;
}

/* -- マイページトップ -- */
.fs-c-accountService {
  flex-basis: 30%;
}
.fs-c-accountService__page {
  flex-basis: 30%;
  height: 158px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: none;
  background: #fff;
  border: 1px solid #c0d5dc;
  border-radius: 8px;
  color: #666;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  font-size: 3.6rem;
  color: #c0d5dc;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink .fs-c-string--label {
  font-size: .9rem;
}
.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label:before{
  content: "　" !important;
  background:url(/common/img/myp/bookmark.png) no-repeat;
  background-size: contain;
}
.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label:before{
  content: "　" !important;
  background:url(/common/img/myp/deliver.png) no-repeat;
  background-size: contain;
}
.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label:before{
  content: "　" !important;
  background:url(/common/img/myp/point.png) no-repeat;
  background-size: contain;
}
.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before{
  content: "　" !important;
  background:url(/common/img/myp/address.png) no-repeat;
  background-size: contain;
}
.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label:before{
  content: "　" !important;
  background:url(/common/img/myp/lock.png) no-repeat;
  background-size: contain;
}
.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label:before{
  content: "　" !important;
  background:url(/common/img/myp/edit.png) no-repeat;
  background-size: contain;
}
.fs-c-accountService__page--lineIdLink .fs-c-accountService__pageLink__label:before{
  content: "　" !important;
  background:url(/common/img/myp/line.png) no-repeat;
  background-size: contain;
}
.fs-l-account .fs-p-accountInfo.fs-clientInfo {
  padding: 20px;
}
.fs-p-accountInfo__header {
  justify-content: center;
  text-align: center;
  padding-bottom: 10px;
}
.fs-p-accountInfo__header .fs-p-accountInfo__accountName__name {
  font-size: 1.3rem;
}
.fs-p-accountInfo__body .fs-p-accountInfo__point__label {
  font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif;
  color: #999;
  padding: 20px 0 10px;
  display: block;
  font-size: .8rem;
}
.fs-p-accountInfo__point__point__available__number {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-style: italic;
  color: #666;
}
.fs-p-accountInfo__point__point .fs-p-accountInfo__point__point__available__numberLabel {
  font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif;
  color: #666;
  font-size: .8rem;
  font-style: italic;
  font-weight: normal;
}
.fs-p-accountInfo__point__point .fs-p-accountInfo__point__point__rate {
  font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif;
  color: #666;
  display: block;
  font-size: .8rem;
  padding-bottom: 20px;
}
/* -- 会員登録 / 会員登録内容変更 -- */
.fs-c-inputInformation__field {
  max-width: 740px;
}
.fs-c-memberInfoField {
  padding: 20px;
  background-color: rgba(126, 126, 126, 0.08);
  border-radius: 2px;
  box-sizing: border-box;
}
.fs-c-memberInfoField .fs-c-inputTable th {
  color: #999;
  font-size: .875rem;
  line-height: 1.2;
}
.fs-c-memberInfoField .fs-c-inputTable th.fs-c-inputTable__headerCell {
  width: 30%;
}
.fs-c-memberInfoField .fs-c-inputTable td.fs-c-inputTable__dataCell {
  width: 70%;
}
.fs-c-memberInfoField .fs-c-checkbox__labelText a {
  text-decoration: underline;
}
.fs-c-inputInformation .pw-note {
  margin-top: 30px;
  font-size: .875rem;
}
.fs-c-inputInformation .pw-note p:last-child {
  margin-bottom: 0;
}
/* -- 会員登録*登録完了 -- */
.fs-c-registerSuccessMessage {
  max-width: 740px;
  padding: 30px;
  background-color: rgba(126, 126, 126, 0.08);
  border-radius: 2px;
  box-sizing: border-box;
  border: none;
  text-align: left;
}
.fs-c-inputInformation__field--display tbody tr:first-child .fs-c-inputTable__headerCell,
.fs-c-inputInformation__field--display tbody tr:first-child .fs-c-inputTable__dataCell {
  border-top: solid 1px #ddd;
}
.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  color: #7f9EAE;
  font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif;
  font-size: .8rem;
  line-height: 1rem;
  width: 33%;
  text-align: right;
  border: solid 1px #ddd;
  border-top: none;
  text-align: center;
  background: #f2f6f8;
}
.fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
  color: #666;
  font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif;
  font-size: 1rem;
  line-height: 1rem;
  flex-grow: 1;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: none;
  border-left: none;
}
.fs-c-memberInfoField .fs-c-inputTable > tbody > tr {
  flex-direction: row;
  width: 100%;
  margin-top: 0;
  justify-content: space-between;
}
#fs_EditPassword .fs-c-inputTable tbody {
  border-top: none;
}
#fs_EditAccountSettings .fs-c-memberInfoField .fs-c-inputTable tbody {
  border-top: none;
}
#fs_EditAccountSettings .fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
  padding-bottom: 0;
  color: #666;
}
#fs_EditPassword .fs-c-inputTable th {
  padding: 15px 20px 0;
  color: #999;
}
#fs_EditPassword .fs-c-inputTable td {
  padding: 5px 20px 15px;
}
#fs_EditPassword .fs-c-inputTable > tbody > tr + tr {
  margin-top: 0;
}
.fs-c-inputField__explanation {
  font-size: .8rem;
  color: #666;
  line-height: 1.8rem;
  padding: 16px 20px;
  background: #fff;
  border-radius: 6px;
  margin-top: 20px;
}
.fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-c-wishlistProduct {
  position: relative;
  margin-top: 30px;
}
.fs-l-additionalProduct.fs-l-additionalProduct--wishlist .fs-c-wishlistProduct__footer,
.fs-c-wishlistProduct .fs-c-wishlistProduct__footer {
  position: absolute;
  top: 2px;
  right: 8px;
}
#fs_ShoppingCart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer {
  position: relative;
  top: auto;
  right: auto;
  text-align: center;
}

.fs-c-checkout-pointInfo__usePoint__number,
h4.fs-c-checkout-delivery__method__title,
.fs-c-checkout-destination__name,
.fs-c-checkout-confirmationList > dd,
.fs-c-checkout-customerInfo__name {
  font-size: 1.2rem !important;
}
.fs-c-checkout-couponCodeInput__title{
  font-size: 0.8rem !important}

/* --
  特定商取引法に基づく表示
  https://www.power-stones.jp/p/about/terms
-- */
.pw-page__terms {
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  font-size: .875rem;
}
.pw-page__terms .title_lv2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
/* --
  会員規約・ポイントについて 等の説明コンテンツ
  https://www.power-stones.jp/p/about/terms
  https://www.power-stones.jp/p/about/member-agreement
  https://www.power-stones.jp/p/about/points
-- */
.fs-c-documentArticle {
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
}
.fs-c-documentArticle .fs-c-note {
  font-size: .9375rem;
  line-height: 1.5;
}
.fs-c-documentColumn {
  max-width: 940px;
  margin: 0 auto 30px;
  font-size: .9375rem;
  line-height: 1.5;
}
.fs-c-documentColumn .fs-c-documentColumn__heading {
  font-size: 1.125em;
}
.fs-c-documentColumn .fs-c-note {
  font-size: .9375rem;
  line-height: 1.5;
}
.fs-c-documentColumn p {
  margin-bottom: 20px;
}
.fs-c-documentArticle .fs-c-documentArticle__heading {
  padding: 10px 8px;
  font-size: 1rem;
  color: #313131;
  background-color: #ecf2f5;
}
.fs-c-documentArticle .fs-c-documentArticle__content {
  padding: 0;
}
/* -- お気に入り -- */
.fs-c-wishList.fs-c-productList .fs-c-productName__name {
  display: block;
}
/* -- 注文履歴 -- */
.fs-c-history__term {
  font-size: 1rem;
}
.fs-c-history__total dt {
  font-size: .875rem;
}
.fs-c-history__total dt,
.fs-c-history__total dd {
  border-top: none;
}
/* -- お届け先リスト -- */
.fs-p-announcement__title {
  font-size: 1rem;
}
.fs-p-announcement__body {
  font-size: .9rem;
  color: #666;
  line-height: 1.8;
}
.fs-c-addressBookList__count {
  font-size: .9rem;
  color: #666;
}
span.fs-c-addressBookCount__count {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-style: italic;
  color: #333;
  font-size: 1rem;
}
.fs-c-continueShopping {
  padding: 30px 0;
}
.fs-c-addressBookList__list.fs-c-listTable .fs-c-address {
  font-family: times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif;
  color: #333;
  font-size: .9rem;
}
.fs-c-buttonContainer--deleteChange > [class^="fs-c-button"] {
  font-size: 14px;
  width: 70px;
  padding: .2rem;
}
.fs-c-buttonContainer--pair > .fs-c-button--cancel {
  max-width: 160px;
}
/* -- メールマガジン登録 -- */
.fs-p-emailDomainNotice {
  margin-top: 24px;
  font-size: .8125rem;
}
.pw-mailmagazine__description {
  margin: 24px auto 0;
  padding: 24px;
  max-width: 800px;
  font-size: .875rem;
  background-color: #fff3f3;
}
.pw-mailmagazine__description .__title {
  margin-bottom: 20px;
  font-size: 1.1875em;
  line-height: 1.6;
  color: #e84e4d;
}
.pw-mailmagazine__description ul {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  font-size: .8125rem;
}
.pw-mailmagazine__description ul li {
  margin: 0 12px;
}
.pw-mailmagazine__description ul img {
  margin-top: 6px;
  max-width: 100%;
  height: auto;
}
/* -- ショッピングカート -- */
.fs-l-cart .fs-c-cartTable {
  font-size: .9375rem;
}
.fs-l-cart .fs-c-cartTable__dataCell--product {
  width: 50%;
}
.fs-l-cart .fs-c-cartTable__dataCell--action {
  white-space: nowrap;
}
.fs-l-cart .fs-c-price__value {
  font-size: .9375rem;
}
.fs-l-cart .fs-c-listedOptionPrice {
  font-size: .875rem;
}
.fs-l-cart .fs-c-price__addon {
  font-size: .8125rem;
}
.fs-l-cart .fs-c-listedProductName__variation,
.fs-l-cart .fs-c-listedProductName__selection {
  font-size: .9375rem;
}
.fs-l-cart .fs-c-cartPayment,
.fs-l-cart .fs-c-payWithAmazon,
.fs-l-cart .fs-c-cartDiscountInfo__note,
.fs-l-cart .fs-c-cartTable__actionButton__container > button {
  font-size: 1rem;
}
.fs-l-cart .fs-c-payWithAmazon__message,
.fs-l-cart .fs-c-checkoutServiceDisabled__message {
  font-size: .875rem;
}
.fs-l-cart .fs-c-payWithAmazon__message {
  margin-bottom: 14px;
}
.fs-l-cart .fs-c-checkoutServiceDisabled__message {
  margin-top: 10px;
}
.fs-l-cart .fs-c-checkoutServiceDisabled__button {
  padding-left: 52px;
  font-size: 1rem;
  text-align: left;
}
/* -- ご注文手続き -- */
.fs-l-checkout .fs-c-cartTable {
  font-size: .9375rem;
}
.fs-l-checkout .fs-c-checkout-preview {
  padding: 20px;
}
.fs-l-checkout .fs-c-checkout-preview__title {
  margin-bottom: 16px;
  padding-bottom: 10px;
  font-size: 1.125em;
  border-bottom: 1px solid #e5e5e5;
}
.fs-l-checkout .fs-c-checkout-delivery__method {
  padding: 16px 16px 8px;
}
.fs-l-checkout .fs-c-price__value {
  font-size: .9375rem;
}
.fs-l-checkout .fs-c-listedOptionPrice {
  font-size: .875rem;
}
.fs-l-checkout .fs-c-price__addon {
  font-size: .8125rem;
}
.fs-l-checkout .fs-c-listedProductName__variation,
.fs-l-checkout .fs-c-listedProductName__selection {
  font-size: .9375rem;
}
.fs-l-checkout .fs-c-buttonContainer--confirmOrder {
  margin-top: 8px;
}
.fs-l-checkout .fs-c-totalAndActions button:not(.fs-c-button--image) {
  font-size: 1.5rem;
}
.fs-l-checkout [class^="fs-c-checkout-"].is-active .fs-c-radio__radioLabelText {
  color: #fff;
}
/* -- 注文完了 -- */
.fs-body-checkout-success .fs-c-checkoutSuccess,
.fs-body-checkout-success .fs-p-announcement {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
/* -- レビューを書く導線 -- */
.fs-c-orderHistoryItem__button{
  display: none
}
.fs-c-orderHistoryItem{
  font-size:14px;
}
.fs-c-orderHistoryItem__orderInfo__info dd{
  font-weight: normal
}
.fs-c-price{
  justify-content:flex-start;
}
.fs-c-orderTotalTable__total .fs-c-price,
.fs-c-orderTotalTable__grandTotal .fs-c-price{
  justify-content:flex-end;
}
.fs-c-price__value{
  font-size:14px;
}
.fs-c-history__total .fs-c-price__currencyMark,
.fs-c-orderHistory .fs-c-price__currencyMark,
.fs-c-orderHistory .fs-c-price__value,
.fs-c-history__term,
.fs-c-history__total dt,
.fs-c-orderHistoryItem__productQuantity__label,
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection{
  font-size:14px !important;
  font-weight: normal;
}
.fs-c-history__total dd{
  text-align: left;
}
.fs-c-history .fs-c-history__info{
  margin-top:24px;
}
.fs-c-orderHistoryItem__productQuantity,
.fs-c-orderHistoryItem__unitPrice{
  line-height: 1;
}
a.fs-c-button--viewOrderHistoryDetail.fs-c-button--plain{
  padding: 4px 16px;
  background: #fff;
  border-radius: 16px;
  margin-right:8px;
  border:solid 1px #ddd;
}
.fs-c-lineIdLinkMessage p{
  color: #333;
  font-size: .9rem;
}

/* ------------------------------------------------------------------
  overwrite
------------------------------------------------------------------- */
/**
* slick - slider
* https://kenwheeler.github.io/slick/
* FSでloadされているslickプラグインを流用
*/
.pw-slide .slick-arrow:before {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #585858;
  border-right: 2px solid #585858;
  content: '';
}
.pw-slide .slick-prev,
.pw-slide .slick-next {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.pw-slide .slick-prev {
  left: 20px;
}
.pw-slide .slick-prev:before {
  left: 16px;
  transform: rotate(225deg);
}
.pw-slide .slick-next {
  right: 20px;
}
.pw-slide .slick-next:before {
  right: 16px;
  transform: rotate(45deg);
}
.pw-slide .image {
  display: block;
}
.pw-slide .image > img {
  display: block;
  width: 100%;
  height: auto;
}
.pw-slide .image > img.pc {
  visibility: visible;
  display: block;
}
.pw-slide .image > img.sp {
  visibility: hidden;
  display: none;
}

/* ------------------------------------------------------------------
  for Smartphone / Portrait-tablets - ~ 992px
------------------------------------------------------------------- */
@media screen and (max-width: 992px) {
  /**
  * slick - slider
  */
  .pw-slide .slick-arrow:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-width: 1px;
  }
  .pw-slide .slick-prev,
  .pw-slide .slick-next {
    width: 20px;
    height: 20px;
  }
  .pw-slide .slick-prev {
    left: 5px;
  }
  .pw-slide .slick-prev:before {
    left: 8px;
  }
  .pw-slide .slick-next {
    right: 5px;
  }
  .pw-slide .slick-next:before {
    right: 8px;
  }
  .pw-slide .image > img.pc {
    visibility: hidden;
    display: none !important;
  }
  .pw-slide .image > img.sp {
    visibility: visible;
    display: block;
  }
}
/* -------------------------------------------------------------------

responsive

------------------------------------------------------------------- */
/* ------------------------------------------------------------------
  for Smartphone ~ 480px
------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  /* ------------------------------------------------------------------
    mypage
  ------------------------------------------------------------------- */
  /* -- マイページ Top -- */
  .fs-c-accountService__page {
    flex-basis: 46%;
  }
  /* -- 会員登録 -- */
  .fs-c-memberInfoField .fs-c-inputTable {
    display: block;
  }
  .fs-c-memberInfoField .fs-c-inputTable th {
    display: block;
  }
  .fs-c-memberInfoField .fs-c-inputTable th.fs-c-inputTable__headerCell {
    width: 100%;
  }
  .fs-c-memberInfoField .fs-c-inputTable td {
    display: block;
  }
  .fs-c-memberInfoField .fs-c-inputTable td.fs-c-inputTable__dataCell {
    width: 100%;
  }
  /* -- 会員情報詳細 -- */
  .fs-c-inputInformation__field--display tbody tr:first-child td.fs-c-inputTable__dataCell {
    border-top: none;
  }
  .fs-c-inputInformation__field--display tbody td.fs-c-inputTable__dataCell {
    border-left: solid 1px #ddd;
  }
  /* -- お届け先リスト -- */
  .fs-c-buttonContainer--pair > .fs-c-button--cancel {
    max-width: none;
  }
  /* -- メールマガジン登録 -- */
  .pw-mailmagazine__description ul {
    display: block;
  }
  .pw-mailmagazine__description ul li:first-child {
    margin-bottom: 24px;
  }
  /* -- ショッピングカート -- */
  .fs-l-cart .fs-c-cartTable__dataCell--product {
    width: 100%;
  }
  .fs-l-cart .fs-c-cartTable__dataCell--action {
    white-space: inherit;
  }
  .fs-c-orderTotalTable__itemPriceSummary .fs-c-price{
    justify-content:flex-end;
  }

}



/* ------------------------------------------------------------------
  for Smartphone - ~ 767px
------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td{
    display: block;
  }
  .fs-c-addressBookList__list.fs-c-listTable td:first-child{
    text-align: left;
    padding-bottom: 0;
  }
  .fs-c-addressBookList__list.fs-c-listTable td:last-child{
    padding-top: 0 !important;
  }

}

/* ------------------------------------------------------------------
  for Smartphone / Portrait-tablets - ~ 992px
------------------------------------------------------------------- */
@media screen and (max-width: 992px) {
  /* ------------------------------------------------------------------
    base layouts
  ------------------------------------------------------------------- */
  /**
  * main
  */
  #container2col {
    display: block;
  }
  .fs-l-main {
    margin-top: 70px;
  }
  .fs-l-pageMain {
    display: block;
  }
  /**
  * side
  */
  .fs-l-sideArea {
    display: none;
  }
  /**
  * breadcrumb
  */
  .fs-c-breadcrumb {
    margin-bottom: 20px;
  }
  .fs-body-product .fs-c-breadcrumb {
    display: none;
  }
  /* ------------------------------------------------------------------
    header
  ------------------------------------------------------------------- */
  .nav-featured_,
  .nav-category_,
  .nav-find_ {
    display: none;
    float: none;
    text-align: left;
  }
  .header_ {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
  }
  .header_in {
    position: relative;
    width: auto;
    height: 70px;
    margin: 0;
    padding: 0;
    text-align: left;
    background: transparent;
  }
  .header_in div:after {
    content: none;
    height: auto;
    visibility: visible;
  }
  .header_in > * {
    position: relative;
    z-index: 9901;
  }
  .header_in .logo {
    z-index: 9900;
    padding-top: 12px;
  }
  .header_in .logo a {
    width: 140px;
    margin: 0 auto;
  }
  .header_in .logo h1 {
    width: 30%;
    max-width: 128px;
    height: auto;
    margin: 6px auto 0;
  }
  .header_in .logo p {
    display: none;
  }
  .header_in > h2 {
    display: none;
  }
  .header_in > h2.find {
    position: fixed;
    right: 50px;
    top: 0;
    z-index: 9901;
  }
  .header_in > h2.find > a {
    display: block;
    width: 42px;
    height: 70px;
    position: relative;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header_in > h2.find > a:after {
    display: block;
    content: "\e90d";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    color: #c1c1c1;
    font: normal 34px/70px icons;
    text-align: center;
    text-indent: 0;
  }
  .header_in > h2.cart {
    position: fixed;
    right: 5px;
    top: 0;
    z-index: 9901;
  }
  .header_in > h2.cart > a {
    display: block;
    width: 44px;
    height: 70px;
    position: relative;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header_in > h2.cart > a:after {
    display: block;
    content: "\e90e";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    color: #ff8aa9;
    font: normal 32px/70px icons;
    text-align: center;
    text-indent: 0;
  }
  .header_in .nav {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
  }
  .header_in .nav ul {
    display: table;
  }
  .header_in .nav ul li {
    width: 44px;
    height: 27px;
    overflow: hidden;
    display: table-cell;
  }
  .header_in .nav ul li img {
    width: 23px;
    height: 23px;
    display: block;
  }
  .header_in .nav ul li span {
    display: none;
  }
  .header_in .nav ul.site {
    display: none;
  }
  /**
  * footer
  */
  .footer_ {
    margin: 60px 0 0;
    position: relative;
    padding: 0;
    text-align: center;
    background: #fff;
    border-top: none;
  }
  .footer_ > small {
    font-size: .7rem;
    text-align: center;
    padding: 40px;
    width: 100%;
    height: auto;
    display: block;
    color: #666;
  }
  .footer_ div:after {
    content: none;
    height: auto;
    visibility: visible;
  }
  .footer_ .stone-index h2 {
    border-top: solid 1px #f1f1f1;
  }
  .footer_ .stone-index div ul li {
    width: 50%;
  }
  .footer_ .shop {
    width: 100%;
  }
  .footer_ .shop-Inner {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .footer_ .shop-Inner ul li {
    position: relative;
  }
  .footer_ .shop-Inner ul li span {
    position: absolute;
    top: 12px;
    right: 4px;
  }
  .footer_ .shop-Inner ul li span img {
    width: 16px;
    height: 16px;
  }
  .footer_ .shop-Inner > div {
    display: block;
    width: 100%;
    padding: 0;
  }
  .footer_ .shop-Inner > div h2 {
    font: normal 0.9em/1 'Cormorant Garamond', serif;
    display: block;
    letter-spacing: 0.05em;
    padding: 16px 20px 16px;
    text-align: center;
    background: #f6f6f6;
  }
  .footer_ .shop-Inner > div.information h2 {
    margin-bottom: 0;
  }
  .footer_ .shop-Inner > div.guide h2 {
    border-top: solid 1px #f1f1f1;
  }
  .footer_ .shop-Inner > div.guide > ul {
    margin-top: 1em;
  }
  .footer_ .shop-Inner > div > h3 {
    margin: 20px 20px 0;
    color: #7f9EAE;
    font-weight: bold;
    font-size: .9rem;
    text-align: left;
  }
  .footer_ .shop-Inner > div > p {
    margin: 20px;
    line-height: 1.7;
    font-size: .86rem;
  }
  .footer_ .shop-Inner > div > ul {
    border-bottom: 1px solid #f1f1f1;
  }
  .footer_ .shop-Inner > div > ul > li {
    border-top: solid 1px #f1f1f1;
    font-size: .86rem;
  }
  .footer_ .shop-Inner > div > ul > li a {
    position: relative;
    display: block;
    padding: 15px 20px;
  }
  .footer_ .shop-Inner > div > ul > li a:after {
    position: absolute;
    display: block;
    right: 2.5%;
    top: calc(50% - 6px);
    width: 8px;
    height: 8px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    content: "";
  }
  .footer_ .shop-Inner > div > dl > dt {
    margin: 2em 0 0;
    color: #7f9EAE;
    font-weight: bold;
  }
  .footer_ .shop-Inner > div > dl > dd {
    margin: 0.8em 0 0;
  }
  .footer_ .page-top {
    padding: 20px 10px;
  }
  .footer_ #followus {
    padding: 20px;
    box-sizing: border-box;
  }
  .footer_ #followus ul {
    display: table;
    margin: 0 auto;
  }
  #footer_mini_link {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #footer_mini_link h3 {
    font: normal 0.9em/1 'Cormorant Garamond', serif;
    display: block;
    letter-spacing: 0.05em;
    padding: 16px 20px 16px;
    text-align: center;
    background: #f6f6f6;
    border-top: solid 1px #f1f1f1;
  }
  #footer_mini_link ul {
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    display: block;
    text-align: left;
  }
  #footer_mini_link ul li {
    border-top: solid 1px #f1f1f1;
    font-size: .86rem;
    display: block;
    padding: 0;
    text-align: left;
  }
  #footer_mini_link ul li a {
    position: relative;
    display: block;
    padding: 15px 20px;
  }
  #footer_mini_link ul li a:after {
    position: absolute;
    right: 2.5%;
    top: calc(50% - 6px);
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    content: "";
  }
  /* ------------------------------------------------------------------
    for SP / Hamburger menu
  ------------------------------------------------------------------- */
  .humbergar_menu{
    display: block;
    width: 30%;
    position: absolute;
    top: 0px;
    z-index: 99999;
  }
  .humbergar_menu_inner {
    margin-left: 14px;
  }
  .humbergar_button {
    width: 40px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    z-index: 9999999;
    top:10px;
  }
  .humbergar_button_line,
  .humbergar_button_line span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .humbergar_button_line {
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    z-index: 1;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .humbergar_button_line span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
  }
  .humbergar_button_line span:nth-of-type(1) {
    top: 0;
  }
  .humbergar_button_line span:nth-of-type(2) {
    top: 7px;
  }
  .humbergar_button_line span:nth-of-type(3) {
    bottom: 0;
  }
  .humbergar_button_line span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
    transition: all .4s;
  }
  .humbergar_button_line.js-open span:nth-of-type(1) {
    transform: translate(50%) scale(0);
  }
  .humbergar_button_line.js-open span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  .humbergar_button_line.js-open span:nth-of-type(2)::after {
    transform: rotate(90deg);
  }
  .humbergar_button_line.js-open span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
  }
  .humbergar_menu .member_link{
    width: 70%;
    position: absolute;
    top:25px;
    left:20%;
    background-color: #fff;
    z-index: 999999;
  }
  .humbergar_menu .member_link ul{
    overflow: hidden;
    vertical-align: middle;
  }
  .humbergar_menu .member_link ul li{
    display: inline-block;
    position:relative;
    padding-left: 35px;
    float: right;
    vertical-align: middle;
    font-size:14px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    color:#000;
  }
  .humbergar_menu .login_link span {
    position:absolute;
    top:0px;
    left:18px;
    line-height: 1;
  }
  .humbergar_menu .login_link span img{
    width:10px;
    height:15px;
    margin-right: 3px;
  }
  .humbergar_menu_nav {
    width: 86vw;
    height: 100vh;
    padding: 65px 0;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transform: translateX(-86vw);
    transform: translateX(-86vw);
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow-y: scroll;
  }
  .humbergar_menu_nav.js-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .p-global-navi__member {
    font-size: 12px; margin-top: 20px;
  }
  .p-global-navi__member > div a {
    display: block;
    padding: 10px 7%;
  }
  .humbergar_menu_nav_inner {
    width: auto;
    font-size: 13px;
  }
  .single-link {
    position: relative;
    border-bottom: solid 1px #efefef;
  }
  .single-link a {
    display: block;
    padding: 16px 7%;
    box-sizing: border-box;
  }
  .single-link span.txt{
    font-family: 'Cormorant Garamond', serif;
    padding-left: 16px;
    color:#1a1a1a;
    float:right;
  }
  .humbergar_menu_nav_inner .humbergar_menu_parent_title {
    position: relative;
    padding: 16px 7%;
    border-bottom: solid 1px #efefef;
  }
  .humbergar_menu_nav_inner .humbergar_menu_parent_title::after {
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/down.png);
    background-size: 15px 15px;
    margin-left: 7px;
    position: relative;
    top:3px;
  }
  .humbergar_menu_nav_inner .humbergar_menu_parent_title#menu_sale {
    color: #a36b77;
  }
  .humbergar_menu_nav_inner .humbergar_menu_parent_title#menu_sale::after {
    background-image: url(../img/down_sale.png);
    background-size: 15px 15px;
  }
  .humbergar_menu_nav_inner .humbergar_menu_parent_title.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .humbergar_menu_body {
    display: none;
    padding:16px 22px;
    background-color: #f6f6f6;
  }
  .humbergar_menu_body#humbergar_menu_stone{
    padding: 0;
  }
  .humbergar_menu_body a{
    display: inline-block;
    width: 48%;
    font-size:13px;
    color:#1a1a1a;
    font-weight: 500;
    line-height: 1;
    padding-top:10px;
    padding-bottom:10px;
  }
  .humbergar_menu_body a span{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 4px;
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
  }
  .humbergar_menu_body a img.colorsample{
    width: 8px;
    height:8px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .humbergar_menu_cont h2 {
    position: relative;
    padding: 14px 7% 14px 8px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: solid 1px #efefef;
    background: #f7f7f7;
    box-sizing: border-box;
  }
  #humbergar_menu_stone .humbergar_menu_cont h2 {
    padding: 14px 20px 14px 24px;
  }
  .humbergar_menu_cont h2.li-single-link a {
    display: block;
  }
  .humbergar_menu_cont h2.li-single-link a:after {
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/down.png);
    background-size: 15px 15px;
    margin-left: 7px;
    position: relative;
    top:3px;
  }
  .humbergar_menu_cont h2.js-pull:after {
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/down.png);
    background-size: 15px 15px;
    margin-left: 7px;
    position: absolute;
    top:14px;
    right:28px;
  }
  .humbergar_menu_cont h2.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .humbergar_menu_cont ul {
    display: none;
    font-size: 11px;
  }
  .humbergar_menu_cont ul li {
    background: #e0e0e0;
    width: 100%;
    position: relative;
  }
  .humbergar_menu_cont ul li a {
    display:block;
    padding: 14px 14px 14px 24px;
    background: #ebebeb;
    width: auto;
  }
  .humbergar_menu_cont ul li a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 4px;
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    transform: rotate(45deg);
    position: absolute;
    top:14px;
    right:9%;
  }
  .humbergar_menu_nav_inner:first-child {
    border-top: solid 1px #efefef;
  }
  /* ------------------------------------------------------------------
    tables
  ------------------------------------------------------------------- */
  .pw-table__sp {
    width: 100%;
    border: 1px solid #f1f1f1;
  }
  .pw-table__sp tbody {
    display: block;
  }
  .pw-table__sp tbody tr {
    display: block;
  }
  .pw-table__sp tbody th, .pw-table__sp tbody td {
    display: list-item;
    border: none;
  }
  .pw-table__sp tbody th {
    font-weight: bold;
    list-style-type: none;
  }
  .pw-table__sp tbody td {
    list-style: none;
  }
  /* ------------------------------------------------------------------
    mypage
  ------------------------------------------------------------------- */
  /**
  * common
  */
  /* 商品リスト-カルーセル */
  .fs-c-productListCarousel__list__item {
    flex-basis: 180px;
    max-width: 180px;
    min-width: 180px;
    margin: 0 8px;
  }
  /* ページ上部アラートパネル */
  .fs-c-panel {
    margin-left: 20px;
    margin-right: 20px;
  }
  .fs-c-loginForm,
  .fs-c-inputInformation {
    padding: 0 20px;
  }
  .fs-c-loginForm .fs-c-fsLogin.fs-c-inputInformation{
    padding: 0;
  }
  /* form table */
  .fs-c-inputTable th, .fs-c-inputTable td {
    padding: 10px 0;
  }
  /* modal */
  .fs-c-modal__contents .fs-c-loginForm,
  .fs-c-modal__contents .fs-c-inputInformation {
    padding: 0;
  }
  /* -- マイページ Top -- */
  .fs-l-account {
    margin: 0 20px;
  }
  .fs-c-accountService {
    justify-content: space-around;
  }
  .fs-c-accountService__page--accountDelete a {
    margin: 0 auto;
  }
  /* --
    特定商取引法に基づく表示
    https://www.power-stones.jp/p/about/terms
  -- */
  .pw-page__terms {
    margin: 0 20px;
  }
  /* --
    会員規約・ポイントについて 等の説明コンテンツ
    https://www.power-stones.jp/p/about/terms
    https://www.power-stones.jp/p/about/member-agreement
    https://www.power-stones.jp/p/about/points
  -- */
  .fs-c-documentArticle,
  .fs-p-aboutPoints {
    margin: 0 20px;
  }
  .fs-p-aboutTerms .fs-c-documentArticle {
    padding: 0;
    margin: 0 20px;
  }
  .fs-p-aboutTerms .fs-c-documentArticle:first-child {
    margin-bottom: 30px;
  }
  .fs-p-aboutTerms .fs-c-documentColumn {
    margin-left: 0;
    margin-right: 0;
  }
  /* -- 会員登録*登録完了 -- */
  .fs-c-registerSuccessMessage {
    margin: 24px auto;
  }
  /* -- 会員情報詳細 -- */
  .fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
    padding: 10px;
  }
  /* -- 注文履歴 / お届け先リスト / ショッピングカート -- */
  .fs-c-history,
  .fs-c-addressBookList,
  .fs-l-cart__contentsArea,
  .fs-c-continueShopping {
    margin: 0 20px;
  }
  .fs-c-addressBookList__list.fs-c-listTable .fs-c-listTable td:first-child {
    text-align: left;
  }
  .fs-c-addressBookList__list.fs-c-listTable .fs-c-listTable th:last-child,
  .fs-c-addressBookList__list.fs-c-listTable .fs-c-listTable td:last-child{
    padding-top: 0;
  }
  .fs-c-addressBookList__list.fs-c-listTable .fs-c-listTable td:last-child .fs-c-buttonContainer{
    padding-top: 0;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td:before{
    text-align: left;
    width: auto;
    color: #7f9EAE
  }
  .fs-c-listTable > tbody > tr > th:before,
  .fs-c-listTable > tbody > tr td:before{
    font-family: sans-serif;
    font-weight: normal;
    font-size: 0.9rem;
  }
  .fs-c-pointListTable__data{
    text-align: left;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td:last-child{
    padding-left: 8px;
    padding-bottom: 8px;
  }
  .fs-c-pointListTable__data.fs-c-time{
    text-align: left;
    font-style: normal;
  }
  .fs-c-pairList{
    display: block;
  }
  /* -- パスワード変更 -- */
  .fs-body-my-account-password .fs-c-inputInformation__field {
    padding: 8px 0;
  }
  .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--change{
    justify-content:center;
    text-align: center;
  }

  /* -- メールマガジン登録 -- */
  .fs-p-emailDomainNotice {
    padding: 0 20px;
  }
  .pw-mailmagazine__description {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* -- ご注文手続き -- */
  .fs-l-checkout {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* -- ご注文完了 -- */
  .fs-body-checkout-success .fs-c-checkoutSuccess,
  .fs-body-checkout-success .fs-p-announcement {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* -- 404 -- */
  .fs-p-pageNotFound {
    margin-left: 20px;
    margin-right: 20px;
  }
  .fs-c-buttonContainer{
    text-align: center;
    justify-content:center;
  }
  .fs-c-button--standard {
    max-width: 320px;
  }

}

.productSearchForm{
  padding-top: 20px;
}
.keyword-input {
  position: relative;
  width: calc(100% - 30px);
  border: solid 1px #ccc;
  border-radius: 6px;
  background-color: #fff;
  margin: 0 auto;
}
.keyword-input input {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  color: #a1a1a1;
  padding: 5px 59px 5px 10px;
  width: 100%;
  background-color: transparent;
}
.keyword-input button img {
  width: 16px;
  height: 16px;
}
.keyword-input input {
  height: 42px;
  border: 0px;
}
.fs-p-searchForm__btn {
  position: absolute;
  padding: 10px;
  top: 50%;
  right: 5px;
  margin-top: -27px;
  background: none;
  border:none;
}
/* ------------------------------------------------------------------
  for Tablets / Desktop - 993px ~
------------------------------------------------------------------- */
@media print, screen and (min-width: 993px) {
  /* ------------------------------------------------------------------
    header
  ------------------------------------------------------------------- */
  .header_in {
    position: relative;
    text-align: left;
  }
  .header_in a {
    text-decoration: none;
  }
  .header_in a:hover {
    text-decoration: underline;
  }
  .header_in:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  .header_in > .logo {
    display: block;
    float: left;
    position: relative;
    margin: 15px 0 0;
  }
  .header_in > .logo > a {
    display: block;
    text-decoration: none;
  }
  .header_in > .logo h1, .header_in > .logo div {
    width: 220px;
    height: 103px;
  }
  .header_in > .logo h1 > img, .header_in > .logo div > img {
    display: block;
  }
  .header_in > .logo p {
    position: absolute;
    left: 20px;
    bottom: 25px;
    color: #5c5c5c;
    font-size: 8px;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
  }
  .header_in > .nav {
    width: 600px;
    margin: 0 0 0 auto;
    position: relative;
    padding-bottom: 45px;
  }
  .header_in > .nav > h2 {
    display: none;
  }
  .header_in > .nav > .shop {
    position: absolute;
    bottom: -12px;
    right: 0;
    font-size: 0.75em;
    letter-spacing: -0.5em;
    overflow: hidden;
  }
  .header_in > .nav > .shop > li {
    display: inline-block;
    padding: 9px 20px;
    border-left: 1px solid #e5e5e5;
    background: #fff;
    line-height: 1;
    letter-spacing: normal;
    vertical-align: top;
    min-width: 120px;
    box-sizing: border-box;
    text-align: center;
  }
  .header_in > .nav > .shop > li:first-child {
    border-left: none;
  }
  .header_in > .nav > .shop > li > a {
    display: block;
    position: relative;
    margin: -9px -20px;
    padding: 10px 14px;
    text-decoration: none;
    font-size: 13px;
  }
  .header_in > .nav > .shop > li > a img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .header_in > .nav > .shop > li > a:hover {
    opacity: 0.4;
  }
  .header_in > .nav > .site {
    padding: 21px 0 0;
    font-size: 0.8em;
    letter-spacing: -0.4em;
    text-align: right;
  }
  .header_in > .nav > .site > li {
    margin: 0 -1px 0 0;
    padding: 0 10px;
    border-left: 1px solid #b3b3b3;
    line-height: 1;
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
  }
  .header_in > .nav > .site > li > a {
    display: inline-block;
    margin: -10px;
    padding: 10px;
  }
  .header_in > .nav > .special {
    display: none;
  }
  .nav-featured_ {
    padding-top: 20px;
  }
  .nav-featured_ > ul {
    display: table;
    width: 100%;
  }
  .nav-featured_ > ul > li {
    display: table-cell;
    border: 1px solid #dcdcdc;
    border-left-width: 0;
    text-align: center;
    vertical-align: middle;
    width: 20%;
  }
  .nav-featured_ > ul > li:first-child {
    border-left-width: 1px;
  }
  .nav-featured_ > ul > li > a {
    display: block;
    height: 38px;
    text-decoration: none;
    transition: color 0.3s ease-in-out 0s;
  }
  .nav-featured_ > ul > li > a:hover {
    color: #ccc;
  }
  .nav-featured_ > ul > li i {
    display: inline-block;
    margin: 0 0 0 6px;
    font: normal 0.94em/38px 'Cormorant Garamond', serif;
    letter-spacing: 0.1em;
  }
  .nav-featured_ > ul > li b {
    display: inline-block;
    margin: 0 0 0 16px;
    font: normal 0.75em/38px times new roman, 'sawarabi_mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'MS PMincho', serif;
  }
  .nav-category_ {
    padding: 20px 0;
  }
  .nav-category_ a {
    text-decoration: none;
  }
  .nav-category_ a:hover {
    text-decoration: underline;
  }
  .nav-category_ > ul {
    margin: -5px 0 0 -12px;
    font-size: 0.8em;
    letter-spacing: -0.4em;
    text-align: left;
  }
  .nav-category_ > ul > li {
    display: inline-block;
    margin: 0 0 0 2px;
    padding: 5px 7px;
    letter-spacing: normal;
    vertical-align: top;
  }
  .nav-category_ > ul > li > a {
    display: block;
    margin: -5px -10px;
    padding: 5px 10px;
    color: #585858;
  }
  .productSearchForm {
    width: 220px;
    position: absolute;
    top: -5px;
    right: 0px;
    text-align: right;
  }
  .productSearchForm .word {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 40px 0 5px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    line-height: 32px;
  }
  .productSearchForm .search {
    width: 37px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 26px;
    z-index: 2;
    border: none;
    border-radius: 0;
    background: transparent;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-appearance: none;
  }
  .productSearchForm .nostock {
    display: inline-block;
    margin: 3px 0 0;
    font-size: 0.65em;
  }
  .productSearchForm .nostock > input {
    margin: 0 3px 0 0;
    vertical-align: middle;
  }
  .productSearchForm .icon {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 26px;
    display: block;
    z-index: 1;
  }
  .fs-p-searchForm__btn {
    padding: 20px;
    right: 15px;
    margin-top: -29px;
  }
  .nav-find_ {
    width: 240px;
  }
  .nav-find_ a {
    text-decoration: none;
  }
  .nav-find_ a:hover {
    text-decoration: underline;
  }
  .nav-find_ > div {
    margin: 40px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #dcdcdc;
  }
  .nav-find_ > div > h3 {
    height: 1em;
    font: normal 1.0em/1 'Cormorant Garamond', serif;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .nav-find_ > div > ul {
    margin: 20px 0 0;
    font-size: 0.85em;
  }
  .nav-find_ > div > ul > li {
    display: block;
    position: relative;
    padding: 6px 0 5px 20px;
  }
  .nav-find_ > div > ul > li:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 2px;
    margin-top: -1px;
    border-radius: 3px;
    background-color: #b6b6b6;
    content: '';
  }
  .nav-find_ > div > ul > li > a {
    display: block;
    position: relative;
    z-index: 2;
    margin: -6px 0 -5px -30px;
    padding: 6px 0 5px 30px;
    color: #585858;
    text-decoration: none;
  }
  .nav-find_ > div > ul > li > a:hover {
    text-decoration: underline;
  }
  .nav-find_ > .banners {
    margin-top: 0;
    padding: 0;
    border-top: none;
  }
  .nav-find_ > .banners > ul {
    margin: 0;
  }
  .nav-find_ > .banners > ul > li {
    margin: 20px 0 0;
    padding: 0;
    background: none;
  }
  .nav-find_ > .banners > ul > li:first-child {
    margin-top: 0;
  }
  .nav-find_ > .banners > ul > li:after {
    content: none;
  }
  .nav-find_ > .banners > ul > li > a {
    margin: 0;
    padding: 0;
  }
  .nav-find_ > .banners > ul > li > a:after {
    display: none;
  }
  .nav-find_ > .banners > ul > li img {
    display: block;
    margin: 0 auto;
    padding: 0;
    transition: opacity 0.3s ease-in-out 0s;
  }
  .nav-find_ > .banners > ul > li > a:hover > img {
    opacity: 0.5;
  }
  .nav-find_ > .color > ul {
    margin-left: 15px;
  }
  .nav-find_ > .color > ul > li {
    margin-top: 6px;
    background: none;
  }
  .nav-find_ > .color > ul > li > a {
    padding-left: 38px;
  }
  .nav-find_ > .color > ul > li.red > a {
    background: url("../img/nav-find_color_red.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .color > ul > li.orange > a {
    background: url("../img/nav-find_color_orange.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .color > ul > li.brown > a {
    background: url("../img/nav-find_color_brown.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .color > ul > li.yellow > a {
    background: url("../img/nav-find_color_yellow.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .color > ul > li.pink > a {
    background: url("../img/nav-find_color_pink.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .color > ul > li.purple > a {
    background: url("../img/nav-find_color_purple.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .color > ul > li.green > a {
    background: url("../img/nav-find_color_green.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .color > ul > li.blue > a {
    background: url("../img/nav-find_color_blue.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .color > ul > li.white > a {
    background: url("../img/nav-find_color_white.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .color > ul > li.gray > a {
    background: url("../img/nav-find_color_gray.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .color > ul > li.black > a {
    background: url("../img/nav-find_color_black.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .color > ul > li.multi > a {
    background: url("../img/nav-find_color_multi.jpg") no-repeat left center;
    background-size: 24px 24px;
  }
  .nav-find_ > .price > ul > li b {
    font-weight: normal;
  }
  .nav-find_ > .recommend {
    padding-top: 30px;
  }
  .nav-find_ > .recommend > ul {
    margin: 0;
  }
  .nav-find_ > .recommend > ul > li {
    margin: 20px 0 0;
    padding: 0;
    background: none;
  }
  .nav-find_ > .recommend > ul > li:first-child {
    margin-top: 0;
  }
  .nav-find_ > .recommend > ul > li:after {
    content: none;
  }
  .nav-find_ > .recommend > ul > li > a {
    margin: 0;
    padding: 0;
  }
  .nav-find_ > .recommend > ul > li > a:after {
    display: none;
  }
  .nav-find_ > .recommend > ul > li img {
    display: block;
    margin: 0 auto;
    padding: 0;
    transition: opacity 0.3s ease-in-out 0s;
  }
  .nav-find_ > .recommend > ul > li > a:hover > img {
    opacity: 0.5;
  }
  /* ------------------------------------------------------------------
    footer
  ------------------------------------------------------------------- */
  .footer_ {
    margin: 60px 0 0;
    text-align: right;
  }
  .footer_ a {
    text-decoration: none;
  }
  .footer_ a:hover {
    text-decoration: underline;
  }
  .footer_ > small {
    font-size: .7rem;
    text-align: center;
    padding: 40px;
    width: 100%;
    height: auto;
    display: block;
    color: #666;
  }
  .footer_ .page-top:hover span {
    text-decoration: underline;
  }
  .footer_ .stone-index div h3 {
    cursor: pointer;
  }
  .footer_ .stone-index div ul li {
    width: 25%;
  }
  .footer_ .shop {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
  .footer_ .shop-Inner {
    display: table;
    text-align: left;
    margin: 0 auto;
  }
  .footer_ .shop-Inner > div {
    display: table-cell;
    width: 33.33%;
    padding: 30px 30px 30px 29px;
    border-right: 1px solid #dcdcdc;
    font-size: 0.8em;
  }
  .footer_ .shop-Inner > div:last-child {
    border-right: none;
  }
  .footer_ .shop-Inner > div.guide > ul {
    margin-top: 2em;
  }
  .footer_ .shop-Inner > div.about > h3 {
    margin: 2em 0 1em;
  }
  .footer_ .shop-Inner > div > h2 {
    padding: 0 0 30px;
    font: normal 1.3em/1 'Cormorant Garamond', serif;
    letter-spacing: 0.1em;
  }
  .footer_ .shop-Inner > div > h3 {
    margin: 0 0 1em;
    color: #7f9EAE;
    font-weight: bold;
  }
  .footer_ .shop-Inner > div > p {
    margin: 0 0 1em;
    line-height: 1.7;
  }
  .footer_ .shop-Inner > div > dl > dt {
    margin: 2em 0 0;
    color: #7f9EAE;
    font-weight: bold;
  }
  .footer_ .shop-Inner > div > dl > dd {
    margin: 0.8em 0 0;
  }
  .footer_ .shop-Inner > div > ul > li {
    position: relative;
    padding-left: 11px;
  }
  .footer_ .shop-Inner > div > ul > li:before {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 3px;
    margin-top: -2px;
    background-color: #779fb0;
    transform: rotate(45deg);
    content: '';
  }
  .footer_ .shop-Inner > div > ul > li a {
    position: relative;
    display: inline-block;
    padding-right: 14px;
  }
  .footer_ .shop-Inner > div > ul > li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 1px solid #9e9e9e;
    border-right: 1px solid #9e9e9e;
    transform: rotate(45deg);
    content: '';
  }
  /* ------------------------------------------------------------------
    mypage
  ------------------------------------------------------------------- */
  .fs-c-accountService__page {
    margin: 0 8px 8px;
  }

  .fs-c-loginForm .fs-c-newUsers.fs-c-subSection {
    flex-grow: 1;
    flex-basis: calc(50% - 40px);
    border-left: solid 1px #ddd;
    padding-left: 60px;
  }

  /* -- 会員登録 -- */
  .fs-c-memberInfoField .fs-c-inputTable th.fs-c-inputTable__headerCell {
    width: 30%;
  }
  .fs-c-memberInfoField .fs-c-inputTable td.fs-c-inputTable__dataCell {
    width: 70%;
  }

  .fs-c-inputInformation .pw-note {
    text-align: center;
  }
  .fs-c-listTable > tbody > tr > th::before,
  .fs-c-listTable > tbody > tr td::before{
    font-size: 0.9rem;
    font-weight: normal;
    color:#;
  }
  /* --
    特定商取引法に基づく表示
    https://www.power-stones.jp/p/about/terms
  -- */
  .pw-page__terms .pw-table th {
    width: 250px;
  }
}
/* ------------------------------------------------------------------
  for Desktop Smaller / Tablets - 993px ~ 1199px
-------------------------------------------------------------------- */
@media print, screen and (min-width: 993px) and (max-width: 1199px) {
  /* ------------------------------------------------------------------
    base layouts
  ------------------------------------------------------------------- */
  .header_in,
  .nav-featured_,
  .nav-category_,
  .stone-index,
  .shop-Inner,
  .fs-l-main,
  .layout_footer {
    width: 990px;
    margin: 0 auto;
    position: relative;
  }
  .fs-l-main.--full {
    width: auto;
  }
  .nav-featured_ > ul > li b {
    margin-left: 5px;
  }
  .fs-l-sideArea + .fs-l-pageMain,
  .fs-l-pageMain + .fs-l-sideArea {
    max-width: 690px;
  }
  .fs-body-my-top .fs-l-account{
    flex-direction: row;
  }
}
/* ------------------------------------------------------------------
  for Tablets only - 993px ~ 1024px
-------------------------------------------------------------------- */
@media screen and (min-width: 993px) and (max-width: 1024px) {
  /* ------------------------------------------------------------------
    base layouts
  ------------------------------------------------------------------- */
  .header_in,
  .nav-featured_,
  .nav-category_,
  .stone-index,
  .shop-Inner,
  .fs-l-main,
  .layout_footer {
    width: 95%;
  }
  .fs-l-main.--full {
    width: auto;
  }
  .nav-category_ > ul > li {
    font-size: 0.94em;
    padding: 5px 8px;
  }
  .nav-featured_ > ul > li b {
    margin-left: 5px;
  }
  .fs-l-sideArea {
    width: 240px;
  }
  .nav-find_ {
    width: 210px;
  }
  .nav-find_ img {
    max-width: 100%;
    height: auto;
  }
}
/* ------------------------------------------------------------------
  for Desktop Larger - 1200px ~ 
------------------------------------------------------------------- */
@media print, screen and (min-width: 1200px) {
  /* ------------------------------------------------------------------
    base layouts
  ------------------------------------------------------------------- */
  .header_in,
  .nav-featured_,
  .nav-category_,
  .stone-index,
  .shop-Inner,
  .fs-l-main,
  .layout_footer {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .fs-l-main.--full {
    max-width: none;
  }
  .fs-l-sideArea + .fs-l-pageMain,
  .fs-l-pageMain + .fs-l-sideArea {
    max-width: 940px;
  }
  .fs-body-my-top .fs-l-account{
    flex-direction: row;
  }


}

@media screen and (min-width:480px) and (max-width: 992px) {
  #container2col {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ------------------------------------------------------------------
  for print
------------------------------------------------------------------- */
@media print {
  body {
    width: 1240px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
  .productSearchForm {
    display: none;
  }
  .footer_ > small {
    padding: 0;
  }
}
